body {
    font-size: 14px;
    /* font-family: 'Open Sans', 'Arial'; */
    font-family: 'Montserrat';
    background: #fff;
    overflow-x: hidden;
}

@media(max-width: 767px) {
    .body-hidden {
        overflow: hidden;
    }
}

:root {
    --main-color: #056EBA;
    --MAIN-COLOR: #056EBA;
}

a {
    color: #337ab7;
}

.clear {
    clear: both;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.container {
    width: 100%;
    max-width: 1170px;
    position: relative;
}

@media(max-width: 991px) {
    .container {
        padding: 0px 8px !important;
    }
    .container .row {
        margin: 0px -8px !important;
    }
    .container .row .col-md-1,
    .container .row .col-md-2,
    .container .row .col-md-3,
    .container .row .col-md-4,
    .container .row .col-md-5,
    .container .row .col-md-6,
    .container .row .col-md-7,
    .container .row .col-md-8,
    .container .row .col-md-9,
    .container .row .col-md-10,
    .container .row .col-md-11,
    .container .row .col-md-12 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
}


/**/

.header {
    text-align: right;
    position: relative;
}

.header-result {
    padding-bottom: 11px;
    padding-top: 5px;
    position: fixed;
    width: 100%;
    top: 0px;
    background: #fff;
    z-index: 25;
    border-bottom: 1px solid #f1f1f1;
}

.header-profile {
    position: relative;
}

@media(max-width: 767px) {
    .header-result {
        position: relative;
        padding-bottom: 10px;
        border-bottom: none;
        box-shadow: 0px 0px 5px #ddd;
    }
}

.header:after {
    content: '';
    display: block;
    clear: both;
}

.header>a {
    color: #000000de;
    font-size: 13px;
    margin: 20px 8px 0px;
    display: inline-block;
}

@media(max-width: 767px) {
    .header>a {
        margin: 18px 4px 0px;
    }
}

.header a.login {
    border-radius: 3px;
    padding: 6px 10px;
    color: #fff;
    float: right;
    border: 1px solid #4285f4;
    font-weight: 600;
    outline: none;
    background: #4285f4;
    background: -webkit-linear-gradient(top, #4387fd, #4683ea);
    background: linear-gradient(top, #4387fd, #4683ea);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4387fd, endColorstr=#4683ea, GradientType=0);
    margin: 17px 20px 0px 0px;
    cursor: pointer;
}

@media(max-width: 767px) {
    .header a.login {
        margin: 12px 20px 0px 0px;
    }
}

.header .nav {
    float: right;
}

.header .nav .dropdown-menu {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 2px 6px 2px rgba(60, 64, 67, .15);
    height: 440px;
    overflow-x: hidden;
    padding-top: 0;
    left: auto;
    right: 0px;
    width: 320px;
}

/* Works on Chrome, Edge, and Safari */

.header .nav .dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.header .nav .dropdown-menu::-webkit-scrollbar-track {
    background: #fff;
}

.header .nav .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px;
}
.header .nav>li {
    display: inline-block;
    margin: 0px 4px;
}

@media(max-width: 767px) {
    .header .nav>li {
        position: static;
    }
}

.header .nav>li>a {
    margin: 0px;
    padding: 4px;
    display: block;
    background: none !important;
    border: none !important;
}

.header .nav-list {
    margin: 14px 12px 0px 6px;
}

@media(max-width: 767px) {
    .header .nav-list {
        margin: 13px 12px 0px 6px;
    }
    .header.header-result .nav-list {
        position: absolute;
        top: 0px;
        left: 0px;
        margin: 9px 0px 0px 14px;
    }
}

.header .nav-list .imenu {
    width: 16px;
    opacity: 0.5;
}

.header .nav-list .imenu:hover {
    opacity: 0.7;
}

.header .nav-admin {
    margin: 13px 20px 0px 0px;
}

@media(max-width: 767px) {
    .header .nav-admin {
        margin: 8px 20px 0px 0px;
    }
    .header.header-result .nav-admin {
        position: absolute;
        top: 0px;
        right: 0px;
        margin: 12px 10px;
    }
}

.header .nav-admin .iavatar {
    width: 32px;
    border-radius: 50%;
    border: 1px solid #efefef;
}

.header .nav-admin .sub-menu {
    height: auto;
}

.header .nav-admin .sub-menu li {
    text-align: center;
}

.header .nav-admin .sub-menu li.pro-manager a {
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    border: 1px solid #dadce0;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #3c4043;
    display: inline-block;
    letter-spacing: .25px;
    margin: 16px 0 0;
    max-width: 254px;
    outline: 0;
    padding: 8px 25px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header .nav-admin .sub-menu li.pro-avatar {
    margin: 26px 0px 12px;
}

.header .nav-admin .sub-menu li.pro-avatar img {
    display: inline-block;
    width: 80px;
    border-radius: 50%;
}

.header .nav-admin .sub-menu li.pro-name {
    font-size: 18px;
    margin: 0px 0px 3px;
    color: #202124;
}

.header .nav-admin .sub-menu li.pro-mail {
    color: #5f6368;
    font-weight: 400;
    font-size: 13px;
}

.header .nav-admin .sub-menu li.pro-manager {}

.header .nav-admin .sub-menu li.pro-logout {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.header .nav-admin .sub-menu li.pro-logout a {
    background-color: #ffffff;
    border: 1px solid #dadce0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    letter-spacing: .15px;
    margin: 16px 16px 10px 16px;
    outline: 0;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    color: #3c4043;
}

.header .nav-admin .sub-menu li a:hover {
    background-color: #f7f8f8 !important;
}


/**/

.header .nav-list .sub-menu {
    padding: 10px 0px;
}

@media(max-width: 767px) {
    .header .nav-list .sub-menu,
    .header .nav-admin .sub-menu {
        right: 10px;
        width: calc(100% - 50px);
    }
    .header.header-result .nav-list .sub-menu {
        right: auto;
        left: 0px;
        width: 310px;
    }
    .header.header-result .nav-admin .sub-menu {
        width: 310px;
    }
}

.header .nav-list .sub-menu li {
    float: left;
    width: 33.3333%;
    height: 100px;
    list-style-type: none;
    padding: 1px 7px 1px 7px;
    position: relative;
    transition: transform .2s cubic-bezier(.333, 0, 0, 1);
    vertical-align: top;
}

.header .nav-list .sub-menu li a {
    border-radius: 8px;
    margin: 8px 2px;
    outline: none;
    text-decoration: none;
    width: 84px;
    text-align: center;
    padding: 10px 0px;
    white-space: normal;
    line-height: 1.3;
}

.header .nav-list .sub-menu li a:hover {
    background-color: #f6fafe;
}

.header .nav-list .sub-menu li a .img {
    width: 46px;
    height: 46px;
    position: relative;
    margin: 0px auto 6px;
}

.header .nav-list .sub-menu li a .img img {
    width: 42px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.header .nav-list .sub-menu li a span {
    display: block;
    color: #404040;
}


/**/

.content-form-search {
    margin: 80px 0px 10px;
    padding: 0px 12px;
}

.header-result .content-form-search {
    float: left;
    margin: 6px 0px 0px;
    width: 800px;
    display: flex;
}

@media(max-width: 767px) {
    .header-result .content-form-search {
        width: 100%;
        float: none;
        display: block;
        margin: 0px 0px 0px;
    }
    .content-form-search {
        margin: 50px 0px 10px;
    }
}

.content-form-search .logo-s {
    text-align: center;
    margin: 0px 0px 25px;
}

.header-result .content-form-search .logo-s {
    float: left;
    margin: 0px 10px 0px;
}

@media(max-width: 767px) {
    .header-result .content-form-search .logo-s {
        float: none;
        width: 100%;
        margin: 5px 0px 10px;
    }
}

.header-result .wrap-form-search {
    float: left;
    width: 100%;
}

@media(max-width: 767px) {
    .header-result .wrap-form-search {
        float: none;
    }
}

.content-form-search .logo-s img {
    width: 400px;
    display: inline-block;
}

.header-result .content-form-search .logo-s img {
    width: 205px;
}

@media(max-width: 767px) {
    .header-result .content-form-search .logo-s img {
        width: auto;
        height: 46px;
    }
}

.content-form-search .form-search {
    max-width: 580px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
    text-align: left;
}

.content-form-search .overlay-form-search {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: none;
    text-indent: -9999px;
}

.content-form-search .overlay-form-search i {
    display: none;
}

@media(max-width: 767px) {
    .content-form-search .overlay-form-search i {
        display: inline-block;
    }
    .content-form-search .overlay-form-search {
        text-indent: 0px;
        position: fixed;
        top: 0px;
        left: 0px;
        height: 47px;
        width: 40px;
        z-index: 99;
        text-align: center;
        line-height: 47px;
        color: #3b78e7;
        background: #fff;
        font-size: 15px;
    }
    .content-form-search .logo-s img {
        width: auto;
        max-width: 80%;
    }
    .content-form-search .wrap-form-search.active .form-search {
        box-shadow: none !important;
        border-radius: 0px !important;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        margin: 0px;
        background: #fff;
    }
}

.content-form-search .wrap-form-search.active .form-search {
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    border-radius: 24px;
}

.content-form-search .wrap-form-search.active .form-search .form-group input {
    border-color: #fff;
}

.content-form-search .form-search .form-group {
    position: relative;
    margin: 0px;
}

.header-result .content-form-search .wrap-form-search.active .form-search .form-group {
    z-index: 2;
    border-bottom: 1px solid #ececec;
}

.content-form-search .form-search .form-group input {
    background: #fff;
    display: flex;
    border: 1px solid #f1f1f1;
    box-shadow: none;
    border-radius: 24px;
    z-index: 3;
    height: 44px;
    margin: 0 auto;
    padding-left: 45px;
    color: #222;
    transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
}

@media(max-width: 767px) {
    .content-form-search .form-search .form-group.form-group-btn {
        display: none;
    }
    .content-form-search .form-search .form-group input {
        padding-left: 18px;
        height: 40px;
        border: 1px solid #dfe1e5 !important;
    }
}

.content-form-search .form-search .form-group input::-webkit-input-placeholder {
    color: #777;
}

.content-form-search .form-search .form-group input:-ms-input-placeholder {
    color: #777;
}

.content-form-search .form-search .form-group input::placeholder {
    color: #777;
}

.content-form-search .form-search .form-group.form-group-input .btn {
    position: absolute;
    left: 0px;
    top: 0px;
    background: none;
    border: none;
    padding: 15px 20px;
    box-shadow: none !important;
}

.content-form-search .form-search .form-group.form-group-input .btn:focus,
.content-form-search .form-search .form-group.form-group-btn .btn:focus {
    outline: none;
    box-shadow: none;
}

.content-form-search .form-search .form-group img {
    width: 15px;
}

@media(max-width: 767px) {
    .content-form-search .form-search .form-group.form-group-input {}
    .content-form-search .wrap-form-search.active .form-search .form-group.form-group-input {
        margin: 5px 5px 5px 45px;
        position: fixed;
        top: 0px;
        left: 0px;
        width: calc(100% - 50px);
    }
    .content-form-search .form-search .form-group.form-group-input .btn {
        background-color: #3b78e7;
        border: 1px solid #3367d6;
        right: 0px;
        left: auto;
        border-radius: 0px 50px 50px 0px;
        padding: 11px 14px;
        top: 0px;
    }
    .content-form-search .form-search .form-group.form-group-input .btn img {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
        -moz-filter: brightness(0) invert(1);
        -o-filter: brightness(0) invert(1);
        -ms-filter: brightness(0) invert(1);
    }
    .header-result .content-form-search .wrap-form-search.active .form-search .form-group {
        border-bottom: none;
    }
}

.content-form-search .form-search .form-group.form-group-btn .btn {
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    color: #5F6368;
    font-family: arial, sans-serif;
    font-size: 14px;
    margin: 25px 4px 11px;
    padding: 6px 24px;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.content-form-search .form-search .sub-search {
    display: none;
    padding: 10px 0px;
    margin: 0px 0px -14px;
    border-top: 1px solid #ececec;
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 0px 0px 30px 30px;
}

.header-result .content-form-search .form-search .sub-search {
    position: absolute;
    top: 20px;
    width: 100%;
    border-top: none;
    box-shadow: 0px 5px 6px 0 rgba(32, 33, 36, 0.28);
    border-radius: 0px 0px 24px 24px;
    z-index: 1;
    padding-top: 30px;
}

@media(max-width: 767px) {
    .header-result .content-form-search .form-search .sub-search {
        padding-top: 0px;
        top: 0px;
    }
}

@media(min-width: 768px) {
    .content-form-search .form-search .sub-search {
        height: auto !important;
    }
}

@media(max-width: 767px) {
    .content-form-search .form-search .sub-search {
        margin: 0;
        border-radius: 0px;
        border-top: 0px solid #ececec;
        padding-top: 0px;
        overflow-x: auto;
        margin-top: 48px;
    }
}

.content-form-search .wrap-form-search.active .form-search .sub-search {
    display: block;
}

.content-form-search .form-search .sub-search li {
    list-style-type: none;
}

.content-form-search .form-search .sub-search li:hover {
    background: #e4e4e4;
}

.content-form-search .form-search .sub-search li a {
    color: #222;
    display: block;
    padding: 6px 19px;
}

.content-form-search .form-search .sub-search li a img {
    width: 15px;
    margin-right: 9px;
    display: inline-block;
}

@media(max-width: 767px) {
    .content-form-search .form-search .sub-search li a {
        font-weight: 600;
        padding: 8px 19px;
    }
}


/**/

.content-profile {}

.content-profile {}

.head-profile {
    background-image: url(../imgs/bg-profile.jpg);
    min-height: 200px;
    display: flex;
    align-items: center;
    background-position: right 0 top -200px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 0px;
}

.start_vote {
    display: inline-block;
    height: 18px;
    background-image: url(../imgs/start_app.svg);
    background-size: 20px 36px;
    width: 102px;
    white-space: nowrap;
    background-position: 0 18px;
    position: relative;
    top: 0px;
    margin-top: 8px;
    cursor: pointer;
}

.start_vote1 {
    background-position-x: 0px;
    background-image: url(../imgs/start_app.svg);
    display: inline-block;
    height: 18px;
    background-size: 20px 36px;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90px;
}

.sum_total_vote {
    color: #fff;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 3px;
}

@media(max-width: 767px) {
    .head-profile {
        background-size: cover;
        background-position: center bottom;
        display: block;
        padding: 60px 10px;
        min-height: auto;
    }
}

.head-profile .name {
    margin: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 28px;
}

.head-profile .name-id {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 10px 0px 0px;
}

.head-profile .logout {
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 8px 14px;
    line-height: normal;
    -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    background: rgba(0, 0, 0, .15);
    color: #fff;
    font-weight: 300;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 10px;
    height: 38px;
}

.head-profile .lever {
    display: inline-block;
    position: relative;
    margin-top: 2px;
    margin-left: -8px;
}

.head-profile .lever>span:before {
    content: '';
    position: absolute;
    top: 9px;
    width: 100%;
    background: #828282;
    display: block;
    height: 6px;
    border-radius: 50px;
    z-index: 0;
    right: 20px;
}

.head-profile .lever>span:first-child:before {
    display: none;
}

.head-profile .lever>span.active:before {
    background: #56ba47;
}

.head-profile .lever>span {
    display: inline-block;
    position: relative;
}

.head-profile .lever>span>span {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(../imgs/check-no.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 18;
    text-align: center;
    margin: 0px 8px;
}

.head-profile .lever>span i {
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
    display: block;
    margin-top: -4px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
}

.head-profile .lever>span.active span {
    background-image: url(../imgs/check-acti.png);
}

@media(max-width: 767px) {
    .head-profile .logout {
        bottom: -50px;
        margin: 0px;
        top: auto;
        left: 0px;
        right: auto;
    }
}

.info-profile {
    padding: 30px 0px;
}

.wrap-profile {
    border-top: 1px solid #ddd;
    padding-bottom: 16px;
    padding-top: 16px;
}

.wrap-profile:first-child {
    border-top: none;
}

.section-name {}

.section-name .title {
    word-wrap: break-word;
    color: #666;
    margin: 20px 0px 0px;
}

@media(max-width: 767px) {
    .section-name .title {
        margin: 0px 0px 5px;
    }
}

.flow-subsection {
    margin: 25px 0px;
}

.video1 video {
    width: 100%;
}

@media(max-width: 767px) {
    .flow-subsection {
        padding: 12px 0px;
        border-bottom: 1px solid #ddd;
        margin: 0px;
    }
}

.flow-subsection .tk-subbody {
    color: #666;
    margin: 0;
    padding-bottom: 2px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.42861;
    text-transform: uppercase;
}

.flow-subsection .ac-subbody {
    font-size: 16px;
    color: #333;
    margin: 2px 0px;
    letter-spacing: 0.5px;
}

.qr-code-s {
    display: inline-block;
    margin: 15px 3px;
    font-weight: 600;
    color: #0070c9;
}

.flow-subsection .ac-subbody.img {
    margin-bottom: 10px;
}

.flow-subsection .ac-subbody.img img {
    display: inline-block;
    max-height: 70px;
}

.flow-subsection .ac-subbody.info a {
    color: #333;
    text-decoration: none !important;
}

.flow-subsection .ac-subbody a {
    color: #0070c9;
}

.flow-subsection .ac-subbody a:hover {
    text-decoration: underline;
}

.section-edit {}

.section-edit p {
    text-align: right;
}

.section-edit p:first-child {
    margin-top: 20px;
}

.section-edit .edit-profile {
    padding: 3px 15px;
    background-color: #e3e3e3;
    background: linear-gradient(#fff, #e3e3e3);
    border: 1px solid #d6d6d6;
    color: #0070c9;
    font-size: 12px;
    line-height: 1.33341;
    font-weight: 400;
    letter-spacing: -.01em;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
}

@media(max-width: 767px) {
    .section-edit .edit-profile {
        float: left;
        margin-top: 15px;
    }
}

.section-account {}

.section-account .profile-shortinfo {
    color: #444;
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
}

.section-account .profile-shortinfo p {
    margin: 10px 0px;
}

.section-account .profile-shortinfo .view-profile {
    padding: 7px 15px;
    background-color: #e3e3e3;
    background: linear-gradient(#fff, #e3e3e3);
    border: 1px solid #d6d6d6;
    color: #0070c9;
    font-size: 14px;
    line-height: 1.33341;
    font-weight: 400;
    letter-spacing: -.01em;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

.section-account .profile-friend {}

.section-account .profile-friend ul {
    padding: 0px;
    margin: 0px;
}

.section-account .profile-friend ul:after {
    content: '';
    display: block;
    clear: both;
}

.section-account .profile-friend ul li {
    float: left;
    width: 25%;
    text-align: left;
    list-style-type: none;
    margin: 10px 0px;
    padding: 0px 10px;
}

.section-account .profile-friend ul li:nth-child(4n+1) {
    clear: both;
}

@media(max-width: 991px) {
    .section-account .profile-friend ul li {
        width: 33.3333%;
    }
    .section-account .profile-friend ul li:nth-child(4n+1) {
        clear: inherit;
    }
    .section-account .profile-friend ul li:nth-child(3n+1) {
        clear: both;
    }
}

@media(max-width: 767px) {
    .section-account .profile-friend ul li {
        width: 50%;
        padding: 0px;
        text-align: center;
    }
    .section-account .profile-friend ul li:nth-child(4n+1) {
        clear: inherit;
    }
    .section-account .profile-friend ul li:nth-child(3n+1) {
        clear: inherit;
    }
    .section-account .profile-friend ul li:nth-child(2n+1) {
        clear: both;
    }
}

.section-account .profile-friend ul li a {
    display: block;
}

@media(max-width: 767px) {
    .section-account .profile-friend ul li a {
        float: none;
    }
}

.section-account .profile-friend ul li .img {
    width: 124px;
    margin: 0px 0px 10px;
}

@media(max-width: 767px) {
    .section-account .profile-friend ul li .img {
        margin: 0px auto 10px;
    }
}

.section-account .profile-friend ul li .img img {
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #efefef;
}

.section-account .profile-friend ul li span.name {
    display: block;
    letter-spacing: 1px;
    font-weight: 600;
}

.section-account .profile-friend ul li span.start_vote {
    display: inline-block;
    height: 13px;
    background-image: url(../imgs/start_app.svg);
    background-size: 14px 26px;
    width: 71px;
    white-space: nowrap;
    background-position: 0 13px;
    position: relative;
    top: 0px;
    margin-top: 0px;
    cursor: pointer;
}

.section-account .profile-friend ul li span.start_vote1 {
    background-position-x: 0px;
    background-image: url(../imgs/start_app.svg);
    display: inline-block;
    height: 13px;
    background-size: 14px 26px;
    z-index: 1;
    position: absolute;
    top: 0px;
    width: 90px;
    left: 0px;
}

.section-account .profile-friend ul li span.sum_total_vote {
    color: #333;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 3px;
    font-size: 11px;
}


/**/

.section-account .profile-social {}

.section-account .profile-social ul {
    padding: 0px;
    margin: 0px;
}

.section-account .profile-social ul:after {
    content: '';
    display: block;
    clear: both;
}

.section-account .profile-social ul li {
    display: inline-block;
    text-align: center;
    list-style-type: none;
    margin: 10px 0px;
    padding: 0px 10px;
}

.section-account .profile-social ul li .img {
    width: 60px;
    margin: 10px auto;
}

@media(max-width: 767px) {
    .section-account .profile-social ul li {
        margin: 10px 0px 0px;
    }
    .section-account .profile-social ul li .img {
        margin: 10px auto 0px;
    }
}

.section-account .profile-social ul li .img img {
    display: inline-block;
    border-radius: 10px;
}


/**/

.profile-application {
    margin: 0px;
    padding: 0px;
}

.profile-application li {
    height: 100px;
    list-style-type: none;
    padding: 1px 7px 1px 7px;
    position: relative;
    transition: transform .2s cubic-bezier(.333, 0, 0, 1);
    vertical-align: top;
    display: inline-block;
    width: 127px;
    text-align: center;
}

@media(max-width: 767px) {
    .profile-application li {
        float: left;
        width: 33.33333%;
    }
}

.profile-application li a {
    border-radius: 8px;
    margin: 8px auto;
    outline: none;
    text-decoration: none;
    width: 105px;
    text-align: center;
    padding: 10px 0px;
    white-space: normal;
    line-height: 1.3;
    display: block;
    cursor: pointer;
}

.profile-application li a span.name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-application li a .start_vote {
    background-size: 12px 24px;
    width: 61px;
    background-position: 0 12px;
    height: 12px;
    margin-top: 0px;
}

.profile-application li a .start_vote1 {
    background-size: 12px 24px;
    height: 12px;
}

.profile-application li a .sum_total_vote {
    color: #000;
    font-size: 10px;
    margin-left: 0px;
    top: -2px;
}

.profile-application li a .img {
    width: 46px;
    height: 46px;
    position: relative;
    margin: 0px auto 6px;
}

.profile-application li a .img img {
    max-width: 42px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    max-height: 100%;
}

.infomation-app .lever {
    display: inline-block;
    position: relative;
    margin-top: 2px;
    margin-left: -8px;
}

.infomation-app .lever>span:before {
    content: '';
    position: absolute;
    top: 9px;
    width: 100%;
    background: #828282;
    display: block;
    height: 6px;
    border-radius: 50px;
    z-index: 0;
    right: 20px;
}

.infomation-app .lever>span:first-child:before {
    display: none;
}

.infomation-app .lever>span.active:before {
    background: #56ba47;
}

.infomation-app .lever>span {
    display: inline-block;
    position: relative;
}

.infomation-app .lever>span>span {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(../imgs/check-no.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 18;
    text-align: center;
    margin: 0px 8px;
}

.infomation-app .lever>span i {
    color: #000;
    text-transform: uppercase;
    font-style: normal;
    display: block;
    margin-top: -4px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
}

.infomation-app .lever>span.active span {
    background-image: url(../imgs/check-acti.png);
}

.infomation-app .modal-body .in {
    color: #56ba47;
    border: 1px solid #56ba47;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 15px auto 18px;
}

.infomation-app .modal-body .name {
    margin: 20px 0px 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.infomation-app .start_vote {
    display: inline-block;
    height: 18px;
    background-image: url(../imgs/start_app.svg);
    background-size: 20px 36px;
    width: 102px;
    white-space: nowrap;
    background-position: 0 18px;
    position: relative;
    top: 0px;
    margin-top: 0px;
    cursor: pointer;
}

.infomation-app .start_vote1 {
    background-position-x: 0px;
    background-image: url(../imgs/start_app.svg);
    display: inline-block;
    height: 18px;
    background-size: 20px 36px;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90px;
}

.infomation-app .sum_total_vote {
    color: #000;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 3px;
}

.infomation-app .modal-body .img {
    text-align: center;
}

.infomation-app .modal-body .img img {
    max-height: 60px;
    display: inline-block;
}

.infomation-app .modal-footer {
    text-align: center;
}

.infomation-app .modal-footer .btn {
    background: #d20000;
    color: #fff;
}


/**/

.web-gim {
    max-width: 580px;
    margin: 10px auto 0px;
}

.web-gim ul {
    margin: 0px;
    padding: 0px;
}

.web-gim ul:after {
    content: '';
    display: block;
    clear: both;
}

.web-gim ul li {
    list-style-type: none;
    float: left;
    width: 25%;
    text-align: center;
    padding: 10px 15px;
}

@media(max-width: 767px) {
    .web-gim ul li {
        width: 33.333333%;
        padding: 10px 10px;
    }
    .web-gim ul li:nth-child(3n+1) {
        clear: both;
    }
}

.web-gim ul li a:hover {
    color: #4486f7;
}

.web-gim ul li a .img {
    width: 56px;
    height: 56px;
    position: relative;
    margin: 0px auto 8px;
    border: 10px solid #f1f1f1;
    border-radius: 5px;
    background: #f1f1f1;
}

.web-gim ul li a .img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.web-gim ul li a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 12px;
    height: 52px;
}


/**/

.content-result {
    padding-top: 90px;
}

@media(max-width: 767px) {
    .content-result {
        padding-top: 0px;
    }
}

.content-result ul {
    margin: 0px;
    padding: 0px;
}

.content-result ul li {
    list-style-type: none;
    margin: 22px 0px;
}

@media(max-width: 767px) {
    .content-result ul li {
        box-shadow: 0px 0px 5px #d0d0d0;
        padding: 10px;
        border-radius: 8px;
        background: #fff;
        margin: 10px 0px;
    }
}

.content-result ul li .link {}

.content-result ul li .link a {
    font-size: 13px;
    padding-top: 1px;
    line-height: 1.3;
    display: block;
    color: #202124;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 50%;
}

.content-result ul li .name {
    margin: 3px 0px;
}

.content-result ul li .name a {
    font-size: 20px;
    line-height: 1.3;
    color: #1a0dab;
}

.content-result ul li .shortname {
    color: #4d5156;
    line-height: 1.58;
    word-wrap: break-word;
}


/**/

.form-login-v1 {
    background-image: url(../imgs/bg-login.png);
    background-color: #f0f8ff;
    background-repeat: no-repeat;
    background-position: center 110px;
    background-size: 100%;
    position: fixed;
    height: 100%;
    width: 100%;
}

.form-login-v {
    position: relative;
    z-index: 1;
}

.form-login-v .form-content {
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    color: #000000de;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
    max-width: 700px;
    padding: 32px;
    margin: 30px auto;
    border-radius: 5px;
}

.form-login-v .form-content.form-content-login {
    max-width: 450px;
}

.form-login-v .form-content .form-content-left {
    float: left;
    width: 60%;
}

@media(max-width: 767px) {
    .form-login-v .form-content .form-content-left {
        width: 100%;
    }
    .form-login-v .form-content.form-content-login {
        max-width: 100%;
    }
}

.form-login-v .form-content .form-content-right {
    float: right;
    width: 40%;
    padding: 75px 0px 0px 40px;
    font-size: 15px;
}

@media(max-width: 767px) {
    .form-login-v .form-content .form-content-right {
        width: 100%;
        padding: 0px;
        text-align: center;
    }
}

.form-login-v .form-content .form-content-right>img {
    max-width: 195px;
    display: inline-block;
    margin-bottom: 10px;
}

@media(max-width: 767px) {
    .form-login-v .form-content .form-content-right>img {
        max-width: 150px;
        margin-top: 20px;
    }
}

.form-login-v .form-content:after {
    content: '';
    display: block;
    clear: both;
}

@media(max-width: 767px) {
    .form-login-v .form-content {
        padding: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.form-login-v .form-content .logo-l a,
.pointer {
    cursor: pointer;
}

.form-login-v .form-content .logo-l img {
    max-height: 40px;
    display: inline-block;
}

.form-login-v .form-content .title-l {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.334;
    letter-spacing: 1px;
    color: #0c0c0cd9;
    margin: 14px 0px 10px;
}

.form-login-v .form-content .title-l1 {
    margin: 0px 0px 30px;
    font-size: 16px;
}

.form-login-v .form-content .form-action {}

.form-login-v .form-content .form-action p a {
    color: #1a73e8;
    font-size: 15px;
}

.form-login-v .form-content .form-action .form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-login-v .form-content .form-action .input-password {
    float: left;
    width: 45%;
    padding-right: 10px;
}

.form-login-v .form-content .form-action .eye-password {
    float: right;
    font-size: 22px;
    width: 10%;
    color: #666;
    margin: 0px;
    padding-top: 3px;
    cursor: pointer;
    text-align: center;
    padding-bottom: 5px;
    padding-right: 8px;
}

.form-login-v .form-content .form-action .eye-password1 .fa.fa-eye {
    display: none;
}

.form-login-v .form-content .form-action .eye-password2 .fa.fa-eye-slash {
    display: none;
}

.form-login-v .form-content .form-action .form-group .name1 {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    left: 12px;
    top: 10px;
    color: #555;
    padding: 0px 3px;
}

.form-login-v .form-content .form-action .form-group.active1 .name1 {
    top: -8px;
    font-size: 12px;
    background: #fff;
}

.form-login-v .form-content .form-action .form-group.active .name1 {
    top: -8px;
    font-size: 12px;
    background: #fff;
    color: #1a73e8;
}

.form-login-v .form-content .form-action .form-group .name2 {
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 15px;
}

.form-login-v .form-content .form-action .form-group .name3 {
    display: block;
    margin: 4px 0px 20px;
    font-size: 13px;
    padding-left: 0px;
}

.form-login-v .form-content .form-action .form-group input {
    box-shadow: none;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.form-login-v .form-content .form-action .form-group.active input,
.form-login-v .form-content .form-action .form-group input:focus {
    border: 2px solid #1a73e8;
}

.form-login-v .form-content .form-action .form-group .btn {
    background: #1a73e8;
    float: right;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border: none;
    padding: 10px 20px;
    margin-top: 5px;
}

.form-login-v .form-content .form-action .form-group .a-login {
    color: #1a73e8;
    font-weight: 600;
    display: inline-block;
    margin: 11px 0px 0px;
}


/**/

.flexslider {
    overflow: hidden;
    position: relative;
}

.flex-control-nav {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
    z-index: 8;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0px 3px;
}

.flex-control-nav li a {
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    border: 1px solid #056eba;
    cursor: pointer;
}

@media(max-width: 767px) {
    .flex-control-nav li {
        margin: 0px 2px;
    }
    .flex-control-nav li a {
        width: 10px;
        height: 10px;
    }
    .flex-control-nav {
        bottom: -4px;
    }
}

.flex-control-nav li a.flex-active {
    background: #056eba;
    border-color: #056eba;
}

@media(max-width: 767px) {
    .slider .container {
        padding: 0px !important;
    }
    .slider {
        background: #056eba;
    }
    .flexslider {
        margin: 0px;
        background: #fff;
    }
}

.flexslider ul {
    margin: 0px;
    padding: 0px;
}

.flexslider ul li {
    list-style-type: none;
    position: relative;
}

.flexslider ul li .info {
    line-height: 1.4;
    border-width: 0px;
    padding: 0px;
    font-size: 36px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 42%;
    max-width: 700px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    font-weight: 700;
}

@media(max-width: 767px) {
    .flexslider ul li .info {
        max-width: 100%;
        font-size: 20px;
        top: 30%;
    }
}

.flexslider .flex-direction-nav a {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 30px;
    margin-top: -15px;
    text-indent: -9999px;
    z-index: 9;
}

.flexslider .flex-direction-nav li {
    background: rgba(0, 0, 0, 0.3);
    height: 66px;
    width: 36px;
    top: 50%;
    margin-top: -33px;
    z-index: 9;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media(max-width: 767px) {
    .flexslider .flex-direction-nav {
        display: none;
    }
}

.flexslider .flex-direction-nav li:hover {
    background: rgba(0, 0, 0, 0.5);
}

.flexslider .flex-direction-nav li.flex-prev {
    left: 0px;
}

.flexslider .flex-direction-nav li.flex-next {
    right: 0px;
}

.flexslider .flex-direction-nav li.flex-prev a {
    left: 10px;
    background: url(../imgs/cmc_icon.png) scroll no-repeat -209px -341px;
}

.flexslider .flex-direction-nav li.flex-next a {
    right: 10px;
    background: url(../imgs/cmc_icon.png) scroll no-repeat -225px -341px;
}

.flexslider img {
    max-width: 100%;
    width: 100%;
}

@media(max-width: 767px) {
    .flexslider img {}
}


/**/

.about-sees {
    padding: 70px 0px 30px;
}

@media(max-width: 767px) {
    .about-sees {
        padding: 30px 0px 0px;
    }
}

.about-sees .item1 {}

.about-sees .item1 ul {
    padding-left: 20px;
}

.about-sees .item1 ul li {
    color: #616161;
    font-size: 16px;
    margin: 4px 0px;
    font-weight: 300;
}

.about-sees h2.title {
    color: #1b2633;
    font-weight: 600;
    font-size: 32px;
    margin: -8px auto 25px;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    max-width: 570px;
}

@media(max-width: 767px) {
    .about-sees h2.title {
        font-size: 26px;
        line-height: 1.2;
        text-align: center;
    }
}

.about-sees .item1 .info {
    color: #1b2633;
    font-size: 16px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    line-height: 1.7;
    text-align: justify;
}

.about-sees .item1 .info p {
    margin-bottom: 15px;
}

@media(max-width: 767px) {
    .about-sees .item2 {
        text-align: center;
    }
}

.about-sees .item2 h2.title {
    color: #056eba;
    font-weight: 700;
    font-size: 40px;
    margin: 10px 0px 9px;
    line-height: 1.2;
}

@media(max-width: 767px) {
    .about-sees .item2 h2.title {
        font-size: 28px;
    }
}

.about-sees .item2 h2.title span {
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
    margin-left: 5px;
}

.about-sees .item2 {
    text-align: center;
}

.about-sees .item2:nth-child(2n+1) {}

.about-sees .item2 .info {
    color: #1a1a1a;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}

@media(max-width: 767px) {
    .about-sees .item2 .info {
        font-size: 15px;
    }
}

.about-sees .item2 .info p {
    margin-bottom: 15px;
}


/*########## baochi ##########*/

.wrap-baochi {
    margin: 0px -5px;
}

.baochi {
    padding: 0px 0px 0px 0px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    height: 75px;
    overflow: hidden;
}

@media(max-width: 767px) {
    .baochi {
        margin-bottom: 8px;
    }
}

.baochi .owl-item {}

.baochi p {
    padding: 0px 4px;
    text-align: center;
    position: relative;
    height: 70px;
    margin: 4px 0px;
}

.baochi p a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    border: 1px solid #ddd;
}

@media(max-width: 767px) {
    .baochi a {
        min-width: inherit;
    }
}

.baochi a img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    padding: 10px 20px;
}


/**/

.about-why {
    background: #f7f7f7;
    position: relative;
}

.about-why:after {
    content: '';
    display: block;
    clear: both;
}

.about-why .left {
    float: left;
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
}

.about-why .left img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media(max-width: 767px) {
    .about-why .left {
        position: relative;
        width: 100%;
        float: none;
    }
    .about-why .left img {
        width: 100%;
        height: auto;
        object-fit: initial;
    }
}

.about-why .right {
    float: right;
    width: 50%;
    padding: 50px;
}

@media(max-width: 767px) {
    .about-why .right {
        float: none;
        width: 100%;
        padding: 10px;
    }
}

.about-why .right h2.title {
    color: #056eba;
    font-weight: 300;
    font-size: 26px;
    margin: 10px 0px 15px;
}

.about-why .right .info {
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
}

.about-why .right .info h3 {
    color: #056eba;
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0px 10px;
    line-height: 1.3;
}

@media(max-width: 767px) {
    .about-why .right .info h3 {
        margin: 10px 0px;
    }
}

.about-why .right .info h3 span {
    font-weight: 700;
    font-size: 30px;
}

.about-why .right .info p {}


/**/

.register-now {
    background: #056eba;
    padding: 50px 0px 30px;
}

@media(max-width: 767px) {
    .register-now {
        padding: 35px 0px 15px;
    }
}

.register-now h2.title {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    margin: 0px 0px 20px;
    text-align: center;
}

.register-now .form-action {}

.register-now .form-action .form-group {
    float: left;
    width: 33.333333%;
    padding: 0px 5px;
}

@media(max-width: 767px) {
    .register-now .form-action .form-group {
        width: 100%;
    }
}

.register-now .form-action .form-group:last-child {
    width: 100%;
    text-align: center;
}

.register-now .form-action .form-group input {
    background: no-repeat;
    color: #fff;
    border: 1px solid #fff;
    height: 40px;
    border-radius: 0px;
}

.register-now .form-action .form-group input::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.register-now .form-action .form-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.register-now .form-action .form-group input::placeholder {
    color: #fff;
}

.register-now .form-action .form-group .btn {
    border-radius: 0px;
    background: #fff;
    height: 40px;
    padding: 0px 31px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}


/**/

.owl-comment {
    padding: 70px 0px;
}

@media(max-width: 767px) {
    .owl-comment {
        padding: 40px 0px;
    }
}

.owl-comment h2.title {
    color: #056eba;
    font-weight: 700;
    font-size: 28px;
    margin: 10px 0px 15px;
    text-align: center;
}

.owl-comment .content-comment {
    max-width: 1000px;
    margin: 0px auto;
}

.owl-comment .content-comment .item {
    color: #000;
    padding: 25px;
    text-align: center;
}

@media(max-width: 767px) {
    .owl-comment .content-comment .item {
        padding: 0px;
    }
}

.owl-comment .content-comment .item .img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px auto 0px;
    border: 1px solid #efefef;
}

.owl-comment .content-comment .item .img img {}

.owl-comment .content-comment .item h3 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    color: #056eba;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.owl-comment .content-comment .item h4 {
    font-size: 14px;
    margin-bottom: -2px;
    font-weight: 600;
}

.owl-comment .content-comment .item .info {
    background: url(../imgs/testimonial-icon.png) no-repeat;
    background-position: top left;
    background-size: 50px;
    padding: 0px 56px;
    color: #444;
    font-size: 15px;
    margin-bottom: 20px;
}

.owl-comment .content-comment .item .info p {}


/**/

.home-featured-posts {}

.home-featured-posts:after {
    content: '';
    display: block;
    clear: both;
}

.home-featured-posts .item {
    float: left;
    width: 50%;
    position: relative;
}

@media(max-width: 767px) {
    .home-featured-posts .item {
        width: 100%;
        float: none;
    }
}

.home-featured-posts .item .img {}

.home-featured-posts .item .img img {
    width: 100%;
}

.home-featured-posts .item .wrap-info {
    padding: 20px;
    background: #076dbb;
    border-left: 1px solid #ddd;
}

.home-featured-posts .item:first-child .wrap-info {
    border-left: none;
}

@media(max-width: 767px) {
    .home-featured-posts .item .wrap-info {
        background: #056eba;
        position: relative;
        padding: 12px;
    }
}

.home-featured-posts .item .wrap-info .infomation {}

.home-featured-posts .item .wrap-info:hover {
    background: rgba(7, 109, 187, 0.8);
}

.home-featured-posts .item .wrap-info h3 {
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
    font-weight: 600;
    font-size: 26px;
    margin: 20px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 72px;
}

@media(max-width: 767px) {
    .home-featured-posts .item .wrap-info h3 {
        font-size: 20px;
    }
}

.home-featured-posts .item .wrap-info h3 a {
    color: #fff;
}

.home-featured-posts .item .wrap-info .info {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 100px;
}

.home-featured-posts .item .wrap-info .view {
    text-align: center;
    margin-bottom: 10px;
}

.home-featured-posts .item .wrap-info .view a {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}


/**/

.camnhan {}

.camnhan h2.title {
    color: #056eba;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    margin: 45px auto 30px;
    line-height: 1.3;
    text-align: center;
    max-width: 800px;
}

@media(max-width: 767px) {
    .camnhan h2.title {
        font-size: 22px;
        margin: 30px 0px 20px;
    }
}

.camnhan .row {
    margin: 0px -10px;
}

.camnhan .row>div {}

.camnhan .item {
    position: relative;
    margin: 20px 0px;
}

@media(max-width:767px) {
    .camnhan .item {
        margin: 8px 0px;
    }
}

.camnhan .item .play-video {
    border-radius: 50%;
    background: #fff;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 40%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    margin-top: -30px;
    text-align: center;
    padding: 20px 20px 0px 26px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.camnhan .item .play-video:hover {
    background: #056eba;
}

.camnhan .item .play-video:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}

.camnhan .item h3 {
    position: relative;
    text-align: center;
    z-index: 2;
    background: #056eba;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 10px;
    font-size: 14px;
    margin: 0px;
    line-height: 1.4;
}

.copyright {
    background: #0469b3;
    color: #fff;
    padding: 15px 0px;
    text-align: center;
}

.copyright a {
    color: #fff;
}


/**/

.news-about {
    padding: 50px 0px;
}

.news-about h2.title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    margin: 0px auto 30px;
    line-height: 1.3;
    text-align: center;
    max-width: 800px;
}

.news-about h2.title a {
    color: #056eba;
}

.news-about h2.title a span {
    font-weight: 400;
}

.news-about .item {}

.news-about .item .iframe {
    margin: 5px 0px;
}

.news-about .item .iframe .img {
    background-size: cover;
    background-position: center center;
    height: 225px;
}

.news-about .item .iframe .img img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.news-about .item .iframe .wrap-info {
    border: 1px solid #ddd;
    padding: 0px 25px 25px;
}

.news-about .item .iframe .wrap-info h3 {
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 400;
    font-size: 17px;
    margin: 20px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
    color: #056eba;
}

.news-about .item .iframe .wrap-info h3 a {
    color: #056eba;
}

.news-about .item .iframe .wrap-info .info {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 88px;
}

.news-about .item .iframe .wrap-info .view {}

.news-about .item .iframe .wrap-info .view a {
    color: #056eba;
    border: 2px solid #056eba;
    border-radius: 50px;
    display: inline-block;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}


/**/

.founder {
    position: relative;
    padding: 60px 0px;
    overflow: hidden;
    background-color: #056eba;
    background-image: url(../imgs/bg-header.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 50%;
}

.founder .title-option-1 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
}

@media(max-width: 767px) {
    .founder {
        padding: 30px 0px 8px;
    }
}

.founder .row {
    margin: 0px -12px;
}

.founder .owl-founder {
    margin-top: 30px;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
}

.founder .content .item {
    padding: 0px 12px;
    margin: 8px 0px;
}

.founder .content .item.col-md-2 {
    width: 20%;
}

@media(max-width: 767px) {
    .founder .content .item {
        margin: 4px 0px;
    }
}

.founder .content .item .img {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 0px 1px #ddd;
}

.founder .content .item .img a {
    display: block;
}

.founder .content .item .img a img {
    height: 100%;
    width: 100%;
}

.founder .content .item .info {
    padding: 15px 12px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 1px #ddd;
    text-align: center;
    height: 128px;
}

.founder .content .item .info .job {
    color: #222;
    font-size: 14px;
    margin: 6px 0px 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.founder .content .item .info .job.text-uppercase {
    font-weight: 600;
}

.founder .content .item .info .name {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
    white-space: nowrap;
    text-transform: uppercase;
}

.founder .content .item .info .name span {
    display: none;
}

.founder .content .item .info .des {
    font-size: 13px;
    color: #404040;
}

.founder .owl-founder .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 34px;
    left: -15px;
}

.founder .owl-founder .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: -15px;
}

.primary {
    position: relative;
}


/**/

.menu-left {
    margin-top: 30px;
}

@media(max-width: 767px) {
    .menu-left {
        margin-top: 5px;
    }
}

.menu-left ul {
    padding: 0px;
    margin: 0px;
}

.menu-left ul li {
    list-style-type: none;
    margin: 20px 0px;
}

@media(max-width: 767px) {
    .menu-left ul {
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 8px;
        margin-bottom: -5px;
    }
    .menu-left ul li {
        display: inline-block;
        margin: 16px 12px 0px 0px;
    }
}

.menu-left ul li a {
    color: #777;
    font-size: 16px;
}

.menu-left ul li.active a,
.menu-left ul li a:hover {
    color: var(--main-color);
}

.menu-left ul li a i {
    margin-right: 6px;
}

.content-contact .detail {
    margin-top: 40px;
    margin-bottom: 20px;
}

@media(max-width: 767px) {
    .content-contact .detail {
        margin-top: 0px;
    }
}

.content-contact .detail p,
.content-contact .detail li {
    font-size: 16px;
    color: #555;
    margin: 12px 0px;
    line-height: 1.6;
}

.content-contact .detail.detail-contact p {
    font-size: 16px;
    color: #555;
    margin: 18px 0px;
    line-height: 1.5;
}

@media(max-width: 767px) {
    .content-contact .detail.detail-contact p {
        margin: 10px 0px;
    }
}

.content-contact .detail.detail-contact p:after {
    content: '';
    display: block;
    clear: both;
}

.content-contact .detail.detail-contact p b {
    float: left;
    min-width: 200px;
    font-weight: 400;
    color: #777;
}

.content-contact .detail.detail-contact p span {
    float: left;
    width: calc(100% - 200px);
}

@media(max-width: 767px) {
    .content-contact .detail.detail-contact p b {
        width: 100%;
        color: #444;
        margin-bottom: 3px;
        font-weight: 600;
    }
    .content-contact .detail.detail-contact p span {
        width: 100%;
        color: #777;
        font-size: 15px;
    }
}

.detail-customer ul {
    padding: 0px;
    margin: 0px;
}

.detail-customer ul li {
    list-style-type: none;
    display: inline-block;
    width: 23.7%;
    margin: 4px !important;
}

.detail-customer ul li a {
    border: 1px solid #f1f1f1;
    display: block;
    text-align: center;
    height: 70px;
    position: relative;
}

.detail-customer ul li img {
    max-height: 50px;
    max-width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    padding: 5px;
}


/**/

.option4 {
    /* background: #f8f8f8; */
    /* padding: 50px 0px; */
}

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

.option4 .row {}

.option4 .row>div {}

.option4 .row .item {
    padding-right: 0px;
}

.option4 .row .item .iframe {
    text-align: center;
    list-style-type: none;
    margin: 20px 0px 20px;
    cursor: pointer;
    position: relative;
    /* background: linear-gradient(to right, rgba(247, 246, 251, 1), rgba(247, 246, 251, 0)); */
    /* border-left: 0px solid #fff; */
}

.option4 .row .item .iframe>img {
    display: inline-block;
    height: 100px;
    margin-bottom: 15px;
}

.option4 .row .item .iframe h2 {
    margin: 0px 0px 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
}

.option4 .row .item .iframe .info {
    margin: 0px 0px 12px;
    font-size: 16px;
    line-height: 1.4;
    color: #666;
    font-weight: 300;
}