﻿/**
* Template Name: Arsha - v4.7.1
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1220px;
    }
}

.color-danger {
    color: #CD1125;
}

@font-face {
    font-family: Quicksand-Light;
    src: url("fonts/Quicksand-Light.ttf");
}

@font-face {
    font-family: Quicksand-Bold;
    src: url("fonts/Quicksand-Bold.ttf");
}


@font-face {
    font-family: Quicksand-Regular;
    src: url("fonts/Quicksand-Regular.ttf");
}

@font-face {
    font-family: Quicksand-SemiBold;
    src: url("fonts/Quicksand-SemiBold.ttf");
}

@font-face {
    font-family: Quicksand-VariableFont_wght;
    src: url("fonts/Quicksand-VariableFont_wght.ttf");
}

@font-face {
    font-family: Quicksand-Medium;
    src: url("fonts/Quicksand-Medium.ttf");
}

.Quicksand-Bold {
    font-family: 'Quicksand-Bold';
}

.Quicksand-Regular {
    font-family: 'Quicksand-Regular';
}

.Quicksand-SemiBold {
    font-family: 'Quicksand-SemiBold';
}

.Quicksand-Medium {
    font-family: 'Quicksand-Medium';
}

.Quicksand-Light {
    font-family: 'Quicksand-Light';
}
.f-size12 {
    font-size: 12px;
}
.f-size13 {
    font-size: 13px;
}
.f-size14 {
    font-size: 14px;
}
.f-size15 {
    font-size: 15px;
}
.f-size16 {
    font-size: 16px;
}
.f-size17 {
    font-size: 17px;
}
.f-size18 {
    font-size: 18px;
}
.f-size19 {
    font-size: 19px;
}

.f-size20 {
    font-size: 20px;
}

.f-size22 {
    font-size: 22px;
}

.f-size24 {
    font-size: 24px;
}

.f-size26 {
    font-size: 26px;
}

.f-size28 {
    font-size: 28px;
}

.f-size30 {
    font-size: 30px;
}

.f-size32 {
    font-size: 32px;
}

.f-size34 {
    font-size: 34px;
}

.f-size36 {
    font-size: 36px;
}


.pl-1px {
    padding-left: 1px;
}

.pl-2px {
    padding-left: 2px;
}

.pl-3px {
    padding-left: 3px;
}

.pl-5px {
    padding-left: 5px;
}

.pl-8px {
    padding-left: 8px;
}

.pl-12px {
    padding-left: 12px;
}

/*pr*/
.pr-1px {
    padding-right: 1px;
}

.pr-2px {
    padding-right: 2px;
}

.pr-3px {
    padding-right: 3px;
}

.pr-5px {
    padding-right: 5px;
}

.pr-8px {
    padding-right: 8px;
}

.pr-12px {
    padding-right: 12px;
}

/*pt*/
.pt-1px {
    padding-top: 1px;
}

.pt-2px {
    padding-top: 2px;
}

.pt-3px {
    padding-top: 3px;
}

.pt-5px {
    padding-top: 5px;
}

.pt-8px {
    padding-top: 8px;
}

.pt-12px {
    padding-top: 12px;
}

/*pb*/
.pb-1px {
    padding-bottom: 1px;
}

.pb-2px {
    padding-bottom: 2px;
}

.pb-3px {
    padding-bottom: 3px;
}

.pb-5px {
    padding-bottom: 5px;
}

.pb-8px {
    padding-bottom: 8px;
}

.pb-12px {
    padding-bottom: 12px;
}

.collor000000 {
    color: #000;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    /* font-family: "Open Sans", sans-serif; */
    font-family: 'Quicksand',sans-serif;
    color: #444444;
    font-size: 14px
}

a {
    color: #47b2e4;
    text-decoration: none;
}

    a:hover {
        color: #CD1125;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Quicksand", sans-serif;
    /* font-family: 'Quicksand'; */
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #37517e;
        border-top-color: #fff;
        border-bottom-color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #5256E8;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #5256E8;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 0 0 0 0;
    background: #fff;
    position: sticky;
}

    #header.header-scrolled, #header.header-inner-pages {
        background: #fff;
    }

    #header .logo {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #fff;
        }

        #header .logo img {
            max-height: 40px;
        }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
    display: inline-block;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 45px 18px 0;
        font-size: 16px;
        font-weight: 500;
        color: #333333;
        white-space: nowrap;
        transition: 0.3s;
        font-family: Quicksand-SemiBold;
    }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: #CD1125;
        }

    .navbar .getstarted, .navbar .getstarted:focus {
        padding: 8px 20px;
        margin-right: 30px;
        border-radius: 50px;
        color: #fff;
        font-size: 14px;
        border: 2px solid #47b2e4;
        font-weight: 600;
    }

        .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
            color: #fff;
            background: #31a9e1;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 16px;
            text-transform: none;
            font-weight: 400;
            color: #333333;
            font-style: normal;
            font-family: Quicksand-Regular;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                color: #47b2e4;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

.dangky-nhucau {
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
    color: #333333;
    padding: 8px 16px;
    display: inline-block;
    float: right;
    height: 42px;
    background: #FED385;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #000;
    font-size: 38px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #ff000f;
    }

@media (max-width: 991px) {
    .navbar a, .navbar a:focus {
        padding: 18px 9px 18px 0px;
    }
}

@media (max-width: 768px) {
    .mobile-nav-toggle {
        display: block;
        margin-top: 10px;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(40, 58, 90, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 0px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #37517e;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #47b2e4;
        }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: 15px;
        color: #37517e;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #47b2e4;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    /* height: 80vh; */
    height: 664px;
    background: #fff;
    margin-bottom: -10px;
}

    #hero h2 {
        margin: 0 0 32px 0;
        color: #FFFFFF;
        font-family: 'Quicksand';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        /*line-height: 60px;*/
        display: flex;
        align-items: center;
        font-size: 36px;
        /*width: 675px;
        height: 144px;
        font-family: 'Quicksand';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 48px;
   
        color: #FFFFFF;
        
        flex: none;
        order: 0;
        flex-grow: 0;*/
    }

    #hero h3 {
        color: #ffffff;
        margin-bottom: 25px;
        font-family: 'Quicksand';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
    }

    #hero .btn-get-started {
        /* font-family: "Jost", sans-serif; */
        font-family: "Quicksand", sans-serif;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 9px 40px 10px 0px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 0 0 0 0;
        color: #fff;
        text-transform: uppercase;
    }
    /* #hero .btn-get-started:hover{ color:bisque;}*/

    #hero .btn-watch-video {
        font-size: 16px;
        display: flex;
        align-items: center;
        transition: 0.5s;
        margin: 10px 0 0 25px;
        color: #fff;
        line-height: 1;
    }

        #hero .btn-watch-video i {
            line-height: 0;
            color: #fff;
            font-size: 32px;
            transition: 0.3s;
            margin-right: 8px;
        }

        #hero .btn-watch-video:hover i {
            color: #47b2e4;
        }

    #hero .animated {
        animation: up-down 2s ease-in-out infinite alternate-reverse both;
    }

.intruction-home {
    float: right;
    margin-top: 9px;
}

@media (max-width: 991px) {
    #hero {
        text-align: center;
    }

        #hero .animated {
            -webkit-animation: none;
            animation: none;
        }

        #hero .hero-img {
            text-align: center;
        }

            #hero .hero-img img {
                width: 50%;
            }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .hero-img img {
        width: 70%;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }

    #hero .btn-get-started {
        font-size: 16px;
        padding: 10px 24px 11px 24px;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 0 0;
    overflow: hidden;
}

.section-bg {
    /* background-color: #f3f5fa; */
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}




    /* .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
} */

    .section-title p {
        margin-bottom: 0;
    }


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f3f5fa;
    min-height: 40px;
    margin-top: 72px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 68px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #37517e;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

    .breadcrumbs ol li + li {
        padding-left: 10px;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            color: #4668a2;
            content: "/";
        }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site_warp {
    border-bottom: 1px solid #D6D6D6;
}

.site_wg {
    background-color: white;
    height: 96px;
    flex-wrap: wrap;
    display: flex;
    padding: 16px 0;
}

.site_warp .t_logo {
    flex: 0 0 auto;
    width: 60%;
    height: 63px;
}

.site_warp .t_name {
    flex: 0 0 auto;
    width: 65%;
    vertical-align: center;
    padding: 20px 0 10px 11px;
}

.t_btn {
    flex: 0 0 auto;
    width: 40%;
    padding: 10px 0 10px 11px;
    text-align: right;
}

.site_warp .t_name h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    align-items: center;
    text-transform: uppercase;
    color: #006E9D;
    margin: 0;
    padding: 0;
    font-family: 'Quicksand-SemiBold';
}


.btn_1 {
    border: 1px solid #006E9D;
    padding: 12px 15px 14px 15px;
    color: #006E9D;
    border-radius: 10px;
    cursor: pointer;
    height: 42px;
    font-size: 16px;
    display: inline;
    white-space: nowrap;
    font-family: Quicksand-Regular;
    transition: 0.3s;
}

    .btn_1 img {
        margin-right: 10px;
        color: #006E9D;
    }


.btn-login-home {
    margin-left: 22px;
}

@media (max-width: 991px) {
    .site_warp .t_logo {
        width: 60%;
    }

    .site_warp .t_name h1 {
        font-size: 13px;
    }

    .site_warp .t_name {
        width: 65%;
        padding: 20px 0 26px 11px;
    }

    .t_btn {
        width: 40%;
        padding: 12px 0 26px 0;
    }
}



@media (max-width: 768px) {

    .site_warp .t_logo {
        width: 100%;
    }

    .site_warp .t_name {
        display: none;
    }

    .t_btn {
        width: 100%;
        margin: 10px;
    }

    .col-search {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .col-xs-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xs-2 {
        flex: 0 0 auto;
        width: 16.66666666%;
    }
    .col-xs-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xs-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xs-5 {
        flex: 0 0 auto;
        width: 41.66666666%;
    }
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xs-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xs-8 {
        flex: 0 0 auto;
        width: 66.66666666%;
    }
    .col-xs-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xs-11 {
        flex: 0 0 auto;
        width: 91.66666666%;
    }
    .col-xs-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}


.site_navbar {
    height: 58px;
    padding: 0 16px;
}

.ss_content {
    display: block;
    width: 100%;
    /*background: linear-gradient(90deg, #5256E8 0%, #00C3DE 100%);*/
    background: linear-gradient(90deg, #4B4FE3 0%, #04B4CC 100%);
    color: #333;
    padding-top: 15px;
    height: 664px;
    background-image: url('../img/hero_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.ss_content2 {
    float: left;
    width: 100%;
    background: linear-gradient(90deg, #4B4FE3 0%, #04B4CC 100%);
    color: #333;
    /*padding-top: 15px;*/
    height: 409px;
    background-image: url('../img/bg_hoso.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.thongtinhs {
    background-color: #fff;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px !important;
    padding-top: 35px;
    margin-top: -279px;
    margin-bottom: 53px;
}


.ss_ct {
    padding-top: 70px;
}

.form-search {
    justify-content: center;
    text-align: center;
    padding: 10px 0;
    width: 150px;
}

    .form-search .form-group {
    }

        .form-search .form-group .input-group-addon img {
            padding-top: 5px;
        }

        .form-search .form-group .form-control,
        .form-search .form-group .form-control:focus {
            border: 0;
            box-shadow: none;
        }

.ss_login {
    margin-top: 40px;
    /*background: #5256E8;*/
    background: #006E9D;
    border-radius: 10px;
    width: 462px;
    margin-left: auto;
    margin-right: 0;
    padding: 50px;
}

    .ss_login h4 {
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 37px;
        letter-spacing: -0.35px;
        color: #FFFFFF;
        margin-bottom: 40px;
        text-align: left;
    }

.login_form .finput {
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 25px;
}

.login_form .input-group-addon img {
    padding: 8px 0px 8px 12px;
}

.login_form .input-group-prepend {
    background: #FFFFFF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 0;
}

.login_form .form-check-input[type=checkbox] {
    border-radius: 16px;
}

.login_form .form-check {
    margin-bottom: 20px;
}

.login_form .txt-login {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: Quicksand-Regular;
}

.login_form .form-control,
.login_form .form-control:focus {
    background: #FFFFFF;
    border: 0 !important;
    box-shadow: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.text-left {
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
.xemthoigian {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #333333 !important;
}

    .xemthoigian:hover {
        color: #333333 !important;
    }

.text-right {
    text-align: right;
}

.login_form .btn {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    background: #FED385;
    border-radius: 10px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #3F3B3B;
    padding: 10px 10px;
    /*font-family: 'Quicksand-SemiBold';*/
}

.login_form .btn {
    margin-bottom: 15px;
}

.login_form .txt_n {
    margin-bottom: 20px;
}

    .login_form .txt_n p, .login_form .txt_n a {
        color: #ffffff;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

    .login_form .txt_n a {
        margin-left: 4px;
        font-family: Quicksand-SemiBold;
    }

.ss_step {
    display: inline-block;
    width: 100%;
    margin-top: -25px;
}

    .ss_step .fstep {
        background: #FFFFFF;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
    }

        .ss_step .fstep p {
            color: #333333;
            margin-bottom: 0;
            font-size: 15px;
            font-size: 20px;
            font-weight: 500;
        }

            .ss_step .fstep p .p1 {
                font-size: 24px;
                line-height: 24px;
            }


        .ss_step .fstep .fstep_child {
            padding: 20px 23px;
        }

            .ss_step .fstep .fstep_child:nth-child(0),
            .ss_step .fstep .fstep_child:nth-child(1),
            .ss_step .fstep .fstep_child:nth-child(2),
            .ss_step .fstep .fstep_child:nth-child(3) {
                border-right: 1px solid #D6D6D6;
            }

@media (max-width: 991px) {
    #hero, .ss_content {
        height: auto;
        padding-bottom: 65px;
    }

    #hero {
        position: relative;
        overflow: visible;
    }

    .ss_ct {
        padding-top: 25px;
    }

    .ss_login {
        width: auto;
    }


    .ss_step {
        bottom: 25px;
    }

        .ss_step .fstep .fstep_child {
            padding: 12px 36px;
        }

        .ss_step .fstep p {
            font-size: 13px;
        }
}

@media (max-width: 768px) {
    #hero, .ss_content {
        height: auto;
    }

    .ss_login {
        padding: 15px;
        margin: 0 15px;
    }

    .ss_step {
        display: none;
    }
}

.section-block {
    padding-bottom: 40px;
}

.section-title {
    padding: 70px 0 58px;
}

.section-title2 {
    padding: 50px 0 58px;
}

/*.section-title h2 {
        font-size: 32px;
        font-weight: bold;
       
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #37517e;
    }*/
.section-title h2 {
    color: #000000;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.col-5 {
    width: 20%;
}

.bl_child .bl_child_img {
    padding: 30px 25px;
    background: #E5F7FF;
    border-radius: 8px;
    text-align: center;
    vertical-align: center;
}

.bl_child .bl_child_title {
    padding: 8px 20px 25px 20px;
    text-align: center;
    color: #000000;
}


.section-block .col-5 {
    margin-bottom: 15px;
}

    .section-block .col-5 label {
        font-weight: 500;
        height: 30px;
        font-size: 18px;
    }

@media (max-width: 991px) {
    .section-title {
        padding: 30px 0 50px;
    }
}

@media (max-width: 768px) {

    .section-block .col-5 {
        width: 33.333%;
    }
}

@media (max-width: 500px) {

    .section-block .col-5 {
        width: 50%;
        height: 212px;
    }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    font-size: 14px;
    background: #f4f4f4;
    /*background-image: url(../img/Shape.png);*/
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 41px 0;
}



footer .bx {
    color: #AFAFAF;
}


footer .footer_links {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px 36px 32px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}

    footer .footer_links ul,
    footer .footer_links ul li {
        list-style: none;
        padding-left: 0;
    }

        footer .footer_links ul li:nth-child(1) {
            padding-bottom: 15px;
        }

        footer .footer_links ul li a {
            font-size: 16px;
            font-weight: 400;
            color: #0A142F;
        }

        footer .footer_links ul li i {
            width: 16px;
        }

        footer .footer_links ul li a span {
            font-size: 16px;
            color: #FD1B3A;
            padding-left: 5px;
            font-weight: 700;
        }

footer .app_links {
    overflow: visible;
    white-space: nowrap;
}

    footer .app_links p {
        color: #000;
        font-size: 16px;
        margin-bottom: 15px;
    }

    footer .app_links a:nth-child(2) {
        margin-left: 20px;
    }

footer .footer_as {
    border-bottom: 1px solid rgb(43 61 81 / 20%);
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    background-image: url(../img/Shadow.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

    footer .footer_as p {
        color: #0A142F;
        line-height: 18px;
        margin: 0;
        padding: 0;
    }

footer .footer_copy p {
    color: #0A142F;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

footer .footer_copy a {
    color: #0A142F;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

    footer .footer_copy a:nth-child(2) {
        margin-left: 20px;
    }


/*ho so*/
.cssHoSo {
    background: rgba(242, 242, 242, 0.9);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0;
    line-height: 36px;
}

.btn-tracuu {
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin-top: 29px !important;
}
/*end ho so*/
@media (max-width: 768px) {
    .footer_links {
        padding: 20px 36px 32px;
    }

    footer .footer_links ul li,
    footer .app_links p,
    footer .app_links a {
        justify-content: center;
        display: flex;
    }

    footer .app_links {
        white-space: normal;
    }

        footer .app_links a:nth-child(1) {
            padding-bottom: 16px;
        }

        footer .app_links a:nth-child(2) {
            margin-left: 0;
        }

    .app_links.justify-content-end {
        padding-top: 25px;
        justify-content: center !important;
    }
}


/* message login*/
.message-login {
    position: absolute;
}

.txt-message {
    color: #0085FF;
    font-weight: 400;
}

.css-close {
    display: inline-block;
    color: #fff;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
}

.modalcustom {
    top: 150px;
}

.modal-dialog-custom {
    margin: 3.5rem auto;
}

.border-radius {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.modal-content-custom {
    width: 570px;
}
/*end message login*/

/* form dang ky*/
.title-form {
    font-weight: 500;
    font-size: 30px;
    line-height: 41px;
    color: #006E9D;
    margin-top: 41px;
    margin-bottom: 0;
}

label.required:after {
    content: " (*)";
    color: red;
}

.form-label-custom {
    font-weight: 500;
    color: #333333;
}

.form-control-custom {
    background: #F2F2F2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 0;
    font-size: 12px;
    line-height: 39px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Quicksand-Medium;
}

.modal-dangky {
    padding-top: 30px;
}

.form-group-dangky {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
}

.form-group-dangky2 {
    margin-top: 43px;
    margin-bottom: 26px;
}

.btn-dangky, .btn-dangky:visited, .btn-dangky:focus {
    background: #006E9D;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    width: 335px;
    padding: 0;
    border: 0;
}

    .btn-dangky:hover {
        background: #0593d0;
    }

.cssLinkDangKy {
    color: #00628C;
    font-size: 12px;
}

.color-FF3B30 {
    color: #FF3B30;
}

input[type=text]:focus, input[type=text]:visited {
    outline: none;
}

.thongtinhoso_noidung {
    display: inline-block;
    width: 100%;
}

.head_thongtinhoso {
    margin: 50px 0 32px auto;
    font-size: 30px;
    line-height: 41px;
    color: #FFFFFF;
    text-align: center !important;
    width: auto;
    font-family: 'Quicksand-Medium';
}



/*end form dang ky*/


/*form hỏi đáp gop y*/
.gopy-contain {
    width: 100%;
    display: block;
    margin: 0px auto;
}

.btn-gopy, .btn-gopy:visited, .btn-gopy:focus {
    background: #5256E8;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    width: 335px;
    padding: 0;
    border: 0;
    margin-top: 48px;
    margin-bottom: 56px;
    font-family: Quicksand-Medium;
}

    .btn-gopy:hover {
        background: #0593d0;
    }

.form-label-hoidap-gopy {
    font-family: Quicksand-Medium;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}
/* end form hoi dap gop y*/
@media (min-width: 1000px) {
    .modal-dang {
        max-width: 970px;
    }
}



@media (max-width: 767px) {
    .gopy-contain {
        width: 100%;
    }
}

/*end form dang ky*/

/*tra cuu ho so*/
.tracuuhoso-form {
    padding-left: 7%;
    padding-right: 7%;
}

.tracuuhoso-crumb {
    height: 384px;
}

.tracuuhoso-title2 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    display: block;
    font-family: Quicksand-Light;
    margin-bottom: 38px;
}

.btn-tracuu-info {
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin-top: 29px !important;
    font-size: 18px;
    color: #3F3B3B;
    font-family: Quicksand-Regular;
}
/* end tra cuu ho so*/


.form-custom-input {
    position: relative;
    width: 100%;
    margin-top: 4px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-family: Quicksand-Medium;
}

.status-khongduyet2 {
    font-size: 12px;
    font-family: Quicksand-Regular;
    color: #FF0000;
}

.status-khongduyet {
    font-size: 16px;
    font-family: Quicksand-Regular;
    color: #FF0000;
}

    .status-khongduyet img {
        display: inline-block;
        padding-right: 12px;
    }

.help-block {
    color: #CD1125;
}

.invalid-feedbackEmail {
    color: red;
    font-size: 12px;
    padding-top: 6px;
}

.invalid-feedbackEmail {
    display: none;
}

.is-invalid2 {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e) !important;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


.btn-hoso {
    display: inline-block;
    line-height: 36px;
    padding: 0px 18px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.btn-hoso-detail {
    background: #006E9D;
}

.btn-hoso-quytrinh {
    background: #EDA519;
}



.tableTraCuu thead tr th {
    font-size: 16px;
    background: #EFEFEF;
    font-weight: 700;
}

.tableTraCuu tbody tr td {
    font-size: 16px;
    font-family: Quicksand-Regular;
}

.tableTraCuu tbody {
    border-color: #EFEFEF !important;
}



    .tableTraCuu tbody tr td {
        vertical-align: middle;
    }

.tableTraCuu {
    margin-bottom: 60px;
    min-width: 900px;
}
/* end tra cuu ho so*/

.form-custom-input {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 4px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-family: Quicksand-Medium;
}

.tableQuyTrinh tbody tr td {
    color: #000000;
}

.img-accept {
    display: inline-block;
    padding-right: 10px;
}

.status-cancel img {
    display: inline-block;
    padding-right: 10px;
}

.status-cancel {
    color: #FF0000;
    font-size: 16px;
}


/*form các câu hỏi thường gặp*/
.cauhoi-contain {
    width: 88%;
    display: block;
    margin: 0px auto;
}

.lst-menuleft {
    padding-left: 0;
}

.thongtin-cauhoi {
    background-color: #fff;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px !important;
    padding: 58px 62px 0 62px;
    margin-top: -190px;
    margin-bottom: 53px;
}

.search_box-cauhoi {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
}

#txtKeyword {
    width: 90%;
    background-color: #E9F3FA;
    border-radius: 10px;
    border: none;
    line-height: 46px;
    font-family: Quicksand-Medium;
    padding-left: 10px;
}

.btn-cauhoithuonggap {
    padding-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: none;
    border: none;
    width: 58px;
}

#txtKeyword::placeholder {
    color: #959393 !important;
    font-family: Quicksand-Regular;
}

#txtKeyword:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #959393;
    font-family: Quicksand-Regular;
}

#txtKeyword::-ms-input-placeholder { /* Microsoft Edge */
    color: #959393;
    font-family: Quicksand-Regular;
}


.category-question-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 10px;
    margin: 16px auto;
    color: #000000;
    font-family: Quicksand-Medium;
    font-size: 16px;
}

.category-question-li {
    text-align: left;
    background: #ECECEC;
    font-family: Quicksand-Medium;
}

.accordion-header {
    font-family: Quicksand-Medium;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #5256E8;
    padding-top: 15px;
}

.accordion-item {
    border: 0;
}

.icon-on-off-noidung {
    float: left;
    /*width: 3%;*/
    margin-right: 2px;
}




.icon-on-noidung {
    float: left;
    width: 22px;
    /*margin-right: 8px;*/
    margin-bottom: 25px;
}

.icon-off-noidung {
    float: left;
    width: 22px;
    /*margin-right: 8px;*/
    margin-bottom: 25px;
}

.review-content2 {
    font-family: Quicksand-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    width: 97%;
    margin-left: 39px;
    margin-bottom: 32px;
    margin-top: 5px;
    display: inline-block;
    text-align: justify;
}

.scrollspy-example {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
}

.scrollspy-example {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
}

.btn-cauhoi {
    font-weight: 700;
    padding: 0;
    font-family: Quicksand-Medium;
    background-color: inherit;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    background: #FFFFFF !important;
    box-shadow: none !important;
}

    .btn-cauhoi:not(.collapsed) {
        color: #0c63e4;
        background-color: #E5F2F7;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        color: #5256E8 !important;
    }

    .btn-cauhoi:focus {
        box-shadow: none !important;
    }

.accordion-item:first-of-type .btn-cauhoi {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item {
    border: 0;
}

/*.hosostep2-desc {
    font-family: Quicksand-Medium;
    font-weight: 400;
    color: #000000;
}*/

.accordion-body {
    padding: 29px 0;
}

.accordion-body-noidungcauhoi {
    padding: 0;
}


.pagination {
    display: block;
    text-align: center;
    padding: 0px 0 68px 0;
    margin: 0 auto;
}

    .pagination a {
        padding: 8px 16px;
        display: inline-block;
        border-radius: 4px;
        font-family: 'Quicksand-Medium';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        align-items: center;
        color: #333333;
        display: inline-block;
    }

        .pagination a.active {
            background-color: #5256E8;
            color: white;
            border-radius: 5px;
        }

.accordion-button .icon-off-noidung {
    display: none;
}

.accordion-button .icon-on-noidung {
    display: block;
}

.collapsed .icon-off-noidung {
    display: block;
}

.collapsed .icon-on-noidung {
    display: none;
}

.crumb-title {
}



/*popup dang nhap */
.login_form2 .finput {
    background: rgba(237, 237, 237, 0.9);
    border-radius: 10px;
    margin-bottom: 7px;
}

.login_form2 .input-group-addon img {
    padding: 14px 0px 8px 12px;
}

.login_form2 .input-group-prepend {
    background: rgba(237, 237, 237, 0.9);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 0;
}

.login_form2 .form-check-input[type=checkbox] {
    border-radius: 16px;
}

.login_form2 .form-check {
    margin-bottom: 4px;
}

.login_form2 .txt-login {
    font-weight: 400;
    font-size: 14px;
    line-height: 46px;
    color: #333333;
    font-family: Quicksand-Regular;
}

.login_form2 .form-control,
.login_form2 .form-control:focus {
    background: rgba(237, 237, 237, 0.9);
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    border: 0px;
    box-shadow: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 46px;
    padding: 0 11px;
    color: #333333;
}


.login_form2 .btn {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    background: #FED385;
    border-radius: 10px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #3F3B3B;
    padding: 10px 10px;
    /*font-family: 'Quicksand-SemiBold';*/
}

.login_form2 .btn {
    margin-bottom: 15px;
}

.login_form2 .txt_n {
    margin-bottom: 0px;
}

    .login_form2 .txt_n p, .login_form2 .txt_n a {
        color: #333333;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

    .login_form2 .txt_n a {
        font-family: Quicksand-SemiBold;
    }

.popup-login2 {
    padding: 42px 72px 32px 72px;
}

.title-form2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #333333;
    margin-top: 11px;
    margin-bottom: 2px;
}

.form-check-input2 {
    margin-top: 16px;
    display: inline-block;
}

.cssDangKy2 {
    margin-bottom: 9px;
}
/*end popup dang nhap*/


@media (max-width: 767px) {
    .gcauhoi-contain {
        width: 100%;
    }

    .t_btn {
        width: 100%;
        margin: 10px;
    }

    .btn_1 img {
        display: none;
    }

    .dangky-nhucau img {
        display: none;
    }

    .menu-sitebar {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-link img {
        display: none !important;
    }

    .cssHoSo {
        margin-bottom: 14px;
    }
}
/*end form các câu hỏi thường gặp*/
.margin_rowindex {
    width: 100%;
    margin: 20px auto 16px auto;
    /*margin-bottom: 2px;*/
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-family: Quicksand-Regular;
}

.margin_row_tren {
    padding-bottom: 18px;
    font-family: Quicksand-Regular;
}

.col-sodem {
    margin-left: 0;
    padding-left: 0;
}

.col_time_right-index {
    display: inline-block;
    width: 50%;
    font-style: normal;
    font-weight: 100;
    font-size: 24px;
    line-height: 30px;
    color: #999999;
    border-right: 1px solid #EDEDED;
    font-family: Quicksand-Regular;
    text-align: left;
}

.tracuu-hoso {
    font-family: Quicksand-Regular;
    font-weight: 600 !important;
    font-size: 32px !important;
    line-height: 40px !important;
    /*text-align: center;
    color: #000000!importa*/ nt;
}

.col-tieude {
    margin-left: -45px;
    margin-right: 35px;
}

.img-mucdo {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #00628C;
    border-right: 1px solid #EDEDED;
    font-family: Quicksand-Regular;
}
/*.img-mucdo:hover .img-span-boder {
        color: #00682C!important;
        background-color:darkkhaki!important;
    }*/
.img-span-boder {
    /*border-right:1px solid;*/
    /*font-weight:600;*/
}

.img-lephi {
    font-family: Quicksand-Regular;
    border-right: 1px solid #EDEDED;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #FF3B30;
}

.img-huongdan {
    /*border-right: 1px solid #EDEDED;*/
    font-family: Quicksand-Regular;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    /*display: flex;*/
    align-items: center;
    color: #007AFF;
}

    .img-huongdan:hover {
        color: #53a5ff !important;
    }

.btn-nophoso {
    font-family: Quicksand-Regular;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    width: 99px;
    height: 34px;
    background: #00628c;
    border-radius: 10px;
}

.dshoso-action:hover .btn-nophoso {
    /*border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388;*/
    /*color: #fff;
    background-color: #FED358;
    width:102px;
   box-shadow:inset;*/
}

.dshoso-action:after .btn-nophoso {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    -webkit-transform: scale(.1);
    transform: scale(.1);
}

.dshoso-action:hover .btn-nophoso {
    /*color: #fff;*/
    border: none;
    background: #e7ad43;
}

.dshoso-action:hover:after .btn-nophoso {
    background: rgb(0,3,255);
    /*background: linear-gradient(0deg, rgba(2,126,251,1) 0%, rgba(0,3,255,1)100%);*/
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #FED385;
}

.modal-head {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.3em !important;
}

.text-modal {
    text-align: left;
    line-height: 20px;
    color: #000000;
    font-size: 18px;
    border-bottom: 0;
    padding-left: 25px;
    padding-right: 5px;
}

.tableXemthoigian {
    min-width: auto !important;
}

.p-thoigianxuly {
    font-family: Quicksand-Light;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.tieude-index {
    font-weight: 600 !important;
    font-size: 32px !important;
    line-height: 40px !important;
    text-align: center;
    color: #000000 !important;
}

.modal-xemhuongdan {
    width: 850px !important;
}

.justify-content-lg-start:hover .xemchitiet-index {
    color: burlywood;
    background-color: blueviolet;
}

@media (max-width: 767px) {
    .col-tieude {
        margin-left: auto;
        margin-right: auto;
    }
}

.datepicker {
    padding: 0 .75rem !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px !important;
    direction: ltr;
}
.mb-2 {
    margin-bottom: 0 !important;
}
.select2-container--bootstrap-5 .select2-selection--single {
    padding: .25rem 2.25rem .375rem .75rem !important;
}

.invalid-feedback {
    color: red;
    font-style: italic;
    font-size: 11px !important;
    padding: 0px !important;
}
.error {
    padding: 0px !important;
}
.lbl-title {
    display: contents !important;
}

/*end index moi*/
