@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?8whn1c');
    src:  url('../fonts/icomoon.eot?8whn1c#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?8whn1c') format('truetype'),
      url('../fonts/icomoon.woff?8whn1c') format('woff'),
      url('../fonts/icomoon.svg?8whn1c#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-download:before {
    content: "\e900";
  }
html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    background:#041b11 url(../images/backgound.jpg) no-repeat center top;
    background-size: inherit;
    font-family:roboto;
}
p{
    margin: 0;
    padding: 0;
}
a, a:hover, a:focus, a:visited {
    text-decoration: none;
    color: white;
}
.desktop{
    display: block;
}
.mob{
    display: none;
}

/* --------------------HEADER ------------------*/

.header{
    width: 100%;
    padding: 5px 0;
    padding: 3px 0;
    text-align: center;
    background: rgb(7,134,81);
    background: linear-gradient(180deg, rgba(7,134,81,1) 0%, rgba(0,54,15,1) 100%);
}
.header .contain{
    display: flex;
    justify-content: center;
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
}
.btn-taiungdung{
    width: 250px;
    height: 40px;
    line-height: 40px;
    margin: 10px 5px;
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
    animation: zoom 1s ease-out ;
    -webkit-animation: zoom 1s ease-out infinite;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    background: rgb(0,202,85);
    background: linear-gradient(180deg, rgba(0,202,85,1) 0%, rgba(50,203,114,1) 28%, rgba(14,149,69,1) 65%, rgba(0,138,56,1) 100%);
}
.btn-xemkeo{
    width: 250px;
    height: 40px;
    line-height: 40px;
    margin: 10px 5px;
    border-radius: 5px;
    border: none;
    color: #222222 !important;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    background: rgb(255,245,210);
    background: linear-gradient(180deg, rgba(255,245,210,1) 0%, rgba(230,225,207,1) 28%, rgba(187,170,138,1) 65%, rgba(186,155,98,1) 100%);
}
.btn-dangky{
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin: 10px 5px;
    border: none;
    color: #222222 !important;
    cursor: pointer;
    outline: none;
    animation: zoom 1s ease-out ;
    -webkit-animation: zoom 1s ease-out infinite;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    background: rgb(255,244,142);
    background: linear-gradient(180deg, rgba(255,244,142,1) 0%, rgba(255,244,153,1) 28%, rgba(254,203,27,1) 65%, rgba(254,203,27,1) 100%);
}
.btn-dangnhap{
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 10px 5px;
    border-radius: 5px;
    border: none;
    color: #222222 !important;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 27%, rgba(204,197,197,1) 65%, rgba(170,170,170,1) 100%);
}

/* --------------------BODY ------------------*/

.body{
    width: 100%;
    margin: 0;
    padding: 0;
}
.body .contain{
    width: 1170px;
    margin: 0 auto;
}
.logo{
    width: fit-content;
    margin: 20px auto;

}
.logo img{
    height: 80px;
}
.text-banner{
    width: fit-content;
    margin: 0 auto;
}
.text-banner img{
    height:150px;
}
/* --------STEPs --------*/

.step{
    margin: 0 auto;
    padding: 70px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.gradient-bg{
    cursor:pointer;
    flex-basis: 30%;
    padding: 3px;
    border-radius: 10px;
    transition: all 0.3s ease-out;
    background: rgb(255,244,142);
    background: linear-gradient(79deg, rgba(255,244,142,1) 5%, rgba(254,203,27,1) 33%, rgba(255,244,142,1) 67%, rgba(254,203,27,1) 100%);
    background: #47a64c;
}
.gradient-bg:hover{
    transform: scale(1.1);
    transition: all 0.3s ease-out
}
hr{
    width: 70%;
    margin-top: 5px;
}
.wrap-step{
    position: relative;
    border-radius: 10px;
    background: rgba(2,16,10,1);
    background: #fff;
    text-align: center;
}
.step-icon{
    height: 60px;
    width: 98px;
    margin: 0 auto;
}
.step-icon img{
    position: absolute;
    left: 50%;
    top: -23%;
    transform: translateX(-50%);
}
.step-text{
    height: 160px;
    color: #000;
    padding: 0 55px;
}
.step-text span{
    text-transform: uppercase;
}
.yellow-text{
    color: #dec900;
}
.step-text .yellow-text {
    color: #ff0400;   
}
.step-text p:first-child {
    font-weight: 700;
    color: #70ad46;
}
.step-text hr {
    border-color: #70ad46;
}
/* --------------------BODY ------------------*/

/* --------------------ARROW ------------------*/

.arrowDown{
    width: 100%;
    text-align: center;
   padding-bottom: 5px;
    
}
.goDown{
    position: relative;
    width: 100px;
    height: 40px;
    display: block;
    margin: 0 auto;
    
}
.arrowDown .goDown span {
    width: 20px;
    height: 20px;
    border-style: solid;
    border-color: #f8fc04;
    display: inline-block;
    border-right-width: 0;
    border-top-width: 0;
    border-left-width: 3px;
    border-bottom-width: 3px;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-animation: godown 2s infinite;
    animation: godown 2s infinite;
    opacity: 0;
}
.arrowDown .goDown span:nth-of-type(1) {
    border-color: #FFC107;
    margin-left: -8px;
    top: -4px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.arrowDown .goDown span:nth-of-type(2) {
    border-color: #FFC107;
    margin-left: -8px;
    top: 4px;
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}
.arrowDown .goDown span:nth-of-type(3) {
    border-color: #FFC107;
    margin-left: -8px;
    top: 12px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.text-godown{
    text-align: center;
    color: #ffffff;
    font-weight: 600;
}
/* .containArrow::after{
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 30px solid #fee71b;
} */


/* --------------------Footer ------------------*/

.footer{
    width: 100%;
    min-height: 65px;
    padding-bottom: 10px;
    height: auto;
    background: rgb(7,134,81);
background: linear-gradient(180deg, rgba(7,134,81,1) 0%, rgba(0,54,15,1) 100%);
}
.wrap-footer{
    width:1170px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
}
.phone{
    flex-basis: 42%;
    

}
.wrap-phone{
    width: 250px;
    height: 60px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
}
.img-foot.phone{
    max-width: 60px;
    height: 60px;
    background:url(../images/footer-img.png);
    background-position:-244px 0;
    margin-top: -10px;
}
.img-foot.phone:hover{
    transform: scale(1.1);
    transition: transform 300ms ease;
}
.hotline{
    color: white;
    margin-left: 10px;
    line-height: 50px;
}
.deposit{
    flex-basis: 16%;
}
.wrap-deposit{
    width: 225px;
    margin: 0 auto;
}
.img-foot.donate{
    max-width: 225px;
    height: 67px;
    background:url(../images/footer-img.png);
    background-position:-374px 0;
    margin-top: -10px;
    cursor: pointer;
}
.img-foot.donate:hover{
    transform: scale(1.08);
    transition: transform 300ms ease;
}
.list-support{
    flex-basis: 42%;
    text-align: center;
   
}
.wrap-foot{
    height: 60px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    
    width: 400px;
}
.wrap-foot a{
    margin-left: 5px;
    width: 94px;
}
.wrap-foot a:hover{
    transform: scale(1.1); 
    transition: transform 300ms ease;
}
.wrap-foot a:last-child {
    margin-left: 0;
}
.img-foot.payment{
    cursor: pointer;
    background:url(../images/footer-img.png);
    background-position:-376px 116px;
    margin-top: -10px;
}
.img-foot.guide{
    cursor: pointer;
    background:url(../images/footer-img.png);
    background-position:-471px 116px;
    margin-top: -10px;
}
.img-foot.support{
    cursor: pointer;
    background:url(../images/footer-img.png);
    background-position:-565px 116px;
    margin-top: -10px;
}
.img-foot.gift{
    cursor: pointer;
    background:url(../images/footer-img.png);
    background-position:94px 116px;
    margin-top: -10px;
}

/* --------------------PopUP ------------------*/

.popup-Scratch {
    width: 661px;
    height: 397px;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 34%;
    left: 35%;
    border-radius: 5px;
    background: rgb(5,117,18);
    background: linear-gradient(180deg, rgba(5,117,18,1) 0%, rgba(2,65,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#831b1b', endColorstr='#380000', GradientType=0);
    border: 2px solid #d68c06;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.popup-Scratch .close {
    color: #fff;
    opacity: 1;
    margin-top: 7px;
    margin-right: 10px;
    cursor: pointer;
}

.gift-game {
    width: 100%;
    margin-top: -90px;
}

.popup-Scratch h4 {
    text-align: center;
    color: #fee71b;
    font-weight: 600;
    font-size: 22px;
}

.popup-info {
    margin-top: 45%;
    border-radius: 5px;
    padding: 20px;
    color: #fff;
    background: rgb(5,117,18);
    background: linear-gradient(180deg, rgba(5,117,18,1) 0%, rgba(2,65,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#831b1b', endColorstr='#380000', GradientType=0);
    border: 2px solid #d68c06;
}

.popup-info > .close {
    color: #fff;
    opacity: 1;
    margin-top: 7px;
    margin-right: 10px;
    z-index: 999;
    position: relative;
    cursor: pointer;
}

.playerLeft {
    width: 340px;
    height: 508px;
    display: block;
    background: url(../images/playerGirl.png?v=23) no-repeat;
    position: absolute;
    left: -140px;
    top: -126px;
    z-index: 8;
}

.popup-info .customDiv {
    position: relative;
    display: block;
    padding: 29px 4px 29px 163px;
    min-height: 200px;
    font-size: 20px;
    color: #fff;
    margin: 40px 41px;
}



.popup-Scratch2 {
    width: 720px;
    height: 397px;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 34%;
    left: 50%;
    transform:translateX(-50%);
    border-radius: 5px;
    background: rgb(5,117,18);
    background: linear-gradient(180deg, rgba(5,117,18,1) 0%, rgba(2,65,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#831b1b', endColorstr='#380000', GradientType=0);
    border: 2px solid #d68c06;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.popup-Scratch2 p{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 65px;
    margin-right: 21px;
    padding: 5px;
}
.popup-Scratch2 .close {
    color: #fff;
    opacity: 1;
    margin-top: 7px;
    margin-right: 10px;
    cursor: pointer;
}

/*-------------------- REGISER ------------------*/

.register-form {
    max-width: 420px;
    min-height: 475px;
    display: block;
    margin: 10px auto;
    background: #0f3926;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#831b1b', endColorstr='#380000', GradientType=0);
    box-shadow: none;
    border: 2px solid #dec900;
}
.register-text{
    display: block;
    color: white;
    text-align: center;
    margin-top: 25px;
    font:   600 18px roboto;
}
.register-text span{
    font-size:25px;
    color:#fee71b;
  /*  background: rgb(255,204,0);*/
  /*  background: linear-gradient(0deg, rgba(255,204,0,1) 0%, rgba(241,224,65,1) 69%, rgba(255,214,0,1) 100%);*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
}
.register-form > .close {
    color: #fff;
    opacity: 1;
    margin-top: 16px;
    margin-right: 31px;
    z-index: 9999;
    position: relative;
    cursor: pointer;
}

.inner-wrap {
    width: 316px;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    padding-top: 25px;
}

.register-form input[type="text"],
.register-form input[type="password"],
.register-form input[type="email"],
.register-form textarea,
.register-form select {
    background: #000;
    width: 100%;
    height: 43px;
    background-size: contain;
    border: none;
    padding-left: 20px;
    margin: 0 auto;
    font-size: 21px;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    border-radius: 6px;
    position: relative;
    z-index: 999;
    color: #fff;
    border: 1px solid #fff;
}
.errorMsg {
    padding: 8px;
    background: #e74e4e;
    border: 1px solid #860404;
    color: #fff;
    display: none;
    font-size: 14px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999999;
    box-sizing: border-box;
    right: 10px;
    -moz-box-sizing: border-box;
    border-radius: 5px;
}

.successMsg {
    padding: 8px;
    background: #6bb34b;
    border: 1px solid #1b4a07;
    color: #fff;
    display: none;
    font-size: 14px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 999;
    box-sizing: border-box;
    right: 10px;
    -moz-box-sizing: border-box;
    border-radius: 5px;
}
.birthDate select {
    width: 31.5%;
    display: block;
    float: left;
    margin-right: 8px;
    padding-left: 5px;
    font-size: 13px;
    line-height: 19px;
    position: relative;
}

.birthDate select:last-child {
    margin-right: 0;
}

.msg-error {
    color: #fff;
    font-size: 12px;
    margin-top: -5px;
    display: none;
    padding: 0 10px;
    margin-bottom: 5px;
}
.msg-error-focus {
    position: relative;
    color: #fff;
    font-size: 12px;
    margin-top: -5px;
    display: block;
    padding: 0 10px;
    margin-bottom: 5px;
    background: #015e2f;
}
.capbox-inner {
    position: relative;
}

#CaptchaDiv {
    font-size: 17px;
    font-style: italic;
    color: #fff;
    background-color: gray;
    padding: 4px;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    width: 100px;
    float: right;
    height: 43px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 41px;
    z-index: 999;
}

.dangky {
    outline: none;
    border: none;
    border-radius: 4px;
    width: 100%;
    margin: 15px 0 35px 0;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    background: #fee71b;
    background-image: linear-gradient(to right top, #ffc400, #ffca03, #ffd107, #ffd70d, #ffde13, #ffe22c, #fee73d, #feeb4c, #feee65, #fff17c, #fff391, #fff6a6);
}


/* --------------reponsive-----------------*/

@media (max-width:1300px)and (min-width:1201px){
    html,body{
        background-size: cover;
    }
    .logo{
        margin:10px auto;
    }
    .logo img {
        height: 50px;
    }
    .text-banner img {
        height: 100px;
    }
    .inner-wrap {
        max-width: 300px;
    }
    .register-form {
        max-width: 360px;
    }
    .register-form input[type="text"], .register-form input[type="password"], .register-form input[type="email"], .register-form textarea, .register-form select{
        height: 35px;
    }
}
@media (max-width:1200px){
    .header .contain{
        width: 100%;
    }
    .body .contain{
        width: 100%;
    }
    .step-text {
        padding: 0px 25px;
    }
    .footer{
        min-height: 212px;
    }
    .wrap-footer{
        flex-wrap:wrap;
        width: 100%;
    }
    .deposit{
        flex-basis: 100%;
    }
    .phone{
        flex-basis: 100%;
        margin-bottom: 10px;
    }
    .img-foot.donate{
        padding: 10px 0;
        margin: 0 auto 25px;
    }
    .wrap-phone{
        width: 250px;
        margin: 0 auto;
    }
}
@media (max-width:1024px){
    html,body{
        background:#041b11 url(../images/backgound_Ipad.jpg) no-repeat center top;
    }
}
@media (max-width: 991px) {
    .popup-info .customDiv {
        padding: 0;
        font-size: 16px;
        min-height: 150px;
        margin: 40px 20px;
    }

    .playerLeft {
        width: 130px;
        height: 150px;
        background: url(../images/playerGirl.png?v=1.2) no-repeat center;
        background-size: contain;
        left: 0;
        top: -95px;
    }

    .popup-Scratch {
        height: unset;
        left: 10%;
    }

    .gift-game {
        margin: 0;
    }
}
@media (max-width:768px){
   
    .logo img {
        height: 60px;
    }

    .text-banner img{
        height: 120px;
    }
    .step-text{
        padding-top: 20px;
        height: 150px;
    }
    .step{
        flex-wrap: wrap;
        background: #0f3926;
    }
    .gradient-bg{
        flex-basis: 95%;
        margin: 5px 0;
    }
    .step-icon{
        display: none;
    }
    hr{
        width: 170px;
    }
    .popup-Scratch2 p{
        margin-top: 0;
    }
    .gift-game {
        display: none;
    }

    .popup-Scratch {
        width: 100%;
        left: 0;
    }

    #scratch1 {
        display: inline-block;
    }
   
    .popup-Scratch2{
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding: 10px 0;
    }
    .register-form {
        width: 100%;
        padding: 0 15px;
    }

    .inner-wrap {
        width: 100%;
    }

    .birthDate select {
        width: 31%;
    }

    .register-form > .close {
        margin-top: 6px;
        margin-right: 6px;
    }
   
    .header .contain{
        justify-content: center;
    }
    
    .button-register{
        width: 140px;
    }
    .button-tryit{
        width: 140px;
    }
}

@media (max-width:650px){
    
    .header .contain{
        width: 100%;
        justify-content: center;
        font-size: 14px;
        flex-wrap: wrap;
    }
    .text-banner img {
        height: 90px;
    }
    .btn-taiungdung,
    .btn-xemkeo,
    .btn-dangky,
    .btn-dangnhap{
        width: 125px;
    }
}
@media(max-width:425px){
    .desktop{
        display: none;
    }
    .mob{
        display: block;
    }
    .mob img{
        max-width: 100%;
    }
    body{
        background:#041b11;
    }
    /* .btn-taiungdung,
    .btn-xemkeo,
    .btn-dangky,
    .btn-dangnhap{
        width: 170px;
    } */
    .logo img {
        height: 50px;
    }

    .text-banner img {
        height: 80px;
    }
    .footer{
        padding-bottom: 90px;
    }
    .list-support{
        width: 100%;
        height: 46px;
    }
    .wrap-foot {
        height: 46px;
        width: 100%;
        margin-bottom: 10px;
    }
    .img-foot.payment{
        width: 64px;
        background-position: 0 -144px;
        margin-top: unset;
        margin: 0 5px;
    }
    .img-foot.guide{
        width: 64px;
        background-position: -68px -144px;
        margin-top: unset;
        margin: 0 5px;
    }
    .img-foot.support{
        width: 64px;
        background-position: -135px -144px;
        margin-top: unset;
        margin: 0 5px;
    }
    .img-foot.gift{
        width: 64px;
        background-position: -203px -144px;
        margin-top: unset;
        margin: 0 5px;
    }
}
@media (max-width:375px){
    .text-banner img {
        height: 67px;
    }
    .btn-taiungdung,
     .btn-xemkeo,
      .btn-dangky,
      .btn-dangnhap {
          width: 96px;
          font-size:12px;
      }

      .register-text{
          font-size: 15px;
      }
}

/* download ios android */


.download-content {
    background: #fff url(../images/dl-background.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 25px;
    margin: 30% auto 0;
}

.popup-info2{
    padding:20px;
    text-align:center;
}
.dl-close {
    color: #fff;
    position: fixed;
    top: -20px;
    right: -20px;
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}

.dl-close:hover,
.dl-close:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.dl-desc {
    color: #5f0510;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.dl-title {
    color: #5f0510;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.dl-qrdes {
    color: #5f0510;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0;
}
.dl-app{
    display: flex;
    justify-content: center;
    text-align:center;
}
.ios{
    margin-right: 10px;
}
.dl-btn {
    display: inline-block;
    background: url(../images/dl-btn.png) no-repeat center;
    background-size: contain;
    width: 274px;
    height: 60px;
    color: #f9e917;
    text-decoration: none;
    line-height: 60px;
    padding-left: 30px;
    animation: scaling 3s linear infinite;
    -webkit-animation: scaling 800ms ease infinite;
    font-size:12px;
}

.dl-btn > i {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    margin:0 5px;
}

.dl-img {
    max-width: 100%;
}
.dl-btn-ios {
    display: inline-block;
    background: url(../images/apple.png) no-repeat center;
    background-size: contain;
    width: 274px;
    height: 60px;
    color: #f9e917;
    text-decoration: none;
    line-height: 60px;
    padding-left: 30px;
    animation: scaling 3s linear infinite;
    -webkit-animation: scaling 800ms ease infinite;
    font-size:12px;
}

.dl-btn-ios > i {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.dl-img {
    max-width: 80%;
    margin-bottom: 10px;
}

.ios img{
    width: 80%;
    margin-bottom: 10px;
}
.dl-dangky {
    width: 100%;
    margin: 16px 0 0;
    font-size: 25px;
    height: 53px;
    line-height: 53px;
}

.dl-dangky > i {
    font-size: 25px;
}
@media (max-width:555px){
    .ios{
        margin-right: 0;
    }
    .dl-app{
        flex-direction: column;
    }
    .dl-btn-ios{
        margin-bottom: 10px;
        margin-left: -10px;
        height: 50px;
        line-height: 50px;
        font-size: 10px;
    }
    .dl-img {
        width: 50%;
    }
    .ios img{
        width: 50%;
    }
    .dl-btn{
        height: 50px;
    line-height: 50px;
    font-size: 10px;
    }

}


/* --------------animation-----------------*/


@keyframes zoom {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.05);
    }
}
@keyframes godown{
    0%{
        opacity: 0;
    }
    0%{
        opacity: 1;
    }
}



.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
