* {
    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;
}

.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: 500px;
    width: 100%;
    margin-top: 12%;
    border-radius: 15px;
    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: 74px;
    /* 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;
    }
}

@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: 30px 25px;
        height: unset;
    }
    .form_login h1 {
        padding-top: 22px !important;
        font-size: 22px;
        padding: 1px 25px;
    }
    form button {
        margin-bottom: 40px;
    }
    .note_mobi {
        display: block;
    }
    .note_web {
        display: none;
    }
    .input-group {
        line-height: 38px;
        height: 38px;
    }
    .input-group-text {
        height: 38px;
    }
    .form-control {
        height: 38px;
        line-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: 20px;
    }
    .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;
    }
    .form-control {
        font-size: 11px;
    }
    .form-group label {
        font-size: 11px;
    }
}

/* Modal */

.modal {
    overflow: inherit;
    overflow-y: inherit;
    text-align: center;
    padding: 0;
}

.modal:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    margin-top: 15px;
    display: flex;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    width: 590px;
    height: 345px;
    border: 0;
    border-radius: 0;
}

#myModal_thongbao .modal-content {
    height: 230px;
    border: 0;
    border-radius: 0;
}

.modal-header {
    border: 0;
    padding: 0;
    position: relative;
}

.modal-header .close {
    margin: 0;
    position: absolute;
    top: -30px;
    right: -24px;
    width: 53px;
    height: 53px;
    border-radius: 50px;
    background: linear-gradient(0deg, #DB0020 0.85%, #D40222 0.85%, #C70227 18.84%, #CE032E 28.58%, #DD0032 51.9%, #DA052E 84.35%);
    color: white;
    /* font-size: 9px; */
    opacity: 1;
    z-index: 10;
    padding: 0 0 7px 0;
    border: none;
}

.modal-content p {
    padding: 0 20px;
}

.modal-content .modal_title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 0px;
    color: #37A1FF;
    margin: 68px;
}

.modal-content .btn_laymaopt {
    background: linear-gradient(180deg, #37A1FF 0%, #1278D2 100%);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.lineInputdangky {
    width: 90%;
    margin: 20px auto;
}

.modal-content .line_input {
    height: 60px;
}

.phone-input {
    border-left: 0;
}

.phone-icon {
    height: 60px;
    background: white;
}

.input-group-text {
    height: 60px;
}

.input-group {
    margin-left: -2px;
}

.input-group-text {
    background: white;
}

.input-group-btn {
    height: 100%;
    border: none;
    width: 120px;
    margin-left: 20px;
    background: linear-gradient(180deg, #37A1FF 0%, #1278D2 100%);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: white;
}

.modal-content .btn_dangky {
    font-size: 22px;
    border: none;
    color: white;
    height: 70px;
    width: 100%;
    background: linear-gradient(0deg, #DB0020 0.85%, #D40222 0.85%, #C70227 18.84%, #CE032E 28.58%, #DD0032 51.9%, #DA052E 84.35%);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

@media screen and (max-width: 1024px) {
    .goicuoc_menu_swipe1 {
        width: 40% !important;
    }
    .goicuoc_menu_swipe {
        width: 230px;
    }
    .modal-content {
        width: 100%;
        height: 400px;
    }
    .modal-content .modal_title {
        font-size: 31px;
        line-height: 31px;
        margin: 40px;
    }
    .lineInputdangky {
        width: 100%;
    }
    .modal-content .line_input {
        height: 40px;
    }
    .phone-icon {
        height: 40px;
        background: white;
    }
    .input-group-text {
        height: 40px;
    }
    .input-group-text i {
        font-size: 27px;
    }
    .modal-content .btn_dangky {
        height: 50px;
    }
    .button {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .goicuoc_menu_swipe1 {
        width: 50%;
        margin: 0 auto;
        min-width: 333px;
        height: 471px;
    }
    .chitiet_simso {
        display: block !important;
    }
    .btn_dangkygoicuoc {
        width: 90%;
    }
    .goicuoc_menu_swipe1>div>p {
        font-size: 23px;
        line-height: 55px;
    }
    .goicuoc_chitiet {
        width: 100% !important;
    }
    .goicuoc_menu_swipe {
        width: 100%;
        min-width: 114px;
        min-height: 168px;
        margin: 0 5px;
        height: 220px;
    }
    .goicuoc_menu_swipe img {
        width: 100%;
    }
    .goicuoc_text {
        font-size: 19px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: bold;
        line-height: 23px;
        text-decoration-line: underline;
    }
    .goicuoc_menu_swipe .detail_simso p {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: bold;
        font-size: 13px;
        line-height: 26px;
        color: #FFFFFF;
    }
    .btn1 {
        width: 90%;
        grid-area: btn1;
        border: 2px solid #fff;
        border-radius: 50px;
        padding: 5px 0px;
        position: relative;
        text-align: center;
        grid-column: 6 / 8;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
        background: linear-gradient(0deg, #00A6DB 0.85%, #07BEDF 4.36%, #04B5D6 13.73%, #08C9EB 51.9%, #03C2F5 97.28%);
        z-index: 10;
        color: #fff;
        font-size: 12px;
    }
    .goicuolienquan {
        width: 95%;
        margin: 20px auto;
        position: relative;
        border: 3px #07BEDF solid;
        border-radius: 10px;
    }
    .title_goicuoclienquan {
        background: linear-gradient( 0deg, #DB0020 0.85%, #D40222 0.85%, #C70227 18.84%, #CE032E 28.58%, #DD0032 51.9%, #DA052E 84.35%);
        border-radius: 8px;
        /* background: #0065FF; */
        top: -18px;
        position: absolute;
        display: block;
        text-align: center;
        color: #ffff;
        font-weight: bold;
        font-size: 15px;
        line-height: 40px;
        font-family: ''Open Sans'';
        font-style: normal;
        left: 19px;
        padding: 0 5px;
    }
    .goicuoc_menu_swipe>div>p {
        font-size: 14px;
        line-height: 25px;
        padding: 0;
        margin: 0 auto;
    }
    .wrapper1 {
        width: 100%;
        display: block;
        text-align: center;
    }
    .btn2 {
        display: none;
    }
    #registerForm_content>div {
        margin: 0;
        height: 160px;
    }
    .modal-content {
        top: 60px;
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .input-group-prepend span {
        display: none;
    }
    #registerForm_content {
        background: url('../access/bg_boot.svg') no-repeat;
        background-size: cover;
        height: 160px;
    }
    #registerForm_content>div {
        padding-top: 10px
    }
    #registerForm_content div p {
        font-size: 19px;
        line-height: 19px;
        margin: 5px 35px;
    }
    #registerForm_content div h4 {
        font-size: 11px;
        line-height: unset;
        margin: 0 35px;
    }
    #registerForm_content div div h4:nth-child(3) {
        padding: 0;
    }
    #registerForm_content div button {
        margin: 5px 35px;
    }
    #registerForm_content div .button {
        height: 36px;
        padding: 0 5px;
        background: linear-gradient(0deg, #DB0020 0.85%, #D40222 0.85%, #C70227 18.84%, #CE032E 28.58%, #DD0032 51.9%, #DA052E 84.35%);
    }
    .modal:before {
        display: unset;
    }
    .modal-header .close {
        width: 35px;
        height: 35px;
        top: -18px;
        right: -11px;
    }
    .modal-header .close span {
        font-size: 21px !important;
    }
}

@media screen and (max-width: 425px) {
    #registerForm_content div p {
        margin: 0 0 0 20px;
    }
    #registerForm_content div h4 {
        margin: 0 0 0 20px;
    }
    .goicuoc_menu_swipe:last-child {
        display: none;
    }
    .goicuoc_menu_swipe {
        min-width: unset;
        height: 168px;
    }
    .goicuoc_text {
        top: 34px !important;
    }
    .goicuoc_menu_swipe .detail_simso p {
        font-size: 11px;
    }
    .btn1 {
        height: 25px;
        line-height: 25px;
        padding: 0;
    }
    .modal-content .modal_title {
        font-size: 23px;
        line-height: 31px;
        margin: 18px;
    }
    .input-group-btn {
        font-size: 12px;
        width: 72px;
        margin-left: 5px;
    }
}

.btn-login {
    background-color: #0065FF;
    border-color: #0065FF;
}