/*/*______________________________Lyaout 1 */
.pc-hidden{
    display: none;
}
.img-cover > img {
    object-fit: cover;
}
.title-ly1{
    padding: 15px;
    max-width: 545px;
    background: rgba(39, 138, 235, 0.9);
    box-shadow: 0px 4px 12px rgba(0, 114, 188, 0.3);
    border-radius: 12px;
    text-align: center
}
.title-ly1 span {
    font-family: Roboto;
    font-weight: 700;
    font-size: 26px;
    color: #fff;
}

.ltrinh-ly1 {
    font-size: 18px;
}
.ltrinh-ly1 ul {
    padding-left: 0;
    list-style: none;
}
.ltrinh-ly1 ul li.sub-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-bottom: 5px;
}
.title_hight img {
    margin-left: -5px;
}
.list-step-header {
    border-left: 4px solid #428DFF;
    padding-left: 15px;
    list-style: none;
}
.list-step-header li {
    margin-bottom: 10px;
}
.list-step > li .box-shadow.uk-flex {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 114, 188, 0.25);
    border-radius: 15px;
    padding: 10px;
    height: 100%;
    width: 100%;
}
#header .thumb {
    width: 65px;
    height: 65px;
}
#header .content-ly2 {
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: -ms-calc(100% - 65px);
    width: -o-calc(100% - 65px);
    width: calc(100% - 65px);
    padding-left: 12px;
}
#header .content-ly2 h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #278AEB;
    position: relative;
}
#header .content-ly2 h3:before{
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #278AEB;
}
#header .content-ly2 p {
    font-size: 14px;
}
.cta-ly1, .cta-ly2 {
    font-size: 20px;
    padding: 10px 39px;
    position: relative;
    font-weight: 800;
    border-radius: 12px;
    cursor: pointer;
}
.cta-ly2.cts-scroll {
    text-transform: uppercase;
    background-color: #428DFF;
    color: #fff;
}
.cta-ly2.rp-reg-package {
    text-transform: uppercase;
    background-color: #FF3014;
    color: #fff;
    margin-left: 10px;
}
.cta-ly2:hover, .cta-ly3:hover {
    box-shadow: 0 20px 5px -10px rgba(0, 0, 0, 0.4);
    transform: translateY(7px);
    transition: 0.3s;
}
.relative{position: relative}

.list-step {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.title_hight .mb {
    display: none;
}

/* end header */
@media only screen and (min-width : 768px) {
    #header {
        background-image: url(../images/img.png), url('../images/img_song.png');
        background-repeat: no-repeat;
        background-position: top right, bottom right;
        padding: 20px 0 170px;
        background-size: 55% auto, 100% auto;
    }
}
@media only screen and (max-width : 768px) {
    #header {
        background-image: url('../images/img_song.png');
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: 100% auto;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width : 767px) {
    .list-step > li {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width : 600px) {
    .ltrinh-ly1 ul{
        text-align: center;
    }
    .title_hight .mb {
        display: block;
        margin: 0 auto;
    }
    .title_hight .pc {
        display: none;
    }
}
@media only screen and (max-width : 414px) {
    .cta-ly2 {
        width: 100%;
        margin: 0 0 10px !important;
        text-align: center;
        font-weight: 700;
    }
}