/* @media (min-width: 1567px) {
    .general-header {
        margin-bottom: 11.15rem;
    }
} */

.order-btn-fixed {position: fixed;top: 78%;   right: 28px; background-color: #d98b32;  z-index: 1000; border-radius: 50%;  width: 65px;  height: 65px;cursor: pointer}

.order-btn-fixed .shadow {background: linear-gradient(92.35deg, #d98b32  .7%, #d98b32  95.53%);width: 100px; height: 100px;	top: -17.5px; right: -17.5px; position: absolute; background-color: #000; border-radius: 100% !important; border: 2px solid transparent; -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out; animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out; transition: all .5s; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%;z-index: -1;}

.order-btn-fixed img {width: 38px; height: auto;cursor: pointer}
.order-btn-fixed  button{background-color: transparent;border: none;font-size: 30px;color: #fff;}

.order-btn-fixed span{position: absolute;  width: 96px; font-size: 14px;  text-align: center;  bottom: -36px; background-color: var(--green);  color: #fff;  border-radius: 8px; padding: 2px 3px;}

@-webkit-keyframes phonering-alo-circle-anim { 0% {  -webkit-transform: rotate(0) scale(.5) skew(1deg);  -webkit-opacity: .1 } 30% { -webkit-transform: rotate(0) scale(.7) skew(1deg);  -webkit-opacity: .5 } 100% {    -webkit-transform: rotate(0) scale(1) skew(1deg);  -webkit-opacity: .1  }}

@-webkit-keyframes phonering-alo-circle-fill-anim { 0% {  -webkit-transform: rotate(0) scale(.7) skew(1deg);  opacity: .2  } 50% {  -webkit-transform: rotate(0) scale(1) skew(1deg);  opacity: .2 } 100% {  -webkit-transform: rotate(0) scale(.7) skew(1deg);  opacity: .2 }}

@-webkit-keyframes phonering-alo-circle-img-anim {  0% {-webkit-transform: rotate(0) scale(1) skew(1deg)}10% {   -webkit-transform: rotate(-25deg) scale(1) skew(1deg)} 20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg) } 30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg)  } 40% {  -webkit-transform: rotate(25deg) scale(1) skew(1deg)  }  50% { -webkit-transform: rotate(0) scale(1) skew(1deg) } 100% {   -webkit-transform: rotate(0) scale(1) skew(1deg)  }}

.df { display: flex; }

.aic { align-items: center; }

.aib { align-items: baseline; }

.jcsb { justify-content: space-between; }

.jcsa { justify-content: space-around; }

.jcc { justify-content: center; }

.fdr { flex-direction: row; }

.fdrr { flex-direction: row-reverse; }


@media (min-width: 1440){
    .service-content .slick-list {
        margin: 0px -45px;
    }
}

@media (max-width: 1600px){
	.header-center .heading {font-size: 60px;}
	.header-center .title {font-size: 30px;}
	.header-center .location {font-size: 24px;}
	.subscribe svg {bottom: 10px;width: 37vw;height: 5vw;}
}

@media (max-width: 1441px) and (min-width: 1024px){
    .header-body {
        top: 220px;
        left: 20px;
    }

    .header-menu .menu-item:nth-child(1){
        transform: translate3d(160px, -300px, 0);
    }

    .header-menu .menu-item:nth-child(2){
        transform: translate3d(100px, -174px, 0);
    }

    .header-menu .menu-item:nth-child(3){
        transform: translate3d(60px, -48px, 0);
    }

    .header-menu .menu-item:nth-child(4){
        transform: translate3d(100px, 125px, 0);
    }

    .header-menu .menu-item:nth-child(5){
        transform: translate3d(160px, 250px, 0);
    }
	
	.menu-container.active .menu-wrap {
		width: 30%;
	}
	
	.menu-container.active {
		width: 70%;
	}
	
	.menu-btn {top: 100px;right: 64px;	}
	.menu-btn { width: 110px;  height: 105px;}
	
	.footer-wrapper .copyright { padding-bottom: 100px;}
	.subscribe a {transform: translate(-50%, -82%); font-size: 14px;}
}

/* Large devices (large desktops, 1200px and up) xl */
@media (max-width: 1399px) and (min-width: 1200px) {
    :root {
        --side-width: calc((100% - 1140px) / 2);
    }
	
	.header-center .heading {
		font-size: 86px;
	}
	
	.header-center .title {
		font-size: 46px;
	}
	
	.header-center .location {
		font-size: 31px;
	}

    .line {
       position: absolute;
		width: 85px;
		border: 1px solid white;
		top: 56.4%;
		left: 36%;
    }

    .sub-img {
        display: flex;
        position: absolute;
        bottom: 122px;
        right: 68px;
    }

    .main-img {
        position: absolute;
        top: -141px;
        right: 98px;
    }

    .sub-img-right {
        width: 188px;
        height: 188px;
    }

    .sub-img-left {
        width: 166px;
        height: 166px;
        position: absolute;
        left: -186px;
        bottom: -85px;
    }
	
	
}

@media (max-width: 1368px) {
	.header-center .heading {  font-size: 60px; }
	.header-center .title { font-size: 26px; }
	.header-center .location {font-size: 22px; }
	.header-menu .menu-item {font-size: 16px; width: 365px;}
	.line { width: 60px;  top: 56.4%;  left: 39%; }
	.font-heading {font-size: 90px;}
	.place .place-top {margin-bottom: 55px;}
	.advisory .advisory-form .img-wrap { top: 45.2%;left: -60px;}
	.gallery .img-wrap img {width: 75%; margin: 0 auto; object-fit: contain;}
	.general-header {margin-bottom: 75.5px;}
	.service-heading {margin-bottom: -40px;}
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 1199px) and (min-width: 992px) {
    :root {
        --side-width: calc((100% - 960px) / 2);
    }

    .header .header-body {
        top: 260px;
        left: 20px;
    }

    .header-menu {
        position: absolute;
        left: -90px;
    }

    .header-center {
        margin-left: 430px;
    }
	
	.header-center .heading {
		font-size: 72px;
	}
	
	.header-center .title {
		font-size: 40px;
	}
	
	.header-center .location {
		font-size: 28px;
	}

    .line {
       position: absolute;
		width: 85px;
		border: 1px solid white;
		top: 52.4%;
		left: 36%;
    }

    .list-info .item-info {
        word-break: break-all;
        font-size: 20px;
        /* width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis */
    }

    .general-info {
        padding: 5px 10px 5px 20px;
    }

    ul.list-info {
        padding-right: 0;
    }

    .main-img {
        width: 100%;
        right: 0;
        top: -72px;
    }

    .sub-img {
        display: flex;
        position: absolute;
        bottom: 144px;
        right: 48px;
    }

    .sub-img-left {
        width: 120px;
        height: 120px;
        left: -128px;
        bottom: -94px;
    }

    .sub-img-right {
        width: 135px;
        height: 135px;
    }

    .list-sub-img .item-sub-img img {
        height: 70px;
    }

    .service .service-content {
        height: 435px;
        position: relative;
        margin-top: 225px
    }

    .service-item .item-img {
        height: 225px
    }

    .place .list-sub-img .slick-slide {
        width: 103px !important;
        margin: 0 7.5px;
        border-radius: 10px;
    }

    .advisory-header .advisory-project {
        left: 425px;
        top: 125px;
    }

    .advisory-header .advisory-phone {
        margin-top: 50px;
    }

/*     .advisory .advisory-form {
        padding-top: 60px;
    }

    .advisory .advisory-form {
        padding: 30px 160px;
    } */
	.advisory-form .radio {
		font-size: 16px;
	}
	
	.advisory-form input[type='text']::placeholder {
		font-size: 16px;
	}
	
	.advisory-form input[type='text'] {
		height: 50px;
	}
	
	.advisory .advisory-form .img-wrap {
		height: 448px;
	}

    .list-info .item-info {
        margin-bottom: 8px;
    }

    .position-map {
        height: 425px;
    }

    .rounded-div {
        height: 50%;
    }

    .service-item .item-content {
        padding: 0px 10px;
    }

    .position .position-content p {
        margin-bottom: 60px
    }
	
	.new-wrap .img-wrap {
		height: 200px;
	}
	
	.menu-container .menu-wrap ul li a h3 {
		font-size: 20px;
	}
	
	.place {
		height: 2230px;
	}
}

@media (max-width: 1024px) {
    .footer .footer-wrapper {
        clip-path: ellipse(85% 100% at 50% 100%);
        -webkit-clip-path: ellipse(85% 100% at 50% 100%);
    }

    .list-contact {
        flex-direction: column;
    }

    .list-contact .item-contact {
        margin-bottom: 8px;
    }

    .advisory .advisory-header {
        top: -186%;
    }

    .list-contact .item-contact p {
        width: 100%;
    }

    .footer .logo {
        margin-bottom: 25px;
    }

    .list-contact {
        margin-bottom: 20px;
    }

    .list-contact::after {
        bottom: -20px;
    }

    .arrow-top {
        bottom: 64px;
        right: 28px;
    }
}

/* Small devices (tablets, 768px and up) */
@media(max-width: 991px) and (min-width: 768px) {
	.menu-btn {top: 100px;right: 64px;	}
	.menu-btn { width: 110px;  height: 105px;}
	
	.footer-wrapper .copyright { padding-bottom: 100px;}
	.subscribe a {transform: translate(-50%, -82%); font-size: 14px;}
	
    :root {
        --side-width: calc((100% - 720px) / 2);
    }

    .p-7 {
        padding-left: 7px;
        padding-right: 7px;
    }
	
	.header {
		height: 820px;
	}

    .header .header-body {
        top: 250px;
		left: 0px;
    }

    .header-menu {
        left: -70px;
        top: 52.3%;
    }

    .header-menu .menu-item img {
        width: 80px;
        height: 80px;
        border-width: 2px;
    }

    .header-menu .menu-item.active img {
        width: 110px;
        height: 110px;
    }

    .header-top {
        margin-bottom: 30px;
    }



    .header-center {
        position: relative;
        left: 100px;
        width: 420px;
        top: 0px;
		margin-left: 220px;
    }

    .header-center .heading {
        font-size: 42px;
    }

    .header-center .title {
        font-size: 22px;
    }

    .header-center .location {
        font-size: 17px;
        margin-top: 26px;
    }
	
	.header-menu .menu-item:nth-child(1) {
		transform: translate3d(160px, -275px, 0);
	}
	
	.header-menu .menu-item:nth-child(2) {
		transform: translate3d(100px, -165px, 0);
	}
	
	.header-menu .menu-item:nth-child(3) {
		transform: translate3d(60px, -48px, 0);
	}
	
	.header-menu .menu-item:nth-child(4) {
		transform: translate3d(100px, 115px, 0);
	}
	
	.header-menu .menu-item:nth-child(5) {
		transform: translate3d(160px, 225px, 0);
	}
	

    .line {
        position: absolute;
        width: 40px;
        border: 1px solid white;
        top: 53%;
        left: 47.8%;
    }


    /* general */
    /* .general {
        height: 86.5rem;
    } */

    /* .rounded-div {
        height: 50%;
    } */

    .general-header {
        margin-bottom: 146.5px;
    }

    .general-info {
        padding: 5px 7px 0px 46px;
        height: 480px;
    }

    .general-container {
        padding-bottom: 250px;
    }

    .general-content-wrap {
        margin: 0 50px;
    }

    .general .rounded-div {
        border-radius: 60px;
        width: 100%;
    }

    .general .svg-container {
        width: 100px;
        height: 100px;
    }

    .general .svg-container-1 {
        width: 164px;
        height: 226px;
    }


    ul.list-info {
        padding-right: 30px;
    }

    .list-info .item-info {
        margin-bottom: 10px;
    }

    .main-img {
        top: -12px;
        left: 63px;
    }

    .main-img img {
        width: 260px;
        height: 260px;
    }

    .sub-img {
        bottom: -120px;
        right: 100px;
    }

    .sub-img .sub-img-left {
        width: 115px;
        height: 115px;
        left: -66px;
        bottom: -109px;
    }

    .sub-img .sub-img-right {
        width: 125px;
        height: 125px;
    }

    .general::before {
        top: 221px;
        width: 550px;
        height: 550px;
    }

    .general-desc {
        top: 23px;
        left: 217px;
    }

    /* position  */

    .position .svg-container {
        top: 0px;
        right: 86px;
        width: 106px;
        height: 101px;
    }

    .position .svg-container-1 {
        top: 0px;
        left: 100px;
        width: 105px;
        height: 98px;
    }

    .position .svg-container-2 {
        top: 412px;
        right: 40px;
        width: 79px;
        height: 82px;
    }

    .position-map {
        height: 375px;
    }

    .position-project {
        position: absolute;
        top: 155px;
        left: 39.6%;
        z-index: 3;
    }

    .position-overlay {
        width: 100%;
        height: 100%;
    }

    /* service */

    .service-header {
        text-align: center;
    }

    .service-desc {
        top: 45px;
        left: 300px;
    }

    .service .svg-container {
        top: 129px;
        left: 21px;
        width: 96px;
        height: 96px;
    }

    .service .svg-container-1 {
        top: -38px;
        right: 57px;
        width: 100px;
        height: 100px;
    }

    .service-item .item-img {
        height: 200px;
        margin-bottom: 30px;
    }

    .service .service-content {
        height: 360px;
    }

    .service-item .item-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .service-item .item-content {
        padding: 0 0px 0 0;
    }

    /* place */
    .place {
        height: 1380px;
    }

    .place-header {
        text-align: center;
    }

    .place .place-project {
        position: absolute;
        z-index: 2;
        right: 220px;
        top: 38px;
    }

    .place .place-overlay {
        top: 177px;
        left: 67px;
        width: 420px;
        height: 470px;
    }

    .place .svg-container-1 {
        top: 1%;
        left: 4%;
        width: 60px;
        height: 60px;
    }

    .place .svg-container-2 {
        top: 8%;
        left: 8%;
        width: 50px;
        height: 50px;
    }

    .place .svg-container {
        top: 3%;
        left: 9%;
        width: 65px;
        height: 76px;
    }

    .place .svg-container-3 {
        bottom: 520px;
        right: 4px;
        width: 65px;
        height: 65px;
    }

    .place .circle-wrap .triangle {
        top: 12px;
        left: 65%;
    }

    .place .circle-wrap .triangle-2 {
        width: 20px;
        height: 20px;
    }

    .place .circle-wrap .triangle-3 {
        width: 40px;
        height: 40px;
    }

    .advisory-header .advisory-phone {
        margin-top: 40px;
    }

    .place .place-main-img img {
        height: 280px;
    }

    .list-sub-img .item-sub-img img {
        height: 50px;
    }

    .place .list-sub-img .slick-slide {
        width: 73px !important;
        margin: 0 7.5px;
        border-radius: 10px;
    }

    .place .slick-arrow {
        width: 20px !important;
        height: 30px !important;
        transition: all .25s linear;
        background-color: #fff !important;
    }

    .slick-arrow i {
        font-size: 32px;
        color: #000;
    }

    /* advisory */

    .advisory .svg-container {
        top: 170px;
        left: 12px;
        width: 80px;
        height: 80px;
    }

    .advisory .svg-container-1 {
        top: 156px;
        right: 260px;
        width: 80px;
        height: 80px;
    }

    .advisory .circle-wrap .triangle {
        width: 32px;
        height: 32px;
    }

    .advisory-header .advisory-project {
        top: 125px;
        left: 305px;
    }

    .advisory .advisory-form {
        border-radius: 60px;
/*         padding: 40px 60px; */
    }

    .advisory-form label {
        margin-bottom: 8px;
    }

    .advisory-form .radio {
        font-size: 14px;
    }

    .advisory-form input[type='text'] {
        height: 54px;
        font-size: 18px;
    }

    .advisory-form input[type='text']::placeholder {
        font-size: 16px;
    }

    .mt-10 {
        margin-top: 0px !important;
    }

    /* footer */
    .footer {
        /* height: 26rem; */
    }

    .footer .logo {
        margin-bottom: 30px;
    }

    .footer .logo img {
        width: 180px;
        height: auto;
    }

    .list-contact .item-contact {
        margin-bottom: 8px;

    }

    .arrow-top {
        right: 67px;
        bottom: 134px;
    }
	
	.menu-container.active .menu-wrap {
		width: 40%;
	}
	
	.menu-container.active {
		width: 60%;
	}
	
	.menu-btn {top: 100px;right: 64px;	}
	.menu-btn { width: 110px;  height: 105px;}
	
	.footer-wrapper .copyright { padding-bottom: 100px;}
	.subscribe a {transform: translate(-50%, -82%); font-size: 14px;}
	.place {height: 2415px;}
	.font-heading {	font-size: 72px;}
	.advisory .advisory-form .img-wrap{display: none;}
	.advisory .advisory-form {padding: 40px 0 60px 120px; }
	.advisory-form .submit-btn {transform: translate(-50%, 55%);}
	.subscribe svg {
		position: fixed;
		bottom: 10px;
		left: 50%;
		transform: translatex(-50%);
		width: 211px;
		height: 61px;
		color: rgb(255, 255, 255);
		transition: 0.3s;
	}
}



@media (max-width: 767px) {
	.menu-btn {top: 100px;right: 64px;	}
	.menu-btn { width: 110px;  height: 105px;}
	.menu-container.active .menu-wrap {
		width: 40%;
	}
	
	.menu-container.active {
		width: 60%;
	}
	.menu-container .menu-wrap ul li a h3 {
		font-size: 16px;}
	
	.menu-container .menu-wrap ul li + li {
		margin-top: 30px;
	}
	
	.place {
		height: 3200px;
	}

	
    .general .rounded-div {
        padding-bottom: 200px;
    }

    .place .img-container {
        margin-bottom: 60px;
    }

    .place .list-place-header {
        margin-bottom: 36px;
    }

    .header-logo {
        width: 150px;
    }

    .dynamic-circle, .dynamic-circle-1 {
        width: 200px;
        height: 200px;
    }
}



/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) and (min-width: 576px) {
    :root {
        --side-width: calc((100% - 540px) / 2);
    }
	
	.advisory .advisory-form .form-contact {
		transform: translate(0);
	}
	.advisory .advisory-form .img-wrap{
		display: none;
	}
	
	.advisory-form .submit-btn {transform: translate(-50%, 65%);}
	.position-overlay{display: none;}
	.footer-wrapper .copyright{display: block;}

    .font-heading {
        font-size: 60px;
    }

    .header {
        height: 650px;
    }
	
	.header-body {
		top: 225px;
	}

    .header-center {
       text-align: center;
		position: relative;
		left: 140px;
		top: -16px;
		margin-left: 0;
    }

    .header-center .heading {
        font-size: 30px;
    }

    .header-center .title {
        font-size: 20px;
        margin-left: 10px;
    }

    .header-center .location {
        font-size: 15px;
        margin-top: 15px;
    }

    .header-menu {
        position: absolute;
        left: -56px;
    }

    .header-menu .menu-item {
        width: 220px;
        font-size: 14px;
    }

    .header-menu .menu-item img {
        width: 70px;
        height: 70px;
        margin-right: 6px;
    }

    .header-menu .menu-item.active img {
        width: 81px;
        height: 81px;
    }

    .header-menu .menu-item img {
        border-width: 2px;
    }

    .header-menu .menu-item:nth-child(1) {
        transform: translate3d(125px, -225px, 0);
        /* -webkit-transform-3d: translate3d(120px, -170px, 0); */
    }

    .header-menu .menu-item:nth-child(2) {
        transform: translate3d(85px, -140px, 0);
        /* -webkit-transform-3d: translate3d(80px, -115px, 0); */
    }

    .header-menu .menu-item:nth-child(3) {
        transform: translate3d(55px, -48px, 0);
    }

    .header-menu .menu-item:nth-child(4) {
        transform: translate3d(85px, 60px, 0);
        /* -webkit-transform-3d: translate3d(80px, 40px, 0); */
    }

    .header-menu .menu-item:nth-child(5) {
        transform: translate3d(125px, 145px, 0);
        /* -webkit-transform-3d: translate3d(120px, 105px, 0); */
    }
	
	.header .line::before {
		top: -4px;
		right: -8px;
		width: 8px;
		height: 8px;
	}
	
	.header .line::after {
		top: -4px;
		left: -9px;
		width: 8px;
		height: 8px;
	}

    .line {
        position: absolute;
		width: 14px;
		border: 1px solid white;
		top: 36.4%;
		left: 44.5%;
    }

    /* general */

    .general-content-wrap {
        margin: 0 21px;
    }

    .general .rounded-div {
        border-radius: 40px;
        width: 100%;

    }

    .general-info {
        padding: 8px 10px 25px 41px;
        height: 400px;
    }

    .general .svg-container {
        width: 85px;
        height: 85px;
    }

    .general .svg-container-1 {
        width: 133px;
        height: 172px;
    }

    .general-img {
        width: 100%;
    }

    .main-img {
        width: 47%;
        position: absolute;
        top: -50px;
        left: 46px;
    }

    .main-img img {
        width: 100%;
    }

    .sub-img {
        display: flex;
        position: absolute;
        bottom: -122px;
        right: 32px;
    }

    .sub-img-left {
        width: 80px;
        height: 80px;
        position: absolute;
        left: -101px;
        bottom: -56px;
    }

    .sub-img-right {
        width: 104px;
        height: 104px;
    }


    ul.list-info {
        padding: 0;
    }

    .list-info .item-info {
        font-size: 16px;
    }


    .position-overlay {
        width: 600px;
        height: 600px;
    }

    .advisory-header .advisory-project {
        position: absolute;
        top: 115px;
        left: 225px;
    }

    .position-map {
        height: 340px;

    }

    .position .svg-container {
        top: 0px;
        right: 86px;
        width: 106px;
        height: 101px;
    }

    .position .svg-container-1 {
        top: 0px;
        left: 100px;
        width: 105px;
        height: 98px;
    }

    .position .svg-container-2 {
        top: 412px;
        right: 40px;
        width: 79px;
        height: 82px;
    }

    .service-item .item-content {
        padding: 0 10px 0 0px;
    }

    .service-content .item-content {
        margin: 0 36px;
    }

    .service .svg-container {
        top: 129px;
        left: 21px;
        width: 96px;
        height: 96px;
    }

    .service .svg-container-1 {
        top: -38px;
        right: 57px;
        width: 100px;
        height: 100px;
    }

    .slick-dots {
        bottom: -38px !important;
        left: -66px !important;
    }
/* 
    .place {
        height: 2000px;
    } */

    .place .svg-container-1 {
        top: 1%;
        left: 4%;
        width: 60px;
        height: 60px;
    }

    .place .svg-container-2 {
        top: 8%;
        left: 8%;
        width: 50px;
        height: 50px;
    }

    .place .svg-container {
        top: 3%;
        left: 9%;
        width: 65px;
        height: 76px;
    }

    .place .svg-container-3 {
        bottom: 520px;
        right: 4px;
        width: 65px;
        height: 65px;
    }

    .place .list-sub-img .slick-slide {
        width: 120px !important;
        margin: 0 7.5px;
        border-radius: 10px;
    }

    .img-container {
        margin-bottom: 36px;
    }

    .advisory {
        height: 455px;
    }

    .advisory .svg-container {
        top: 366px;
        left: 12px;
        width: 80px;
        height: 80px;
    }

    .advisory .svg-container-1 {
        top: 346px;
        right: 151px;
        width: 80px;
        height: 80px;
    }

    .advisory .advisory-header {
        top: -115%;
    }

    .advisory .advisory-form {
        border-radius: 40px;
        top: -210px;
        padding: 56px 40px;
    }

    .advisory .advisory-form .form-contact {
        padding: 0;
    }

    .advisory-form .radio {
        font-size: 16px;
    }

    .advisory-form input[type='text'] {
        height: 56px;
    }

    .advisory-form .submit-btn {
        font-size: 16px;
    }

    .advisory-form .submit-btn img {
        width: 30px;
        height: 30px;
        margin-right: 12px;
    }

    .list-contact .item-contact p {
        width: 110px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .arrow-top {
        bottom: 64px;
        right: 30px;
    }

    .footer .logo img {
        width: 130px;
        height: 70px;
    }
}

@media (max-width: 576px) {

    .m-124 {
        margin-right: 0 !important;
    }

    .general-info {
        height: 330px;
    }

    .general .svg-container {
        width: 50px;
        height: 50px;
        opacity: .3;
    }

    .general .svg-container-1 {
        top: -80px;
        width: 86px;
        height: 113px;
        opacity: .3;
    }

    .position .svg-container {
        top: 0px;
        right: 70px;
        width: 60px;
        height: 80px;
        opacity: .3;
    }

    .position .svg-container-1 {
        top: 0px;
        left: 100px;
        width: 60px;
        height: 55px;
        opacity: .3;
    }

    .position .svg-container-2 {
        top: 516px;
        right: 40px;
        width: 49px;
        height: 45px;
        opacity: .3;
    }

    .position .circle-wrap .triangle {
        width: 20px;
        height: 20px;
        opacity: .3;
    }

    .service .svg-container {
        top: 194px;
        left: 21px;
        width: 61px;
        height: 60px;
        opacity: .3;
    }

    .service-content .slick-list,.service-content .item-content {
        margin: 0;
    }

    .service .svg-container-1 {
        top: 57px;
        right: 57px;
        width: 64px;
        height: 64px;
        opacity: .3;
    }

    .place .svg-container-1 {
        top: 1%;
        left: 4%;
        width: 60px;
        height: 60px;
        opacity: .3;
    }

    .place .svg-container-2 {
        top: 8%;
        left: 8%;
        width: 50px;
        height: 50px;
        opacity: .3;
    }

    .place .svg-container {
        top: 3%;
        left: 9%;
        width: 65px;
        height: 76px;
        opacity: .3;
    }

    .place .svg-container-3 {
        bottom: 520px;
        right: 4px;
        width: 65px;
        height: 65px;
        opacity: .3;
    }

    .place .circle-wrap .triangle-2 {
        width: 25px;
        height: 25px;
        opacity: .4;
    }

    .place .circle-wrap .triangle-3 {
        width: 16px;
        height: 16px;
    }

    .advisory .svg-container {
        top: 227px;
        left: 1px;
        width: 56px;
        height: 56px;
        opacity: .3;
    }

    .advisory .svg-container-1 {
        top: 229px;
        right: 34px;
        width: 50px;
        height: 50px;
        opacity: .3;
    }

	section .recommend-buy img {
		display: block;
	}
	
	section .button-nav .button-nav-buy p {
		display: none;
	}
	
	section .button-nav-buy{
		width: 35px !important;
		height: 35px !important;
		font-size: 14px !important;
		padding: 8px !important;
		margin-bottom: 0;
	}
	
	.popup.advisory .close-btn {
		top: -50px;
		right: 30px;
		font-size: 24px;
	}
}

@media (max-width: 576px) and (min-width: 481px) {

    /* .dynamic-circle,
    .dynamic-circle-1 {
        display: none;
    } */

    body {
        overflow-x: hidden;
    }

    .font-heading {
        font-size: 70px;
    }

    .header {
        height: 750px;
    }

    .header-center {
        text-align: center;
        position: relative;
        left: 90px;
        top: -12px;
		margin-left: 0;
    }

    .header-center .heading {
        font-size: 28px;
    }

    .header-center .title {
        font-size: 19px;
        margin-left: 10px;
    }

    .header-center .location {
        font-size: 13px;
    	margin-top: 20px;
    }

    .header-menu {
        position: absolute;
        left: -56px;
    }

    .header-menu .menu-item {
        width: 220px;
        font-size: 14px;
    }

    .header-menu .menu-item img {
        width: 70px;
        height: 70px;
        margin-right: 6px;
    }

    .header-menu .menu-item.active img {
        width: 81px;
        height: 81px;
    }

    .header-menu .menu-item img {
        border-width: 2px;
    }

    .header-menu .menu-item:nth-child(1) {
        transform: translate3d(120px, -225px, 0);
        /* -webkit-transform-3d: translate3d(120px, -170px, 0); */
    }

    .header-menu .menu-item:nth-child(2) {
        transform: translate3d(80px, -140px, 0);
        /* -webkit-transform-3d: translate3d(80px, -115px, 0); */
    }

    .header-menu .menu-item:nth-child(3) {
        transform: translate3d(60px, -48px, 0);
    }

    .header-menu .menu-item:nth-child(4) {
        transform: translate3d(80px, 55px, 0);
        /* -webkit-transform-3d: translate3d(80px, 40px, 0); */
    }

    .header-menu .menu-item:nth-child(5) {
        transform: translate3d(120px, 145px, 0);
        /* -webkit-transform-3d: translate3d(120px, 105px, 0); */
    }

    .line {
		display: none;
        position: absolute;
        width: 70px;
        border: 1px solid white;
        top: 36.4%;
        left: 36.5%;
    }


    .general-content {
        width: 100%;
    }

    .general .circle-1 .white-grad {
        width: 108px;
        --b: 18px;
    }

    .general .general-info {
        padding: 30px 0 10px 0;
    }

    .general-content-wrap {
        padding: 0 24px;
    }

    .general .rounded-div {
        width: 100%;
        border-radius: 50px;
    }

    ul.list-info {
        padding-left: 46px;
        padding-right: 40px;
    }

    .list-info .item-info {
        margin-bottom: 4px;
    }

    .main-img {
        position: absolute;
        top: -17px;
        right: 164px;
    }

    .main-img img {
        width: 235px;
        height: 210px;
    }

    .sub-img {
        display: flex;
        position: absolute;
        bottom: -87px;
        right: 32px;
    }

    .sub-img-left {
        width: 70px;
        height: 70px;
        position: absolute;
        left: -23px;
        bottom: -81px;
    }

    .sub-img-right {
        width: 100px;
        height: 100px;
    }

    .rounded-div {
        width: 100%;
    }

    .img-container {
        width: 100%;
    }

    /* position */
    .position .position-desc {
        padding: 0 24px;
    }

    .position .position-content {
        padding: 0 24px;
    }

    .position .position-map {
        height: 300px;
    }

    .position-map-wrap {
        padding: 0 24px;
    }

    /* service */

    .service-item .item-text {
        font-size: 16px;
    }

    .service .service-header {
        padding-left: 24px;
    }

    .service-content-wrap {
        padding: 0 24px;
    }

    .service .rounded-div {
        width: 100%;
        border-radius: 50px;
        height: 340px;
    }

    .service .service-content {
        margin-top: 258px;
    }

    .service-item .item-content {
        padding: 0px 30px 0 60px;
        margin: 0;
    }

    .service-content .slick-list {
        margin: 0;
    }

    .service-item .item-img {
        margin-bottom: 10px;
        height: 260px;
    }

    .slick-dots {
        bottom: -26px !important;
        left: -5px;
    }

    /* place */
    .place {
        height: 2170px;
        max-height: 2170px;
    }

    .place .place-content {
        padding: 0 24px;
    }

    .place-header {
        padding-right: 24px;
    }

    .img-container {
        padding: 0 24px 20px 24px;
    }

    .place .list-sub-img .slick-slide {
        width: 111.75px !important;
        margin: 0 7.5px;
        border-radius: 10px;
    }

    /*  */

    .advisory .advisory-header {
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        top: -192%;
        left: 0;
    }

    .advisory .circle-wrap .triangle {
        width: 32px;
        height: 32px;
    }

    .advisory-header .advisory-project {
        position: absolute;
        top: 89px;
        left: 240px;
    }

    .advisory .advisory-form {
        top: -370px;
        border-radius: 50px;
        padding: 30px 40px;
    }

    .p-24 {
        padding: 0 24px;
    }

    .advisory-form input[type='text'] {
        font-size: 16px;
    }

    .advisory-form input[type='text']::placeholder {
        font-size: 16px;
    }

    .advisory-form .radio {
        font-size: 16px;
    }

    .advisory .advisory-header {
        top: -672px;
    }

    .footer .logo img {
        width: 155px;
        height: 80px;
    }

    .form-alert {
        margin-top: 0;
        margin-bottom: 16px;
    }

    .lds-ellipsis {
        top: -28px;
    }

    .footer-wrapper .copyright {
        font-size: 15px;
    }

    .advisory {
        height: 336px;
    }



    .item-contact {
        font-size: 16px;
    }

    .item-contact p {
        width: 110px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .arrow-top {
        bottom: 64px;
        right: 28px;
    }

}

@media (max-width: 576px){
	.order-btn-fixed { top: calc(60% + 12px); right: 12px;}
	.order-btn-fixed {width: 40px; height: 40px;}
	.order-btn-fixed img { width: 26px;}
	.order-btn-fixed .shadow {width: 60px; height: 60px; top: -10px;  right: -10px;}
	.order-btn-fixed button { font-size: 20px; }
}

@media (max-width : 481px) {

    .font-heading {
        font-size: 50px;
    }

    .font-desc {
        font-size: 26px;
    }

    .center {
        display: flex;
        justify-content: center;
        padding: 1.2rem;
    }

    .main {
        overflow: hidden;
    }

    .header {
        height: 515px;
    }

    .header-top {
        margin-bottom: 40px;
    }

    .header .header-body {
        top: 130px;
    }

    .header-top .header-hotline {
        width: 120px;
        height: 30px;
    }

    .header-top .header-hotline a {
        font-size: 14px;
    }

    .header-top .header-logo {
        width: 26%;
    }

    .header-center {
        text-align: center;
        position: relative;
        left: 78px;
        top: -16px;
		margin-left: 0;
    }

    .header-center .heading {
        font-size: 18px;
    }

    .header-center .title {
        font-size: 10px;
        margin-left: 10px;
    }
	
	

    .header-center .location {
        font-size: 10px;
        margin-top: 8px;
    }

    .header-menu {
        position: absolute;
        left: -56px;
    }

    .header-menu .menu-item {
        width: 160px;
        font-size: 10px;
    }

    .header-menu .menu-item img {
        width: 48px;
        height: 48px;
        margin-right: 6px;
    }

    .header-menu .menu-item.active img {
        width: 64px;
        height: 64px;
    }

    .header-menu .menu-item img {
        border-width: 2px;
    }

    .header-menu .menu-item:nth-child(1) {
        transform: translate3d(115px, -170px, 0);
    }

    .header-menu .menu-item:nth-child(2) {
        transform: translate3d(80px, -110px, 0);
    }

    .header-menu .menu-item:nth-child(3) {
        transform: translate3d(54px, -40px, 0);
    }

    .header-menu .menu-item:nth-child(4) {
        transform: translate3d(80px, 45px, 0);
    }

    .header-menu .menu-item:nth-child(5) {
        transform: translate3d(120px, 105px, 0);
    }

    .line {
		display: none;
        position: absolute;
        width: 28px;
        top: 34.7%;
        left: 46%;
    }

    .line::before {
        top: -2.9px;
        right: -5px;
        width: 5.6px;
        height: 5.6px;
    }

    .line::after {
        top: -2.9px;
        left: -5px;
        width: 5.6px;
        height: 5.6px;
    }

    .next-btns {
        top: 10px;
        font-size: 20px;
    }

    /* general */
    :root {
        --side-width: 10px;
    }

    .general {
        /* height: 570px;
        max-height: 570px; */
    }

    .general::before {
        content: '';
        position: absolute;
        top: 117px;
        right: 0;
        background-image: radial-gradient(circle, #1d9da9, transparent 71%);
        width: 200px;
        height: 201px;
        z-index: 2;
    }

    .general-header {
        margin-bottom: 65px;
    }

    .general-heading {
        padding-top: 50px;
        font-size: 50px;
    }

    .general-desc {
        font-size: 26px;
        padding-top: 0;
        left: 90px;
        top: 65px;
    }


    .general-content-wrap {
        padding: 0 14px;
    }

    .general-content.rounded-div {
        width: 100%;
        border-radius: 40px;
    }

    .general-container {
        padding-left: 6px;
    }

    .main-img {
        position: absolute;
        top: -17px;
        right: 164px;
    }

    .main-img img {
        width: 235px;
        height: 210px;
    }

    .sub-img {
        display: flex;
        position: absolute;
        bottom: -87px;
        right: 32px;
    }

    .sub-img-left {
        width: 70px;
        height: 70px;
        position: absolute;
        left: -23px;
        bottom: -81px;
    }

    .sub-img-right {
        width: 100px;
        height: 100px;
    }


    .general-info {
        padding: 0 22px 0 32px;
    }

    .list-info .item-info {
        margin-bottom: 6px;
        font-size: 16px;
        padding-left: 0;
    }


    ul.list-info {
        padding-right: 0;
    }

    .rounded-div {
        height: 54%;
    }

    .p-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* position section */
    .position-overlay {
        top: 230px;
        left: 30px;
    }

    .position .circle-wrap .triangle {
        clip-path: polygon(100% 0, 0 26%, 100% 100%);
        width: 30px;
        height: 30px;
        position: absolute;
        top: 199px;
        left: 46%;
        background-image: linear-gradient(to bottom, #4fd2d4, transparent);
        z-index: 2;
        opacity: .6;
    }

    .position .circle .white-grad {
        --b: 8px;
        width: 32px;
    }

    .position-heading {
        padding-top: 50px;
    }

    .position-project {
        position: absolute;
        top: 98px;
        left: 41.2%;
        z-index: 3;
    }

    .position .position-desc p {
        padding: 0 8px;
        font-size: 15px;
        text-align: justify;
        margin-top: 36px;
    }

    .position .position-content p {
        padding: 0 8px;
        font-size: 15px;
        text-align: justify;
        line-height: calc(3 / 1.8);
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .gm-style .place-card-medium {
        display: none;
    }

    .position-map-wrap {
        padding: 0 16px;
    }

    .position-map {
        height: 210px;
        background-size: cover;
    }


    .mb-30 {
        margin-bottom: 30px;
        padding: 0 24px !important;
    }

    /* service */

    .service {
        /* height: 98.5rem;
        max-height: 98.5rem; */
    }

    .service .circle .white-grad {
        --b: 7px;
        width: 43px;
    }

    .service .circle-1 .white-grad {
        --b: 11px;
        width: 58px;
    }

    .service-content-wrap {
        padding: 0 14px;
    }

    .service-content.rounded-div {
        padding-left: 0;
        width: 100%;
        border-radius: 50px;
    }

    .service .service-desc {
        padding-top: 90px;
        position: absolute;
        top: -22px;
        left: 42px;
        z-index: 4;
    }


    .list-service {
        top: -35px;
        width: 100%;
    }

    .service .service-content {
        height: 300px;
        margin-top: 130px;
    }

    .list-service .service-item {
        padding: 0px 15px 0 50px;
    }

    .service-item .item-content {
        padding: 0;
    }

    .service-item .item-img {
        height: 190px;
    }

    .service-item .item-img {
        margin-bottom: 16px;
    }

    .service-item .item-text {
        font-size: 15px;
        line-height: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .service-heading {
        padding-top: 50px;
        margin-bottom: 33px;
        padding-left: 5px;
    }

    /* .service .service-content {
        max-width: 100%;
    } */

    .slick-dotted.slick-slider {
        margin-bottom: 50px !important;
    }

    .slick-dots {
        bottom: -20px !important;
        left: 15px !important;
    }

    .slick-dots li {
        width: 7px !important;
        height: 20px !important;
    }

    .slick-dots li button:before {
        font-size: 12px !important;
    }

    .service .circle {
        position: absolute;
        top: 31px;
        right: 17px;
        z-index: 2;
        opacity: .4;
    }

    .service .service-overlay {
        content: '';
        position: absolute;
        top: 177px;
        right: 5px;
        background-image: radial-gradient(circle, #2e949e, transparent 71%);
        width: 200px;
        height: 200px;
        z-index: 2;
    }


    /* place */


    .place .place-top {
        margin-bottom: 100px;
    }

    .place .circle .white-grad {
        --b: 6px;
        width: 29px;
    }

    .place .circle-1 .white-grad {
        --b: 10px;
        width: 57px;
    }

    .place .circle-2 .white-grad {
        --b: 12px;
        width: 50px;
    }

    .place .circle {
        left: 80px;
        top: -45px;
    }

    .place .circle-1 {
        left: 40px;
    }

    .place .circle-2 {
        top: -50px;
        left: 20px;
    }

    .place .circle-3 {
        position: absolute;
        bottom: 220px;
        right: 40px;
        z-index: 2;
        opacity: .4;
    }

    .place .circle-wrap .triangle {
        opacity: .1;
    }

    .place .circle-wrap .triangle-1 {
        top: 30px;
        right: 20px;
    }

    .place .circle-3 .white-grad {
        --b: 12px width: 64px;
    }

    /* .place .place-main-img {
        padding: 0 20px;
    } */

    .place .list-place-header {
        font-family: 'Magistral';
        font-size: 20px;
        color: White;
        text-align: center;
        margin-bottom: 16px;
    }

    /* .place .place-main-img {
        margin-bottom: 20px;
    } */

    .place .place-project {
        position: absolute;
        z-index: 2;
        right: 75px;
        top: 18px;
    }


    .place .place-main-img {
        margin-bottom: 24px;
    }

    .place .item-sub-img img {
        width: 93px;
        height: 67px;
    }

    .place .place-main-img img {
        height: 252px;
    }

    .place .list-sub-img .slick-slide {
        /* width: 25% !important; */
        width: 88.5px !important;
        margin: 0 7.5px;
        border-radius: 10px;
    }


    .place {
        padding-top: 10px;
    }

    .place-header {
        text-align: right;
        position: relative;
        right: 20px;
        top: 58px;
    }

    .position-overlay,
    .place .place-overlay {
        max-width: 50rem;
        max-height: 50rem;
    }

    /* advisory */
    .advisory {
        height: 324px;
    }

    .advisory .circle .white-grad {
        --b: 8px;
        width: 49px;
    }

    .advisory .circle-1 {
        top: 221px;
        right: 26px;
    }

    .advisory .advisory-header {
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        top: -115%;
        left: 0;
    }

    .advisory-header .advisory-heading {
        padding-top: 50px;
    }

    .advisory-header .advisory-project {
        position: absolute;
        top: 61px;
        left: 190px;
    }

    .advisory-header .advisory-phone {
        font-size: 24px;
        margin-top: 26px;
        margin-bottom: 30px;
    }

    .advisory .advisory-form {
        border-radius: 40px;
        top: -210px;
               padding: 28px 24px;
    }

    .advisory .advisory-form .form-contact {
        padding: 0;
    }

    .advisory-form input[type='text'] {
        height: 40px;
        font-size: 16px;
    }

    .advisory-form .form-group .form-message {
        font-size: 12px;
    }

    .advisory-form input[type='text']::placeholder {
        color: #007f81;
        font-size: 14px;
        font-family: 'iCielCenturyGothicPro', serif;
    }

    .radio span {
        font-size: 14px;
    }

    .advisory-form input[type='radio']+span::after {
        width: 10px;
        height: 10px;
        top: 2.4px;
        left: 2.4px;
    }

    .advisory-form input[type='radio']+span::before {
        width: 15px;
        height: 15px;
    }

    .advisory-form .form-group {
        margin-bottom: 20px;
    }

    .advisory-form .form-group .form-message {
        margin-top: 7px;
    }

    .advisory-form .submit-btn {
        width: 230px;
        height: 48px;
        font-size: 12px;
    }

    .advisory-form .submit-btn img {
        width: 24px;
        height: 24px;
        margin-right: 24px;
    }

    .advisory .circle {
        left: 3%;
        top: 80%;
    }

    .form-alert p {
        margin-bottom: 10px;
    }

    .lds-ellipsis {
        top: -34px;
    }

    .footer .logo {
        margin-bottom: 16px;
    }

    .footer .logo img {
        width: 110px;
        height: 60px;
    }

    .list-contact::after {
        bottom: -20px;
    }

    .list-contact .item-contact p {
        width: 110px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .list-contact .item-contact a {
        font-size: 14px;
    }

    .footer-wrapper .copyright {
        font-size: 14px;
        text-align: center;
    }
    

    /* .list-contact {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
    } */

    .arrow-top {
        bottom: 154px;
        right: 30px;
        width: 56px;
        height: 40px;
    }

    .arrow-top i {
        font-size: 20px;
    }
	
	.menu-btn {
        width: 80px;
        height: 80px;
		top: 90px;
        right: 12px;
    }
	.menu-btn span{
		font-size: 14px;
	}
	
	.menu-container.active .menu-wrap {
        width: 100%;
    }
	.video {
		height: 55vh;
		background-size: cover;
		background-position: center;
	}
	.video .button svg {
		width: 100px; 
		height: 100px;
	}
	
	.place {
        height: 3445px;
    }
	
	.advisory .advisory-form .img-wrap {
		display: none;
	}
	.news-heading h2 {
		padding-top: 20px;
	}
	.advisory .advisory-form .form-contact {
		transform: unset;
	}
	.font-heading {
        font-size: 36px;
    }
	.advisory-form .submit-btn {transform: translate(-50%, 50%); }
	.footer-wrapper .copyright { padding-bottom: 36px;}
	    .footer-wrapper .copyright {
        font-size: 12px;
    }
	.subscribe {
		padding-top: 20vw;}
	.subscribe a {
		font-size: 14px;
		top: 61%;
	}
	.subscribe svg {
		bottom: 12px;
		width: 228px;
		height: 54px;
	}
	.new-wrap h3 a {
		font-size: 16px;}
	
	.footer-wrapper .copyright {flex-wrap: wrap;}
	.footer-wrapper .copyright span {width: 100%;}
}

@media (max-width : 376px) {
	
	.header-center {
		left: 76px;
		top: -16px;
		margin-left: 0;
	}
	
	.header-center .heading {
		font-size: 22px;
	}
	
	.header-center .title {
		font-size: 15px;
		margin-left: 10px;
	}
	
	.header-center .location {
		font-size: 11px;
		margin-top: 15px;
	}
	
    .general {
        /* height: 1000px;
        max-height: 1000px; */
    }
    .next-btns {
        display: none;
    }
    .general-info {
        height: 270px;
    }

    .list-info .item-info {
        margin-bottom: 8px;
        font-size: 14px;
        letter-spacing: 1.2px;
    }

    .main-img {
        position: absolute;
        top: -17px;
        right: 148px;
    }

    .main-img img {
        width: 186px;
        height: 195px;
    }

    .sub-img {
        display: flex;
        position: absolute;
        bottom: -87px;
        right: 32px;
    }

    .sub-img-left {
        width: 70px;
        height: 70px;
        position: absolute;
        left: -23px;
        bottom: -81px;
    }

    .sub-img-right {
        width: 100px;
        height: 100px;
    }

    .list-service .service-item {
        padding-left: 30px;
        padding-right: 0;
    }

    .service-item .item-text {
        line-height: 1.9;
    }

    .slick-dots {
        bottom: -20px !important;
        left: 9px !important;
    }

    .place .item-sub-img img {
        height: 54px;
    }

    .place .list-sub-img .slick-slide {
        width: 73.4px !important;
        margin: 0 7.5px;
        border-radius: 10px;
    }

    .slick-arrow i {
        font-size: 32px;
        color: #000;
    }

    .slick-arrow {
        width: 20px !important;
        height: 30px !important;
        transition: all .25s linear;
        background-color: #fff !important;
    }

    .arrow-top {
        bottom: 190px;
        right: 21px;
        width: 56px;
        height: 40px;
    }

    .footer-wrapper .copyright {
        width: 350px;
        padding: 0 15px;
    }
}

@media (max-width : 321px) {
    .next-btns {
        display: none;
    }

    .header-menu {
        position: absolute;
        left: -63px;
    }

    .header-center {
        text-align: center;
        position: relative;
        left: 85px;
        top: -16px;
    }

    .font-heading {
        font-size: 45px;
    }

    .list-info .item-info {
        margin-bottom: 4px;
        font-size: 12px;
    }

    .advisory .advisory-form {
        border-radius: 40px;
        top: -210px;
        padding: 30px 12px;
    }

    .footer-wrapper .copyright {
        width: 310px;
        padding: 0 15px;
    }
}