* {
    padding: 0px;
    /* margin: 0px auto; */
    box-sizing: border-box;
}

p {
    margin-bottom: 0 !important;
}

.main {
    background-image: url("../access/banner.png");
    background-size: cover;
    width: 100%;
    min-height: 900px;
}

.main h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    color: cornflowerblue;
    text-align: center;
    padding: 13px;
}

form.search input.form-control {
    border-radius: 7px;
    margin-left: 10px;
}

form.search select#exampleFormControlSelect1 {
    border-radius: 7px;
}

form.search label.col-sm-3.col-form-label {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #4f4f4f;
}

.circle {
    border-radius: 50%/50%;
    /* width: 292px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-repeat: round;
    /* height: 292px; */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    width: 292px;
    height: 292px;
}

.goiCuoc_menu {
    padding: 0px 0px 0px 20px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #515151;
}

.goicuoc_menu_swipe {
    width: 259px;
    height: 298px;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.goicuoc_text {
    width: 100%;
    height: 42px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    letter-spacing: 0.02em;
    text-align: center;
}

.goicuoc_menu_swipe>div {
    padding: 0px 20px;
}

.goicuoc_menu_swipe>div>p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-align: center;
    padding: 10px 0px;
}

.boder_dotted {
    border-bottom: 1px solid #fff;
    border-style: none none dotted none;
}

.wrapper {
    display: grid;
    grid-template-areas: "btn1 btn2";
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.pagination>li>a,
.pagination>li>span {
    border-radius: 50% !important;
    margin: 0 5px;
}

.wrapper_type2>label:nth-child(1) {
    background: #fff;
    color: #da052e;
}

.button {
    background-color: #4caf50;
    /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background: linear-gradient(0deg, #00a6db 0.85%, #07bedf 4.36%, #04b5d6 13.73%, #08c9eb 51.9%, #03c2f5 97.28%);
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    border-radius: 10px;
    margin-top: 30px;
}

.footer_content {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 16px;
    width: 95%;
    margin: 25px auto;
}

.footer_content>div {
    width: calc((100% - 50px) / 4);
}

.footer_content div>p:nth-child(1) {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    background: linear-gradient( 0deg, #1f69d9 -25.58%, #105fd6 15.28%, #1462e0 29.31%, #1b67f1 60.84%, #206afc 95%, #216bff 173.32%, #1562e1 243.78%, #105fd6 280.23%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.footer_content div>p:nth-child(n+2) {
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
    padding: 3px 0;
}

.footer .xanh {
    height: 9px;
    width: 50%;
    background: linear-gradient( 0deg, #1f69d9 -25.58%, #105fd6 15.28%, #1462e0 29.31%, #1b67f1 60.84%, #206afc 95%, #216bff 173.32%, #1562e1 243.78%, #105fd6 280.23%);
}

.footer .do {
    height: 9px;
    width: 50%;
    background: linear-gradient( 0deg, #db0020 0.85%, #d40222 0.85%, #c70227 18.84%, #ce032e 28.58%, #dd0032 51.9%, #da052e 84.35%);
}

.ft_4 h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #277cbe;
}

.ft_4 img {
    height: 73px;
    width: 196px;
}

.ft_4_icon {
    width: 100%;
    display: flex;
    margin-top: 25px;
}

.ft_4_icon img {
    width: 35px;
    height: 35px;
    /* margin-right: 20px; */
}

.btn_search {
    width: 25%;
    height: 38px;
    margin-top: 24px;
}

.input_search {
    border-radius: 10px;
}

.text_chitiet {
    color: white;
}

form {
    background: white;
    /*height: 600px;*/
    width: 85%;
    margin-top: 12%;
    border-radius: 16px;
    padding: 1px 70px;
}

.datlaimmk form {
    height: 450px;
}

.col-7 form .form-group label {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #6D6B6B;
}

.b2dlmk p {
    text-align: -webkit-center;
}

form.b2dlmk {
    height: 268px;
}

.main .content_login {
    flex-direction: center;
    align-items: center;
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 64px auto 0;
    /* margin-top: 64px; */
}

.title_login p:first-child {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 37.7px;
    line-height: 50px;
    /* identical to box height, or 133% */
    letter-spacing: 2px;
    color: #FFFFFF;
}

.title_login p:last-child {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 74px;
    line-height: 90px;
    /* identical to box height, or 38% */
    color: #FFFFFF;
}

.form_login {}

.form_login h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
}

.note_mobi {
    display: none;
}

@media screen and (max-width: 1024px) {
    .form_login {
        width: 60% !important;
    }
    /*form {*/
    /*    height: 465px;*/
    /*}*/
    .title_login p:first-child {
        font-size: 26px;
    }
    .title_login p:last-child {
        font-size: 40px;
        line-height: 50px;
    }
    .link-register {
        margin-top: -10% !important;
    }
}

@media screen and (max-width: 768px) {
    .content_login {
        margin-top: 0 !important;
        display: block !important;
    }
    .title_login {
        margin-top: 30px;
        text-align: center;
        width: 100% !important;
    }
    .form_login {
        margin: auto;
        width: 70% !important;
    }
    form {
        padding: 1px 25px;
        height: unset;
    }
    .form_login h1 {
        padding-top: 22px !important;
        font-size: 22px;
        padding: 1px 25px;
    }
    form button {
        margin-bottom: 10px
    }
    .note_mobi {
        display: block;
    }
    .note_web {
        display: none;
    }
    .input-group {
        line-height: 38px;
        height: 38px;
    }
    .input-group-text {
        height: 38px;
    }
}

@media screen and (max-width: 576px) {
    .form_login {
        width: 90% !important;
        margin: 0 auto;
    }
    .title_login p:first-child {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 35px;
    }
    .title_login p:last-child {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 26px;
    }
    form {
        margin-top: 5%;
    }
}

@media screen and (max-width: 425px) {
    .input-group-text {
        width: 38px !important;
        padding: 0;
    }
    .input-group-text i {
        font-size: 18px;
    }
    .input-group-text i:last-child {
        padding: 11px;
    }
}