.container{
    padding-left: 10px;
    padding-right: 10px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
    padding-left: 10px;
    padding-right: 10px;
}
.shadow-radius{
    background-color: #fefefe;
    -webkit-box-shadow: 0px 6px 12px rgb(8 0 17 / 17%);
    box-shadow: 0px 6px 12px rgb(8 0 17 / 17%);
    border-radius: 10px;
}

.padding-30{
    padding: 30px;
}

.padding-20{
    padding: 20px;
}

.padding-10{
    padding: 10px;
}
.wra{
        font-size: 18px;
    font-weight: 400;
    margin-bottom: 14px;
}
.body-header{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
	    padding: 10px;
    color: #591ced;
    font-weight: 600;
}

/*section-slider*/
.section-slider{
    position: relative;
}

.section-slider:after{
    content: "";
    position: absolute;
    background-image: url(../images/scroll-down.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
}

/*section-user-statistics*/
.section-user-statistics{
    position: relative;
    padding: 50px 0 30px;
}

.user-statistics{
    position: relative;
}

.user-statistics-box img{
    max-width: 100%;
}

/*section-overview*/
.section-overview{
    position: relative;
    padding: 20px 0;
}

.section-overview .overview-item{
    text-align: center;
}

.section-overview .overview-item h3{
    font-size: 20px;
    margin-top: 10px;
}

.section-overview .overview-item img{
    width: 50%;
    height: 120px;
}

/*section-product*/

.section-product{
    position: relative;
    padding: 20px 0 60px;
}

.product-item{
    position: relative;
    background-color: #dee1e3;
    margin-bottom: 20px;
}
.product-item-thumb img{
    width: 100%;
}

.product-item-content{
    position: relative;
    padding: 10px;
}

.product-item-content h3{
    font-size: 24px;
    font-weight: 400;
}

.product-item-content p{
    margin-bottom: 4px;
    font-size: 20px;
}

.product-item-content span{
    font-size: 20px;
    color: #ff1010;
}

.product-item-content span:last-child{
    border-left: 1px solid #ff1010;
    margin-left: 5px;
    padding-left: 5px;
    font-weight: 700;
}

.product-item-content img{
    position: absolute;
    max-width: 45px;
    right: 50px;
    top: 50%;
    transform: translate(0, -50%);
}

.selling{
    padding: 0;
    margin: 20px 0 30px 0;
    margin-top: 28px
}

.selling li{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #666;
}

.selling li:last-child{
    border: none;
    margin: 0;
    padding: 0;
}

.selling img{
    max-width: 150px;
    margin-right: 20px;

}

.selling h3{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 14px;
}

.selling .price-info{
    position: relative;
    display: inline-block;
    margin-right: 50px;
}

.selling .price-info:last-child{
    margin: 0;
}

.selling .price-info span:first-child{
    border-right: 1px solid #555;
    margin-right: 10px;
    padding-right: 8px;
}

.selling .price-info span:last-child{
    font-size: 17px;
    font-weight: 700;
}

.selling .more{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.selling-content{
    position: relative;
    display: flow-root;
}

.list-product .view-all a{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 4px;
    padding: 22px 0;
    width: 227px;
    background-size: cover;
    background-image: url(../images/ICON19.png);
}

/*section-prize*/
.section-prize{
    position: relative;
    padding-bottom: 30px;
}

/*section-customer*/
.section-customer{
    position: relative;
    padding-bottom: 30px;
}

.section-customer h3{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 100px;
}

.section-customer .khachhang{
    margin-top: -90px;
    padding: 0 20px;
        box-shadow: 5px 12px 12px rgb(8 0 17 / 30%);
    background-color: #fefefe;

}

.khachhang .item-thumb{
    position: relative;
    height: auto;
    overflow: hidden;
}

.khachhang .item-thumb img{
    margin: 0 auto;
    width: 100%;

}

/*story-content*/
.section-story{
    position: relative;
    padding-bottom: 30px;
}

.section-story .body-header{
    margin-bottom: 20px;
}

.story-content{
    position: relative;
    text-align: justify;
    font-size: 20px;
}

.story-content:before{
    position: absolute;
    content: '';
    background-image: url(../images/ICON28.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 40px;
    width: 40px;
    top: -38px;
    left: -20px;
}

.story-content:after{
    position: absolute;
    content: '';
    background-image: url(../images/ICON29.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 40px;
    width: 40px;
    right: 10px;
    bottom: -30px;
}

.story-content img:first-child{
    max-width: 425px;
    margin: 15px auto 30px;
    display: block;
}

.story-content img:last-child{
    position: absolute;
    max-width:315px;
    left: 50%;
    transform: translate(-47%,-53%);
}

/*section-news*/
.section-news{
    position: relative;
    padding: 10px 0 30px;
}

.section-news .owl-nav{
    position: absolute;
    right: -20px;
    top: -60px
}

.khachhang .owl-nav{
    position: absolute;
    right: -18px;
    top: -47px
}

.section-news .owl-nav > div,
.khachhang .owl-nav > div{
    background-color: #fff;
    padding: 2px 20px;
    display: inline-block;
    margin: 0 2px;
    font-size: 20px;
    border-radius: 4px;
}

.section-news .owl-nav > div:hover,
.khachhang .owl-nav > div:hover{
    color: #fff;
    background-color: #246baf;
}

.news-group .item .thumb{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 68%;
}

.news-group .item .thumb img{
    margin: 0 auto;
    right: 0;
height: 235px;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-fit: cover;
}

.news-group .item h3{
    padding: 10px 0;
    text-align: justify;
}
.news-group .item p{
    text-align: justify;
}

.nav-fix{

    left: 0;
    bottom: 0;
    background-color: #f0f3f5;
    text-align: center;
    width: 100%;
    box-shadow: 0px 3px 14px rgb(8 0 17 / 55%);
    z-index: 99;
    display:none;
}

.nav-fix ul{
    margin: 0;
    padding: 0;
}

.nav-fix ul li{
    display: inline-block;
    padding: 10px 6px;
    border-top: 2px solid #f0f3f5;
}

.nav-fix ul li:hover{
    border-color: #2371b4;
}

.nav-fix img{
    height: 30px;
    margin-bottom: 5px;
}

.nav-fix ul li .img-c,
.nav-fix ul li:hover img{
    display: none;
}

.nav-fix ul li:hover .img-c{
    display: inline-block;
}

.nav-fix span{
    display: block;
    font-size: 11px;
    color: #727376;
}

.nav-fix ul li:hover span{
    color: #4173bd;
}

.store-intro{
    position: relative;
    height: 100vh;
    max-width: 600px;
    margin: 0 auto;
    background-color: #e9e9e9;
}

.store-intro-head{
    position: relative;
    max-height: 280px;
    overflow: hidden;
}

.store-intro-head img{
    max-width: 100%;
}

.store-intro-head .store-intro-share{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 15px 6px;
}

.store-intro-head .store-intro-share:after{
    position: absolute;
    content: '';
    background-color: #00000063;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.store-intro-head .store-intro-share .item{
    position: relative;
    text-align: center;
    width: calc(100% / 3);
    display: inline-block;
    float: left;
    font-size: 13px;
    z-index: 99;
}

.store-intro-head .store-intro-share .item .fa{
    display: block;
    font-size: 28px;
    margin-bottom: 4px;
}

.store-intro-head .store-intro-share a{
    color: #fff;
}

.store-intro-content{
    position: relative;
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.store-intro-content .intro-info{
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 5px;
}

.store-intro-content .intro-info .item{
    display: inline-block;
    width: calc(100%/2);
    float: left;
    text-align: center;
    font-size: 14px;
}

.store-intro-content .intro-info img{
    height: 40px;
    width: auto;
    margin-bottom: 4px;
}

.store-intro-content .intro-info p{
    margin: 0;
}

.store-intro-content .intro-rules{
    position: relative;
    padding: 10px 0;
}

.store-intro-content .intro-rules h3{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.store-intro-content .intro-rules-content{
    position: relative;
    max-height: 200px;
    overflow: auto;
}

.store-intro-footer{
    position: absolute;
    background-color: #fff;
    bottom: 0;
    padding: 14px 30px;
    width: 100%;
}

.store-intro-footer a{
    display: inline-block;
    background-color: #e52a38;
    text-align: center;
    width: 100%;
    padding: 12px 10px;
    border-radius: 22px;
    color: #fff;
    transition: 0.4s all;
}

.store-intro-footer a:hover{
    opacity: 0.8;
}

/*Custom Groups*/
.user-groups{
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    background-color: #3c362e;
    color: #fff;
}

.user-groups-header{
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(90deg,#322f26 0%,#5d4f1d 50%, #322f26 100%);
}

.user-groups-header-content{
    position: relative;
    padding: 10px 20px;
}

.groups-header-title{
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.groups-header-title a{
    color: #fff;
    transition: 0.4s all;
}

.groups-header-title a:hover{
    color: #ae8a0f;
}

.groups-header-title .back{
    font-size: 20px;
    float: left;
}

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

.groups-header-title .guide{
    position: absolute;
    text-transform: uppercase;
    right: 0;
    top: 3px;
}

.groups-header-avatar{
    position: relative;
    display: flex;
    align-items: center;
   
    margin: 0 auto;
    height: 100px;
    width: 100px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.groups-header-avatar img{
    width: 80px;
    height: 80px;
 
    border-radius: 50%;
}
.avartadmin{
	text-align:center;
}
.avartadmin img{
	
    width: 100px;
    height: 100px;
    border-radius: 50%;
}


.user-groups-overflow-hidden{
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.user-groups-overflow-hidden .text-light{
    color: #3c362e;
}

.user-groups-overflow-hidden .text-light:after {
    content: "";
    width: 100%;
    height: 1px;
    background: currentColor;
    display: block;
    margin-top: -8px;
}

.user-groups-content{
    position: relative;
    padding: 10px 15px;
    background-color: #3c362e;
}

.groups-header-username{
    display: flex;
    align-items: center;
    justify-content: center;
}

.groups-header-username span{
    background-color: #5d9be9;
    font-size: 12px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    margin-left: 8px;
}

.groups-header-username .fa{
    padding-left: 2px;
}

.user-groups-level{
    padding: 10px 0;
    text-align: center;
}

.user-groups-level .user-groups-load-level{
    width: 80%;
    margin: 0 auto;
}

.user-groups-level .level-progress{
    position: relative;
    background-color: #bd442e;
    height: 12px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.user-groups-level .level-progress span{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ff5756;
}

.user-groups-level .level-in{
    display: flex;
    justify-content: space-between;
}

.user-level-content{
    position: relative;
}

.user-level-content h3{
    position: relative;
    color: #e7b525;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto 25px;
    width: 50%;
    text-align: center;
}

.user-level-content h3:before{
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #e7b525;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.user-level-content h3 span{
    position: relative;
    background-color: #3c362e;
    padding: 0 8px;
}

.user-level-content .level-privilege,
.user-level-content .level-monopoly{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-column-gap: 0;
    grid-row-gap: 50px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.user-level-content .level-monopoly{
    margin-bottom: 30px;
}

.user-level-content .monopoly-item-text h4{
    color: #ff5a57;
}

.user-level-content .monopoly-item-text p{
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.level-monopoly-item:nth-child(1) #hexagon{
    background-color: #a290fe;
}

.level-monopoly-item:nth-child(1) #hexagon:before{
    border-bottom-color: #a290fe;
}

.level-monopoly-item:nth-child(1) #hexagon:after{
    border-top-color: #a290fe;
}

.level-monopoly-item:nth-child(2) #hexagon{
    background-color: #fabf52;
}

.level-monopoly-item:nth-child(2) #hexagon:before{
    border-bottom-color: #fabf52;
}

.level-monopoly-item:nth-child(2) #hexagon:after{
    border-top-color: #fabf52;
}

.user-level-content .gc{
    color: #da971a;
}

#hexagon {
    width: 60px;
    height: 40px;
    background-color: #5d9bfe;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    float: left;
    margin-right: 3px;
}

#hexagon:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -15px;
    left: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 15px solid #5d9bfe;
}

#hexagon:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -15px;
    left: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #5d9bfe;
}

.level-privilege-item{
    display: flex;
    align-items: center;
}

.level-privilege-item h4{
    font-size: 18px;
    font-weight: 400;
}

.level-privilege-item:nth-child(1) h4{
    color: #5d9bfe;
}

.level-privilege-item:nth-child(2) h4{
    color: #f64f46;
}

.level-privilege-item:nth-child(2) #hexagon{
    background-color: #f64f46;
}

.level-privilege-item:nth-child(2) #hexagon:before{
    border-bottom-color: #f64f46;
}

.level-privilege-item:nth-child(2) #hexagon:after{
    border-top-color: #f64f46;
}

.level-privilege-item:nth-child(3) h4{
    color: #ba42ff;
}

.level-privilege-item:nth-child(3) #hexagon{
    background-color: #ba42ff;
}

.level-privilege-item:nth-child(3) #hexagon:before{
    border-bottom-color: #ba42ff;
}

.level-privilege-item:nth-child(3) #hexagon:after{
    border-top-color: #ba42ff;
}

.level-privilege-item:nth-child(4) h4{
    color: #82e600;
}

.level-privilege-item:nth-child(4) #hexagon{
    background-color: #82e600;
}

.level-privilege-item:nth-child(4) #hexagon:before{
    border-bottom-color: #82e600;
}

.level-privilege-item:nth-child(4) #hexagon:after{
    border-top-color: #82e600;
}

.level-privilege-item p{
    margin: 0;
    font-size: 14px;
}

.khachhang .item{
    position: relative;
    background-color: #fff;

    border: solid 2px #689ceb;
    box-shadow: 5px 4px 7px rgb(8 0 17 / 30%);
    background-color: #fefefe;
    margin-bottom: 30px;

}

.khachhang .item-content{
    padding: 10px;
    height: 212px;
     box-shadow: 5px 4px 8px rgb(8 0 17 / 30%);
    background-color: #fefefe;
}
.owl-stage-oute{
     box-shadow: 5px 12px 12px rgb(8 0 17 / 30%);
    background-color: #fefefe
}
.khachhang .item-content img{
    height: 28px;
    width: auto !important;
    margin: 0 auto 10px;
}

.khachhang .item-content h4{
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.khachhang .item-content p{
    margin: 0;
    text-align: justify;
}

.khachhang .owl-nav{
    right: 0px;
    top: -130px;
}

.nivo .owl-nav {
    position: absolute;
    right: -18px;
    top: -60px;
}

.section-prize .owl-nav > div{
        background-color: #fff;
        padding: 2px 20px;
        display: inline-block;
        margin: 0 2px;
        font-size: 20px;
        border-radius: 4px
    }

@media (max-width:992px){
    .selling .price-info{
        margin-right: 30px;
    }

    .khachhang .owl-nav{
        right: 0px;
        top: -155px;
    }
    .nivo .owl-nav {
    position: absolute;
    right: -18px;
    top: -60px;
    }
}
@media (max-width:499px) {
.story-content img:last-child {
    position: absolute;
    max-width: 500px;
    left: 50%;
    transform: translate(-50%,-69%);
}

}
@media (max-width:320px) {
	.khachhang .item-content{
		padding: 10px;
    height: 237px;
    box-shadow: 5px 4px 8px rgb(8 0 17 / 30%);
    background-color: #fefefe;

}
}
@media (max-width:767px) {

    .section-slider:after{
        bottom: -50px;
        width: 50px;
        height: 50px;
    }
    .padding-20{
        padding: 10px;
    }

    .section-user-statistics{
        padding: 30px 0;
    }

    .section-overview .overview-item h3{
        font-size: 13px;
        margin-top: 4px;
    }

    .section-overview{
        padding: 0;
    }

    .product-item-content h3{
        font-size: 20px;
    }

    .product-item-content p{
        font-size: 14px;
    }

    .product-item-content img{
        max-width: 36px;
        right: 16px;
        top: 88%;
        transform: translate(0, -88%);
    }

    .selling img {
        max-width: 110px;
        margin-right: 10px;
    }

    .selling h3 {
        font-size:23px;
        font-weight: 400;
        margin-bottom: 6px;
    }

    .selling .price-info span:first-child{
        margin-right: 3px;
        padding-right: 2px;
        font-size: 14px;
    }

    .selling .price-info span:last-child{
        font-size: 14px;
    }

    .story-content img:first-child{
        max-width: 250px;
    }

    .story-content img:last-child{

        max-width: 248px;
    height: 30px;
    }

    .section-customer .body-header{
        font-size: 21px;
    }

    .section-customer h3{
        font-size: 17px;
        margin-bottom: 70px;
    }

    .section-customer .khachhang{
        margin-top: -60px;
            box-shadow: 5px 12px 12px rgb(8 0 17 / 30%);
    background-color: #fefefe;
        border-radius: 8px;
    }

    .khachhang .owl-nav > div,
    .section-news .owl-nav > div{
        font-size: 18px;
        padding: 2px 15px;
    }

    .khachhang .owl-nav{
        right: 0px;
        top: -136px;
    }

    .section-news .owl-nav{
        right: -10px;
        top: -50px;
    }
.nav-fix{
    display:block;
}

    .section-news{
        margin-bottom: 3px;
    }
    .section-newst{

        margin-bottom: 3px;
    }
    .nav-fix ul li{
        padding: 10px 20px;
    }

    .section-overview.fixed{
        position: sticky;
        top: 0;
        padding: 0;
        animation: stuckMoveDown .6s;
        z-index: 100;
    }

    .section-overview.fixed .shadow-radius{
        border-radius: 0;
        box-shadow: none;
    }

    .section-overview.fixed .overview-item img{
        max-height: 40px;
    }

    .section-overview.fixed .body-header{
        display: none;
    }

}

@media (max-width:499px) {
    .selling .more{
        display: none;
    }

    .selling .price-info {
        margin-right: 18px;
        float: left;
    }
    .nav-fix ul li{
        padding: 10px 5px;
    }

    .list-product .view-all a{
        padding: 16px 0;
        width: 164px;
        bottom: 43px;
        background-size: contain;
    }

    .khachhang .owl-nav{
        top: -156px;
    }
    .nivo .owl-nav{
        top: -141px;
    }
    .nivo .owl-nav {
    position: absolute;
    right: -18px;
    top: -60px;
    }
    .nivo .owl-nav > div, .section-prize .owl-nav > div {
        font-size: 18px;
        padding: 2px 15px;
    }
    .section-prize .owl-nav > div, .nivo .owl-nav > div {
        background-color: #fff;
        padding: 2px 20px;
        display: inline-block;
        margin: 0 2px;
        font-size: 20px;
        border-radius: 4px
    }
    .nivo .owl-nav {
        position: absolute;
        right: -18px;
        top: -60px;
    }

    .selling h3{
        font-size: 18px;
    }

    .selling .wra{
        font-size: 13px;
        margin-bottom: 6px;
    }

    .selling img{
        min-height: 80px;
    }

    .selling-content .show{
        font-size: 13px;
        text-transform: uppercase;
        max-height: 40px;
        overflow: hidden;
    }

    .selling-content p{
        font-size: 13px;
display: block;
 display: -webkit-box;
 max-width: 100%;
 height: 45px;
 margin: 0 auto;
 font-size: 14px;
 line-height: 1;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
    padding: 0 1px;
    text-align: initial;
line-height: 15px;
    }
}

@media (max-width:361px) {
    .nav-fix ul li{
        padding: 10px 1px;
    }
}

@media (min-height:767px){
    .store-intro-content .intro-rules-content{
        max-height: 300px;
    }
}

@-webkit-keyframes stuckMoveDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes stuckMoveDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.detail_multi li {
    position: relative;
    padding-left: 10px;
}
.detail_multi .arrow {
    float: none !important;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 0px !important;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
