@media (min-width: 991px) {
    body, html {
        font-size: 1vw;
    }
}
body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.26rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: rgba(224, 186, 144, 1);
}

input, optgroup, select, textarea{
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.0);
}
body {
    color: #000000;
    overflow-x: hidden;
    font-size: 1.09375rem;
    background: white;
    font-family: 'Montserrat';
}


.grid-container {
    max-width: 83.333rem;
}

.content {
    color: #000;
    line-height: 1.6;
    margin-bottom: 0;
}
a, a:hover {
    text-decoration: none !important;
    transition: all 1s;

}
.content>*:last-child {
    margin: 0;
}

b,
strong {
    font-family: var(--font-bold);
}



h1,
h2,
h3 {
    font-family: 'Montserrat Bold';
}


.text_white {
    color: white !important;
}

.text_justify {
    text-align: justify;
}

.text_center {
    text-align: center;
}

.text_up {
    text-transform: uppercase;
}

.fs14 {
    font-size: 0.729rem;
}

.fs15 {
    font-size: 0.78125rem;
}

.fs18 {
    font-size: 0.9375rem;
}

.style_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.max {
    width: 100%;
    height: 100%;
    z-index: 9;
}

.display_flex {
    display: flex;
}

.display_flex_wrap {
    display: flex;
    flex-wrap: wrap;
}

.css_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.content ul {
    list-style: disc;
    margin-left: 1.042rem;
}
.section {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.arrow.prev {
    transform: rotate(180deg);
}

.swiper-slide img {
    display: block;
}

.hero-slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

/*--------------------------------------------------------------
    #hero-style
--------------------------------------------------------------*/
.hero-style {
    height: 100vh;
}
.site-content{
    display: block;
}
.banner_home video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.home_sec_2 {
    padding: 6.25rem 0 8.125rem;
}
.wrap_title {
    overflow: hidden;
    margin-bottom: 20px;
}

.home_sec_2  .heading_title {
    /*transform: translateY(100%);*/
    margin: 0;
    /*transition: .5s all;*/
    font-weight: 900;
    font-size: 8.6875rem;
    text-transform: uppercase;
    margin-bottom: -1.042rem;
}

.home_sec_2 .wrap_title b {
    /*transform: translateY(100%);*/
    display: inline-block;
    /*transition: .5s all;*/
    font-size: 2.396rem;
    font-family: 'Montserrat Bold';
}
.home_sec_2  .box_img {
    width: 26.042rem;
    margin: 12.083rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 6.25rem;
}
.home_sec_2 .box_img ul{
    list-style: none;
}

.home_sec_2 .box_img li {
    position: absolute;
    top: -45%;
    left: 50%;
    animation: hu__hu__ infinite 1s ease-in-out
}
.home_sec_2 .box_img>img{
    animation: hu__hu__ infinite 1.06s ease-in-out

}
.home_sec_2 .box_img li:nth-child(2){
    animation: hu__hu__ infinite 1.01s ease-in-out
}
.home_sec_2 .box_img li:nth-child(3){
    animation: hu__hu__ infinite 1.02s ease-in-out
}
.home_sec_2 .box_img li:nth-child(4){
    animation: hu__hu__ infinite 1.03s ease-in-out
}
.home_sec_2 .box_img li:nth-child(5){
    animation: hu__hu__ infinite 1.04s ease-in-out
}
.home_sec_2 .box_img >div>img{
    animation: hu__hu__ infinite 1.05s ease-in-out

}
@keyframes hu__hu__ {
    50% { transform: translateY(1.042rem) }
}
@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
    10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
    20% { transform: rotate(-8.0deg) }
    30% { transform: rotate(14.0deg) }
    40% { transform: rotate(-4.0deg) }
    50% { transform: rotate(10.0deg) }
    60% { transform: rotate( 0.0deg) }  /* Reset for the last half to pause */
    100% { transform: rotate( 0.0deg) }
}

.home_sec_2 .box_img li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: unset;
    transition: 1s all;
}

.home_sec_2 .box_img li:nth-child(2) {
    top: 2%;
    left: -4%;
}

.home_sec_2 .box_img li:nth-child(3) {
    top: -10%;
    left: 108%;
}

.home_sec_2 .box_img li:nth-child(3) {
    top: -10%;
    left: 107%;
}

.home_sec_2 .box_img li:nth-child(4) {
    top: 93%;
    left: -9%;
}

.home_sec_2 .box_img li:nth-child(5) {
    top: 70%;
    left: 109%;
}
.slider_box .item {
    position: relative;
    text-align: center;
    transition: .3s all;
    transform: scale(.9) translateY(5.417rem);
}

.slider_box .item .title {
    z-index: 100;
    border: 0.052rem solid #333333;
    border-radius: 5.208rem;
    display: inline-flex;
    align-items: center;
    padding: 0 2.604rem;
    position: relative;
    height: 3.125rem;
    text-transform: uppercase;
    font-size: 0.78125rem;
    margin-bottom: 4rem;
    font-family: 'Montserrat Bold';
}

/*.slider_box .item .title {*/
/*    height: 11rem;*/
/*    font-size: 3rem;*/
/*    padding: 0 10rem;*/
/*}*/

.arrow_slide svg {
    display: block;
    width: 1.51rem;
    height: auto;
}

.arrow_slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2.083rem;
    height: 2.083rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arrow_right.arrow_slide {
    left: unset;
    right: 0;
}

.arrow_right.arrow_slide svg {
    transform: rotate(180deg);
}
/*.slider_box  .swiper-slide.swiper-slide-active .item {*/
/*    transform: scale(1.6) translateY(3.646rem);*/
/*}*/

.slider_box {
    padding: 0 25%;
    max-width: 80vw;
    overflow: unset;
    padding-top: 9rem;
    margin-bottom: 8rem;
}
.home_sec_4 .item {
    position: relative;
    width: calc(calc(100% / 3) - 2.604rem);
    margin: 0 1.302rem;
}

.home_sec_4 {
    padding: 9.635rem 0 4.167rem;
    background: rgba(0, 0, 0, 1);
}

.home_sec_4 .heading_title {
    color: rgba(224, 186, 144, 1);
}

.heading_title {
    text-transform: uppercase;
    font-family: 'Design Market Bold';
    color: black;
    font-size: 4.167rem;
    margin-top: 10px;
    line-height: 1.4;
}

.home_sec_4 .wrap_items {
    display: flex;
    margin: 5.208rem -1.302rem 0;
}

.home_sec_4 .wrap_items .box_img {
    padding-bottom: 100%;
    border: 1px solid grey;
    padding: 1.302rem;
    border-radius: 5.208rem;
    position: relative;
    margin-bottom: 2.083rem;
    transition: .5s all;
    display: flex;
    justify-content: center;
}

.home_sec_4 .wrap_items .box_img >img {
    border-radius: 4.6875rem;
    border: 1px solid white;
    display: block;
    width: 100%;
}

.home_sec_4 .item .icon {
    position: absolute;
    right: -0.521rem;
    bottom: -1.354rem;
}

.home_sec_4 .item h3 {
    height: 5.208rem;
    color: white;
    text-transform: uppercase;
    font-size: 0.99rem;
    border: 0.052rem solid white;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 5.208rem;
    margin: 0 1.042rem 1.5625rem;
    transition: .5s all;
    min-width: 60%;
    justify-content: center;
}

.home_sec_4 .item h3 svg {
    margin-left: 3.125rem;
    position: absolute;
    right: 2.604rem;
}

.home_sec_4 .item .content {
    color: white;
    max-width: 76%;
    margin: auto;
}

.home_sec_4 .wrap_items .item:hover .box_img {
    background: white;
    padding: 2.083rem;
}

.home_sec_4 .item:hover h3 {
    background: white;
    fill: #000000;
    color: #000000;
}

.home_sec_4 .item:hover h3 svg path {
    fill: #000000;
}

.home_sec_4 .item h3 svg path {
    transition: .1s all;
}

.home_sec_4 .item:hover .icon {
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}
@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

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

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

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

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

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

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

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

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

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

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

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
section.section.home_sec_5 {
    background: rgba(0, 0, 0, 1);
    padding-top: 5.208rem;
}

section.section.home_sec_5 h2.heading_title {
    color: rgba(224, 186, 144, 1);
}

section.section.home_sec_5 ul {
    display: flex;
    margin: 1.808rem -1.042rem 0;
    flex-wrap: wrap;
    list-style: none;
}

section.section.home_sec_5 ul li {
    width: calc(calc(100% / 3) - 2.084rem);
    margin: 0 1.042rem 2.083rem;
}

section.section.home_sec_5 ul li a {
    border: 1px solid white;
    width: 100%;
    display: flex;
    height: 4.167rem;
    align-items: center;
    justify-content: center;
    border-radius: 5.208rem;
    color: white;
    text-transform: uppercase;
    transition: .5s all;
    font-family: 'Montserrat Bold';
}

section.section.home_sec_5 ul li a:hover {
    color: #000;
    background: white;
}

section.section.home_sec_6 {
    padding-top: 5.208rem;
    background: #000;
    padding-bottom: 5.208rem;
}

.wrap_project {
    display: flex;
    margin: 0 -1.302rem;
    flex-wrap: wrap;
}

.wrap_project .item {
    position: relative;
    width: calc(50% - 2.604rem);
    margin: 0 1.302rem 2.604rem;
    border-radius: 1.5625rem;
    overflow: hidden;
}

section.section.home_sec_6 h2.heading_title {
    color: #E0BA90;
    margin-bottom: 0.604rem;
}

.wrap_project .item .box_content {
    position: absolute;
    bottom: 2.604rem;
    left: 2.083rem;
    right: 2.083rem;
    z-index: 2;
    opacity: 0;
    transition: .5s all;
}

.wrap_project .item .box_content * {
    color: white;
}

.wrap_project .item:before {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(206, 206, 206, 0.19) 8.50%, #000 100%);
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: .5s all;
}
.wrap_project .item:hover:before {
    opacity: 1;
}

.wrap_project .item .box_content h3 {
    margin: 0 0 0.521rem;
    text-transform: uppercase;
    font-size: 1.354rem;
}
a.button_style {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: rgba(249, 61, 1, 1);
    height: 5.5rem;
    font-size: 1.5625rem;
    border-radius: 50%;
    padding: 0 2rem;
    opacity: 1;
    transform: scale(1);
    transition: .3s all;
    min-width: 12.448rem;
}
a.button_style span{
    position: relative;
    font-family: 'Design Market Bold';
}
a.button_style span:before{
    display: inline-block;
    content: '';
    background-image: url(../../images/icon_button.png);
    left: 50%;
    top: 50%;
    width: 4.53125rem;
    height: 3.698rem;
    transform: translate(-50%, -50%);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

section.section.home_sec_7 {
    padding: 6.25rem 0 5.208rem;
}

.arrow_slider {
    position: absolute;
    top: 50%;
    left: -1.042rem;
    transform: translateY(-50%);
    transition: .5s all;
    cursor: pointer;
    opacity: 1;
}

.arrow_slider.next {
    left: unset;
    right: -1.042rem;
}

.wrap_slider {
    position: relative;
}

.arrow_slider svg {
    opacity: 1;
}

.arrow_slider svg {
    opacity: 1;
}

.arrow_slider:hover {
    opacity: .3;
}

.slider_partner .item .box_img {
    align-items: center;
    display: flex;
    height: 3.5rem;
    width: auto;
    justify-content: center;
    margin: 0.99rem 0;
}

.slider_partner .item .box_img img {
    max-height: 100%;
    max-width: 60%;
}
.home_sec_8 {
    background-attachment: fixed;
    padding: 0;
}

.home_sec_8 .inner {
    display: inline-block;
    position: relative;
    width: 46.875rem;
}

ul.icon_list li {
    position: absolute;
    top: -47%;
    left: -2%;
    opacity: 0;
}

ul.icon_list li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: unset;
}

.home_sec_8 .arrow {
    margin: 1.042rem 0 1.5625rem;
}

ul.icon_list li:nth-child(2) {
    left: 112%;
    top: -43%;
}

ul.icon_list li:nth-child(3) {
    left: -36%;
    top: 77%;
}

ul.icon_list li:nth-child(4) {
    right: -35%;
    top: 85%;
    left: unset;
}
.home_sec_2 .wrap_title b {
    text-transform: uppercase;
}

.home_sec_3 {
    padding-top: 2.292rem;
    background-image: url(../../images/bg_product.jpg);
    padding-bottom: 8.854rem;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.wrap_project .item .box_content .content {
    font-size: 0.78125rem;
    font-style: italic;
}

.wrap_project .item .box_img {
    position: relative;
    padding-bottom: 68%;
    border-radius: 1.302rem;
}

.wrap_project .item .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.wrap_project .item:hover .box_img img {
    transform: scale(1.2);
}

a.button_style {
    animation: scale_button 1s infinite;
    /*transform: scale(.95);*/
}

@keyframes scale_button {
    50%{
        transform: scale(.95);
    }
    100%{
        transform: scale(1);
    }
}


.slider_partner {
    margin-top: 3rem;
}

header#masthead {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    transition: .5s all;
}

.admin-bar header#masthead {
    top: 1.667rem;
}

.nav-float-right #site-navigation {
    background: transparent;
}

.main-navigation .main-nav ul li a {
    color: white !important;
    text-transform: uppercase;
    font-family: 'Montserrat ExtraBold';
    font-size: 0.99rem;
    padding-left: 1.823rem;
    padding-right: 1.823rem;
}
header#masthead.sticky {
    background: rgba(0, 0, 0, 1);
}
footer {
    background: rgba(0, 0, 0, 1);
    padding: 5.208rem 0;
}

footer * {
    color: rgba(223, 185, 143, 1);
}

ul.link_contact {
    list-style: none;
    margin: 0;
}

.wrap_bottom {
    display: inline-flex;
    width: 100%;
    margin-top: 5.208rem;
    align-items: flex-end;
}
footer a svg {
    display: block;
}

ul.logo_bottom img {
    display: block;
}
ul.link_contact .icon {
    width: 2rem;
    flex: 0 0 auto;
    display: flex;
    margin-right: 1rem;
    justify-content: center;
}

ul.link_contact  a {
    display: flex;
    align-items: center;
}

ul.link_contact li:not(:last-child) {
    margin-bottom: 1.042rem;
}

footer a {
    transition: .3s all;
}

footer a:hover {
    color: white;
}

.col_3  span.title {
    text-transform: uppercase;
    text-align: right;
    display: block;
    margin-bottom: 45px;
    font-size: .9rem;
}

.form_footer {
    text-align: right;
}

span.wpcf7-spinner {
    margin: 0;
    position: absolute;
}

.wrap_form input {
    outline: none;
    height: 2.083rem;
    border-radius: 5.208rem 0 0 5.208rem;
}

.wrap_form input::placeholder {
    color: #333333;
    opacity: .5;
    font-size: 0.729rem;
    text-transform: uppercase
}

.wrap_form input.wpcf7-submit {
    border-radius: 0 5.208rem 5.208rem 0;
    border: none !important;
    text-transform: uppercase;
    background: rgba(249, 61, 1, 1);
    font-family: 'Montserrat Bold';
    font-size: 0.7rem;
}

.wrap_form p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.copyright {
    font-family: 'Montserrat Bold';
    font-size: 0.685rem;
}

ul.socials {
    list-style: none;
    margin: 0;
    display: flex;
}

ul.socials li:not(:last-child) {
    margin-right: 1.042rem;
}

ul.logo_bottom {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

ul.logo_bottom li:not(:last-child) {
    margin-right: 2.604rem;
}
.inner_title {
    display: inline-block;
    position: relative;
}

.home_sec_4 .inner_title ul.icon_title {
    list-style: none;
    margin: 0;
}

.inner_title ul.icon_title li {
    position: absolute;
    bottom: 35%;
    left: -4%;
    width: auto !important;
}

.inner_title ul.icon_title li .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner_title ul.icon_title li .box img {
    max-width: unset;
    width: 6.51rem;
    height: 6.51rem;
}

.inner_title ul.icon_title li.right {
    top: 27%;
    right: -12%;
    bottom: unset;
    left: unset;
}

.inner_title ul.icon_title li .box img.icon_inner {
    position: absolute;
    top: 16%;
    left: 22%;
    /*animation: waveAnimation 2s infinite;*/
    animation-name: wave-animation;  /* Refers to the name of your @keyframes element below */
    animation-duration: 2.5s;        /* Change to speed up or slow down */
    animation-iteration-count: infinite;  /* Never stop waving :) */
    transform-origin: bottom left;
    width: 3.646rem;
    height: auto;
}
@keyframes waveAnimation {
    0% {
    rotate(0deg) ;
    }
    25% {
    rotate(15deg);
    }
    50% {
    rotate(0deg);
    }
    75% {
    rotate(-15deg);
    }
    100% {
    rotate(0deg);
    }
}

.inner_title ul.icon_title li.right .box img {
    -webkit-animation: coccoc-alo-circle-img-anim2 2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim2 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim2 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim2 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim2 2s infinite ease-in-out;
}
@keyframes coccoc-alo-circle-img-anim2 {
    0% {
        transform: rotate(0) scale(.9) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(.9) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(.9) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(.9) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
.home_sec_5 .inner_title ul.icon_title li {
    margin: 0;
}

.home_sec_5 .inner_title ul.icon_title li.left {
    left: unset;
    right: -10%;
    top: 22%;
    bottom: unset;
}

.home_sec_5 .inner_title ul.icon_title li.right {
    left: -8%;
    bottom: 40%;
    right: unset;
    top: unset;
}

ul.icon_title {
    margin: 0 !important;
    list-style: none;
}
.home_sec_7 .inner_title ul.icon_title li.left {
    bottom: 85%;
    left: -9%;
}

.home_sec_7 .inner_title ul.icon_title li.right {
    top: 50%;
    right: -10%;
}
.home_sec_2 .inner_title ul.icon_title li.left {
    left: unset;
    right: -5%;
    bottom: unset;
    z-index: 2;
    top: 10%;
}
.home_sec_2 .inner_title ul.icon_title li.right {
    bottom: 19%;
    right: -12%;
}

.home_sec_2 .inner_title ul.icon_title {
    list-style: none;
}
.box_button{
    position: relative;
    display: inline-block;
}
.box_button:before {
    position: absolute;
    content: url(../../images/icon_mouse.svg);
    bottom: -2.76rem;
    right: -2.65625rem;
    transform: translate(0px, 0px);
    transition: .5s all;

}
.box_button:before {
    animation: translate_button 1s infinite;
}

@keyframes translate_button {
    50%{
        transform: translate(-0.521rem, -0.521rem);
    }
    100%{
        transform: translate(0, 0);
    }
}

.home_sec_3 .inner_title ul.icon_title li.left {
    bottom: 68%;
    left: 109%;
}

.home_sec_3 .inner_title ul.icon_title li.right {
    top: 57%;
    right: 107%;
}
section.section.home_sec_7 .inner_title * {
    margin: 0;
}

ul.icon_list {
    list-style: none;
}
.home_sec_8 .grid-container {
    height: 100vh;
    display: flex;
    align-items: center;
}
ul.icon_list li:nth-child(5) {
    right: -96%;
    top: 139%;
}
.wrap_project .item:hover .box_content {
    opacity: 1;
}
.home_sec_3 .grid-container{
    max-width: 100vw;
}
section.section.home_sec_7 .arrow_slider svg path {
    fill: #b2b2b2;
}
.inner_title ul.icon_title li.round img {
    animation: unset !important;
}
.hu__hu__ { animation: hu__hu__ infinite 2s ease-in-out }
ul.link_contact li:first-child svg {
    margin-right: -0.417rem;
}
.slider_box .swiper-slide.swiper-slide-active .item {
    transform: scale(1.6) translateY(-0.583rem);
}
section.section.home_sec_7 .inner_title img {
    width: 4.6875rem !important;
    height: auto !important;
}
.main-navigation .main-nav>ul>li:last-child a {
    padding-right: 0;
}
img.logo_footer {
    max-width: 19.271rem;
}
.wrap_form input[type="email"] {
    width: 19.271rem;
}
.logo_top img {
    width: 26.042rem;
}
.inside-header.grid-container {padding-left: 20px;padding-right: 20px;}

.main-navigation .inside-navigation {
    padding: 0;
}
.bang_chuyen_project a {
    display: inherit;
    border-radius: 15px;
    overflow: hidden;
}
@keyframes slideLeft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.bang_chuyen_project {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.bang_chuyen_project .inner {
    display: flex;
    animation: slideLeft 20s linear infinite;
}
.main-navigation ul ul {
    background: black;
}

.main-navigation ul ul li:hover a {
    background: white;
    color: #000000 !important;
}

.main-navigation .main-nav ul ul li a {
    transition: .3s all;
}

body header#masthead .main-navigation .main-nav ul ul li a {
    filter: unset !important;
}
.menu-bar-items {
    margin-left: 25px;
    color: white !important;
}

.menu-bar-items a {
    font-size: 19px;
}

.navigation-search {
    top: 80px;
}

.navigation-search input.search-field {
    background: #000000;
    height: 50px;
    width: 400px;
}

.navigation-search.nav-search-active {
    left: unset !important;
    width: auto;
}
.main-navigation .menu-bar-item.search-item a{
    padding-right: 0;
}
.main-navigation .menu-bar-items a{
    font-size: 1.146rem;
}
@keyframes hu__hu__ {
    50% { transform: translateY(1.042rem) }
}
@media only screen and (max-width: 1600px){
    ul.icon_list li:nth-child(1) {
        top: -51%;
        left: -10%;
    }
}
@media only screen and (max-width: 1500px){
    .home_sec_2 .box_img li img {
        transform: translate(-50%, -50%) scale(.7);
    }

    .home_sec_2 .box_img {
        margin: 14.083rem auto 0;
        margin-bottom: 6.25rem;
    }

    .home_sec_2 .box_img >div>img {
        max-width: 250px;
    }

    .box_button:before {
        bottom: -3.76rem;
        right: -3.65625rem;
    }

    /*.home_sec_2 .inner_title ul.icon_title li.left {*/
    /*    right: -10%;*/
    /*}*/

    /*.home_sec_2 .inner_title ul.icon_title li.right {*/
    /*    bottom: -2%;*/
    /*    right: -14%;*/
    /*}*/
}
@media only screen and (max-width: 1199px) {
    .home_sec_2 .box_img {
        width: 37.042rem;
        margin: 18.083rem auto 6.25rem;
    }

    .home_sec_2 .box_img li img {
        transform: translate(-50%, -50%) scale(.6);
    }

    .home_sec_2 .box_img>img {
        max-width: 220px;
    }

    .inner_title ul.icon_title li .box {
        transform: translate(-50%, -50%) scale(.5);
    }

    .home_sec_3 {
        background-size: contain;
    }

    .banner_home {
        padding-bottom: 56.25%;
    }

    .banner_home video {
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main-navigation .main-nav ul li a {
        font-size: 1.5rem;
    }

    .site-header .header-image {
        height: auto;
        width: 240px;
    }
    .wrap_form input.wpcf7-email {
        width: 200px;
        font-size: 1rem;
    }

    .wrap_form input {
        height: 45px;
    }

    ul.link_contact .icon svg {
        max-width: 18px;
    }

    ul.link_contact a {
        font-size: 1.2rem;
    }

    .wrap_form input.wpcf7-email::placeholder {
        font-size: 1rem;
    }

    .copyright {
        font-size: 1.2rem;
    }

    ul.icon_list li img {
        transform: translate(-50%, -50%) scale(.8);
    }
    .home_sec_8 .grid-container {
        justify-content: center;
    }
}
@media only screen and (max-width: 991px){
    .main-navigation .main-nav ul li a {
        font-size: 1.6rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    body, html {
        font-size: 1vw;
    }

    .grid-container {
        max-width: 95.333rem;
    }

    .home_sec_2 .box_img>img {
        max-width: 156px;
    }

    .home_sec_2 a.button_style:before {
        bottom: -6.76rem;
        right: -8.65625rem;
        transform: scale(.7);
    }

    body {
        font-size: 1.4rem;
    }

    .home_sec_4 .item .icon img {
        transform: scale(.7);
    }

    .home_sec_4 .item .icon {
        right: -4.521rem;
        bottom: -3.354rem;
    }

    .home_sec_4 .item h3 svg {
        width: 1rem;
    }

    .wrap_project .item .box_content .content {
        font-size: 1.2rem;
    }

    .wrap_project .item .box_content h3 {
        font-size: 1.5rem;
    }

    .home_sec_8 {
        padding: 15.417rem 0 8.021rem;
    }
    .main-navigation .menu-bar-item.search-item a {
        display: none;
    }
}
@media only screen and (max-width: 768px){
    header#masthead {
        background: rgb(0 0 0 / 50%);
    }

    .mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
    }

    .main-navigation, .main-navigation ul ul {
        background: transparent;
    }

    button.menu-toggle {
        font-size: 31px;
        color: white !important;
    }
}
@media only screen and (max-width: 767px){


    .inside-header {
        padding: 5px 0;
    }

    .has-inline-mobile-toggle #site-navigation.toggled {
        margin: 0;
    }

    .main-navigation .main-nav ul li a {
        font-size: 2rem;
        padding: 0;
        line-height: 50px;
    }

    .main-navigation .inside-navigation {
        padding: 0;
    }
    button.menu-toggle {
        line-height: 40px;
        padding: 0;
    }

    .site-header .header-image {
        width: 180px;
    }

    .home_sec_2 .box_img li img {
        transform: translate(-50%, -50%) scale(.4);
    }

    .home_sec_2 .box_img>img {
        max-width: 115px;
    }

    .home_sec_2 .box_img {
        width: 51%;
        margin: 28.083rem auto 12.25rem;
    }

    .inner_title ul.icon_title li .box {
        transform: translate(-50%, -50%) scale(.35);
    }

    .home_sec_2 .wrap_title b {
        font-size: 3.4rem;
    }

    .home_sec_2 .wrap_title b br {
        display: none;
    }

    .heading_title {
        font-size: 7rem;
    }

    .home_sec_2 .inner_title ul.icon_title li.left {
        right: -7%;
        top: 18%;
        transform: scale(.9);
    }

    .home_sec_2 .inner_title ul.icon_title li.right {
        bottom: 2%;
        right: -18%;
    }

    a.button_style {height: 12rem;padding: 0 7.90625rem;}

    a.button_style span {
        font-size: 5rem !important;
    }

    a.button_style span:before {
        width: 10.53125rem;
        height: 8.698rem;
    }

    .home_sec_2 {
        padding: 8rem 0 19rem;
    }

    .home_sec_2 a.button_style:before {
        bottom: -13.76rem;
        right: -12.65625rem;
    }


    .home_sec_4 .item {
        width: 100% !important;
    }

    .home_sec_4 .wrap_items {
        flex-wrap: wrap;
    }

    .home_sec_4 .wrap_items .box_img {
        padding: 5.302rem;
        border-radius: 10rem;
        margin-bottom: 4rem !important;
    }

    .home_sec_4 .wrap_items .box_img >img {
        border-radius: 8rem;
    }

    .home_sec_4 .item h3 {
        font-size: 4rem;
        height: 12.208rem;
        min-width: 90%;
        display: inline-flex;
    }

    body {
        font-size: 4rem;
    }

    .home_sec_4 .item:not(:last-child) {
        margin-bottom: 6rem;
    }

    .home_sec_4 .item h3 svg {
        width: 2rem;
    }

    .main-navigation .main-nav ul li a {
        font-size: 4rem;
        line-height: 40px;
    }

    .main-navigation .main-nav ul li a {
        width: calc(calc(100% / 2) - 2.084rem);
    }

    section.section.home_sec_5 ul li {
        width: calc(calc(100%) - 2.084rem);
        margin-bottom: 4rem;
    }

    section.section.home_sec_5 ul li a {
        height: 12rem;
    }

    section.section.home_sec_5 {
        padding-top: 10rem;
    }

    .wrap_project .item {
        width: calc(199% - 2.604rem);
    }

    .wrap_project .item .box_content h3 {
        font-size: 4rem;
    }

    .wrap_project .item .box_content .content {
        font-size: 3rem;
    }

    .wrap_project .item .box_content {
        bottom: 4rem;
        left: 4rem;
        right: 4rem;
    }

    .slider_partner .item .box_img {
        height: 10.99rem;
    }

    section.section.home_sec_7 {
        padding: 20rem 0;
    }

    ul.icon_list li img {
        transform: translate(-50%, -50%) scale(.7);
    }

    ul.icon_list {
        list-style: none;
    }

    .home_sec_8 .inner {
        width: 90%;
    }

    .home_sec_8 {
        padding: 30rem 0 11.021rem;
    }

    section.section.home_sec_6 {
        padding: 10rem 0;
    }

    ul.link_contact a {
        font-size: 4rem;
    }

    ul.link_contact .icon {
        width: 8.5625rem;
        margin-right: 3.042rem;
    }

    ul.link_contact .icon svg {
        max-width: 100%;
    }

    ul.link_contact li:not(:last-child) {
        margin-bottom: 5.042rem;
    }

    ul.link_contact {
        margin-top: 10rem;
    }

    footer {
        padding: 10rem 0;
    }

    .col_3 span.title {
        text-align: center;
        margin-top: 10rem;
        margin-bottom: 20px;
    }

    .wrap_form input.wpcf7-email,.wrap_form input.wpcf7-email::placeholder {
        font-size: 3rem;
    }

    .wrap_form p {
        justify-content: center;
    }

    .wrap_bottom {
        flex-wrap: wrap;
    }

    .wrap_bottom>* {
        width: 100%;
        text-align: center;
    }

    .copyright {
        font-size: 3rem;
        margin-top: 10rem;
    }

    ul.socials {
        justify-content: center;
        margin-top: 0;
    }

    ul.logo_bottom {
        justify-content: center;
        margin-top: 6rem;
    }

    .wrap_bottom .grid-30.tablet-grid-30.footer_col.col_1 {
        order: 3;
    }
    .logo_top img {
        min-width: unset;
        max-width: 50%;
    }

    .home_sec_8 .inner {
        width: 100%;
    }

    ul.icon_list li:nth-child(4) {
        right: 5%;
        top: 54%;
    }

    ul.icon_list li:nth-child(3) {
        left: 4%;
        top: 46%;
    }
    .home_sec_8 {
        padding: 20rem 0;
    }

    .home_sec_8 .grid-container {
        height: auto;
    }

    ul.icon_list li {
        opacity: 1 !important;
    }
    .home_sec_8 {
        padding: 20rem 0;
    }

    .home_sec_8 .grid-container {
        height: auto;
    }

    ul.icon_list li {
        opacity: 1 !important;
    }

    ul.icon_list li {
        transform: scale(.8) !important;
    }

    ul.icon_list li {
        top: -9%;
        left: 6%;
    }

    ul.icon_list li:nth-child(2) {
        left: 80%;
        top: -9%;
    }
    .slider_box .item {
        transform: unset !important;
    }

    .arrow_slide svg {
        width: 12rem;
    }

    .arrow_slide {
        width: 9rem;
        height: 9rem;
    }

    .slider_box {
        padding-bottom: 0;
    }
    .slider_box .item .title {
        height: 11rem;
        font-size: 3rem;
        padding: 0 10rem;
    }
    ul.link_contact li:first-child svg {
        margin-right: -1.6rem;
    }
    .home_sec_2 .box_img >div>img {
        max-width: 27vw;
    }

    .box_button:before {
        transform: translate(0px, 0px);
        width: 35px;
        height: 35px;
        background-image: url(../../images/icon_mouse.svg);
        content: '';
        background-size: cover;
        bottom: -7.76rem;
        right: -9.65625rem;
    }
    .home_sec_2 .box_img ul {
        margin: 0;
    }

    .slider_box {
        padding: 0;
        margin-bottom: 0;
    }
    .home_sec_8 .group_title {
        transform: unset !important;
    }

    ul.icon_list li:nth-child(1) {
        top: -4%;
        left: 20%;
    }
    .inner_title ul.icon_title li .box img.icon_inner {
        width: 16.646rem;
    }

    .inner_title ul.icon_title li .box img {
        width: 30rem;
        height: 30rem;
    }

    section.section.home_sec_7 .inner_title img {
        width: 25.6875rem !important;
    }
    .home_sec_2 .heading_title {
        font-size: 15.6875rem;
    }

    .home_sec_2 .inner_title ul.icon_title li.right {
        bottom: 3%;
        right: -11%;
    }

    section.section.home_sec_2 .wrap_title {
        margin-bottom: 0;
    }
    .wrap_project {
        margin-bottom: 7rem;
    }

    .arrow_slider svg {
        width: 10px;
    }.home_sec_4 .item h3 ,
     section.section.home_sec_5 ul li a{
         border-radius: 100px;
     }
    .home_sec_4 .item:not(:last-child) {
        margin-bottom: 15rem;
    }
    .home_sec_4 .item .icon img {
        transform: scale(.8);
    }

    .home_sec_4 .wrap_items .item:hover .box_img {
        padding: 5.083rem;
    }

    .home_sec_4 .item h3 svg {
        right: 9rem;
    }
    .home_sec_4 .item .content{
        line-height: 1.4;
    }
    .home_sec_8 .grid-container {
        justify-content: center;
    }
    section.section.home_sec_7 .wrap_slider {
        margin: 0 -4rem;
    }
    .slider_partner {
        margin-top: 10rem;
    }
    .slider_partner .item .box_img img {
        max-width: 70%;
    }
    .inside-header {
        padding: 5px 20px;
    }
    .home_sec_8 .arrow svg {
        max-height: 26px;
    }

    .logo_top img {
        width: 180px;
        max-width: unset;
        margin-top: -20px;
    }

    .home_sec_8 .inner h2.heading_title {
        margin-bottom: 10px;
    }

    ul.icon_list li img {
        transform: translate(-50%, -50%) scale(.5);
    }
    .box_button:before {
        background-size: 30px;
        background-repeat: no-repeat;
    }
    a.button_style {
        height: 14rem;
        padding: 0 10.90625rem;
    }
    .slider_box .item .title {
        border-radius: 100px;
    }
    section.section.home_sec_2 .text_center>.wrap_title {
        margin-top: -10px;
    }
    .banner_home {
        padding-bottom: 120%;
    }
    .home_sec_2 {
        padding-top: 13rem;
    }
    .home_sec_2 .inner_title ul.icon_title li.right {
        transform: scale(1.1) rotate(10deg);
    }
    .box_button:before {
        bottom: -7.76rem;
        right: -8.65625rem;
    }

    .home_sec_2 .box_img li img {
        transform: translate(-50%, -50%) scale(.3);
    }
    .slider_box {
        max-width: 100%;
    }
    .slider_box .item .title {
        margin-bottom: 10rem;
    }
    .home_sec_5 .inner_title ul.icon_title li.left {
        right: -8%;
        top: 18%;
    }

    .home_sec_5 .inner_title ul.icon_title li.right {
        left: -7%;
        bottom: 39%;
    }

    section.section.home_sec_5 h2.heading_title {
        margin: 0;
    }
    section.section.home_sec_5 {
        padding-top: 15rem;
    }
    img.logo_footer {
        max-width: 100%;
    }

    .col_3 span.title {
        font-size: 4rem;
    }

    ul.socials li:not(:last-child) {
        margin-right: 2rem;
    }

    .wrap_form input.wpcf7-submit {
        font-size: 3.5rem;
    }

    .copyright {
        font-size: 3.5rem;
    }
    .home_sec_8{
        background-attachment: unset;
    }
    .main-navigation .main-nav ul li a {
        width: 100%;
    }

    .main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
        padding-right: 0;
    }
    .main-navigation .menu-bar-item>a {
        display: none;
    }
}