:root{
    --color-text:#97361A;

}
.content{
    padding: 134px 0;
}
.bg_vanmieu{
    background-image: url(../img/bg_vanmieu.png);
    width: 100%;
    height: 100vh;
    background-size: cover;
    min-height: 950px;
}
.txt_vanmieu{
   padding-left: 3.5rem;
   position: relative;
    
}
.iphone{
    background-image: url(../img/circle.png);
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    background-position: center;
    
    
}
.txt_hethong{
    color:var(--color-text);
    font-size: 40px;
    line-height: 48px;
    font-family: 'Inter 600';
    
}
#logo_VM{
    margin-top: -70px;
    padding-bottom: 70px;
}
h1{
    color: var(--color-text);
    font-size: 44px;
    line-height: 53px;
    text-transform: uppercase;
    padding: 20px 0;
    font-family: 'Inter 700';
}
p{
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 64px;
    text-align: justify;
    font-family: 'Inter 400';
    color: #1A1A1A;
}
.btnn{
    display: flex;
    /* justify-content:space-evenly; */
    width: 100%;
    margin-bottom: 70px;
}
#logo-ip{
    display: none;
}
#btn_CHplay{
    margin-right:3rem;
}
.iphone_slick{
    width: 316px;
    content: none;
}
.slick-prev:before{
    display: none;
}
.slick-next:before{
    display: none;

}


@media screen and (max-width: 1400px) {
    .bg_vanmieu{
        height: 100%;
    }
    
}
@media screen and (max-width: 500px) {
    #logo-ip{
        display: block;
        width: 10%;
    }
    #logo_VM{
        display: none;
    }
    .logo{
        display:flex;
        justify-content: center;
    }
    .txt_vanmieu{
        padding:0 1.3rem ;
        position: relative;
         
     }
    .content{
        padding: 60px 0;
    }
    .txt_hethong{
        font-size: 22px;
        line-height: 27px;
        padding-top: 24px;
    }
    h1{
        font-size: 22px;
        line-height: 27px;
        padding: 4px 0 12px 0;
    }
    p{
        font-size: 16px;
        line-height: 27px;
    }
    .btn_{
        width: 160px;
        /* height: 64px; */
    }
    
    .iphone{
        background-size: 90%;
        padding-top: 0;
    }
    .img_ip{
        width: 67%;
    }
    .iphone_slick{
        width: 228px;
    }
    
    #btn_CHplay{
        margin-right:0;
    }
    .btnn{
        justify-content: space-between;
    }
    .bg_vanmieu{
        background-image: url(../img/bg_mobile.png);
    }
}
/* @media screen and(max-width:399px) {
    #btn_CHplay{
        margin-right: 0.5rem;
    }
    .btn_{
        width: 70px;
         height: 64px; 
    }

} */
@font-face {
    font-family: 'Inter 400';
    src: url(../font/Inter/Inter-Regular.ttf);
}
@font-face {
    font-family: 'Inter 600';
    src: url(../font/Inter/Inter-SemiBold.ttf);
}
@font-face {
    font-family: 'Inter 700';
    src: url(../font/Inter/Inter-Bold.ttf);
}
