html {
    font-size: 14px;
}

body {
    padding-top: 0;
}

.bg-top {
    background-color: #F06D3E;
    min-height: 20px;
    border-bottom: 2px solid #2D579D;
}

.navbar {
    border-bottom: 2px solid #2D579D;
}

#content {
    margin-top: 25px;
}

footer.copyright {
    background-color: #F06D3E;
    line-height: 60px;
    padding-bottom: 10px;
    margin-top: 10px;
    border-top: 4px solid #2D579D;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.navbar-brand>img {
    max-height: 90px;
}

label.col-form-label {
    padding-right: 0;
    font-weight: bold;
}

.input-group-addon {
    /*color: #275cb2;*/
    padding: .6rem .5rem;
    min-width: 35px;
}

@media (min-width: 1200px) {
    .container {
        width: 1080px;
        max-width: 100%;
    }
}

#content h1 {
    text-align: center!important;
    color: #FD6D26;
}

fieldset {
    border: none;
    text-align: left;
    margin-left: 5px;
    margin-top: 5px;
    box-shadow: 1px solid rgba(63, 104, 145, .3);
}

.number {
    background: #3F6894;
    color: #FEFBFB;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 1em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 15px 15px 15px 0px;
}

legend {
    color: #3F6894;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 5px;
    text-shadow: 0 0 1px rgba(63, 104, 145, .5);
    border-bottom: 2px solid rgba(63, 104, 145, .5);
}

.loading img {
    max-width: 100px;
}


/*.row{
  padding-top: 15px;
}*/


/*.form-control{
  border:none;
  padding-left: 0;
  border-bottom: 1px solid;
  border-radius: 0;
  background-color: transparent;
}
.form-control:focus{
    color: #464a4c;
    background-color: transparent;
    border-bottom:  2px solid #5cb3fd;
    font-style: italic;
    outline: 0;
}*/


/*form dang ky 2018*/

#title_form_online {
    width: 100%;
    padding-left: 1px;
    float: left;
    float: left;
    margin-bottom: 10px;
}

#border_tittle {
    height: 29px;
    border-bottom: 1px solid #f9a990;
}

#pre_title_head {
    width: auto;
    float: left;
    font-family: 'ubuntubold', 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #2D579D;
    border-bottom: 4px solid #F06D3E;
    text-transform: uppercase;
    height: 32px;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    flex-direction: unset;
}

a.btn {
    margin-left: 10px;
    margin-right: 10px;
}

.btn-copy {
    text-align: center;
    cursor: pointer;
}

.btn-copy:hover i {
    color: #0275d8;
}

.box {
    padding-right: 7px;
    padding-left: 7px;
    list-style: none;
}

ul.wrapper {
    -webkit-padding-start: 0;
    margin-top: 10px;
}

.box .item {
    display: block;
    background-color: #142b50;
    border-top: 4px solid #FECB3F;
    padding: 15px 20px;
    min-height: 160px;
    margin-bottom: 15px;
    transition: all 0.2s;
}

.box .item:hover {
    text-decoration: none;
    background-color: rgba(254, 203, 63, .6)
}

.box .item:hover h2 {
    color: #2D4660;
}

.box .item:hover h3 {
    color: #2D4660;
}

.box .item h2 {
    text-transform: uppercase;
    color: #F06D3E;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
    ;
    margin-bottom: 7px;
}

.box .item h3 {
    color: #eaeaea;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
}

@media (min-width: 576px) {
    #modal-hoso .modal-dialog {
        max-width: 800px;
        margin: 30px auto;
    }
}

#modal-hoso h3 {
    margin-bottom: 20px;
}

#modal-hoso .input-group-addon {
    min-width: 100px;
}

@media (max-width: 992px) {
    .fb-page.fb_iframe_widget {
        display: none;
    }
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, .6)!important;
}

@media (max-width: 768px) {
    .container {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
    .navbar .container {
        text-align: center;
    }
    .navbar .container h1 {
        font-size: 2em;
    }
    #content .col-lg-8,
    .navbar .container .col-md-8 {
        padding: 0;
    }
}