@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

*{
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}
p{
    margin: 0px;
    padding: 0px;
}
li{
    list-style: none;
}
img{
    width: 100%;
}
.border-none{
    border: none;
    outline: none;
}
.section-margin{
    margin: 120px 0px;
}
.section-margin .title{
    margin:45px 0px;
}

.menu{
    background-color: #033EA9;
    border: 1px solid #848484;
    box-sizing: border-box;
    @media (min-width: 1200px) {
        height: 100px !important;
    }
}
.icon-size{
    font-size: 12px !important;
}
.nav-custorme{
    background-color: transparent !important;
}
.about{
    background-image: url('./image/bg.png');
    background-size: cover;
}
.about img{
    padding-top: 143px;
}

.about p{
    line-height: 32px;
}
.about .two-button {
    margin: 40px 0px;
}

.content p{
    line-height: 32px;
}
.content h1{
    font-weight: 700;
}
.two-button button{
    background: none;
    outline: none;
    border: none;
    width: 159px;
    height: 48px;
    margin-right: 15px;
    
}
.two-button .ggplay{
    background-image: url('./image/gg\ play.png');
}
.two-button .ios{
    background-image: url('./image/ios.png');
}
.two-button button img{
    margin: 15px 0px;
}

.chucnang .func li p{
    margin-left: 15px;
}
.chucnang .func li{
    margin: 15px 0px;
}
.chucnang h1{
    font-weight: bold;
    font-size: 24px;
}
.chucnang p{
    width: 470px;
    margin: 0px auto;
}
.description .left, .description .right{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.description .left .group{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    
}
.description .icon{
    background: #094ECF;
    border-radius: 4px;
    width: 70px;
    height: 70px;
    margin: 15px 0px;
}
.description .icon span{
    color: white;
    font-size: 32px;

}
.chucnang .func li img{
    width: 50px;
}

.price{
    background: #192637;
    padding: 70px 0px;
}
.price .box{
    background: #FFFFFF;
    border: 3px solid #2980B9;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    height: 449px;
    justify-content: space-between;
    transition: 0.2s;
}
.price .box .title-head h5{
    font-weight: 700;
    text-transform: uppercase;
}
.price .func ul{
    height: 230px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.price li{
    margin: 10px 0px;
}
.price li span{
    background-color: #33AA58;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 12px;
    margin-right: 10px;
}
.price button{
    width: 182px;
    height: 51.43px;
    background: #3A78FF;
    border: 1px solid #3A78FF;
    box-sizing: border-box;
    border-radius: 68px;
    font-weight: 700;
    color: white;
    margin: 0px auto;
    display: block;
}
.price .box:hover{
    margin-top: -10px;
}

.testimonial .slider{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.testimonial .slider h1{
    font-weight: bold;
    font-size: 24px;
}
.testimonial .slider p{
    font-size: 24px;
}
.testimonial .slider{
    
}
.testimonial{
    position: relative;
    height: 330px;
}
.testimonial::before{
    content: "";
    position: absolute;
    width: 197px;
    height: 154px;
    top: 0px;
    left: 50px;
    background-image: url('./image/before.png');
    background-size: cover;
}

.testimonial::after{
    content: "";
    position: absolute;
    width: 197px;
    height: 154px;
    top: 160px;
    right: 50px;
    background-image: url('./image/before.png');
    background-size: cover;
    transform: rotate(-180deg);
}
.testimonial .carousel-control-next{
    right: -130px;
}
.testimonial .carousel-control-prev{
    left: -130px;
}
.testimonial .carousel-control-next .carousel-control-next-icon{
    background-color: black;
}

.number{
    background: #182536 url('./image/smile.png') no-repeat;
    background-position: bottom;
}
.number .group-number{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.number .big-number{
    font-weight: bold;
    font-size: 64px;
}
.number .sub-number{
    font-weight: bold;
font-size: 24px;
}
.number{
    padding: 90px 0px;
}
.slider-testimonial{
    margin-top: 80px;
    height: 200px;
    background: white;
    border: 1px solid #D86800;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.slider-testimonial .box{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.slider-testimonial .box::before{
    content: "";
    position: absolute;
    width: 41px;
    height: 32px;
    top: 15px;
    left: 15px;
    background-image: url('./image/before 1.png');
    background-size: cover;
}
.slider-testimonial p{
    height: 200px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-testimonial .carousel-indicators {
    justify-content: flex-end !important;
}
.slider-testimonial .carousel-indicators li{
    background: #CECECE;
    width: 10px;
    height: 10px;
    border-radius: 50%;

}
.slider-testimonial .carousel-indicators .active{
    background: #182536;
}

.form-sign-store .header h1{
    font-weight: bold;
    font-size: 24px;
}
.form-sign-store .header p{
    font-size: 16px;
}

.form-sign-store .content h1{
    font-weight: bold;
    font-size: 16px;
}
.form-sign-store .content p{
    font-size: 16px;
}
.form-sign-store input{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px;
    margin: 7px 0px;
}
.form-sign-store input::placeholder{
    font-style: italic;
font-size: 16px;
color: #BEBEBE;
}

.form-sign-store button{
    background: #094ECF;
    border: 1px solid #E4E4E4;
    font-weight: bold;
    font-size: 16px;
    color: white;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    width: 100%;
    margin: 15px 0px;
}
footer{
    background: #F9F9F9 url("./image/PBQUS71\ 1.png") no-repeat;
    background-position: center right;
    padding: 110px 0px;
}
footer .title h1{
    font-weight: bold;
font-size: 24px;color: #094ECF;

}
footer strong{
    color: #094ECF;
}

footer .two-button{
    margin: 50px 0px;
}
footer .contact li{
    display: flex;
    align-items: center;
    margin: 6px 0px;
}
footer .contact li span{
    margin-right: 15px;
}
footer .contact li p{
    font-weight: bold;
    font-size: 16px;
}

footer .contact .defaut{
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    
    .about h1{
        text-align: center;
        margin: 15px 0px;
        font-weight: bold;
        font-size: 24px;
    }
    .about p{
        text-align: center;
        margin: 15px 0px;
    }
    .about img{
        padding-top: 20px;
    }
    .chucnang h1{
        text-align: center;
        margin: 30px 0px;
    }
    .chucnang p {
        width: auto;
    }
    .description .group{
        align-items: center !important;
        margin: 15px 0px;
        display: flex;
    flex-direction: column;
    }
    .description .group h3, .description .group p{
        text-align: center !important;
    }
    .chucnang .func li img{
        width: 50px;
    }
    .form-sign-store{
        margin: 30px 0px;
    }
    .form-sign-store .content{
        margin: 20px 0px;
    }
    .form-sign-store .content h1, .form-sign-store .content p{
        text-align: center;
    }
    .price .func ul{
        height: 230px;
    }
    .price .box button{
        margin: 0px auto;
        display: block;
    }
    .testimonial .slider::before{
        content: "";
        position: absolute;
        width: 197px;
        height: 154px;
        top: 0px;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url('./image/before.png');
        background-size: cover;
    }
    .testimonial .slider::after{
        display: none;
    }
    .slider-testimonial .group-number{
        
    }

    .slider-testimonial .box::before{
        content: "";
        position: absolute;
        width: 41px;
        height: 32px;
        top: 0px;
        left: 0px;
        background-image: url('./image/before 1.png');
        background-size: cover;
    }
    footer{
        background: #F9F9F9;
        padding: 30px 0px;
    }
}