.title-header-1 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: normal;
    text-align: left;
    color: #111183;
}

.content {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: normal;
    color: #333333;
    text-align: justify;
}

.display-flex {
    display: flex;
}

.slick-track {
    display: flex;
    align-items: center;
    max-height: calc(100% - 40px);
}

.wrap-login-form {
    background-color: transparent;
    box-shadow: none;
    border-radius: 4px;
    border: solid 2px #111183;
    padding: 20px;
}

.card {
    box-shadow: none;
    background: transparent;
}

.card-body {
    background-color: transparent;
    padding: 0;
}

.btn-login {
    background-color: #111183 !important;
    border-radius: 7px !important;
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
}

.input-item {
    font-size: 14px;
    padding: 10px 15px;
    height: 42px;
    border-radius: 4px;
    border: solid 1px #000000;
    background-color: #ffffff;
}

.item-slider {
    padding-left: 20px;
    padding-right: 20px;
}

.slick-arrow {
    border: none;
    position: absolute;
    bottom: 50%;
    background-color: transparent;
    transform: translateY(50%);
    outline: none;
    border-radius: 5px;
    width: 33px;
    height: 35px;
    padding: 0;
}

.slick-arrow:hover,
.slick-arrow:focus {
    background-color: rgba(0, 179, 240, .24);
    outline: none;
}

.slick-arrow img {
    width: 11px;
    height: auto;
}

.slick-arrow.slick-prev {
    left: 10px;
    z-index: 9999;
}

.slick-arrow.slick-next {
    right: 10px;
    z-index: 9999;
}

.brand-sliders {
    background-color: #F7F7F7;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 90px;
    max-height: 160px;
}

.brand-sliders .item-slider {
    height: calc(100% - 40px);
}

.brand-sliders .slick-list {
    width: calc(100% - 36px);
    left: 18px;
}

.slick-arrow.slick-prev {
    left: 1px !important;
}

.slick-arrow.slick-next {
    right: 1px !important;
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    overflow: hidden;
}

.slick-dots li button:before {
    content: '';
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 13px;
    height: 13px;
    display: block;
    border: 1px solid #113F87;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    background-color: #113F87;
}

.logo {
    width: 260px;
    height: auto;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-20 {
    margin-bottom: 20px;
}

.header {
    height: 80px;
    background-image: linear-gradient(to right, #FFFFFF, #B3B3B3);
    display: flex;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.footer {
    background-color: #113F87;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px;
}

.icon-footer {
    min-width: 24px;
    height: auto;
    width: 24px;
}

.image-icon {
    margin-right: 12px;
}

.sub-item {
    margin-bottom: 10px;
}

.white-color {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: left;
}

.white-color:hover {
    color: #ffffff;
}

.title-footer-item {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.34;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.sub-item {
    display: flex;
}

.copyright {
    border-top: 1px solid #ffffff;
}

.copyright span {
    color: #ffffff;
    margin-top: 10px;
    font-size: 10px;
}

.red {
    color: #FF0000;
}

.first-item {
    /*min-height: 100px;*/
}

@media only screen and (max-width: 768px) {
    .login-box {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1700px){
    .footer {
        margin-top: 60px;
    }
}
