
/*--------------------------------------------------
	CUSTOM HOA MAI
---------------------------------------------------*/
#main{
    background-color: #fff;
}
.height400{height: 400px; color: #fff}
.wrapper-gallery{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    clear: both;
    overflow-x: auto;
    transition: 0.6s;
    height: 150px;
}
.wrapper-gallery li img{ width: 190px;}
.wrapper-gallery::-webkit-scrollbar{
    width: 0;
}
#fly{
    width: 100vw;
    height: 100vh;
    position: absolute;
z-index: 2;
}
.snow{
    position: absolute;
    top:0;
    left:0;
    width:50px;
    height:50px;
    background-image: url(../images/icon-op.png);
    background-size: cover;
    animation: animationSnow 4s ease-in-out infinite;
    z-index: 3;
}
@keyframes animationSnow{
    0%{
        transform: translate(0,0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translate(100px,50vh);
    }
}

.animate-line-title{ position: relative;
    width: 100%;
    height: 100%;
}
.animate-line-title::before{
    content: "";
    position: absolute;
    width: 120px;
    height: 3px;
    background-color: #9c1c1f;
    left: 35%;
    top: 90%;
    transform:translateX(-100px);
    transition: 0.5s;
    opacity: 0;
}
.animate-line-title::after{
    content: "";
    position: absolute;
    width: 120px;
    height: 3px;
    background-color: #9c1c1f;
    right: 30%;
    top: 90%;
    transition: 0.5s;
    opacity: 0;
}
.animate-line-title:hover::before{
 opacity: 1;
 left: 39%;
}
.animate-line-title:hover::after{
    opacity: 1;
    right: 34%;

    
   }

.breadcrumb-page{
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;

}
.flex2colum {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.flex2colum.right {
  flex-direction: row-reverse;
}
.pinned-element-content {
    display: block;
    width: 50%;
}
.full-img{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 60vh;

}
  .content-page{
    padding-right: 10% !important;
  } 

.title-strongs {color: #fff;}
.light-content p{ color: #d9dff8;}
.title-strongs h2{ color: #d8e5f0;}
.strongs{ width:100%; margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
     }

    .scrolling-element img {        
    box-shadow: 9px 8px #097bd5;
    }
 
.content-st-item{
    width: 30%;
 padding: 0 20px;
 height: 300px;
} 

.content-st:nth-child(1){

}

.content-st-item .box{
    position: relative;
    width: 100%;
    height: 320px;
    background: #1c1c1c;
    border-radius: 15px;
    overflow: hidden;
}
.content-st-item .box::before{
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 320px;
    background: linear-gradient(0deg,transparent,transparent, #7b73e6,#7b73e6,#7b73e6);
    z-index: 1;
    transform-origin: bottom right;
    animation: ani 6s linear infinite;
}

.content-st-item .box::after{
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 320px;
    background: linear-gradient(0deg,transparent,transparent, #7b73e6,#7b73e6,#7b73e6);
    z-index: 1;
    transform-origin: bottom right;
    animation: ani 6s linear infinite;
    animation-delay: -3s;
}
.border-line{
    position: absolute;
    top: 0;
    inset: 0;
}
.border-line::before{
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 320px;
    background: linear-gradient(0deg,transparent,transparent, #ff3410,#ff3410,#ff3410);
    z-index: 1;
    transform-origin: bottom right;
    animation: ani 6s linear infinite;
    animation-delay: -1.5s;
}

.border-line::after{
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 320px;
    background: linear-gradient(0deg,transparent,transparent, #ff3410,#ff3410,#ff3410);
    z-index: 1;
    transform-origin: bottom right;
    animation: ani 6s linear infinite;
    animation-delay: -4.5s;
}
@keyframes ani{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.content-st-item .box .strengths {
    position: absolute;
    inset: 4px;
    background:#fffffff7;
    background-image: url(../images/overlay-pattern/gplay.png);
    padding: 20px 10px;
    border-radius: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.content-st-item .box .strengths h2{
    color:#b50404;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 1.7rem;
    font-style: normal;
    font-family: "Playball", cursive;
}

.content-st-item .box .strengths .img-bx{
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.content-st-item .box .strengths .img-bx img{
    position: relative;
    width: 80px;
    margin: 0 auto;
    z-index: 10;
    animation: ani2 2s linear infinite ;
    transition: 0.7s;
    animation-direction: alternate;
}
@keyframes ani2{
    0%{
        transform:scale(1);
    }
    100%{
        transform:scale(1.3);
    }
}

.content-st-item .box .strengths .img-bx span{
    padding: 20px 0px 10px;
    pointer-events: none;
    color: #525469 ;
    font-size: 1em;
    letter-spacing: 0.05em;
    transition: 0.5s;
    
}


.service-home{ 
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.service-home .content-dv{
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    background-color: #030101b0;
    opacity: 0;
    transform: translate(0,100px);
    padding: 13% 0;
}
.service-home:hover .content-dv{
    opacity: 1;
    transform: translate(0,0);
}
.service-home .content-dv h4{width: 100%; font-size: 1.8rem; color: #fff; padding-bottom: 10px; display: block; padding: 0 20px; }
.service-home .content-dv p{  display: block; padding: 0 20px;}

.pinned-element h5{
    position: relative;
}
.pinned-element h5::after{
    content: "";
    width: 150px;
    height: 60px;
    background-color: #fff;
    border-radius: 5px;
    display: block;
    padding: 5px 0px;
    position: absolute;
    left: -5px;
    top: 0;
    z-index: -1;
    text-align: center;
    
}
.border-line-das{ position:relative;
width:100%; height:100% }
.border-line-das::before{
    content: "";
    background-color:transparent;
    display: block;
    width: 1200px;
    height: 90%;
    position: absolute;
    left: -50px;
    top: 5%;
    border-radius: 15px;
    border: 1px dashed #bcbdca;

}
.dark-content .light-section .button-border.outline a {
    color: #000;
    background-color: #fff;
}


.grid-home {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3%;
    margin: 5% 0;
}

.card-home {
    overflow: hidden;
    padding: 10px;
    background-color:#fff;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #bcbdca;
}


.card_img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.card_body {
    padding: 26px 5px 36px 5px;
}

.card_title {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    padding-bottom: 5px;
    margin: 0;
    color: #5c1616;
    line-height: 1.5;
}

.card_body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;

}

@media only screen and (max-width: 1441px) and (min-width: 1025px) {
    .container {
        max-width: 80%;
    }

    .grid-home {
        gap: 2%;
    }

    .card-home {
        padding: 15px;
    }

    .card_body {
        padding: 15px;
    }

    .card_title {
        font-size: 22px;
        padding-bottom: 14px;
    }

    .card_body p {
        font-size: 16px;
    }

}

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

    .grid-home {
        grid-template-columns: 1fr;
        gap: 2%;
    }
}

@media only screen and (max-width: 425px) {
    .container-1300 {
        max-width: 90%;
    }

    .card {
        padding: 20px 10px;
    }

    .card_body {
    	padding: 15px 7px 7px 7px;
    }

    .card_title {
        font-size: 20px;
        padding-bottom: 7px;
    }

    .card_body p {
        font-size: 14px;
    }

    a.read_more {
        padding: 15px 0;
        margin-top: 20px;
    }

}

.fw-gallery{
    width: 100%;
}
.title-client{
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 1.7rem;
    font-style: normal;
    font-family: "Playball", cursive;
    padding-top: 5px;
    width: 30%;
    height: 50px;
    border-radius: 30px;
    background-color: #097bd5;
    margin: 0 35%;
    z-index: 99;
    position: relative;
}
.title-client
#footer-container{
    background:#097bd5;
    padding: 0 ;
    color: #fff;
    height: 60px;
    margin: 0 auto;
}
.container-1300{ 
width:100%;
max-width:1300px;
margin:0 auto; 
}
.copyright a { color:#e99494 }

#footer-container .button-text,.button-icon{
    color: #fff;
}

footer{
position: relative;
    width: 100%;
    z-index: 900;
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: all;
  background: rgb(91,179,249);
background: radial-gradient(circle, rgba(91,179,249,1) 0%, rgba(3,125,252,1) 63%);
}

.footer-content{
    width: 100%;
    margin: 0 auto;
  padding: 30px 0;
  position: relative;
  z-index: 99;

}
.gap-y-f{
      position: relative;
    display: grid;
      grid-template-columns: auto 25% 25%;
}

.gap-y-f .col-25{
    text-align: left;
}
.gap-y-f .col-25 p{ color: #fff;
    text-align: left; font-size: 18px;
} 
.gap-y-f .col-25 ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.gap-y-f .col-25 ul li{
   margin: 10px 0;
   color: #fff;
}
.gap-y-f .col-25 ul li a{
    color: #fff;
}
.gap-y-f .col-25 ul li i{
margin-right: 5px;
}

.gap-y-f .col-25 img{ height: 65px;
}
.gap-y-f .col-25 .widget{

}
.gap-y-f .col-25 .widget h4{
    font-size: 18px;
}
.gap-y-f .col-25 .widget p{
      font-size: 14px;
}
.gap-y-f .col-25 .widget ul {display: block; list-style: none;}
.gap-y-f .col-25 .widget ul li {display: block;
 padding: 10px 5px;
    list-style: none;
    margin: 0;
}
.gap-y-f .col-25 .widget ul li a { opacity: 0.8;
    transition: 0.5s;
    color: #fff;
}
.gap-y-f .col-25 .widget ul li a:hover{
    opacity: 1;
    color: red;  

}

.moving-gallery li{
    background: #ffffff;
        margin: 10px 10px;
}

footer#footer::before {
        position: absolute;
        width: 1200px;
        height: 1200px;
        top: -250px;
        left: 50%;
        margin-left: -600px;
        content: "";
        background: transparent url(../images/trongdong.png) no-repeat center center;
        background-size: 100% auto;
        opacity: .3;
    }

    footer#footer::before {
                -webkit-animation-name: rotate;
                -webkit-animation-duration: 60s;
                -webkit-animation-iteration-count: infinite;
                -webkit-animation-timing-function: linear;
                -moz-animation-name: rotate;
                -moz-animation-duration: 60s;
                -moz-animation-iteration-count: infinite;
                -moz-animation-timing-function: linear
}
@-webkit-keyframes rotate {
                from {
                    -webkit-transform: rotate(0)
                }

                to {
                    -webkit-transform: rotate(360deg);
                }
            }

            @-moz-keyframes rotate {
                from {
                    -moz-transform: rotate(0)
                }

                to {
                    -moz-transform: rotate(360deg)
                }
            }


 .title-pagein{
    display: block;
    text-align: center;
    width: 100%;
    height: 80px;
    padding: 5vw 0;
 }
/*--------------------------------------------------
	01. slider
---------------------------------------------------*/

.full-width{ 
    width: 100%;
    display: block;
    z-index: 1;
    height: 400px;
    background: rgb(219,208,208);
background: linear-gradient(90deg, rgba(219,208,208,1) 0%, rgba(241,241,241,1) 41%, rgba(190,230,238,1) 100%);	
 }
 .gradient-color{
    background: rgb(255,255,255);
    background: linear-gradient(317deg, rgba(255,255,255,1) 0%, rgba(251,251,239,1) 46%, rgba(247,245,235,1) 100%);
    background-size: 300% 300%;	
    z-index: 1;
 }

.container-full{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    width:1300px;
    height:600px;
    padding:50px;
    background-color:transparent;
    box-shadow: 0 30px 40px #585454b0;
    border-radius: 40px;
    z-index: 5;
}
#slide{
    width:max-content;
    margin-top:50px;
}
#slide .item{
    width:100px;
    height:120px;
    background-position: 70% 70%;
    display: inline-block;
    transition: 0.5s;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top:75%;
    transform: translate(0,-70%);
    border-radius: 20px;
    box-shadow:  0 30px 50px #505050;
    }
#slide .item:nth-child(1),
#slide .item:nth-child(2){
    left:0;
    top:0;
    transform: translate(0,0);
    border-radius: 30px;
    width:100%;
    height:100%;
    box-shadow: none;
}

.item:nth-child(3){
    left:80%;
}
.item:nth-child(4){
    left:calc(80% + 120px);
}
.item:nth-child(5){
    left:calc(80% + 240px);
}
.item:nth-child(n+6){
    left:calc(80% + 480px);
    opacity: 0;
}

#slide .item .content{
    position: absolute;
    top:50%;
    left:100px;
    width:300px;
    text-align: left;
    padding:0;
    color:#eee;
    transform: translate(0,-50%);
    display: none;
    font-family: system-ui;
}
#slide .item:nth-child(2) .content{
    display: block;
    z-index: 11111;
}
#slide .item .name{
    font-size: 40px;
    font-weight: bold;
    opacity: 0;
    animation:showcontent 1s ease-in-out 1 forwards
}
#slide .item .des{
    margin:20px 0;
    opacity: 0;
    animation:showcontent 1s ease-in-out 0.3s 1 forwards
}
#slide .item button{
    padding:10px 20px;
    border:none;
    opacity: 0;
    animation:showcontent 1s ease-in-out 0.6s 1 forwards
}
@keyframes showcontent{
from{
    opacity: 0;
    transform: translate(0,100px);
    filter:blur(33px);
}to{
    opacity: 1;
    transform: translate(0,0);
    filter:blur(0);
}
}
.container-full .buttons{    
    position: absolute;
    bottom:30px;
    z-index: 222222;
    text-align: center;
    width:100%;
}
.container-full .buttons button{
    width:50px;
    height:50px;
    border-radius: 50%;
    border:1px solid #555;
    transition: 0.5s;
}
.container-full .buttons button:hover{
    background-color: #bac383;
}

@media screen and (max-width: 678px) {
    #slide .thumbnail{
    justify-content: start;
}
.slider .list .item .content h2{
    font-size: 60px;
}
}

/* css slider */
.slider{
    height: 90vh;
    margin-top: 5vh;
    position: relative;
    
}
.slider .list .item{
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}
.slider .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider .list .item::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    /*
    background-image: linear-gradient(
        to top, #000 40%, transparent
    );
    */
}
.slider .list .item .content{
    position: absolute;
    left: 10%;
    top: 20%;
    width: 500px;
    max-width: 80%;
    z-index: 1;
}
.slider .list .item .content p:nth-child(1){
    text-transform: uppercase;
    letter-spacing: 10px;
}
.slider .list .item .content h2{
    font-size: 100px;
    margin: 0;
}
.slider .list .item.active{
    opacity: 1;
    z-index: 10;
}
@keyframes showContent {
    to{
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}
.slider .list .item.active p:nth-child(1),
.slider .list .item.active h2,
.slider .list .item.active p:nth-child(3){
    transform: translateY(30px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s .7s ease-in-out 1 forwards;
}
.slider .list .item.active h2{
    animation-delay: 1s;
}
.slider .list .item.active p:nth-child(3){
    animation-duration: 1.3s;
}
.slider .arrows{
    position: absolute;
    top: 48%;
    right: 50px;
    z-index: 100;
}
.slider .arrows button{
    background-color: #eee5;
    border: none;
    font-family: monospace;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: x-large;
    color: #eee;
    transition: .5s;
}
.slider .arrows button:hover{
    background-color: #eee;
    color: black;
}
.slider .thumbnail{
    position: absolute;
    bottom: 40px;
    z-index: 11;
    display: flex;
    gap: 10px;
    width: 100%;
    height: 80px;
    padding: 0 50px;
    box-sizing: border-box;
    overflow: auto;
    justify-content: center;
    align-items: center;
}
.slider .thumbnail::-webkit-scrollbar{
    width: 0;
}
.slider .thumbnail .item{
    width: 70px;
    height: 70px;
    filter: brightness(.5);
    transition: .5s;
    flex-shrink: 0;
}
.slider .thumbnail .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
}
.slider .thumbnail .item.active{
    filter: brightness(1.5);
}
.slider .thumbnail .item .content{
    position: absolute;
    inset: auto 10px 10px 10px;
}
@media screen and (max-width: 678px) {
    .slider .thumbnail{
        justify-content: start;
    }
    .slider .list .item .content h2{
        font-size: 60px;
    }
}


