﻿
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@import url('/Themes/libs/animate.min.css');
@import url('/Themes/libs/themify/css/themify-icons.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&display=swap');


@font-face {
    font-family: 'AvenirNext-Bold';
    src: url('../fonts/AvenirNext-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'AvenirNext-Medium';
    src: url('../fonts/AvenirNext-Medium.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Arial Bold';
    src: url('../fonts/Arial Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Arial-Medium';
    src: url('../fonts/Arial-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Arial-Regular';
    src: url('../fonts/Arial-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Arial-SemiBold';
    src: url('../fonts/Arial-SemiBold.ttf') format('truetype');
}
:root {
    --font-site: 'Roboto', sans-serif;
    --font-bold: 'Arial Bold';
    --font-medium: 'Arial-Medium';
    --font-vipronew: 'Nunito', sans-serif;
}



html,
body {
    font-family: var(--font-site);
    font-size: 14px;
}
.viprocb-new {
    font-family: var(--font-vipronew);
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.modal.show {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}


div[data-xcate="False"] .lecturers {
    display: none;
}
div[data-xcate="True"] .field {
    display: none;
}

/* 
    ========================= Header CSS =========================
*/
.header {
    position: relative;
    z-index: 10;
}
.header.site-header-sticky {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    top: 0;
    left: 0;
    z-index: 10001;
        -webkit-box-shadow: rgb(0 0 0 / 12%) 0 10px 60px;
    -moz-box-shadow: rgba(0,0,0,.12) 0 10px 60px;
    -ms-box-shadow: rgba(0,0,0,.12) 0 10px 60px;
    -o-box-shadow: rgba(0,0,0,.12) 0 10px 60px;
    box-shadow: rgb(0 0 0 / 12%) 0 10px 60px;
        visibility: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.header.site-header-sticky.active {
        visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.header.site-header-sticky .header-top .header-top__box .header-logo {
    margin: 12px 0;
}
.header .header-top {
     position: relative;
}
.header .header-top .header-top__box {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.header .header-top .header-top__box .header-logo {
    width: 170px;
}
.header .header-top .header-top__box .header-top__btn {
    display: none;
}
.header .header-top .header-top__box .header-top__btn .btn-menu {
    display: block;
    color: #fff;
    font-size: 28px;
    width: 30px;
    text-align: center;
}
.header .header-top .header-top__phone .header-top__phone-item {
    display: flex;
    align-items: center;
}

.tl-190
{
display:none !important;
}
.header .header-top__box .header-menu {
    flex-grow: 1;
    padding: 0 5%;
}
.header .header-top__box .header-menu .nav-info {
    position: relative;
    padding: 15px 0;
    text-align: center;
}
.header .header-top__box .header-menu .nav-info .widget {
    color: #627792;
    font-size: 14px;
    line-height: 1.625em;
}
.header .header-top__box .header-menu .nav-info:before {
    height: 0;
    border-bottom: 1px solid;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    -webkit-opacity: .15;
    -khtml-opacity: .15;
    -moz-opacity: .15;
    opacity: .15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    filter: alpha(opacity=15);
}
.header .header-top__box .header-menu ul {
    display: flex;
    justify-content: center;
}
.header.site-header-sticky .header-top__box .header-menu ul {
    padding: 0 10%;
}
.header .header-top__box .header-menu ul li {
    text-align: center;
    flex-grow: 1;
}
.header .header-top__box .header-menu ul li a {
    display: block;
    padding: 15px 0;
    color: #0e2b5c;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s ease;
}
.header .header-top__box .header-menu ul li a:hover {
    color: #f79733;
}
.header .header-top .header-top__phone .header-top__phone-item .header-top__phone-icon {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #c1132a;
    border-radius: 100%;
}
.header .header-top .header-top__phone .header-top__phone-item .header-top__phone-icon a {
    display: block;
}
.header .header-top .header-top__phone .header-top__phone-item .header-top__phone-tel {
    padding-left: 8px;
}
.header .header-top .header-top__phone .header-top__phone-item .header-top__phone-tel a {
    font-size: 14px;
    letter-spacing: .5px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}
.header .header-top .header-top__logo img {
    max-width: 160px;
}
.header .header-top .header-top__lang .header-top__lang-box {
    cursor: pointer;
    display: none;
}
.header .header-top .header-top__lang .header-top__lang-box .header-top__lang-flex {
    display: flex;
    align-items: center;
    height: 43px;
}
.header .header-top .header-top__lang .header-top__lang-box .header-top__lang-flex .header-top__lang-title {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin-right: 20px;
    font-size: 14px;
}
.header .header-top .header-top__lang .header-top__lang-box .header-top__lang-flex .header-top__lang-sub {
    border: 1px solid #d9d9d9;
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
}
.header .header-top .header-top__lang .header-top__lang-box img:not(.down) {
    height: 16px;
    object-fit: cover;
}
.header .header-top .header-top__lang .header-top__lang-box span {
    color: #000;
    letter-spacing: .5px;
    padding: 0 6px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.header .header-top .header-top__lang ul {
    display: flex;
    align-items: center;
}
.header .header-top .header-top__lang ul li {
    position: relative;
}
.header .header-top .header-top__lang ul li.header-seach {
    margin-right: 10px;
}
.header .header-top .header-top__lang ul li.header-seach a {
    width: 43px;
    height: 43px;
    background: transparent;
    display: block;
    text-align: center;
    line-height: 43px;
    border: 1px solid #d9d9d9;
}
.header .header-top .header-top__lang ul li.header-seach a img {
    width: 16px;
}
.header .header-top .header-top__lang ul li.header-ginfo {
    display: flex;
    margin-left: 15px;
}
.header .header-top .header-top__lang ul li.header-ginfo:empty {
    display: none;
}
.header .header-top .header-top__lang ul li.header-ginfo .header-ginfo__info {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.header .header-top .header-top__lang ul li.header-ginfo .header-ginfo__info .header-ginfo__info-avt {
    width: 38px;
    height: 38px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #798bff;
    border-radius: 100%;
    font-size: 15px;
    font-weight: 700;
}
.header .header-top .header-top__lang ul li.header-ginfo .header-ginfo__info .header-ginfo__info-name {
    font-size: 14px;
    margin-left: 10px;
    color: #fff;
    font-weight: 500;
}
.header .header-top .header-top__lang ul li.header-ginfo .header-ginfo__info .header-ginfo__info-name i {
    font-size: 9px;
    margin-left: 4px;
}
.header .header-top .header-top__lang ul li.header-ginfo .header-ginfo__infos {
    position: relative;
}
.header .header-top .header-top__lang ul li.header-ginfo .header-ginfo__infos .header-ginfo__user {
    z-index: 5;
    position: absolute;
    width: 200px;
    top: calc(100% + 12px);
    left: 0;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border-radius: .25rem;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    display: none;
    border: 1px solid #e5e9f2;
    box-shadow: 0 3px 12px 1px rgba(44,55,130,0.15);
}
.header .header-top .header-top__lang ul li.header-ginfo .header-ginfo__infos .header-ginfo__user.active {
    display: block;
}
.header .header-top .header-top__lang ul li.header-ginfo .header-ginfo__infos .header-ginfo__user:before {
    content: "";
    position: absolute;
    top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    z-index: 9999;
    left: 10px;
}
.header .header-top .header-top__lang ul li.header-ginfo .header-ginfo__infos .header-ginfo__user ul {
    flex-direction: column;
    align-items: end;
}
.header .header-top .header-top__lang ul li.header-ginfo .header-ginfo__infos .header-ginfo__user ul li a {
    padding: 10px 20px;
    line-height: 1.2;
    color: #526484;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease;
}
.header .header-top .header-top__lang ul li.header-ginfo .header-ginfo__infos .header-ginfo__user ul li a i {
    margin-right: 10px;
    vertical-align: baseline;
}
.header .header-top .header-top__lang ul li.header-ginfo .header-ginfo__infos .header-ginfo__user ul li a:hover {
     color: #006cb5;
}
.header .header-top .header-top__lang ul li.header-ginfo .header-ginfo__logout {
     margin-left: 15px;
}
.header .header-top .header-top__lang ul li.header-ginfo .header-ginfo__logout .button-logout {
    position: relative;
    z-index: 1;
    border-radius: 100%;
    border: 0;
    width: 38px;
    height: 38px;
    font-size: 18px;
    line-height: 38px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
    outline: none;
}
.header .header-top .header-top__lang ul li.header-ginfo .header-ginfo__logout .button-logout:hover {
    background: #144771;
}
.header .header-top .header-top__lang ul li.header-ginfo .header-ginfo__logout .button-logout svg {
    width: 18px;
    height: auto;
}
.header .header-menu .header-menu__box {
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    position: relative;
}
.header .header-menu .header-menu__box ul {
    display: flex;
    justify-content: flex-end;
}
.header .header-menu .header-menu__box ul li:hover ul {
    transform: translateY(0px);
    visibility: visible;
}
.header .header-menu .header-menu__box ul ul {
    flex-direction: column;
    position: absolute;
    background: #fff;
    z-index: -1;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    justify-content: left;
    display: block;
    white-space: nowrap;
    min-width: 175px;
    transform: translateY(20px);
    visibility: hidden;
    transition: transform .3s;
    padding: 10px 0;
}
.header .header-menu .header-menu__box ul ul li a {
    line-height: 38px;
    margin: 0 15px;
    text-transform: none;
}
.header .header-menu .header-menu__box ul li {
    position: relative;
}
.header .header-menu .header-menu__box ul li a {
    color: #18212e;
    line-height: 55px;
    display: block;
    margin: 0 15px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    transition: color .3s ease;
}
.header .header-menu .header-menu__box ul li a i {
    font-size: 10px;
    margin-left: 6px;
}
.header .header-menu .header-menu__box ul li > a:hover {
    color: #f79733;
}
.header .header-menu .header-menu__box > ul > li:hover > a {
    color: #f79733;
}
.header .header-menu .header-menu__box ul li.btn-search a i {
     font-size: 15px;
}
.header .header-menu .header-top__btn {
    display: none;
    align-items: center;
}
.header .header-menu .header-top__btn .btn-menu {
    color: #006cb5;
    font-size: 28px;
}
.header .header-top .header-top__box ul li .list-lang {
    position: absolute;
    -webkit-box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);
    z-index: 10;
    font-size: .94rem;
    color: #495057;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    min-width: 13rem;
    padding: .65rem 0;
    /*top: 45px;*/
    top: 80px;
    right: 0;
    visibility: hidden;
    transition: top .3s ease;
}
.header .header-top .header-top__box ul li .list-lang.active {
    top: 48px;
    visibility: visible;
}
.header .header-top .header-top__box ul li .list-lang h6 {
    text-transform: uppercase;
    font-size: .78333rem;
    color: #3f6ad8;
    font-weight: 700;
    display: block;
    padding: .65rem 1.5rem;
    margin-bottom: 0;
    white-space: nowrap;
}
.header .header-top .header-top__box ul li .list-lang a {
    font-size: .94rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .3s ease,color .3s ease;
    transition: background-color .3s ease,color .3s ease;
    cursor: pointer;
    z-index: 6;
    position: relative;
    width: 100%;
    padding: .4rem 1.5rem;
    clear: both;
    font-weight: 500;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.header .header-top .header-top__box ul li .list-lang a img {
    width: 26px;
    margin-right: 1rem;
}
.header .header-top .header-top__box ul li .list-lang a:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e0f3ff;
}
.header .header-top .header-top__box ul li.header-login {
    margin-left: 10px;
}
.header .header-top .header-top__box ul li.header-login a {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}

.header-position__search {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: #19346b;
    z-index: 2;
    transition: transform .3s;
    transform: translateY(-100%);
    visibility: hidden;
}
.header-position__search.active {
    transform: translateY(0%);
    visibility: visible;
}
.header-position__search > .container {
    height: 100%;
    position: relative;
}
.header-position__search .header-position__search-box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 70%;
    margin: 0 auto;
    position: relative;
}
.header-position__search .header-position__search-box input {
    border: 1px solid #ddd;
    padding: 0 12px 0 42px;
    height: 40px;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    width: 100%;
}
.header-position__search .header-position__search-box .header-position__search-btn {
    width: 40px;
    background: transparent;
    color: #19346b;
    outline: none;
    height: 40px;
    position: absolute;
    left: 0px;
    border: 0;
    pointer-events: none;
}
.header-position__search .header-position__search-box .nav-desk-close {
    position: absolute;
    right: -70px;
    width: 40px;
    background: transparent;
    border: 0;
    height: 40px;
    line-height: 40px;
    font-family: Arial, monospace;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    color: #fff;
    opacity: .7;
    cursor: pointer;
    outline: none;
}

.header .header-menu {
    position: relative;
}
.header .header-menu .header-logo {
   position: absolute;
    top: -63px;
    left: 0;
}
.header .header-menu .header-logo a {
    display: block;
}
.header .header-menu .header-logo a img {
    width: 170px;
}

.header-position__search-rel {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    top: calc(100% - 15px);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.05);
    max-height: 300px;
    overflow-y: auto;
}
.header-position__search-rel.active-h {
    height: 300px;
}
.header-position__search-rel ul li {
    border-bottom: 1px solid #f7f7f7;
}
.header-position__search-rel ul li a {
    display: inline-block;
    padding: 8px 15px;
    color: #000;
    text-decoration: none;
    transition: color .3s ease;
    font-weight: 500;
}
.header-position__search-rel ul li a:hover {
     color: #036eb6;
}
.loading-ajax.loading-ajax-header {
    height: 100%;
    position: absolute;
    left: 0;
}
.header-menu__box-btn {
    display: none;
    align-items: center;
}
.header-menu__box-btn a {
    font-size: 30px;
    color: #19346b;
    display: block;
}

/* 
    ========================= Home Slider CSS =========================
*/

.prod-lecturers {
    display: flex;
    background: #fff;
    box-shadow: 0px 0px 63px rgba(0, 0, 0, 0.07);
    margin-top: 40px;
}
.prod-lecturers .prod-lecturers__avatar {
    width: 250px;
}
.prod-lecturers .prod-lecturers__content {
     width: calc(100% - 250px);
     padding: 30px;
}
.prod-lecturers .prod-lecturers__content h3 {
    text-transform: uppercase;
    font-weight: 700;
}
.prod-lecturers .prod-lecturers__content .location {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}
.prod-lecturers .prod-lecturers__content .content {
    line-height: 22px;
    text-align: justify;
}

.home-slide-productivity:before {
    position: absolute;
    content: '';
    background: url(http://azim.commonsupport.com/Kidko/images/icons/slider-shap.png);
    width: 100%;
    height: 140px;
    left: 0px;
    bottom: -2px;
    z-index: 11;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-slide.home-slide-productivity .owl-nav,
.home-slide.home-slide-productivity .owl-dots {
    display: none !important;
}
.colums-productivity {

}
.colums-productivity .item {
    box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
    text-align: center;
    margin-top: -45px;
    position: relative;
    z-index: 20;
    background-size: cover;
    border-radius: 8px;
    transition: all 500ms ease;
}
.colums-productivity .item:hover {
    box-shadow: 0px 20px 29px 10px rgba(29, 27, 27, 0.1);
}
.colums-productivity .item a {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    background: #fff;
    border-radius: 5px;
}
.colums-productivity .item h3 {
    margin: 0;
    padding: 25px 0;
    font-size: 18px;
    color: #222;
    font-weight: 500;
}
.about-productivity {
    padding: 70px 0;
    position: relative;
}
.about-productivity .about-productivity__box .sub {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: #036eb6;
    font-weight: 700;
    margin-bottom: 13px;
    padding: 0px 50px 0px 50px;
}
.about-productivity .about-productivity__box .sub:before {
    position: absolute;
    content: '';
    background: #036eb6;
    width: 30px;
    height: 2px;
    left: 0px;
    bottom: 11px;
}
.about-productivity .about-productivity__box .sub:after {
    position: absolute;
    content: '';
    background: #036eb6;
    width: 30px;
    height: 2px;
    right: 0px;
    bottom: 11px;
}
.about-productivity .about-productivity__box .title {
    color: #323232;
    font-weight: 900;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 40px;
}
.about-productivity .about-productivity__box .desc {
    color: #333;
    line-height: 34px;
    font-size: 20px;
}
.about-productivity .about-productivity__box a {
    display: inline-block;
    padding: 10px 30px;
    line-height: 1;
    letter-spacing: 1px;
    color: #006cb5;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: hidden;
    text-transform: uppercase;
    border: 5px solid #D0E5F1;
    font-weight: bold;
    position: relative;
    margin: 15px 0 0;
}
.about-productivity .about-productivity__box a:hover {
    background: #D0E5F1;
}
.list-productivity .list-productivity-item {
    margin-bottom: 70px;
}
.list-productivity .list-productivity-item .image {
    background: #fff;
    padding: 15px;
    box-shadow: 0 30px 50px rgba(0,0,0,.1);
}
.list-productivity .list-productivity-item .image img {
    width: 100%;
    display: block;
}
.list-productivity .list-productivity-item .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    height: 100%;
    padding-left: 30px;
}
.list-productivity .list-productivity-item .text h4 {
    color: #323232;
    font-weight: 900;
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 40px;
}
.list-productivity .list-productivity-item .text .text-desc {
    color: #333;
    line-height: 28px;
    font-size: 20px;
}
.list-productivity .list-productivity-item .text a {
    display: inline-block;
    padding: 10px 30px;
    line-height: 1;
    letter-spacing: 1px;
    color: #006cb5;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: hidden;
    text-transform: uppercase;
    border: 5px solid #D0E5F1;
    font-weight: bold;
    position: relative;
}
.list-productivity .list-productivity-item .text .d-flex a:not(:last-child) {
    margin-bottom: 5px;
}
.list-productivity .list-productivity-item .text a:hover {
     background: #D0E5F1;
}
.list-productivity .row > div:nth-child(2n+0) .list-productivity-item .row > div:last-child {
    order: 1;
}
.list-productivity .row > div:nth-child(2n+0) .list-productivity-item .row > div:last-child .text {
    padding-right: 30px;
}
.list-productivity .row > div:nth-child(2n+0) .list-productivity-item .row > div:first-child {
    order: 2;
}

.table-productivity {
    padding: 70px 0;
}
.table-productivity .title {
    color: #323232;
    font-weight: 900;
    font-size: 28px;
    text-align: center;
    margin-bottom: 35px;
    line-height: 40px;
    text-transform: uppercase;
}
.table-productivity table tr th:nth-child(1),
.table-productivity table tr td:nth-child(1) {
    width: 50px;
}
.table-productivity table tr th:nth-child(2),
.table-productivity table tr td:nth-child(2) {
    width: calc(20% - 50px);
}
.table-productivity table tr th:nth-child(3),
.table-productivity table tr td:nth-child(3) {
    width: 23%;
}
.table-productivity table tr th:nth-child(4),
.table-productivity table tr td:nth-child(4) {
    width: 13%;
}
.table-productivity table tr th:nth-child(5),
.table-productivity table tr td:nth-child(5) {
    width: 13%;
}
.table-productivity table tr th:nth-child(6),
.table-productivity table tr td:nth-child(6) {
    width: 13%;
}
.table-productivity table tr th:nth-child(7),
.table-productivity table tr td:nth-child(7) {
    width: 18%;
}

.news-productivity {
    padding: 70px 0;
    background: #f3f6f9;
}
.news-productivity .news-productivity__item {
    position: relative;
    display: block;
    background: #fff;
}
.news-productivity .news-productivity__item .image {
    overflow: hidden;
    position: relative;
}
.news-productivity .news-productivity__item .image img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.news-productivity .news-productivity__item .content {
    padding: 20px 10% 30px 10%;
}
.news-productivity .news-productivity__item h3 {
    font-size: 1.125rem;
    line-height: 1.3;
    margin: 0 0 15px 0;
}
.news-productivity .news-productivity__item h3 a {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 800;
    color: #0e2b5c;
}
.news-productivity .news-productivity__item .date {
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 1;
    color: #627792;
}
.news-productivity .news-productivity__item .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 4;
    height: 85px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #627792;
    font-weight: 600;
}
.news-productivity .news-productivity__item .desc p {
    margin-bottom: 0;
}
.news-productivity .list-more li {
    background: #fff;
    margin-bottom: 15px;
}
.news-productivity .list-more li:last-child {
    margin-bottom: 0;
}
.news-productivity .list-more li a {
    display: block;
    padding: 20px;
    text-decoration: none;
}
.news-productivity .list-more li a .date {
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 1;
    color: #627792;
}
.news-productivity .list-more li a h3 {
    font-size: 18px;
    font-weight: 800;
    color: #0e2b5c;
    margin: 10px 0 0 0;
    transition: all .3s ease;
}
.news-productivity .list-more li a:hover h3 {
    color: #f79733;
}
.news-productivity .owl-theme .owl-nav {
    margin: 0;
}
.news-productivity .owl-theme .owl-nav button {
    position: absolute;
    width: 44px;
    height: 44px;
    margin: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    border-radius: 0;
    font-size: 26px;
    outline: none;
    color: #036eb6;
    border-radius: 100%;
}
.news-productivity .owl-theme .owl-nav button.owl-prev {
    left: 5px;
}
.news-productivity .owl-theme .owl-nav button.owl-next {
    right: 5px;
}
.news-productivity .owl-dots {
    text-align: center;
    margin-top: 50px !important;
    height: 6px;
}
.news-productivity .owl-dots button {
    display: inline-block;
    margin: 0 10px;
    width: 60px;
    height: 6px;
    background: rgba(0,0,0,.1);
    text-align: center;
    text-indent: -9999px;
    vertical-align: top;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    outline: none;
    transition: all .3s ease;
}
.news-productivity .owl-dots button.active {
    background-color: #fc5546;
}
.news-productivity .owl-dots button span {
    display: none !important;
}

.feedback-productivity {
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
    background-color: #f3f6f9;
    background-image: url(/themes/images/bg-team.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover;
}
.feedback-productivity:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    content: "";
    background: linear-gradient( 
180deg
 ,rgba(0,0,0,0) 10%,#000000 90%);
    display: block;
    z-index: -1;
    -webkit-opacity: .06;
    -khtml-opacity: .06;
    -moz-opacity: .06;
    opacity: .06;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=6);
    filter: alpha(opacity=6);
}
.feedback-productivity--box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 60px 90px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 60px 90px 0 rgba(0,0,0,.25);
    -ms-box-shadow: 0 60px 90px 0 rgba(0,0,0,.25);
    -o-box-shadow: 0 60px 90px 0 rgba(0,0,0,.25);
    box-shadow: 0 60px 90px 0 rgb(0 0 0 / 25%);
    padding: 5%;
    background: #fff;
    position: relative;
}
.feedback-productivity--box:before {
    content: "";
    left: 20px;
    right: 20px;
    bottom: -18px;
    height: 8px;
    position: absolute;
    background: #cbdad5;
    z-index: -1;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.feedback-productivity--box:after {
    content: "";
    left: 10px;
    right: 10px;
    bottom: -10px;
    height: 10px;
    position: absolute;
    z-index: -1;
    background: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.feedback-productivity__item {
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
}
.feedback-productivity__item .image {
    order: 2;
    width: 130px;
}
.feedback-productivity__item .image img {
    display: block;
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 100%;
}
.feedback-productivity__item .text {
    order: 1;
    width: calc(100% - 130px);
    padding-right: 35px;
}
.feedback-productivity__item .text i {
    color: #d7d9dc;
    font-size: 22px;
}
.feedback-productivity__item .text .desc {
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #627792;
    font-size: 16px;
    line-height: 1.625em;
    font-weight: 300;
}
.feedback-productivity__item .text .desc p:last-child {
    margin: 0;
}
.feedback-productivity__item .text .name {
    font-size: 18px;
    font-weight: 800;
    margin-top: 5px;
    color: #0e2b5c;
}
.feedback-productivity__item .text .position {
    font-size: 14px;
    display: inline-block;
    line-height: 1.3;
    color: #627792;
    font-weight: 700;
}

.section-regs {
    background-image: url(https://live.linethemes.com/nanosoft/wp-content/uploads/2018/08/bg-41.png?id=1014) !important;
    padding: 70px 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover;

}
.section-regs .form-controls {
    padding: 6% 10%;
    background: #fff;
    border: 4px solid rgba(0,0,0,.05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.section-regs .form-controls .title {
    text-align: center;
    padding-bottom: 25px;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    color: #19346b;
}
.section-regs .form-controls .form-controls-item {
    margin-bottom: 10px;
}
.section-regs .form-controls .form-controls-item label {
    color: #0e2b5c;
    display: block;
    font-weight: 700;
        font-size: 14px;
    margin-bottom: 2px;
}
.section-regs .form-controls .form-controls-item input {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    border: 1px solid rgba(3, 42, 95, 0.1);
    border-radius: 5px;
    color: #032a5f;
    font-size: 1rem;
    width: 100%;
    height: 40px;
    position: relative;
    max-width: 100%;
    outline: none;
}
.section-regs .btn-submit-regs {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 0;
    background: #19346b;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease;
    outline: none;
}
.section-regs .btn-submit-regs:hover {
    background: #f69732;
}
.section-regs .form-footer {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #627792;
    font-weight: 600;
}
.section-regs .form-footer a {
    color: #19346b;
    font-weight: 700;
}

.youtube-call {
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 95px;
    background: #cc181e;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 48px;
}
    .youtube-call:before {
        position: absolute;
        content: " ";
        z-index: -1;
        top: -15px;
        left: -15px;
        background-color: #cc181e;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        opacity: 0.6;
        -webkit-animation: pulsess .8s ease-out;
        animation: pulsess 1.5s ease-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
.phone-call {
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 20px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 48px;
}

    .phone-call:before {
        position: absolute;
        content: " ";
        z-index: -1;
        top: -15px;
        left: -15px;
        background-color: #10b418;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        opacity: 0.6;
        -webkit-animation: pulsess 1s ease-out;
        animation: pulsess 1.8s ease-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@-webkit-keyframes pulsess {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }

    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulsess {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        opacity: 1;
    }

    50% {
        transform: scale(0.6);
        opacity: .6;
    }

    75% {
        transform: scale(0.9);
        opacity: .3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/* 
    ========================= Home Slider CSS =========================
*/
.home-slide {
    position: relative;
    /*max-width: 1288px;*/
    margin: 0 auto;
}
.home-slide .item a {
    display: block;
}
.home-slide .item a img {
    width: 100%;
    object-fit: cover;
}
.home-slide .item .home-slide__item {
    position: relative;
}
.home-slide .item .home-slide__item .home-slide__text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.home-slide .item .home-slide__item .home-slide__text img {
    width: 170px;
    margin: 0 auto;
}
.home-slide .item .home-slide__item .home-slide__text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 100%;
}
.home-slide .item .home-slide__item .home-slide__text h6 {
    font-size: 40px;
    color: #fff;
    margin: 15px 0 0 0;
}
.home-slide .item .home-slide__item .home-slide__text h6 p {
    margin: 0;
}
.home-slide .owl-theme .owl-nav {
    margin: 0;
}
.home-slide .owl-theme .owl-nav button {
    outline: none;
    -webkit-transition: transform .25s ease-out;
    -ms-transition: transform .25s ease-out;
    -moz-transition: transform .25s ease-out;
    -o-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
    pointer-events: all;
    width: 46px;
    height: 80px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.home-slide .owl-theme .owl-nav button:hover {
    background: #fff;
}
.home-slide .owl-theme .owl-nav button:hover span {
    background-image: url(/Themes/images/arrow-right-gray.svg);
}
.home-slide .owl-theme .owl-nav button:before ,
.home-slide .owl-theme .owl-nav button:after {
    top: 0;
    left: 0;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0);
    content: '';
    box-sizing: border-box;
    width: 0;
    height: 0;
    z-index: 1;
    pointer-events: none;
}
.home-slide .owl-theme .owl-nav button:before {
    transition: width .25s ease-out .25s,height .25s ease-out,border-color 0s ease-out .5s;
    border-radius: 4px;
}
.home-slide .owl-theme .owl-nav button:after {
    border-radius: 4px;
    transition: height .25s ease-out .25s,width .25s ease-out,border-color 0s ease-out .5s;
}
.home-slide:hover .owl-theme .owl-nav button:before {
    width: 100%;
    height: 100%;
    border-top-color: #fff!important;
    border-right-color: #fff!important;
    transition: width .25s ease-out,height .25s ease-out .25s;
}
.home-slide:hover .owl-theme .owl-nav button:after {
    width: 100%;
    height: 100%;
    border-bottom-color: #fff!important;
    border-left-color: #fff!important;
    transition: height .25s ease-out,width .25s ease-out .25s;
}
.home-slide .owl-theme .owl-nav button.owl-prev {
    left: 0%;
    border-radius: 0 3px 3px 0;
}
.home-slide .owl-theme .owl-nav button.owl-next {
    right: 0%;
    border-radius: 3px 0 0 3px;
}
.home-slide .owl-theme .owl-nav button span {
    -webkit-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    display: block;
    background: url(/Themes/images/arrow-right-white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    left: 0;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
}
.home-slide .owl-theme .owl-nav button.owl-prev span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.home-slide .owl-theme .owl-dots {
    display: block;
    margin-top: 0 !important;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px 0;
}
.home-slide .owl-theme .owl-dots button {
    margin: 0 5px;
    outline: none;
}
.home-slide .owl-theme .owl-dots button span {
    margin: 0;
    background: #fff !important;
    transition: all .3s ease;
}
.home-slide .owl-theme .owl-dots button.active span {
    width: 34px;
}
.home-product .home-product__title {
    text-align: center;
    color: #fff;
    margin-bottom: 45px;
    font-size: 25px;
    font-weight: 500;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home-product .home-product__title b {
    display: block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    color: #fff;
    background-color: #7a99a3;
}
.home-product .home-product__title span {
    padding: 0 30px;
}
.page-product {
    padding: 50px 0;
}
.page-product .home-product__item {
    box-shadow: rgba(27, 67, 111, 0.15) 0px 5px 60px 0px;
    text-align: center;
    padding: 20px;
    height: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    transition: 0.5s;
}
.page-product .home-product__item img {
    width: auto !important;
    max-width: 145px;
    margin: 0 auto;
}
.page-product .home-product__item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.page-product .home-product__item:before {
    content: "";
    background: url(/themes/images/bg-product-home.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: top right;
    top: 0;
    left: 0;
    z-index: -1;
}
.page-product .home-product__item .home-product__item-desc {
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
}
.page-product .home-product__item .home-product__item-desc:before {
    content: "";
    width: 200px;
    height: 1px;
    background: #f0f0f0;
    top: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.page-product .home-product__item > a {
    position: absolute;
    width: 45px;
    height: 45px;
    background: #f0f0f0;
    border-radius: 100%;
    text-align: center;
    line-height: 45px;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    color: #7c838d;
    transition: all .3s;
}
.page-product .home-product__item:hover > a {
    background: #c1122a;
    color: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.page-product .row-margin > div {
    margin-bottom: 55px;
}
.page-product .page-product__desc {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}
.page-product .page-product__desc p {
    margin: 0;
}
.page-product__owl {
    position: relative;
    padding-bottom: 70px;
}
.page-product__owl .page-product__owl-text {
    display: flex;
    height: 90px;
    align-items: center;
}
.page-product__owl .page-product__owl-text img {
    width: 120px;
    margin-left: 15px;
}
.page-product__owl .owl-nav .owl-prev {
    position: absolute;
    left: -35px;
    color: #7c838d;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.page-product__owl .owl-nav .owl-next {
    position: absolute;
    right: -35px;
    color: #7c838d;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.document-library__thumbnail {
    position: relative;
    border: 4px solid rgba(28,115,181,0.25);
    -webkit-box-shadow: 0 13px 17px -10px rgba(0,0,0,0.2);
    box-shadow: 0 13px 17px -10px rgba(0,0,0,0.2);
}
.document-library__thumbnail .button-download {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

/* 
    ========================= Home Product CSS=========================
*/

.home-product {
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
}
.home-product .home-product__title {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 500;
    position: relative;
}
.gallery-container {
  align-items: center;
  display: flex;
  height: 512px;
  margin: 0 auto;
  position: relative;
}

.gallery-item {
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
}
.gallery-item img {
    max-width: 145px;
}
.gallery-item:before {
    content: "";
    background: url(/themes/images/bg-product-home.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: top right;
    top: 0;
    left: 0;
    z-index: -1;
}
.gallery-item a {
    position: absolute;
    width: 45px;
    height: 45px;
    background: #f0f0f0;
    border-radius: 100%;
    text-align: center;
    line-height: 45px;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    color: #7c838d;
}
.gallery-item.gallery-item-selected {
    opacity: 1;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 38%;
    z-index: 2;
    top: 50%;
    box-shadow: rgba(27, 67, 111, 0.15) 0px 5px 60px 0px;
    height: 550px;
}

.gallery-item.gallery-item-previous,
.gallery-item.gallery-item-next {
  opacity: 1;
  width: 35%;
  z-index: 1;
}

.gallery-item.gallery-item-previous {
  left: 0;
  /* transform: translateX(-50%); */
}

.gallery-item.gallery-item-next {
  left: 65%;
  /* transform: translateX(-50%); */
}

.gallery-item.gallery-item-first {
  left: 15%;
  transform: translateX(-50%);
  display: none;
}

.gallery-item.gallery-item-last {
  left: 85%;
  transform: translateX(-50%);
  display: none;
}

.gallery-controls {
  display: none;
  justify-content: center;
  margin: 30px 0;
}

.gallery-controls button {
  border: 0;
  cursor: pointer;
  font-size: 16px;
  margin: 0 20px;
  padding: 0 12px;
  text-transform: capitalize;
}

.gallery-controls button:focus {
  outline: none;
}

.gallery-controls-previous {
  position: relative;
}

.gallery-controls-previous::before {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 4px;
  left: -10px;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: rotate(135deg) translateY(-50%);
  transition: left 0.15s ease-in-out;
  width: 4px;
}

.gallery-controls-previous:hover::before {
  left: -18px;
}

.gallery-controls-next {
  position: relative;
}

.gallery-controls-next::before {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 4px;
  padding: 2px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: right 0.15s ease-in-out;
  width: 4px;
}

.gallery-controls-next:hover::before {
  right: -18px;
}

.gallery-nav {
  bottom: -80px;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
}

.gallery-nav li {
    background: #18212e;
    border-radius: 50%;
    height: 11px;
    margin: 0 7px;
    width: 11px;
}

.gallery-nav li.gallery-item-selected {
  background: #c1132a;
}
.gallery-item .home-product__item-desc {
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
}
.gallery-item .home-product__item-desc:before {
    content: "";
    width: 200px;
    height: 1px;
    background: #f0f0f0;
    top: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

/* 
    ========================= page Know CSS=========================
*/

.page-know {
    padding: 70px 0;
    position: relative;
}
.page-know .row > div {
    margin-bottom: 30px;
}
.page-know.page-product .row > div {
    margin-bottom: 0;
}
.page-know .pagination-page {
    margin-top: 15px;
}
.page-know__item {
    overflow: hidden;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 30px;
    transition: transform .5s;
}
.page-know__item.recruit-item {
    height: auto;
}
.page-know__item:hover {
    transform: translateY(-10px);
}
.page-know__item .page-know__item-img a {
    display: block;
}
.page-know__item .page-know__item-img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.page-know__item .page-know__item-text {
    padding: 20px;
}
.page-know__item .page-know__item-text h3 {
    margin: 0;
}
.page-know__item .page-know__item-text h3 a {
    color: #c1132a;
    font-size: 19px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 52px;
}
.recruit-item.page-know__item .page-know__item-text h3 a {
    height: 50px;
    color: #000;
    font-size: 16px;
    line-height: 22px;
}
.page-know__item-text .page-know__item-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 26px;
    margin: 15px 0 10px;
    max-height: 130px;
}
.detail-recruitment .detail-recruitment__box {
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    padding: 45px;
}
.detail-recruitment .detail-recruitment__box h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.detail-recruitment .detail-recruitment__box .detail-recruitment__box-post table {
    width: 100% !important;
}
.detail-recruitment .detail-recruitment__box .detail-recruitment__box-post table tr {
    border-bottom: 1px solid #f0f0f0;
}
.detail-recruitment .detail-recruitment__box .detail-recruitment__box-post table tr td {
    padding: 8px 0;
}
.detail-recruitment .detail-recruitment__box .detail-recruitment__box-post table tr td > * {
    margin: 0;
}
.detail-recruitment .detail-recruitment__box .detail-recruitment__box-post img {
    width: 100%;
    margin: 10px 0;
}
.detail-recruitment__form {
    border-top: 3px solid #c1132a;
    margin-top: 25px;
}
.detail-recruitment__form h6 {
    text-align: center;
    color: #c1132a;
    font-size: 28px;
    line-height: 50px;
    margin-top: 5px;
}
.detail-recruitment__form label {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
}
.detail-recruitment__form input {
    border: 1px solid #ddd;
    padding: 0 12px;
    height: 35px;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    width: 100%;
}
.detail-recruitment__form i {
    font-size: 13px;
    margin-top: 5px;
    display: block;
}
.detail-recruitment__form .detail-recruitment__form-item {
     margin-bottom: 20px;
}
.btn-recruitment {
    background: #c1132a;
    border: 1px solid #c1132a;
    box-shadow: none;
    color: #fff;
    font-weight: 600;
    padding: 13px 40px;
    margin-top: 15px;
    cursor: pointer;
    transition: all .3s ease;
}
.btn-recruitment:hover {
    background: #9e081c;
    border: 1px solid #9e081c;
}
.recruitment-file {
    border: 1px solid #ddd;
    padding: 0 12px;
    height: 35px;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    width: 100%;
    position: relative;
}
.recruitment-file .recruitment-file-icon {
    position: absolute;
    right: 12px;
    top: 6px;
    pointer-events: auto;
}
.recruitment-file input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}
.recruitment-file span {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 35px;
    padding-left: 12px;
    font-size: 13px;
    width: 100%;
    cursor: pointer;
}
.recruitment-file span.withFile:before {
    /*content: url(../images/close-file.png);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    background-size: 10px;
    background-repeat: no-repeat;
    background: #fff;
    width: 35px;
    height: 33px;
    text-align: center;
    top: 0;
    z-index: 5;*/
}
.recruitment-file .recruitment-file-icon img {
    width: 18px;
}

.page-know__item .page-know__item-text .page-know__item-desc p {
    margin: 0;
}
.page-know__item .page-know__item-text .btn-read {
    color: #000;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all .3s ease;
}
.page-know__item .page-know__item-text .btn-read:hover {
    color: #c1132a;
}
.page-know__item .page-know__item-text .btn-read i {
    font-size: 14px;
    margin-left: 5px;
}
.title-req {
    text-align: center;
    font-size: 28px;
    margin-bottom: 35px;
}
/* 
    ========================= Home About Us CSS=========================
*/

.home-about {
    position: relative;
    margin: 15px 0 45px;
}
.home-about .home-about__img {
    height: 100%;
    position: relative;
}
.home-about .home-about__img .home-about__img-1 {
    position: absolute;
    right: 0;
    width: 350px;
    border: 18px solid #fff;
    bottom: -100px;
    z-index: 3;
}
.home-about .home-about__img .home-about__img-1 img {
    width: 100%;
}
.home-about .home-about__img .home-about__img-2 {
    position: relative;
}
.home-about .home-about__img .home-about__img-2 img {
    padding-left: 65px;
}
.home-about .home-about__img .home-about__img-2 .home-about__img-sub {
    position: absolute;
    background: #c1132a;
    height: 100%;
    top: 0;
    width: 55px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.home-about .home-about__img .home-about__img-2 .home-about__img-sub span {
    white-space: nowrap;
    transform: rotate(-90deg);
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 3px;
    opacity: .9;
}
.home-about .home-about__content h5 {
    color: #c1132a;
    font-size: 20px;
}
.home-about .home-about__content .home-about__title {
    display: flex;
    align-items: center;
}
.home-about .home-about__content .home-about__title h3 {
    margin: 0;
    font-size: 38px;
    margin-right: 15px;
}
.home-about .home-about__content .home-about__title img {
    width: 230px;
}
.home-about .home-about__content .home-about__desc {
    margin-top: 20px;
    line-height: 25px;
}
.home-about .home-about__content iframe {
    display: block;
    width: 355px;
    height: 200px;
    border: none;
    margin-top: 15px;
}

/* 
    ========================= Home benefit CSS=========================
*/

.home-benefit .home-benefit__title {
    background: #f0f0f0;
    padding-top: 100px;
}
.home-benefit .home-benefit__title h5 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
}
.home-benefit .benefit-list {
    display: flex;
    background: #fff;
}
.home-benefit .benefit-list li {
    flex: 1 1 25%;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    padding: 0 14px;
    font-size: 15px;
    border-left: 2px solid #f0f0f0;
    cursor: pointer;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    transition: all .3s ease;
}
.home-benefit .benefit-list li.current {
    background: #c0132a;
    color: #fff;
}
.home-benefit .home-benefit__box .home-benefit__item {
    display: none;
}
.home-benefit .home-benefit__box .home-benefit__item.current {
    display: block;
}
.home-benefit .home-benefit__box .home-benefit__item .home-benefit__item-img img {
    display: block;
    width: 100%;
}
.home-benefit .home-benefit__content {
    padding: 45px 0 60px 0;
}
.home-benefit .home-benefit__content .home-benefit__item-text {
    padding-left: 15px;
    line-height: 25px;
    text-align: justify;
}
.home-benefit .home-benefit__content .home-benefit__item-text .home-benefit__item-avt {
    margin-bottom: 10px;
}

/* 
    ========================= Page Title CSS=========================
*/

.page-title {
    background-image: url(/Themes/images/base.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 50px;
}
.page-title h1 {
    color: #fff;
    font-size: 30px;
    margin: 0;
}
.page-title .page-title__backlink {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px;
}
.page-title .page-title__backlink li {
    margin-right: 35px;
    position: relative;
}
.page-title .page-title__backlink li a {
    color: #fff;
}
.page-title .page-title__backlink li:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    right: -24px;
    top: 7px;
}
.page-title .page-title__backlink li:last-child {
    margin-right: 0;
}
.page-title .page-title__backlink li:last-child:before {
    display: none;
}

/* 
    ========================= Page Detail CSS=========================
*/

.page-detail {
    padding: 0 0 70px 0;
}
.page-detail .page-back a {
    display: inline-block;
    line-height: 50px;
    color: #000;
    font-weight: 600;
}
.page-detail .page-back a i {
    margin-right: 6px;
}
.page-detail .page-detail__content h1 {
    font-size: 20px;
    color: #006cb5;
    margin: 0;
    line-height: 28px;
    margin-bottom: 2px;
}
.page-detail .page-detail__content .page-detail__content-date {
    margin-bottom: 10px;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
}
.page-detail .page-detail__content .page-detail__content-desc {
    line-height: 22px;
    text-align: justify;
}
.page-detail .page-detail__content .page-detail__content-img img {
    width: 100%;
}
.page-detail .page-detail__content .page-detail__content-post {
    margin-top: 15px;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 30px;
    padding-top: 30px;
}
.page-detail .page-detail__content .page-detail__content-post ul,
.page-detail .page-detail__content .page-detail__content-post ol {
    list-style: inherit;
    padding: 0 0 0 20px;
}
.page-detail .page-detail__content .page-detail__content-post img {
    max-width: 80%;
    margin: 0 auto;
}
.page-detail .page-detail__content .page-detail__content-post p {
    margin-bottom: 8px;
}
.detail-product table {
    width: 100% !important;
    border: 1px solid #fff;
}
.detail-product table tr:not(:last-child) {
    border-bottom: 1px solid #000;
}
.detail-product table tr td {
    width: 50%;
    padding: 8px 0;
}
.detail-product table tr td:first-child {
    font-weight: 700;
}
/* 
    ========================= Abouts CSS=========================
*/
.about-product {
    background: #eff1f3;
    padding: 70px 0 40px;
}
.about-product .about-product__box {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.about-product .about-product__box .about-product__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
.about-product .about-product__box .about-product__item .about-product__post {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.about-product .about-product__box .about-product__item .about-product__post h5 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    width: 75%;
    line-height: 22px;
}
.about-product .about-product__box .about-product__item .about-product__post img {
    width: 60px;
}
.about-product-title {
    display: none;
}
.about-product .about-product__box .about-product__item .about-product__sub h3 {
    color: #b6162d;
    width: 50%;
    font-size: 30px;
    margin: 0;
}
.about-product .about-product__box .about-product__item .about-product__sub .about-product__desc {
    margin-top: 15px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
}
.about-history {
    padding: 50px 0 10px;
}
.about-history .about-history__post {
    line-height: 24px;
    margin-top: 25px;
    text-align: justify;
}
.about-history h3 {
    text-align: center;
    font-size: 28px;
    color: #b6162d;
    margin-top: 40px;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 0;
}
.about-history h3:before {
    content: "";
    position: absolute;
    background: #c7ccd5;
    width: 120px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.about-mission {
    position: relative;
}
.about-mission .about-mission__item {
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
}
.about-mission .about-mission__item h6 {
    font-size: 28px;
    color: #c1132a;
    margin: 5px 0 10px;
    font-weight: 700;
}
.about-mission .about-mission__item .about-mission__item-img {
    height: 97px;
    line-height: 97px;
}
.about-mission .about-mission__item .about-mission__item-desc {
    font-weight: 500;
    line-height: 19px;
    font-size: 14px;
}
.about-mission .about-mission__item .about-mission__item-desc p {
    margin: 0;
}
.about-mission__item2 {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 30px;
    height: 320px;
}
.about-mission__item2 h6 {
    color: #c1132a;
    font-weight: 700;
    font-size: 20px;
    margin: 14px 0 20px;
}
.about-mission__item2 .about-mission__item-desc {
    text-align: justify;
    line-height: 22px;
}
.about-mission__center {
    background: url(../images/background-center.png);
    border-radius: 3px;
    padding: 30px 20px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-mission__center h6 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
}
.about-mission__center .about-mission__item-desc {
    line-height: 18px;
}
.about-mission__center .about-mission__item-desc p {
    margin-bottom: 6px;
}
.about-mission__center .about-mission__item-desc p:last-child {
    margin-bottom: 0;
}
.row-align-center {
    align-items: center;
}
.about-consulting {
    padding: 70px 0;
}
.about-consulting .about-consulting__title {
    text-align: center;
    font-size: 28px;
    color: #b6162d;
    position: relative;
    font-weight: 700;
    padding: 0 30%;
    line-height: 38px;
    margin-bottom: 40px;
}
.about-consulting .about-consulting__text .about-consulting__text-desc {
    line-height: 22px;
    text-align: justify;
}
.about-consulting .about-consulting__text h5 {
    display: flex;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    color: #b6162d;
    margin: 10px 0;
}
.about-consulting .about-consulting__text h5 span {
    display: block;
    margin-right: 8px;
}
.about-consulting .about-consulting__text h5 img {
    margin-right: 10px;
}
.about-consulting .about-consulting__text ul {
    padding-left: 50px;
}
.about-consulting .about-consulting__text ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 15px;
}
.about-consulting .about-consulting__text ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 12px;
    background-image: url(/Themes/images/arrow-icon-right.png);
    z-index: 2;
    top: 5px;
    left: 0;
    background-repeat: no-repeat;
    transform: scale(.9);
}
/* 
    ========================= Sidebar CSS=========================
*/

.sidebar .sidebar-form {
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    padding: 20px;
}
.sidebar .sidebar-form .sidebar-form__title h5 {
    font-size: 26px;
}
.sidebar .sidebar-form .sidebar-form__title p {
    line-height: 22px;
}
.sidebar .sidebar-form .sidebar-form__submit .sidebar-form__submit-item:not(:last-child) {
    margin-bottom: 12px;
}
.sidebar .sidebar-form .sidebar-form__submit .sidebar-form__submit-item input {
    background: #f0f0f0;
    border: 0;
    height: 45px;
    line-height: 45px;
    padding: 0 12px;
    width: 100%;
    outline: none;
}
.sidebar .sidebar-form .sidebar-form__submit .sidebar-form__submit-item textarea {
    background: #f0f0f0;
    border: 0;
    padding: 10px 12px;
    width: 100%;
    outline: none;
    height: 110px;
    resize: none;
}
.btn-submit {
    height: 45px;
    width: 120px;
    background: #c1132a;
    color: #fff;
    border: 0;
    cursor: pointer;
    outline: none;
}
.sidebar .sidebar-news h4 {
    padding-top: 25px;
    border-top: 2px solid #f79733;
    margin-bottom: 15px;
    font-size: 26px;
}
.sidebar .sidebar-news .sidebar-news__owl .owl-dots {
    margin-top: 0;
}
.sidebar .sidebar-news .sidebar-news__owl .owl-dots .owl-dot span {
    background: #18212e;
    border-radius: 50%;
    height: 11px;
    margin: 0 7px;
    width: 11px;
}
.sidebar .sidebar-news .sidebar-news__owl .owl-dots .owl-dot.active span {
    background: #c1122a;
}

.sidebar-prodx__box {
    
}
.sidebar-prodx__box .home-product__item {
    box-shadow: none;
    background: #fff;
    border: 1px solid #f0f0f0;
}
.sidebar-prodx__box .owl-dots {
    position: absolute;
    bottom: -40px;
    text-align: center;
    width: 100%;
}

/* 
    ========================= News CSS=========================
*/

.page-news__list .page-news__list-item {
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    display: flex;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
}
.page-news__list .page-news__list-item .page-news__list-img {
    width: 270px;
}
.page-news__list .page-news__list-item .page-news__list-img a {
    display: block;
}
.page-news__list .page-news__list-item .page-news__list-img img {
    width: 100%;
    object-fit: cover;
    min-height: 127px;
}
.page-news__list .page-news__list-item .page-news__list-text {
    width: calc(100% - 270px);
    padding-left: 20px;
}
.page-news__list .page-news__list-item .page-news__list-text h3 {

}
    .page-news__list .page-news__list-item .page-news__list-text h3 a {
        color: #006cb5;
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        
    }
.page-news__list .page-news__list-item .page-news__list-text .page-news__list-date {
    color: #a6a7a7;
    display: none;
}
.page-news__list .page-news__list-item .page-news__list-text .page-news__list-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    -webkit-line-clamp: 3;
    height: 69px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 8px 0 0;
    text-align: justify;
}
.page-news__list .page-news__list-item .page-news__list-text .page-news__list-desc p {
    margin: 0;
}
.page-news__list .page-news__list-item .page-news__list-text .btn-read {
    color: #000;
    font-weight: 500;
    display: none;
    align-items: center;
}
.page-news__list .page-news__list-item .page-news__list-text .btn-read i {
    margin-left: 5px;
}
.m-top-45 {
    margin-top: 45px;
}

.sidebar-news__top .sidebar-news__top-item {
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    display: flex;
    position: relative;
    margin-bottom: 12px;
}
.sidebar-news__top .sidebar-news__top-item .sidebar-news__top-img {
    width: 40%;
}
.sidebar-news__top .sidebar-news__top-item .sidebar-news__top-img img {
    width: 100%;
    height: 78px;
    object-fit: cover;
}
.sidebar-news__top .sidebar-news__top-item .sidebar-news__top-img a {
    display: block;
}
.sidebar-news__top .sidebar-news__top-item .sidebar-news__top-text {
    width: calc(100% - 40%);
    padding-left: 12px;
}
.sidebar-news__top .sidebar-news__top-item .sidebar-news__top-text h5 {
    margin: 0;
}
    .sidebar-news__top .sidebar-news__top-item .sidebar-news__top-text h5 a {
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 20px;
        -webkit-line-clamp: 2;
        height: 40px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 14px;
        color: #006cb5;
    }
.sidebar-news__top .sidebar-news__top-item .sidebar-news__top-text .sidebar-news__top-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.sidebar-news__top .sidebar-news__top-item .sidebar-news__top-text .sidebar-news__top-desc p {
    margin: 0;
}
.sidebar-news__top .item:not(:last-child) {
    margin-bottom: 20px;
}

.sidebar-news__top.related-owl .sidebar-news__top-item .sidebar-news__top-text {
    padding: 15px;
}
.sidebar-news__top.related-owl .sidebar-news__top-item .sidebar-news__top-img img {
    height: 118px;
}
.sidebar-news__top.related-owl .sidebar-news__top-item .sidebar-news__top-text h5 {
    margin: 0 0 10px 0;
}

.m-bt-20 {
    margin-bottom: 20px;
}
.btn-home-red {
    padding: 12px 30px;
    line-height: 1;
    letter-spacing: 1px;
    color: #006cb5;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: hidden;
    text-transform: uppercase;
    border: 4px solid #7babd5;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 30px;
}
.btn-home-red:hover {
    background: #7aabd5;
    text-decoration: none;
    color: #fff;
}

.d-in-block {
    display: inline-block !important;
}
/* 
    ========================= Team CSS=========================
*/

.p-bottom-75 {
    padding-bottom: 75px;
}
.p-bottom-75 .page-product__desc {
     margin-bottom: 0;
}
.team-list > div {
    margin-top: 115px;
}
.team-box {
    position: relative;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    padding: 60px 15px 15px 15px;
    height: 100%;
    border-bottom: 4px solid #20385b;
    transition: .5s;
}
.team-box:hover {
    transform: translateY(-10px);
}
.team-box .team-box__avatar {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.team-box .team-box__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.team-box h5 {
    text-align: center;
    color: #e50000;
    margin: 20px 0 8px;
    font-size: 20px;
}
.team-box .team-box__position {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 15px;
}
.team-box .team-box__about {
    margin-top: 15px;
    line-height: 22px;
}
.team-box .team-box__about p {
    margin-bottom: 6px;
}

.list-partner .list-partner__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}
.list-partner .list-partner__item img {
    max-width: 170px;
}

/* 
    ========================= Contact CSS=========================
*/

.page-contact {
    position: relative;
    z-index: 2;
    padding: 50px 0 250px;
}
.page-contact:before {
    content: '';
    position: absolute;
    background-image: url(/Themes/images/bg-contact.png);
    height: 50%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.page-contact .page-contact__info {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 40px;
}
.page-contact .page-contact__info .page-contact__info-sys {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 35px;
}
.page-contact .page-contact__info .page-contact__info-box {
    text-align: center;
}
.page-contact .page-contact__info .page-contact__info-box .page-contact__info-text .page-contact__info-title {
    font-size: 20px;
    font-weight: 600;
    color: #c1132a;
    margin: 10px 0;
}
.page-contact .page-contact__info .page-contact__info-box .page-contact__info-text .page-contact__info-content {
    font-size: 15px;
    font-weight: 600;
}
.page-contact .page-contact__info .page-contact__info-box .page-contact__info-text .page-contact__info-content p {
    margin: 0;
}
.page-contact .btn-maps {
    text-align: center;
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin: 25px 0px;
    text-decoration: underline;
}
.page-contact .page-contact__form {
    padding: 30px 70px;
    background: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}
.page-contact .page-contact__form h5 {
    text-align: center;
    color: #c1132a;
    font-size: 38px;
    margin-bottom: 15px;
}
.page-contact .page-contact__form .page-contact__form-controls {
    margin-top: 30px;
}
.page-contact .page-contact__form .page-contact__form-controls .page-contact__form-item {
    position: relative;
}
.page-contact .page-contact__form .page-contact__form-controls .page-contact__form-item input,
.page-contact .page-contact__form .page-contact__form-controls .page-contact__form-item textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    outline: none;
    padding: 8px 0;
}
.page-contact .page-contact__form .page-contact__form-controls .page-contact__form-item textarea {
    display: block;
}
.page-contact .page-contact__form .page-contact__form-controls .page-contact__form-item i {
    color: #c2c2c2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
}
.page-contact .page-contact__form .page-contact__form-controls .page-contact__form-item input:focus ~ i {
    color: #6f767c;
}
.btn-page-contact {
    background: #f79733;
    color: #fff;
    border: 0;
    padding: 15px 35px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    transition: all .3s ease;
}
.btn-page-contact:hover {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

/* 
    ========================= Feedback CSS=========================
*/

.feedback-site {
    
}
.feedback-site__owl {
    padding: 25px;
    border: 5px solid #D0E5F1;
    width: 100%;
    background-color: #ffffff;
}
.feedback-site__owl .feedback-site__item {
    text-align: center;
}
.feedback-site__owl .feedback-site__item .feedback-site__item-img {
    width: 70px;
    margin: 0 auto;
}
.feedback-site__owl .feedback-site__item .feedback-site__item-img img {
    border-radius: 100%;
}
.feedback-site__owl .feedback-site__item .feedback-site__item-content {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}
.feedback-site__owl .feedback-site__item .feedback-site__item-text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}

/* 
    ========================= Feedback CSS=========================
*/

/* 
    ========================= Footer CSS=========================
*/
.footer {
    position: relative;
    background: #fff;
    z-index: 0;
}
.footer .footer-top {
    padding: 0px 0 30px;
    border-top: 1px solid #f0f0f0;
}
.footer .footer-top .footer-top__logo {
    display: flex;
}
.footer .footer-top .footer-top__logo .footer-top__logo-img {
    width: 65%;
}
.footer .footer-top .footer-top__logo-img img {
    width: 100%;
}
.footer .footer-top .footer-top__logo-desc {
    color: #323232;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .4px;
    padding-left: 30px;
    width: calc(100% - 120px);
    text-align: justify;
}
.footer .footer-top .footer-top__locaiton {
    margin-top: 50px;
}
.footer .footer-top .footer-top__locaiton .footer-top__locaiton-item:not(:last-child) {
    margin-bottom: 15px;
}
.footer .footer-top .footer-top__locaiton .footer-top__locaiton-item h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.footer .footer-top .footer-top__locaiton .footer-top__locaiton-item h4:before {
    content: '';
    position: absolute;
    width: 75px;
    height: 1px;
    background: #f79733;
    bottom: 0;
    left: 0;
}
.footer .footer-top .footer-top__locaiton .footer-top__locaiton-item ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 32px;
}
.footer .footer-top .footer-top__locaiton .footer-top__locaiton-item ul li i {
    color: #fff;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    background: #f79733;
    line-height: 25px;
    font-size: 12px;
    
}
.footer .footer-top .footer-top__locaiton .footer-top__locaiton-item ul li i:not(.fa-globe) {
    position: absolute;
    left: 0;
}
.footer .footer-top .footer-top__locaiton .footer-top__locaiton-item ul li span {
    color: #323232;
    font-weight: 400;
    width: calc(100% - 35px);
}
.footer .footer-top .footer-top__locaiton .footer-top__locaiton-item ul li span a {
    text-decoration: underline;
    display: block;
}
.footer .footer-top .footer-top__nav h3 {
    font-size: 25px;
    margin-bottom: 15px;
}
.footer .footer-top .footer-top__nav ul li a {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    line-height: 28px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}
.footer .footer-top .footer-top__nav ul li a:hover {
    color: #f79733;
}
.footer .footer-top .footer-top__nav ul li a i {
    vertical-align: middle;
    margin-left: 3px;
    color: #404040;
}
.footer .footer-top .footer-top__box {
    text-align: center;
}
.footer .footer-top .footer-top__box .footer-top__regnews p {
    color: #fff;
    margin: 12px 0;
    font-weight: 300;
    font-size: 14px;
}
.footer .footer-top .footer-top__box .footer-top__regnews .footer-top__regnews-form {
    padding: 0 15%;
    display: flex;
    margin-bottom: 20px;
}
.footer .footer-top .footer-top__box .footer-top__regnews .footer-top__regnews-form .btn-sendreg {
    width: 100px;
    height: 45px;
    background: #c1132a;
    color: #fff;
    border: 0;
    margin-left: 10px;
    cursor: pointer;
    transition: all .3s ease;
    outline: none !important;
}
.footer .footer-top .footer-top__box .footer-top__regnews .footer-top__regnews-form .btn-sendreg:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
}
.footer .footer-top .footer-top__box .footer-top__regnews .footer-top__regnews-form input {
    width: calc(100% - 110px);
    height: 45px;
    padding: 0 14px;
    border: 0;
    outline: 0;
}
.footer .footer-top .footer-top__box .footer-top__regnews-item {
    margin-top: 5px;
    color: #fff;
}
.footer .footer-top .footer-top__box .footer-top__regnews-item span.title {
    margin-right: 5px;
    font-weight: 600;
}
.footer .footer-top .footer-top__box .footer-top__regnews-item span.content {
    font-weight: 300;
}
.footer .footer-top .footer-top__box .footer-top__regnews-item span.line {
    margin:0 12px;
}
.footer .footer-bottom {
    background: #19346b;
}
.footer .footer-bottom .footer-bottom__item {
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.footer .footer-bottom .footer-bottom__item .footer-bottom__item-right ul li {
    display: inline-block;
    margin-left: 12px;
}
.footer .footer-bottom .footer-bottom__item .footer-bottom__item-right ul li a {
    display: block;
}
.footer .footer-bottom .footer-bottom__item .footer-bottom__item-right a img {
    width: 35px;
}
.m-left-10 {
    margin-left: 10px;
}


/* 
    ========================= Pagination CSS=========================
*/

.pagination-page {
    justify-content: center;
    width: 100%;
    display: flex;
}
.pagination-page li {
    display: block;
    margin: 0 3px;
}
    .pagination-page li a {
        display: block;
        color: #006cb5;
        font-weight: 500;
        text-decoration: none;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid #e4e4e4;
    }
    .pagination-page li:hover a {
        background: #006cb5;
        color: #fff;
        border: 1px solid #006cb5;
    }

/* 
    ========================= Nav mobile CSS =========================
*/

.nav-mobile {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: 100;
    visibility: hidden;
}
.nav-mobile .nav-mobile__bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow: hidden;
    position: absolute;
    background: #0b0b0b;
    opacity: 0;
    transition: opacity .25s;
}
.nav-mobile .nav-mobile__ul {
    width: 260px;
    background-color: rgba(255,255,255,0.95);
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    z-index: 100;
    position: absolute;
    height: 100%;
    overflow: auto;
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
}
.nav-mobile .nav-mobile__ul li {
    border-top: 1px solid #ececec;
    position: relative;
}
.nav-mobile .nav-mobile__ul li ul {
    display: none;
    background: #dcdcdc;
}
.nav-mobile .nav-mobile__ul li a {
    display: block;
    color: #000;
    padding: 12px 0 12px 20px;
    font-weight: 700;
    font-size: 15px;
    position: relative;
}
.nav-mobile .nav-mobile__ul li i {
    position: absolute;
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    right: 0;
    top: 0;
    border-left: 1px solid #ececec;
}
.nav-mobile .nav-mobile-close {
    cursor: pointer;
    z-index: 99;
    box-shadow: none;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0;
    padding: 0;
    mix-blend-mode: difference;
    margin: 0 !important;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    min-height: 0;
    width: 40px;
    -webkit-backface-visibility: hidden;
    height: 40px;
    line-height: 40px;
    font-family: Arial, monospace;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(50%) translateZ(1px);
    transform: translateY(50%) translateZ(1px);
    background: transparent;
    border: 0;
    outline: none;
}
.nav-mobile.open-nav {
    visibility: visible;
} 
.nav-mobile.open-nav .nav-mobile__bg {
    opacity: .6;
}
.nav-mobile.open-nav .nav-mobile__ul {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.nav-mobile.open-nav .nav-mobile-close {
    opacity: .5;
    -webkit-transform: translateY(0) translateZ(1px);
    transform: translateY(0) translateZ(1px);
}
.nav-mobile .nav-mobile__ul .nav-mobile__ul-search {
    padding: 15px;
    display: flex;
}
.nav-mobile .nav-mobile__ul .nav-mobile__ul-search input {
    border: 1px solid #ddd;
    padding: 0 12px;
    height: 40px;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}
.nav-mobile .nav-mobile__ul .nav-mobile__ul-search button {
    width: 40px;
    background: #C1132A;
    color: #fff;
    border: 1px solid #C1132A;
    outline: none;
}
.nav-mobile .nav-mobile__ul .nav-mobile__ul-lang {
    border-top: 1px solid #ececec;
    padding: 15px;
}
.nav-mobile .nav-mobile__ul .nav-mobile__ul-lang a {
    display: inline-block;
    margin-right: 5px;
}
.nav-mobile .nav-mobile__ul .nav-mobile__ul-lang img {
    max-width: 45px;
}

/* 
    ========================= Productivity CSS =========================
*/

.productivity-title {
    color: #323232;
    font-weight: 900;
    font-size: 28px;
    text-align: center;
    margin-bottom: 35px;
    line-height: 40px;
}
.productivity .productivity-images img {
    width: 100%;
}
.productivity .productivity-one {
    padding: 70px 0;
}
.productivity .productivity-to {
    background: #e1eaed;
    padding: 70px 0 40px;
}
.productivity .productivity-to .productivity-title {
    font-size: 26px;
}
.productivity-box {
    margin-bottom: 30px;
}
.productivity-box .productivity-title {
    margin-bottom: 10px;
}
.productivity-box .productivity-desc {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.productivity-one__list .productivity-one__list-item {
    display: flex;
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
    margin-bottom: 20px;
    border-radius: 100px;
    background: #fff;
}
.productivity-one__list .productivity-one__list-item:last-child {
    margin-bottom: 0;
}
.productivity-one__list .productivity-one__list-item .productivity-one__list-img {
    width: 130px;
    border-radius: 100%;
    overflow: hidden;
    padding: 10px;
}
.productivity-one__list .productivity-one__list-item .productivity-one__list-img img {
    border-radius: 100%;
}
.productivity-one__list .productivity-one__list-item .productivity-one__list-text {
     width: calc(100% - 130px);
     padding: 20px 35px 20px 5px;
}
.productivity-one__list .productivity-one__list-item .productivity-one__list-text h3 {
    font-size: 18px;
    font-weight: 700;
}
.productivity-one__list .productivity-one__list-item .productivity-one__list-text .productivity-one__list-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    height: 58px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.productivity-to .home-expert__item {
    margin-bottom: 30px;
}
.productivity-form {
    padding: 70px 0;
}
.productivity-form .productivity-form__input {
    margin-bottom: 25px;
}
.productivity-form .productivity-form__input select {
    padding: 0 15px;
    border: 1px solid #eee;
    width: 100%;
    outline: none;
    transition: all .3s ease;
    height: 47px;
    line-height: 47px;
}
.productivity-form .productivity-form__input input {
    padding: 12px 15px;
    border: 1px solid #eee;
    width: 100%;
    outline: none;
    transition: all .3s ease;
}
.productivity-form .productivity-form__input input:focus {
     border: 1px solid #195a91;
}
.productivity-form__btn {
    background: transparent;
    color: #195a91;
    padding: 8px 40px;
    cursor: pointer;
    outline: none;
    border-radius: 2px;
    border: 5px solid #D0E5F1;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s;
}
.productivity-form__btn:hover {
    background: #D0E5F1;
}
.productivity-form .productivity-title {
    font-size: 26px;
}
.productivity-two {
    padding: 70px 0;
}
.productivity-two .row-item:last-child {
    margin-top: 35px;
}

.research-productivity__box {
    height: 100%;
}
.research-productivity__item {
    padding: 0 15px;
    text-align: center;
    position: relative;
    background: #f7f7f7;
    border-bottom: 3px solid #f3f3f3;
    height: calc(100% - 120px);
    margin-top: 120px;
}
.research-productivity__item .research-productivity__item-text {
    padding: 150px 20px 20px 20px;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
}
.research-productivity__item .research-productivity__item-text h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}
.research-productivity__item .research-productivity__item-text {
    line-height: 22px;
    font-weight: 300;
}
.research-productivity__item:hover {
    border-bottom: 3px solid #175a91;
}
.research-productivity__item .research-productivity__item-img {
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.research-productivity__item .research-productivity__item-img img {
    border-radius: 100%;
    border: 14px solid #f7f7f7;
    max-width: 220px;
}
.productivity-title__sub {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.btn-see {
    display: inline-block;
    padding: 10px 30px;
    line-height: 1;
    letter-spacing: 1px;
    color: #006cb5;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: hidden;
    text-transform: uppercase;
    border: 5px solid #D0E5F1;
    font-weight: bold;
    position: relative;
    margin: 40px 0;
}
.btn-see:hover {
    background: #D0E5F1;
}
.productivity-three {
    background: #f7f7f7;
    padding: 70px 0 30px;
}

/* 
    ========================= End Productivity CSS =========================
*/

/* 
    ========================= Educate CSS =========================
*/

.educate-videos {
    position: relative;
    padding-bottom: 40%;
    height: 0;
}
.educate-videos iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.educate-list {
    padding: 70px 0;
}
.educate-list .item {
    margin: 5px 0;
}
.educate-list .educate-list__owl-item {
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1);
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
    background-color: #fff;
}
.educate-list .educate-list__owl-item .educate-list__owl-text h5 {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.educate-list .educate-list__owl-item .educate-list__owl-text .educate-list__owl-desc {
    padding: 15px;
    line-height: 22px;
}
.educate-list .educate-list__owl-item .educate-list__owl-text .educate-list__owl-desc p {
    margin: 0;
}
.educate-intro {
    padding: 70px 0;
    background-color: #fbfbfb;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background: url(/Themes/images/Photo_Resource_LibraryBackground1_0.jpg) no-repeat center center;
    position: relative;
}
.educate-intro:before {
        content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0068b6;
    mix-blend-mode: multiply;
    opacity: .85;
    top: 0;
    left: 0;
}
.educate-intro .educate-intro__box {
    
}
.educate-intro .educate-intro__video {
    height: 100%;
}
.educate-intro .educate-intro__video iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    min-height: 415px;
}
.educate-intro .educate-intro__content {
    padding: 60px 30px 60px 60px;
}
.educate-intro .educate-intro__content h5 {
    color: #fff;
    font-weight: 900;
    font-size: 26px;
    line-height: 40px;
}
.educate-intro .educate-intro__content .educate-intro__content-desc {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
    color: #fff;
}
.educate .productivity-one {
    padding: 70px 0;
}
.educate-intro .educate-intro__image,
.educate-intro .educate-intro__image img {
    height: 100%;
}
.educate-intro .educate-intro__image img {
    object-fit: cover;
}
.educate-intro .educate-intro__content-btn a {
    display: inline-block;
    font-size: 14px;
    padding: 12px 20px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: hidden;
    text-transform: uppercase;
    border: 2px solid #D0E5F1;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    margin-bottom: 5px;
}
.educate-intro .educate-intro__content-btn a i {
    color: #C1C648;
}
.educate-intro .educate-intro__content-btn a:hover {
    background-color: #D0E5F1 !important;
    color: #003F6F !important;
}
.educate-training {
    background: #fbfbfb;
    padding: 70px 0;
}
.educate-training .pagination-page {
    margin: 35px 0 0 0;
}
.educate-training .educate-training__address ul {
    display: flex;
}
.educate-training .educate-training__address ul li {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 25px;
    vertical-align: top;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #f0f3f6;
    cursor: pointer;
}
.educate-training .educate-training__address ul li:hover,
.educate-training .educate-training__address ul li.active {
    background-color: #f79733;
    color: #fff;
}
.educate-training .educate-training__content .educate-training__flex {
    display: flex;
    padding: 25px;
    box-shadow: 3px 3px 20px #e2e2e2;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    min-height: 150px;
}
.educate-training .educate-training__content .educate-training__flex > div {
    flex: 2;
}
.educate-training .educate-training__content .educate-training__flex .educate-training__btn {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}
.educate-training .educate-training__content .educate-training__flex .educate-training__btn a {
    background-color: #0A6BB5;
    color: #FFFFFF;
    padding: 12px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    width: 160px;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s ease;
}
.educate-training .educate-training__content .educate-training__flex .educate-training__btn a:hover {
    -webkit-box-shadow: 6px 6px 18px rgba(0,0,0,.2);
    box-shadow: 6px 6px 18px rgba(0,0,0,.2);
}
.educate-training .educate-training__content .educate-training__flex .educate-training__info .educate-training__info-topic {
    background-color: #f79733;
    display: inline-block;
    color: #fff;
    border-radius: 25px;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 15px;
}
.educate-training .educate-training__content .educate-training__flex .educate-training__info .educate-training__info-title {
    margin-top: 8px;
    font-size: 15px;
    color: #263e55;
    font-weight: 700;
    line-height: 22px;
}
.educate-training .educate-training__content .educate-training__flex .educate-training__desc {
    padding: 0 30px;
}
.educate-training .educate-training__content .educate-training__flex .educate-training__desc ul li {
    line-height: 25px;
    word-break: break-all;
}
.educate-training .educate-training__content .educate-training__flex .educate-training__desc p:last-child {
    margin-bottom: 0;
}
.educate-training .educate-training__content .educate-training__flex .educate-training__desc p {
    margin-bottom: 6px;
}
.educate-training .educate-training__box .educate-training__item {
    display: none;
}
.educate-training .educate-training__box .educate-training__item.active {
    display: block;
}
.educate-training .educate-training__box .educate-training__item.educate-show {
    display: block !important;
}
.educate-training .educate-training__sidebar {
    background-color: #f0f0f0;
    padding: 15px;
}
.educate-training .educate-training__sidebar h3 {
    text-transform: uppercase;
    border-bottom: 1px solid #bebebe;
    padding: 10px 0 5px;
    font-weight: 700;
    color: #4f4f4f;
    font-size: 18px;
}
.educate-training .educate-training__sidebar .educate-training__sidebar-ul:not(:last-child) {
    margin-bottom: 8px;
}
.educate-training .educate-training__sidebar .educate-training__sidebar-ul h5{
    color: #4f4f4f;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 0 8px;
    margin: 0;
}
.educate-training .educate-training__sidebar .educate-training__sidebar-ul ul {
    list-style: none;
    border: 1px solid #bcc3ca;
    background-color: #fff;
    padding: 12px 0;
}
.educate-training .educate-training__sidebar .educate-training__sidebar-ul ul li {
    padding: 0 12px;
    transition: color .3s ease;
}
.educate-training .educate-training__sidebar .educate-training__sidebar-ul ul li:hover {
    background-color: #e6ecf0;
}
.educate-training .educate-training__sidebar .educate-training__sidebar-ul ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    color: #216fb1;
    font-weight: 700;
    text-decoration: none;
    line-height: 25px;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.educate-training .educate-training__sidebar .educate-training__sidebar-ul ul li a span {
    width: 16px;
    height: 16px;
    border: 1px solid #bcc3ca;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    background: white;
    position: relative;
    background-color: #f0f0f0;
    color: #bcc3ca;
    line-height: 16px;
    font-size: 10px;
    vertical-align: text-top;
}
.educate-training .educate-training__search h3 {
    font-size: 26px;
    color: #166cb3;
    font-weight: 700;
    margin-bottom: 0;
}
.educate-training .educate-training__search .educate-training__search-form {
    position: relative;
    margin-top: 15px;
}
.educate-training .educate-training__search .educate-training__search-form .btn-search-edu {
    position: absolute;
    right: 0;
    height: 100%;
    width: 90px;
    color: #216fb1;
    background: transparent;
    border: 0;
    border-left: 1px solid #bcc3ca;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    transition: all .3s ease;
}
.educate-training .educate-training__search .educate-training__search-form .btn-search-edu:hover {
    background: #0a6bb5;
    color: #fff;
    border-left: 1px solid #0a6bb5;
}
.educate-training .educate-training__search .educate-training__search-form input {
    color: #67768b;
    background-color: #fafafa;
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #bcc3ca;
    outline: none;
}
.training-demand {
    background-image: url(/themes/images/bg_features-1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}
.training-demand .training-demand__info {
    padding: 116px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
        align-items: baseline;
}
.training-demand .training-demand__info .btn-contact-online {
    display: inline-block;
    padding: 10px 30px;
    line-height: 1;
    letter-spacing: 1px;
    color: #006cb5;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: hidden;
    text-transform: uppercase;
    border: 5px solid #D0E5F1;
    font-weight: bold;
    position: relative;
    margin-top: 15px;
    outline: none !important
}
.training-demand .training-demand__info h3 {
    margin-bottom: 25px;
    font-size: 26px;
    position: relative;
    padding-bottom: 10px;
    line-height: 38px;
}
.viprocb-new .training-demand .training-demand__info h3 {
    font-weight: 700;
}
.training-demand .training-demand__info h3:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: #f79733;
    bottom: 0;
}
.training-demand .training-demand__info .training-demand__info-desc {
    line-height: 1.8em;
    font-size: 14px;
    font-weight: 400;
}
.training-demand .training-demand__info .training-demand__info-desc p:last-child {
    margin-bottom: 0;
}
.training-demand .training-demand__form {
    box-shadow: 0 0 50px 3px rgba(0,0,0,.05);
    margin-bottom: 0;
    height: 100%;
    padding: 40px 35px 40px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}
.training-demand .training-demand__form .training-demand__item {
    margin-top: 15px;
}
.training-demand .training-demand__form .training-demand__item textarea {
    background-color: #f0f3f6;
    border: none;
    color: #333;
    font-size: 14px;
    line-height: 27px;
    padding: 9px 40px 9px 18px;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    outline: none;
    border-radius: 10px;
}
.training-demand .training-demand__form .training-demand__item input {
    background-color: #f0f3f6;
    border: none;
    color: #333;
    font-size: 14px;
    line-height: 27px;
    padding: 9px 40px 9px 18px;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    outline: none;
    border-radius: 27px;
}
.training-demand .training-demand__form .training-demand__item .btn-demand {
    background-color: #f79733;
    border: 1px solid #f79733;
    width: 100%;
    padding: 14px 40px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
    color: #fff;
    cursor: pointer;
    outline: none;
}
.training-demand .training-demand__form .training-demand__item .btn-demand:hover {
    background: #fff;
    color: #f79733;
}
.training-demand .training-demand__form .training-demand__form-desc {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
}
.educate-training .educate-training__sort-nav .pagination-page {
    margin: 0;
}
.educate-training .educate-training__sort-nav .pagination-page li a {
    border-radius: 100%;
}
.educate-training__sort {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
    align-items: center;
    box-shadow: 0 -1px 0px 0px #bcc3ca inset;
    padding-bottom: 15px;
}
.educate-training__sort .educate-training__sort-name {
    font-size: 15px;
    font-weight: 700;
    padding-right: 10px;
    text-transform: capitalize;
    padding-top: 7px;
    color: #5d5d5d;
}
.advisory-procedure {
    padding: 70px 0 0;
}
.advisory-procedure ul {
    position: relative;
    display: block;
    margin-top: 70px;
    margin-bottom: 100px;
    height: 1px;
    padding-inline-start: 0;
}
.advisory-procedure ul li {
    position: relative;
    display: inline-block;
    width: calc(100% / 4);
    height: 3px;
    background: #006cb5;
    color: rgba(0, 0, 0, 0.5);
    float: left;
    text-align: center;
}
.advisory-procedure ul li .advisory-procedure__name {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    padding: 0 25px;
    line-height: 24px;
    margin-top: 25px;
}
.advisory-procedure ul li .advisory-procedure__o {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #ffffff;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    border: 2px solid #016cb5;
}
.advisory-procedure ul li .advisory-procedure__order {
    position: absolute;
    top: -65px;
    color: #fff;
    font-weight: 700;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #f79733;
    left: 50%;
    -webkit-animation: shake2 2s ease-in-out infinite;
    animation: shake2 2s ease-in-out infinite;
    border-radius: 100%;
}
@keyframes shake2 {
  0% {
    transform: translateX(-50%) rotateZ(0);
  }
  10% {
    transform: translateX(-50%) rotateZ(-30deg);
  }
  20% {
    transform: translateX(-50%) rotateZ(15deg);
  }
  30% {
    transform: translateX(-50%) rotateZ(-10deg);
  }
  40% {
    transform: translateX(-50%) rotateZ(7.5deg);
  }
  50% {
    transform: translateX(-50%) rotateZ(-6deg);
  }
  60% {
    transform: translateX(-50%) rotateZ(5deg);
  }
  70% {
    transform: translateX(-50%) rotateZ(-4.28571deg);
  }
  80% {
    transform: translateX(-50%) rotateZ(3.75deg);
  }
  90% {
    transform: translateX(-50%) rotateZ(-3.33333deg);
  }
  100% {
    transform:  translateX(-50%) rotateZ(0);
  }
}

.advisory-procedure ul li .advisory-procedure__order:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f79733;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
}
.advisory-procedure ul li:nth-child(2) .advisory-procedure__order {
    animation-delay: .4s;
}
.advisory-procedure ul li:nth-child(3) .advisory-procedure__order {
    animation-delay: .8s;
}
.advisory-procedure ul li:nth-child(4) .advisory-procedure__order {
    animation-delay: 1.2s;
}

.calendar-educate {
    display: grid;
    grid-template-rows: 70px 1fr 70px;
    grid-template-columns: 1fr;
    width: 100%; /* unnecessary, but let's keep things consistent */
    height: 550px;
}
.educate-calendar {
    padding: 70px 0;
}
.bg-white {
    background: #fff !important;
}
/*Loading Ajax*/
.loading-ajax {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.93);
    z-index: 9999;
}
.gooey {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  margin: -20px 0 0 -71px;
  background: #fff;
  filter: contrast(20);
}
.gooey .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  filter: blur(4px);
  background: #000;
  border-radius: 50%;
  transform: translateX(0);
  animation: dot 2.8s infinite;
}
.gooey .dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  animation: dots 2.8s infinite;
}
.gooey .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  filter: blur(4px);
  background: #000;
  border-radius: 50%;
}
@-moz-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-webkit-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-o-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-moz-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@-webkit-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@-o-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}

/*Loading Ajax*/

/* MAIN */
.calendar{}

.calendar__week,
.calendar__header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);  
}
.calendar__week {
  grid-auto-rows: 100px;
  text-align: right;
  border-left: 1px solid #e1e1e1;
  display: flex;
  flex-wrap: wrap;
}

.calendar__header {
  grid-auto-rows: 50px;
  align-items: center;
  text-align: center;
  border: 1px solid #e1e1e1;
}

.calendar__day {
  padding: 16px;
  border-bottom: 1px solid #e1e1e1;
  width: calc(100% / 7);
}
/*.calendar__day:nth-child(7n+0) {
  border-right: 0;
}*/
.calendar {
  background-color: white;
  /*border: 1px solid #e1e1e1;*/
}

.calendar__header > div {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.calendar__day {
  border-right: 1px solid #e1e1e1;
}

/*.calendar__day:last-child {
  border-right: 0;
}*/

.calendar-data {
    display: none !important;
}
.course-list {
    background: #4786ff;
    border: 0;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 10px 14px rgba(71, 134, 255, 0.4);
    text-align: left;
    margin-top: 15px;
    padding: 10px;
}
.course-list li p:not(:last-child) {
    margin-bottom: 5px;
}
.course-list li {
    font-size: 13px;
}
.course-list li strong {
    font-weight: 500;
}
.course-list li:first-child {
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.caldate {
    border: 2px solid transparent;
    border-radius: 50%;
    color: #424588;
    font-size: 12px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-color: #FEFEFE;
    background-color: #F2F6F8;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.calendar-control {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 16px;
}
.calendar-control a {
    color: #175a91;
}
.calendar-control span {
    margin: 0 10px;
}

/* 
    ========================= End Educate CSS =========================
*/

/* 
    ========================= Profile CSS =========================
*/

.profile-page .profile-page__box {
    background: #f9f9fc;
}
.profile-page .page-title {
    padding: 170px 0 120px;
}
.profile-page .profile-page__info {
    margin-top: -70px;
    padding-bottom: 60px;
}
.kt-portlet {
    -webkit-box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
}
.kt-portlet .kt-portlet__head {
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 25px;
    border-bottom: 1px solid #ebedf2;
    min-height: 60px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: flex-first;
    align-content: flex-first;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-label h3 {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #48465b;
}
.kt-portlet .kt-portlet__head .kt-portlet__head-label h3 small {
    font-weight: 300;
    padding-left: .5rem;
    font-size: 1rem;
    color: #74788d;
}
.kt-portlet .kt-portlet__body {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
    border-radius: 4px;
}
.kt-portlet .kt-section {
    margin: 0 0 2rem 0;
}
.kt-portlet .kt-section .col-form-label {
    font-size: 1rem;
    font-weight: 400;
    text-align: right;
    color: #646c9a;
}
.kt-portlet .kt-section__title {
    font-size: 1.1rem;
    display: block;
    font-weight: 500;
    padding: 0;
    margin: 0 0 1.75rem 0;
    color: #48465b;
}
.kt-avatar {
    position: relative;
    display: inline-block;
}
.kt-avatar .kt-avatar__holder {
    width: 120px;
    height: 120px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
}
.kt-avatar .kt-avatar__upload {
    text-align: right;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.kt-avatar .kt-avatar__upload input {
    width: 0!important;
    height: 0!important;
    overflow: hidden;
    opacity: 0;
}
.kt-avatar .kt-avatar__upload i {
        color: #366cf3;
    font-size: .9rem;
}
.kt-avatar .kt-avatar__cancel {
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: auto;
    right: -10px;
    bottom: -5px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
    display: none;
}
.kt-portlet .kt-portlet__foot {
    padding: 25px;
    border-top: 1px solid #ebedf2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-change-profile {
    background-color: #1dc9b7;
    border-color: #1dc9b7;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .65rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}

/* 
    ========================= End Profile CSS =========================
*/
/* 
    ========================= Modal Account CSS =========================
*/
.modal-account .modal-content {
    background-color: #fff;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    max-width: 100%;
    display: block;
    border-radius: 4px;
    border: 0;
    min-height: 655px;
}
.form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

.forget-container {
    right: 0;
    width: 50%;
    z-index: 999;
    border-left: 1px solid #eee;
    display: none;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.forget-desc {
    margin: 10px 0;
}
.forget-desc span:not(:nth-child(2)) {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.forget-desc span:nth-child(2) {
    margin: 0 10px;
    font-weight: 300;
    font-size: 12px;
}
.forget-container.active {
    display: block;
}
.modal-account__container.right-panel-active .forget-container {
    left: 0;
    border-right: 1px solid #eee;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.modal-account__container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

#swal2-content {
    line-height: 26px;
    font-size: 15px;
}
#swal2-content b {
    color: #052036;
    font-weight: 700;
    margin: 0 5px;
}

.sign-up-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}

.modal-account__container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}
	
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

.overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

.modal-account__container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    box-shadow: 0px 0px 40px 16px rgba(1, 108, 181, 0.29);
    background: #016cb5;
}

.modal-account__form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

.modal-account__form input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    outline: none;
}

.modal-account__form h5 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.modal-account__form a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
    font-weight: 500;
}
.modal-account__form > span {
    font-size: 13px;
    font-weight: 300;
}
.modal-account__container.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.overlay-left {
	transform: translateX(-20%);
}

.modal-account__container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
	right: 0;
	transform: translateX(0);
}

.modal-account__container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-container {
	margin: 20px 0;
}

.social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}

.modal-account__form .button {
    background: #006cb5;
    border: 1px solid #006cb5;
    color: #fff;
    padding: 10px 35px;
    border-radius: 25px;
    min-width: 150px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-box-shadow: 0 1px 11px 2px rgba(0,0,0,.05), 0 0 0 rgba(0,0,0,.05) inset;
    -moz-box-shadow: 0 1px 11px 2px rgba(0,0,0,.05),0 0 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 11px 2px rgba(0,0,0,.05), 0 0 0 rgba(0,0,0,.05) inset;
    transition: all .3s ease;
    cursor: pointer;
    outline: none;
    position: relative;
}

.modal-account__form .button:hover {
    box-shadow: 0px 15px 20px rgba(1, 108, 181, 0.36);
    color: #fff;
}
.modal-account__form .button.button--loading {
    background-color: #258cd1 !important;
    background-image: 8121991 !important;
    background-image: -webkit-linear-gradient(#258cd1 0%, #258cd1 100%) !important;
    background-image: -moz-linear-gradient(#258cd1 0%, #258cd1 100%) !important;
    background-image: -o-linear-gradient(#258cd1 0%, #258cd1 100%) !important;
    background-image: linear-gradient(#258cd1 0%, #258cd1 100%) !important;
    position: relative;
    cursor: wait;
    pointer-events: none;
}
.modal-account__form .button.button--loading:before {
    margin: -11px 0 0 -11px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    -webkit-border-radius: 24px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 24px;
    -moz-background-clip: padding;
    border-radius: 24px;
    background-clip: padding-box;
    border: rgba(255, 255, 255, 0.25) 2px solid;
    border-top-color: #fff;
    -webkit-animation: animation-rotate 750ms linear infinite;
    -moz-animation: animation-rotate 750ms linear infinite;
    -o-animation: animation-rotate 750ms linear infinite;
    animation: animation-rotate 750ms linear infinite;
}
.modal-account__form .button.button--loading span {
    color: transparent;
    text-shadow: none;
}

@-webkit-keyframes animation-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes animation-rotate {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes animation-rotate {
    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes animation-rotate {
    100% {
        transform: rotate(360deg);
    }
}
.modal-account__container .overlay-panel .ghost {
    background: #fff;
    color: #016cb5;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 0;
    border-radius: 25px;
    min-width: 120px;
    cursor: pointer;
    outline: none;
}
.modal-account__container .overlay-panel p {
    font-weight: 300;
    margin: 0px 0 30px;
}

/* 
    ========================= End Modal Account CSS =========================
*/

.topic-box__item {
    width: 100%;
    -webkit-box-shadow: 0 13px 17px -10px rgba(0,0,0,0.2);
    box-shadow: 0 13px 17px -10px rgba(0,0,0,0.2);
    display: flex;
}
.topic-box__item .topic-box__item-date {
    width: 200px;
    position: relative;
    background-color: rgb(23, 90, 145);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.topic-box__item .topic-box__item-date:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% 60%;
    background-position: center bottom;
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.6)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to top,rgba(0,0,0,0.6),rgba(0,0,0,0));
}
.topic-box__item .topic-box__item-text {
    width: calc(100% - 200px);
    border: 4px solid rgba(28,115,181,0.25);
    border-left: 0;
    background-color: #ffffff;
    padding: 20px;
}
.topic-box__item .topic-box__item-text h5 {
    margin-bottom: 15px;
}
.topic-box__item .topic-box__item-text h5 a {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.topic-box__item .topic-box__item-text .topic-box__item-btn {
    border-bottom: 3px solid #C1C648;
    padding-bottom: 4px;
    font-size: 14px;
    color: #006cb5;
    font-weight: 700;
    text-decoration: none;
}
.m-bottom-30 {
    margin-bottom: 30px;
}

.home-data {
    padding-top: 60px;
}
.home-data .home-data__item {
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(67, 73, 89, .1);
    -webkit-box-shadow: 0 0 20px rgba(67, 73, 89, .1);
    -ms-box-shadow: 0 0 20px rgba(67, 73, 89, .1);
    -moz-box-shadow: 0 0 20px rgba(67, 73, 89, .1);
    text-align: center;
    height: 100%;
    padding: 30px 15px;
}
.home-data .home-data__item .home-data__item-title {
    font-size: 28px;
    font-weight: 700;
    color: #036eb6;
    margin: 10px 0 0;
}
.home-data .home-data__item .home-data__item-desc {
    font-size: 15px;
    line-height: 24px;
    color: #323232;
}

.productivity-dictionary {
    background-color: #E1EAED;
    padding: 70px 0;
}
.productivity-dictionary .productivity-dictionary__box {
    background: #fff;
}
.productivity-dictionary .productivity-dictionary__box .productivity-dictionary__text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0px 0 100px;
}
.productivity-dictionary .productivity-dictionary__box .productivity-dictionary__text h4 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}
.productivity-dictionary .productivity-dictionary__box .productivity-dictionary__desc {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    font-style: italic;
}
.productivity-dictionary .productivity-dictionary__box .productivity-dictionary__btn {
     margin-top: 20px;
}
.productivity-dictionary .productivity-dictionary__box .productivity-dictionary__btn a {
    display: inline-block;
    font-size: 14px;
    padding: 12px 20px;
    line-height: 1;
    letter-spacing: 1px;
    color: #036eb6;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: hidden;
    text-transform: uppercase;
    border: 2px solid #D0E5F1;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}
.productivity-dictionary .productivity-dictionary__box .productivity-dictionary__btn a i {
    color: #C1C648;
    margin-left: 5px;
}
.productivity-dictionary .productivity-dictionary__box .productivity-dictionary__btn a:hover {
    background-color: #D0E5F1 !important;
    color: #003F6F !important;
}
.productivity-dictionary .productivity-dictionary__slide {

}
.productivity-dictionary .productivity-dictionary__slide-box {
    max-width: 252px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -6px;
    margin-bottom: 80px;
}
.productivity-dictionary .productivity-dictionary__slide-box .productivity-dictionary__slides {
    position: relative;
}
.productivity-dictionary .productivity-dictionary__slide-box .productivity-dictionary__slides:before,
.productivity-dictionary .productivity-dictionary__slide-box .productivity-dictionary__slides:after {
    content: "";
    position: absolute;
    top: 26px;
    right: -18px;
    width: 100%;
    height: calc(100% - 10px);
    background-color: #ffffff;
    outline: 8px solid #E1EAED;
    z-index: 0;
} 
.productivity-dictionary .productivity-dictionary__slide-box .productivity-dictionary__slides:before {
    top: 48px;
    left: 40px;
}
.productivity-dictionary .productivity-dictionary__slide-box .productivity-dictionary__slides:after {

}
.productivity-dictionary .productivity-dictionary-owl {
    position: relative;
    z-index: 2;
}
.productivity-dictionary .productivity-dictionary-owl .owl-nav button {
    width: 63px;
    height: 63px;
    border: 1px solid #E1EAED;
    border-radius: 50%;
    margin: 0;
    font-size: 35px;
    color: #E1EAED;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.productivity-dictionary .productivity-dictionary-owl .owl-nav .owl-prev {
    left: -130px;
}
.productivity-dictionary .productivity-dictionary-owl .owl-dots {
    position: absolute;
    margin: 0;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
}
.productivity-dictionary .productivity-dictionary-owl .owl-dots .owl-dot {
    outline: none;
}
.productivity-dictionary .productivity-dictionary-owl .owl-dots .owl-dot span {
    border: 0;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    padding: 0;
    margin: 0 12px;
    background-color: #E2EAED;
    -webkit-appearance: none;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    transition: all .3s ease;
}
.productivity-dictionary .productivity-dictionary-owl .owl-dots .owl-dot.active span {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1px #003F6F;
    box-shadow: 0 0 0 1px #003F6F;
}
.table-productivity--ov {
    width: 100%;
    overflow-x: scroll;
}
/* 
    ========================= VIPROCB NEW CSS =========================
*/

.vipronew-section1 {
    padding-top: 80px;
    padding-bottom: 200px;
    background-color: #231834;
}
.vipronew-section1 a.dot {
    margin-left: 30px;
    line-height: 25px;
    font-size: 15px;
    color: #3ea9f5;
    font-weight: 700;
}
.vipronew-section1 .content-left {
    padding-right: 50px;
}
.vipronew-section1 .content-left .btn-regs {
    display: inline-block;
    border: 2px solid #1dc2ef;
    color: #1dc2ef;
    padding: 10px 30px;
    margin-top: 12px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    transition: all .3s;
}
.vipronew-section1 .content-left .btn-regs:hover {
    color: #fff;
    background: #1dc2ef;
}
.vipronew-section1 .content-left > h5 {
    color: #ffffff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}
.vipronew-section1 .content-left .sub {
    color: #1dc2ef;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.35em;
    font-size: 12px;
    margin-bottom: 12px;
    font-weight: 700;
}
.vipronew-section1 .content-left .desc {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    text-align: justify;
}
.vipronew-section1 .content-right {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #fff;
    text-align: justify;
}
.vipronew-section1 .text-ideal {
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
}
.vipronew-section1 .text-ideal a {
    color: #3ea9f5;
    text-decoration: underline;
}
.vipronew-section2 {
    margin-top: -130px;
    position: relative;
    z-index: 2;
}
.vipronew-section2 .box-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 10%;
    height: 100%;
    -webkit-box-shadow: 0 5px 35px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 35px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 35px rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 35px rgba(0,0,0,.1);
    box-shadow: 0 5px 35px rgb(0 0 0 / 10%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #f3f6f9;
}
.vipronew-section2 .box-item .box-icon {
    margin: 40px 0 0 0;
    position: relative;
    z-index: 2;
    height: 80px;
}
.vipronew-section2 .box-item .box-icon:before {
    position: absolute;
    height: 8px;
    width: 66px;
    content: "";
    bottom: -15px;
    left: 50%;
    margin-left: -33px;
    background: rgba(0,0,0,.06);
    z-index: -1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform 0.35s;
    transition: transform .35s;
    transition: transform 0.35s,-webkit-transform 0.35s;
    transition-timing-function: cubic-bezier(.12,.845,.305,1);
}
.vipronew-section2 .box-item .box-icon img  {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: -webkit-transform 0.35s;
    transition: transform .35s;
    transition: transform 0.35s,-webkit-transform 0.35s;
    transition-timing-function: cubic-bezier(.12,.845,.305,1);
    height: 100%;
}
.vipronew-section2 .box-item .title {
    font-weight: 700;
    color: #0e2b5c;
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 12px;
}
.vipronew-section2 .box-item .desc-box {
    color: #627792;
    font-size: 14px;
    line-height: 1.625em;
}
.vipronew-section2 .box-item .re-more {
    margin-top: 40px;
}
.vipronew-section2 .box-item .re-more a {
    padding: 10px 12px 8px 0;
    color: #1dc2ef;
    font-weight: 700;
    font-size: 16px;
    position: relative;
}
.vipronew-section2 .box-item .re-more a i {
    font-size: 12px;
    margin-left: 4px;
}
.vipronew-price {
    padding: 70px 0;
}
.vipronew-price .vipronew-price-head {
    color: #fff;
}
.vipronew-price .vipronew-price-head {
    padding-top: 80px;
    padding-bottom: 220px;
    background-color: #231834;
}
.vipronew-price .vipronew-price-body {
    margin-top: -195px;
}
.vipronew-price-head {
    text-align: center;
    margin-bottom: 50px;
}
.vipronew-price-head h3 {
    font-size: 38px;
    line-height: 1.2em;
    font-weight: 700;
}
.vipronew-price-head .desc {
    color: #627792;
    font-size: 15px;
    line-height: 22px;
}
.vipronew-price .vipronew-price-body .card-plan {
    padding: 10% 15% 10% 15%;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    background: #f3f6f9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.vipronew-price .vipronew-price-body .row > div:nth-child(2) .card-plan {
    background: #fff;
    -webkit-box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 10px 60px rgba(0,0,0,.1);
    -ms-box-shadow: 0 10px 60px rgba(0,0,0,.1);
    -o-box-shadow: 0 10px 60px rgba(0,0,0,.1);
    box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 10% 15% 80px 15%;
}
.vipronew-price .vipronew-price-body .row > div:nth-child(2) .popular {
    display: block;
}
.vipronew-price .vipronew-price-body .popular {
    background-color: #f79733;
    text-align: center;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 2px 0;
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 3;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: none;
}
.vipronew-price .vipronew-price-body .card-plan .plan h4 {
    color: #0e2b5c;
    font-size: 25px;
    line-height: 1.35em;
    margin: 0 0 5px 0;
    font-weight: 700;
}
.vipronew-price .vipronew-price-body .card-plan .plan span {
    color: #627792;
    font-weight: 500;
    font-size: 15px;
}
.vipronew-price .vipronew-price-body .card-plan .price {
    color: #627792;
    font-size: 14px;
    margin: 30px 0 15px 0;
}
.vipronew-price .vipronew-price-body .card-plan .price span {
    color: #0e2b5c;
    font-size: 35px;
    font-weight: 700;
}
.vipronew-price .vipronew-price-body .card-plan .price .des {
        font-size: 13px;
    line-height: 1.3;
    margin-top: 5px;
    -webkit-opacity: .5;
    -khtml-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
}
.vipronew-price .vipronew-price-body .card-plan .content ul {
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 150%;
}
.vipronew-price .vipronew-price-body .card-plan .content ul li {
    margin-bottom: 10px;
    color: #627792;
}
.vipronew-price .vipronew-price-body .card-plan .content li b {
    color: #0e2b5c;
    font-weight: 700;
}
.vipronew-step .owl-step .owl-item {
   /* width: calc(100% / 3) !important;*/
}
.vipronew-step {
    padding-top: 70px;
}
.vipronew-step .vipronew-owl {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}
.vipronew-step .vipronew-step-box {
    padding: 0 50px;
    position: relative;
    vertical-align: top;
}
.vipronew-step .vipronew-step-box .icon {
    margin-bottom: 30px;
    text-align: center;
    padding: 0 75px;
    position: relative;
}
.vipronew-step .vipronew-step-box .icon img {
    max-height: 100%;
    margin: 0 auto;
}
.vipronew-step .vipronew-step-box .icon i {
    font-size: 35px;
    width: 85px;
    top: 50%;
    line-height: 1;
    left: 100%;
    text-align: center;
    -webkit-opacity: .3;
    -khtml-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
}
.vipronew-step .vipronew-step-box .icon:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
} 
.vipronew-step .vipronew-step-box .content {
    text-align: left;
    position: relative;
    padding-left: 75px;
}
.vipronew-step .vipronew-step-box .content .count {
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    left: 0;
    top: 0;
    border: 1px solid rgba(0,0,0,.1);
    position: absolute;
    font-size: 18px;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.06);
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.06);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.06);
    box-shadow: 0 2px 4px rgb(0 0 0 / 6%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    font-weight: 800;
}
.vipronew-step .vipronew-step-box .content h4 {
    margin: 0 0 10px 0;
    color: #0e2b5c;
    font-weight: 800;
    font-size: 20px;
}
.vipronew-step .vipronew-step-box .content .des {
    color: #627792;
    font-size: 14px;
    line-height: 1.625em;
}
.vipronew-step .vipronew-step-document ul {
    display: flex;
    justify-content: center;
}
.vipronew-step .vipronew-step-document ul li {
    margin: 0 8px;
}
.vipronew-step .vipronew-step-document ul li a {
    display: inline-block;
    padding: 10px 30px;
    line-height: 1;
    letter-spacing: 1px;
    color: #006cb5;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: hidden;
    text-transform: uppercase;
    border: 5px solid #D0E5F1;
    font-weight: bold;
    position: relative;
}
.vipronew-step .vipronew-step-head {
    margin-bottom: 30px;
}
.vipronew-step .vipronew-step-head h3 {
    font-size: 30px;
}
.step-owl-dots {
    display: flex;
    justify-content: center;
    color: #627792;
    font-weight: 600;
    font-size: 14px;
}
.step-owl-dots .owl-stage-outer {
    display: flex;
    justify-content: center;
}
.step-owl-dots li {
    cursor: pointer !important;
    padding-right: 25px !important;
    position: relative;
    transition: all .2s ease;
    font-weight: 700
}
.step-owl-dots .owl-item.current li,
.step-owl-dots li:hover {
    color: #0e2b5c;
    font-weight: 700;
}
.step-owl-dots .owl-item:last-child li {
    padding-right: 0;
}
.step-owl-dots .owl-item:last-child li i {
    display: none;
}
.step-owl-dots i {
    position: absolute;
    top: 5px;
    right: 7px;
}

/* 
    ========================= Reponsive CSS =========================
*/
@media (max-width: 1500px) {
    .header.site-header-sticky .header-top__box .header-menu ul {
        padding: 0;
    }
}
@media (max-width: 1400px) {
    .home-slide .item .home-slide__item .home-slide__text h6 {
        font-size: 40px;
    }
    .page-detail {
        width: 80%;
        margin: 0 auto;
    }
    .header .header-top .header-top__box {
        max-width: 1170px;
    }
}

@media(max-width: 1200px) {
    .header .header-top .header-top__box {
        max-width: 960px;
    }
    .step-owl-dots .owl-stage-outer .owl-stage {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media(max-width: 992px) {
    .header .header-top__box .header-menu {
        display: none;
    }
    .header .header-top .header-top__box .header-logo {
        margin: 12px 0;
    }
    .vipronew-section2 .box-item .title {
        font-size: 20px;
        font-weight: 800;
    }
    .vipronew-section2 .box-item .re-more a {
        padding-right: 0;
    }
    .vipronew-price .vipronew-price-body .card-plan .price span {
        font-size: 20px;
    }
    .vipronew-price .vipronew-price-body .card-plan .plan h4 {
        font-size: 20px;
    }
    html, body {
        overflow-x: hidden;
    }
    .colums-productivity {
        display: none;
    }
    .about-productivity {
        padding: 40px 0 70px;
    }
    .colums-productivity .item {
        margin-top: -30px;
    }
    .colums-productivity .item h3 {
        padding: 12px 0;
        font-size: 14px;
    }
    .about-productivity .about-productivity__box .title {
        font-size: 22px;
    }
    .list-productivity .list-productivity-item .text h4 {
        font-size: 22px;
        margin-bottom: 12px;
        line-height: 20px;
    }
    .list-productivity .list-productivity-item .text .text-desc {
        color: #333;
        line-height: 22px;
        font-size: 14px;
    }
    .news-productivity .news-productivity__item .image img {
        height: 210px;
    }
    .step-owl-dots .owl-stage-outer .owl-stage {
        transform: translate3d(0px, 0px, 0px) !important;
    }
    .header-menu__box-btn {
        display: flex;
        margin-left: 8px;
        width: 43px;
        height: 38px;
        border: 1px solid #656565;
        text-align: center;
    }
    .header-menu__box-btn a {
        text-align: center;
        width: 100%;
        line-height: 20px;
    }
    .page-detail {
        width: 100%;
        margin: 0 auto;
    }
    .home-about .home-about__img .home-about__img-2 img {
        width: 100%;
    }
    .home-about .home-about__img .home-about__img-1 {
        right: 0;
        width: calc(100% - 55px);
        border: 18px solid #fff;
        bottom: -15px;
    }
    .home-about .home-about__content iframe {
        width: 100%;
    }
    .home-about .home-about__content .home-about__title img {
        width: 130px;
    }
    .home-about .home-about__content .home-about__title h3 {
        font-size: 32px;
    }
    .header .header-menu .header-menu__box ul {
        display: none;
    }
    .header .header-top .header-top__box .header-top__btn {
        display: block;
    }
    .header .header-top .header-top__phone {
        display: none;
    }
    .about-consulting .about-consulting__title {
        padding: 10%;
    }
    .page-news__list .page-news__list-item .page-news__list-img {
        width: 170px;
    }
    .page-news__list .page-news__list-item .page-news__list-text {
        width: calc(100% - 170px);
    }
    .page-contact .page-contact__form h5 {
        font-size: 26px;
    }
    .page-contact .page-contact__info .page-contact__info-box {
        margin-top: 30px;
    }
    .header .header-menu .header-menu__box {
        height: 50px;
        display: flex;
        justify-content: flex-end;
    }
    .header .header-menu .header-logo {
        top: -40px;
    }
    .header .header-menu .header-logo a img {
        width: 100px;
    }
    .header .header-top .header-top__lang ul li.header-seach a {
        height: 38px;
        line-height: 38px;
    }
    .header .header-top .header-top__lang .header-top__lang-box .header-top__lang-flex {
        height: 38px;
    }
    .header .header-top .header-top__lang .header-top__lang-box span {
        font-size: 11px;
    }
    .header .header-top .header-top__box ul li.header-login a {
        height: 38px;
        line-height: 38px;
        padding: 0 15px;
        font-size: 12px;
    }
    .header .header-top .header-top__lang .header-top__lang-box .header-top__lang-flex .header-top__lang-title {
        font-size: 13px;
    }
    .header .header-menu .header-top__btn {
        display: flex;
    }
    .educate-intro .educate-intro__content {
        padding: 0;
    }
    .home-data .row > div {
        margin-bottom: 15px;
    }
    .productivity-dictionary .productivity-dictionary__box .productivity-dictionary__text {
        padding: 0 0px 0 40px;
    }
}
@media(max-width: 767px) {
    .vipronew-section1 .content-left {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .vipronew-section1 .content-left > h5 {
        font-size: 25px;
    }
    .vipronew-section2 .row > div,
    .vipronew-price .vipronew-price-body .card-plan {
        margin-top: 15px;
    }
    .vipronew-price-head h3 {
        font-size: 30px;
    }
    .vipronew-price .vipronew-price-head {
        padding-bottom: 185px;
    }
    .section-regs {
        padding-top: 0;
    }
    .news-productivity .news-productivity__item {
        margin-bottom: 15px;
    }
    .header {
        overflow-x: hidden;
    }
    .colums-productivity .item {
        margin-top: 30px;
    }
    .list-productivity .list-productivity-item .text {
        padding: 15px;
        margin-top: 15px;
    }
    .list-productivity .row > div:nth-child(2n+0) .list-productivity-item .row > div:last-child .text {
        padding: 15px;
    }
    .list-productivity .row > div:nth-child(2n+0) .list-productivity-item .row > div:last-child {
        order: 2;
    }
    .feedback-productivity__item {
        flex-wrap: wrap;
        justify-content: center;
    }
    .feedback-productivity__item .text {
        width: 100%;
        padding-right: 0;
        order: 2;
    }
    .table-productivity table tr th,
    .table-productivity table tr td {
        white-space: nowrap !important;
        width: 100% !important;
    }
    .table-productivity table tr th:nth-child(3), 
    .table-productivity table tr td:nth-child(3) {
        width: 500px !important;
        white-space: initial !important;
    }
    .header .header-top .header-top__lang ul li.header-lang {
        display: none;
    }
    .header .header-top .header-top__lang ul li.header-seach {
        margin: 0;
    }
    .home-slide .item a img {
    }
    .gallery-item img {
        max-width: 100%;
    }
    .gallery-item.gallery-item-selected,
    .gallery-item.gallery-item-previous,
    .gallery-item.gallery-item-next {
        width: 100%;
    }
    .gallery-item.gallery-item-next {
        left: 0;
    }
    .home-slide .item .home-slide__item .home-slide__text h6 {
        font-size: 25px;
    }
    .home-slide .owl-theme .owl-nav {
        top: 55%;
        right: 10px;
    }
    .home-about .home-about__img .home-about__img-1 {
        bottom: 0;
        width: 50%;
    }
    .home-about .home-about__content {
        margin-top: 30px;
    }
    .home-benefit .benefit-list {
        flex-direction: column;
    }
    .home-benefit .benefit-list li {
        flex: 1 1 100%;
        padding: 10px 14px;
        border-left: 0;
        border-bottom: 2px solid #f0f0f0;
    }
    .home-benefit .home-benefit__content .home-benefit__item-text {
        padding: 15px;
    }
    .footer .footer-top .footer-top__box .footer-top__regnews .footer-top__regnews-form {
        padding: 0;
    }
    .footer .footer-bottom .footer-bottom__item {
        flex-direction: column;
    }
    .footer .footer-bottom__item-right {
        margin-top: 15px;
    }
    .home-slide {
        margin-top: 0px;
        z-index: 0;
    }
    .home-slide .owl-theme .owl-nav button.owl-prev {
        left: 10px;
    }
    .home-slide .owl-theme .owl-nav button.owl-next {
        right: 10px;
    }
    .header .header-top .header-top__box .header-logo {
        width: 140px;
    }
    .about-history .about-history__img {
        margin-bottom: 30px;
    }
    .about-consulting .about-consulting__title {
        font-size: 26px;
        padding: 0;
    }
    .about-consulting__img {
        margin-bottom: 15px;
    }
    .about-product .about-product__box .about-product__item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .about-product .about-product__box .about-product__item .about-product__sub h3 {
        width: 100%;
        font-size: 25px;
    }
    .team-list > div {
        margin-bottom: 15px;
    }
    .page-news__list .page-news__list-item {
        flex-direction: column;
        padding: 0;
    }
    .page-news__list .page-news__list-item .page-news__list-img,
    .page-news__list .page-news__list-item .page-news__list-text {
        width: 100%;
    }
    .page-news__list .page-news__list-item .page-news__list-text {
        padding: 15px;
    }
    .sidebar .sidebar-form {
        margin-top: 30px;
    }
    .page-contact:before {
        height: 30%;
    }
    .page-contact .page-contact__form {
        padding: 20px;
    }
    .page-contact .page-contact__form .page-contact__form-controls {
        margin-top: 0;
    }
    .page-contact .page-contact__form .page-contact__form-controls .page-contact__form-item {
        margin-top: 30px;
    }
    .page-contact .page-contact__form h5 {
        font-size: 18px;
    }
    .page-detail .page-detail__content h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .page-title h1 {
        font-size: 22px;
    }
    .header .header-top .header-top__lang .header-top__lang-box .header-top__lang-flex .header-top__lang-title {
        display: none;
    }
    .header .header-top .header-top__box ul li .list-lang {
        left: 0;
    }
    .footer .footer-top .footer-top__logo {
        flex-direction: column;
        align-items: center;
    }
    .footer .footer-top .footer-top__logo-desc {
        width: 100%;
        padding: 0;
        margin-top: 30px;
        text-align-last: center;
        text-align: center;
    }
    .footer .footer-top .footer-top__nav ul {
        text-align: center;
        margin-top: 30px;
    }
    .page-detail .page-detail__content .page-detail__content-post img {
        width: 100%;
    }

    .footer-top__nav {
        margin-top: 30px;
        text-align: center;
    }
    .footer-top__locaiton-item {
        margin-bottom: 30px;
    }
    .footer .footer-top .footer-top__logo .footer-top__logo-img {
        width: 50%;
    }
    .topic-box__item {
        flex-direction: column;
    }
    .topic-box__item .topic-box__item-date {
        width: 100%;
        padding: 10px 0;
    }
    .topic-box__item .topic-box__item-text {
        width: 100%;
        border-left: 4px solid rgba(28,115,181,0.25);
    }
    .advisory-procedure ul {
        height: auto;
        z-index: 2;
    }
    .advisory-procedure ul:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 3px;
        background: #1a75ba;
        left: 0;
        z-index: -1;
    }
    .advisory-procedure ul li {
        background: transparent;
        height: 105px;
        width: 100%;
        display: flex;
        align-items: center;
        float: none;
    }
    .advisory-procedure ul li .advisory-procedure__order {
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        animation: none;
    }
    .advisory-procedure ul li .advisory-procedure__o {
        left: -6px;
        top: 50%;
        transform: translateY(-50%);
    }
    .advisory-procedure ul li .advisory-procedure__name {
        margin-top: 0;
        margin-left: 50px;
    }
    .advisory-procedure ul li .advisory-procedure__order:before {
        left: auto;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        right: -8px;
    }
    .educate-training .educate-training__content .educate-training__flex {
        flex-direction: column;
        align-items: end;
    }
    .educate-training .educate-training__content .educate-training__flex .educate-training__desc {
        padding: 0;
        margin: 15px 0;
    }
    .educate-training__sort {
        flex-direction: column;
    }
    .educate-training__sort .educate-training__sort-name {
        margin-bottom: 10px;
    }
    .educate-training .educate-training__sidebar {
        margin-bottom: 30px;
    }
    .educate-intro .educate-intro__content {
        text-align: center;
    }
    .educate-intro .educate-intro__video iframe {
        height: 250px;
    }
    .educate-intro .educate-intro__video {
        margin-top: 30px;
    }
    .productivity-dictionary .productivity-dictionary__box .productivity-dictionary__text {
        padding: 20px;
    }
    .productivity-dictionary .productivity-dictionary__slide-box {
        max-width: 295px;
    }
    .productivity-dictionary .productivity-dictionary__slide-box .productivity-dictionary__slides:before {
         left: -10px;
    }
    .productivity-dictionary .productivity-dictionary__slide-box .productivity-dictionary__slides:after {
         right: -10px;
    }
    .prod-lecturers {
        flex-direction: column;
    }
    .prod-lecturers > div {
        width: 100% !important;
    }
    .prod-lecturers .prod-lecturers__content {
        padding: 15px;
    }
}
