/*************************** DANG KY HOME ****************************/

.box_dangky_home {
    float: left;
    width: 100%;
}

.box_dangky_home_content {
    float: left;
    width: 100%;
    background: rgba(16, 155, 158, 0.7);
    border-radius: 5px;
    margin-top: -135px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0;
}

.ani_box_dangky_home_content {
    -webkit-animation: bounceInZoom 2s;
    animation: bounceInZoom 2s;
}

@keyframes bounceInZoom {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.box_dangky_title {
    float: left;
    width: 100%;
    margin: 15px 0 5px;
    font-size: 30px;
    color: #ffbe0d;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.box_dangky_text {
    float: left;
    padding: 0px 10px;
    width: calc(100% - 20px);
    margin: 0 0 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: bolder;
}

.box_dangky_form {
    float: left;
    width: calc(100% - 100px);
    margin: 10px 50px 35px;
}

.box_dangky_item {
    float: left;
    width: calc(100% / 4 - 6px);
    margin: 0 3px;
}

.box_dangky_input {
    float: left;
    display: inline-block;
    /*width: calc(100% - 30px);*/
    width: calc(100% - 0px);
    padding: 0 10px 0 20px;
    line-height: 1.5;
    color: #020d42;
    background: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    height: 50px;
}

.box_dangky_sel {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 0 10px 0 20px;
    line-height: 1.5;
    color: #020d42;
    background: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    height: 50px;
}

.box_dangky_item input::placeholder {
    color: #020d42;
}

.box_dangky_item_btn {
    float: left;
    width: 100%;
    color: #333;
    text-transform: uppercase;
    font-size: 17px;
    background: #ffbe0d;
    text-align: center;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    outline: none;
}

.btn-dang-ky-tham-quan {
    display: inline-block;
    line-height: 1.5;
    color: #333;
    position: relative;
    cursor: pointer;
    padding: 12px 45px;
    background: #fbba0d;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
    outline: none;
}

.btn-dang-ky-tham-quan:hover {
    color: #fff;
    background: #24346e;
}

.box_title {
    text-align: center;
}

.box_title code,
.box_title .box_title_line {
    float: left;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: calc(50% - 40px);
}

.box_title .box_title_line.box_title_line__dark {
    background: #24346e;
}

.box_title .box_title_line.box_title_line__light {
    background: #ffffff;
}


/*********************** footer *********************************/


/************************** DANG KY FOOTER *****************************/

.footer_right {
    float: right;
    width: calc(34% - 30px);
    margin: 0 0 0 30px;
}

.box_dangky {
    float: left;
    width: 100%;
    position: relative;
}

.box_dangky .box_dangky_home_content {
    margin-top: 0;
    padding: 30px 50px;
    width: calc(100% - 100px);
}

.box_dangky .box_title {
    padding: 0;
}

.box_dangky .box_dangky_form {
    width: 100%;
    margin: 30px 0 20px;
}

.box_dangky .box_dangky_item {
    width: 100%;
    margin: 0 0 10px;
}

.footer_top_left_content {
    list-style: none;
    padding-left: 0px;
}

.footer_top_left_content li {
    display: flex;
}

.footer_top_left_content li label {
    font-size: 0.9rem;
    color: #fff;
    margin-bottom: 10px;
}

.footer_top_left_content li img {
    width: 26px;
    height: 25px;
    margin-right: 5px;
}

#navbar-main {
    background-color: white;
    padding: 0px;
}

#navbar-main .navbar-nav .nav-link {
    color: #03a552;
}