

/*css fadeIn Up*/
/*=================================================*/
@keyframes fadeInUp {
    from {
        transform: translate3d(0,100px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,100px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both
}

.js-fadein {
    opacity: 0;
}

.scroll-in {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

#charm {
    background: #ffffff;
}


/*header*/
/*=======================================================*/



/*main banner*/
/*====================================================*/
#charm .mobi {
   display: none;
}
#charm .flex {
    display: flex;
    flex-wrap: wrap;
}
#charm .img-width {
   width: 100%;
   height: 100%;
   xobject-fit: cover;
}
#charm .banner-page {
    position: relative;
}
#charm  .content-main {
    color: black;
}
#charm  .text-main {
    position: absolute;
    top: 36%;
    left: 28%;
    text-align: center;
}
#charm  .text-main .text-t1 {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 3px;
}
#charm  .text-main .text-t2 {
    font-size: 38px;
    font-weight: 500;
    color: black;
}
#charm  .text-main .image_wrap  {
    margin-bottom: 30px;
    position: relative;
    z-index: 6;
}
#charm  .text-main .image_wrap::after {
    content: '';
    position: absolute;
    background: #58b8e1;
    top: 50px;
    left: -15px;
    height:60px;
    width: 60px;
    z-index: -1;
}
#charm .box-content {
    max-width: 1020px;
    margin: auto;
    padding: 105px 0px 230px;
}
#charm .box-content .title-page {
    margin-bottom: 90px;
    padding: 0px 39px 0px 45px;
}
#charm .box-content .text-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 35px;
    font-weight: 500;
    padding: 0px 30px 0px 25px;
}
#charm .box-content .content-title {
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
} 

/*people*/
/*====================================================*/

#charm .box-content .box-item {
    position: relative;
    box-shadow: 0px 0px 15px silver;
    margin-bottom: 145px;
}
#charm .box-content .box-item:nth-child(3) {
    margin-bottom: 0px;
}
#charm .box-content .box-item .box_border {
    position: absolute;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    background: transparent;
    border: 1px solid #42b4e5;
    top:15px;
    left:15px;
    z-index: 9999;
}
#charm .box-content .box-item:nth-child(2) .box_border  {
    border: 1px solid white;
    z-index: 9999;
}
#charm .box-content .box-item .text-item {
    width: 57.5%;
    padding: 4% 8% 5% 4%;
}
#charm .box-content .box-item:nth-child(3) .text-item{
    xletter-spacing: -2px;
}
#charm .box-content .box-item .img-item {
    width: 42.5%;
}
#charm .box-content .box-item .number-text {
    margin-bottom: 20px;
}
#charm .box-content .box-item .dt-title {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
}
#charm .box-content .box-item .dd-main {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}
#charm .box-content .box-item:nth-child(2) .img-item {
   order: 1;
}
#charm .box-content .box-item:nth-child(2) .text-item {
    order: 2;
    background: #42b4e5;
    color: white;
    padding: 4% 3.5% 5% 4%;
}


@media (max-width: 1480px) {

}

@media (max-width: 1280px) {

    /*header*/
    /*=================================================*/
    #charm .box-content {
        padding: 70px 15px 180px;
    }
    #charm .box-content .content-title {
        font-size: 24px;
    }
    #charm .text-main {
        top: 35%;
        left: 27%;
    }
    #charm .text-main .text-t2 {
        font-size: 25px;
    }
    #charm .box-content .box-item .dt-title {
        font-size: 26px;
    }
    #charm .box-content .box-item .text-item {
        padding: 4% 9% 5% 3%;
    }
    #charm .box-content .box-item:nth-child(2) .text-item {
        padding: 4% 7.5% 5% 5%;
    }
    #charm .box-content .box-item:nth-child(3) .text-item {
        xletter-spacing: 0px;
        padding:4% 7.5% 5% 3%;

    }
    #charm .text-main .image_wrap img {
        height: 50px;
        width: auto!important;
    }
    #charm .text-main .image_wrap::after {
        top: 25px;
        left: -10px;
        height: 30px;
        width: 30px;
    }
    #charm .box-content .box-item .dd-main {
        font-size: 14px;
        line-height: 28px;
        text-align: justify;
    }   
}

@media (max-width: 992px) {

    /*header*/
    /*==========================================*/
    #charm .text-main .image_wrap img {
        height: 40px;
        width: auto!important;
    }
    #charm .text-main .text-t2 {
        font-size: 20px;
    }
    #charm .text-main .image_wrap::after {
        top: 25px;
        left: -10px;
        height: 30px;
        width: 30px;
    }
    #charm .box-content .content-title {
        font-size: 18px;
    }
    #charm .box-content .text-title {
        margin-bottom: 10px;
    }
    #charm .box-content .title-page {
        margin-bottom: 70px;
    }
    #charm .box-content .box-item .dt-title {
        font-size: 20px;
    }
    #charm .box-content .box-item .dd-main {
        font-size: 11px;
        line-height: 24px;
        text-align: justify;
    }
    #charm .box-content .box-item .text-item {
        padding: 4% 5% 5% 3%;
    }
    #charm .box-content .box-item:nth-child(3) .text-item  {
        padding: 4% 5% 5% 3%;
    }
    #charm .box-content .box-item:nth-child(2) .text-item {
        padding: 4% 9.5% 5% 4%;
    }
    #charm .box-content .box-item .number-text {
        margin-bottom: 5px;
    }
    #charm .box-content .box-item .number-text img {
        height: 40px;
        width: auto!important
    }
    /*=============================================*/ 
    /*footer*/
    /*=====================================================*/

}

@media (max-width: 767px) {
    #charm .mobi {
        display: block;
    }
    #charm .destop {
        display:none;
    }
    #charm .text-main .image_wrap {
        margin-bottom:10px;
    }
    #charm .text-main .image_wrap img{
        height: 30px;
        width: auto!important
    }
    #charm .text-main .text-t2 {
        font-size: 14px;
    }
    #charm .text-main {
        position: absolute;
        top: 70%;
        left: 10%;
        text-align: left;
    }
    #charm .text-main .image_wrap::after {
        top: 20px;
        left: 0px;
        height: 20px;
        width: 20px;
    }
    #charm .box-content {
        padding: 50px 10px 100px;
    }
    #charm .box-content .text-title {
        font-size: 15px;
        margin-bottom: 10px;
    }
    #charm .box-content .title-page {
        margin-bottom: 50px;
        padding: 0px ;
    }
    #charm .box-content .text-title img {
        height: 25px;
        width: auto!important
    }
    #charm .box-content .content-title {
        font-size: 11px;
        line-height: 18px;
        padding: 0px 10px;
        text-align: justify;
    }

    /*people*/
    /*=====================================================*/

    #charm .box-content .box-item .text-item,#charm .box-content .box-item:nth-child(2) .text-item, #charm .box-content .box-item:nth-child(3) .text-item {
        width: 100%;
        padding: 5% 5.5% 10% 5.5%;
    }
    #charm .box-content .box-item .img-item {
        width: 100%;
    }
    #charm .box-content .box-item {
        margin-bottom: 70px;
    }
    #charm .box-content .box-item .box_border {
        height: calc(100% - 20px);
        width: calc(100% - 20px);
        top: 10px;
        left: 10px;
        z-index: 9999;
    }
    #charm .box-content .box-item .number-text {
        margin-bottom: 5px;
    }
    #charm .box-content .box-item .number-text img {
        height: 30px;
        width: auto!important 
    }
    #charm .box-content .box-item .dt-title {
        margin-bottom: 5px;
        font-size: 15px;
    }
    #charm .box-content .box-item .dd-main {
        font-size: 12px;
        line-height: 18px;
    }
    #charm .box-content .box-item:nth-child(odd) .img-item {
        order: 1;
    }
    #charm .box-content .box-item:nth-child(odd) .text-item {
         order: 2;
    }
     #charm .box-content .box-item:nth-child(3) .text-item {
        xletter-spacing: 0px;
    }  
}

@media (max-width: 400px) {
    #charm .box-content .box-item .dd-main {
        font-size: 10px;
        line-height: 18px;
    }
}



