/*header {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    z-index: 99999;*/
/*    transition: .4s all;*/
/*}*/
/*gym menu*/
.fix {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999 !important;
    -webkit-transition: position 0.4s;
    -o-transition: position 0.4s;
    transition: position 0.4s;
    -webkit-animation: affix-menu 1s;
    animation: affix-menu 1s;
}

@-webkit-keyframes affix-menu {
    from {
        position: fixed;
        top: -50px;
    }

    to {
        position: fixed;
        top: 0;
    }
}

@keyframes affix-menu {
    from {
        position: fixed;
        top: -50px;
    }

    to {
        position: fixed;
        top: 0;
    }
}

.header-fix {
    background: #65c5eb;
}

.logo-section {
    /* background-color: white; */
}

/*gym menu*/
.box-landing-01 {
    padding-top: 80px;
    position: relative;
    background: var(--color-highlight);
}

.get-started {
    color: var(--color-highlight) !important;
    background-color: var(--white);
    font-size: 16px;
    padding: 9px 40px;
    border-radius: 25px;
    margin-left: 20px;
    position: relative;
    border: 1px solid var(--color-highlight);
}

.get-started::before, .get-started::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 42px;
    z-index: -1;
}

.get-started::before {
    animation: pulse-blue-medium-sm 3.5s infinite
}

.get-started::after {
    animation: pulse-blue-small-sm 3.5s infinite
}

.box-landing-01 .banner_image {
    position: relative;
}

.moving_animation {
    animation: moving_object 6s infinite linear;
}

.moving_position_animatin {
    position: relative;
    animation: moving_position_animatin 6s infinite linear;
    z-index: -1;
}

/*.about_app_section .about_img .screen_img img {*/
/*    animation-delay: 3s;*/
/*}*/
/*.modern_ui_section .ui_images .right_img img:nth-child(3) {*/
/*    animation-delay: 3s;*/
/*}*/
/*.modern_ui_section .ui_images .right_img img:nth-child(2) {*/
/*    animation-delay: 3s;*/
/*}*/
/*.modern_ui_section .ui_images .right_img img:nth-child(1) {*/
/*    animation-delay: 3s;*/
/*}*/
@keyframes moving_object {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

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

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

    50% {
        transform: translateY(-30px);
    }

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

.info-box-01 {
    color: white;
}

.anh-box01-appstore-google {
    display: flex;
    align-items: center;
}

.info-box-01 h1 {
    font-size: 32px;
    letter-spacing: -1.5px;
    font-weight: 700;
}

.box-langding01-anh-appstore img, .box-langding01-anh-goole img {
    display: block;
    padding: 12px 30px;
    background-color: white;
    border: 2px solid var(--purple);
    position: relative;
    border-radius: 12px;
    transition: .4s all;
}

/*////*/
.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}

/* Animation */
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height:40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
}

/* hero banner shape animation */
.box-landing-01 .shape1, .shape2, .shape3 {
    position: absolute;
}

.box-landing-01 .shape1 {
    top: 100px;
    left: 200px;
    animation: mymove 10s infinite;
}

.box-landing-01 .shape2 {
    top: 100px;
    right: 300px;
    animation: mymove 5s infinite;
}

.box-landing-01 .shape3 {
    top: 400px;
    right: 200px;
    animation: mymove 3s infinite;
}

@keyframes mymove {
    50% {
        transform: rotate(180deg);
    }
}

.title-section {
    font-size: 40px;
    font-weight: 700;
    color: var(--color-purple);
}

.box-landing-02 {
    margin: 90px 0;
}

.title-section > span {
    color: var(--color-highlight);
}

/*.img-doi-tac-box02 img {*/
/*    filter: grayscale(0);*/
/*}*/

.img-doi-tac-box02 img:hover {
    filter: grayscale(1);
}

.bg-box03-row {
    background-color: white;
    border-radius: 30px;
    position: relative;
    margin-top: 120px;
    padding: 60px 20px 20px;
    box-shadow: 0px 4px 30px #EDE9FE;
}

.box-langding03-anh-dt img {
    width: 100%;
}

.box-langding03-anh-dt {
    position: relative;
    margin-top: 20px;
}

.item-feature-box03-left {
    float: right;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}

.desc-box03-right {
    text-align: right;
}

.title-box03-item {
    font-size: 20px;
    color: var(--color-purple);
    font-weight: 600;
    margin-bottom: 15px;
}

.bg-box03-row > .row > div:nth-child(2) {
    padding-right: 20px;
    padding-left: 20px;
}

.item-feature-box03-left.so-0, .item-feature-box03-right.so-2 {
    margin-bottom: 45px;
}

.box2anh-left-box-04::before {
    content: "";
    position: absolute;
    left: 38%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background-color: white;
    border-radius: 100%;
    z-index: -1;
}

.box2anh-left-box-04 {
    display: flex;
    align-items: center;
    position: relative;
}

.box-langding04-anh-dt2 {
    margin-left: -135px;
    margin-top: 110px;
}

.box-langding04-anh-dt1 .moving_position_animatin {
    animation-delay: 3s !important;
}

.box-landing-03 {
    padding: 50px 0;
}

.box-landing-04 {
    padding: 50px 0;
}

.bg-box04-content {
    width: 248px;
    background-color: white;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 15px 10px;
    padding-left: 35px;
    box-shadow: 0px 4px 10px #EDE9FE;
}

.counter-tile-item-box04 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    color: var(--color-purple);
}

.button-link-box04 > a {
    background-color: var(--color-highlight);
    color: white;
    border-radius: 50px;
    padding: 10px 40px;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    transition: transform .2s;
    display: block;
    width: max-content;
}

.button-link-box04:hover > a {
    transform: scale(1.15);
}

.swiper-wrap-box05-content {
    position: relative;
    margin-left: 30px;
    margin-bottom: 30px;
}

.swiper-wrap-box05-content::before {
    content: "\f058";
    position: absolute;
    left: -30px;
    top: 1px;
    color: var(--color-highlight);
    font-size: 20px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

.swiper-tile-box05 {
    font-size: 20px;
    color: var(--color-purple);
    font-weight: 600;
    margin-bottom: 8px;
}

.box-landing-05 {
    margin: 50px 0;
}

.box2anh-left-box-05::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background-color: white;
    border-radius: 100%;
    z-index: -1;
}

.box2anh-left-box-05 {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin-top: 60px;
}

.box-langding05-anh-dt2 {
    margin-left: -120px;
    margin-top: 90px;
}

.box-langding05-anh-dt1 .moving_position_animatin {
    animation-delay: 3s !important;
}

.ratio-cus-16-9 {
    padding-top: 30%;
}

.ratio-cus-16-9 {
    position: relative;
    overflow: hidden;
}

.ratio-cus-16-9 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video-box-06 img {
    border-radius: 15px;
}

.box-landing-06 .shape1, .shape2, .shape3 {
    position: absolute;
}

.box-landing-06 .shape1 {
    top: 90px;
    left: 120px;
    animation: mymove 10s infinite;
}

.box-landing-06 .shape2 {
    bottom: 80px;
    left: 230px;
    animation: mymove 5s infinite;
}

.box-landing-06 .shape3 {
    top: 150px;
    right: 135px;
    animation: mymove 3s infinite;
}

.title-section-box-06 {
    font-size: 4rem;
}

.content-section-box-06 {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.icon-play-box-06 i {
    font-size: 6rem;
    margin-top: 10px;
    border: 20px solid #cccccc3b;
    border-radius: 50%;
    color: white;
}

.icon-play-box-06 {
    position: relative;
    z-index: 99;
    text-align: center;
    top: -110px;
}

.box-landing-06 {
    margin: 50px 0;
}

.bg-content-box07 {
    text-align: center;
    padding: 10px;
    margin: 0 30px;
}

.swiper-tile-comment-box07 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.img-bg-left img , .img-bg-right img {
    width: 65px;
    height: 65px;
    margin-bottom: 65px;
}

.img-bg-left.img-1 img , .img-bg-right.img-4 img {
    width: 90px;
    height: 90px;
}

.img-bg-left.img-0, .img-bg-left.img-2 {
    margin-left: 60px;
}

.img-bg-right.img-3, .img-bg-right.img-5 {
    margin-right: 60px;
}

.box-landing-07 {
    padding: 50px 0;
}

.img-left-faq-box08 img {
    border-radius: 15px;
}

.box-faq-box08 .card {
    border: none;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px #EDE9FE;
    padding: 20px 15px;
    background-color: white;
}

.card-header-box-08.collapsed {
    color: var(--color-purple) !important;
    font-weight: 600;
    font-size: 20px;
}

.card-header-box-08 {
    color: var(--color-highlight);
    font-weight: 600;
    font-size: 20px;
}

.box-landing-08 {
    padding: 50px 0;
}

.box-faq-box08 .card:hover {
    background-color: transparent;
    background-image: linear-gradient(90deg, #d4ecf6 0%, #8DC2D7 100%);
}

.img-album-box09 > img {
    transform: scale(.9);
    border: 2px solid #000;
    border-radius: 20px;
    transition: 1s all;
    margin: 0 auto;
}

.swiper-slide-active .img-album-box09 > img {
    transform: scale(1);
    border: 3px solid #000;
}

.box-landing-09 .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px;
}

.box-landing-09 {
    margin: 50px 0;
}

footer .box-landing-11 {
    background-color: var(--color-highlight);
    padding: 50px 0 40px 0;
    position: relative;
    overflow: hidden;
    z-index: 99;
    color: white;
}

.newsletter_box {
    background-color: var(--purple);
    background-image: linear-gradient(90deg, #d4ecf6 0%, #8DC2D7 100%);
    padding: 30px 50px 30px 50px;
    border-radius: 12px;
    box-shadow: 0 4px 10px #0c0c0c21;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    position: relative;
    z-index: 999;
    margin-bottom: -100px;
}

.newsletter_box .form-group .form-control {
    height: 55px;
    border-radius: 6px;
    color: var(--dark-purple);
}

.newsletter_box .btn {
    height: 55px;
    width: 100%;
    line-height: 55px;
    text-transform: uppercase;
    color: var(--color-highlight);
    background-color: white;
    border-radius: 6px;
    margin-left: 10px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
}

footer .shape1, .shape2, .shape3 {
    position: absolute;
}

footer .shape1 {
    top: 140px;
    left: -60px;
    animation: mymove 10s infinite;
}

footer .shape2 {
    top: 200px;
    right: -80px;
    animation: mymove 5s infinite;
}

footer .shape3 {
    top: 330px;
    right: 70px;
    animation: mymove 3s infinite;
}

.product-item {
    text-align: center;
    background-color: white;
    min-height: 353px;
    border-radius: 12px;
    padding-top: 60px;
    margin-bottom: 40px;
    box-shadow: 0px 4px 30px #EDE9FE;
}

.img-sp-landing img {
    width: 120px;
    height: 120px;
}

.product-title {
    font-size: 18px;
	font-weight: 600;
	width: 75%;
	margin: auto auto;
	margin-bottom: 0;
	  min-height: 4rem;
}

.price-amount {
    font-size: 40px;
    color: var(--purple);
    margin: 25px 0;
    display: block;
    font-weight: 600;
}

.list-description-sp > ul {
    padding-left: 0;
    list-style: none;
}

div#product_modal .modal-content {
    background: var(--color-highlight);
}

div#product_modal .modal-content .modal-header {
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
}

div#product_modal .modal-content .modal-header .close {
    opacity: 1;
    color: #fff;
}

div#product_modal .modal-content .modal-body {
    text-align: center;
}

div#product_modal .modal-content .modal-body .title {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
}

div#product_modal .modal-content .modal-body .form-group .form-group {
    background: #fff !important;
}

div#product_modal .modal-content .modal-body .form-group .btn-submit {
    background: #fff;
    color: var(--color-highlight);
    border-radius: 8px;
}

.bottom-dat-mua-sp a {
    padding: 10px 45px;
    border: 1px solid var(--purple);
    color: var(--purple);
    border-radius: 50px;
    background-color: white;
    font-weight: 700;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 500;
}

.bottom-dat-mua-sp {
    margin-top: 50px;
}

.box-landing-sp {
    margin: 50px 0;
    padding-top: 50px;
}

.color-purple {
    color: var(--color-purple);
}

.outer {
    top: 64%;
}

.outer i {
	font-size: 5rem;
}

.swiper-button-next.outer {
	right: -40px;
}
.swiper-button-prev.outer {
	left: -40px;
}

.swiper-description-box05 {
    text-align: justify;
}

.desc-box03-right {
	text-align: justify;
	direction: rtl;
}

.desc {
	text-align: justify;
}
/*End Button Contact Fixed*/
#return-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 2vw;
    right: 2.5rem;
    background: var(--light);
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    color: var(--color-highlight);
    border-radius: 50%;
    box-shadow: 0 4px 10px #6a49f28a;
}

#return-to-top i {
    position: relative;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 4.5rem;
}

#return-to-top:hover {
    background: var(--color-highlight);
    color: white;
}

@media (min-width: 768px) and (max-width: 850px) {
    .menu-section ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .menu-section > ul li {
        border-bottom: 0;
    }

    .menu-section > ul > li:last-child {
        border-bottom: 0;
    }

    .bg-box03-row {
        margin-top: 30px;
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .item-feature-box03-left.so-0, .item-feature-box03-right.so-2 {
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }

    .box-langding03-anh-dt {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .item-feature-box03-left {
        float: left;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        width: 100%;
    }

    .desc-box03-right {
        text-align: center;
    }

    .box-landing-03 {
        padding: 30px 0;
    }

    .item-feature-box03-right.so-3 {
        text-align: center;
    }

    .counter-tile-item-box04 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .header-fix > .container > .row > div:nth-child(1) {
        display: flex;
        align-items: center;
    }

    .bg-footer--landing-mobile {
        background-color: #583BD3;
    }

    .menu-section ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .menu-section > ul li {
        border-bottom: 0;
    }

    .menu-section > ul > li:last-child {
        border-bottom: 0;
    }

    .get-started {
        margin-left: 15px;
        margin-top: 20px;
    }

    .info-box-01 h1 {
        font-size: 24px;
    }

    .box-landing-01 .shape1 {
        top: 25px;
        left: 20px;
    }

    .box-landing-01 .shape2 {
        top: 68px;
        right: 20px;
    }

    .box-landing-01 .shape3 {
        top: 150px;
        right: 100px;
    }

    .box-landing-01 .banner_image {
        margin-top: 30px;
    }

    .box-landing-01 {
        padding-top: 30px;
    }

    .box-landing-02 {
        margin: 30px 0;
    }

    .title-section {
        font-size: 30px;
    }

    .bg-box03-row {
        margin-top: 30px;
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .item-feature-box03-left.so-0, .item-feature-box03-right.so-2 {
        margin-bottom: 30px;
        text-align: center;
    }

    .box-langding03-anh-dt {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .item-feature-box03-left {
        float: left;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .desc-box03-right {
        text-align: center;
    }

    .box-landing-03 {
        padding: 30px 0;
    }

    .box2anh-left-box-04::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 350px;
        height: 350px;
        background-color: white;
        border-radius: 100%;
        z-index: -1;
        max-width: 400px;
        max-height: 400px;
    }

    .bg-box04-content {
        width: auto;
        justify-content: center;
    }

    .bg-box04-content img {
        max-width: 100px;
    }

    .box-landing-04 {
        padding: 30px 0;
    }

    .box-landing-05 {
        margin: 30px 0;
    }

    .box2anh-left-box-05::before {
        max-width: 350px;
        max-height: 350px;
    }

    .box2anh-left-box-05 {
        margin-top: 0px;
    }

    .icon-play-box-06 i {
        font-size: 3rem;
        margin-top: 10px;
    }

    .icon-play-box-06 {
        top: -100px;
    }

    .title-section-box-06 {
        font-size: 3rem;
    }

    .content-section-box-06 {
        top: 45%;
    }

    .box-landing-06 .shape1 {
        top: 50px;
        left: 30px;
    }

    .box-landing-06 .shape2 {
        bottom: 30px;
        left: 130px;
    }

    .box-landing-06 .shape3 {
        top: 135px;
        right: 35px;
    }

    .box-landing-06 {
        margin: 0px 0;
    }

    .box-landing-sp {
        margin: 30px 0;
        padding-top: 0px;
    }

    .product-item {
        min-height: 500px;
        padding-top: 30px;
        margin-bottom: 40px;
    }

    .box-landing-07 {
        padding: 0px 0;
    }

    .icon-binh-luan-mobile {
        display: none;
    }

    .img-left-faq-box08 {
        margin-bottom: 15px;
    }

    .box-landing-08 {
        padding: 30px 0;
    }

    .box-landing-09 {
        margin: 30px 0;
    }

    .card-header-box-08.collapsed {
        font-size: 18px;
    }

    .newsletter_box {
        padding: 30px 20px 30px 10px;
        margin-bottom: -100px;
    }

    .newsletter_box .title-section {
        font-size: 20px;
    }

    footer .box-landing-11 {
        padding: 30px 0 30px 0;
    }

    .fix {
        border-bottom: 1px solid white;
    }

    footer .shape1, footer .shape2, footer .shape3 {
        display: none;
    }

    .item-feature-box03-right.so-3 {
        text-align: center;
    }

    .counter-tile-item-box04 {
        font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1080px) {
    footer .shape1, footer .shape2, footer .shape3 {
        display: none;
    }

    .info-box-01 h1 {
        font-size: 40px;
    }

    .item-feature-box03-left.so-0, .item-feature-box03-right.so-2 {
        margin-bottom: 15px;
    }

    .bg-box03-row {
        margin-top: 140px;
        padding-top: 30px;
    }

    .bg-box04-content {
        width: auto;
        padding-left: 10px;
    }
}

/*text hien-dan*/
/*.button-link-box04 {*/
/*    position:relative;*/
/*    line-height:2em;*/
/*    overflow:hidden;*/
/* for demo purpose */
/*    width:300px;*/
/*    margin:0 auto;*/
/*}*/
/*.fadingEffect {*/
/*    position:absolute;*/
/*    top:0; bottom:0; right:0;*/
/*    width:100%;*/
/*background:white;*/
-moz-animation: showHide 5s ease-in alternate infinite; /* Firefox */
-webkit-animation: showHide 5s ease-in alternate infinite; /* Safari and Chrome */
-ms-animation: showHide 5s ease-in alternate infinite; /* IE10 */
-o-animation: showHide 5s ease-in alternate infinite; /* Opera */
/*    animation: showHide 5s ease-in alternate infinite;*/
/*}*/
@-webkit-keyframes showHide {
    /* Chrome, Safari */
    /*    0% {width:100%}*/
    /*    40% {width:0%}*/
    /*    60% {width:0%;}*/
    /*    100% {width:100%;}*/
    /*}*/
    @-moz-keyframes showHide {
        /* FF */
        /*    0% {width:100%}*/
        /*    40% {width:0%}*/
        /*    60% {width:0%;}*/
        /*    100% {width:100%;}*/
        /*}*/
        @-ms-keyframes showHide {
            /* IE10 */
            /*    0% {width:100%}*/
            /*    40% {width:0%}*/
            /*    60% {width:0%;}*/
            /*    100% {width:100%;}*/
            /*}*/
            @-o-keyframes showHide {
                /* Opera */
                /*    0% {width:100%}*/
                /*    40% {width:0%}*/
                /*    60% {width:0%;}*/
                /*    100% {width:100%;}*/
                /*}*/
                /*@keyframes showHide {*/
                /*    0% {width:100%}*/
                /*    40% {width:0%}*/
                /*    60% {width:0%;}*/
                /*    100% {width:100%;}*/
                /*}*/
