@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto-Light.woff2");
    font-weight: 300;
    font-display: block;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto-Regular.woff2");
    font-weight: 400;
    font-display: block;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto-Medium.woff2");
    font-weight: 500;
    font-display: block;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto-Bold.woff2");
    font-weight: 700;
    font-display: block;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto-Black.woff2");
    font-weight: 900;
    font-display: block;
    font-style: normal;
}

.header {
    position: relative;
    z-index: 10000;
}

.header:not(.active-child) .main-header .-birthday .main-logo img {
    height: 55px;
}

.header .main-header {
    height: 85px;
    z-index: 2;
}

.header .main-header .main-logo img {
    height: 46px;
}

.header .main-header .express-fin .icon {
    margin-top: 0 !important;
    width: 41px !important;
    height: 41px !important;
}

.header .main-header .express-fin .childMenu.product {
    height: 225px;
    left: -317px;
    width: 678px;
}

.header .main-header .express-fin .childMenu.product:after {
    left: 335px;
}

.header .main-header .express-fin .childMenu.product li {
    width: 312px;
}

.header .main-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .main-header ul.main-menu li:first-child {
    margin-left: 0;
}

.header .main-header ul li {
    margin-left: 20px;
    position: relative;
}

.header .main-header ul li a {
    line-height: 85px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #444445;
    text-decoration: none;
}

.header .main-header ul li a svg {
    width: 9px;
}

.header .main-header ul li a .badge {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    background: #ff8da2;
    border-radius: 3px;
    font-weight: bold;
    vertical-align: middle;
    margin: -15px 0 0 7px;
}

@media(max-width:1600px) {
    .header .main-header ul li a .badge {
        margin: -15px 0 0 0;
    }
}

.header .main-header ul li a i {
    font-size: 14px;
}

.header .main-header ul li a.btn-registration {
    height: 42px;
    padding: 2px;
    font-size: 16px;
    color: #26b896;
    font-weight: bold;
}

.header .main-header ul li a.btn-registration span {
    display: block;
    height: 38px;
    line-height: 38px;
    background: #fff;
    padding: 0 20px;
    border-radius: 20px;
    transition: all .5s ease;
    color: #26b896;
    font-size: 15px;
}

.header .main-header ul li a.btn-registration:hover span {
    background: transparent;
    color: #fff;
}

.header .main-header ul li:hover>a {
    color: #0089ff;
}

.header .main-header ul li:hover>a svg path {
    fill: #0089ff;
}

.header .main-header ul li:hover>ul {
    display: block;
}

.header .main-header ul li:hover>ul.product {
    opacity: 1;
    visibility: visible;
}

.header .main-header ul li.login a {
    font-weight: 700;
}

.header .main-header ul li .childMenu {
    display: none;
    box-shadow: 0 0 12.22px .78px rgba(0, 0, 0, .11);
    background: #fff;
    position: absolute;
    left: -50px;
    top: 80%;
    z-index: 9;
    border-top: 1px solid #179eff;
    min-width: 185px;
    top: 100%;
}

.header .main-header ul li .childMenu:after {
    bottom: 100%;
    left: 68px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(23, 158, 255, 0);
    border-bottom-color: #179eff;
    border-width: 9px;
}

.header .main-header ul li .childMenu li {
    margin: 0;
}

.header .main-header ul li .childMenu li a {
    line-height: 1.4;
    padding: 10px 15px;
    font-weight: 400;
}

.header .main-header ul li .childMenu li a .badge {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    background: #ff8da2;
    border-radius: 3px;
    font-weight: bold;
    vertical-align: top;
    margin: -15px 0 0 7px;
}

@media(max-width:1600px) {
    .header .main-header ul li .childMenu li a .badge {
        margin: -15px 0 0 0;
    }
}

.header .main-header ul li .childMenu li:hover>a {
    background: #f1f1f1;
    color: #0089ff;
}

.header .main-header ul li .childMenu .hasChildLink a i {
    position: absolute;
    margin-left: 5px;
    margin-top: 3px;
}

.header .main-header ul li .childMenu .hasChildLink a[aria-expanded="true"] i {
    transform: rotate(-180deg);
    transition: all .2s ease-in-out;
}

.header .main-header ul li .childMenu .hasChildLink a[data-toggle=collapse]:before {
    content: "";
    border: 5px solid transparent;
    border-top-color: #d0d0d0;
    position: absolute;
    right: 10px;
    top: 19px;
    transition: all .2s ease-in-out;
}

.header .main-header ul li .childMenu .hasChildLink a[aria-expanded=true]:before {
    transform: rotate(180deg);
    top: 13px;
    transition: all .2s ease-in-out;
}

.header .main-header ul li .childMenu .hasChildLink .chilMenuRight {
    left: 0;
    top: 0;
    border-top: none;
    border-left: none;
    box-shadow: none;
    margin-left: 0;
    padding-left: 10px;
    position: relative;
    display: none !important;
}

.header .main-header ul li .childMenu .hasChildLink .chilMenuRight.show {
    display: block !important;
}

.header .main-header ul li .childMenu .hasChildLink .chilMenuRight:after {
    top: 12px;
    left: -11px;
    border: solid transparent;
    content: none;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-style: solid;
    border-width: 0;
    border-color: none;
}

.header .main-header ul li .childMenu .hasChildLink .chilMenuRight:before {
    width: 1px;
    height: 70%;
    content: "";
    background: #ebebeb;
    position: absolute;
    top: 16%;
    left: 15px;
}

.header .main-header ul li .childMenu .hasChildLink .chilMenuRight li:hover>a {
    background: transparent;
    color: #0089ff;
}

.header .main-header ul li .childMenu.product {
    width: 678px;
    left: -222px;
    height: 316px;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 16px 25px 26px;
    transition-duration: 0s;
    transition-delay: .1s;
    opacity: 0;
    display: flex;
    visibility: hidden;
}

.header .main-header ul li .childMenu.product:after {
    left: 250px;
}

.header .main-header ul li .childMenu.product li {
    width: 312px;
}

.header .main-header ul li .childMenu.product li a {
    border-radius: 3px;
    padding: 12px 14px 9px 16px;
    background: none;
}

.header .main-header ul li .childMenu.product li .icon {
    width: 27px;
    height: 31px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-top: 4px;
    margin-right: 12px;
}

.header .main-header ul li .childMenu.product li strong {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #383839;
    margin: 0 0 6px;
}

.header .main-header ul li .childMenu.product li p {
    font-size: 14px;
    line-height: 20px;
    color: #8f8f8f;
    height: 40px;
    overflow: hidden;
    margin: 0;
}

.header .main-header ul li .childMenu.product li:nth-child(1):hover {
    background: #e5f3ff;
}

.header .main-header ul li .childMenu.product li:nth-child(2):hover {
    background: #e6f9fe;
}

.header .main-header ul li .childMenu.product li:nth-child(3):hover {
    background: #eaf6f6;
}

.header .main-header ul li .childMenu.product li:nth-child(4):hover {
    background: #e7faf3;
}

.header .main-header ul li .childMenu.product li:nth-child(5):hover {
    background: #eeedff;
}

.header .main-header ul li .childMenu.product li:nth-child(6):hover {
    background: #fff8ec;
}

.header .main-header .btn-menu {
    display: inline-block;
    vertical-align: top;
    line-height: 54px;
    text-decoration: none;
}

.header .main-header .btn-menu i {
    color: #42464e;
    display: inline-block;
    font-size: 26px;
    vertical-align: middle;
}

.header.active-child .main-header {
    position: relative;
    height: 50px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .07);
}

.header.active-child .main-header .main-logo img {
    height: 34px;
}

.header.active-child .main-header ul li a {
    line-height: 50px;
    font-weight: 400;
    font-size: 14px;
}

.header.active-child .main-header ul li a i {
    font-weight: bold;
}

.header.active-child .main-header .btn-menu {
    line-height: 50px;
}

.header .extra-header {
    height: 64px;
    width: 100%;
    position: absolute;
    top: 100%;
    transition: transform .1s ease;
}

.header .extra-header .logo {
    padding: 12px 0;
}

.header .extra-header .logo a {
    display: block;
    position: relative;
    text-decoration: none;
    line-height: 40px;
}

.header .extra-header .logo a:after {
    content: "";
    height: 19px;
    width: 1px;
    background: #b7c1c8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header .extra-header .logo a img {
    height: 34px;
    margin-right: 24px;
    display: none;
}

.header .extra-header .logo a span {
    margin-right: 17px;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    color: #42464e;
    display: block;
    white-space: nowrap;
}

.header .extra-header .menu {
    width: 100%;
    display: flex;
    padding: 12px 0;
}

.header .extra-header .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 18px;
}

.header .extra-header .menu ul li {
    margin: 0 37px 0 0;
    position: relative;
}

.header .extra-header .menu ul li a {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: #42464e;
    display: block;
    line-height: 24px;
    text-decoration: none;
}

.header .extra-header .menu ul li a:hover {
    color: #08f;
}

.header .extra-header .menu ul li a .badge {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    background: #ff8da2;
    border-radius: 3px;
    font-weight: bold;
    vertical-align: top;
    margin: -5px 0 0 7px;
}

.header .extra-header .menu ul li.hasSale {
    margin: 0 20px 0 0;
}

.header .extra-header .menu ul li.hasSale .badge {
    margin: -5px 0 0 0;
}

.header .extra-header .menu ul li.active>a,
.header .extra-header .menu ul li:hover>a {
    color: #08f;
}

.header .extra-header .menu ul li:hover>ul {
    display: block;
}

.header .extra-header .menu ul li ul {
    display: none;
    box-shadow: 0 0 12.22px .78px rgba(0, 0, 0, .11);
    background: #fff;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 9;
    border-top: 1px solid #08f;
    margin: 0;
    padding: 8px 0;
}

.header .extra-header .menu ul li ul:before {
    content: "";
    width: 100%;
    height: 30px;
    top: -22px;
    left: 0;
    position: absolute;
}

.header .extra-header .menu ul li ul:after {
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(23, 158, 255, 0);
    border-bottom-color: #08f;
    border-width: 9px;
}

.header .extra-header .menu ul li ul li {
    margin: 0;
    text-align: left;
}

.header .extra-header .menu ul li ul li a {
    line-height: 1.4;
    padding: 9px 25px;
    font-weight: 400;
    color: #42464e;
    white-space: nowrap;
}

.header .extra-header .menu ul li ul li.active>a,
.header .extra-header .menu ul li ul li:hover>a {
    color: #08f;
}

.header .extra-header .menu .btn-registration {
    height: 40px;
    line-height: 40px;
    width: 125px;
    padding: 0 20px;
    background-image: -moz-linear-gradient(0deg, #007bfa 8%, #00afe6 89%);
    background-image: -webkit-linear-gradient(0deg, #007bfa 8%, #00afe6 89%);
    background-image: -ms-linear-gradient(0deg, #007bfa 8%, #00afe6 89%);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.header.white .extra-header .logo a span {
    color: #fff;
}

.header.white .extra-header .logo .menu-active {
    color: #08f;
}

.header.white .extra-header .menu ul li a {
    color: #fff;
}

.header.white .extra-header .menu ul li a:hover {
    color: #08f;
}

.header.white .extra-header .menu ul li.active a {
    color: #08f;
}

.header.WEB .extra-header .menu ul li a:hover {
    color: #0fd186;
}

.header.WEB .extra-header .menu ul li.active>a,
.header.WEB .extra-header .menu ul li:hover>a {
    color: #0fd186;
}

.header.WEB .extra-header .menu ul li:hover ul {
    border-top: 1px solid #0fd186;
}

.header.WEB .extra-header .menu ul li:hover ul:after {
    border-bottom-color: #0fd186;
}

.header.WEB .extra-header .menu ul li:hover ul li.active>a,
.header.WEB .extra-header .menu ul li:hover ul li:hover>a {
    color: #0fd186;
}

.header.WEB .extra-header .menu .btn-registration {
    background-image: -moz-linear-gradient(180deg, #35e486 0%, #22db86 54%, #0fd186 99%);
    background-image: -webkit-linear-gradient(180deg, #35e486 0%, #22db86 54%, #0fd186 99%);
    background-image: -ms-linear-gradient(180deg, #35e486 0%, #22db86 54%, #0fd186 99%);
}

.header.OMNI .extra-header .menu ul li a:hover {
    color: #6773ec;
}

.header.OMNI .extra-header .menu ul li.active>a,
.header.OMNI .extra-header .menu ul li:hover>a {
    color: #6773ec;
}

.header.OMNI .extra-header .menu ul li:hover ul {
    border-top: 1px solid #6773ec;
}

.header.OMNI .extra-header .menu ul li:hover ul:after {
    border-bottom-color: #6773ec;
}

.header.OMNI .extra-header .menu ul li:hover ul li.active>a,
.header.OMNI .extra-header .menu ul li:hover ul li:hover>a {
    color: #6773ec;
}

.header.OMNI .extra-header .menu .btn-registration {
    background-image: -moz-linear-gradient(0deg, #5f76eb 13%, #7f6aef 76%, #9f5ef3 100%);
    background-image: -webkit-linear-gradient(0deg, #5f76eb 13%, #7f6aef 76%, #9f5ef3 100%);
    background-image: -ms-linear-gradient(0deg, #5f76eb 13%, #7f6aef 76%, #9f5ef3 100%);
}

.header.FNB .extra-header .menu ul li a:hover {
    color: #0cc2ed;
}

.header.FNB .extra-header .menu ul li.active>a,
.header.FNB .extra-header .menu ul li:hover>a {
    color: #0cc2ed;
}

.header.FNB .extra-header .menu ul li:hover ul {
    border-top: 1px solid #0cc2ed;
}

.header.FNB .extra-header .menu ul li:hover ul:after {
    border-bottom-color: #0cc2ed;
}

.header.FNB .extra-header .menu ul li:hover ul li.active>a,
.header.FNB .extra-header .menu ul li:hover ul li:hover>a {
    color: #0cc2ed;
}

.header.FNB .extra-header .menu .btn-registration {
    background-image: -moz-linear-gradient(21deg, #0cc2ed 0%, #4fcbf8 100%);
    background-image: -webkit-linear-gradient(21deg, #0cc2ed 0%, #4fcbf8 100%);
    background-image: -ms-linear-gradient(21deg, #0cc2ed 0%, #4fcbf8 100%);
}

.header.GO .extra-header .menu ul li {
    margin: 0 30px 0 0;
}

.header.GO .extra-header .menu ul li a:hover {
    color: #29bea0;
}

.header.GO .extra-header .menu ul li.active>a,
.header.GO .extra-header .menu ul li:hover>a {
    color: #29bea0;
}

.header.GO .extra-header .menu ul li:hover ul {
    border-top: 1px solid #29bea0;
}

.header.GO .extra-header .menu ul li:hover ul:after {
    border-bottom-color: #29bea0;
}

.header.GO .extra-header .menu ul li:hover ul li.active>a,
.header.GO .extra-header .menu ul li:hover ul li:hover>a {
    color: #29bea0;
}

.header.GO .extra-header .menu ul li ul li {
    margin: 0;
}

.header.GO .extra-header .menu .btn-registration {
    background-image: -moz-linear-gradient(0deg, #37b2ae 15%, #23c29a 100%);
    background-image: -webkit-linear-gradient(0deg, #37b2ae 15%, #23c29a 100%);
    background-image: -ms-linear-gradient(0deg, #37b2ae 15%, #23c29a 100%);
}

.header.POS .extra-header .menu ul li a .badge {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    background: #ff8da2;
    border-radius: 3px;
    font-weight: bold;
    vertical-align: top;
    margin: -5px 0 0 7px;
}

.menu-mobile {
    width: 450px;
    max-width: 91%;
    background: #fff;
    position: fixed;
    height: 100%;
    top: 0;
    right: -450px;
    z-index: 2147483641;
    transition: all .3s ease-in-out;
    overflow: auto;
}

.menu-mobile.show {
    right: 0;
}

.menu-mobile .logo-mobile {
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    padding: 0 15px;
    height: 86px;
    display: flex;
    align-items: center;
}

.menu-mobile .logo-mobile img {
    height: 54px;
}

.menu-mobile .logo-mobile .btn-close-menu {
    position: absolute;
    font-size: 21px;
    color: #42464e;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
}

.menu-mobile .box-scroll {
    overflow: auto;
    height: calc(100% - 86px);
}

.menu-mobile .nav {
    padding: 0 15px;
    padding-top: 20px;
}

.menu-mobile .nav:not(.nav-bottom) {
    border-bottom: 1px solid #f1f1f1;
}

.menu-mobile .nav>li {
    margin-bottom: 18px;
    width: 100%;
    position: relative;
}

.menu-mobile .nav>li>a {
    font-size: 18px;
    color: #42464e;
    font-weight: bold;
    display: block;
}

.menu-mobile .nav>li>a .badge {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    background: #ff8da2;
    border-radius: 3px;
    font-weight: bold;
    vertical-align: top;
    margin: -5px 0 0 7px;
    display: inline-block;
}

.menu-mobile .nav>li>a i {
    color: #d0d0d0;
    position: absolute;
    right: 0;
    top: 8px;
    transition: all .2s ease-in-out;
}

.menu-mobile .nav>li>a[aria-expanded="true"] i {
    transform: rotate(-180deg);
    transition: all .2s ease-in-out;
}

.menu-mobile .nav>li>a[data-toggle=collapse]:before {
    content: "";
    border: 6px solid transparent;
    border-top-color: #d0d0d0;
    position: absolute;
    right: 0;
    top: 11px;
    transition: all .2s ease-in-out;
}

.menu-mobile .nav>li>a[aria-expanded=true]:before {
    transform: rotate(180deg);
    top: 5px;
    transition: all .2s ease-in-out;
}

.menu-mobile .nav>li.active>a {
    color: #08f;
}

.menu-mobile .nav>li .sub-menu {
    padding-left: 15px;
    border-left: 1px solid #dfdfdf;
    list-style: none;
    margin-top: 10px;
}

.menu-mobile .nav>li .sub-menu li {
    position: relative;
}

.menu-mobile .nav>li .sub-menu li a {
    font-size: 16px;
    color: #42464e;
    line-height: 22px;
    display: block;
    padding: 0;
    margin: 0 0 17px;
}

.menu-mobile .nav>li .sub-menu li a i {
    color: #d0d0d0;
    position: absolute;
    right: 0;
    top: 2px;
    transition: all .2s ease-in-out;
}

.menu-mobile .nav>li .sub-menu li a[aria-expanded="true"] i {
    transform: rotate(-180deg);
    transition: all .2s ease-in-out;
}

.menu-mobile .nav>li .sub-menu li a[data-toggle=collapse]:before {
    content: "";
    border: 6px solid transparent;
    border-top-color: #d0d0d0;
    position: absolute;
    right: 0;
    top: 11px;
    transition: all .2s ease-in-out;
}

.menu-mobile .nav>li .sub-menu li a[aria-expanded=true]:before {
    transform: rotate(180deg);
    top: 4px;
    transition: all .2s ease-in-out;
}

.menu-mobile .nav>li .sub-menu li a span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #8f8f8f;
}

.menu-mobile .nav>li .sub-menu li a .badge {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    background: #ff8da2;
    border-radius: 3px;
    font-weight: bold;
    vertical-align: top;
    margin: -5px 0 0 7px;
    display: inline-block;
}

.menu-mobile .nav>li .sub-menu li:last-child a {
    margin: 0;
}

.menu-mobile .nav>li .show-sub .sub-menu {
    margin-top: 0;
}

.menu-mobile .nav>li.login a {
    font-weight: 700;
}

.menu-mobile .nav>li.home a {
    font-weight: 400;
    position: relative;
    padding-right: 7px;
    line-height: 22px;
    display: inline-block;
}

.menu-mobile .nav>li.home a:after {
    content: "";
    border-top: 2.5px solid #42464e;
    border-right: 2.5px solid #42464e;
    border-bottom: 2.5px solid transparent;
    border-left: 2.5px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.menu-mobile .nav>li.trial {
    margin-bottom: 25px;
}

.menu-mobile .nav>li.trial a {
    margin-top: 0 !important;
    display: inline-block;
    height: 42px;
    padding: 2px;
    font-size: 16px;
    color: #26b896;
    font-weight: bold;
}

.menu-mobile .nav>li.trial a span {
    display: block;
    height: 38px;
    line-height: 38px;
    background: #fff;
    padding: 0 34px;
    border-radius: 20px;
    transition: all .5s ease;
    color: #26b896;
}

.menu-mobile .nav>li.trial a:hover span {
    background: transparent;
    color: #fff;
}

.menu-mobile.WEB .nav>li.active a {
    color: #17d586;
}

.menu-mobile.GO .nav>li.active a {
    color: #28bf9e;
}

.menu-mobile.FNB .nav>li.active a {
    color: #0cc2ed;
}

.menu-mobile.OMNI .nav>li.active a {
    color: #6773ec;
}

.overlay-menu {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 2147483640;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .23);
    display: none;
}

.justify-space-beetwen {
    justify-content: space-between !important;
}

@media(min-width:1200px) {
    .header .extra-header.sticky {
        position: fixed;
        top: 0;
        z-index: 999;
        background: #fff;
        box-shadow: 0 0 46px 0 rgba(5, 35, 61, .07);
        animation: fadeInDown .1s ease;
        left: 0;
    }
    .header .extra-header.sticky .logo img {
        display: block;
    }
    .header .extra-header.sticky .logo span {
        display: none;
    }
    .header.white .extra-header.sticky .logo span {
        color: #42464e;
    }
    .header.white .extra-header.sticky .menu ul li a {
        color: #42464e;
    }
    .header.white .extra-header.sticky .menu ul li.active a {
        color: #08f;
    }
    .header .update-menu {
        position: relative;
        left: -14px;
    }
    .header.active-child .justify-space-beetwen {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .header.active-child .update-menu {
        left: 0;
    }
}

@media(max-width:1199px) {
    .header .justify-space-beetwen {
        justify-content: flex-end !important;
    }
    .header.active-child .main-header {
        margin-bottom: 0;
        height: 85px;
    }
    .header.active-child .main-header .main-logo img {
        height: 54px;
    }
    .header.active-child .main-header .btn-menu {
        line-height: 54px;
    }
    .header .extra-header {
        height: auto;
        position: static;
    }
    .header .extra-header.show-menu {
        border-bottom: 1px solid #d1dfe8;
    }
    .header .extra-header .logo {
        width: 100%;
    }
    .header .extra-header .menu {
        display: none;
        border-top: 1px solid #dce4e9;
    }
    .header .extra-header .menu ul {
        margin: 0;
    }
    .header .extra-header .menu ul li.active {
        display: none;
    }
    .header .extra-header .menu ul li a {
        line-height: 50px;
    }
    .header .extra-header .menu .btn-registration {
        margin: 8px 0;
    }
    .header.white .extra-header.show-menu {
        border-bottom: none;
    }
    .header.white .extra-header .menu {
        border-top-color: rgba(255, 255, 255, .2);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer {
    background-color: #101215;
    color: #7d8492;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul li {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
}

.footer-menu {
    padding-top: 36px;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

@media(max-width:991px) and (min-width:768px) {
    .footer-menu {
        padding-top: 11px;
        margin-bottom: 5px;
    }
}

@media(max-width:767px) {
    .footer-menu {
        padding-bottom: 25px;
        margin-bottom: 30px;
    }
}

@media(min-width:992px) {
    .footer .col-w-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .footer .col-w-60 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

.footer .title {
    color: #d1d3d6;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 21px;
}

@media(max-width:991px) and (min-width:768px) {
    .footer .title {
        margin-top: 25px;
    }
}

.footer .title a {
    color: inherit;
    padding: 0;
    font-size: 15px;
}

.footer a {
    color: #7d8492;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.footer-address {
    padding-bottom: 25px;
}

@media(max-width:767px) {
    .footer-address {
        padding-bottom: 15px;
    }
}

.footer-address .shared-experience {
    padding-top: 35px;
}

@media(max-width:991px) and (min-width:768px) {
    .footer-address .shared-experience {
        padding-top: 10px;
    }
}

@media(max-width:767px) {
    .footer-address .shared-experience {
        padding-top: 10px;
    }
    .footer-address .shared-experience+ul {
        margin-bottom: 20px;
    }
}

.footer-address .social {
    font-size: 0;
    margin-top: -37px;
    margin-left: 100px;
}

.footer-address .social li {
    display: inline-block;
    margin-right: 7px;
    margin-left: 10px;
    padding: 0;
}

.footer-address .social li a {
    font-size: 26px;
    color: #d1d3d6;
    font-weight: 500;
    line-height: 21px;
    padding: 0;
    display: block;
}

.footer-address .contact-info {
    margin-top: 25px;
}

.footer-address .contact-info p {
    font-size: 14px;
    color: #7d8492;
    padding: 5px 0;
    margin: 0;
    line-height: 24px;
}

.footer-address .contact-info p i {
    padding: 0 5px;
}

.footer-address .contact-info p b {
    color: #d1d3d6;
    font-size: 15px;
}

.footer-address .contact-info a {
    padding: 0;
}

.footer-bct {
    position: absolute;
    right: 50px;
    bottom: -7px;
    padding-bottom: 5px;
    padding-top: 5px;
}

@media(max-width:991px) {
    .footer-bct {
        position: initial;
    }
}

@media(max-width:767px) {
    .footer-bct {
        position: initial;
    }
}

.footer-bct-hanggia {
    position: absolute;
    right: 200px;
    bottom: -10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.footer-bct-hanggia img {
    height: 44px;
}

@media(max-width:991px) {
    .footer-bct-hanggia {
        position: initial;
        margin-right: 10px;
    }
}

@media(max-width:767px) {
    .footer-bct-hanggia {
        position: initial;
    }
}

.footer-copyright {
    background-color: #101215;
    color: #7d8492;
    padding: 5px 0;
    border-top: 1px solid #24282e;
    font-size: 13px;
    position: relative;
}

.footer-copyright p {
    margin: 0;
}

@media(max-width:767px) {
    .footer-copyright {
        padding: 0;
    }
}

@media(max-width:767px) and (min-width:576px) {
    .footer-copyright:after {
        content: "";
        height: 1px;
        background: #24282e;
        width: 100%;
        position: absolute;
        top: 84px;
    }
}

.footer-copyright .copyright {
    padding-top: 13px;
    padding-bottom: 7px;
    display: inline-block;
    font-size: 13px;
}

@media(max-width:767px) {
    .footer-copyright .copyright {
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

.footer-copyright .copyright a {
    padding: 0;
    font-size: 13px;
    color: #7d8492;
}

.footer-copyright .achievement {
    display: inline-block;
    font-size: 13px;
    margin: 13px 0;
    width: 100%;
}

@media(min-width:992px) {
    .footer-copyright .achievement {
        text-align: right;
    }
}

@media(max-width:767px) {
    .footer-copyright .achievement {
        margin-top: 22px;
        margin-bottom: 22px;
    }
}

.footer-copyright .achievement span {
    display: inline-block;
}

@media(max-width:575px) {
    .footer-copyright .achievement span {
        max-width: 55%;
    }
}

.footer-copyright .achievement span.icon-achievement {
    margin-top: 6px;
}

@media(min-width:1200px) {
    .footer-copyright .achievement span.icon-achievement {
        margin-top: 0;
    }
}

@media(max-width:991px) {
    .footer-copyright .achievement span.icon-achievement {
        margin-top: 5px;
        margin-left: 5px;
    }
}

@media(max-width:767px) {
    .footer-copyright .achievement span.icon-achievement {
        vertical-align: top;
    }
}

.footer-copyright .achievement span img {
    height: 28px;
}

@media(min-width:1200px) {
    .footer-copyright .achievement span img {
        margin-top: -12px;
    }
}

@media(max-width:991px) {
    .footer-copyright .achievement span img {
        height: auto;
    }
}

.footer .copyright-mobile {
    border-top: 1px solid #24282e;
    text-align: center;
    color: #545a68;
    padding: 15px 0;
}

@media(min-width:1200px) {
    .footer-menu ul li a {
        white-space: nowrap;
    }
}

body {
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    color: #42464e;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 13px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-vertical {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.no-margin-horizontal {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.margin-xs {
    margin: 3px !important;
}

.margin-xs-top {
    margin-top: 3px !important;
}

.margin-xs-right {
    margin-right: 3px !important;
}

.margin-xs-bottom {
    margin-bottom: 3px !important;
}

.margin-xs-left {
    margin-left: 3px !important;
}

.margin-xs-vertical {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

.margin-xs-horizontal {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.margin-sm {
    margin: 6px !important;
}

.margin-sm-top {
    margin-top: 6px !important;
}

.margin-sm-right {
    margin-right: 6px !important;
}

.margin-sm-bottom {
    margin-bottom: 6px !important;
}

.margin-sm-left {
    margin-left: 6px !important;
}

.margin-sm-vertical {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.margin-sm-horizontal {
    margin-left: 6px !important;
    margin-right: 6px !important;
}

.margin {
    margin: 10px !important;
}

.margin-top {
    margin-top: 10px !important;
}

.margin-right {
    margin-right: 10px !important;
}

.margin-bottom {
    margin-bottom: 10px !important;
}

.margin-left {
    margin-left: 10px !important;
}

.margin-vertical {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-horizontal {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.margin-md {
    margin: 16px !important;
}

.margin-md-top {
    margin-top: 16px !important;
}

@media(min-width:320px) and (max-width:767px) {
    .btn-registration {
        margin-top: 16px !important;
    }
}

.margin-md-right {
    margin-right: 16px !important;
}

.margin-md-bottom {
    margin-bottom: 16px !important;
}

.margin-md-left {
    margin-left: 16px !important;
}

.margin-md-vertical {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.margin-md-horizontal {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.margin-lg {
    margin: 22px !important;
}

.margin-lg-top {
    margin-top: 22px !important;
}

.margin-lg-right {
    margin-right: 22px !important;
}

.margin-lg-bottom {
    margin-bottom: 22px !important;
}

@media(min-width:992px) {
    .home-supports .margin-lg-bottom {
        padding: 0;
    }
}

.margin-lg-left {
    margin-left: 22px !important;
}

.margin-lg-vertical {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
}

.margin-lg-horizontal {
    margin-left: 22px !important;
    margin-right: 22px !important;
}

.margin-xl {
    margin: 32px !important;
}

.margin-xl-top {
    margin-top: 32px !important;
}

.margin-xl-right {
    margin-right: 32px !important;
}

.margin-xl-bottom {
    margin-bottom: 32px !important;
}

.margin-xl-left {
    margin-left: 32px !important;
}

.margin-xl-vertical {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.margin-xl-horizontal {
    margin-left: 32px !important;
    margin-right: 32px !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-padding-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-xs {
    padding: 3px !important;
}

.padding-xs-top {
    padding-top: 3px !important;
}

.padding-xs-right {
    padding-right: 3px !important;
}

.padding-xs-bottom {
    padding-bottom: 3px !important;
}

.padding-xs-left {
    padding-left: 3px !important;
}

.padding-xs-vertical {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.padding-xs-horizontal {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.padding-sm {
    padding: 6px !important;
}

.padding-sm-top {
    padding-top: 6px !important;
}

.padding-sm-right {
    padding-right: 6px !important;
    padding-top: 0;
    font-size: 14px;
    margin-bottom: 0;
}

.padding-sm-bottom {
    padding-bottom: 6px !important;
}

.padding-sm-left {
    padding-left: 6px !important;
}

.padding-sm-vertical {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.padding-sm-horizontal {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.padding {
    padding: 10px !important;
}

.padding-top {
    padding-top: 10px !important;
}

.padding-right {
    padding-right: 10px !important;
}

.padding-bottom {
    padding-bottom: 10px !important;
}

.padding-left {
    padding-left: 10px !important;
}

.padding-vertical {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-horizontal {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padding-md {
    padding: 16px !important;
}

.padding-md-top {
    padding-top: 16px !important;
}

.padding-md-right {
    padding-right: 16px !important;
}

.padding-md-bottom {
    padding-bottom: 16px !important;
}

.padding-md-left {
    padding-left: 16px !important;
}

.padding-md-vertical {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.padding-md-horizontal {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.padding-lg {
    padding: 22px !important;
}

.padding-lg-top {
    padding-top: 22px !important;
}

.padding-lg-right {
    padding-right: 22px !important;
}

.padding-lg-bottom {
    padding-bottom: 22px !important;
}

.padding-lg-left {
    padding-left: 22px !important;
}

.padding-lg-vertical {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

.padding-lg-horizontal {
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.padding-xl {
    padding: 32px !important;
}

.padding-xl-top {
    padding-top: 32px !important;
}

.padding-xl-right {
    padding-right: 32px !important;
}

.padding-xl-bottom {
    padding-bottom: 32px !important;
}

.padding-xl-left {
    padding-left: 32px !important;
}

.padding-xl-vertical {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.padding-xl-horizontal {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.line-gray {
    border-top: none;
    border-bottom: solid thin #40474e;
}

.btn-registration {
    color: #fff;
    background: #2ad38b;
    background: linear-gradient(to right, #2ad38b, #0cceb0);
    border-radius: 45px;
    display: inline-block;
    line-height: 63px;
    padding: 0 35px;
    outline: none;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    font-size: 16px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-registration:before {
    content: "";
    border-radius: 45px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .04);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.btn-registration:hover,
.btn-registration:focus,
.btn-registration:active {
    color: #fff;
    text-decoration: none;
}

.btn-registration:hover:before,
.btn-registration:focus:before,
.btn-registration:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn-registration:hover {
    text-decoration: none;
}

.text-infos {
    color: #e6e6e6 !important;
}

.text-aqua {
    color: #22a1e6 !important;
}

.text-large {
    font-size: 30px;
}

.autoresize-image {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

.h3-scale {
    font-size: 69px;
    font-weight: bold;
    line-height: 1.2em;
}

.h3-grant {
    font-size: 6.5em;
    font-weight: bold;
    line-height: 1.2em;
}

.caption {
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.5em;
    font-weight: 100;
}

.uppercase {
    text-transform: uppercase;
}

.required,
.field-validation-error {
    color: #f00;
    font-weight: bold;
}

.fancybox-overlay {
    background-image: url("/Themes/Portal/Default/Images/video-reg-fancybg.png");
}

.fancybox-skin {
    background: transparent;
}

@media(max-width:768px) {
    .fancybox-wrap {
        background: #f3f3f3;
    }
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
}

.fancybox-close {
    right: 25px;
    top: 30px;
    background: url("/Themes/Portal/Default/Images/icon-popup-close.png") no-repeat center top;
    display: block;
    width: 20px;
    height: 20px;
}

.fancybox-close-reg-web {
    right: 40px !important;
}

.fancybox-close-reg {
    right: 18px;
}

.fa-spin-sp {
    color: #f00;
    -webkit-animation: spin-sp 2s infinite linear;
    -moz-animation: spin-sp 2s infinite linear;
    -o-animation: spin-sp 2s infinite linear;
    animation: spin-sp 2s infinite linear;
}

.new-fancybox-wrapper {
    position: relative;
}

.new-fancybox-close {
    background: url("/Themes/Portal/Default/Images/popup/bt_close.png");
    width: 36px;
    height: 36px;
    position: absolute;
    right: 120px;
    top: 0;
}

@media(max-width:767px) {
    .new-fancybox-close {
        right: 10px;
        top: 5px;
        width: 30px;
        height: 30px;
        background-size: 30px;
    }
}

#livechat-full,
#livechat-compact-container,
#livechat-eye-catcher {
    right: 20px !important;
}

#livechat-compact-container {
    width: 270px !important;
    height: 98px !important;
}

#livechat-eye-catcher {
    bottom: 50px !important;
    display: none !important;
}

body>#container {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, .06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
    color: #000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #0073bb;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #aaa;
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px;
}

.selectize-control {
    position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block;
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 5px 8px 2px;
}

.selectize-input.full {
    background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important;
}

.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #1da7ee;
    color: #fff;
    border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input>div.active {
    background: #92c836;
    color: #fff;
    border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #fff;
    background: #d2d2d2;
    border: 1px solid #aaa;
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 1px !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.selectize-input>input::-ms-clear {
    display: none;
}

.selectize-input>input:focus {
    outline: none !important;
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
    padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5;
}

.selectize-dropdown [data-selectable].option {
    opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default;
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
}

.selectize-dropdown .active.create {
    color: #495c68;
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5);
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text;
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa;
}

.selectize-control.multi .selectize-input.has-items {
    padding-left: 5px;
    padding-right: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
    color: #999;
    text-shadow: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
    border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
    background: none;
}

.selectize-control.multi .selectize-input [data-value] {
    text-shadow: 0 1px 0 rgba(0, 51, 83, .3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #1b9dec;
    background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
    background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
    background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2), inset 0 1px rgba(255, 255, 255, .03);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2), inset 0 1px rgba(255, 255, 255, .03);
}

.selectize-control.multi .selectize-input [data-value].active {
    background-color: #0085d4;
    background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
    background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
    background-image: -o-linear-gradient(top, #008fd8, #0075cf);
    background-image: linear-gradient(to bottom, #008fd8, #0075cf);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}

.selectize-control.single .selectize-input {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 rgba(255, 255, 255, .8);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 rgba(255, 255, 255, .8);
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
    background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
    border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
    padding-top: 7px;
    font-weight: bold;
    font-size: .85em;
}

.selectize-dropdown .optgroup {
    border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
    border-top: 0 none;
}

.iti {
    position: relative;
    display: inline-block;
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.iti__hide {
    display: none;
}

.iti__v-hide {
    visibility: hidden;
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555;
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
}

@media(max-width:500px) {
    .iti__country-list {
        white-space: normal;
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px;
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.iti__country {
    padding: 5px 10px;
    outline: 0;
}

.iti__dial-code {
    color: #999;
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, .05);
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
    vertical-align: middle;
}

.iti__country-name,
.iti__flag-box {
    margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05);
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default;
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05);
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}

.iti--container:hover {
    cursor: pointer;
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em;
}

.iti__flag {
    width: 20px;
}

.iti__flag.iti__be {
    width: 18px;
}

.iti__flag.iti__ch {
    width: 15px;
}

.iti__flag.iti__mc {
    width: 19px;
}

.iti__flag.iti__ne {
    width: 18px;
}

.iti__flag.iti__np {
    width: 13px;
}

.iti__flag.iti__va {
    width: 15px;
}

@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .iti__flag {
        background-size: 5652px 15px;
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0;
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0;
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0;
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0;
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0;
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0;
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0;
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0;
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0;
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0;
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0;
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0;
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0;
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0;
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0;
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0;
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0;
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0;
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0;
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0;
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0;
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0;
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0;
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0;
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0;
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0;
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0;
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0;
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0;
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0;
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0;
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0;
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0;
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0;
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0;
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0;
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0;
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0;
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0;
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0;
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0;
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0;
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0;
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0;
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0;
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0;
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0;
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0;
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0;
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0;
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0;
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0;
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0;
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0;
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0;
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0;
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0;
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0;
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0;
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0;
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0;
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0;
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0;
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0;
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0;
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0;
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0;
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0;
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0;
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0;
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0;
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0;
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0;
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0;
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0;
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0;
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0;
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0;
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0;
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0;
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0;
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0;
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0;
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0;
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0;
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0;
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0;
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0;
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0;
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0;
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0;
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0;
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0;
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0;
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0;
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0;
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0;
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0;
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0;
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0;
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0;
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0;
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0;
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0;
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0;
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0;
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0;
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0;
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0;
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0;
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0;
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0;
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0;
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0;
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0;
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0;
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0;
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0;
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0;
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0;
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0;
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0;
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0;
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0;
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0;
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0;
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0;
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0;
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0;
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0;
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0;
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0;
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0;
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0;
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0;
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0;
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0;
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0;
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0;
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0;
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0;
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0;
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0;
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0;
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0;
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0;
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0;
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0;
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0;
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0;
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0;
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0;
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0;
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0;
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0;
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0;
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0;
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0;
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0;
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0;
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0;
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0;
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0;
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0;
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0;
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0;
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0;
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0;
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0;
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0;
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0;
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0;
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0;
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0;
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0;
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0;
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0;
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0;
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0;
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0;
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0;
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0;
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0;
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0;
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0;
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0;
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0;
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0;
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0;
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0;
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0;
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0;
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0;
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0;
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0;
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0;
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0;
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0;
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0;
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0;
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0;
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0;
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0;
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0;
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0;
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0;
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0;
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0;
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0;
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0;
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0;
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0;
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0;
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0;
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0;
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0;
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0;
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0;
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0;
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0;
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0;
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0;
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0;
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0;
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0;
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0;
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0;
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0;
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0;
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0;
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0;
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0;
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0;
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0;
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0;
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0;
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0;
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0;
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0;
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0;
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0;
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0;
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0;
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0;
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0;
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0;
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0;
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0;
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0;
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0;
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0;
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0;
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0;
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0;
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0;
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0;
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0;
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0;
}

.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(/Themes/Portal/Default/StylesV2/images/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}

@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .iti__flag {
        background-image: url(/Themes/Portal/Default/StylesV2/images/flags.png);
    }
}

.iti__flag.iti__np {
    background-color: transparent;
}

.modal-register-default {
    z-index: 2147483644;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

.modal-register-default .close {
    font-size: 35px;
    color: #fff;
    text-shadow: none;
    opacity: .6;
    position: fixed;
    top: 30px;
    right: 30px;
    display: block;
    z-index: 99;
    outline: none;
}

.modal-register-default .close svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.modal-register-default .modal-dialog {
    max-width: 797px;
}

.modal-register-default .modal-content {
    background: none;
    padding-top: 70px;
    border: none;
    text-align: center;
    box-shadow: none;
}

.modal-register-default .modal-content .roof-store {
    position: absolute;
    top: 0;
    z-index: 9;
}

.modal-register-default .modal-content .modal-body {
    min-height: 300px;
    width: 86%;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #fff;
    padding: 5px 60px 35px;
    border-radius: 3px;
}

.modal-register-default .modal-content .modal-body h2 {
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1.2;
}

.modal-register-default .modal-content .modal-body p {
    font-size: 16px;
    color: #595959;
    line-height: normal;
    margin: 10px 0 0;
}

.modal-register-default .modal-content .modal-body .form-request {
    margin-top: 20px;
}

.modal-register-default .modal-content .modal-body .form-request .row {
    margin: 0 -7.5px;
}

.modal-register-default .modal-content .modal-body .form-request .row .col-md-6 {
    padding: 0 7.5px;
}

.modal-register-default .modal-content .modal-body .form-request .register-phone-exist {
    color: #f00;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

.modal-register-default .modal-content .modal-body .form-request .register-form-error {
    color: #f00;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 10px;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

.modal-register-default .modal-content .modal-body .form-request .text-noti {
    font-size: 14px;
    text-align: left;
    color: #f00;
    margin: 0;
    margin-top: -10px;
    margin-bottom: 10px;
}

.modal-register-default .modal-content .modal-body .form-request .text-noti span {
    margin-right: 2px;
}

.modal-register-default .modal-content .modal-body .form-request .form-group {
    margin-bottom: 15px;
}

.modal-register-default .modal-content .modal-body .form-request .form-group.mdc-text-field {
    position: relative;
}

.modal-register-default .modal-content .modal-body .form-request .form-group.mdc-text-field input {
    padding: 18px 10px 2px 20px;
    color: #333;
}

.modal-register-default .modal-content .modal-body .form-request .form-group.mdc-text-field input:focus {
    box-shadow: none;
    border-color: #08f;
}

.modal-register-default .modal-content .modal-body .form-request .form-group.mdc-text-field select {
    padding: 18px 10px 2px 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #f8f8f8 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RThGNTlDNDMyOEY5MTFFODk4MzlDOEY1NDA5REJGMzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RThGNTlDNDQyOEY5MTFFODk4MzlDOEY1NDA5REJGMzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFOEY1OUM0MTI4RjkxMUU4OTgzOUM4RjU0MDlEQkYzMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOEY1OUM0MjI4RjkxMUU4OTgzOUM4RjU0MDlEQkYzMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ptrwhb8AAACJSURBVHjaYli8ePGZ69evh/748YMBHZ88ebJ89erVu5nk5eX3bNq0adX9+/dDGZDAxYsXyw8cONAhJye3B6zj0KFDHZ2dnf9hJoJMAPFBNIjPAtJlZmZWAaJBJhoaGs46f/58moODQ4W+vn4n2FhkN8BMhJkAw4wgAhk8e/bMRUpKag+yGECAAQDx5Wsy4TbrYQAAAABJRU5ErkJggg==") no-repeat right 15px center;
}

.modal-register-default .modal-content .modal-body .form-request .form-group.mdc-text-field select:focus {
    box-shadow: none;
    border-color: #08f;
}

.modal-register-default .modal-content .modal-body .form-request .form-group.mdc-text-field input:focus~label,
.modal-register-default .modal-content .modal-body .form-request .form-group.mdc-text-field input.valid~label,
.modal-register-default .modal-content .modal-body .form-request .form-group.mdc-text-field select:valid~label,
.modal-register-default .modal-content .modal-body .form-request .form-group.mdc-text-field input.has-value~label {
    top: 4px;
    font-size: 11px;
}

.modal-register-default .modal-content .modal-body .form-request .form-group.mdc-text-field textarea {
    height: 80px;
    border-radius: 25px;
}

.modal-register-default .modal-content .modal-body .form-request .form-group.mdc-text-field label {
    font-size: 14px;
    color: #8a8a8a;
    margin: 0;
    transform-origin: left top;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    position: absolute;
    top: 11px;
    left: 20px;
    cursor: text;
    z-index: 9;
    font-weight: 400;
}

.modal-register-default .modal-content .modal-body .form-request .form-group.mdc-select-field select {
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.modal-register-default .modal-content .modal-body .form-request .form-group.mdc-select-field select:valid~label {
    top: 1px;
    padding-top: 3px;
}

.modal-register-default .modal-content .modal-body .form-request .form-group.mdc-select-field label {
    z-index: 1;
    height: 41px;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: #f8f8f8;
    border-radius: 50px;
    text-align: left;
    padding: 10px 19px;
    font-weight: 400;
}

.modal-register-default .modal-content .modal-body .form-request .form-group.mdc-selectize {
    position: relative;
}

.modal-register-default .modal-content .modal-body .form-request .form-group.mdc-selectize label {
    font-size: 14px;
    color: #8a8a8a;
    margin: 0;
    transform-origin: left top;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    position: absolute;
    top: 11px;
    left: 20px;
    cursor: text;
    z-index: 9;
    font-weight: 400;
}

.modal-register-default .modal-content .modal-body .form-request .form-group.mdc-selectize label.filled {
    top: 4px;
    font-size: 11px;
}

.modal-register-default .modal-content .modal-body .form-request .form-group .form-input,
.modal-register-default .modal-content .modal-body .form-request .form-group select {
    border: solid thin #e2e2e2;
    border-radius: 50px;
    color: #333;
    font-size: 14px;
    height: initial;
    padding: 10px 10px 10px 20px;
    background-color: #f8f8f8;
    width: 100%;
    outline: none;
    box-shadow: none;
    line-height: 1.5;
}

.modal-register-default .modal-content .modal-body .form-request .form-group .selectize-input {
    vertical-align: top;
    border: solid thin #e2e2e2;
    border-radius: 50px;
    color: #333;
    font-size: 14px;
    height: initial;
    padding: 18px 10px 2px 20px;
    background: #f8f8f8;
    width: 100%;
    box-shadow: none;
    text-align: left;
    cursor: text;
    line-height: 21px;
    font-weight: 400;
}

.modal-register-default .modal-content .modal-body .form-request .form-group .selectize-input input {
    font-size: inherit;
}

.modal-register-default .modal-content .modal-body .form-request .form-group .selectize-input:after {
    display: none;
}

.modal-register-default .modal-content .modal-body .form-request .form-group .selectize-input.focus,
.modal-register-default .modal-content .modal-body .form-request .form-group .selectize-input.dropdown-active {
    box-shadow: none;
    border-color: #08f;
}

.modal-register-default .modal-content .modal-body .form-request .form-group .selectize-dropdown {
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.modal-register-default .modal-content .modal-body .form-request .form-group .selectize-dropdown .option {
    border-bottom: 1px solid #d8dee6;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 33px;
}

.modal-register-default .modal-content .modal-body .form-request .form-group .text-danger {
    display: block;
    text-align: left;
    font-weight: 400;
    padding: 0 10px;
    color: #dc3545;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 13px;
}

.modal-register-default .modal-content .modal-body .form-request .form-group .easy-autocomplete {
    width: 100% !important;
}

.modal-register-default .modal-content .modal-body .form-request .form-group .easy-autocomplete input {
    box-shadow: none;
}

.modal-register-default .modal-content .modal-body .form-request .form-group .easy-autocomplete .easy-autocomplete-container ul {
    border-top: 1px solid #ccc;
    margin-top: 1px;
    text-align: left;
}

.modal-register-default .modal-content .modal-body .form-request .form-group .easy-autocomplete .easy-autocomplete-container ul li {
    border-bottom: 1px solid #d8dee6;
    padding: 9px 10px;
    font-size: 14px;
    color: #212b35;
}

.modal-register-default .modal-content .modal-body .form-request .form-group .easy-autocomplete .easy-autocomplete-container ul li.selected {
    background-color: #5897fb;
    color: #fff;
    cursor: pointer;
}

.modal-register-default .modal-content .modal-body .form-request .form-group .btn-registration {
    color: #fff;
    background: #2ad38b;
    background: linear-gradient(to right, #2ad38b, #0cceb0);
    border-radius: 45px;
    display: inline-block;
    margin-top: 15px;
    box-shadow: 0 5px 54px 0 rgba(0, 0, 0, .12);
    font-size: 21px;
    height: 59px;
    line-height: 59px;
    padding: 0 56px;
    border: none;
    cursor: pointer;
    outline: none;
    position: relative;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.modal-register-default .modal-content .modal-body .form-request .form-group .btn-registration.btn-fnb {
    background-image: -moz-linear-gradient(21deg, #0cc2ed 0%, #4fcbf8 100%);
    background-image: -webkit-linear-gradient(21deg, #0cc2ed 0%, #4fcbf8 100%);
    background-image: -ms-linear-gradient(21deg, #0cc2ed 0%, #4fcbf8 100%);
}

.modal-register-default .modal-content .modal-body .form-request .form-group .btn-registration svg {
    fill: #fff;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    top: 50%;
    margin-top: -10.5px;
    margin-left: -10.5px;
    width: 21px;
    height: 21px;
}

.modal-register-default .modal-content .modal-body .form-request .form-group .btn-registration.btn-loading {
    pointer-events: none;
}

.modal-register-default .modal-content .modal-body .form-request .form-group .btn-registration.btn-loading svg {
    opacity: 1;
    visibility: visible;
}

.modal-register-default .modal-content .modal-body .form-request .form-group .btn-registration.btn-loading span {
    opacity: 0;
    visibility: hidden;
}

.modal-register-default .modal-content .modal-body .form-request .form-group.captcha-field,
.modal-register-default .modal-content .modal-body .form-request .form-group .captcha-field {
    display: flex;
    align-items: flex-start;
}

.modal-register-default .modal-content .modal-body .form-request .form-group.captcha-field .resetCaptchaBtn,
.modal-register-default .modal-content .modal-body .form-request .form-group .captcha-field .resetCaptchaBtn {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAATCAMAAABMZWaEAAAAw1BMVEWNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkEC4GM9AAAAQHRSTlMAEgMz9jaiHhgqbO0GS/mBt9gMLfwVPGPwcmZCnIrqmZZOhLTS83vVw8Bah8yrsZB4YOGNvSTJRSfkqF2lD585noPY2gAAAM1JREFUeF5tz0duw0AQRNFijmKmJJPKyTnnXPc/lTFNDwYG/DYF/E2jIYKzOO/GKYBrGxrGJxTTWVTzSNd0ReOYWY2BTy5Oi5LaLpXscf+u1l5fuhT30jeZg1/BTHrTq/BwDqOgcmcB2IUmhw3pXrzNa1i4ghFNnBZihBj/sG7gqXFuD8utbfpoAxsrl8ochq++ftxLj02OsrWajuLpGYOXsrGgbDl4zfug8nKXPkS74B9lq+8zOSTU/Ara8gOfk2JKMvn6hlF5MqGjn/gBQjMkxeyTjBMAAAAASUVORK5CYII=") no-repeat top 14px center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    flex-shrink: 0;
}

.modal-register-default .modal-content .modal-body .form-request .form-group.captcha-field #CaptchaCanv,
.modal-register-default .modal-content .modal-body .form-request .form-group .captcha-field #CaptchaCanv {
    background: #f5f5f5;
    vertical-align: top;
}

.modal-register-default .modal-content .modal-body .form-request .social-login span {
    display: block;
    color: #898989;
    font-size: 14px;
    padding: 0 0 15px;
}

.modal-register-default .modal-content .modal-body .form-request .social-login__btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.modal-register-default .modal-content .modal-body .form-request .social-login__btn-group a {
    width: 129px;
    height: 37px;
    display: block;
    margin: 0 7.5px;
}

@media(max-width:991px) {
    .modal-register-default .close {
        color: #000;
        font-size: 30px;
        padding: 15px;
        top: 0;
        right: 0;
    }
    .modal-register-default .modal-dialog {
        margin: 0;
        padding: 30px 0;
        background: #fff;
        height: 100%;
    }
    .modal-register-default .modal-content {
        padding-top: 0;
    }
    .modal-register-default .modal-content .roof-store {
        display: none;
    }
}

@media(max-width:767px) {
    .modal-register-default .close {
        color: #000;
        font-size: 20px;
        padding: 15px;
        top: 0;
        right: 0;
    }
    .modal-register-default .close svg {
        fill: #000;
        width: 20px;
        height: 20px;
    }
    .modal-register-default .modal-dialog {
        padding: 10px 0 0;
    }
    .modal-register-default .modal-content .modal-body {
        padding: 0 15px 5px;
        margin: 0;
        width: 100%;
    }
    .modal-register-default .modal-content .modal-body h2 {
        font-size: 20px;
        line-height: normal;
    }
    .modal-register-default .modal-content .modal-body .form-request .form-group .btn-registration {
        padding: 0 45px;
        height: 50px;
        line-height: 50px;
    }
}

.modal-register-sso,
.modal-login-sso,
.modal-register-success-default {
    z-index: 2147483644;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    background: url(/Themes/Portal/Default/StylesV2/images/bg-register.jpg) no-repeat center center;
    background-size: cover;
}

.modal-register-sso .close,
.modal-login-sso .close,
.modal-register-success-default .close {
    font-size: 0;
    color: #fff;
    text-shadow: none;
    opacity: .6;
    position: absolute;
    top: 66px;
    right: 30px;
    display: block;
    z-index: 99;
    outline: none;
}

.modal-register-sso .close svg,
.modal-login-sso .close svg,
.modal-register-success-default .close svg {
    width: 30px;
    height: 30px;
    fill: #a3a8af;
}

.modal-register-sso .modal-dialog,
.modal-login-sso .modal-dialog,
.modal-register-success-default .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.modal-register-sso .modal-content,
.modal-login-sso .modal-content,
.modal-register-success-default .modal-content {
    background: none;
    border: none;
    text-align: center;
    box-shadow: none;
}

.modal-register-sso .modal-content .modal-body,
.modal-login-sso .modal-content .modal-body,
.modal-register-success-default .modal-content .modal-body {
    min-height: 100vh;
    width: 565px;
    margin: 0 auto;
    padding: 126px 0 35px;
    position: relative;
}

.modal-register-sso .modal-content .modal-body .logo,
.modal-login-sso .modal-content .modal-body .logo,
.modal-register-success-default .modal-content .modal-body .logo {
    height: 70px;
}

.modal-register-sso .modal-content .modal-body .logo img,
.modal-login-sso .modal-content .modal-body .logo img,
.modal-register-success-default .modal-content .modal-body .logo img {
    height: 70px;
}

.modal-register-sso .modal-content .modal-body h2,
.modal-login-sso .modal-content .modal-body h2,
.modal-register-success-default .modal-content .modal-body h2 {
    color: #182537;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1.2;
}

.modal-register-sso .modal-content .modal-body p,
.modal-login-sso .modal-content .modal-body p,
.modal-register-success-default .modal-content .modal-body p {
    font-size: 18px;
    color: #3a3a3a;
    line-height: 21px;
    margin: 12px 0 0;
}

.modal-register-sso .modal-content .modal-body .form-request,
.modal-login-sso .modal-content .modal-body .form-request,
.modal-register-success-default .modal-content .modal-body .form-request {
    margin-top: 36px;
}

.modal-register-sso .modal-content .modal-body .form-request .row,
.modal-login-sso .modal-content .modal-body .form-request .row,
.modal-register-success-default .modal-content .modal-body .form-request .row {
    margin: 0 -8.5px;
}

.modal-register-sso .modal-content .modal-body .form-request .row .col-md-6,
.modal-login-sso .modal-content .modal-body .form-request .row .col-md-6,
.modal-register-success-default .modal-content .modal-body .form-request .row .col-md-6 {
    padding: 0 8.5px;
}

.modal-register-sso .modal-content .modal-body .form-request .notification .noti,
.modal-register-sso .modal-content .modal-body .form-request .notification-forget .noti,
.modal-login-sso .modal-content .modal-body .form-request .notification .noti,
.modal-login-sso .modal-content .modal-body .form-request .notification-forget .noti,
.modal-register-success-default .modal-content .modal-body .form-request .notification .noti,
.modal-register-success-default .modal-content .modal-body .form-request .notification-forget .noti {
    background: #e7fbf3;
    border: 1px solid #6fe3b6;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #182537;
    padding: 10px 26px;
    margin-bottom: 16px;
    text-align: left;
}

.modal-register-sso .modal-content .modal-body .form-request .notification .noti svg,
.modal-register-sso .modal-content .modal-body .form-request .notification-forget .noti svg,
.modal-login-sso .modal-content .modal-body .form-request .notification .noti svg,
.modal-login-sso .modal-content .modal-body .form-request .notification-forget .noti svg,
.modal-register-success-default .modal-content .modal-body .form-request .notification .noti svg,
.modal-register-success-default .modal-content .modal-body .form-request .notification-forget .noti svg {
    margin-right: 14px;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.modal-register-sso .modal-content .modal-body .form-request .notification .noti.error,
.modal-register-sso .modal-content .modal-body .form-request .notification-forget .noti.error,
.modal-login-sso .modal-content .modal-body .form-request .notification .noti.error,
.modal-login-sso .modal-content .modal-body .form-request .notification-forget .noti.error,
.modal-register-success-default .modal-content .modal-body .form-request .notification .noti.error,
.modal-register-success-default .modal-content .modal-body .form-request .notification-forget .noti.error {
    background: #fdf3f5;
    border: 1px solid #ff9494;
}

.modal-register-sso .modal-content .modal-body .form-request .register-phone-exist,
.modal-login-sso .modal-content .modal-body .form-request .register-phone-exist,
.modal-register-success-default .modal-content .modal-body .form-request .register-phone-exist {
    color: #f00;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

.modal-register-sso .modal-content .modal-body .form-request .register-form-error,
.modal-login-sso .modal-content .modal-body .form-request .register-form-error,
.modal-register-success-default .modal-content .modal-body .form-request .register-form-error {
    color: #f00;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 10px;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

.modal-register-sso .modal-content .modal-body .form-request .text-noti,
.modal-login-sso .modal-content .modal-body .form-request .text-noti,
.modal-register-success-default .modal-content .modal-body .form-request .text-noti {
    font-size: 14px;
    text-align: left;
    color: #f00;
    margin: 0;
    margin-top: -10px;
    margin-bottom: 20px;
}

.modal-register-sso .modal-content .modal-body .form-request .text-noti span,
.modal-login-sso .modal-content .modal-body .form-request .text-noti span,
.modal-register-success-default .modal-content .modal-body .form-request .text-noti span {
    margin-right: 2px;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group,
.modal-login-sso .modal-content .modal-body .form-request .form-group,
.modal-register-success-default .modal-content .modal-body .form-request .form-group {
    margin-bottom: 16px;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-text-field,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-text-field,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-text-field {
    position: relative;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-text-field input,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-text-field input,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-text-field input {
    padding: 20px 10px 5px 19px;
    color: #333;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-text-field input:focus,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-text-field input:focus,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-text-field input:focus {
    box-shadow: none;
    border-color: #08f;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-text-field input[disabled],
.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-text-field input[disabled="disabled"],
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-text-field input[disabled],
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-text-field input[disabled="disabled"],
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-text-field input[disabled],
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-text-field input[disabled="disabled"] {
    background: #f5f5f5;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-text-field select,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-text-field select,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-text-field select {
    padding: 20px 10px 5px 19px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RThGNTlDNDMyOEY5MTFFODk4MzlDOEY1NDA5REJGMzAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RThGNTlDNDQyOEY5MTFFODk4MzlDOEY1NDA5REJGMzAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFOEY1OUM0MTI4RjkxMUU4OTgzOUM4RjU0MDlEQkYzMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOEY1OUM0MjI4RjkxMUU4OTgzOUM4RjU0MDlEQkYzMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ptrwhb8AAACJSURBVHjaYli8ePGZ69evh/748YMBHZ88ebJ89erVu5nk5eX3bNq0adX9+/dDGZDAxYsXyw8cONAhJye3B6zj0KFDHZ2dnf9hJoJMAPFBNIjPAtJlZmZWAaJBJhoaGs46f/58moODQ4W+vn4n2FhkN8BMhJkAw4wgAhk8e/bMRUpKag+yGECAAQDx5Wsy4TbrYQAAAABJRU5ErkJggg==") no-repeat right 15px center;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-text-field select:focus,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-text-field select:focus,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-text-field select:focus {
    box-shadow: none;
    border-color: #08f;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-text-field input:focus~label,
.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-text-field input.valid~label,
.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-text-field select:valid~label,
.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-text-field input.has-value~label,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-text-field input:focus~label,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-text-field input.valid~label,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-text-field select:valid~label,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-text-field input.has-value~label,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-text-field input:focus~label,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-text-field input.valid~label,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-text-field select:valid~label,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-text-field input.has-value~label {
    top: 6px;
    font-size: 11px;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-text-field textarea,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-text-field textarea,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-text-field textarea {
    height: 80px;
    border-radius: 25px;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-text-field label,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-text-field label,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-text-field label {
    font-size: 14px;
    color: #747c87;
    margin: 0;
    transform-origin: left top;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    position: absolute;
    top: 13px;
    left: 20px;
    cursor: text;
    z-index: 9;
    font-weight: 400;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-text-field label[for="PhoneNumber"],
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-text-field label[for="PhoneNumber"],
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-text-field label[for="PhoneNumber"] {
    left: 80px;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-select-field select,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-select-field select,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-select-field select {
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-select-field select:valid~label,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-select-field select:valid~label,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-select-field select:valid~label {
    top: 3px;
    padding-top: 3px;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-select-field label,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-select-field label,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-select-field label {
    z-index: 1;
    height: 46px;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: #fff;
    border-radius: 50px;
    text-align: left;
    padding: 12px 19px;
    font-weight: 400;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-selectize,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-selectize,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-selectize {
    position: relative;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-selectize label,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-selectize label,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-selectize label {
    font-size: 14px;
    color: #747c87;
    margin: 0;
    transform-origin: left top;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    position: absolute;
    top: 13px;
    left: 20px;
    cursor: text;
    z-index: 9;
    font-weight: 400;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-selectize label.filled,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-selectize label.filled,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-selectize label.filled {
    top: 6px;
    font-size: 11px;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-checkbox label,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-checkbox label,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-checkbox label {
    display: flex;
    justify-items: flex-start;
    text-align: left;
    cursor: pointer;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-checkbox label input[type="checkbox"],
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-checkbox label input[type="checkbox"],
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-checkbox label input[type="checkbox"] {
    margin-left: 2px;
    margin-top: 1px;
    margin-right: 5px;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-checkbox label span,
.modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-checkbox label span,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-checkbox label span {
    font-size: 12px;
    line-height: 15px;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.valid.mdc-text-field label,
.modal-login-sso .modal-content .modal-body .form-request .form-group.valid.mdc-text-field label,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.valid.mdc-text-field label {
    top: 6px;
    font-size: 11px;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.valid.mdc-select-field label,
.modal-login-sso .modal-content .modal-body .form-request .form-group.valid.mdc-select-field label,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.valid.mdc-select-field label {
    top: 3px;
    padding-top: 3px;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.valid.mdc-selectize label,
.modal-login-sso .modal-content .modal-body .form-request .form-group.valid.mdc-selectize label,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.valid.mdc-selectize label {
    top: 6px;
    font-size: 11px;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.captcha-field,
.modal-register-sso .modal-content .modal-body .form-request .form-group .captcha-field,
.modal-login-sso .modal-content .modal-body .form-request .form-group.captcha-field,
.modal-login-sso .modal-content .modal-body .form-request .form-group .captcha-field,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.captcha-field,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .captcha-field {
    display: flex;
    align-items: flex-start;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.captcha-field .resetCaptchaBtn,
.modal-register-sso .modal-content .modal-body .form-request .form-group .captcha-field .resetCaptchaBtn,
.modal-login-sso .modal-content .modal-body .form-request .form-group.captcha-field .resetCaptchaBtn,
.modal-login-sso .modal-content .modal-body .form-request .form-group .captcha-field .resetCaptchaBtn,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.captcha-field .resetCaptchaBtn,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .captcha-field .resetCaptchaBtn {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAATCAMAAABMZWaEAAAAw1BMVEWNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkGNxkEC4GM9AAAAQHRSTlMAEgMz9jaiHhgqbO0GS/mBt9gMLfwVPGPwcmZCnIrqmZZOhLTS83vVw8Bah8yrsZB4YOGNvSTJRSfkqF2lD585noPY2gAAAM1JREFUeF5tz0duw0AQRNFijmKmJJPKyTnnXPc/lTFNDwYG/DYF/E2jIYKzOO/GKYBrGxrGJxTTWVTzSNd0ReOYWY2BTy5Oi5LaLpXscf+u1l5fuhT30jeZg1/BTHrTq/BwDqOgcmcB2IUmhw3pXrzNa1i4ghFNnBZihBj/sG7gqXFuD8utbfpoAxsrl8ochq++ftxLj02OsrWajuLpGYOXsrGgbDl4zfug8nKXPkS74B9lq+8zOSTU/Ara8gOfk2JKMvn6hlF5MqGjn/gBQjMkxeyTjBMAAAAASUVORK5CYII=") no-repeat top 14px center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    flex-shrink: 0;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.captcha-field #CaptchaCanv,
.modal-register-sso .modal-content .modal-body .form-request .form-group .captcha-field #CaptchaCanv,
.modal-login-sso .modal-content .modal-body .form-request .form-group.captcha-field #CaptchaCanv,
.modal-login-sso .modal-content .modal-body .form-request .form-group .captcha-field #CaptchaCanv,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.captcha-field #CaptchaCanv,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .captcha-field #CaptchaCanv {
    background: #f5f5f5;
    vertical-align: top;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.captcha-field #imgCapchaPopup,
.modal-register-sso .modal-content .modal-body .form-request .form-group .captcha-field #imgCapchaPopup,
.modal-login-sso .modal-content .modal-body .form-request .form-group.captcha-field #imgCapchaPopup,
.modal-login-sso .modal-content .modal-body .form-request .form-group .captcha-field #imgCapchaPopup,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.captcha-field #imgCapchaPopup,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .captcha-field #imgCapchaPopup {
    height: 48px;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group.invalid input,
.modal-login-sso .modal-content .modal-body .form-request .form-group.invalid input,
.modal-register-success-default .modal-content .modal-body .form-request .form-group.invalid input {
    border-color: #ff4d4d;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .form-input,
.modal-register-sso .modal-content .modal-body .form-request .form-group select,
.modal-login-sso .modal-content .modal-body .form-request .form-group .form-input,
.modal-login-sso .modal-content .modal-body .form-request .form-group select,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .form-input,
.modal-register-success-default .modal-content .modal-body .form-request .form-group select {
    border: 1px solid #d3d5d7;
    border-radius: 50px;
    color: #333;
    font-size: 14px;
    height: initial;
    padding: 10px 10px 10px 20px;
    background-color: #fff;
    width: 100%;
    outline: none;
    box-shadow: none;
    line-height: 1.5;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .selectize-input,
.modal-login-sso .modal-content .modal-body .form-request .form-group .selectize-input,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .selectize-input {
    vertical-align: top;
    border: 1px solid #d3d5d7;
    border-radius: 50px;
    color: #333;
    font-size: 14px;
    height: initial;
    padding: 20px 10px 5px 19px;
    background: #fff;
    width: 100%;
    box-shadow: none;
    text-align: left;
    cursor: text;
    line-height: 21px;
    font-weight: 400;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .selectize-input input,
.modal-login-sso .modal-content .modal-body .form-request .form-group .selectize-input input,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .selectize-input input {
    font-size: inherit;
    margin: 0;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .selectize-input:after,
.modal-login-sso .modal-content .modal-body .form-request .form-group .selectize-input:after,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .selectize-input:after {
    display: none;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .selectize-input.focus,
.modal-register-sso .modal-content .modal-body .form-request .form-group .selectize-input.dropdown-active,
.modal-login-sso .modal-content .modal-body .form-request .form-group .selectize-input.focus,
.modal-login-sso .modal-content .modal-body .form-request .form-group .selectize-input.dropdown-active,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .selectize-input.focus,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .selectize-input.dropdown-active {
    box-shadow: none;
    border-color: #08f;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .selectize-dropdown,
.modal-login-sso .modal-content .modal-body .form-request .form-group .selectize-dropdown,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .selectize-dropdown {
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .selectize-dropdown .option,
.modal-login-sso .modal-content .modal-body .form-request .form-group .selectize-dropdown .option,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .selectize-dropdown .option {
    border-bottom: 1px solid #d8dee6;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 33px;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .text-danger,
.modal-login-sso .modal-content .modal-body .form-request .form-group .text-danger,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .text-danger {
    display: block;
    text-align: left;
    font-weight: 400;
    padding: 0 10px;
    color: #dc3545;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 13px;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .easy-autocomplete,
.modal-login-sso .modal-content .modal-body .form-request .form-group .easy-autocomplete,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .easy-autocomplete {
    width: 100% !important;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .easy-autocomplete input,
.modal-login-sso .modal-content .modal-body .form-request .form-group .easy-autocomplete input,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .easy-autocomplete input {
    box-shadow: none;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .easy-autocomplete .easy-autocomplete-container ul,
.modal-login-sso .modal-content .modal-body .form-request .form-group .easy-autocomplete .easy-autocomplete-container ul,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .easy-autocomplete .easy-autocomplete-container ul {
    border-top: 1px solid #ccc;
    margin-top: 1px;
    text-align: left;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .easy-autocomplete .easy-autocomplete-container ul li,
.modal-login-sso .modal-content .modal-body .form-request .form-group .easy-autocomplete .easy-autocomplete-container ul li,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .easy-autocomplete .easy-autocomplete-container ul li {
    border-bottom: 1px solid #d8dee6;
    padding: 9px 10px;
    font-size: 14px;
    color: #212b35;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .easy-autocomplete .easy-autocomplete-container ul li.selected,
.modal-login-sso .modal-content .modal-body .form-request .form-group .easy-autocomplete .easy-autocomplete-container ul li.selected,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .easy-autocomplete .easy-autocomplete-container ul li.selected {
    background-color: #5897fb;
    color: #fff;
    cursor: pointer;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .btn-registration,
.modal-login-sso .modal-content .modal-body .form-request .form-group .btn-registration,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .btn-registration {
    color: #fff;
    background: #2ad38b;
    background: linear-gradient(to right, #2ad38b, #0cceb0);
    border-radius: 45px;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
    box-shadow: 0 5px 54px 0 rgba(0, 0, 0, .12);
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    padding: 0 44px;
    border: none;
    cursor: pointer;
    outline: none;
    position: relative;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .btn-registration.btn-fnb,
.modal-login-sso .modal-content .modal-body .form-request .form-group .btn-registration.btn-fnb,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .btn-registration.btn-fnb {
    background-image: -moz-linear-gradient(21deg, #0cc2ed 0%, #4fcbf8 100%);
    background-image: -webkit-linear-gradient(21deg, #0cc2ed 0%, #4fcbf8 100%);
    background-image: -ms-linear-gradient(21deg, #0cc2ed 0%, #4fcbf8 100%);
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .btn-registration svg,
.modal-login-sso .modal-content .modal-body .form-request .form-group .btn-registration svg,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .btn-registration svg {
    fill: #fff;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    top: 50%;
    margin-top: -10.5px;
    margin-left: -10.5px;
    width: 21px;
    height: 21px;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .btn-registration.btn-loading,
.modal-login-sso .modal-content .modal-body .form-request .form-group .btn-registration.btn-loading,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .btn-registration.btn-loading {
    pointer-events: none;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .btn-registration.btn-loading svg,
.modal-login-sso .modal-content .modal-body .form-request .form-group .btn-registration.btn-loading svg,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .btn-registration.btn-loading svg {
    opacity: 1;
    visibility: visible;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .btn-registration.btn-loading span,
.modal-login-sso .modal-content .modal-body .form-request .form-group .btn-registration.btn-loading span,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .btn-registration.btn-loading span {
    opacity: 0;
    visibility: hidden;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .iti--separate-dial-code,
.modal-login-sso .modal-content .modal-body .form-request .form-group .iti--separate-dial-code,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .iti--separate-dial-code {
    display: block;
}

.modal-register-sso .modal-content .modal-body .form-request .form-group .iti--separate-dial-code .iti__selected-flag,
.modal-login-sso .modal-content .modal-body .form-request .form-group .iti--separate-dial-code .iti__selected-flag,
.modal-register-success-default .modal-content .modal-body .form-request .form-group .iti--separate-dial-code .iti__selected-flag {
    background: none;
    font-size: 14px;
    padding-left: 15px;
    outline: none;
}

.modal-register-sso .modal-content .modal-body .form-request .social-login span,
.modal-login-sso .modal-content .modal-body .form-request .social-login span,
.modal-register-success-default .modal-content .modal-body .form-request .social-login span {
    display: block;
    color: #3a3a3a;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 24px;
}

.modal-register-sso .modal-content .modal-body .form-request .social-login__btn-group,
.modal-login-sso .modal-content .modal-body .form-request .social-login__btn-group,
.modal-register-success-default .modal-content .modal-body .form-request .social-login__btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.modal-register-sso .modal-content .modal-body .form-request .social-login__btn-group a,
.modal-login-sso .modal-content .modal-body .form-request .social-login__btn-group a,
.modal-register-success-default .modal-content .modal-body .form-request .social-login__btn-group a {
    width: 151px;
    height: 48px;
    display: block;
    margin: 0 12.5px;
}

.modal-register-success-default .modal-content .modal-body .btn-registration {
    line-height: 40px;
    padding: 0 20px;
    margin-top: 10px;
    border: none;
}

.modal-register-success-default .modal-content .modal-body .btn-registration.btn-fnb {
    background-image: -moz-linear-gradient(21deg, #0cc2ed 0%, #4fcbf8 100%);
    background-image: -webkit-linear-gradient(21deg, #0cc2ed 0%, #4fcbf8 100%);
    background-image: -ms-linear-gradient(21deg, #0cc2ed 0%, #4fcbf8 100%);
}

.modal-register-success-default .modal-content .modal-body .icon-success,
.modal-register-success-default .modal-content .modal-body .icon-failed {
    width: 80px;
    height: 80px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.modal-register-success-default .modal-content .modal-body .icon-failed {
    fill: #818181;
}

.modal-register-success-default .modal-content .modal-body .icon-success {
    fill: #11cfa9;
}

.count-down {
    position: relative;
    margin-top: 15px;
}

.count-down span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 30px;
    color: #898989;
}

.count-down .svg-countdown {
    position: absolute;
}

.count-down .svg-countdown circle {
    stroke: #ddd;
}

.count-down .svg-countdown-progress {
    position: relative;
    z-index: 1;
}

.count-down .svg-countdown-progress .circle-animation {
    stroke-dasharray: 315;
    stroke-dashoffset: 0;
    transition: all 1s linear;
    transform: rotate(-90deg);
}

@media(max-width:1900px) {
    .modal-register-sso .close,
    .modal-login-sso .close,
    .modal-register-success-default .close {
        top: 30px;
    }
    .modal-register-sso .modal-content .modal-body,
    .modal-login-sso .modal-content .modal-body,
    .modal-register-success-default .modal-content .modal-body {
        padding: 80px 0 35px;
    }
}

@media(max-width:1399px) {
    .modal-register-sso .close,
    .modal-login-sso .close,
    .modal-register-success-default .close {
        top: 30px;
    }
    .modal-register-sso .close svg,
    .modal-login-sso .close svg,
    .modal-register-success-default .close svg {
        width: 20px;
        height: 20px;
    }
    .modal-register-sso .modal-content .modal-body,
    .modal-login-sso .modal-content .modal-body,
    .modal-register-success-default .modal-content .modal-body {
        padding: 30px 0 35px;
    }
    .modal-register-sso .modal-content .modal-body .logo,
    .modal-login-sso .modal-content .modal-body .logo,
    .modal-register-success-default .modal-content .modal-body .logo {
        height: 50px;
    }
    .modal-register-sso .modal-content .modal-body .logo img,
    .modal-login-sso .modal-content .modal-body .logo img,
    .modal-register-success-default .modal-content .modal-body .logo img {
        height: 50px;
    }
    .modal-register-sso .modal-content .modal-body h2,
    .modal-login-sso .modal-content .modal-body h2,
    .modal-register-success-default .modal-content .modal-body h2 {
        margin-top: 16px;
        font-weight: 500;
        font-size: 26px;
    }
    .modal-register-sso .modal-content .modal-body p,
    .modal-login-sso .modal-content .modal-body p,
    .modal-register-success-default .modal-content .modal-body p {
        margin-top: 11px;
        font-size: 16px;
        line-height: 19px;
    }
    .modal-register-sso .modal-content .modal-body .form-request,
    .modal-login-sso .modal-content .modal-body .form-request,
    .modal-register-success-default .modal-content .modal-body .form-request {
        margin-top: 24px;
    }
    .modal-register-sso .modal-content .modal-body .form-request .social-login__btn-group,
    .modal-login-sso .modal-content .modal-body .form-request .social-login__btn-group,
    .modal-register-success-default .modal-content .modal-body .form-request .social-login__btn-group {
        margin-bottom: 0;
    }
}

@media(max-width:991px) {
    .modal-register-sso .close,
    .modal-login-sso .close,
    .modal-register-success-default .close {
        color: #000;
        font-size: 30px;
        padding: 15px;
        top: 0;
        right: 0;
    }
    .modal-register-sso .modal-content,
    .modal-login-sso .modal-content,
    .modal-register-success-default .modal-content {
        padding-top: 0;
    }
}

@media(max-width:767px) {
    .modal-register-sso .close,
    .modal-login-sso .close,
    .modal-register-success-default .close {
        color: #000;
        font-size: 20px;
        padding: 15px;
        top: 0;
        right: 0;
    }
    .modal-register-sso .close svg,
    .modal-login-sso .close svg,
    .modal-register-success-default .close svg {
        fill: #000;
        width: 20px;
        height: 20px;
    }
    .modal-register-sso .modal-content .modal-body,
    .modal-login-sso .modal-content .modal-body,
    .modal-register-success-default .modal-content .modal-body {
        padding: 30px 15px 5px;
        margin: 0;
        width: 100%;
    }
    .modal-register-sso .modal-content .modal-body h2,
    .modal-login-sso .modal-content .modal-body h2,
    .modal-register-success-default .modal-content .modal-body h2 {
        font-size: 20px;
        line-height: normal;
    }
    .modal-register-sso .modal-content .modal-body .form-request .notification .noti,
    .modal-login-sso .modal-content .modal-body .form-request .notification .noti,
    .modal-register-success-default .modal-content .modal-body .form-request .notification .noti {
        padding: 10px 15px;
    }
    .modal-register-sso .modal-content .modal-body .form-request .form-group,
    .modal-login-sso .modal-content .modal-body .form-request .form-group,
    .modal-register-success-default .modal-content .modal-body .form-request .form-group {
        margin-bottom: 15px;
    }
    .modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-text-field input,
    .modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-text-field input,
    .modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-text-field input {
        padding: 18px 10px 2px 19px;
    }
    .modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-text-field label,
    .modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-text-field label,
    .modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-text-field label {
        top: 11px;
    }
    .modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-select-field label,
    .modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-select-field label,
    .modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-select-field label {
        top: 1px;
        height: 41px;
        padding: 10px 19px;
    }
    .modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-select-field select,
    .modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-select-field select,
    .modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-select-field select {
        padding: 18px 10px 2px 19px;
    }
    .modal-register-sso .modal-content .modal-body .form-request .form-group.mdc-selectize label,
    .modal-login-sso .modal-content .modal-body .form-request .form-group.mdc-selectize label,
    .modal-register-success-default .modal-content .modal-body .form-request .form-group.mdc-selectize label {
        top: 11px;
    }
    .modal-register-sso .modal-content .modal-body .form-request .form-group.captcha-field .resetCaptchaBtn,
    .modal-register-sso .modal-content .modal-body .form-request .form-group .captcha-field .resetCaptchaBtn,
    .modal-login-sso .modal-content .modal-body .form-request .form-group.captcha-field .resetCaptchaBtn,
    .modal-login-sso .modal-content .modal-body .form-request .form-group .captcha-field .resetCaptchaBtn,
    .modal-register-success-default .modal-content .modal-body .form-request .form-group.captcha-field .resetCaptchaBtn,
    .modal-register-success-default .modal-content .modal-body .form-request .form-group .captcha-field .resetCaptchaBtn {
        width: 43px;
        height: 43px;
        line-height: 43px;
    }
    .modal-register-sso .modal-content .modal-body .form-request .form-group.captcha-field #CaptchaInput,
    .modal-register-sso .modal-content .modal-body .form-request .form-group .captcha-field #CaptchaInput,
    .modal-login-sso .modal-content .modal-body .form-request .form-group.captcha-field #CaptchaInput,
    .modal-login-sso .modal-content .modal-body .form-request .form-group .captcha-field #CaptchaInput,
    .modal-register-success-default .modal-content .modal-body .form-request .form-group.captcha-field #CaptchaInput,
    .modal-register-success-default .modal-content .modal-body .form-request .form-group .captcha-field #CaptchaInput {
        width: 130px;
    }
    .modal-register-sso .modal-content .modal-body .form-request .form-group.captcha-field #CaptchaCanv,
    .modal-register-sso .modal-content .modal-body .form-request .form-group .captcha-field #CaptchaCanv,
    .modal-login-sso .modal-content .modal-body .form-request .form-group.captcha-field #CaptchaCanv,
    .modal-login-sso .modal-content .modal-body .form-request .form-group .captcha-field #CaptchaCanv,
    .modal-register-success-default .modal-content .modal-body .form-request .form-group.captcha-field #CaptchaCanv,
    .modal-register-success-default .modal-content .modal-body .form-request .form-group .captcha-field #CaptchaCanv {
        height: 43px;
        width: auto;
    }
    .modal-register-sso .modal-content .modal-body .form-request .form-group.captcha-field #imgCapchaPopup,
    .modal-register-sso .modal-content .modal-body .form-request .form-group .captcha-field #imgCapchaPopup,
    .modal-login-sso .modal-content .modal-body .form-request .form-group.captcha-field #imgCapchaPopup,
    .modal-login-sso .modal-content .modal-body .form-request .form-group .captcha-field #imgCapchaPopup,
    .modal-register-success-default .modal-content .modal-body .form-request .form-group.captcha-field #imgCapchaPopup,
    .modal-register-success-default .modal-content .modal-body .form-request .form-group .captcha-field #imgCapchaPopup {
        height: 43px;
    }
    .modal-register-sso .modal-content .modal-body .form-request .form-group .selectize-input,
    .modal-login-sso .modal-content .modal-body .form-request .form-group .selectize-input,
    .modal-register-success-default .modal-content .modal-body .form-request .form-group .selectize-input {
        padding: 18px 10px 2px 19px;
    }
    .modal-register-sso .modal-content .modal-body .form-request .form-group .btn-registration,
    .modal-login-sso .modal-content .modal-body .form-request .form-group .btn-registration,
    .modal-register-success-default .modal-content .modal-body .form-request .form-group .btn-registration {
        padding: 0 45px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    .modal-register-sso .modal-content .modal-body .form-request .social-login span,
    .modal-login-sso .modal-content .modal-body .form-request .social-login span,
    .modal-register-success-default .modal-content .modal-body .form-request .social-login span {
        padding-bottom: 15px;
    }
    .modal-register-sso .modal-content .modal-body .form-request .social-login__btn-group,
    .modal-login-sso .modal-content .modal-body .form-request .social-login__btn-group,
    .modal-register-success-default .modal-content .modal-body .form-request .social-login__btn-group {
        margin-bottom: 20px;
    }
    .modal-register-sso .modal-content .modal-body .form-request .social-login__btn-group a,
    .modal-login-sso .modal-content .modal-body .form-request .social-login__btn-group a,
    .modal-register-success-default .modal-content .modal-body .form-request .social-login__btn-group a {
        width: 129px;
        height: 40px;
        margin: 0 7.5px;
    }
}

.pulse {
    -webkit-animation: pulse 1s steps(8) infinite;
    animation: pulse 1s steps(8) infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.modal {
    z-index: 19979;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/Oswald-Bold.ttf);
}

.ld-agency {
    overflow: hidden;
}

.ld-agency .btn-registration {
    height: 75px;
    line-height: 75px;
    font-size: 28px;
    color: #fff;
    background: #11cfaa;
    padding: 0 62px;
}

.ld-agency .banner {
    background: url(images/bg-banner.png) no-repeat center bottom;
    background-size: cover;
}

.ld-agency .banner h1 {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    margin: 142px 0 13px;
    white-space: nowrap;
}

.ld-agency .banner p {
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
    margin: 0 0 33px;
}

.ld-agency .banner p strong {
    font-size: 25px;
    font-weight: bold;
    color: #fff225;
}

.ld-agency .banner .btn-registration {
    margin-bottom: 213px;
}

.ld-agency .intro {
    background: url(images/bg-intro.jpg) no-repeat center top;
    background-size: cover;
    padding: 80px 0 97px;
}

.ld-agency .intro h2 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 300;
    color: #464646;
    margin: 0 0 56px;
}

.ld-agency .intro .item {
    text-align: left;
    margin-bottom: 57px;
}

.ld-agency .intro .item .block-content {
    padding-top: 23px;
}

.ld-agency .intro .item .block-content p {
    font-size: 16px;
    line-height: 24px;
    color: #464646;
}

.ld-agency .intro .item .block-content p strong {
    font-weight: bold;
    font-size: 21px;
}

.ld-agency .intro .item.second {
    margin-bottom: 21px;
}

.ld-agency .intro .item.second .block-content {
    padding-top: 87px;
}

.ld-agency .intro h3 {
    font-size: 26px;
    font-weight: 300;
    color: #464646;
    line-height: 1.2;
    position: relative;
    padding: 0 0 21px;
    margin: 0 0 25px;
}

.ld-agency .intro h3:after {
    content: "";
    width: 42px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-image: -moz-linear-gradient(0deg, #0062db 1%, #2fefce 100%);
    background-image: -webkit-linear-gradient(0deg, #0062db 1%, #2fefce 100%);
    background-image: -ms-linear-gradient(0deg, #0062db 1%, #2fefce 100%);
}

.ld-agency .reason {
    background: url(images/bg-reason.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    padding: 72px 0 25px;
}

.ld-agency .reason h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 26px;
}

.ld-agency .reason h2 strong {
    font-weight: bold;
}

.ld-agency .reason h2+p {
    margin-bottom: 0;
}

.ld-agency .reason p {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 24px;
}

.ld-agency .reason p~p {
    margin-bottom: 18px;
}

.ld-agency .reason p~p a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-top: 10px;
}

.ld-agency .reason p~p a:hover {
    text-decoration: underline;
}

.ld-agency .reason p.warning {
    font-size: 16px;
    color: #fff225;
    font-style: italic;
    margin-bottom: 13px;
}

.ld-agency .reason .bg-title {
    position: absolute;
    top: 179px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9;
    transform: translateX(10px);
}

.ld-agency .reason h3 {
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    font-family: "Oswald";
    text-shadow: 0 4px 0 rgba(0, 0, 0, .13);
    text-transform: uppercase;
    margin: 0 0 16px;
}

.ld-agency .reason h3 strong {
    font-size: 87px;
    color: #fff225;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 16px;
}

.ld-agency .reason .table-shadow {
    position: relative;
    margin: 0 -7.5px 35px;
    z-index: 1;
}

.ld-agency .reason .table-shadow:after,
.ld-agency .reason .table-shadow:before {
    content: "";
    height: 100%;
    border-radius: 10px;
    position: absolute;
}

.ld-agency .reason .table-shadow:before {
    background-image: -moz-linear-gradient(4deg, #10cbfd 1%, #02e7bf 99%);
    background-image: -webkit-linear-gradient(4deg, #10cbfd 1%, #02e7bf 99%);
    background-image: -ms-linear-gradient(4deg, #10cbfd 1%, #02e7bf 99%);
    opacity: .11;
    left: 41px;
    right: 41px;
    bottom: -13px;
    z-index: 1;
}

.ld-agency .reason .table-shadow:after {
    background-image: -moz-linear-gradient(4deg, #10cbfd 1%, #02e7bf 99%);
    background-image: -webkit-linear-gradient(4deg, #10cbfd 1%, #02e7bf 99%);
    background-image: -ms-linear-gradient(4deg, #10cbfd 1%, #02e7bf 99%);
    opacity: .2;
    left: 14px;
    right: 14px;
    bottom: -6px;
    z-index: 2;
}

.ld-agency .reason table {
    border-radius: 10px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .41);
    position: relative;
    z-index: 3;
    background: #fff;
    width: 100%;
}

.ld-agency .reason table tr th,
.ld-agency .reason table tr td {
    font-size: 16px;
    font-weight: 500;
    color: #464646;
    padding: 10px 18px;
    border: 1px solid #d4d4d4;
    position: relative;
}

.ld-agency .reason table tr th:first-child,
.ld-agency .reason table tr td:first-child {
    text-align: left;
}

.ld-agency .reason table tr th {
    border-bottom: none;
    border-top: none;
}

.ld-agency .reason table tr th:first-child {
    border-left: none;
}

.ld-agency .reason table tr th:last-child {
    border-right: none;
}

.ld-agency .reason table tr td:first-child {
    border-left: none;
    padding-right: 45px;
}

.ld-agency .reason table tr td:last-child {
    border-right: none;
}

.ld-agency .reason table tr td[rowspan] {
    border-bottom: none;
}

.ld-agency .reason table tr td .icon-tooltip-info {
    position: absolute;
    font-size: 16px;
    color: #808080;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: right;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    z-index: 9;
}

.ld-agency .reason table tr td .icon-tooltip-info .icon-price-info {
    background: url(images/icon-price-info.png) no-repeat center center;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.ld-agency .reason table tr td .icon-tooltip-info .tooltip-box {
    position: absolute;
    top: 36px;
    left: -22px;
    display: none;
    z-index: 9;
}

.ld-agency .reason table tr td .icon-tooltip-info .tooltip-text {
    position: relative;
    background: #fff;
    border: 1px solid #d1d1d1;
    display: block;
    width: 250px;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    line-height: 18px;
}

.ld-agency .reason table tr td .icon-tooltip-info .tooltip-text:before,
.ld-agency .reason table tr td .icon-tooltip-info .tooltip-text:after {
    bottom: 100%;
    left: 35px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ld-agency .reason table tr td .icon-tooltip-info .tooltip-text:before {
    border-color: rgba(209, 209, 209, 0);
    border-bottom-color: #d1d1d1;
    border-width: 11px;
    margin-left: -11px;
}

.ld-agency .reason table tr td .icon-tooltip-info .tooltip-text:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.ld-agency .reason table tr td .icon-tooltip-info:hover .tooltip-box {
    display: block;
}

.ld-agency .reason table tr:last-child td {
    border-bottom: none;
}

.ld-agency .step {
    background: url(images/bg-step.jpg) no-repeat center top;
    background-size: cover;
    padding: 91px 0 0;
}

.ld-agency .step h2 {
    font-size: 42px;
    font-weight: 300;
    color: #252525;
    line-height: 1.2;
    margin: 0 0 82px;
}

.ld-agency .step h2~h2 {
    white-space: nowrap;
    margin: 0 0 62px;
}

.ld-agency .step .item .icon {
    height: 142px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin: 0 0 30px;
}

.ld-agency .step .item .icon img {
    max-height: 142px;
}

.ld-agency .step .item .icon:after {
    content: "";
    width: 81px;
    height: 32px;
    background: url(images/step-arrow.png) no-repeat center center;
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
}

.ld-agency .step .item.three .icon:after {
    display: none;
}

.ld-agency .step .item h3 {
    font-size: 24px;
    color: #252525;
    font-weight: bold;
    margin: 0 0 10px;
}

.ld-agency .step .item p {
    font-size: 16px;
    color: #464646;
    line-height: 24px;
    margin: 0 0 40px;
}

.ld-agency .step .btn-registration {
    margin: 0 0 126px;
}

.ld-agency .step .btn-registration~.btn-registration {
    margin: 28px 0 90px;
}

.ld-agency .step .block-img {
    direction: rtl;
}

.ld-agency .step .block-img img {
    margin-right: 17px;
}

.ld-agency .step .block-content {
    text-align: left;
    padding-top: 18px;
}

.ld-agency .step .block-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ld-agency .step .block-content ul li {
    align-items: flex-start;
    margin: 0 0 38px;
}

.ld-agency .step .block-content ul li img {
    flex-shrink: 0;
    width: 85px;
    height: 85px;
    margin-top: 3px;
    margin-right: 14px;
}

.ld-agency .step .block-content ul li h3 {
    font-size: 21px;
    color: #252525;
    font-weight: bold;
    margin: 0 0 14px;
}

.ld-agency .step .block-content ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #464646;
    margin: 0;
    margin-right: -10px;
}

.ld-agency .product {
    background: url(images/bg-product.jpg) no-repeat center top;
    background-size: cover;
    padding: 80px 0 115px;
}

.ld-agency .product h2 {
    font-size: 42px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 50px;
}

.ld-agency .product img {
    max-width: 100%;
}

.ld-agency .product .block-content {
    background: #fff;
    width: 100%;
    min-height: 324px;
    padding: 21px 16px 0;
}

.ld-agency .product .block-content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #252525;
    margin: 0 0 22px;
}

.ld-agency .product .block-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.ld-agency .product .block-content ul li {
    font-size: 14px;
    line-height: 22px;
    position: relative;
    padding-left: 23px;
    padding-bottom: 12px;
}

.ld-agency .product .block-content ul li:before {
    content: "";
    font-family: "FontAwesome";
    color: #0090ff;
    position: absolute;
    left: 0;
    top: -2px;
}

.ld-agency .customers {
    background: url(images/bg-customer.jpg) no-repeat center top;
    background-size: cover;
    padding: 77px 0 97px;
}

.ld-agency .customers h2 {
    font-size: 42px;
    font-weight: 300;
    color: #252525;
    line-height: 1.2;
    margin: 0 0 43px;
}

.ld-agency .customers .item {
    background: #fff;
    box-shadow: 0 8px 35px 0 rgba(0, 20, 54, .08);
    padding: 54px 28px;
}

.ld-agency .customers .item .logo-customer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 92px;
    margin: 0 0 33px;
}

.ld-agency .customers .item h3 {
    font-size: 21px;
    line-height: 1.2;
    font-weight: bold;
    color: #252525;
    margin: 0 0 3px;
}

.ld-agency .customers .item address {
    font-size: 14px;
    line-height: 26px;
    color: #464646;
    margin: 0;
}

.modal-register-agency .modal-dialog,
.modal-register-agency-success .modal-dialog {
    max-width: 550px;
}

.modal-register-agency .modal-dialog .modal-content,
.modal-register-agency-success .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
    background: url(images/bg-popup.jpg) no-repeat top center #fff;
    text-align: center;
    padding: 48px 45px 37px;
}

.modal-register-agency .modal-dialog .modal-content .modal-body,
.modal-register-agency-success .modal-dialog .modal-content .modal-body {
    padding: 0;
}

.modal-register-agency .modal-dialog .modal-content .close-popup,
.modal-register-agency-success .modal-dialog .modal-content .close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-register-agency .modal-dialog .modal-content .form-TuVan p,
.modal-register-agency-success .modal-dialog .modal-content .form-TuVan p {
    font-size: 18px;
    font-weight: 300;
    color: #464646;
    margin: 0 0 3px;
}

.modal-register-agency .modal-dialog .modal-content .form-TuVan h2,
.modal-register-agency-success .modal-dialog .modal-content .form-TuVan h2 {
    font-size: 28px;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 1.2;
    margin: 0 0 30px;
}

.modal-register-agency .modal-dialog .modal-content .form-TuVan input,
.modal-register-agency-success .modal-dialog .modal-content .form-TuVan input {
    width: 100%;
    height: 56px;
    border-radius: 28px;
    padding: 0 27px;
    font-size: 16px;
    color: #464646;
    border: none;
    outline: none;
    box-shadow: none;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
}

.modal-register-agency .modal-dialog .modal-content .form-TuVan input[name="Captcha"],
.modal-register-agency-success .modal-dialog .modal-content .form-TuVan input[name="Captcha"] {
    height: 44px;
    border-radius: 22px;
}

.modal-register-agency .modal-dialog .modal-content .form-TuVan .text-danger,
.modal-register-agency-success .modal-dialog .modal-content .form-TuVan .text-danger {
    font-size: 13px;
    text-align: left;
    font-weight: 400;
    display: block;
    padding: 0 27px;
}

.modal-register-agency .modal-dialog .modal-content .form-TuVan .text-danger span,
.modal-register-agency-success .modal-dialog .modal-content .form-TuVan .text-danger span {
    padding-top: 7px;
    display: block;
}

.modal-register-agency .modal-dialog .modal-content .form-TuVan .btn-registration,
.modal-register-agency-success .modal-dialog .modal-content .form-TuVan .btn-registration {
    background-image: -moz-linear-gradient(33deg, #2ad38b 0%, #0cceb0 100%);
    background-image: -webkit-linear-gradient(33deg, #2ad38b 0%, #0cceb0 100%);
    background-image: -ms-linear-gradient(33deg, #2ad38b 0%, #0cceb0 100%);
    box-shadow: 0 1px 31.85px 3.15px rgba(0, 0, 0, .09);
    width: 310px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 21px;
    border: none;
    cursor: pointer;
    margin-top: 15px;
    outline: none;
}

.modal-register-agency-success .modal-dialog .modal-content .form-TuVan .ti-check {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: #00deb2;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
}

.modal-register-agency-success .modal-dialog .modal-content .form-TuVan h2 {
    font-size: 26px;
    margin: 0 0 10px;
}

@media(min-width:992px) and (max-width:1199px) {
    .ld-agency .btn-registration {
        height: 65px;
        line-height: 65px;
        font-size: 24px;
        padding: 0 60px;
    }
    .ld-agency .banner h1 {
        font-size: 36px;
        line-height: 1.4;
    }
    .ld-agency .banner p {
        font-size: 18px;
    }
    .ld-agency .banner p strong {
        font-size: 22px;
    }
    .ld-agency .banner .btn-registration {
        margin-bottom: 215px;
    }
    .ld-agency .intro {
        padding: 60px 0 70px;
    }
    .ld-agency .intro h2 {
        font-size: 36px;
        line-height: 1.4;
        margin: 0 0 30px;
    }
    .ld-agency .intro .item {
        margin-bottom: 40px;
    }
    .ld-agency .intro .item.first .block-img img {
        margin-left: -50px;
    }
    .ld-agency .intro .item.second {
        margin-bottom: 40px;
    }
    .ld-agency .reason {
        padding: 60px 0 40px;
    }
    .ld-agency .reason h2 {
        font-size: 36px;
        line-height: 1.4;
    }
    .ld-agency .reason p {
        font-size: 20px;
    }
    .ld-agency .reason .table-shadow {
        margin: 0 0 15px;
    }
    .ld-agency .step {
        padding: 60px 0 0;
    }
    .ld-agency .step h2 {
        font-size: 36px;
        line-height: 1.4;
        margin: 0 0 50px;
    }
    .ld-agency .step h2~h2 {
        white-space: normal;
        margin: 0 0 50px;
        padding: 0 115px;
    }
    .ld-agency .step .block-content ul li {
        margin: 0 0 30px;
    }
    .ld-agency .step .block-content ul li p {
        margin-right: 0;
    }
    .ld-agency .step .btn-registration {
        margin: 0 0 75px !important;
    }
    .ld-agency .product {
        padding: 60px 0 70px;
    }
    .ld-agency .product h2 {
        font-size: 36px;
        line-height: 1.4;
    }
    .ld-agency .product .block-content {
        min-height: 367px;
    }
    .ld-agency .product .block-content h3 {
        height: 42px;
        margin: 0 0 12px;
    }
    .ld-agency .customers {
        padding: 60px 0 60px;
    }
    .ld-agency .customers h2 {
        font-size: 36px;
        line-height: 1.4;
    }
    .ld-agency .customers .item {
        padding: 40px 15px;
    }
    .ld-agency .customers .item .logo-customer {
        margin: 0 0 20px;
    }
    .ld-agency .customers .item .logo-customer img {
        max-width: 100%;
    }
    .ld-agency .customers .item address {
        padding: 0 15px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .ld-agency .btn-registration {
        height: 55px;
        line-height: 55px;
        font-size: 19px;
        padding: 0 50px;
    }
    .ld-agency .banner {
        background-position: left -160px top;
        text-align: center;
    }
    .ld-agency .banner h1 {
        margin: 100px 0 13px;
        font-size: 42px;
        line-height: 1.4;
    }
    .ld-agency .banner .btn-registration {
        margin-bottom: 100px;
    }
    .ld-agency .intro {
        padding: 60px 0;
    }
    .ld-agency .intro h2 {
        font-size: 36px;
        line-height: 1.4;
        margin: 0 0 30px;
    }
    .ld-agency .intro .item {
        margin-bottom: 30px;
    }
    .ld-agency .intro .item .block-img {
        text-align: center;
    }
    .ld-agency .intro .item .block-img img {
        max-height: 350px;
    }
    .ld-agency .intro .item .block-content {
        padding-top: 40px;
    }
    .ld-agency .intro .item.second .block-content {
        padding-top: 40px;
    }
    .ld-agency .intro h3 {
        padding: 0 55px 25px;
    }
    .ld-agency .reason {
        padding: 60px 0 30px;
        background-size: cover;
    }
    .ld-agency .reason h2 {
        font-size: 36px;
        line-height: 1.4;
    }
    .ld-agency .reason h2 strong {
        display: block;
    }
    .ld-agency .reason p {
        font-size: 19px;
    }
    .ld-agency .reason h3 {
        margin: 0;
    }
    .ld-agency .reason .table-shadow {
        margin: 0 0 15px;
    }
    .ld-agency .step {
        padding: 60px 0 0;
    }
    .ld-agency .step h2 {
        font-size: 36px;
        line-height: 1.4;
        padding: 0 35px;
        margin: 0 0 50px;
    }
    .ld-agency .step h2~h2 {
        white-space: normal;
        margin: 0 0 40px;
    }
    .ld-agency .step .item .icon:after {
        display: none;
    }
    .ld-agency .step .item h3 {
        font-size: 22px;
    }
    .ld-agency .step .block-img img {
        margin-right: 0;
        max-height: 350px;
    }
    .ld-agency .step .block-content {
        padding-top: 40px;
    }
    .ld-agency .step .block-content p {
        margin-right: 0;
    }
    .ld-agency .step .btn-registration {
        margin: 0 0 60px;
    }
    .ld-agency .step .btn-registration~.btn-registration {
        margin: 10px 0 50px;
    }
    .ld-agency .product {
        padding: 60px 0 40px;
        background-size: cover;
    }
    .ld-agency .product h2 {
        font-size: 36px;
        line-height: 1.4;
        padding: 0 50px;
    }
    .ld-agency .product .row {
        justify-content: center;
    }
    .ld-agency .product .block-content {
        min-height: 355px;
        margin-bottom: 30px;
    }
    .ld-agency .product .block-content h3 {
        padding: 0 15px;
        height: 42px;
    }
    .ld-agency .customers {
        padding: 60px 0;
    }
    .ld-agency .customers h2 {
        font-size: 36px;
        line-height: 1.4;
    }
    .ld-agency .customers .item {
        padding: 30px 10px;
    }
    .ld-agency .customers .item .logo-customer {
        margin: 0 0 20px;
    }
    .ld-agency .customers .item .logo-customer img {
        max-width: 100%;
    }
    .ld-agency .customers .item h3 {
        font-size: 17px;
    }
}

@media(max-width:767px) {
    .ld-agency .btn-registration {
        height: 55px;
        line-height: 55px;
        font-size: 19px;
        padding: 0 50px;
    }
    .ld-agency .banner {
        background-position: left -160px top;
        text-align: center;
    }
    .ld-agency .banner h1 {
        margin: 40px 0 13px;
        font-size: 28px;
        line-height: 1.4;
        white-space: normal;
    }
    .ld-agency .banner p {
        font-size: 17px;
        line-height: 1.4;
        margin: 0 0 10px;
    }
    .ld-agency .banner p strong {
        font-size: 18px;
        display: block;
        padding: 0 24px;
    }
    .ld-agency .banner .btn-registration {
        margin-bottom: 40px;
    }
    .ld-agency .intro {
        padding: 40px 0 50px;
    }
    .ld-agency .intro h2 {
        font-size: 28px;
        line-height: 1.4;
        margin: 0 0 30px;
    }
    .ld-agency .intro .item {
        margin-bottom: 30px;
    }
    .ld-agency .intro .item .block-img {
        text-align: center;
    }
    .ld-agency .intro .item .block-img img {
        max-width: 100%;
        max-height: 350px;
    }
    .ld-agency .intro .item .block-content {
        padding-top: 40px;
    }
    .ld-agency .intro .item .block-content p {
        text-align: justify;
    }
    .ld-agency .intro .item.second .block-content {
        padding-top: 40px;
    }
    .ld-agency .intro h3 {
        padding: 0 0 25px;
        font-size: 24px;
    }
    .ld-agency .reason {
        padding: 40px 0 10px;
        background-size: cover;
    }
    .ld-agency .reason h2 {
        font-size: 28px;
        line-height: 1.4;
        margin: 0 0 15px;
    }
    .ld-agency .reason h2 strong {
        display: block;
    }
    .ld-agency .reason p {
        font-size: 18px;
    }
    .ld-agency .reason p a {
        margin-top: 10px;
        display: inline-block;
        font-size: 16px !important;
    }
    .ld-agency .reason p.warning {
        font-size: 15px;
    }
    .ld-agency .reason h3 {
        margin: 0 0 30px;
        font-size: 30px;
    }
    .ld-agency .reason h3 strong {
        display: block;
    }
    .ld-agency .reason .table-shadow {
        margin: 0 0 18px;
    }
    .ld-agency .reason table tr th,
    .ld-agency .reason table tr td {
        font-size: 14px;
        padding: 14px 15px;
    }
    .ld-agency .reason table tr .title-mobile {
        padding-right: 45px;
    }
    .ld-agency .reason table tr .title-mobile .fa {
        position: absolute;
        right: 18px;
        top: 14px;
        font-size: 20px;
    }
    .ld-agency .step {
        padding: 40px 0 0;
    }
    .ld-agency .step h2 {
        font-size: 28px;
        line-height: 1.4;
        padding: 0;
        margin: 0 0 30px;
    }
    .ld-agency .step h2~h2 {
        white-space: normal;
        margin: 0 0 30px;
    }
    .ld-agency .step .item .icon {
        margin: 0 0 15px;
    }
    .ld-agency .step .item .icon:after {
        display: none;
    }
    .ld-agency .step .item h3 {
        font-size: 22px;
    }
    .ld-agency .step .item p {
        margin: 0 0 30px;
    }
    .ld-agency .step .block-img img {
        margin-right: 0;
        max-width: 100%;
        max-height: 350px;
    }
    .ld-agency .step .block-content {
        padding-top: 40px;
    }
    .ld-agency .step .block-content ul li {
        text-align: center;
        display: block !important;
        margin: 0 0 20px;
    }
    .ld-agency .step .block-content ul li img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ld-agency .step .block-content ul li p {
        text-align: justify;
        margin-right: 0;
    }
    .ld-agency .step .btn-registration {
        margin: 0 0 40px;
    }
    .ld-agency .step .btn-registration~.btn-registration {
        margin: 10px 0 40px;
    }
    .ld-agency .product {
        padding: 40px 0 20px;
        background-size: cover;
    }
    .ld-agency .product h2 {
        font-size: 28px;
        line-height: 1.4;
        padding: 0 20px;
        margin: 0 0 40px;
    }
    .ld-agency .product .row {
        justify-content: center;
    }
    .ld-agency .product .block-content {
        min-height: auto;
        margin-bottom: 30px;
    }
    .ld-agency .product .block-content h3 {
        padding: 0 15px;
        height: 42px;
    }
    .ld-agency .customers {
        padding: 40px 0 20px;
    }
    .ld-agency .customers h2 {
        font-size: 28px;
        line-height: 1.4;
        margin: 0 0 30px;
    }
    .ld-agency .customers .item {
        padding: 30px 10px;
        margin-bottom: 30px;
    }
    .ld-agency .customers .item .logo-customer {
        margin: 0 0 20px;
    }
    .ld-agency .customers .item .logo-customer img {
        max-width: 100%;
    }
    .ld-agency .customers .item h3 {
        font-size: 17px;
    }
}

@media(max-width:575px) {
    .modal-register-agency .modal-dialog .modal-content,
    .modal-register-agency-success .modal-dialog .modal-content {
        padding: 30px 15px 15px;
    }
    .modal-register-agency .modal-dialog .modal-content .form-TuVan p,
    .modal-register-agency-success .modal-dialog .modal-content .form-TuVan p {
        font-size: 16px;
    }
    .modal-register-agency .modal-dialog .modal-content .form-TuVan h2,
    .modal-register-agency-success .modal-dialog .modal-content .form-TuVan h2 {
        font-size: 22px;
    }
    .modal-register-agency .modal-dialog .modal-content .form-TuVan .form-group,
    .modal-register-agency-success .modal-dialog .modal-content .form-TuVan .form-group {
        padding: 0;
    }
    .modal-register-agency .modal-dialog .modal-content .form-TuVan .btn-registration,
    .modal-register-agency-success .modal-dialog .modal-content .form-TuVan .btn-registration {
        max-width: 100%;
    }
    .modal-register-agency .modal-dialog .modal-content .form-TuVan #Captcha,
    .modal-register-agency-success .modal-dialog .modal-content .form-TuVan #Captcha {
        width: 50% !important;
    }
}

.ti-close:before {
    content: "";
}