/* Minification failed. Returning unminified contents.
(5249,77): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(11177,23): run-time error CSS1039: Token not allowed after unary operator: '-pure-material-font'
(11191,44): run-time error CSS1039: Token not allowed after unary operator: '-pure-material-onsurface-rgb'
(11196,26): run-time error CSS1039: Token not allowed after unary operator: '-pure-material-onsurface-rgb'
(11197,37): run-time error CSS1039: Token not allowed after unary operator: '-pure-material-onsurface-rgb'
(11202,26): run-time error CSS1047: Expected number or percentage value in rgb function, found 'var('
(11202,30): run-time error CSS1046: Expect comma, found '-'
(11202,31): run-time error CSS1047: Expected number or percentage value in rgb function, found '-pure-material-primary-rgb'
(11202,61): run-time error CSS1034: Expected closing parenthesis, found ','
(11202,61): run-time error CSS1042: Expected function, found ','
(11202,71): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(11217,30): run-time error CSS1039: Token not allowed after unary operator: '-pure-material-onsurface-rgb'
(11234,39): run-time error CSS1047: Expected number or percentage value in rgb function, found 'var('
(11234,43): run-time error CSS1046: Expect comma, found '-'
(11234,44): run-time error CSS1047: Expected number or percentage value in rgb function, found '-pure-material-primary-rgb'
(11234,74): run-time error CSS1034: Expected closing parenthesis, found ','
(11234,74): run-time error CSS1042: Expected function, found ','
(11234,84): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(11243,44): run-time error CSS1039: Token not allowed after unary operator: '-pure-material-onsurface-rgb'
(11244,41): run-time error CSS1039: Token not allowed after unary operator: '-pure-material-onsurface-rgb'
(11262,28): run-time error CSS1047: Expected number or percentage value in rgb function, found 'var('
(11262,32): run-time error CSS1046: Expect comma, found '-'
(11262,33): run-time error CSS1047: Expected number or percentage value in rgb function, found '-pure-material-primary-rgb'
(11262,63): run-time error CSS1034: Expected closing parenthesis, found ','
(11262,63): run-time error CSS1042: Expected function, found ','
(11262,73): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(11278,44): run-time error CSS1039: Token not allowed after unary operator: '-pure-material-onsurface-rgb'
(11279,30): run-time error CSS1039: Token not allowed after unary operator: '-pure-material-onsurface-rgb'
(11280,41): run-time error CSS1039: Token not allowed after unary operator: '-pure-material-onsurface-rgb'
(11285,34): run-time error CSS1039: Token not allowed after unary operator: '-pure-material-onsurface-rgb'
 */
/* Global Styles */

@font-face {
    font-family: "Quicksand Bold";
    src: url("../fonts/Quicksand-Bold.ttf")
}

@font-face {
    font-family: "Quicksand Light";
    src: url("../fonts/Quicksand-Light.ttf")
}

@font-face {
    font-family: "Quicksand Medium";
    src: url("../fonts/Quicksand-Medium.ttf")
}

@font-face {
    font-family: "Quicksand Regular";
    src: url("../fonts/Quicksand-Regular.ttf")
}

.current-menu {
    color: #0bbcd1;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Quicksand Medium";
    height: 100%;
    width: 100%;
    color: #1d1d1f;
    /*overflow-x: hidden;*/
    -webkit-overflow-scrolling: touch;
    /* font-family:"VerelaRound";*/
}
html {
    scroll-behavior: smooth;
}
main {
}

h1 {
    font-size: 5em;
}

h2 {
    font-size: 4em;
}

h3 {
    font-size: 3em;
}

h4 {
    font-size: 2em;
}

h5 {
    font-size: 1.6em;
}

h6 {
    font-size: 1.3em;
}

p {
    font-size: 1.1rem;
}

a.link-white {
    color: #fff;
}

    a.link-white:hover {
        color: #fff;
    }

a:hover {
    color: #147bcd;
    text-decoration: none;
}

a {
    color: #147bcd;
    font-size: 20px;
}

    a.link-black {
        color: #000;
    }

        a.link-black:hover {
            color: #000;
        }

#ac-globalnav a .hover-bizwork-menu:hover {
    color: #17aee2;
}

#ac-globalnav a .hover-bizbank-menu:hover {
    color: #8B0000;
}

#ac-globalnav a .hover-bizgov-menu:hover {
    color: #ffd700;
}

#ac-globalnav a .hover-bizcell-menu:hover {
    color: #9932cc;
}

a span:hover {
    color: #147bcd;
}

/*h1, .h1, h2, .h2, h3, .h3 {
margin-top: 0px;
margin-bottom: 0;
padding: 20px 0
}*/
#boxWrapp {
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    /*padding-bottom:100px;*/
}

.row-dou-item-news {
    margin-top: -35px;
}

.build {
    padding: 15px 0;
    margin: 0;
}

    .build ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

/* =============================== header ===================================== */
.header {
    /*background: url(../img/bghead.jpg) no-repeat center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
    position: relative;
}

.maskHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vert-text {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 0 0;
    color: #fff;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
}

    .vert-text h1 {
        padding: 0;
        margin: 0;
        font-size: 60px;
        font-weight: 600;
    }

/*.vert-text h2 {
        margin-top: 20px;
        font-size: 48px;
    }*/

.btnAbout {
    color: #fff;
    font-size: 48px;
    position: fixed;
    bottom: 5%;
    left: 50%;
    margin-left: -44px;
}

    .btnAbout:hover {
        color: #fff;
    }

.progress {
    clear: both;
}

.wrapp-progress {
    position: relative;
    padding-top: 24px;
}

    .wrapp-progress p {
        font-size: 14px;
        margin: 0;
        padding: 0;
        line-height: 24px;
        position: absolute;
        left: 0;
        top: 0px;
    }

.precent-value {
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 0px;
}

/* ==============================================================  Menu ======================================================= */

.navbar {
    border-radius: 0px;
    min-height: 86px;
    margin-bottom: 0px;
    width: 100%;
    z-index: 88;
}

a.navbar-brand {
    float: left;
    height: inherit;
    padding: 18px 15px;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-nav > li > a {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 20px;
}

.navbar-nav > li span {
    display: block;
    padding: 24px 24px;
    font-size: 24px;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > li.current > a {
    text-decoration: underline;
}


/* ========================================= title page ==================================== */
.line-title {
    border-top: 1px solid rgba(222, 222, 222, 0.7686274509803922);
    height: 1px;
    display: block;
    position: relative;
    padding-bottom: 40px;
}

.title-page-white {
    color: #7a7a7a;
}

    .title-page-white h2 {
        display: table;
        background: #fff;
        position: relative;
        margin: 0 auto;
        top: 20px;
        z-index: 77;
        padding: 0 40px;
    }

.title-page-gray {
    color: #7a7a7a;
}

    .title-page-gray h2 {
        display: table;
        background: #f2f2f2;
        position: relative;
        margin: 0 auto;
        top: 20px;
        z-index: 77;
        padding: 0 40px;
    }

/* Full Page Image Header Area */

.header {
    position: relative;
}

.linear {
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
}
/* Intro */

.page {
    padding: 15px 0px 15px 0px;
    position: relative;
}

@media only screen and (max-width:768px) {
    .cs-pt-md-0 {
        padding-top: 0px;
    }
}

.page-bgcolor {
    background: #f2f2f2;
}
/* ================================================= about us ================================================== */
.about-content p {
    font-size: 24px;
}
/* ============================================== Portfolio ================================================================= */
ul#filterOptions {
    margin: 0;
    padding: 3px 0;
    list-style: none;
    display: table;
}

    ul#filterOptions li {
        float: left;
        margin-right: -1px;
    }

        ul#filterOptions li span {
            padding: 10px 12px;
            display: block;
            color: #c4c4c4;
        }

        ul#filterOptions li a {
            color: #c4c4c4;
            font-size: 18px;
        }

        ul#filterOptions li.cur a {
            color: #7a7a7a;
        }

        ul#filterOptions li a:hover {
            text-decoration: none;
            color: #7a7a7a;
        }

.box img {
    max-width: 100%
}

.portfolio-item .thumbnail {
    margin: 0;
    position: relative;
}

.linear {
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
}

.thumb-img {
    position: relative;
    overflow: hidden;
}

    .thumb-img:hover .folio-caption {
        opacity: 1;
    }

    .thumb-img a {
        display: block;
        background: #000;
        -webkit-transform: scale(1,1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 250ms;
        -moz-transform: scale(1,1);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 250ms;
    }

        .thumb-img a:hover {
            -webkit-transform: scale(1.05,1.07);
            -webkit-transition-timing-function: ease-out;
            -webkit-transition-duration: 250ms;
            -moz-transform: scale(1.05,1.07);
            -moz-transition-timing-function: ease-out;
            -moz-transition-duration: 250ms;
        }

            .thumb-img a:hover img {
                opacity: 0.7;
            }

.folio-caption {
    position: absolute;
    bottom: -55px;
    left: 0;
    background: rgba(42, 163, 173, 0.8);
    width: 100%;
    opacity: 0;
    /*max-height:48px;*/
}

    .folio-caption p {
        color: #fff;
        padding: 15px;
        margin: 0;
        text-align: center;
        font-size: 18px;
    }

.portfolio-item {
    margin: 0;
    padding: 0 0;
}

.main-folio {
    margin: 0 auto;
    width: 100%;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

ul.container_folio {
    margin: 0 0 0 0;
    padding: 0 0;
    list-style: none;
    width: 100% !important;
}

    ul.container_folio li.box {
        margin: 0;
        padding: 0 15px;
        width: 33.333%;
        float: left;
    }

.col-md-12 {
    clear: both;
}

.img-portfolio {
    margin: 0;
}

div.link {
    visibility: hidden;
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 14px;
}

.thumbnail {
    border-radius: 0px;
}
/*=================contact====================*/
.main-contact {
    padding: 40px 0;
}


.contact-info p span {
    width: 24px;
    height: 24px;
    text-align: center;
}

.contact-info .fa {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 20px;
}

.contact p {
    font-size: 24px;
    margin: 0;
    padding: 0 0 0 0;
}

.contact span {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 3px solid #7a7a7a;
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 24px;
    line-height: 42px;
    vertical-align: middle;
    margin-right: 15px;
}

.table-contact {
    display: table;
    width: 100%;
}

ul.table-contact li {
    padding-bottom: 30px;
}

    ul.table-contact li:nth-last-child(1) {
        padding-bottom: 0px;
    }

.row-contact {
    display: table-row;
    padding: 0 0 15px 0;
}

.cell-contact {
    display: table-cell;
}

.w-cell {
    width: 48px;
}
/* Footer */

footer {
    color: #ffffff;
    background: #222121;
    padding: 20px 0;
}

.cp-right P {
    margin: 0;
    padding: 10px 0;
}

    .cp-right P a {
        color: #fff;
        text-decoration: underline;
    }

.top-scroll {
    margin: 0;
    padding: 0;
}

    .top-scroll a {
        text-decoration: none;
        color: inherit;
        display: block;
        font-size: 92px;
        line-height: 48px;
    }

        .top-scroll a:hover {
            color: #fff;
        }

i.scroll {
    color: #fff;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -28px;
}

    i.scroll:hover {
        color: #fff;
    }


/* ========================================== Footer ======================================================= */
.list-inline > li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}

    .list-inline > li a i {
        vertical-align: middle;
        line-height: 41px;
    }

.socIcon {
    display: block;
    color: #fff;
    animation-duration: 750ms;
    -webkit-animation-duration: 750ms;
    -moz-animation-duration: 750ms;
    -ms-animation-duration: 750ms;
    -o-animation-duration: 750ms;
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    -ms-animation-delay: 1000ms;
    -o-animation-delay: 1000ms;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
}

    .socIcon:hover {
        color: #fff;
    }
/* ========================================== Responsive ======================================================= */

/* @media screen and (min-width:768px) and (max-width: 1024px){
ul.container_folio li:nth-last-child(1).box{
float:left;
}
} */
@media screen and (min-width:240px) and (max-width: 1024px) {
    .navbar-nav {
        margin: 0;
    }

    /*.vert-text h1 {
        font-size: 48px;
    }*/

    /*.vert-text h2 {
        font-size: 36px;
    }*/

    .btnAbout {
        bottom: -2%;
    }
}

@media screen and (min-width:240px) and (max-width: 991px) {
    .cp-right {
        text-align: center;
    }

    i.scroll {
        color: #fff;
        position: relative;
        top: 0;
        left: 0;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
    }
}

@media screen and (min-width:768px) and (max-width: 1199px) {
    .folio-caption p {
        font-size: 12px;
    }
}

@media screen and (min-width:240px) and (max-width: 767px) {
    ul.container_folio {
        text-align: center;
    }

        ul.container_folio li.box {
            margin: 0;
            padding: 0 15px;
            width: 100%;
            max-width: 380px;
            display: inline-block;
            float: none;
        }

    .navbar ul.pull-right {
        float: none !important;
    }

    .navbar-inverse .navbar-nav > li > a.btn, .navbar-inverse .navbar-nav > li span {
        display: none;
    }

    .navbar-toggle {
        margin-top: 25px;
    }
}

@media screen and (min-width:240px) and (max-width: 660px) {
    .btnAbout {
        bottom: -5%;
        margin-left: -36px;
    }

    .fa-2x {
        font-size: 1.5em !important;
    }

    .top-scroll a {
        font-size: 60px;
    }

    .vert-text h1 {
        font-size: 36px;
    }

    /*.vert-text h2 {
        font-size: 21px;
    }*/

    .w-cell {
        width: 20%;
    }

    .title-page-white h2, .title-page-gray h2 {
        font-size: 24px;
        top: 16px;
    }

    a.navbar-brand {
        font-size: 24px;
    }

    .about-content p, .contact p {
        font-size: 18px;
    }

    .contact span {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 34px;
    }

    .navbar-nav > li > a {
        padding-top: 23px;
        padding-bottom: 23px;
        font-size: 18px;
    }
}

#boxWrapp .bg-nav {
    background: rgba(0, 90, 109, 0.85);
}

.navbar-inverse .navbar-nav > li > form > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 20px;
}

.navbar-inverse .navbar-nav > li > form {
    padding-top: 27px;
    padding-bottom: 32px;
}

@media screen and (max-width: 660px) and (min-width: 240px) {
    .navbar-nav > li > form {
        padding-left: 15px;
        font-size: 18px;
    }
}

.pirate_forms_three_inputs_wrap {
    display: inline-block;
    width: 100%;
}


/*======================================================================*/


.slide-banner img {
    width: 100%;
    height: 580px;
}

@media only screen and (max-width: 768px) {
    .slide-banner img {
        height: 400px;
    }
}

.slide-banner {
    height: 580px;
}

.carousel-caption {
    bottom: -136px;
}


.bizpro {
    background-image: url("../images/Home/solution_bizpro.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px 0px 0px;
    margin-top: -20px;
}

.bizwork {
    height: 600px;
    background-color: #fff;
    padding-top: 110px;
    /*background-image: url("../images/Home/solution_bizwork.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 650px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px;
    margin-top: -20px;*/
}

.img-bizwork {
    text-align: right;
}

.img-bizbank {
    text-align: right;
}

.img-bizfast {
    text-align: right;
}

.bizbank {
    height: 600px;
    background-color: #fff;
    padding-top: 110px;
    margin-top: -20px;
    /*background-image: url("../images/Home/solution_bizbank.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px;
    margin-top: -20px;*/
}

.bizfast {
    height: 600px;
    background-color: #fff;
    padding-top: 110px;
    margin-top: -20px;
    /*background-image: url("../images/Home/solution_bizfast.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px;
    margin-top: -20px;*/
}

@media only screen and (min-width: 768px) {
    .img-bizbank {
        position: relative;
    }

    /*.img-bizwork {
        position: relative;
    }*/

    .img-bizfast {
        position: relative;
    }

    .img-bizbank img {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    /*.img-bizwork img {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }*/

    .img-bizfast img {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .bizbank {
        /*background-image: url("../images/Home/trangchu_bizbank_mobile.jpg");*/
        /*padding: 50px 10px;*/
        padding: 50px 10px 0px 10px;
        height: auto;
    }

    .bizpro {
        background-image: url("../images/Home/trangchu_bizpro_mobile.jpg");
        padding: 50px 10px;
    }

    .bizfast {
        padding: 50px 10px 0px 10px;
        height: auto;
    }

    .bizwork {
        height: auto;
        padding: 80px 10px;
    }

    .img-bizbank {
        text-align: center;
    }

    .img-bizwork {
        margin-top: 50px;
        text-align: center;
    }

    .img-bizfast {
        text-align: center;
    }
}


.bizsale {
    background-image: url("../images/Home/solution_bizsale.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px;
    margin-top: -20px;
}

.bizwork-ov-content {
    margin-top: 30px;
}

.bizbank-ov-content {
    margin-top: 30px;
}

.bizpro-ov-content {
    margin-top: 30px;
}

.bizfast-ov-content {
    margin-top: 30px;
}


@media only screen and (max-width: 768px) {
    .vert-text {
        top: 0px;
        bottom: auto;
    }
}

.mobile {
    background: #fafafa;
    /*padding-top: 50px;*/
    /*padding-bottom:50px;*/
}



.integration {
}

.it-con {
    /*max-width:75%;*/
    /*padding-top: 50px;*/
}
/*.img-it-con {
    background-image: url("../images/Service/dichvu_doanhnghiep.jpg");
    height: 500px;
    background-repeat: no-repeat;
    background-position: bottom;
}*/



.fintech {
    background-color: #f8f8f8;
    /*padding-top:50px;*/
}

.img-fintech {
    background-image: url("../images/Service/dichvu_fintech.jpg");
    height: 600px;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
    .fintech {
        padding-bottom: 50px;
    }

    .it-con {
        padding-bottom: 50px;
        padding-top: 20px;
    }

    .integration {
        padding-bottom: 50px;
    }

    .mobile {
        padding-bottom: 50px;
    }
}

.home-mobile-content {
    height: 220px;
}

.home-mobile {
    margin-right: -7.5px;
    background-color: #efefef;
    overflow: hidden;
    padding-top: 50px;
    /*background-image: url("../images/Home/service_1.jpg");
    -webkit-background-size: 700px;
    -moz-background-size: 700px;
    -o-background-size: 700px;
    background-size: 700px;
    height: 700px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px;
    margin-right: -5px;*/
}

.img-home-mobile {
    text-align: center;
}

    .img-home-mobile img {
        max-height: 475px;
    }

.home-web-content {
    height: 220px;
}

.home-web {
    margin-left: -7.5px;
    background-color: #efefef;
    overflow: hidden;
    padding-top: 50px;
    /*background-image: url("../images/Home/service_2.jpg");
    -webkit-background-size: 700px;
    -moz-background-size: 700px;
    -o-background-size: 700px;
    background-size: 700px;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px;
    background-color: #fff;
    margin-left: -5px;*/
}

.img-web {
    text-align: center;
}

    .img-web img {
        max-height: 475px;
    }

.home-integration-content {
    height: 220px;
}

.home-integration {
    margin-right: -7.5px;
    background-color: #efefef;
    overflow: hidden;
    padding-top: 50px;
    /*background-image: url("../images/Home/service_3.jpg");
    -webkit-background-size: 700px;
    -moz-background-size: 700px;
    -o-background-size: 700px;
    background-size: 700px;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px;
    background-color: #fff;
    margin-right: -5px;*/
}

.img-home-integration {
    text-align: center;
}

    .img-home-integration img {
        max-height: 475px;
    }

.home-it-con-content {
    height: 220px;
}

.home-it-con {
    margin-left: -7.5px;
    background-color: #efefef;
    overflow: hidden;
    padding-top: 50px;
    /*background-image: url("../images/Home/service_4.jpg");
    -webkit-background-size: 700px;
    -moz-background-size: 700px;
    -o-background-size: 700px;
    background-size: 700px;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    padding: 50px 0px;
    margin-left: -5px;*/
}

.img-it-con {
    text-align: center;
}

    .img-it-con img {
        max-height: 475px;
    }
/*mobile*/
@media only screen and (max-width:768px) {
    .home-integration {
        height: auto;
        margin: 0px auto auto auto;
        padding: 0px 10px;
    }

    .home-it-con {
        height: auto;
        margin: 15px auto 0px auto;
        padding: 0px 10px;
    }

    .home-web {
        height: auto;
        margin: 15px auto 0px auto;
        padding: 0px 10px;
    }

    .home-mobile {
        height: auto;
        margin: 15px auto 0px auto;
        padding: 0px 10px;
    }

    .img-home-mobile img {
        height: auto;
    }

    .img-web img {
        height: auto;
        padding-bottom: 20px;
    }

    .img-home-integration img {
        height: auto;
        padding-bottom: 20px;
    }

    .img-it-con img {
        height: auto;
        padding-bottom: 20px;
    }

    .overview-bizbank-content {
        height: 250px;
    }

    .home-it-con-content {
        height: 250px;
    }

    .home-integration-content {
        height: 250px;
    }

    .home-web-content {
        height: 250px;
    }
}

.bg-white {
    background-color: #fff;
}

@media only screen and (min-width: 768px) {
    .dou-col {
        margin: -10px 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
        flex: 0 0 48%;
        max-width: 48%
    }
}

@media only screen and (max-width: 768px) {
    .mlr-max-15 {
        margin-left: -15px;
        margin-right: -15px;
    }
}



.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-blue {
    color: #0056b3 !important;
}

.text-bold {
    font-weight: bold !important;
}

.overview-bizsale {
    height: 700px;
    padding: 50px 0px;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -5px;
}

.img-overview-bizsale {
    overflow: hidden;
    /*background-image: url("../images/Solution/giaiphap_bizsale.jpg");
    background-repeat: no-repeat;
    background-position:bottom;*/
    height: 420px;
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (max-width: 768px) {
    .img-overview-bizpro {
        /*background-size: cover;
        height:350px;*/
    }
}

.bg-gray {
    background-color: #f9f5f5;
}

.overview-bizfast-content {
    height: 250px;
}

.overview-bizfast {
    margin-right: -7.5px;
    background-color: #fff;
    overflow: hidden;
    padding-top: 50px;
}
/*.img-overview-bizfast {
    background-image: url("../images/Solution/giaiphap_bizfast.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px auto;
    height: 400px;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}*/
.img-overview-bizfast {
    text-align: center;
}

.overview-bizpro {
    height: 700px;
    background-color: #fff;
    padding: 50px 0px;
}

.img-overview-bizpro {
    text-align: right;
    /*background-image: url("../images/Solution/giaiphap_bizpro.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size:750px;*/
    /*margin-top:100px;*/
}

.overview-bizwork {
    padding: 50px 0px 0px 0px;
    background-color: #f3f4f6;
}

.img-overview-bizwork {
    background-image: url("../images/Solution/giaiphap_bizwork.jpg");
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 500px;
}

@media only screen and (max-width:1300px) {
    .img-overview-bizwork {
        background-size: 500px;
        height: 350px;
    }
}

overview-bizbank-content {
    height: 250px;
}

.overview-bizbank {
    margin-left: -7.5px;
    background-color: #fff;
    overflow: hidden;
    padding-top: 50px;
    /*background-image: url("../images/Solution/giaiphap_bizbank.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px;
    margin-top: -15px;*/
}

.img-overview-bizbank {
    text-align: center;
}

.overview-bizbank-content {
    height: 250px;
}


.overview-it {
    height: 700px;
}

.overview-mobile {
    height: 700px;
}

.overview-fintech {
    height: 700px;
}

.overview-integration {
    height: 700px;
}



.overview-vert-text {
    margin-top: 20px;
}

.bg-gray-opa {
    background-color: #f8f8f8;
}

@media only screen and (min-width: 768px) {
    .overview-vert-text {
        margin-top: 150px;
    }
}

@media only screen and (max-width: 768px) {

    /*.img-overview-bizfast {
        margin: 0px 0px 0px 0px;
        height: auto;
    }

    .img-overview-bizbank {
        height: auto;
    }
    .overview-bizbank{
        margin-top:15px;
    }
    .overview-bizsale {
        margin: 15px 0px 0px 0px;
    }*/
    .overview-bizpro {
        height: auto;
    }

    .overview-bizfast {
        margin: auto;
    }

    .overview-bizbank {
        margin: auto;
        margin-top: 15px;
    }
}

.detail {
    padding: 50px 0px 0px 0px;
}


.row-job-content {
    margin: 0 auto;
    max-width: 1360px;
}

.job-header img {
    margin-top: -15px;
}

.job-header {
    height: 500px;
    margin-top: 45px;
    overflow: hidden;
    text-align: center;
    /*background-image: url("../images/job/tuyendung_banner.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    /*height: 800px;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*padding: 50px 0px;*/
    /*margin: 0 auto;*/
}

@media only screen and (min-width: 2000px) {
    .job-header {
        height: auto;
    }
}

@media only screen and (max-width:768px) {
    .job-header {
        height: auto;
    }
}

@media only screen and (max-width: 736px) and (min-width: 320px) {
    /*.job-header {
        background-image: url("../images/job/tuyendung_banner.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 230px;
        background-repeat: no-repeat;
        background-position: center;
        padding: 50px 0px;
    }*/
}

.job-header .container-fluid {
    height: 100%;
}

.job-header .row {
    height: 100%;
}

/*Hover news*/
.touch-job-row {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*.touch-left {
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}*/
.title-img-news {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}

.img-us {
    padding-bottom: 20px;
}

.img-news img {
    width: 100%;
    height: 100%;
}

.touch-job {
    /*height:100%;*/
    cursor: pointer;
    overflow: hidden;
    padding: 10px;
    height: 390px;
    margin-top: 13px;
}

    .touch-job .img-news {
        transition: transform 350ms ease;
        padding: 0px;
        transition: opacity 2s ease-out;
        overflow: hidden;
    }

    .touch-job .content-news {
        background-color: #fff;
    }

    .touch-job .content-news-v2 {
        background-color: rgba(255, 255, 255, 0.5);
        bottom: 60px;
    }

@media only screen and (max-width: 768px) {
    .touch-job-row {
        width: 100%;
    }
}

.touch-job img {
    transition: transform .25s, visibility .25s ease-in;
}

.touch-job:hover img {
    transform: scale(1.2);
}

.touch-left:hover .content-news {
    transform: translate(-8px, 0);
}

.touch-top:hover .content-news-v2 {
    transform: translate(0, -30px);
}

.touch-job:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.touch-job:hover {
    /*box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.04), -10px 0 20px 0px rgba(0,0,0,0.04);*/
    z-index: 1;
}

/*contact*/

.contact-header {
    margin-top: 50px;
    text-align: center;
    /*background-image: url("../images/Contact/lienhe_banner.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
    /*height: 500px;*/
    /*background-repeat: no-repeat;
        background-position: center;*/
    padding: 0px 0px;
}
/*.form-search-faq {
    padding-left: 40px;
}*/
form.faq-searchform {
    height: 44px;
    line-height: 44px;
}

.faq-searchform-wrapper {
    position: relative;
}

input.faq-searchform-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

input.faq-searchform-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

input.faq-searchform-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

#ac-localnav.ac-ln-sticking input.faq-searchform-input::placeholder { /* Microsoft Edge */
    color: #000;
}

#ac-localnav.ac-ln-sticking input.faq-searchform-input:-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

#ac-localnav.ac-ln-sticking input.faq-searchform-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

#ac-localnav.ac-ln-sticking input.faq-searchform-input {
    color: #000;
}

input.faq-searchform-input {
    height: 40px;
    font-size: 17px;
    line-height: 1.29412;
    letter-spacing: -.021em;
    color: #fff;
    outline: none;
    width: 100%;
    background-color: transparent;
    border: none;
}

button.faq-searchform-submit {
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    background-color: transparent;
    border: none;
    width: 40px;
    height: 44px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url("../images/svg/search_large.svg");
    background-position: 10px 50%;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)
}

#ac-localnav.ac-ln-sticking button.faq-searchform-submit {
    background-image: url("../images/svg/search-solid_black.svg");
    background-size: 18px;
}

.solution-faq img {
    max-width: 50%;
    height: auto;
    padding-bottom: 16px;
}

.login-header {
    background-image: url("https://appleid.cdn-apple.com/static/bin/cb1710559565/dist/assets/images/apple_id_desktop_2880x1260.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0px 0px 0px;
    margin-top: -20px;
}

.myMap {
    height: 50%;
}

@media only screen and (max-width: 768px) {
    .myMap {
        margin-top: 20px;
        height: 300px;
    }
}

/*sign in*/
.form-signin {
    position: relative;
}

.form-input {
    position: absolute;
    width: 100%;
}

.btn-sign-sub {
    border: 1px solid transparent;
    position: absolute;
    top: 49px;
    right: 5px;
    background: transparent;
    outline: none;
    cursor: pointer;
    padding: 5px;
}

    .btn-sign-sub:focus {
        outline: none;
    }

.icon-signin {
    color: #797979;
    font-size: 25px;
}

.signin-header {
    margin-bottom: 25px;
}

.input-sign-id {
    width: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    height: 45px;
    padding: 15px;
    border: none;
    border-bottom: solid 1px #afafaf;
    outline: none;
}

    .input-sign-id:focus {
        border: solid 1px #0bbcd1;
    }

.input-sign-pass {
    width: 100%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    height: 45px;
    padding: 15px 50px 15px 15px;
    border: none;
    border-bottom: solid 1px #afafaf;
    outline: none;
}

    .input-sign-pass:focus {
        border: solid 1px #0bbcd1;
    }

.forgot-pass {
    text-align: center;
}


.error-signin-id #Username-error {
    color: #503E30;
    background-color: #FAE9A3;
    position: absolute;
    width: 100%;
    margin-left: -50%;
    left: 50%;
    padding: 1em;
    border: 1px solid rgba(185,149,1,0.47);
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.1);
    margin-top: 5px;
    padding: 11px;
    height: 50px;
    top: -66px;
    line-height: 41px;
    border-radius: 5px;
    padding: 0px 20px;
}

    .error-signin-id #Username-error:before {
        width: 15px;
        height: 15px;
        background-color: #FAE9A3;
        content: "";
        position: absolute;
        left: 47.2%;
        -webkit-transform: rotate(135deg) skewX(5deg) skewY(5deg);
        -ms-transform: rotate(135deg) skewX(5deg) skewY(5deg);
        -o-transform: rotate(135deg) skewX(5deg) skewY(5deg);
        transform: rotate(135deg) skewX(5deg) skewY(5deg);
        top: 41px;
        border-right: 1px solid rgba(185,149,1,0.47);
        border-top: 1px solid rgba(185,149,1,0.47);
        box-shadow: 0px 0px 0px 0px rgba(185,149,1,0.47);
    }

.error-signin-pass #Password-error {
    color: #503E30;
    background-color: #FAE9A3;
    position: absolute;
    width: 100%;
    margin-left: -50%;
    left: 50%;
    padding: 1em;
    border: 1px solid rgba(185,149,1,0.47);
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.1);
    margin-top: 5px;
    padding: 11px;
    height: 50px;
    bottom: -66px;
    line-height: 41px;
    border-radius: 5px;
    padding: 0px 20px;
}

    .error-signin-pass #Password-error:before {
        width: 15px;
        height: 15px;
        background-color: #FAE9A3;
        content: "";
        position: absolute;
        left: 47.2%;
        -webkit-transform: rotate(135deg) skewX(5deg) skewY(5deg);
        -ms-transform: rotate(135deg) skewX(5deg) skewY(5deg);
        -o-transform: rotate(135deg) skewX(5deg) skewY(5deg);
        transform: rotate(135deg) skewX(5deg) skewY(5deg);
        top: -8px;
        border-left: 1px solid rgba(185,149,1,0.47);
        border-bottom: 1px solid rgba(185,149,1,0.47);
        box-shadow: 0px 0px 0px 0px rgba(185,149,1,0.47);
    }

.error-signin-summary ul {
    list-style: none;
    color: #503E30;
    position: absolute;
    width: 100%;
    margin-left: -50%;
    left: 50%;
    padding: 1em;
    margin-top: 5px;
    padding: 11px;
    height: 50px;
    bottom: -66px;
    line-height: 41px;
    padding: 0px 20px;
}

    .error-signin-summary ul li {
        background-color: #FAE9A3;
        border-left: 1px solid rgba(185,149,1,0.47);
        border-right: 1px solid rgba(185,149,1,0.47);
    }

        .error-signin-summary ul li:first-child {
            border-top: 1px solid rgba(185,149,1,0.47);
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .error-signin-summary ul li:last-child {
            border-bottom: 1px solid rgba(185,149,1,0.47);
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }


        .error-signin-summary ul li:first-child:before {
            width: 15px;
            height: 15px;
            background-color: #FAE9A3;
            content: "";
            position: absolute;
            left: 47.2%;
            -webkit-transform: rotate(135deg) skewX(5deg) skewY(5deg);
            -ms-transform: rotate(135deg) skewX(5deg) skewY(5deg);
            -o-transform: rotate(135deg) skewX(5deg) skewY(5deg);
            transform: rotate(135deg) skewX(5deg) skewY(5deg);
            top: -8px;
            border-left: 1px solid rgba(185,149,1,0.47);
            border-bottom: 1px solid rgba(185,149,1,0.47);
            box-shadow: 0px 0px 0px 0px rgba(185,149,1,0.47);
        }

.link-news {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

    .link-news:hover {
        color: #000;
        text-decoration: none;
        font-size: 16px;
    }

.contact-descr {
    padding: 50px 0px;
}
/*reponsive */
/*@media only screen and (min-width:2560px) {
    .touch-job .content-news-v2 {
        bottom: 176px;
    }
}
@media screen and (min-width: 1070px) and (max-width:580px) {
    .touch-job .content-news-v2 {
        bottom: 35px;
    }
}*/
@media only screen and (max-width:768px) {
    .contact-descr {
        padding: 30px 0px;
    }
}

.news-cdate {
    text-align: right;
    padding-bottom: 10px;
    padding-right: 15px;
    font-size: 15px;
}

#share {
    padding-bottom: 10px;
    padding-right: 15px;
    text-align: right;
}

.jssocials-share-link {
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 50%;
}

    .jssocials-share-link i {
        font-size: 20px;
        margin-bottom: 3px;
    }

.img-other-page {
    max-width: 500px;
}

.news-title {
    padding-top: 50px;
}

.main-header {
    padding-top: 50px;
}

/*==============================================FormRegisterProduct========================================================*/
.border-captcha-register {
    padding: 20px 0px;
    border-top: 1px solid #E7E7E8;
}

.border-custom-modal-footer {
    padding-top: 8px;
}

.border-custom-modal-body {
    padding-bottom: 0px;
}

input[type=number].ip-number {
    -moz-appearance: textfield;
}

    input[type=number].ip-number::-webkit-inner-spin-button,
    input[type=number].ip-number::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

#img-captcha {
    padding-bottom: 15px;
}

.error-form {
    padding-top: 5px;
    font-size: 12px;
}

#par-form-register {
    /*z-index:999;*/
    /*overflow-y: auto;*/
}

#form-subscribe label.error {
    display: none !important;
}
/*==========================================================================================*/
/*Style notify*/
.k-notification {
    border: 0;
}

/* Success template */
.k-notification-upload-success {
    /*background: rgba(0%,60%,0%,1);*/
    /*color: #fff;*/
    color: #59714a;
    background: #d4edda;
}

.upload-success {
    width: auto;
    height: 35px;
    padding: 0px 20px 0px 20px;
    line-height: 40px;
}

    .upload-success p {
        font-size: 1em;
        font-weight: normal;
        color: #59714a;
        display: inline-block;
        vertical-align: middle;
    }

    .upload-success span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

/* Error template */
.k-notification-error.k-group {
    /*background: rgba(100%,0%,0%,.7);
    color: #ffffff;*/
    background: #f7d7da;
    color: #582d2e;
}

.wrong-pass {
    width: auto;
    height: 35px;
    padding: 0px 20px 0px 20px;
    line-height: 40px;
}

    .wrong-pass p {
        font-size: 1em;
        font-weight: normal;
        display: inline-block;
        color: #582d2e;
        vertical-align: middle;
    }

    .wrong-pass span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

/*Thực hiện: Phương*/
.list_hover:not(.k-state-selected):hover {
    background-color: #C2C2C2;
}

.list_hover.k-state-selected {
    background-color: #428bca;
}
/*==========================================================================================*/


/*Thực hiện : Tuấn Bảo
  Ngày : 11/7/1997*/
/*=========================================Tin Tức===========================================*/
.news {
    background-color: #f2f2f2;
}

.text > p {
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

#content-news-theme {
}

.content-news > p {
    text-align: justify;
    font-size: 17px;
}

.content-news > .text-bold {
    text-align: justify;
    font-size: 24px;
    /*padding: 0 5px 0 5px;*/
}

.text > .text-bold {
    font-size: 21px;
    padding-top: 6px;
}

.pt-news {
    padding: 0 0 4px 0;
}

a span:hover {
    color: black;
}

.touch-top:hover .content-news {
    transform: translate(0, -60px);
    background-color: white;
    transition: 0.5s;
}

.tabs p {
    position: fixed;
    top: 2px;
    left: -999em;
    cursor: auto;
    text-align: justify;
}

.tabs:hover .content-news p {
    display: block;
    position: relative;
    left: 0;
}

@media only screen and (min-width:1920px) {
    .touch-job {
        cursor: pointer;
        overflow: hidden;
        padding: 10px;
        margin-top: 13px;
        height: 490px;
    }

    .touch-job-v2 {
        cursor: pointer;
        overflow: hidden;
        padding: 10px;
        height: 450px;
        margin-top: 13px;
    }
}

@media only screen and (max-width:1366px) {

    .touch-job {
        /* height: 100%; */
        cursor: pointer;
        overflow: hidden;
        padding: 10px;
        height: 494px;
        margin-top: 13px;
    }

    .touch-job-v2 {
        cursor: pointer;
        overflow: hidden;
        padding: 10px;
        height: 320px;
        margin-top: 13px;
    }
}

@media only screen and (max-width:1024px) {
    .touch-job {
        cursor: pointer;
        overflow: hidden;
        padding: 10px;
        height: 494px;
        margin-top: 13px;
    }

    .touch-job-v2 {
        cursor: pointer;
        overflow: hidden;
        padding: 10px;
        height: 244px;
        margin-top: 13px;
    }
}

/*@media only screen and (max-width:768px) {
    .touch-top:hover .content-news {
        transform: translate(0, -150px);
        background-color: white;
        transition: 0.5s;
    }
}*/

@media only screen and (max-width:375px) {

    .touch-job {
        height: 380px;
        margin-top: 15px;
        background-color: white;
    }

    .news {
        background-color: #f2f2f2;
    }
}


/*@media (max-width: 1366px) and (min-width: 1920px) {
    .touch-job {
        cursor: pointer;
        overflow: hidden;
        padding: 10px;
        height: 530px;
    }
}*/


/*==========================================Jobs==========================================*/
/*hover Chi tiết */
.text-colorBank:hover {
    color: #8B0000;
}

.Detail-us:hover {
    /*color: #17aee2;*/
    text-decoration: none;
}

.Detail-us {
    /*color: #17aee2;*/
    text-decoration: none;
    position: relative;
    line-height: 45px;
}

    .Detail-us.effect-underline:after {
        content: '';
        position: absolute;
        left: 0;
        display: inline-block;
        height: 1em;
        top: 6px;
        width: 85%;
        border-bottom: 1px solid;
        margin-top: 0px;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
    }

    .Detail-us.effect-underline:hover:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.Detail-us-v2:hover {
    /*color: white;*/
    text-decoration: none;
}

.Detail-us-v2 {
    color: white;
    text-decoration: none;
    position: relative;
}

    .Detail-us-v2.effect-underline-v2:after {
        content: '';
        position: absolute;
        left: 20px;
        display: inline-block;
        height: 1.3em;
        width: 71%;
        border-bottom: 1px solid;
        margin-top: 10px;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
    }

    .Detail-us-v2.effect-underline-v2:hover:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

i.fa-chevron-right::before {
    position: absolute;
    content: "";
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    bottom: 3px;
    left: -5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 5px;
}

.Content-us {
    text-align: left;
    padding-top: 3em;
    padding-left: 5%;
    padding-right: 15%;
}

.job-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 50px;
}

.job-3 {
    border-top-width: 4px;
    padding-bottom: 0px;
    /*border-bottom-width: 30px;*/
    padding-top: 0px;
    height: 600px;
}

.job-panel-haft {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    /*border-left-width: 18px;*/
    /*border-right-width: 18px;*/
    padding-left: 0;
    padding-right: 0;
    border: solid 7px white;
}

.job-panel-haft-left {
    border-left-width: 18px;
}

.job-panel-haft-right {
    border-right-width: 18px;
}

.job-3-content {
    /* text-align: center; */
    padding-top: 2em;
    padding-left: 20%;
    /* padding-right: 15%; */
    padding-right: 20%;
    text-align: center;
}

.job-title-size {
    font-size: 35px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
    color: white;
}


@media only screen and (max-width:1920px) {
    .jobs-bg-panel-1 {
        background: url(../images/BizCell/apple_arcade_tile__e1315ks01hm6_large.jpg) no-repeat center;
        background-size: cover;
        height: 540px;
    }

    .jobs-bg-panel-2 {
        background: url(../images/BizCell/apple_arcade_tile__e69rgw4ia2mq_large.jpg) no-repeat bottom center;
        background-size: cover;
        height: 540px;
    }

    .jobs-bg-panel-3 {
        background: url(../images/BizCell/apple_arcade_tile__e69rgw4ia2mq_large.jpg) no-repeat bottom center;
        background-size: cover;
        height: 540px;
    }

    .jobs-bg-panel-4 {
        background: url(../images/BizCell/apple_arcade_tile__e1315ks01hm6_large.jpg) no-repeat center;
        background-size: cover;
        height: 540px;
    }
}

@media only screen and (max-width:580px) {
    .touch-job .content-news-v2 {
        bottom: 130px !important;
    }
}

@media only screen and (max-width:1440px) {
    .touch-job .content-news-v2 {
        bottom: 35px !important;
    }
}

@media only screen and (max-width:779px) {
    .touch-job .content-news-v2 {
        bottom: 84px !important;
    }
}

@media only screen and (max-width:770px) {
    .touch-job .content-news-v2 {
        bottom: 60px !important;
    }
}

@media only screen and (max-width:580px) {
    .touch-job .content-news-v2 {
        bottom: 80px !important;
    }
}

@media only screen and (max-width:575px) {
    .touch-job .content-news-v2 {
        bottom: 150px !important;
    }
}

@media only screen and (max-width:414px) {
    .touch-job .content-news-v2 {
        bottom: 121px !important;
    }
}

@media only screen and (max-width:2560px) {
    .touch-job .content-news-v2 {
        bottom: 176px;
    }
}

@media only screen and (min-width:777px) and (max-width:1370px) {
    .touch-job .content-news-v2 {
        bottom: 59px !important;
    }
}

@media only screen and (max-width:1366px) and (min-width:577px) {
    .touch-job .content-news-v2 {
        background-color: rgba(255, 255, 255, 0.5);
        bottom: 59px;
    }

    .job-3-content {
        /* text-align: center; */
        padding-top: 2em;
        padding-left: 10%;
        /* padding-right: 15%; */
        padding-right: 10%;
        text-align: center;
    }

    .jobs-bg-panel-1 {
        background: url(../images/BizCell/apple_arcade_tile__e1315ks01hm6_large.jpg) no-repeat center;
        background-size: cover;
        height: 400px;
    }

    .jobs-bg-panel-2 {
        background: url(../images/BizCell/apple_arcade_tile__e69rgw4ia2mq_large.jpg) no-repeat bottom center;
        background-size: cover;
        height: 400px;
    }

    .jobs-bg-panel-3 {
        background: url(../images/BizCell/apple_arcade_tile__e69rgw4ia2mq_large.jpg) no-repeat bottom center;
        background-size: cover;
        height: 400px;
    }

    .jobs-bg-panel-4 {
        background: url(../images/BizCell/apple_arcade_tile__e1315ks01hm6_large.jpg) no-repeat center;
        background-size: cover;
        height: 400px;
    }
}

@media only screen and (max-width:1024px) {
    .job-3-content {
        /* text-align: center; */
        padding-top: 2em;
        padding-left: 10%;
        /* padding-right: 15%; */
        padding-right: 10%;
        text-align: center;
    }

    .job-title-size {
        font-size: 30px;
        line-height: 1.125;
        font-weight: 600;
        letter-spacing: .004em;
        color: white;
    }
}

@media only screen and (max-width:768px) {
    .jobs-bg-panel-1 {
        background: url(../images/BizCell/apple_arcade_tile__e1315ks01hm6_large.jpg) no-repeat center;
        background-size: cover;
        height: 420px;
    }

    .jobs-bg-panel-2 {
        background: url(../images/BizCell/apple_arcade_tile__e69rgw4ia2mq_large.jpg) no-repeat bottom center;
        background-size: cover;
        height: 420px;
    }

    .jobs-bg-panel-3 {
        background: url(../images/BizCell/apple_arcade_tile__e69rgw4ia2mq_large.jpg) no-repeat bottom center;
        background-size: cover;
        height: 420px;
    }

    .jobs-bg-panel-4 {
        background: url(../images/BizCell/apple_arcade_tile__e1315ks01hm6_large.jpg) no-repeat center;
        background-size: cover;
        height: 420px;
    }
}

@media only screen and (max-width:2560px) {
    .jobs-bg-panel-1 {
        background: url(../images/BizCell/apple_arcade_tile__e1315ks01hm6_large.jpg) no-repeat center;
        background-size: cover;
        height: 600px;
    }

    .jobs-bg-panel-2 {
        background: url(../images/BizCell/apple_arcade_tile__e69rgw4ia2mq_large.jpg) no-repeat bottom center;
        background-size: cover;
        height: 600px;
    }

    .jobs-bg-panel-3 {
        background: url(../images/BizCell/apple_arcade_tile__e69rgw4ia2mq_large.jpg) no-repeat bottom center;
        background-size: cover;
        height: 600px;
    }

    .jobs-bg-panel-4 {
        background: url(../images/BizCell/apple_arcade_tile__e1315ks01hm6_large.jpg) no-repeat center;
        background-size: cover;
        height: 600px;
    }
}

@media only screen and (max-width:430px) {
    .touch-job-v2 {
        cursor: pointer;
        overflow: hidden;
        /* padding: 20px; */
        height: 330px;
    }

    .content-news > p {
        display: block;
        position: relative;
        left: 0;
    }

    /*.py-5 {
        padding-top: 0px !important;
    }*/

    .touch-job .content-news {
        transition: transform 0.5s ease;
        transition: opacity 1.5s ease-out;
        background-color: #fff;
    }

    .pt-news {
        padding: 0px;
    }

    .touch-top:hover .content-news {
        transform: translate(0, 0px);
    }

    .touch-job:hover img {
        transform: none;
    }

    .touch-left:hover .content-news {
        transform: translate(0px, 0);
    }
}

@media only screen and (max-width:375px) {
    .job-3-content {
        /* text-align: center; */
        padding-top: 2em;
        padding-left: 15%;
        /* padding-right: 15%; */
        padding-right: 15%;
        text-align: center;
    }

    .job-title-size {
        font-size: 25px;
        line-height: 1.125;
        font-weight: 600;
        letter-spacing: .004em;
        color: white;
    }
}

@media only screen and (max-width:800px) {
    .touch-job-a {
        height: 100%;
        cursor: pointer;
        overflow: hidden;
        padding: 10px;
    }
}


/*==============================================Trang giới thiệu=====================================*/
.page-about {
    padding-top: 50px;
}

.Title-About {
    font-weight: 700;
    font-size: 4em;
}

.About-text {
    padding-bottom: 50px;
}

.About-text-p > p {
    font-size: 1.2em;
}

.About-App-web {
    padding-top: 50px;
}

.title-app {
    font-weight: 900;
    font-size: 35px;
}

.About-vision {
    padding-top: 50px;
    height: 600px;
}

.p--underline {
    content: "";
    height: 4px;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    display: block;
    background-image: linear-gradient(to right, white, #17aee2, white);
}

.text-app {
    padding-top: 100px;
}

.text-destop {
    padding-top: 100px;
}


.about-mobile {
    display: none;
}

@media only screen and (max-width:992px) {
    .about-destop {
        display: none;
    }

    .about-mobile {
        display: block;
    }

    .text-app {
        padding-top: 0px;
    }

    .text-destop {
        padding-top: 0px;
    }
}

@media only screen and (max-width:414px) {
    .about-destop {
        display: none;
    }

    .about-mobile {
        display: block;
    }

    .Title-About {
        font-weight: 700;
        font-size: 3em;
    }

    .About-text-p > p {
        font-size: 16px;
        text-align: justify;
        padding: 0 5px 0 5px;
    }

    .About-vision {
        padding-top: 50px;
        height: 1350px;
    }

    .About-img-app > img {
        width: 80%;
    }
}


.h1-title-black-line {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px 0;
    position: relative;
    display: inline-block;
    letter-spacing: -1px;
}

.cxtd-box-block .cxtd-box-image:after {
    position: absolute;
    content: "";
    width: 100%;
    background: #ddd;
    top: 50%;
    left: 0;
    height: 1px;
    z-index: -1;
}

.cxtd-box-block {
    width: 20%;
    float: left;
    position: relative;
    padding: 7% 0;
}

    .cxtd-box-block .cxtd-box-image {
        padding: 15px 0;
        position: relative;
    }

        .cxtd-box-block .cxtd-box-image figure {
            display: inline-block;
            width: 130px;
            border-radius: 50%;
            margin: auto;
        }

            .cxtd-box-block .cxtd-box-image figure img {
                padding: 10px;
                width: 80%;
            }

    .cxtd-box-block:nth-child(even) .cxtd-box-content {
        position: absolute;
        bottom: 0;
    }

    .cxtd-box-block .cxtd-box-content h2 {
        font-size: 25px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: -1px;
    }

        .cxtd-box-block .cxtd-box-content h2 span.number-content {
            margin: 0 8px 0 0;
            font-size: 21px;
            font-weight: 600;
            color: #19afe2;
        }

    .cxtd-box-block .cxtd-box-content p {
        font-size: 20px;
        line-height: 20px;
        margin-top: 0px;
    }

    .cxtd-box-block:nth-child(odd) .cxtd-box-content {
        position: absolute;
        top: 0px;
    }

@media (max-width: 1100px) {
    .container-layout {
        padding: 0 20px;
    }
}

@media (max-width: 1024px) {
    .cxtd-box-block {
        width: 100%;
        float: left;
        padding: 5px 0;
    }
}

@media (max-width: 1024px) {
    .cxtd-box-block .cxtd-box-image {
        width: 35%;
        float: left;
    }
}

@media (max-width: 1024px) {
    .cxtd-box-block:nth-child(even) .cxtd-box-content {
        padding-top: 27px;
        position: relative;
        bottom: auto;
    }
}

@media (max-width: 1024px) {
    .cxtd-box-block:nth-child(odd) .cxtd-box-content {
        padding-top: 27px;
        position: relative;
        top: auto;
    }
}

@media (max-width: 500px) {
    .h1-title-black-line {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .cxtd-information-how-we-work {
        margin: auto;
        max-width: 650px;
    }
}

@media (max-width: 650px) {
    .cxtd-box-block .cxtd-box-image {
        width: 100%;
        float: left;
        position: relative;
    }
}

@media (max-width: 414px) {
    .cxtd-box-block .cxtd-box-content p {
        font-size: 1rem;
        line-height: 20px;
        margin-top: 0px;
    }
}


/* Slideshow container */
.slideshow-container {
    /*max-width: 1000px;*/
    position: relative;
    margin: auto;
}



/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
/*.dot {
    display: none;
}

.active {
    background-color: #717171;
}*/
.dot {
    display: block;
}

.About-customer {
    padding-top: 50px;
}


/*=======================================Trang liên hệ==========================================*/
.btn-sm-form-contact-custom {
    /*margin-top: 10px;*/
    background-color: #fff;
    cursor: pointer;
    color: #17aee2;
    /*padding: 5px 70px;*/
    /* text-shadow: none; */
    background-image: none;
    border: 1px solid #17aee2;
    font-weight: bold;
    width: -webkit-fill-available;
}

    .btn-sm-form-contact-custom:hover {
        background-color: #19afe2;
        color: #fff;
    }
/******************************/
/* ==============================================================  Menu ======================================================= */

.navbar {
    border-radius: 0px;
    min-height: 86px;
    margin-bottom: 0px;
    width: 100%;
    z-index: 88;
}

a.navbar-brand {
    float: left;
    height: inherit;
    padding: 18px 15px;
    font-size: 36px;
    line-height: 48px;
}



.navbar-nav > li > a {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 20px;
}

.navbar-nav > li span {
    display: block;
    padding: 24px 24px;
    font-size: 24px;
}


.navbar-inverse .navbar-nav > li.current > a {
    text-decoration: underline;
}
/*custom dropdown list right nav*/
.drop-menu-list {
    background-color: #fff;
    width: fit-content;
}
/*background biz4*/

.banner-sale {
    /*    background: url(/images/Home/banner-bizwork-new.png) no-repeat bottom center;*/
    background: url('/images/BizCell/File_Background/background_header.png') no-repeat bottom center;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    height: 100vh;
    /*padding-top: 2.5rem;*/
    /*margin-top: 60px;*/
    padding-bottom: 50px;
}

@media (max-width:1440px) {
    .banner-sale {
        background: url(/images/Home/banner-bizwork-new.png) no-repeat center center;
        width: 100%;
        background-size: cover;
        background-position: center bottom;
        height: 50vw;
        padding-top: 2.5rem;
        padding-bottom: 50px;
    }
}

@media (max-width:1024px) {
    .banner-sale {
        background: url(/images/Home/banner-bizwork-new.png) no-repeat center center;
        width: 100%;
        background-size: cover;
        background-position: center bottom;
        height: 50vw;
        padding-top: 2.5rem;
        padding-bottom: 50px;
    }

    #btn-register {
        left: -26px;
    }
}

@media (max-width:768px) {
    .banner-sale {
        background: url(/images/Home/banner-bizwork-new.png) no-repeat top center;
        width: 100%;
        background-size: cover;
        background-position: center center;
        height: 385px;
        padding-top: 2.5rem;
        padding-bottom: 50px;
    }

    .banner-1-faq {
        width: 100vw;
    }
}

@media (max-width: 720px) {
    .banner-sale {
        background: url(/images/Home/banner-web-faq-nunhanvien-wow-full-tinhnang-mobile-logo.png) no-repeat top center;
        width: 100%;
        background-size: cover;
        background-position: bottom;
        height: 500px;
        padding-top: 2.5rem;
        padding-bottom: 50px;
    }
}

@media (max-width: 520px) {
    .banner-sale {
        background: url(/images/Home/banner-web-faq-nunhanvien-wow-full-tinhnang-mobile-logo.png) no-repeat top center;
        width: 100%;
        background-size: cover;
        background-position: center bottom;
        height: 568px;
        padding-top: 2.5rem;
        padding-bottom: 50px;
    }
}

@media (max-width: 414px) {
    .banner-sale {
        background: url(/images/Home/banner-web-faq-nunhanvien-wow-full-tinhnang-mobile-logo.png) no-repeat center center;
        width: 100%;
        background-size: cover;
        background-position: center bottom;
        height: 491px;
        padding-top: 2.5rem;
        padding-bottom: 50px;
    }
}

@media (max-width: 375px) {
    .banner-sale {
        background: url(/images/Home/banner-web-faq-nunhanvien-wow-full-tinhnang-mobile-logo.png) no-repeat center center;
        width: 100%;
        background-size: cover;
        background-position: center bottom;
        height: 445px;
        /*padding-top: 2.5rem;
        margin-top: 3.8em;
        padding-bottom: 50px;*/
    }
}


@media (max-width:724px) {
    .banner-1-faq {
        width: 100vw;
        /*margin-left: -20px;*/
    }
}



@media(width:768px) {
}

@media(width:1024px) {
    .banner-1-faq {
        width: 100vw;
        /*margin-left: -20px;*/
    }
}




.text-colorB {
    color: #e7e7e7;
    list-style: none;
}

    .text-colorB:hover {
        color: #fff;
    }

.text-colorBank {
    color: #8B0000;
}

.text-colorGoz {
    color: #ffd700;
}

    .text-colorGoz:hover {
        color: #ffd700;
    }

.text-colorCell {
    color: #9932cc;
}

    .text-colorCell:hover {
        color: #9932cc;
    }

.custom-item {
    /*height: 10em;*/
    padding: 1em;
    display: flex;
    justify-content: center;
}

.list-customer {
    text-align: center;
}

#box, #box1, #box2, #box3 {
    display: none;
}

.ac-gn-item .chill-item {
    background-color: #fff !important;
    padding: 10px 20px !important;
    position: absolute !important;
    top: 44px !important;
    /*border-top: 1px solid #d2d2d7;*/
    border-radius: 4px;
    width: 250px !important;
    /*left: calc(-50% - 6px);*/
    color: #17aee2;
    left: -125px;
    border: 1px solid #d2d2d7;
    border-radius: 18px;
    display: none;
    /*width: 286px;*/
}

@media (max-width:1024px){
    .ac-gn-item .chill-item {
        background-color: #fff !important;
        padding: 10px 20px !important;
        position: absolute !important;
        top: 44px !important;
        border-radius: 4px;
        width: 250px !important;
        color: #06c;
        left: calc(-50% - 230px);
        border: 1px solid #d2d2d7;
        border-radius: 18px;
        display: none;
    }
}
    .ac-gn-item .chill-item li {
        line-height: 2rem !important;
    }

        /*.ac-gn-item .chill-item li + li {
            border-top: 1px solid #ccc;
        }*/

.bizmaz-the4 {
    display: inline-block;
    border: 1px solid #9932cc;
    padding: 20px 20px;
    font-size: 22px;
    font-family: inherit;
    color: #9932cc;
}

.bizwork-the2 {
    display: inline-block;
    border: 1px solid #17aee2;
    padding: 20px 20px;
    font-size: 22px;
    font-family: inherit;
    color: #17aee2;
}

.bizbank-the1 {
    display: inline-block;
    border: 1px solid #8B0000;
    padding: 20px 20px;
    font-size: 22px;
    font-family: inherit;
    color: #8B0000;
}

.bizsgov-the3 {
    display: inline-block;
    border: 1px solid #ffd700;
    padding: 20px 20px;
    font-size: 22px;
    font-family: inherit;
    color: #ffd700;
}

.spider-contain {
    justify-content: center;
    text-align: center;
    background-color: #f9fdff;
    /*margin-top: 40px;
    margin-bottom: 40px;*/
}

.spider-fish {
    border: 1px solid #17aee2;
    display: inline-block;
    padding: 36px 60px;
    color: #17aee2;
}

.customup-bizwork, .content-bizsgov, .Custom-bizsmart {
    display: flex;
}
/********custom don gian hon hieu qua hon*****/
.loader {
    width: 100%;
    /*height: 100vh;*/
    /*background-color: thistle;*/
    /*position: fixed;*/
    /*left: 0;
    top: 0;*/
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l1 {
    color: #9932cc;
    font-size: 5vw
}

    .l1 > .letter {
        display: inline-block;
    }

.text-bizbank {
    text-align: initial;
    padding-top: 2em;
}

.Custom-bizsmart {
    width: 100%;
    height: -webkit-fill-available;
}
/*@media (max-width:767px) {
    .ac-gn-link-biz4 {
        background-image: url(/images/logo_v3.png);
    }
}*/

.Show {
    display: block !important;
}

.chill-item {
    display: none;
    position: absolute;
    min-width: 160px;
    overflow: auto;
    z-index: 1;
}

    .chill-item a {
        display: block;
    }



.bg-bigmart {
    background-image: url(../images/bg-biz4-new/BizSmart.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0,0,0,0.2);
}

.container-bizw {
    max-width: 980px;
    margin: 0 auto;
}

/*************/
#ac-globalnav .ac-gn-bagview-caret:after, #ac-globalnav .ac-gn-notification-caret:after {
    left: 14px;
    border: 1px solid;
    content: "";
    display: block;
    position: absolute;
    top: -0.5px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0% 0;
    transform-origin: 0% 0;
    z-index: 1;
}

#ac-globalnav .ac-gn-bagview-caret:after {
    background: #fff;
    border-color: #d2d2d7;
    border-radius: 2px 0 0 0;
}

#ac-globalnav, #ac-globalnav:before, #ac-globalnav:after, #ac-globalnav *, #ac-globalnav *:before, #ac-globalnav *:after, #ac-gn-segmentbar, #ac-gn-segmentbar:before, #ac-gn-segmentbar:after, #ac-gn-segmentbar *, #ac-gn-segmentbar *:before, #ac-gn-segmentbar *:after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    pointer-events: auto;
    letter-spacing: normal;
}

    #ac-globalnav .ac-gn-bagview-content {
        margin: 0 auto;
        min-height: 90px;
        padding: 0 20px;
        position: relative;
        z-index: 2;
    }


.logo-navdrop{
    width:30%;
    height:auto;
}
.color-fb{
    color:#06c;
}

/****************************/
.xt-ct-menu {
    position: relative;
    display: inline-block;
    float:right;
}

.xtlab-ctmenu-item {
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.xtlab-ctmenu-sub {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .xtlab-ctmenu-sub li {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }


.banner-Bank {
    background: url(/images/Bizbank/1bg-bank.png) no-repeat bottom center;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    height: 50vw;
    /*padding-top: 2.5rem;*/
    margin-top: 45px;
    padding-bottom: 50px;
}
.banner-Gov {
    background: url(/images/bizgov/bg.gif) no-repeat  center;
    width: 100%;
    background-size: cover;
    background-position: center ;
    height: 50vw;
    /*padding-top: 2.5rem;*/
    margin-top: 45px;
    padding-bottom: 50px;
}

.line-sp {
    padding-bottom: 20px
}
.sp-bank {
    padding-left: 20px;
}
.manages-images {
    background: url(../images/Bizbank/manages.png) no-repeat center center;
    /* background-color: transparent !important; */
    background-size: cover;
}
.animate-number {
    background-image: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    -ms-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: inline-block;
    font-size: 55px;
    text-align: center;
    font-weight: bold;
    background-size: cover;
}

.bg-customer {
    background: url(../images/Bizbank/customer.png) no-repeat center;
    background-position:center;
    background-size:cover;
}
.bg-bizw {
    background: url(../images/Bizbank/bizwork.png) no-repeat center;
    background-position: center;
    background-size: cover;
}
.banner-Gov-hethong {
    background: url(../images/bizgov/mainoverview-hethongtoaan.png) no-repeat center;
    background-position: center;
    background-size: cover;
}
.ft-bg-main-system {
    background: url(../images/bizgov/hethongchinh.png) no-repeat center;
    background-position: center;
    background-size: cover;
}
.row-main-system {
    display: -webkit-inline-box;
}
.search-images {
    background: url(../images/bizgov/tracuu.png) no-repeat center;
    background-position: center;
    background-size: cover;
}
.ft-bg-interactive {
    background: url(../images/bizgov/Picture1.jpg) no-repeat center;
    background-position: center;
    background-size: cover;
}
.mt-26 {
    padding-top: 200px !important;
}

@media (max-width:768px){
    .ft-content-right-1 {
        margin-left: 0% !important;
        padding-right: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
    }
}

/*=======================================================================*/
/*css horizontal text-input picker*/
.outer-div {
    width: 100%;
    overflow-y: hidden;
    height: 72px;
    /*     background: red; */
    position: relative;
}
ul{
    list-style:none;
}
.inner-div {
    width: 536px;
}

    .inner-div ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
    }

        .inner-div ul li {
            float: left;
            margin: 15px 10px 5px 10px;
            height: auto;
            width: auto;
            font-size: 16px;
            text-align: center;
            transition: all 0.5s ease-in-out;
            position: relative;
        }

            .inner-div ul li.active {
                margin: 15px 0px 5px 0px;
                display: block;
                color: #007bff;
                font-size: 18px;
                /*margin: 5px 0;*/
                background-color: #93313130;
                border-radius: 10px;
            }

/*.circles {
    width: 77px;
    height: 86px;
    position: fixed;
    z-index: 1000;
    transform: translateX(290px);
    border: 3px solid #e48c1e;
    border-radius: 50%;
    border-top: none;
    border-bottom: none;
}*/

#wrapper {
    width: 100%;
    min-width: 900px;
    height: auto;
    margin: -45px 0 0 0;
    /*position: absolute;
    top: 50%;*/
    left: 0;
}

#carousel div, #carousel1 div {
    height: inherit;
    text-align: center;
    float: left;
}

#carousel img, #carousel1 img {
    width: inherit;
    /*height: inherit;*/
}

#pager {
    /*border-radius: 20px;
    background: #fff;*/
    text-align: center;
    width: 120px;
    height: 39px;
    /* padding-top: 2px; */
    margin: 35% auto auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    #pager a.selected span {
        background: #666;
    }

    #pager a {
        display: inline-block;
        padding: 5px;
    }

    #pager span {
        border-radius: 10px;
        background: #ccc;
        text-indent: -100px;
        line-height: 0;
        display: inline-block;
        width: 10px;
        height: 10px;
        overflow: hidden;
    }

@media only screen and (max-width: 425px) {
    .Menu-Right {
        padding: 0px;
    }
}

@media only screen and (max-width: 1024px) {

    /* #pager { */
    /*     margin: unset; */
    /*     top: 83%; */
    /*     left: 45%; */
    /* } */
}

@media only screen and (max-width: 768px) {

    #wrapper {
        min-width: 700px;
        /*height: auto;*/
    }

    /* #pager { */
    /*     margin: unset; */
    /*     top: 85%; */
    /*     left: 43%; */
    /* } */

}

@media only screen and (max-width: 425px) {
    #wrapper {
        margin: -40px 0 0 0;
        min-width: 300px;
        /*height: 350px;*/
    }

    #carousel img, #carousel1 img {
        min-width: unset;
        min-height: unset;
        width: inherit;
    }

    #pager {
        margin: 39% auto auto;
        /* top: 80%; */
        /* left: 34%; */
    }
}

.DangKi {
}

    .DangKi:hover {
        text-decoration: underline;
    }

.home-p-content {
    padding-left: 3%;
    padding-right: 3%;
}

.text-bold-1 {
    font-size: 56px;
    line-height: 1.07143;
    font-weight: 600;
    letter-spacing: -.005em;
    margin: 100px 0 95px;
}

.text-bold-2 {
    font-size: 55px;
    line-height: 1.07143;
    font-weight: 600;
    letter-spacing: -.005em;
    margin: 100px 0;
}

.bizwork-images {
    background: url(../images/bg-biz4-new/Bizwork.png) no-repeat center center;
    /*background-color:transparent !important;*/
    background-size: cover;
}

.bizbank-images {
    background: url(../images/bg-biz4-new/Bizbank.png) no-repeat center center;
    /*height: 50vw;*/
    background-size: cover;
    /*width: 100%;*/
    /* height: 100%; */
    background-position: center bottom;
}
@media (max-width:724px){
    .bizbank-images {
        background: url(../images/bg-biz4-new/Mobile/Mobile_Bizbank.png) no-repeat center center;
        /*height: 50vw;*/
        background-size: cover;
        /*width: 100%;*/
        /* height: 100%; */
        background-position: center bottom;
    }
}


.bizgov-images {
    background: url(../images/bg-biz4-new/Bizgov.png ) no-repeat center center;
    /*height:50vw !important;*/
    /*background-size: cover;*/
    background-color: lightgrey;
}

.bizsmart-images {
    background: url(../images/bg-biz4-new/BizSmart.png) no-repeat center center;
    /*height: 50vw;*/
    background-size: cover;
}

.BizConsulting-images {
    background: url(../images/BizCell/ios_12__dh28kytfy8mu_large.jpg) no-repeat top;
    height: 350px;
}

.home-panel-1 {
    padding-top: 110px;
    margin-top: -20px;
    padding-bottom: 25px;
    /*background-image: url("../images/Home/solution_bizbank.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px;
    margin-top: -20px;*/
}


.home-panel-2 {
    background: url(../images/Home/bizwork-dong-hanh-cung-su-phat-trien-cua-doanh-nghiep.jpg) no-repeat bottom center;
    background-size: cover;
    width: auto;
    height: 700px;
    padding-top: 50px;
    /*margin-top: -20px;*/
    padding-bottom: 50px;
}

.home-panel-3 {
    background: url(../images/Home/bizwrok-giao-dien-tuong-tac-tren-moi-thiet-bi-di-dong.jpg) no-repeat center center;
    background-size: contain;
    background-color: #fbfbfb;
    width: auto;
    height: 700px;
    padding-top: 40px;
    /*margin-top: -20px;*/
    padding-bottom: 50px;
}
.home-panel-2 {
    background: url(../images/Home/bizwork-dong-hanh-cung-su-phat-trien-cua-doanh-nghiep.jpg) no-repeat bottom center;
    background-size: cover;
    width: auto;
    height: 700px;
    padding-top: 50px;
    /*margin-top: -20px;*/
    padding-bottom: 50px;
}

.home-panel-4 {
    background: url(../images/Home/bizwork-loi-ich-va-gia-tri-cot-loi-1.jpg) no-repeat center center;
    background-size: cover;
    background-color: #fff;
    width: 50%;
    height: 600px;
    padding-top: 50px;
    margin-right: 5px;
    /*margin-top: -20px;*/
    padding-bottom: 50px;
}

.home-panel-5 {
    background: url(../images/Home/bizwork-loi-ich-va-gia-tri-cot-loi-2.jpg) no-repeat center center;
    background-size: cover;
    background-color: #fff;
    width: 50%;
    height: 600px;
    padding-top: 50px;
    margin-left: 5px;
    /*margin-top: -20px;*/
    padding-bottom: 50px;
}

.home-panel-6 {
    background: url(../images/Home/bizwork-loi-ich-va-gia-tri-cot-loi-3.jpg) no-repeat bottom center;
    background-size: cover;
    background-color: #fff;
    width: auto;
    height: 600px;
    padding-top: 55px;
    /*margin-top: 10px;*/
    padding-bottom: 50px;
}

.home-panel-7 {
    background: url(../images/Home/bizwork-ly-do-1.jpg) no-repeat bottom center;
    background-size: cover;
    background-color: #0171b6;
    width: auto;
    height: 870px;
    padding-top: 60px;
    /*margin-top: 10px;*/
    padding-bottom: 50px;
}

.home-panel-7a {
    background: url(../images/Home/bizwork-ly-do-2.jpg) no-repeat center center;
    background-size: cover;
    background-color: #e3fbff;
    width: 50%;
    height: 626px;
    padding-top: 50px;
    margin-right: 5px;
    /*margin-top: 10px;*/
    padding-bottom: 50px;
}

.home-panel-7b {
    background: url(../images/Home/bizwork-ly-do-3.jpg) no-repeat center bottom;
    background-size: cover;
    background-color: #f0f2f6;
    width: 50%;
    height: 626px;
    padding-top: 50px;
    margin-left: 5px;
    /*margin-top: 10px;*/
    padding-bottom: 50px;
}

.home-panel-8 {
    background: url(../images/Home/bizwork-dang-ky.jpg) no-repeat center center;
    background-size: cover;
    background-color: #fff;
    width: auto;
    height: 600px;
    padding-top: 110px;
    /*margin-top: 10px;*/
    padding-bottom: 50px;
}

.home-panel-9 {
    background: url(../images/Features/bizwork-tien-ich-lien-he.png) no-repeat top center;
    background-size: cover;
    background-color: #fff;
    width: auto;
    height: 610px;
    padding-top: 60px;
    padding-bottom: 50px;
}
.home-panel-10 {
    background-image: url('Images/bat-tay.png');
    background-size: cover;
    width: auto;
    height: 700px;
    padding-top: 100px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
    .home-p-content {
        padding-left: 0%;
        padding-right: 0%;
    }

    .home-panel-2 {
        background-size: contain;
        background-position: center bottom;
        background-color: #0f131f;
        height: 350px;
        padding-top: 20px;
        /*margin-top: -20px;*/
        padding-bottom: 50px;
    }

    .home-panel-3 {
        background-size: contain;
        background-position: bottom;
        height: 350px;
        padding-top: 20px;
        /*margin-top: -20px;*/
        padding-bottom: 50px;
    }

    .home-panel-4 {
        background-size: cover;
        height: 350px;
        padding-top: 30px;
        /*margin-top: -20px;*/
        padding-bottom: 50px;
    }

    .home-panel-5 {
        background: url(../images/Home/bizwork-loi-ich-va-gia-tri-cot-loi-2-mb.jpg) no-repeat bottom center;
        background-size: cover;
        height: 350px;
        padding-top: 30px;
        /*margin-top: -20px;*/
        padding-bottom: 50px;
    }

    .home-panel-6 {
        background-size: cover;
        height: 350px;
        padding-top: 60px;
        /*margin-top: 10px;*/
        padding-bottom: 50px;
    }

    .home-panel-7 {
        background-size: cover;
        background-position: bottom;
        height: 350px;
        padding-top: 20px;
        /*margin-top: -20px;*/
        padding-bottom: 50px;
    }

    .home-panel-7a {
        background-size: cover;
        background-position: center top;
        height: 350px;
        padding-top: 30px;
        /*margin-top: -20px;*/
        padding-bottom: 50px;
    }

    .home-panel-7b {
        background-size: contain;
        height: 350px;
        padding-top: 30px;
        /*margin-top: 10px;*/
        padding-bottom: 50px;
    }

    .home-panel-8 {
        background-size: cover;
        height: 350px;
        padding-top: 20px;
        /*margin-top: 10px;*/
        padding-bottom: 50px;
    }

    .home-panel-9 {
        height: auto;
        background-position: bottom;
        background-size: contain;
        padding-top: 20px;
        /*margin-top: -20px;*/
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 425px) {
    .home-p-content {
        padding-left: 0%;
        padding-right: 0%;
    }

    .home-panel-1 {
        /*height: 535px;*/
        height: 200px;
        padding-bottom: 0;
    }

    .home-panel-2 {
        background: url(../images/Home/bizwork-dong-hanh-cung-su-phat-trien-cua-doanh-nghiep-mb.jpg) no-repeat bottom center;
        background-size: cover;
        background-position: bottom;
        height: 500px;
        padding-top: 5rem;
        margin-top: -20px;
        padding-bottom: 50px;
    }

    .home-panel-3 {
        background: url(../images/Home/bizwrok-giao-dien-tuong-tac-tren-moi-thiet-bi-di-dong-mb.jpg) no-repeat bottom center;
        background-size: contain;
        height: 500px;
        padding-top: 5rem;
        /*margin-top: -20px;*/
        padding-bottom: 50px;
    }

    .home-panel-4 {
        background: url(../images/Home/bizwork-loi-ich-va-gia-tri-cot-loi-1-mb.jpg) no-repeat bottom center;
        background-size: cover;
        width: auto;
        height: 500px;
        padding-top: 5rem;
        margin-right: unset;
        /*margin-top: -20px;*/
        padding-bottom: 50px;
    }

    .home-panel-5 {
        background: url(../images/Home/bizwork-loi-ich-va-gia-tri-cot-loi-2-mb.jpg) no-repeat bottom center;
        background-size: cover;
        width: auto;
        height: 500px;
        padding-top: 5rem;
        margin: 10px 0;
        margin-left: unset;
        /*margin-top: -20px;*/
        padding-bottom: 50px;
    }

    .home-panel-6 {
        background: url(../images/Home/bizwork-loi-ich-va-gia-tri-cot-loi-3-mb.jpg) no-repeat bottom center;
        background-size: cover;
        background-position: right;
        width: auto;
        height: 500px;
        padding-top: 5rem;
        /*margin-top: 10px;*/
        padding-bottom: 50px;
    }

    .home-panel-7 {
        background: url(../images/Home/bizwork-ly-do-1-mb.jpg) no-repeat;
        background-size: contain;
        background-position: center bottom;
        background-color: #031424;
        height: 500px;
        padding-top: 5rem;
        margin-top: 10px;
        padding-bottom: 50px;
    }

    .home-panel-7a {
        background: url(../images/Home/bizwork-ly-do-2-mb.jpg) no-repeat;
        background-size: cover;
        background-position: bottom;
        background-color: #e3fbff;
        width: auto;
        height: 500px;
        padding-top: 5rem;
        margin: 10px 0;
        margin-left: unset;
        /*margin-top: -20px;*/
        padding-bottom: 50px;
    }

    .home-panel-7b {
        background: url(../images/Home/bizwork-ly-do-3-mb.jpg) no-repeat;
        background-size: contain;
        background-position: bottom;
        width: auto;
        height: 500px;
        padding-top: 5rem;
        margin-left: unset;
        /*margin-top: 10px;*/
        padding-bottom: 50px;
    }

    .home-panel-8 {
        background: url(../images/Home/bizwork-dang-ky-mb.jpg) no-repeat center bottom;
        background-size: cover;
        background-position: right;
        width: auto;
        height: 500px;
        padding-top: 5rem;
        margin-top: 10px;
        padding-bottom: 50px;
    }

    .home-panel-9 {
        background: none;
        background-color: #fff;
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

.btn-primary-2 {
    color: #fff;
    background: #17aee2;
}

    .btn-primary-2:hover, .btn-primary-2:focus, .btn-primary-2:active {
        color: #fff;
        background-color: #17aee2;
        border-color: #0070c9;
    }

.home-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 65rem;
    font-size: inherit;
    /*box-shadow: 0 0 20px 0 rgba(0,0,0,0.16);*/
    transition: 1s;
    cursor: pointer;
    padding: 30px 0px;
    margin: 10px 15px;
}

    .home-card:hover {
        box-shadow: 0 0 5px 0px rgb(176, 176, 176);
        border-color: #a5a5a5;
    }

@media only screen and (max-width: 768px) {
    .home-card {
        min-width: 27% !important;
    }
}

@media only screen and (max-width: 425px) {
    .home-card {
        font-size: 1.5rem;
        margin: 0 5px;
        /*width: 40%;*/
    }
}

.price-panel {
    width: 60%;
    margin: auto;
    /*height: -webkit-fill-available;*/
}

.header-price {
    font-size: 70px;
    font-weight: 800;
    padding: 35px;
    padding-top: 20px;
    margin: 0;
    letter-spacing: 3px;
    -webkit-background-clip: text;
}

.header-grid {
    background-color: rgba(174, 226, 219, 0.09);
    padding-bottom: 5px;
    color: #495057;
}

.grid1, .grid2, .grid3 {
    border: 1px solid rgba(23, 174, 226, 0.28);
}
/*.grid2 {
border-top: 1px solid rgba(23, 174, 226, 0.28);
border-bottom: 1px solid rgba(23, 174, 226, 0.28);
}*/
.grid1, .grid2, .grid3 {
    background: #fff;
    width: 31%;
    float: left;
    transition: 0.5s all;
    text-align: center;
    margin: 0px 10px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

    .grid1:hover, .grid1:focus, .grid1:active, .grid2:hover, .grid2:focus, .grid2:active, .grid3:hover, .grid3:focus, .grid3:active {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        border: 1px solid rgba(23, 174, 226, 1);
        overflow: hidden;
        z-index: 9999;
    }

@media screen and (max-width: 375px) {
    .grid1, .grid2, .grid3 {
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
    .grid1, .grid2, .grid3 {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .grid1, .grid2, .grid3 {
        width: 100%;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 667px) {
    .grid1, .grid2, .grid3 {
        width: 100%;
    }

    .price-panel {
        width: 100%;
        margin: 0 auto;
    }
}

.img-max-size {
    max-height: 500px;
}

/*==============================================================================*/
.p-header {
    padding-top: 45px !important;
}

.p-header-2 {
    padding-top: 125px !important;
}

.p-content {
    padding-left: 15%;
    padding-right: 15%;
    padding: 5em 10em;
}

.bizwork-content-banner {
    padding: 5em 10em;
}

@media (max-width:1024px) {

    .bizwork-content-banner {
        padding: 0;
    }
}

.p-content-haft {
    padding-left: 5%;
    padding-right: 5%;
}

.border-left-width {
    border-left-width: 6px;
}

.border-right-width {
    border-right-width: 6px;
}

.border-left-width-1 {
    border-left-width: 10px;
}

.border-right-width-1 {
    border-right-width: 10px;
}

.ft-panel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left-width: 0px;
    border-right-width: 0px;
    padding-left: 0;
    padding-right: 0;
    /*border-color: #fff;
    border-style: solid;*/
}

.ft-d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.ft-panel-haft {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    border-left-width: 6px;
    border-right-width: 6px;
    padding-left: 0;
    padding-right: 0;
    border-color: #fff;
    border-style: solid;
}

.ft-panel-haft-left {
    border-left-width: 12px;
}

.ft-panel-haft-right {
    border-right-width: 12px;
}

.ft-panel-haft-bottom {
    border-bottom-width: 12px !important;
}

.ft-bg-white {
    background-color: #fafafa;
}

.ft-bg-whitest {
    background-color: #fff;
}

.ft-bg-blue {
    background-color: #098dbc;
    color: #fff;
}

.ft-bg-black {
    background-color: #495057;
    color: #fff;
}

.ft-bg-ns {
    background-color: #e2e7f4;
}

.ft-bg-panel-total {
    background: url(../images/Features/bizwork-tinh-nang.jpg) no-repeat ;
    background-size: cover;
}
.ft-bg-panel-1-index {
    background: url(../images/Bizbank/debt.png) no-repeat;
    /*background-size: cover*/
}
@media(max-width:768px) {
    .ft-bg-panel-1-index {
        background: url(../images/About/Mobile/bizwork-GioiThieu.jpg) no-repeat;
        background-size: cover
    }
}
.ft-bg-panel-1-bank {
    background: url(../images/Bizbank/debt.png) no-repeat;
    background-size: cover
}
@media(max-width:768px){
    .ft-bg-panel-1-bank {
        background: url(../images/About/Mobile/bizwork-GioiThieu.jpg) no-repeat;
        background-size: cover
    }
}

.ft-bg-panel-2 {
    background: url('../images/Features/Quản Trị Nhân Sự Đơn Giản Hơn Bao Giờ Hết copy.png') no-repeat center center;
    background-size: cover;
    color: #fff;
}

.ft-bg-panel-3 {
    background: url(../images/BizCell/File_Background/Features/bizwork-tien-ich.jpg) no-repeat center center;
    background-size: cover;
    /*color: #fff;*/
}

.ft-bg-panel-4 {
    background: url(../images/BizCell/File_Background/Features/bizwork-TaoVaGiaoViec.jpg) no-repeat bottom center;
    background-size: cover;
    background-color: #f4f7f7;
}

.ft-bg-panel-5 {
    background: url(../images/BizCell/File_Background/Features/bizwork-trao-doi-trong-cong-viec.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
}

.ft-bg-panel-6 {
    background: url(../images/Features/CapNhatTienDo.jpg) no-repeat bottom center;
    background-size: cover;
    color: #fff;
}

.ft-bg-panel-7 {
    background: url(../images/Features/bizwork-nguoi-lien-he-va-dia-diem.jpg) no-repeat bottom center;
    background-size: cover;
}

.ft-bg-panel-8 {
    background: url(../images/Features/CongViecCauTruc.jpg) no-repeat bottom center;
    background-size: cover;
}

.ft-bg-panel-9 {
    background: url(../images/Features/DinhKemFile.jpg) no-repeat bottom center;
    background-size: cover;
    color: #fff;
}

.ft-bg-panel-10 {
    background: url(../images/Features/bizwork-ThongBao.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.ft-bg-panel-11 {
    background: url('../images/Features/Triển khai quy trình thông minh copy.png') no-repeat bottom center;
    background-size: cover;
}

.ft-bg-panel-12 {
    background: url(../images/Features/bizwork-LichBieu-DieuPhoi.jpg) no-repeat bottom right;
    background-size: cover;
}

.ft-bg-panel-13 {
    background: url(../images/Features/bizwork-cham-cong.jpg) no-repeat bottom center;
    background-size: cover;
    color: #fff;
}

.ft-bg-panel-14 {
    background: url(../images/Features/bizwork-xin-nghi.jpg) no-repeat bottom center;
    background-size: cover;
    color: #fff;
}

.ft-bg-panel-15 {
    background: url(../images/Features/DuyetYeuCau.png) no-repeat bottom center;
    background-size: cover;
}

.ft-bg-panel-16 {
    background: url(../images/Features/bizwork-tra-cuu.jpg) no-repeat bottom center;
    background-size: cover;
}

.ft-bg-panel-17 {
    background: url(../images/Features/bizwork-thong-ke-bao-cao.jpg) no-repeat bottom center;
    background-size: cover;
    color: #fff;
}

.ft-bg-panel-18 {
    background: url(../images/Features/bizwork-thong-bao-tien-ich.jpg) no-repeat bottom right;
    background-size: cover;
    color: #fff;
}

.ft-bg-panel-19 {
    background: url(../images/Features/bizwork-cam-nang-nghiep-vu.jpg) no-repeat bottom center;
    background-size: cover;
}

.ft-bg-panel-20 {
    background: url('../images/Features/Liên Hệ.png') no-repeat center;
    background-size: cover;
}

.ft-bg-panel-21 {
    background: url(../images/Features/bizwork-kpi.jpg) no-repeat bottom center;
    background-size: cover;
    color: #fff;
}

.ft-bg-panel-22 {
    background: url(../images/Features/bizwork-dao-tao.jpg) no-repeat bottom left;
    background-size: cover;
}

.ft-bg-panel-23 {
    background: url(../images/Features/bizwork-ai.jpg) no-repeat bottom right;
    background-size: cover;
}

.ft-bg-panel-24 {
    background: url(../images/BizCell/File_Background/DonGianHoaBackround.jpg) no-repeat bottom center;
    background-size: cover;
    color: #fff;
}

.ft-bg-panel-25 {
    background: url(../images/Features/Chat.jpg) no-repeat top center;
    background-size: cover;
    color: #fff;
}

.ft-bg-panel-30 {
    background: url(../images/About/bizwork-BizApp.jpg) no-repeat top center;
    background-size: cover;
}

@media screen and (max-width: 735px) and (min-width: 0px) {
    .ft-bg-panel-30 {
        background: url(../images/About/Mobile/bizwork-BizApp.jpg) no-repeat bottom center;
        background-size: cover;
    }
}

.ft-bg-panel-31 {
    background: url(../images/About/Web.jpg) no-repeat bottom center;
    background-size: cover;
}

@media screen and (max-width: 735px) and (min-width: 0px) {
    .ft-bg-panel-31 {
        background: url(../images/About/Mobile/bizwork-BizWeb.jpg) no-repeat bottom center;
        background-size: cover;
    }
}

.ft-bg-panel-32 {
    background: url(../images/About/Bizapp.jpg) no-repeat top center;
    background-size: cover;
}

@media screen and (max-width: 735px) and (min-width: 0px) {
    .ft-bg-panel-32 {
        background: url(../images/About/Mobile/bizwork-BizBank.jpg) no-repeat bottom center;
        background-size: cover;
    }
}

.ft-bg-panel-33 {
    background: url(../images/About/about-Bizwork.jpg) no-repeat bottom center;
    background-size: cover;
}

.ft-bg-panel-34 {
    background: url(../images/About/Mobile/bizwork-BizGov.jpg) no-repeat bottom center;
    background-size: cover;
}

.ft-bg-panel-35 {
    background: url(../images/About/Bizsmart.jpg) no-repeat bottom center;
    background-size: cover;
}

.ft-bg-panel-40 {
    background: url(../images/Features/bizwork-left.png) no-repeat center center;
    background-size: cover;
}

.ft-bg-panel-41 {
    background: url(../images/About/CEO4.png) no-repeat top center;
    background-size: cover;
}

.ft-bg-panel-42 {
    background: url(../images/Features/bizwork-dinh-kem-file.jpg) no-repeat bottom center;
    color: #000;
}

.ft-bg-panel-43 {
    background: #fff;
    background-size: cover;
    color: #000;
    padding: 20px;
}

.ft-bg-panel-44 {
    background: url(../images/Features/bizwork-dao-tao-mb.jpg) no-repeat bottom center;
    background-size: cover;
    color: #fff;
    padding: 20px;
}

.ft-bg-panel-45 {
    background: url(../images/BizCell/File_Background/NhomBackround.jpg) no-repeat center center;
    background-size: cover;
    color: #000;
    padding: 20px;
}

.ft-bg-panel-46 {
    background: url(../images/BizCell/File_Background/HieuQuaDonGianToiUuBackround.jpg) no-repeat left center;
    background-size: cover;
    color: #000;
    padding: 20px;
}

.ft-bg-panel-47 {
    background: url(../images/BizCell/File_Background/DongHanhCungBackround.jpg) no-repeat center center;
    background-size: cover;
    color: #000;
    padding: 20px;
}

.ft-bg-panel-48 {
    background: url(../images/Features/bizwork-duyet-yeu-cau.jpg) no-repeat center center;
    background-size: cover;
    color: #000;
    padding: 20px;
}

.ft-bg-panel-49 {
    background: url(../images/BizCell/apple_news_plus_tile__bosg11gyneoi_large.jpg) no-repeat left center;
    background-size: cover;
    color: #000;
    padding: 20px;
}

.ft-bg-panel-50 {
    background: url(../images/BizCell/apple_tv_plus_tile_1__by1z76ketrci_large.jpg) no-repeat center center;
    background-size: cover;
    color: #000;
    padding: 20px;
}

.ft-bg-panel-51 {
    background: #fff;
    color: #000;
    padding: 20px;
}

.ft-bg-panel-52 {
    background: url(../images/BizCell/slide_03.jpg) no-repeat bottom center;
    background-size: cover;
    color: #000;
    padding: 20px;
}

.ft-bg-panel-53 {
    background: url(../images/News/2/4367228_Cover_Nikon-mirrorless.jpg) no-repeat bottom center;
    background-size: cover;
    background-color: #f4f7f7;
}

.ft-bg-panel-54 {
    background: url(../images/BizCell/File_Background/DonGianHoaBackround.jpg) no-repeat bottom center;
    background-size: cover;
    background-color: #f4f7f7;
}

.ft-bg-panel-55 {
    background: url(../images/BizCell/apple_arcade_tile__e69rgw4ia2mq_large.jpg) no-repeat bottom center;
    background-size: cover;
}

.ft-bg-panel-56 {
    background: #fafafa;
    background-size: cover;
    color: #000;
    padding: 20px;
}

.ft-content-left {
    margin-right: 50%;
}

.ft-content-right {
    margin-left: 55%;
    padding-right: 15px;
}

.ft-content-right-1 {
    margin-left: 50%;
    padding-right: 15px;
    padding-left: 49px;
    margin-right:20px;
}


.ft-content-left-haft {
    margin-right: 25%;
}

.ft-content-right-haft {
    margin-left: 25%;
}

.ft-img {
    z-index: 1;
    position: absolute;
    border: 0;
    margin: 0;
    padding: 0;
    left: calc(50% + 0px);
    right: auto;
    /*bottom: 0px;*/
    top: auto;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
}

.ft-1 {
    border-top-width: 6px;
    padding-bottom: 0px;
    border-bottom-width: 6px;
    height: auto;
}

.ft-1-content {
    text-align: center;
    font-size: 50px;
    padding-top: 3rem;
    padding-bottom: 3.1rem;
    line-height: 1.07143;
    font-weight: 600;
    letter-spacing: -.005em;
}

.ft-2 {
    border-top-width: 0px;
    padding-bottom: 0px;
    border-bottom-width: 6px;
    padding-top: 0px;
    height: calc(580px + 12px);
}

.ft-2-content li {
    font-size: 1.2rem;
}

.ft-2-content {
    text-align: center;
    padding-top: 5em;
}

.ft-3 {
    border-top-width: 6px;
    padding-bottom: 0px;
    border-bottom-width: 6px;
    padding-top: 0px;
    height: 580px;
}

.ft-3-content {
    text-align: center;
    padding-top: 2em;
    padding-left: 15%;
    padding-right: 15%;
}

.ft-4 {
    border-top-width: 6px;
    padding-bottom: 0px;
    border-bottom-width: 6px;
    padding-top: 0px;
    height: auto;
}

.ft-4-content {
    text-align: center;
    font-size: 21px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    line-height: 1.07143;
    /*font-weight: 600;*/
    letter-spacing: -.005em;
}

.ft-5-content {
    text-align: center;
    padding-left: 1%;
    padding-right: 52%;
}

.ft-6-content {
    text-align: left;
    padding-top: 2em;
    padding-left: 5%;
    padding-right: 40%;
}

.ft-7 {
}

.ft-7-content {
    text-align: center;
    /* padding-top: 3em; */
    padding-left: 15%;
    padding-right: 15%;
}

.ft-8 {
    border-top-width: 6px;
    padding-bottom: 0px;
    border-bottom-width: 6px;
    padding-top: 0px;
    height: 783px;
}

.ft-8-content {
    text-align: center;
    padding-top: 3em;
    padding-left: 15%;
    padding-right: 15%;
}

.ft-9 {
    border-top-width: 6px;
    padding-bottom: 0px;
    border-bottom-width: 6px;
    padding-top: 0px;
    height: 783px;
}

.ft-9-content {
    text-align: center;
    padding-top: 3em;
    padding-left: 15%;
    padding-right: 15%;
    color: #000;
}

.p-content-1 {
    padding-left: 58%;
    padding-right: 15%;
}

.ft-content-size-1 {
    /*font-size: 24px !important;
    line-height: 1.33349;
    font-weight: 400;
    letter-spacing: .009em;
    color: #000;*/
    font-size: 25px !important;
    line-height: 1.33349;
    font-weight: 400;
    letter-spacing: .009em;
}

@media only screen and (max-width: 1024px) {
    .ft-content-size-1 {
        font-size: 21px !important;
    }
}

.ft-title-size-1 {
    font-size: 32px;
    line-height: 1.07143;
    font-weight: 600;
    letter-spacing: -.005em;
}

@media screen and (max-width: 1550px) {
    .ft-bg-panel-2 {
        background-size: cover;
        background-position: center;
    }

    .ft-bg-panel-7 {
        background-color: #f8f6f6;
        /*background-size: 140%;*/
        background-position: center bottom;
    }

    .ft-bg-panel-12 {
        background-size: cover;
        background-color: #f8f6f6;
    }

    .ft-bg-panel-13 {
        background-size: cover;
        background-color: #f8f6f6;
    }

    .ft-3 {
        height: 520px;
    }
}

@media  (max-width: 1200px) {
    .ft-title-size {
        font-size: 30px !important;
        font-weight:bold;

    }
}

@media screen and (max-width: 768px) {
    .ft-bg-panel-7 {
        background: url(../images/Features/bizwork-trao-doi-trong-cong-viec.png) no-repeat bottom center;
        background-size: cover;
    }

    .ft-panel-haft-top {
        border-top-width: 2px !important;
    }

    .ft-panel-haft-bottom {
        border-bottom-width: 3px !important;
    }

    /*.ft-content-left {
        margin-right: 40%;
    }*/

    .ft-content-right {
        margin-left: 59%;
    }

    .ft-content-left-haft {
        margin-right: unset;
    }

    .ft-content-right-haft {
        margin-left: unset;
    }

    .ft-title-size {
        font-size: 30px !important;
        line-height: 1.125;
        font-weight: 500;
        letter-spacing: .004em;
        text-align:center !important;
    }

    .ft-content-size {
        font-size: 25px !important;
        line-height: 1.21053;
        font-weight: 400;
        letter-spacing: .012em;
    }

    .ft-panel {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-left-width: 0px;
        border-right-width: 0px;
        padding-left: 0;
        padding-right: 0;
    }

    .ft-d-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .ft-panel-haft {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border-left-width: 0px;
        border-right-width: 0px;
        padding-left: 0;
        padding-right: 0;
    }

    .ft-panel-haft-left {
        border-left-width: 0px;
    }

    .ft-panel-haft-right {
        border-right-width: 0px;
    }

    .ft-panel-haft-bottom {
        border-bottom-width: unset;
    }

    .ft-bg-panel-1 {
        background: url(../images/Home/biz4-bizbank-home.jpg) no-repeat center center;
        background-size: cover;
        /*color: #fff;*/
    }

    .ft-bg-panel-2 {
        background: url(../images/Features/bizwork-nhan-su.jpg) no-repeat center center;
        background-size: cover;
        color: #fff;
    }

    .ft-bg-panel-3 {
        background: url(../images/BizCell/File_Background/Features/bizwork-tien-ich.jpg) no-repeat center center;
        background-size: cover;
    }

    .ft-1 {
        border-top-width: 6px;
        padding-bottom: 0px;
        border-bottom-width: 6px;
        height: auto;
    }

    .ft-1-content {
        text-align: center;
        font-size: 30px;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        line-height: 1.07143;
        font-weight: 600;
        letter-spacing: -.005em;
    }

    .ft-4-content {
        text-align: center;
        font-size: 19px;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        line-height: 1.07143;
        /*font-weight: 600;*/
        letter-spacing: -.005em;
        padding-left: 15px;
        padding-right: 15px
    }

    .ft-2 {
        border-top-width: 6px;
        padding-bottom: 0px;
        border-bottom-width: 6px;
        padding-top: 0px;
        height: calc(500px + 12px);
        padding-left: 15px;
        padding-right: 15px
    }

    /*.ft-2-content {
        text-align: center;
        padding-top: 3em;
        padding-left: 10%;
        padding-right: 10%;
    }*/

    .ft-2-content li {
        font-size: 21px;
    }

    .ft-3 {
        border-top-width: 6px;
        padding-bottom: 0px;
        border-bottom-width: 6px;
        padding-top: 0px;
        height: 500px;
    }

    .ft-3-content {
        text-align: center;
        padding-top: 2em;
        padding-left: 10%;
        padding-right: 10%;
    }

    .ft-8 {
        border-top-width: 0px;
        padding-bottom: 0px;
        border-bottom-width: 6px;
        padding-top: 0px;
        height: 500px;
    }

    .ft-8-content {
        text-align: center;
        padding-top: 6.5em;
        padding-left: 30%;
        padding-right: 5%;
    }

    .ft-9 {
        border-top-width: 6px;
        padding-bottom: 0px;
        border-bottom-width: 6px;
        padding-top: 0px;
        height: 500px;
        color: #000;
    }

    .ft-9-content {
        text-align: center;
        padding-top: 2em;
        padding-left: 10%;
        padding-right: 10%;
    }
}


@media screen and (max-width: 735px) and (min-width: 0px) {

    .p-content, .p-content-haft {
        padding-left: 0;
        padding-right: 0;
    }

    .ft-content-left {
        margin-right: unset;
    }

    .ft-content-right {
        margin-left: unset;
    }

    .ft-content-left-haft {
        margin-right: unset;
    }

    .ft-content-right-haft {
        margin-left: unset;
    }

    .ft-title-size {
        font-size: 24px;
        line-height: 1.125;
        font-weight: 500;
        letter-spacing: .004em;
    }

    .ft-content-size {
        font-size: 17px !important;
        line-height: 1.21053;
        font-weight: 400;
        letter-spacing: .012em;
    }

    .ft-panel {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-left-width: 0px;
        border-right-width: 0px;
        padding-left: 0;
        padding-right: 0;
    }

    .ft-d-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .ft-panel-haft {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border-left-width: 0px;
        border-right-width: 0px;
        padding-left: 0;
        padding-right: 0;
    }

    .ft-panel-haft-left {
        border-left-width: 0px;
    }

    .ft-panel-haft-right {
        border-right-width: 0px;
    }

    .ft-panel-haft-bottom {
        border-bottom-width: unset;
    }

    .ft-bg-panel-total {
        background: url(../images/Features/bizwork-tinh-nang-mb.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ft-bg-panel-1 {
        background: url(../images/Features/Mobile/bizwork-CongViec.jpg) no-repeat bottom center;
        background-size: cover;
        height:512px;
    }

    .ft-bg-panel-2 {
        background: url(../images/Features/308/TinhNangMobile.jpg) no-repeat bottom left;
        background-size: cover;
    }

    .ft-bg-panel-3 {
        background: url(../images//BizCell/File_Background/Features/bizwork-tien-ich.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ft-bg-panel-4 {
        background: url(../images/Features/Mobile/bizwork-TaoVaGiaoViec.jpg)) no-repeat center center;
        background-size: cover;
    }

    .ft-bg-panel-5 {
        background: url(../images/Features/bizwork-trao-doi-trong-cong-viec-mb.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ft-bg-panel-6 {
        background: url(../images/Features/Mobile/bizwork-CapNhatTienDo.jpg) no-repeat bottom center;
        background-size: cover;
        color: #fff;
    }

    .ft-bg-panel-7 {
        background: url(../images/Features/bizwork-nguoi-lien-he-va-dia-diem-mb.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ft-bg-panel-8 {
        background: url(../images/Features/Mobile/bizwork-CongViecCauTruc.jpg) no-repeat bottom center;
        background-size: cover;
    }



    .ft-bg-panel-11 {
        background: url(../images/Features/Mobile/bizwork-QuyTrinh.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ft-bg-panel-12 {
        background: url(../images/Features/Mobile/bizwork-LịcBieu.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ft-bg-panel-13 {
        background: url(../images/Features/bizwork-cham-cong-mb.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ft-bg-panel-14 {
        background: url(../images/Features/bizwork-xin-nghi-mb.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ft-bg-panel-15 {
        background: url(../images/Features/Mobile/DYC_Mobile.png) no-repeat bottom center;
        background-size: cover;
    }

    .ft-bg-panel-16 {
        background: url(../images/Features/Mobile/bizwork-TraCua.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ft-bg-panel-17 {
        background: url(../images/Features/bizwork-thong-ke-bao-cao-mb.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ft-bg-panel-18 {
        background: url(../images/Features/bizwork-thong-bao-tien-ich-mb.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ft-bg-panel-19 {
        background: url(../images/Features/bizwork-cam-nang-nghiep-vu-mb.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ft-bg-panel-20 {
        background: url(../images/Features/Mobile/LienHeMobile.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ft-bg-panel-21 {
        background: url(../images/Features/bizwork-kpi-mb.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ft-bg-panel-22 {
        background: url(../images/Features/bizwork-dao-tao-mb.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ft-bg-panel-23 {
        background: url(../images/Features/bizwork-ai-mb.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ft-bg-panel-24 {
        background: url(../images/Features/bizwork-bao-mat-mb.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ft-bg-panel-25 {
        background: url(../images/Features/Mobile/ChatMobile.jpg) no-repeat bottom center;
        background-size: cover;
        color: #fff;
    }

    .ft-bg-panel-40 {
        background: url(../images/Features/bizwork-left.png) no-repeat center center;
        background-size: cover;
    }

    .ft-bg-panel-41 {
        background: url(../images/About/Mobile/bizwork-CEO2.png) no-repeat top center;
        background-size: contain;
    }

    .ft-bg-panel-44 {
        background: url(../images/Features/bizwork-dao-tao-mb.jpg) no-repeat bottom center;
        background-size: cover;
        color: #fff;
        padding: 20px;
    }

    .ft-bg-panel-45 {
        background: url(../images/BizCell/File_Background/NhomBackround.jpg) no-repeat center center;
        color: #000;
        padding: 20px;
    }

    .ft-bg-panel-46 {
        background: url(../images/BizCell/File_Background/HieuQuaDonGianToiUuBackround.jpg) no-repeat left center;
        background-size: cover;
        color: #000;
        padding: 20px;
    }

    .ft-bg-panel-47 {
        background: url(../images/BizCell/File_Background/DongHanhCungBackround.jpg) no-repeat center center;
        background-size: cover;
        color: #000;
        padding: 20px;
    }

    .ft-bg-panel-48 {
        background: url(../images/Features/bizwork-duyet-yeu-cau-mb.jpg) no-repeat center center;
        background-size: cover;
        color: #000;
        padding: 20px;
    }

    .ft-bg-panel-49 {
        background-size: cover;
        color: #000;
        padding: 20px;
    }

    .ft-bg-panel-50 {
        background-size: cover;
        color: #000;
        padding: 20px;
    }

    .ft-bg-panel-51 {
        background-size: cover;
        color: #000;
        padding: 20px;
    }

    .ft-bg-panel-53 {
        background: url(../images/BizCell/a.jpg) no-repeat bottom center;
        background-size: cover;
        color: #000;
        padding: 20px;
        margin-bottom: 50px;
    }

    .text-bold-2 {
        font-size: 37px;
        line-height: 1.07143;
        font-weight: 600;
        letter-spacing: -.005em;
    }

    .ft-panel-haft-top {
        border-top-width: 0px !important;
    }

    .ft-panel-haft-bottom {
        border-bottom-width: 5px !important;
    }

    .ft-img {
        z-index: 1;
        position: absolute;
        border: 0;
        margin: 0;
        padding: 0;
        left: calc(50% + 0px);
        right: auto;
        /*bottom: 0px;*/
        top: auto;
        -webkit-transform: translatex(-50%);
        transform: translatex(-50%);
    }

    .ft-1 {
        border-top-width: 6px;
        padding-bottom: 0px;
        border-bottom-width: 6px;
        height: auto;
    }

    .ft-1-content {
        text-align: center;
        font-size: 30px;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        line-height: 1.07143;
        font-weight: 600;
        letter-spacing: -.005em;
    }

    .ft-4-content {
        text-align: center;
        font-size: 19px;
        padding-top: 1.5rem;
        padding-bottom: 1rem;
        line-height: 1.07143;
        /*font-weight: 600;*/
        letter-spacing: -.005em;
        padding-left: 15px;
        padding-right: 15px
    }

    .ft-2 {
        border-top-width: 6px;
        padding-bottom: 0px;
        border-bottom-width: 6px;
        padding-top: 0px;
        height: calc(500px + 12px);
        padding-left: 15px;
        padding-right: 15px
    }

    .ft-2-about {
        height: 668px;
    }

    .ft-2-content {
        text-align: center !important;
        padding-top: 1.75em !important;
        /*padding-left: 5%;*/
        /*padding-right: 5%;*/
    }

    .ft-3 {
        border-top-width: 6px;
        padding-bottom: 0px;
        border-bottom-width: 6px;
        padding-top: 0px;
        height: 500px;
    }

    .ft-3-content {
        text-align: center;
        padding-top: 1.75em;
        padding-left: 5%;
        padding-right: 5%;
    }

    .ft-5 {
        padding-bottom: 0px;
        border-bottom-width: 6px;
        padding-top: 0px;
        height: calc(500px + 12px);
    }

    .ft-5-content {
        text-align: center;
        padding-top: 0;
    }

    .text-bold-1 {
        font-size: 40px;
    }
}

.logo-menu {
    position: absolute;
    top: 7px;
    left: 30%;
}

.img-menu {
    height: 35px;
    margin-top: 7px;
    padding-left: 5px;
}

.btn-menu {
    margin-top: 10px;
    padding: 0px 10px;
    margin-right: 5px;
}

.pl-menu {
    padding-left: 250px;
}

.pr-menu {
    padding-right: 250px;
}


@media screen and (max-width: 768px) {
    .pl-menu {
        padding-left: 100px;
    }

    .pr-menu {
        padding-right: 100px;
    }
}

@media screen and (max-width: 735px) and (min-width: 0px) {
    .logo-menu {
        display: none !important;
        left: 3px !important;
    }

    .pl-menu {
        padding-left: unset;
    }

    .pr-menu {
        padding-right: unset;
    }
}

#accordion {
    padding-left: 70px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    #accordion:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #17aee2;
        position: absolute;
        top: 0;
        left: 29px;
        z-index: -1;
    }

    #accordion .panel {
        border: none;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 5px;
    }

    #accordion .panel-heading {
        padding: 0;
        border: none;
        border-radius: 0;
    }

    #accordion .panel-title a {
        display: block;
        padding: 5px 0px 5px 0;
        /*font-size: 2rem;*/
        /*font-weight: bold;*/
        color: #17aee2;
        position: relative;
        transition: all 0.2s ease 0s;
    }

        #accordion .panel-title a:hover {
            text-decoration: none;
        }

        #accordion .panel-title a:before {
            content: "\f068";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            width: 50px;
            height: 50px;
            line-height: 48px;
            border-radius: 50%;
            background: #fff;
            text-align: center;
            font-size: 17px;
            color: #17aee2;
            border: 1px solid #17aee2;
            position: absolute;
            top: 0;
            left: -65px;
        }

        #accordion .panel-title a.collapsed:before {
            content: "\f067";
            background: #fff;
        }

    #accordion .panel-body {
        padding: 0px 5px 0px 10px;
        border: none;
        /*background: #eee;
        border-radius: 2px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) inset, 0 1px 2px rgba(255, 255, 255, 0.9);
        color: #487677;*/
        line-height: 1.5;
        font-size: 1.2em;
    }

@media (max-width: 768px) {
    #accordion .panel-title a {
        font-size: 20px;
    }

    #accordion .panel-body {
        font-size: 0.85em;
    }
}

.ctm-panel-1 {
    padding-top: 110px;
    margin-top: -20px;
    padding-bottom: 50px;
}

.ctm-panel-2 {
}

.ctm-bg-1 {
    background: url(../images/Features/bizwork-cong-viec-con.jpg) no-repeat center center;
    background-size: cover;
}

.ctm-bg-2 {
    background: url(../images/Features/bizwork-tien-ich-lien-he.png) no-repeat center center;
    background-size: cover;
}

.ctm-tb-panel {
    padding: 1em 1em 0 1em;
    font-size: 1.4rem;
}

    .ctm-tb-panel ul {
        padding-left: 10px;
    }

    .ctm-tb-panel li {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow-y: hidden;
        text-overflow: ellipsis;
        font-style: italic;
        font-size: 0.85em;
        padding-top: 10px;
    }

.ctm-avatar {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    border: 2px double #2796fb;
    border-style: outset;
}

.ctm-logo {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    position: relative;
    margin: auto;
}

.ctm-logo-inner {
    width: 200px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ctm-hr {
    border: 0;
    margin: 5px;
    height: 12px;
    background-image: url(../images/Customer/border-8.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    /*border-image-slice: 20;*/
}

.ctm-wrap {
    display: block;
    display: -webkit-box;
    height: 180px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    text-overflow: ellipsis;
    line-height: 1.625;
    font-style: italic;
    font-size: 0.85em;
}

    .ctm-wrap::before {
        content: "\f10d";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 50px;
        height: 50px;
        line-height: 48px;
        text-align: center;
        font-size: 25px;
        color: #cbd1d9;
        position: absolute;
        top: -20px;
        left: -40px;
    }

#carousel2 {
    margin-top: 10px;
}

    #carousel2 div {
        text-align: center;
        width: 120px;
        height: 125px;
        float: left;
        position: relative;
        padding: 10px 15px;
        margin: 0 15px;
    }

        #carousel2 div img {
            border: none;
            width: 120px;
            height: 120px;
        }

        #carousel2 div span {
            display: none;
        }

/* #carousel2 div:hover span {
			background-color: #333;
			color: #fff;
			font-family: Quicksand, Geneva, SunSans-Regular, sans-serif;
			font-size: 14px;
			line-height: 22px;
			display: inline-block;
			width: 100px;
			padding: 2px 0;
			margin: 0 0 0 -50px;
			position: absolute;
			bottom: 30px;
			left: 50%;
			border-radius: 3px;
		} */


.ctm-bg-panel-1 {
    background: url(../images/Customer/bizwork-khach-hang-loi-cam-on.jpg) no-repeat left center;
    background-size: cover;
}

.ctm-bg-panel-2 {
}

.ctm-bg-panel-3 {
    background: url(../images/Customer/bizwork-khach-hang-doanh-nghiep.png) no-repeat center top;
    background-size: cover;
}

.ctm-bg-panel-4 {
    background: url(../images/Customer/bizwork-khach-hang-doanh-nghiep-sme.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
}

.ctm-bg-panel-5 {
    background: url(../images/Customer/bizwork-khach-hang-hanh-chinh-cong.png) no-repeat center top;
    background-size: cover;
}

.ctm-bg-panel-6 {
    background: url(../images/Customer/bizwork-khach-hang-tai-chinh-ngan-hang.png) no-repeat center top;
    background-size: cover;
}

.ctm-bg-panel-7 {
    background: url(../images/Customer/bizwork-khach-hang.jpg) no-repeat center top;
    background-size: cover;
}

.ctm-bg-panel-8 {
    background: url(../images/Customer/bizwork-khach-hang-dang-ky.jpg) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .ctm-bg-panel-1 {
        background: url(../images/Customer/bizwork-khach-hang-loi-cam-on-mb.jpg) no-repeat;
        background-size: cover;
        background-position: center 80%;
    }

    .ctm-bg-panel-7 {
        background: url(../images/Customer/bizwork-khach-hang.jpg) no-repeat center right;
        background-size: cover;
    }

    .ctm-bg-panel-8 {
        background-position: center right;
    }
}

@media screen and (max-width: 735px) and (min-width: 0px) {
    .ctm-tb-panel {
        padding: 1em;
        font-size: 0.9rem;
    }

    .ctm-avatar {
        width: 90px;
        height: 90px;
        border-radius: 50px;
    }

    .ctm-logo {
        width: 100px;
        height: 100px;
        border-radius: 10px;
    }

    .ctm-wrap {
        height: 120px;
    }

    .ctm-logo {
        width: 100px;
        height: 100px;
        border-radius: 20px;
        position: relative;
        margin: auto;
    }

    .ctm-logo-inner {
        width: 100px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .ctm-bg-panel-1 {
        background: url(../images/Customer/bizwork-khach-hang-loi-cam-on-mb.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ctm-bg-panel-3 {
        background: url(../images/Customer/bizwork-khach-hang-doanh-nghiep-mb.png) no-repeat bottom center;
        background-size: cover;
    }

    .ctm-bg-panel-4 {
        background: url(../images/Customer/bizwork-khach-hang-doanh-nghiep-sme-mb.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ctm-bg-panel-5 {
        background: url(../images/Customer/bizwork-khach-hang-hanh-chinh-cong-mb.png) no-repeat bottom center;
        background-size: cover;
    }

    .ctm-bg-panel-6 {
        background: url(../images/Customer/bizwork-khach-hang-tai-chinh-ngan-hang-mb.png) no-repeat bottom center;
        background-size: cover;
    }

    .ctm-bg-panel-7 {
        background: url(../images/Customer/bizwork-khach-hang-mb.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ctm-bg-panel-8 {
        background: url(../images/Customer/bizwork-khach-hang-dang-ky-mb.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .ctm-wrap {
        display: block;
        display: -webkit-box;
        height: 95px;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow-y: hidden;
        text-overflow: ellipsis;
        line-height: 1.625;
        font-style: italic;
        font-size: 0.85em;
    }

        .ctm-wrap::before {
            content: "\f10d";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            width: 50px;
            height: 50px;
            line-height: 48px;
            text-align: center;
            font-size: 20px;
            color: #cbd1d9;
            position: absolute;
            top: -23px;
            left: -26px;
        }
}

.link-faq {
    font-weight: 100 !important;
    color: #1060b4;
}

    .link-faq:hover {
        color: #1060b4;
        text-decoration: none;
    }

.link-support {
    font-weight: 100 !important;
    color: #3993ce;
}

    .link-support:hover {
        color: #3993ce;
        text-decoration: none;
    }

.link-contact {
    font-weight: 100 !important;
    color: #53b2dd;
}

    .link-contact:hover {
        color: #53b2dd;
        text-decoration: none;
    }

#form-contact {
    line-height: 30px;
}

.ct-bg-panel-1 {
    background: url(../images/Features/bizwork-tien-ich-lien-he.png) no-repeat top center;
    background-size: cover;
}

.icon-ct {
    color: #17aee2;
    padding: 0px 15px;
    font-size: 1.95rem;
}

.ct-label {
    max-width: calc(100% - 50px);
    margin-left: 10px;
}

.icon-li {
    margin-bottom: 10px;
}

.p-center {
    padding-left: 15%;
    padding-right: 15%;
}

.p-center-lg {
    padding-left: 25%;
    padding-right: 25%;
}

.bolder-0 {
    font-weight: unset !important;
}

.m-contact-title {
    margin-left: 25%;
}

@media screen and (max-width: 768px) {
    .ct-p-form {
        padding: 0px 15px;
    }

    .p-center {
        padding-left: 10%;
        padding-right: 10%;
    }

    .p-center-lg {
        padding-left: 12%;
        padding-right: 12%;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 735px) and (min-width: 0) {

    .ct-bg-panel-1 {
        background: url(../images/Features/bizwork-lien-he-mb.jpg) no-repeat top center;
        background-size: cover;
    }

    .p-center {
        padding-left: 5%;
        padding-right: 5%;
    }

    .p-center-lg {
        padding-left: 10%;
        padding-right: 10%;
    }

    .m-contact-title {
        margin-left: unset;
    }

    .container-fluid {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
}



/*#region Header*/

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.classy-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running classy-load;
    animation: 2000ms linear 0s normal none infinite running classy-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #111111;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

@-webkit-keyframes classy-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes classy-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.navigation {
    width: 100%;
    height: 70px;
    display: table;
    position: relative;
    font-family: inherit;
    background-color: #fff;
    max-width: 1300px;
    margin: 0 auto;
}

    .navigation * {
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent
    }

.navigation-portrait {
    height: 48px
}

.navigation-fixed {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    display: block;
    margin: 0;
    width: 100%;
    min-width: 1300px;
    /*height: 48px;
    max-height: 44px;*/
    background-color: #fffffff5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgb(234, 234, 234);
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.align-to-right {
    float: right
}

.nav-header {
    float: left;
}

.navigation-hidden .nav-header {
    display: none
}

.navigation-portrait .nav-header {
    width: 100%;
}

.nav-brand {
    line-height: 70px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
}

    .nav-brand:hover, .nav-brand:focus {
        color: #343a40
    }

    .nav-brand img {
        height: 48px;
    }

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px
}

    .navigation-portrait .nav-brand img {
        height: 34px;
    }

.nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}

.nav-logo:focus > img {
    outline: initial
}

.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 0px;
    display: none;
    cursor: pointer
}

    .nav-toggle:before {
        content: "";
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: #343a40;
        border-radius: 10px;
        box-shadow: 0 .5em 0 0 #343a40,0 1em 0 0 #343a40
    }

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
        left: auto;
        right: -400px
    }

    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
        left: 0
    }

    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
        left: auto;
        right: 0
    }

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

    .navigation-landscape .nav-menu.nav-menu-centered > li {
        float: none
    }

.nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left
}

.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0
}

    .navigation-portrait .nav-menu > li:last-child {
        border-bottom: solid 1px #f0f0f0
    }

.nav-menu + .nav-menu > li:first-child {
    border-top: none
}

.nav-menu > li > a {
    height: 70px;
    padding: 26px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #343a40;
    -webkit-transition: color .3s,background .3s;
    transition: color .3s,background .3s
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px
}

.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a {
    color: #17aee2
}

.nav-menu > li > a > i, .nav-menu > li > a > [class*=ion-] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.nav-menu > li > a > [class*=ion-] {
    width: 16px;
    display: inline-block;
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center
}

.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important
}

.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto
}

.nav-menu.nav-menu-social > li > a > [class*=ion-] {
    font-size: 12px
}

.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    -webkit-transition: all .2s;
    transition: all .2s
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}

.nav-menu > li:hover > a .submenu-indicator-chevron, .nav-menu > .active > a .submenu-indicator-chevron, .nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px
}

.navigation-hidden .nav-search {
    display: none
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

    .nav-search-icon:after, .nav-search-icon:before {
        content: '';
        pointer-events: none
    }

    .nav-search-icon:before {
        width: 2px;
        height: 11px;
        top: 11px;
        position: absolute;
        left: 50%;
        border-radius: 0 0 1px 1px;
        box-shadow: inset 0 0 0 32px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

.nav-search-button:hover .nav-search-icon {
    color: #17aee2
}

.nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table
}

.navigation-portrait .nav-search-inner {
    height: 48px
}

.nav-search-inner input[type=text], .nav-search-inner input[type=search] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}

.navigation-portrait .nav-search-inner input[type=text], .navigation-portrait .nav-search-inner input[type=search] {
    height: 48px;
    font-size: 18px;
    line-height: 48px
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px
}

    .nav-button:hover, .nav-button:focus {
        color: #fff;
        text-decoration: none
    }

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0
}

    .navigation-portrait .nav-text + ul {
        margin-top: 15px
    }

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0
}

.nav-dropdown .nav-dropdown {
    left: 100%
}

.nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0
}

.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left
}

    .nav-dropdown > li > a {
        width: 100%;
        padding: 16px 20px;
        display: inline-block;
        text-decoration: none;
        float: left;
        font-size: 13px;
        color: #343a40;
        background-color: #fdfdfd;
    }

    .nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a {
        color: #17aee2
    }

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right
}

.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 110px
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron, .nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #17aee2 #17aee2 transparent
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px
}

    .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0
}

    .nav-dropdown-horizontal .nav-dropdown-horizontal {
        width: 100%;
        top: 100%;
        left: 0
    }

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none
}

.nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static
}

.navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%
}

.nav-dropdown-horizontal > li > a {
    position: relative
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

    .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0,0,0,.075)
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block
}

.megamenu-panel [class*=container] {
    width: 100%
}

.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0
}

.megamenu-panel-half {
    width: 50%
}

.megamenu-panel-quarter {
    width: 25%
}

.navigation-portrait .megamenu-panel-half, .navigation-portrait .megamenu-panel-quarter {
    width: 100%
}

.megamenu-panel-row {
    width: 100%
}

    .megamenu-panel-row:before, .megamenu-panel-row:after {
        display: table;
        content: "";
        line-height: 0
    }

    .megamenu-panel-row:after {
        clear: both
    }

    .megamenu-panel-row [class*=col-] {
        display: block;
        min-height: 20px;
        float: left;
        margin-left: 3%
    }

        .megamenu-panel-row [class*=col-]:first-child {
            margin-left: 0
        }

.navigation-portrait .megamenu-panel-row [class*=col-] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px
}

.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
    margin-top: 0
}

.megamenu-panel-row .col-1 {
    width: 5.583333333333%
}

.megamenu-panel-row .col-2 {
    width: 14.166666666666%
}

.megamenu-panel-row .col-3 {
    width: 22.75%
}

.megamenu-panel-row .col-4 {
    width: 31.333333333333%
}

.megamenu-panel-row .col-5 {
    width: 39.916666666667%
}

.megamenu-panel-row .col-6 {
    width: 48.5%
}

.megamenu-panel-row .col-7 {
    width: 57.083333333333%
}

.megamenu-panel-row .col-8 {
    width: 65.666666666667%
}

.megamenu-panel-row .col-9 {
    width: 74.25%
}

.megamenu-panel-row .col-10 {
    width: 82.833333333334%
}

.megamenu-panel-row .col-11 {
    width: 91.416666666667%
}

.megamenu-panel-row .col-12 {
    width: 100%
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%
}

.megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff
}

.megamenu-tabs-nav > li.active a, .megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff
}

    .megamenu-tabs-pane.active {
        display: block
    }

.navigation-portrait .megamenu-tabs-pane {
    width: 100%
}

.megamenu-lists {
    width: 100%;
    display: table
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none
}

    .megamenu-list:last-child {
        margin: 0;
        border: none
    }

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0
}

    .navigation-landscape .megamenu-list:last-child {
        border: none
    }

.megamenu-list > li > a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
}

    .megamenu-list > li > a:hover {
        background-color: #17aee2;
        color: #fff
    }

.megamenu-list > li.megamenu-list-title > a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40
}

    .megamenu-list > li.megamenu-list-title > a:hover {
        background-color: transparent
    }

.navigation-landscape .list-col-2 {
    width: 50%
}

.navigation-landscape .list-col-3 {
    width: 33%
}

.navigation-landscape .list-col-4 {
    width: 25%
}

.navigation-landscape .list-col-5 {
    width: 20%
}

.nav-menu > li > a {
    color: #343a40;
    text-transform: uppercase;
}

.nav-dropdown > li > a {
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
}

    .nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {
        color: #17aee2;
    }

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .nav-dropdown > li > a, .megamenu-list > li > a {
        width: 65%
    }
}


/*#endregion*/
/*Duy Dev*/

@media only screen and (max-width: 1200px) {
    .bizwork-images {
        background-size: cover;
    }

    /*.bizgov-images {
        height: 520px;
    }*/

    /*.bizbank-images {
        height: 455px;
    }*/

    .bizsmart-images {
        height: 455px;
        background-size: contain;
    }

    .BizConsulting-images {
        background: url(../images/BizCell/ios_12__dh28kytfy8mu_large_2x.jpg) no-repeat top;
        background-size: cover;
        height: 358px;
    }
}

@media only screen and (max-width: 1025px) {

    .BizConsulting-images {
        background: url(../images/BizCell/ios_12__dh28kytfy8mu_large_2x.jpg) no-repeat top;
        background-size: cover;
        height: 285px;
    }
}

@media only screen and (max-width: 800px) {
    .BizConsulting-images {
        background-size: cover;
        height: 280px;
    }

    .bizwork-images {
        /*height: 300px;*/
        background-size: cover;
    }

    .bizbank-images {
        background-size: cover;
        /*height: 100%;*/
    }

    .bizgov-images {
        background-size: cover;
        /*height: 393px;*/
    }

    .bizsmart-images {
        background-size: cover;
        height: 362px;
    }
}

@media only screen and (max-width: 500px) {
    .bizsmart-images {
        background: url(../images/BizCell/main__bmngiblug0mq_small_2x.jpg) no-repeat center center;
        background-size: cover;
        height: 364px;
    }

    .bizgov-images {
        background: url('../images/BizCell/main__bmngiblug0mq_small_2x (1).jpg') no-repeat center center;
        background-size: cover;
        /*height: 393px;*/
    }
}
/*
    animation scroll
*/
.animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }

    60% {
        -webkit-transform: translateX(20px);
    }

    80% {
        -webkit-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }

    60% {
        -moz-transform: translateX(20px);
    }

    80% {
        -moz-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(20px);
    }

    80% {
        -o-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    60% {
        transform: translateX(20px);
    }

    80% {
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    60% {
        -webkit-transform: translateX(-20px);
    }

    80% {
        -webkit-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }

    60% {
        -moz-transform: translateX(-20px);
    }

    80% {
        -moz-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }

    60% {
        -o-transform: translateX(-20px);
    }

    80% {
        -o-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        transform: translateX(-20px);
    }

    80% {
        transform: translateX(5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(200px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(200px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }

    50% {
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }

    50% {
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }

    50% {
        -o-transform: scale(1.05);
    }

    70% {
        -o-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes moveUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes moveUp {
    0% {
        opacity: 1;
        -o-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes moveUp {
    0% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeBgColor {
    0% {
        background: none;
    }

    70% {
        background: none;
    }

    100% {
        background: #464646;
    }
}

@-o-keyframes fadeBgColor {
    0% {
        background: none;
    }

    70% {
        background: none;
    }

    100% {
        background: #464646;
    }
}

@keyframes fadeBgColor {
    0% {
        background: none;
    }

    70% {
        background: none;
    }

    100% {
        background: #464646;
    }
}

.animated.animationDelay {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

.animated.animationDelayMed {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.animated.animationDelayLong {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
}

.animated.fadeBgColor {
    -webkit-animation-name: fadeBgColor;
    -moz-animation-name: fadeBgColor;
    -o-animation-name: fadeBgColor;
    animation-name: fadeBgColor;
}

.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated.moveUp {
    -webkit-animation-name: moveUp;
    -moz-animation-name: moveUp;
    -o-animation-name: moveUp;
    animation-name: moveUp;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/*Back to top Button*/
#button {
    display: inline-block;
    text-align: center;
    position: fixed;
    bottom: 50px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    animation: abc 2s linear infinite;
}

    #button::after {
        content: "";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }

    #button i.backtotop {
        font-size: 50px;
        color: #fff;
    }

    #button:hover i.backtotop {
        font-size: 50px;
        color: #17aee2;
    }

@keyframes abc {
    0% {
        bottom: 50px;
    }

    50% {
        bottom: 80px;
    }

    100% {
        bottom: 50px;
    }
}
/*footer-srcoll*/

@media only screen and (min-width:1366px) {
    #footer-scroll {
        display: none !important;
    }
}

@media only screen and (max-width:767px) {
    #footer-scroll {
        display: block;
    }
}

#footer-scroll {
    background: white;
    height: 50px;
    position: fixed;
    bottom: -50px;
    transition: bottom 0.5s ease-in-out;
    width: 100%;
    z-index: 1000;
}

.nav-down {
    bottom: -50px;
}

    .nav-down::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        border-top: 1px solid deepskyblue;
        width: calc(100% - 20px)
    }

.iconfooter-scroll {
    margin-top: auto;
    margin-bottom: auto;
}

.pt-footer-scroll {
}

.backtotop {
    width: 60px;
}

.table-cell {
    display: table-cell;
}

.header-aaa {
    padding-top: 17px;
    padding-left: 53px;
    /* padding-right: 10px; */
    font-size: 20px;
}

.height-menu {
    height: 100% !important;
}

.textInCol {
    color: #fff;
    text-align: center !important;
    margin-top: 130px !important;
    background: rgba(242,242,242,0.9);
    margin-left: 3px !important;
    margin-right: 3px !important;
    max-width: 48%;
}

.sign-in {
    display: inline-block;
    font-weight: bold !important;
    background: content-box;
    border-radius: 10px;
}

.registration {
    display: inline-block;
    font-weight: bold !important;
    padding: 0px 28px !important;
    border-radius: 10px;
    background: content-box;
}

.br-images {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .br-images {
        background: url(../images/Features/bizwork-nhan-su.jpg) no-repeat bottom center;
        background-size: cover;
        height: 190px !important;
        display: inherit !important;
    }

    #ac-localnav {
        display: none;
    }
}

.icon-mobile {
    /*position: fixed;*/
    z-index: 100;
    /*background: #fff;*/
    padding-right: 10px;
}

.margin-left {
    margin-left: 24px;
}

.text-blue-1 {
    color: #17aee2;
    margin-top: 20px !important;
}

.chapternav-a {
    background: rgba(242,242,242,0.7);
    z-index: 100;
    margin-top: 50px;
}

.overview-title {
    position: fixed;
    z-index: 2;
    height: 51px;
    text-align: center;
    padding: 0 3px;
    background-color: #fff;
}

.overview-text-a {
    margin: 10px;
}

.overview-text-span {
    text-align: center;
    font-weight: bold;
    color: #17aee2;
}

.margin-left-100 {
    margin-left: 100px;
}

.margin-0 {
    margin: 0;
}

.height-500 {
    height: 500px;
}

.animation-show {
    margin-top: 50px;
    animation: scrollshow 0.25s forwards;
}

@keyframes scrollshow {
    0% {
        margin-top: -50px;
    }

    100% {
        margin-top: 0px;
    }
}

.animation-hide {
    margin-top: 0px;
    animation: scrollhide 0.25s forwards;
}

@keyframes scrollhide {
    0% {
        margin-top: 0px;
    }

    100% {
        margin-top: -50px;
    }
}

.animation-show-1 {
    margin-top: 0px;
    animation: scrollshow-1 0.25s forwards;
}

@keyframes scrollshow-1 {
    0% {
        margin-top: 0px;
    }

    100% {
        margin-top: 50px;
    }
}

.animation-hide-1 {
    margin-top: 50px;
    animation: scrollhide-1 0.25s forwards;
}

@keyframes scrollhide-1 {
    0% {
        margin-top: 50px;
    }

    100% {
        margin-top: 0px;
    }
}

.animation-show-2 {
    bottom: -50px;
    animation: scrollshow-2 0.25s forwards;
}

@keyframes scrollshow-2 {
    0% {
        bottom: -50px;
    }

    100% {
        bottom: 0px;
    }
}

.animation-hide-2 {
    bottom: 0px;
    animation: scrollhide-2 0.25s forwards;
}

@keyframes scrollhide-2 {
    0% {
        bottom: 0px;
    }

    100% {
        bottom: -50px;
    }
}

.ul-for-fixed {
    position: fixed !important;
    left: 88% !important;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.button-DK-1 {
    position: absolute;
    bottom: 10px;
    opacity: 0;
    z-index: 5;
}

.button-DK-2 {
    position: absolute;
    bottom: 10px;
    opacity: 0;
    z-index: 5;
}

.button-DK-3 {
    position: absolute;
    bottom: 10px;
    opacity: 0;
    z-index: 5;
}

.button-DK-4 {
    position: absolute;
    bottom: 10px;
    opacity: 0;
    z-index: 5;
}

.button-DK-5 {
    position: absolute;
    bottom: 10px;
    opacity: 0;
    z-index: 5;
}

.IMG-1 {
    position: absolute;
    left: 50%;
    bottom: 10px;
}

.IMG-2 {
    position: absolute;
    left: 50%;
    bottom: 10px;
}

.IMG-3 {
    position: absolute;
    left: 50%;
    bottom: 10px;
}

.IMG-4 {
    position: absolute;
    left: 50%;
    bottom: 10px;
}

.IMG-5 {
    position: absolute;
    left: 50%;
    bottom: 10px;
}

.custom-border-1 {
    background: #64dd17;
    border-radius: 0 0 5px 5px;
    width: 100%;
    height: 0%;
    /*height: 18px;*/
    position: absolute;
    bottom: 0;
}

.custom-border-2 {
    background: #00a1db;
    border-radius: 0 0 5px 5px;
    width: 100%;
    height: 0%;
    /*height: 18px;*/
    position: absolute;
    bottom: 0;
}

.custom-border-3 {
    background: #9932cc;
    border-radius: 0 0 5px 5px;
    width: 100%;
    height: 0%;
    /*height: 18px;*/
    position: absolute;
    bottom: 0;
}

.custom-border-4 {
    background: #8b0000;
    border-radius: 0 0 5px 5px;
    width: 100%;
    height: 0%;
    /*height: 18px;*/
    position: absolute;
    bottom: 0;
}

.custom-border-5 {
    background: #ffaa00;
    border-radius: 0 0 5px 5px;
    width: 100%;
    height: 0%;
    /*height: 18px;*/
    position: absolute;
    bottom: 0;
}

/*Duy margin*/
.mgl-1 {
    margin-right: 15px;
}

div.banner-1 {
    background: url(../images/registration/bizwork-dang-ki-su-dung.jpg) no-repeat;
    background-size: cover;
    height: 500px;
}

.t-d-none {
    text-decoration: none;
    list-style: none;
    display: inline-block;
    display: -webkit-inline-box;
    border: 1px solid #17aee2;
    color: #17aee2;
    padding: 0 10px;
    border-radius: 10px;
    transition: all 0.3s linear;
}

    .t-d-none:hover {
        background: #17aee2;
        color: #fff;
    }
/*resistration*/
.registration-border-1 {
    /*box-shadow: 0px 0px 10px #17aee2;*/
    /*border : 1px solid #000;*/
    /*padding: 10px;*/
    cursor: pointer;
    /*background: #000;*/
}

.registration-border-2 {
    /*box-shadow: 0px 0px 10px #8B0000;*/
    /*border: 1px solid #000;*/
    /*padding: 10px;*/
    cursor: pointer;
    /*background: #000;*/
}

.registration-border-3 {
    /*box-shadow: 0px 0px 10px #FFD700;*/
    /*border: 1px solid #000;*/
    /*padding: 10px;*/
    cursor: pointer;
    /*background: #000;*/
}

.registration-border-4 {
    /*box-shadow: 0px 0px 10px #9932CC;*/
    /*border: 1px solid #000;*/
    /*padding: 10px;*/
    cursor: pointer;
    /*background: #000;*/
}

.registration-border-img-1 {
    width: 100%;
    height: 100%;
}

.registration-border-img-2 {
    width: 100%;
    height: 100%;
}

.registration-border-img-3 {
    width: 100%;
    height: 100%;
}

.registration-border-img-4 {
    width: 100%;
    height: 100%;
}

.registration-div-1 {
    margin-top: 9px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    text-align: center;
}

.registration-div-2 {
    margin-top: 9px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    text-align: center;
}

.registration-div-3 {
    margin-top: 9px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    text-align: center;
}

.registration-div-4 {
    margin-top: 9px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    text-align: center;
}

.registration-cl-888 {
    color: #888;
    margin-top: 30px;
    margin-bottom: 253px;
}

.registration-rl {
    display: inline-block;
    position: relative;
    width: 49%;
    height: 100px;
    cursor: pointer;
}

.registration-icon {
    position: absolute;
    top: 20px;
    font-size: 30px;
    width: 64px;
    left: 20px;
}

.registration-ab {
    position: absolute;
    left: 90px;
    top: 30px;
    font-size: 13px;
}

div.registration-ab p {
    margin-top: 0;
}

.registration-a {
    font-weight: bold;
}

.registration-b {
    color: #888;
}

.registration-menu-icon {
    /*margin-top: 30px;*/
}

.mg-top {
    margin-top: 35px;
}

.registration-mr-top {
    margin-top: 25px;
}

.registration-mobile {
    display: none;
}

.color-17aee2 {
    color: #17aee2 !important;
}

.color-FF0000 {
    color: #8B0000 !important;
}

.color-FFD700 {
    color: #FFD700 !important;
}

.color-9932CC {
    color: #9932CC !important;
}

.width-100 {
    width: 100%;
}

.registration-border-div {
    position: relative;
}

.reg-text-1 {
    text-align: center;
    font-size: 35px;
    color: #000;
    font-weight: bold;
}

.reg-text-2 {
    text-align: center;
    font-size: 35px;
    color: #000;
    font-weight: bold;
}

.reg-text-3 {
    text-align: center;
    font-size: 35px;
    color: #000;
    font-weight: bold;
}

.reg-text-4 {
    text-align: center;
    font-size: 35px;
    color: #000;
    font-weight: bold;
}

.mg-top-a {
    margin-top: 100px;
    margin-left: 300px;
    margin-right: 300px;
}

.container-DK {
    padding: 0 80px;
}

.container-contact {
    padding: 0 50px 20px 50px;
}

.form-group {
    margin-top: -1px;
}

.text-right {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

/*.register-info {
    margin: 40px 0 80px 0 !important;
}

.register-info-contact {
    margin: 20px 0 20px 0 !important;
}*/

.border-reg-contact {
    border-radius: 20px;
    box-shadow: 0px 0px 10px #ccc;
    padding: 15px;
    background: #fff;
}

.border-reg-1 {
    border: 1px solid #17aee2;
    box-shadow: 0px 0px 5px #17aee2;
    padding: 15px;
    background: #fff;
    border-radius: 20px;
}

.border-reg-2 {
    border: 1px solid #8B0000;
    box-shadow: 0px 0px 5px #8B0000;
    padding: 15px;
    background: #fff;
    border-radius: 20px;
}

.border-reg-3 {
    border: 1px solid #FFD700;
    box-shadow: 0px 0px 5px #FFD700;
    padding: 15px;
    background: #fff;
    border-radius: 20px;
}

.border-reg-4 {
    border: 1px solid #9932CC;
    box-shadow: 0px 0px 5px #9932CC;
    padding: 15px;
    background: #fff;
    border-radius: 20px;
}

/*resistration hover*/
.registration-border-1:hover {
    box-shadow: 0px 0px 10px #17aee2;
    /*border: 1px solid #17aee2 !important;*/
    /*padding: 10px;*/
    cursor: pointer;
    /*background: #17aee2 !important;*/
}

.registration-border-2:hover {
    box-shadow: 0px 0px 10px #8B0000;
    /*border: 1px solid #8B0000 !important;*/
    /*padding: 10px;*/
    cursor: pointer;
    /*background: #8B0000 !important;*/
}

.registration-border-3:hover {
    box-shadow: 0px 0px 10px #FFD700;
    /*border: 1px solid #FFD700 !important;*/
    /*padding: 10px;*/
    cursor: pointer;
    /*background: #FFD700 !important;*/
}

.registration-border-4:hover {
    box-shadow: 0px 0px 10px #9932CC;
    /*border: 1px solid #9932CC !important;*/
    /*padding: 10px;*/
    cursor: pointer;
    /*background: #9932CC !important;*/
}

.registration-border-1:hover div.registration-border-div div.reg-text-1 {
    color: #17aee2 !important;
}

.registration-border-2:hover div.registration-border-div div.reg-text-2 {
    color: #8B0000 !important;
}

.registration-border-3:hover div.registration-border-div div.reg-text-3 {
    color: #FFD700 !important;
}

.registration-border-4:hover div.registration-border-div div.reg-text-4 {
    color: #9932CC !important;
}

.registration-border-1:hover div.registration-border-div img.registration-border-img-1 {
    filter: unset;
}

.registration-border-2:hover div.registration-border-div img.registration-border-img-2 {
    filter: unset;
}

.registration-border-3:hover div.registration-border-div img.registration-border-img-3 {
    filter: unset;
}

.registration-border-4:hover div.registration-border-div img.registration-border-img-4 {
    filter: unset;
}

.registration-unset {
    filter: grayscale(1);
}

.registration-border:active {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
    background: #17aee2;
}

.registration-rl:hover {
    background: rgba(37,153,220,0.1);
}
/*Mobile Mod*/
@media only screen and (max-width: 768px) {
    .mg-top-a {
        margin-top: 75px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .registration-border-1 {
        display: none;
    }

    .registration-border-2 {
        display: none;
    }

    .registration-border-3 {
        display: none;
    }

    .registration-border-4 {
        display: none;
    }

    .registration-rl {
        display: inline-block;
        position: relative;
        width: 49%;
        height: 100px;
        cursor: pointer;
    }

    .registration-icon {
        top: 31px;
        font-size: 30px;
        width: 44px;
        left: 0px;
    }

    .registration-ab {
        left: 55px;
        font-size: 11px;
    }

    .registration-mobile {
        display: inherit;
    }

    .registration-mobile-border {
        border: 1px solid #17aee2;
        background: url(../images/BizCell/apple_arcade_tile__e69rgw4ia2mq_large.jpg) center;
        background-size: cover;
        width: 260px;
        height: 140px;
        padding: 0 80px;
    }

    .registration-mobile-img {
        width: 100%;
    }

    .registration-mobile-size-a {
        font-size: 20px;
        color: #fff;
        text-align: center;
        padding-top: 20px;
    }

    .registration-mobile-size-b {
        font-size: 12px;
        color: #fff;
        text-align: center;
        white-space: initial;
        margin-top: 0;
    }

    .registration-mobile-bottom0 {
        padding-bottom: 0;
    }

    .registration-p-a {
        display: none;
    }
}
/*Contact*/
.Contact-Backgr-father {
    background: url(../images/banner.jpg);
    height: 960px;
    font-weight: bold;
}

.Contact-Backgr {
    width: 100%;
}

.contact-mg {
    margin-top: 45px;
}

.contact-title {
    position: absolute;
    top: 20%;
    left: 10%;
    font-size: 2em;
    color: #fff;
    padding-right: 50px;
    font-weight: bold;
}

.Contact-Backgr-father h4 {
    font-weight: bold;
    animation: opacity-h4 1s linear forwards;
}

.Contact-Backgr-father p {
    opacity: 0;
    animation: opacity-h4 1s 1s linear forwards;
    content: 'abc';
}

@keyframes opacity-h4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.contact-send {
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
    color: #17aee2;
    font-size: 40px;
}

.ContactFirstName {
    display: inline-block !important;
}

.balloon-1 {
    width: 95%;
}

.contact-h-500 {
    height: 500px;
    padding-top: 8em;
}

@media only screen and (max-width: 735px) {
    .contact-h-500 {
        padding-top: 1em;
    }

    .contact-size {
        font-size: 23px;
    }
}
/*menu*/
.head-center {
    text-align: center !important;
    position: fixed;
    top: 45px;
    right: 0;
    left: 0;
}
/*Ohter.cshtml*/
.Title-Other {
    text-align: center;
    margin-top: 150px;
    font-size: 5.5em;
    font-weight: bold;
}

.Img-Other-1 {
    width: 100%;
}

.Img-Other-2 {
    width: 100%;
}

.contact-text-right {
    text-align: right
}

.contact-text-left {
    text-align: left
}

.contact-text-center {
    text-align: center
}

.contact-text-a {
    font-size: 3.5em;
    font-weight: bold;
}

.contact-text-b {
    font-weight: bold;
    font-size: 1.5em;
    margin: 0;
}

.Other-tap-2 {
    margin-top: 100px;
}

.Other-tap-3 {
    margin-top: 200px;
}

.Other-tap-4 {
    background: #f2f2f2;
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
}

.Other-tap-5 {
    background: #f2f2f2;
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
}

.Other-tap-6 {
    background: #f2f2f2;
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
}

.Other-tap-7 {
    background: #f2f2f2;
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
}

.Other-tap-8 {
    background: #f2f2f2;
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
}

.Other-tap-9 {
    background: #f2f2f2;
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
}

.contact-banner {
    background: #fff;
    width: 100%;
    margin: 0;
}

.banner-img {
    width: 80%;
    height: 55px;
    /*margin-left: 20px!important;*/
}

.contact-pdt-1 {
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 80px;
}

.contact-pdt-2 {
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 80px;
}

.contact-height {
    height: 600px;
    background: #fff;
}

.contact-img-1 {
    background: url(../images/BizCell/apple_news_plus_tile__bosg11gyneoi_large.jpg) no-repeat;
    background-size: cover;
}

.contact-img-2 {
    background: url(../images/BizCell/apple_tv_plus_tile_1__by1z76ketrci_large.jpg) no-repeat;
    background-size: cover;
}

.contact-img-3 {
    background: url(../images/BizCell/apple_arcade_tile__e69rgw4ia2mq_large.jpg) no-repeat center;
    background-size: cover;
}

.contact-img-4 {
    background: url(../images/BizCell/apple_arcade_tile__e1315ks01hm6_large.jpg) no-repeat;
    background-size: cover;
}

.contact-img-5 {
    background: url(../images/BizCell/apple_arcade_tile__e69rgw4ia2mq_large.jpg) no-repeat center;
    background-size: cover;
}

.contact-img-6 {
    background: url(../images/BizCell/apple_arcade_tile__e1315ks01hm6_large.jpg) no-repeat;
    background-size: cover;
}

.contact-pd-0 {
    padding: 0;
}

.contact-br-1 {
    background: #b00e23;
}

.contact-mobile {
    display: none;
}
/*Other Ipad*/
@media only screen and (max-width: 1024px) {
    .contact-text-a {
        font-size: 2.5em;
    }

    .contact-pdt-2 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .Other-tap-4 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .Other-tap-5 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .Other-tap-6 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .Other-tap-7 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .Other-tap-8 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .Other-tap-9 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .Img-Other-4 {
        width: 101%;
    }
}
/*Other Mobile*/
@media only screen and (max-width: 768px) {
    .Img-Other-4 {
        width: 100%;
    }

    .contact-1 {
        padding-top: 50px;
        height: 450px;
    }

    .Title-Other {
        font-size: 2.5em;
    }

    .contact-text-a {
        font-size: 2.5em;
    }

    .contact-text-b {
        font-size: 1.5em;
    }

    .contact-text-right {
        text-align: center;
    }

    .contact-text-left {
        text-align: center;
    }

    .Img-Other-1 {
        margin-top: 20px;
    }

    .contact-pc {
        display: none;
    }

    .contact-mobile {
        display: block;
    }

    .Other-tap-3 {
        margin-top: 100px;
    }

    .Other-tap-4 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .Other-tap-5 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .Other-tap-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .Other-tap-7 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .Other-tap-8 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .Other-tap-9 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .Img-Other-3 {
        width: 100%;
    }

    .Img-Other-4 {
        width: 100%;
    }

    .Img-Other-5 {
        width: 100%;
    }

    .contact-pdt-2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-mb-mg {
        margin-top: 25px;
    }

    .contact-img-2 {
        background: url(../images/BizCell/apple_tv_plus_tile_1__733naj0fp02m_small_2x.jpg) no-repeat center;
        background-size: cover;
    }

    .contact-img-4 {
        background: url(../images/BizCell/apple_arcade_tile__e1315ks01hm6_large.jpg) no-repeat center;
        background-size: cover;
    }
}

@media only screen and (max-width: 500px) {
    .contact-text-a {
        font-size: 1.5em;
    }

    .contact-text-b {
        font-size: 1.5em;
    }
}
/*Home BW*/
.TongQuanBizWork {
    color: #8B0000 !important;
}

.TinhNangBizWork:hover {
    color: #8B0000 !important;
}

.DangKiSuDungBizWork {
    color: #8B0000 !important;
}

    .DangKiSuDungBizWork:hover {
        color: #fff !important;
        background: #8B0000 !important
    }

    .DangKiSuDungBizWork:active {
        color: #fff !important;
        background: #8B0000 !important
    }

.TongQuanBizGov {
    color: #FFD700 !important;
}

.TinhNangBizGov:hover {
    color: #FFD700 !important;
}

.DangKiSuDungBizGov {
    color: #FFD700 !important;
}

    .DangKiSuDungBizGov:hover {
        color: #fff !important;
        background: #FFD700 !important
    }

    .DangKiSuDungBizGov:active {
        color: #fff !important;
        background: #FFD700 !important;
    }

.TongQuanBizCell {
    color: #9932cc !important;
}

.TinhNangBizCell:hover {
    color: #9932cc !important;
}

.DangKiSuDungBizCell {
    color: #9932cc !important;
}

    .DangKiSuDungBizCell:hover {
        color: #fff !important;
        background: #9932cc !important
    }

    .DangKiSuDungBizCell:active {
        color: #fff !important;
        background: #9932cc !important;
    }


/*=================================slideshow-container-registration=================================*/
.slideshow-container-registration {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.mySlides-registration {
    display: none;
}

.dot-registration {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
/*animation slide*/
.carousel-caption {
    padding-top: 0;
    left: 0;
    right: 0;
    white-space: unset;
    background: #221a1aad;
    animation: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running slide-top;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running;
    animation-name: slide-top;
    animation-name: exame;
}

@keyframes exame {
    from {
        bottom: -140px;
    }

    to {
        bottom: 0;
    }
}

.carousel-inner {
    height: 100%;
    /* border-radius: 50px; */
    box-shadow: rgba(0,0,0,0.1) 0 0 12px;
}

.carousel-item {
    height: 100%;
    background: #fff;
}

.carousel-indicators {
    justify-content: safe center;
    bottom: 140px;
    position: inherit !important;
}

    .carousel-indicators li {
        background-color: #272a2eba;
        width: 15px;
        height: 15px;
        border-radius: 50%
    }

    .carousel-indicators .active {
        background-color: #2e64aeba;
    }

.background-resister-contact {
    background: url(../images/Other/Xanh-01-01.png) no-repeat bottom;
    background-size: cover;
}

.background-resister-1 {
    background: url(../images/Other/Xanh-01-01.png) no-repeat bottom;
    background-size: cover;
}

.background-resister-2 {
    background: url(../images/Other/Do-01-01.png) no-repeat bottom;
    background-size: cover;
}

.background-resister-3 {
    background: url(../images/Other/Vang-01-01.png) no-repeat bottom;
    background-size: cover;
}

.background-resister-4 {
    background: url(../images/Other/Tim-01-01.png) no-repeat bottom;
    background-size: cover;
}

@media only screen and (max-width: 1600px) {
    .registration-cl-888 {
        margin-bottom: 210px;
    }

    .container-contact {
        padding: 0 50px;
    }

    .container-DK {
        padding: 0 40px;
    }

    .mg-top-a {
        margin-top: 100px;
        margin-left: 100px;
        margin-right: 100px;
    }

    .reg-text-1 {
        font-size: 22px;
        color: #000;
        font-weight: bold;
    }

    .reg-text-2 {
        font-size: 22px;
        color: #000;
        font-weight: bold;
    }

    .reg-text-3 {
        font-size: 22px;
        color: #000;
        font-weight: bold;
    }

    .reg-text-4 {
        font-size: 22px;
        color: #000;
        font-weight: bold;
    }
}

@media only screen and (max-width: 1024px) {
    .form-group {
        width: auto;
    }

    .carousel-indicators {
        bottom: 11px;
    }

    .register-info-contact {
        margin: 10px 0 10px 0 !important;
    }

    .registration-menu-icon {
        margin-bottom: 13px;
    }

    .registration-rl {
        height: 75px;
    }

    .registration-cl-888 {
        margin-bottom: 105px;
    }

    .container-contact {
        padding: 0 10px;
        margin-bottom: 30px;
        padding: 10px;
    }

    .container-DK {
        padding: 0 0;
    }

    .carousel-inner {
        height: 83%;
    }

    .carousel-item {
        height: 100%;
        background: #fff;
    }

    .register-info {
        margin: 20px 0 20px 0 !important;
    }

    .border-reg-1 {
        padding: 5px;
    }

    .border-reg-2 {
        padding: 5px;
    }

    .border-reg-3 {
        padding: 5px;
    }

    .border-reg-4 {
        padding: 5px;
    }

    .balloon + label {
        font-size: 10px;
    }

    .registration-ab {
        font-size: 10px;
        left: 80px;
        top: 40px;
    }

    .registration-icon {
        top: 35px;
        width: 50px;
    }

    .registration-cl-888 {
        font-size: 12px;
    }

    .reg-text-1 {
        top: 15px;
        left: 36%;
        font-size: 17px;
    }

    .reg-text-2 {
        top: 15px;
        left: 36%;
        font-size: 17px;
    }

    .reg-text-3 {
        top: 15px;
        left: 36%;
        font-size: 17px;
    }

    .reg-text-4 {
        top: 15px;
        left: 36%;
        font-size: 17px;
    }

    .mg-top-a {
        margin-top: 100px;
        margin-left: 50px;
        margin-right: 50px;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }

    .slide-text-size {
        font-size: 13px;
        line-height: initial;
    }

    .carousel {
        height: 100%;
    }
}

@media only screen and (max-width:768px) {
    #img-captcha {
    }
}

@media only screen and (max-width:768px) {
    .container-DK {
        padding: 0 0;
        margin-bottom: 30px;
    }

    /*.carousel {
        display: none;
    }*/

    .mg-top-a {
        margin-top: 50px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .registration-icon {
        top: 35px;
        left: 0px;
        width: 50px;
    }

    .registration-ab {
        font-size: 11px;
        left: 58px;
        top: 32px;
        color: #000 !important;
    }

    .registration-b {
        color: #000 !important;
    }

    .registration-cl-888 {
        font-size: 15px;
    }

    .registration-cl-888 {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .border-reg-1 {
        border: 1px solid #17aee2;
        box-shadow: 0px 0px 5px #17aee2;
        padding: 5px;
    }

    .form-group {
    }

    .text-right {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .registration-rl {
        width: 49%;
    }

    .DK-PC {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .background-resister-contact {
        background: #fff;
    }

    .border-reg-contact {
        border-radius: 20px;
        box-shadow: none;
        padding: 15px;
        background: #fff;
    }

    .background-resister {
        background: #fff;
    }

    .registration-rl {
        width: 49%;
    }

    /*.carousel {
        display: none;
    }*/

    .mg-top-a {
        margin-top: 50px;
        margin-left: 0;
        margin-right: 0;
    }

    .registration-icon {
        top: 35px;
        left: 0px;
        width: 50px;
    }

    .registration-ab {
        font-size: 11px;
        left: 58px;
        top: 32px;
        color: #000 !important;
    }

    .registration-b {
        color: #000 !important;
    }

    .registration-cl-888 {
        font-size: 15px;
    }

    .registration-cl-888 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .border-reg-1 {
        border: none;
        border-radius: unset;
        box-shadow: none;
    }

    .border-reg-2 {
        border: none;
        border-radius: unset;
        box-shadow: none;
    }

    .border-reg-3 {
        border: none;
        border-radius: unset;
        box-shadow: none;
    }

    .border-reg-4 {
        border: none;
        border-radius: unset;
        box-shadow: none;
    }

    .form-group {
    }

    .text-right {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

.carousel-control-prev-icon {
    display: block;
}

.carousel-control-next-icon {
    display: block;
}

li.subs:hover a.d-inline-flex div.des-menu h3.Detail-us-v2.effect-underline-v2:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.Menu-Right {
    position: absolute;
    right: 35px;
    top: 3px;
    height: 723px;
    width: 450px;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    -moz-backdrop-filter: saturate(180%) blur(20px);
    -ms-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(242,242,242,0.6);
    border-radius: 22px;
    /*animation: animation1 1s forwards;*/
}

/*@keyframes animation1 {
    from {
        transform: scaleX(0);
        opacity: 0;
    }

    to {
        transform: scaleX(1);
        opacity: 1;
    }
}*/
.Menu-Right-Event-Bizapp {
    position: absolute;
    right: 35px;
    top: 20px;
    height: 671px;
    width: 450px;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    -moz-backdrop-filter: saturate(180%) blur(20px);
    -ms-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(242,242,242,0.6);
    border-radius: 22px;
    /*animation: animation1 1s forwards;*/
}

.Menu-Right-Event-Bizwork {
    position: absolute;
    right: 35px;
    top: 20px;
    height: 671px;
    width: 450px;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    -moz-backdrop-filter: saturate(180%) blur(20px);
    -ms-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(242,242,242,0.6);
    border-radius: 22px;
    /*animation: animation1 1s forwards;*/
}

.Menu-Right-Event-Bizbank {
    position: absolute;
    right: 35px;
    top: 20px;
    height: 671px;
    width: 450px;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    -moz-backdrop-filter: saturate(180%) blur(20px);
    -ms-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(242,242,242,0.6);
    border-radius: 22px;
    /*animation: animation1 1s forwards;*/
}

.Menu-Right-Event-Bizgov {
    position: absolute;
    right: 35px;
    top: 20px;
    height: 671px;
    width: 450px;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    -moz-backdrop-filter: saturate(180%) blur(20px);
    -ms-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(242,242,242,0.6);
    border-radius: 22px;
    /*animation: animation1 1s forwards;*/
}

.Menu-Right-Event-Bizweb {
    position: absolute;
    right: 35px;
    top: 20px;
    height: 671px;
    width: 450px;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    -moz-backdrop-filter: saturate(180%) blur(20px);
    -ms-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(242,242,242,0.6);
    border-radius: 22px;
    /*animation: animation1 1s forwards;*/
}

.custom-bizwork {
    margin-top: 22.5px;
}

.content-1 {
    /*margin-left: 20px;
    margin-right: 20px;*/
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}

/*.content-1:nth-child(1):hover {
        background: url(/images/Home/biz4-bizbank-home-mb.jpg);
        background-size: cover;
    }*/

/*.content-1:nth-child(1):hover::before {
            content: '';
            position: absolute;
            bottom: 0;
            height: 10px;
            width: 100%;
            background: #64dd17;
            animation: style-width 1s ease-in-out forwards;
        }*/



/*.content-1:nth-child(2):hover {
        background: url(/images/Home/biz4-bizbank-home-mb.jpg);
        background-size: cover;
    }*/

/*.content-1:nth-child(2):hover::before {
            content: '';
            position: absolute;
            bottom: 0;
            height: 10px;
            width: 100%;
            background: #00a1db;
            animation: style-width 1s ease-in-out forwards;
        }*/

/*.content-1:nth-child(3):hover {
        background: url(/images/Home/biz4-bizbank-home-mb.jpg);
        background-size: cover;
    }*/

/*.content-1:nth-child(3):hover::before {
            content: '';
            position: absolute;
            bottom: 0;
            height: 10px;
            width: 100%;
            background: #8b0000;
            animation: style-width 1s ease-in-out forwards;
        }*/

/*.content-1:nth-child(4):hover {
        background: url(/images/Home/biz4-bizbank-home-mb.jpg);
        background-size: cover;
    }*/

/*.content-1:nth-child(4):hover::before {
            content: '';
            position: absolute;
            bottom: 0;
            height: 10px;
            width: 100%;
            background: #ffaa00;
            animation: style-width 1s ease-in-out forwards;
        }*/

/*.content-1:nth-child(5):hover {
        background: url(/images/Home/biz4-bizbank-home-mb.jpg);
        background-size: cover;
    }*/

/*.content-1:nth-child(5):hover::before {
            content: '';
            position: absolute;
            bottom: 0;
            height: 10px;
            width: 100%;
            background: #9932cc;
            animation: style-width 1s ease-in-out forwards;
        }*/

@keyframes style-width {
    0% {
        width: 0%;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0%;
        left: 100%;
    }
}

.content-2 {
    margin-left: 15px;
    margin-right: 15px;
}

.content-3 {
    margin-left: 30px;
    margin-right: 30px;
}

.custom-button {
    width: 100%;
}

.color-green {
    color: #64dd17;
}

.color-violet {
    color: #9932cc;
}

.color-blue {
    color: #00a1db;
}

.color-yellow {
    color: #ffaa00;
}

.color-red {
    color: #8b0000;
}

.font-size-18 {
    font-size: 18px;
}

.custom-input {
    border-radius: 8px;
}

.Custom-AI {
    background: #fff;
    border-radius: 8px;
}

.Custom-AI-2 {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    -moz-backdrop-filter: saturate(180%) blur(20px);
    -ms-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(255,255,255,0.7);
    border-radius: 8px;
    height: 100%;
    text-align: center;
    padding-top: 18px;
}

.return {
    position: absolute;
    cursor: pointer;
}

.return-hover {
    left: 45px;
    top: 35px;
}

.return-a {
    background: #17aee2;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    position: relative;
}

.background-button {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: red; */
    border-radius: 50%;
    padding: 14px;
    transform: scale(1);
}

.return-hover:hover .background-button {
    border: 1px solid #17aee2;
    animation: ppp 1s forwards;
}

.delete-height {
    height: unset;
}

.delete-BR {
    background: unset
}

@keyframes ppp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

.return-1 {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    width: 50px;
}

.message {
    position: fixed;
    top: 30%;
    left: 36%;
    width: 414px;
    background: #fff;
    padding: 15.5px;
    border-radius: 22px;
    animation: animation1 1s forwards;
    z-index: 101;
}

.success-DK {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 31px;
}

.message-DK {
    text-align: center;
    font-size: 20px;
    margin: 0 14px;
}

.btn-success-DK {
    background: #17aee2;
    width: 100%;
    height: 42px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    border-radius: 8px;
    margin-top: 35px;
}

.abc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: saturate(180%) blur(2px);
    background: rgba(255,255,255,0.2);
    z-index: 100;
    display: none;
}

.mode-mb {
    display: none;
}

.icon-message {
    position: relative;
    cursor: pointer;
}
/*@keyframes scale1{
    0%{ transform: scale(0);
          opacity: 0;
    }
    50% {
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}*/
.Menu-Right-Event-Success {
    position: absolute;
    right: 35px;
    top: 20px;
    width: 450px;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    -moz-backdrop-filter: saturate(180%) blur(20px);
    -ms-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(242,242,242,0.6);
    border-radius: 22px;
    padding: 20px;
}

.Menu-Chat {
    position: absolute;
    right: 35px;
    top: 250px;
    width: 450px;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    -moz-backdrop-filter: saturate(180%) blur(20px);
    -ms-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(242,242,242,0.6);
    border-radius: 22px;
    padding: 20px;
}

.complete {
    background: #17aee2;
    border-radius: 4px;
    width: 160px;
    height: 30px;
    text-align: center;
}

.Continue {
    background: #17aee2;
    border-radius: 4px;
    width: 160px;
    height: 30px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .Menu-Right-Event-Success {
        position: absolute;
        right: 0;
        top: 20px;
        width: 375px;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        -moz-backdrop-filter: saturate(180%) blur(20px);
        -ms-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.6);
        border-radius: 22px;
        padding: 20px;
        display: none;
    }

    .Menu-Right {
        right: 0;
        top: 30px;
        height: 695px;
        width: 372px;
        /* animation: animation1 1s forwards; */
    }

    .Menu-Right-Event-Bizapp {
        right: 0;
        top: 30px;
        height: 654px;
        width: 372px;
    }

    .Menu-Right-Event-Bizwork {
        right: 0;
        top: 30px;
        height: 654px;
        width: 372px;
    }

    .Menu-Right-Event-Bizbank {
        right: 0;
        top: 30px;
        height: 654px;
        width: 372px;
    }

    .Menu-Right-Event-Bizgov {
        right: 0;
        top: 30px;
        height: 654px;
        width: 372px;
    }

    .Menu-Right-Event-Bizweb {
        right: 0;
        top: 30px;
        height: 654px;
        width: 372px;
    }

    .custom-bizwork {
        margin-top: 9px;
    }

    .font-size-18 {
        font-size: 15px;
    }

    .content-text {
        font-size: 15px;
    }

    .content-2 {
        margin-left: 0;
        margin-right: 0;
    }

    .custom-button {
        width: 90%;
        margin-left: 15px;
        /* margin-right: 15px; */
    }
}

@media only screen and (max-width: 768px) {
    .form-group-custom {
        width: 50%;
    }

    .Menu-Chat {
        position: unset;
        /* right: 35px; */
        /* top: 250px; */
        width: unset;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        -moz-backdrop-filter: saturate(180%) blur(20px);
        -ms-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.6);
        border-radius: 0;
        padding: 20px;
        display: none;
        margin-top: 10px;
    }

    .Menu-Right-Event-Success {
        position: unset;
        right: 0;
        top: 0;
        width: 100%;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        -moz-backdrop-filter: saturate(180%) blur(20px);
        -ms-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.6);
        border-radius: 0;
        padding: 20px;
        display: none;
    }

    .return {
        position: absolute;
        left: 240px;
        top: 20px;
    }

    .content-1 {
        margin-left: 30%;
        margin-right: 30%;
        background: #fff;
        border-radius: 8px;
        cursor: pointer;
    }

    .content-3 {
        margin-left: 30%;
        margin-right: 30%;
    }

    .content-2 {
        margin-left: 26%;
        margin-right: 26%;
    }

    .mode-PC-IPPR {
        display: none !important;
    }

    .mode-mb {
        display: initial;
    }

    .Menu-Right {
        position: unset;
        right: 35px;
        top: 3px;
        height: 645px;
        width: 100%;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        -moz-backdrop-filter: saturate(180%) blur(20px);
        -ms-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.6);
        border-radius: 0;
        /* animation: animation1 1s forwards; */
    }

    .Menu-Right-Event-Bizapp {
        position: unset;
        right: 35px;
        top: 3px;
        height: 620px;
        width: 100%;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        -moz-backdrop-filter: saturate(180%) blur(20px);
        -ms-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.6);
        border-radius: 0;
    }

    .Menu-Right-Event-Bizwork {
        position: unset;
        right: 35px;
        top: 3px;
        height: 620px;
        width: 100%;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        -moz-backdrop-filter: saturate(180%) blur(20px);
        -ms-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.6);
        border-radius: 0;
    }

    .Menu-Right-Event-Bizbank {
        position: unset;
        right: 35px;
        top: 3px;
        height: 620px;
        width: 100%;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        -moz-backdrop-filter: saturate(180%) blur(20px);
        -ms-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.6);
        border-radius: 0;
    }

    .Menu-Right-Event-Bizgov {
        position: unset;
        right: 35px;
        top: 3px;
        height: 620px;
        width: 100%;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        -moz-backdrop-filter: saturate(180%) blur(20px);
        -ms-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.6);
        border-radius: 0;
    }

    .Menu-Right-Event-Bizweb {
        position: unset;
        right: 35px;
        top: 3px;
        height: 620px;
        width: 100%;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        -moz-backdrop-filter: saturate(180%) blur(20px);
        -ms-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.6);
        border-radius: 0;
    }

    .mt-2-custom {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .form-group-custom {
        width: 100%;
    }

    .return {
        position: absolute;
        left: 40px;
        top: 20px;
    }

    .Menu-Right-Event-Success {
        position: unset;
        right: 0;
        top: 0;
        width: 100%;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        -moz-backdrop-filter: saturate(180%) blur(20px);
        -ms-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.6);
        border-radius: 0;
        padding: 20px;
        display: none;
    }

    .content-1 {
        margin-left: 20px;
        margin-right: 20px;
        background: #fff;
        border-radius: 8px;
        cursor: pointer;
    }

    .content-3 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .content-2 {
        margin-left: 0;
        margin-right: 0;
    }

    .mode-PC-IPPR {
        display: none !important;
    }

    .mode-mb {
        display: initial;
    }

    .Menu-Right {
        position: unset;
        right: 35px;
        top: 3px;
        height: 100%;
        width: 100%;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        -moz-backdrop-filter: saturate(180%) blur(20px);
        -ms-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.6);
        border-radius: 0;
        /* animation: animation1 1s forwards; */
    }

    .Menu-Right-Event-Bizapp {
        position: unset;
        right: 35px;
        top: 3px;
        height: 620px;
        width: 100%;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        -moz-backdrop-filter: saturate(180%) blur(20px);
        -ms-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.6);
        border-radius: 0;
    }

    .Menu-Right-Event-Bizwork {
        position: unset;
        right: 35px;
        top: 3px;
        height: 620px;
        width: 100%;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        -moz-backdrop-filter: saturate(180%) blur(20px);
        -ms-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.6);
        border-radius: 0;
    }

    .Menu-Right-Event-Bizbank {
        position: unset;
        right: 35px;
        top: 3px;
        height: 620px;
        width: 100%;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        -moz-backdrop-filter: saturate(180%) blur(20px);
        -ms-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.6);
        border-radius: 0;
    }

    .Menu-Right-Event-Bizgov {
        position: unset;
        right: 35px;
        top: 3px;
        height: 620px;
        width: 100%;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        -moz-backdrop-filter: saturate(180%) blur(20px);
        -ms-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.6);
        border-radius: 0;
    }

    .Menu-Right-Event-Bizweb {
        position: unset;
        right: 35px;
        top: 3px;
        height: 620px;
        width: 100%;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        -moz-backdrop-filter: saturate(180%) blur(20px);
        -ms-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.6);
        border-radius: 0;
    }
}

#loadRegistration {
    z-index: 1001;
}

@media only screen and (min-width: 925px) {
    .carousel-indicators {
        bottom: 20px;
    }
}

.slide-contact {
    width: 100%;
    height: 100%;
}

/*
 *  CHOOSE SERVICE
 */
.outer-div {
    background: #F5F5F5;
    overflow-y: hidden;
}

    .outer-div::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    .outer-div::-webkit-scrollbar {
        height: 5px;
        background-color: #F5F5F5;
    }

    .outer-div::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
    }
/*2 tab chooseRegistration and chatcs */
#menu {
    padding: 0 15px;
}

.nav-tabs .nav-link {
    border-top-right-radius: 40px;
    border: 2px;
    border-top-left-radius: 40px;
}
/*chat cs*/
.chat {
    margin-top: auto;
    margin-bottom: auto;
}

@media only screen and (max-width: 768px) {
    .card {
        padding: 1em;
        min-height: 355px;
    }
}


.contacts_body {
    padding: 0.75rem 0 !important;
    overflow-y: auto;
    white-space: nowrap;
}

.msg_card_body {
    overflow-y: scroll;
}

    .msg_card_body::-webkit-scrollbar {
        width: 0px;
    }

.card-header {
    color: white;
    background-color: #007bff;
    border-radius: 15px 15px 0 0 !important;
    border-bottom: 0 !important;
}

.card-footer {
    border-radius: 0 0 15px 15px !important;
    border-top: 0 !important;
}

.container {
    align-content: center;
}

.type_msg {
    background-color: white !important;
    border: 0 !important;
    height: 60px !important;
    overflow-y: auto;
}

    .type_msg:focus {
        box-shadow: none !important;
        outline: 0px !important;
    }

.attach_btn {
    border-radius: 15px 0 0 15px !important;
    background-color: rgba(0,0,0,0.3) !important;
    border: 0 !important;
    color: white !important;
    cursor: pointer;
}

.send_btn {
    border-radius: 0 15px 15px 0 !important;
    background-color: white !important;
    border: 0 !important;
    color: #039be5 !important;
    cursor: pointer;
}

.contacts {
    list-style: none;
    padding: 0;
}

    .contacts li {
        width: 100% !important;
        padding: 5px 10px;
        margin-bottom: 15px !important;
    }

/*.active {
    background-color: rgba(0,0,0,0.3);
}*/

.user_img {
    height: 70px;
    width: 70px;
    border: 1.5px solid #f5f6fa;
}

.user_img_msg {
    height: 40px;
    width: 40px;
    border: 1.5px solid #f5f6fa;
}

.img_cont {
    position: relative;
    height: 70px;
    width: 70px;
}

.img_cont_msg {
    height: 40px;
    width: 40px;
}

.user_info {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
}

    .user_info span {
        font-size: 20px;
        color: white;
    }

    .user_info p {
        font-size: 10px;
        color: rgba(255,255,255,0.6);
    }

.video_cam {
    margin-left: 50px;
    margin-top: 5px;
}

    .video_cam span {
        color: white;
        font-size: 20px;
        cursor: pointer;
        margin-right: 20px;
    }

.msg_cotainer {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 25px;
    background-color: #f8f6f6;
    padding: 10px;
    position: relative;
    color: #353535;
}

.msg_cotainer_send {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    border-radius: 25px;
    background-color: #039be5;
    padding: 10px;
    position: relative;
    color: white;
}

.msg_time {
    position: absolute;
    left: 0;
    bottom: -15px;
    color: rgba(255,255,255,0.5);
    font-size: 10px;
}

.msg_time_send {
    position: absolute;
    right: 0;
    bottom: -15px;
    color: rgba(255,255,255,0.5);
    font-size: 10px;
}

.msg_head {
    position: relative;
}

#action_menu_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    cursor: pointer;
    font-size: 20px;
}

.action_menu {
    z-index: 1;
    position: absolute;
    padding: 15px 0;
    background-color: rgba(0,0,0,0.5);
    color: white;
    border-radius: 15px;
    top: 30px;
    right: 15px;
    display: none;
}

    .action_menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .action_menu ul li {
            width: 100%;
            padding: 10px 15px;
            margin-bottom: 5px;
        }

            .action_menu ul li i {
                padding-right: 10px;
            }

            .action_menu ul li:hover {
                cursor: pointer;
                background-color: rgba(0,0,0,0.2);
            }

@media(max-width: 576px) {
    .contacts_card {
        margin-bottom: 15px !important;
    }
}
/*css footer chat*/
textarea.form-control {
    resize: none;
}

    textarea.form-control::-webkit-scrollbar {
        width: 0;
    }


.bg-bizgov {
    background: url('/images/bg-biz4-new/Bizgov.png');
    background-size: cover;
    background-position: center;
}
@media (max-width:724px){
    .bg-bizgov {
        background-image: url(/images/bg-biz4-new/Mobile/Mobile_BizGov.png);
        background-size: cover;
    }
}
.bg-bizsmart {
    background-image: url('/images/bg-biz4-new/BizSmart.png');
    width: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:724px) {
    .bg-bizsmart {
        background-image: url(/images/bg-biz4-new/Mobile/Mobile_BizSmart.png);
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/*.Custom-bizsmart{
    height:100vh;
}*/
.overview-main-pic {
    background-image: url('/images/bg-biz4-new/Artboard 1.png');
    /*width: 100%;
    height: 50vw;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width:720px) {
    .overview-main-pic {
        background-image: url(/images/Biz4/ressources/img/bizwork-ly-do-1-mb.jpg);
        /*width: 100%;
        height: 100vw;*/
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}
/******custom four pic of biz 4********/
div.gallery {
    border: 1px solid #ccc;
    width: 94%;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width:768px) {
    div.gallery {
        box-shadow: none;
    }
}


div.gallery:hover {
    border: 1px solid #17aee2;
}

div.gallery img {
    width: 100%;
    height: auto;
    /*border-radius:40%;*/
}

/******hover zoom in 4 product pic on top ******/
.imag-gallery {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    width: 100%;
    height: 80%;
}

    .imag-gallery img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

        .imag-gallery img:hover {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }

/*div.desc {
    padding: 15px;
    text-align: center;
}*/

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    width: 23.99999%;
    text-align: center;
    justify-content: center;
    align-items: center;
    float: right;
}

@media (max-width:1068px) {
    /*.text-pd-bt {
        padding-bottom: 35px;
    }*/

    .responsive {
        padding: 0px;
    }

    .text-content-gallery p {
        font-size: 17px;
    }
}

@media (max-width:768px) {
    div.gallery {
        width: 100%;
    }

    .item-list-biz4 {
        display: table;
    }

    .responsive {
        width: 24.99999%;
        padding: 0 2px;
    }
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }

    .item-list-biz4 {
        display: table;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/*****footer*****/
/**cái này là form call**/
/*.nowrap {
    display: flex;
    flex-wrap: nowrap;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 3px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #17aee2;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
}
.refto-phonecs {
    border-radius: 5px;
    width: 224px;
    background-color: #17aee2;
    padding: 2px 1px;
    color: #fff !important;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
}
.refto-phonecs:hover{
    text-decoration:none !important;
}
span.label.hidden-xs.hidden-sm.nowrap:hover {
    color: #17aee2;
    text-decoration: none !important;
}*/

.refto-phonecs {
    font-size: 23px !important;
    color: #17aee2 !important;
}

    .refto-phonecs:hover {
        font-size: 23px !important;
        color: #17aee2 !important;
    }

.nowrap:hover {
    color: #17aee2 !important;
}

/******custom email form*****/
.parent-wrapper {
    position: relative;
    width: 400px;
    height: 270px;
    margin: 40px auto 0;
    background-image: url('http://www.imgbase.info/images/safe-wallpapers/digital_art/1_miscellaneous_digital_art/41750_1_miscellaneous_digital_art_simple_dark_shapes.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: -600%;
    background-color: #000;
    border-radius: 4px;
    color: #FFF;
    box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.5);
}

.close-btn {
    margin: 20px;
    font-size: 18px;
    cursor: pointer;
}

.subscribe-wrapper {
    position: absolute;
    left: -30px;
    right: -30px;
    height: 200px;
    padding: 30px;
    background-image: url('https://i.imgur.com/MRjF1PL.png?1');
    background-position-x: 272%;
    background-position-y: -1px;
    background-repeat: no-repeat;
    background-color: #FFF;
    border-radius: 4px;
    color: #333;
    box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.4);
}

    .subscribe-wrapper:after {
        position: absolute;
        content: "";
        right: -10px;
        bottom: 71px;
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #7149c7;
    }

    .subscribe-wrapper h4 {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 3px;
        line-height: 28px;
    }

    .subscribe-wrapper input {
        position: absolute;
        bottom: 30px;
        border: none;
        border-bottom: 1px solid #d4d4d4;
        padding: 10px;
        width: 65%;
        background: transparent;
        transition: all .25s ease;
    }

        .subscribe-wrapper input:focus {
            outline: none;
            border-bottom: 1px solid #a77cf4;
        }

    .subscribe-wrapper .submit-btn {
        position: absolute;
        border-radius: 30px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        background-color: #a77cf4;
        color: #FFF;
        padding: 12px 25px;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 2px;
        right: -10px;
        bottom: 30px;
        cursor: pointer;
        transition: all .25s ease;
        box-shadow: -5px 6px 20px 0px rgba(51, 51, 51, 0.4);
    }

        .subscribe-wrapper .submit-btn:hover {
            background-color: #8e62dc;
        }

.color-of-footerb4 {
    color: #083c57;
}

.contact-infor-footer {
    padding-top: 21px !important;
}

input#email {
    padding: 18px 103px;
    border-radius: 20em;
    border: 1px solid grey;
}

    input#email:hover, input#email:active, input#email:focus {
        border: 1px solid #17aee2;
    }

    input#email:active, input#email:focus {
        outline: none !important;
    }

.submit-form {
    font-size: 25px;
    display: flex;
}

#submit-btn-email {
    padding: 18px 24px;
    position: absolute;
    left: 0px;
    z-index: 1;
    border-radius: 21em;
    border: 1px solid grey;
    background-color: #17aee2;
    color: #fff;
    float: left;
    font-weight: bolder;
}

    #submit-btn-email:hover {
        border: 1px solid grey;
        background-color: #84d3f0;
        color: #000;
    }

    #submit-btn-email:active, #submit-btn-email:focus {
        border: 1px solid #17aee2;
        background-color: #17aee2;
        color: #fff;
        outline: none !important;
    }


#myForm {
    padding-top: 20px;
}

.box-message {
    font-size: 20px;
    color: #17aee2;
}

.box-message1 {
    font-size: 20px;
    color: red;
}

.submit-form-email {
    display: flex;
}

/******custom layout form email******/
.pure-material-textfield-filled {
    position: relative;
    display: inline-flex;
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 24px;
    line-height: 1.5;
    overflow: hidden;
}

    /* Input, Textarea */
    .pure-material-textfield-filled > input,
    .pure-material-textfield-filled > textarea {
        display: block;
        box-sizing: border-box;
        margin: 0;
        border: none;
        border-top: solid 27px transparent;
        border-bottom: solid 1px rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
        border-radius: 4px 4px 0 0;
        padding: 0 12px 10px;
        width: 100%;
        height: inherit;
        color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
        background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.04);
        box-shadow: none; /* Firefox */
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
        transition: border-bottom 0.2s, background-color 0.2s;
    }

        /* Span */
        .pure-material-textfield-filled > input + span,
        .pure-material-textfield-filled > textarea + span {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            box-sizing: border-box;
            padding: 7px 12px 0;
            color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
            font-size: 75%;
            line-height: 18px;
            pointer-events: none;
            transition: color 0.2s, font-size 0.2s, line-height 0.2s;
        }

            /* Underline */
            .pure-material-textfield-filled > input + span::after,
            .pure-material-textfield-filled > textarea + span::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                display: block;
                width: 100%;
                height: 2px;
                background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
                transform-origin: bottom center;
                transform: scaleX(0);
                transition: transform 0.3s;
            }

        /* Hover */
        .pure-material-textfield-filled > input:hover,
        .pure-material-textfield-filled > textarea:hover {
            border-bottom-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
            background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.08);
        }

        /* Placeholder-shown */
        .pure-material-textfield-filled > input:not(:focus):placeholder-shown + span,
        .pure-material-textfield-filled > textarea:not(:focus):placeholder-shown + span {
            font-size: inherit;
            line-height: 48px;
        }

        /* Focus */
        .pure-material-textfield-filled > input:focus,
        .pure-material-textfield-filled > textarea:focus {
            outline: none;
        }

            .pure-material-textfield-filled > input:focus + span,
            .pure-material-textfield-filled > textarea:focus + span {
                color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
            }

                .pure-material-textfield-filled > input:focus + span::before,
                .pure-material-textfield-filled > textarea:focus + span::before {
                    opacity: 0.12;
                }

                .pure-material-textfield-filled > input:focus + span::after,
                .pure-material-textfield-filled > textarea:focus + span::after {
                    transform: scale(1);
                }

        /* Disabled */
        .pure-material-textfield-filled > input:disabled,
        .pure-material-textfield-filled > textarea:disabled {
            border-bottom-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
            color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
            background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.24);
        }

            .pure-material-textfield-filled > input:disabled + span,
            .pure-material-textfield-filled > textarea:disabled + span {
                color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
            }

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .pure-material-textfield-filled > input,
        .pure-material-textfield-filled > input + span,
        .pure-material-textfield-filled > input + span::after,
        .pure-material-textfield-filled > textarea,
        .pure-material-textfield-filled > textarea + span,
        .pure-material-textfield-filled > textarea + span::after {
            transition-duration: 0.1s;
        }
    }
}


/*****button email******/
/*form {
    width: 300px;
    margin: 20px auto;
}*/

fieldset {
    position: relative;
    border: none;
}





.submit-email {
    position: relative;
    /*width: 100%;*/
    font-size: 20px;
    font-family: system-ui, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    margin-top: 20px;
    padding: 8px !important;
    color: rgba(0, 0, 0, 0.4);
    background: white;
    border: none;
    background: linear-gradient(to right, #17aee2 50%, transparent 50%);
    background-color: #cccccc;
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: all 0.6s ease;
}

    .submit-email:before {
        position: absolute;
        /*content: "Submit";*/
        top: 2px;
        bottom: 2px;
        left: 2px;
        right: 2px;
        display: block;
        /*background-color: rgba(0, 0, 0, 0.3);*/
        text-align: center;
    }

    .submit-email:active,
    .submit-email:focus,
    .submit-email:hover {
        outline: none;
        background-position: 0 0;
        color: #fff;
    }

@media(max-width:767px) {
    .content-bizsgov {
        display: block;
    }

    .Custom-bizsmart {
        display: block;
    }

    /*.bg-bizsmart {
        background-image: url(/images/bg-biz4-new/Mobile/BizSmart-mb.jpg.png);
        background-size: cover;
    }*/
}

@media (max-width: 1400px) {
    .ft-title-size {
        font-size: 49px;
    }

    .text-content-gallery p {
        font-size: 15px;
    }
}

@media (max-width: 700px) {
    .text-pd-bt {
        padding-bottom: 0px;
    }
}

.d-content-list4 {
    display: contents !important;
}





/******custom 4 gallery picture******/
@media only screen and (max-width:768px) {
    .custom-cotloi {
        font-size: 20px;
    }
}

@media only screen and (max-width:500px) {
    .custom-cotloi {
        font-size: 28px;
    }
}

.cotloi {
    padding-left: 10%;
    padding-right: 10%;
}

.bg-panel-cotloi {
    background: url(/images/About/about-cotloi.jpg) center center no-repeat;
    background-size: cover;
    min-height: 370px;
    margin: 15px 0px;
}

.bg-panel-cotloihome {
    background: url(/images/About/about-cotloi.jpg) center center no-repeat;
    background-size: cover;
    min-height: 370px;
    margin-top: 10px;
    margin-bottom: 3px;
}


@media only screen and (max-width: 1024px) {
    .cotloi {
        padding-left: 15px;
        padding-right: 15px;
    }

    .card {
        padding: 0rem;
    }
}

@media only screen and (max-width:768px) {
    /*.cotloi {
        padding-left: 15px;
        padding-right: 15px;
    }*/
    .card {
        padding: 0rem;
    }

    .custom-p-gtcotloi p {
        font-size: 18px;
    }

    .bg-panel-cotloi {
        min-height: 360px;
    }
}

.card {
    position: relative;
    /*background: rgba(242,242,242,0.6);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: #fafafa;
    width: auto;
    /*min-height: 535px;*/
   /* min-height: 350px;*/
    border-radius: 0;
    height:100%;
    padding: 0;
    /*box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2), 0 0 1rem rgba(0, 0, 0, 0.2);*/
    overflow: hidden;
}
@media (max-width:1440px){
   /* .card {
        min-height: 390px;
    }*/

   
}
@media (max-width:1024px) and (min-width:768px){
  /*  .card {
        min-height: 381px;
    }*/
    .cotloi{
        padding-left:0px;
        padding-right:0px;
    }
}
.card-about {
    position: relative;
    background-color: #fafafa;
    /*width: auto;*/
     /*min-height: 539px;*/ 
    min-height: 457px;
    border-radius: 6px;
    /*padding: 2rem;*/
    /* box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2), 0 0 1rem rgba(0, 0, 0, 0.2); */
    overflow: hidden;
}
.cotloi-about{
    padding-left:10%;
    padding-right:10%;
}
@media (max-width:1024px) {

    /*.content-sm2 {
        font-size: 1em;
        margin-top: 5px;
        line-height: 1 !important;
    }*/
    .cotloi-about {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:768px) {
    .card-about {
        min-height: 505px;
    }
}

@media only screen and (max-width: 450px) {
    .card-about {
        min-height: 380px;
        margin-bottom: 15px;
    }
}

.card__image-container {
    margin: -2rem -2rem 1rem -2rem;
}

.card__line {
    opacity: 0;
    animation: LineFadeIn 0.8s 0.8s forwards ease-in;
}

.card__image {
    /*opacity: 0;*/
    animation: ImageFadeIn 0.8s 1.4s forwards;
    height: 211px;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}
.card-bank {
    object-position: center center !important;
}

@media (max-width:768px) {
    /*.card__image {
        object-position: top center;
    }*/
}

.card__title {
    color: #1d1d1f;
    margin-top: 0;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-size: 25px;
/*    padding-bottom: 5px;*/
/*    border-bottom: 1px solid #ccc;*/
}

.card__content {
    margin-top: -1rem;
    /*opacity: 0;*/
    animation: ContentFadeIn 0.8s 1.6s forwards;
    padding-top: 15px;
    text-align: center;
    max-width: 200px;
}

.card__svg {
    position: absolute;
    left: 0;
    top: 95px;
}

.card__content p {
    margin-bottom: 0px;
}

@media only screen and (max-width:724px) {
    .card__content span {
        font-size: 20px;
    }

    .card__svg {
        top: 63px;
    }

    .card {
        padding: 1em;
        min-height: 360px;
        margin-top: 18px;
    }

    /*.card__image {
        height: 220px;
    }*/
    /*.card__content {
        margin-top: -2rem;
    }*/
}

.owl-item {
    background-color: transparent;
}


.owl-carousel .owl-item .Banner-center img {
    width: auto !important;
}
/*@media (min-width:768px){
    .owl-carousel .owl-item .Banner-center img {
        width: 10vh !important;
        height: auto;
    }
}*/
@media (max-width:768px) {
    .owl-carousel .owl-item .Banner-center img {
        width: 7vh !important;
        height: auto;
    }
}


.new-ft-2-content {
    text-align: left;
    margin-left: 3em;
    padding-left: 15px;
}

/*.pd-gov{
   height:50vw;
}*/
@media(max-width:768px) {
    .pd-gov {
        padding-top: 2em;
    }
}

.ft-content-center {
    margin-left: 25%;
    margin-right: 25%;
}

.pt-5-feature {
    padding-top: 100px;
}

/*****custom menu nav on mobile****
@media (max-width:768px){
    .chapternav {
         background: rgba(242,242,242,0.7); 
         background: #fff; 
         overflow: hidden; 
        padding: 0;
        padding-top: 0;
         padding-bottom: 12px; 
        position: fixed;
        text-align: center;
        width: 100%;
        height: 50px;
        z-index: 995;
         border-bottom: 1px solid rgb(234, 234, 234); 
         transition: all 0.5s ease-out 0s; 
         display: none; 
    }
    #ac-globalnav {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1000;
        display: flex;
        margin: 0;
        width: 100%;
         min-width: 1024px; 
         height: 48px; 
         max-height: 44px; 
         font-size: 17px; 
         -webkit-user-select: none; 
        -moz-user-select: none;
        -ms-user-select: none;
         user-select: none; 
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.7);
        border-bottom: 1px solid rgb(234, 234, 234);
    }
}*/


.owl-nav {
    text-align: center;
    justify-content: center;
    justify-items: center;
}
/******custom btn dang ky o bizwork home**********/
.btn-signup-home {
    border: 1px solid #17aee2;
    padding: 4px 23px !important;
    border-radius: 20em;
    color: #fff;
    background: #17aee2;
    /* font-weight: bold; */
    font-size: 1.2em;
    margin-top: 8px !important;
    justify-content: center !important;
    text-align: center !important;
}

@media(max-width:414px) {
    .btn-signup-home {
        padding: 5px 30px;
        font-size: 1.3em;
    }
}


.btn-signup-home:hover, .btn-signup-home:focus, .btn-signup-home:active {
    color: #17aee2 !important;
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(242,242,242,0.8);
    border-color: #17aee2;
    border-width: 0.5px;
    border-radius: 20em;
    text-align: center !important;
    border-width: 1px;
    text-decoration: none;
    margin-top: 25px;
}

.contact-more {
    width: 75%;
}

@media (max-width:768px) {
    /*.contact-more {
        width: 59%;
    }*/

    .ac-gf-footer .ac-gf-footer-legal-copyright {
        /*border-top: 1px solid;*/
        padding: 5px;
        margin-top: 15px !important;
    }
    /*#ac-globalfooter .ac-gf-directory-column-section 
      {
        padding-top: 0;
    }*/
}

.signup-footer {
    height: auto;
    padding: 7px 24px !important;
    color: #fff;
    border-radius: 20em !important;
}

    .signup-footer:hover {
        color: #17aee2 !important;
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.8);
        border-color: #17aee2;
        border-width: 0.5px;
        border-radius: 20em;
        text-align: center !important;
        border-width: 1px;
        text-decoration: none;
    }

@media (max-width:768px) {
    button.btn.bg-aqua.signup-footer {
        margin-right: 5px !important;
    }
}

.signin-footer {
    height: auto;
    padding: 7px 15px !important;
    color: #fff;
    border-radius: 20em !important;
}

    .signin-footer:hover {
        color: #17aee2 !important;
        backdrop-filter: saturate(180%) blur(20px);
        background: rgba(242,242,242,0.8);
        border-color: #17aee2;
        border-width: 0.5px;
        border-radius: 20em;
        text-align: center !important;
        border-width: 1px;
        text-decoration: none;
    }

.bg-aqua {
    background-color: #17aee2;
    border: 2px solid #17aee2;
    color: #fff;
    border: 1px solid #17aee2;
    border-radius:20em;
}
    .bg-aqua:hover {
        border: 1px solid #fff;
        color: #fff;
    }


    .img-slide1, .img-slide2, .img-slide3 {
        display: block;
        width: 100%;
        height: 500px;
    }

.btn-group {
    padding: 20px 0 0;
}

@media (max-width:767px) {
    .logo-customer {
        padding-bottom: 10px;
    }


    /*.customer-logo-list {
        padding: 19px;
    }*/
}

@media (min-width:768px) {
    .customer-logo-list {
        padding-top: 0rem;
        padding-bottom: 3rem;
    }
}

.mt-28 {
    padding-top: 400px !important;
}

.showinMB {
    display: none;
}

.information-NVD {
    font-size: 20px;
}

@media only screen and (max-width: 1550px) {
    .information-NVD {
        font-size: 20px;
    }
}

.p-center-lg-about {
    padding-left: 10%;
    padding-right: 10%;
}

.About-Biz4 {
    margin: 5px 0;
    background-color: #fafafa !important;
    padding: 10px 0;
}

.pt-1-custom {
    padding-top: 1em;
}

.new-pt-1 {
    padding: 0 10%;
}

.ft-3-about {
    height: 650px !important;
}

@media only screen and (max-width: 768px) {
    .pr-custom-1 {
        padding-right: 0%;
    }
}

@media screen and (max-width: 768px) {
    .ft-2-content {
        text-align: center !important;
        padding-top: 3em;
        /*padding-left: 10%;*/
        /*padding-right: 10%;*/
    }
}
/*@media only screen and (max-width: 1024px) {
 

    .card-about {
        padding: 0rem;
    }
}

@media only screen and (max-width:768px) {
    .cotloi {
        padding-left: 15px;
        padding-right: 15px;
    }
    .card-about {
        padding: 0rem;
    }

  
}*/

.logo-infor:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .About-Biz4 {
        margin: 5px 0;
        background-color: #fafafa !important;
        padding: 10px 0;
        font-size: 14px;
    }
}


@media screen and (max-width: 735px) and (min-width: 0px) {
    .ft-bg-panel-35 {
        background: url(../images/About/Mobile/bizwork-BizSmart.jpg) no-repeat bottom center;
        background-size: cover;
    }
}

.logo-customer img {
    height: auto;
    width: 100%;
}

/*@media (max-width:768px) {
    .logo-line1 img {
        height: auto;
        width: 50%;
    }
}
@media (max-width:768px) {
    .logo-line2 img {
        height: auto;
        width: 100%;
    }
}*/

.card {
    border: none !important;
}

.chapternav-label {
    font-size: 11px;
}

.content-sm2 {
    font-size: 1em;
    margin-top:5px;
    line-height:2;
}

.ft-content-size-2 {
    font-size: 25px;
    line-height: 1.33349;
    font-weight: 400;
    letter-spacing: .009em;
}

@media only screen and (max-width: 1024px) {
    .ft-content-size-2 {
        font-size: 21px !important;
    }
}

.ft-title-size-3 {
    font-size: 41px;
    line-height: 1.07143;
    font-weight: 600;
    letter-spacing: -.005em;
}

@media only screen and (max-width: 500px) {
    .ft-title-size-3 {
        font-size: 32px;
    }
}

.ac-gn-ab {
    width: 36px !important;
}

@media (max-width:724px) {
    .logo-infor, .des-menu {
        text-transform: uppercase;
    }
}

.about-nav {
    margin-right: 6px !important;
    margin-left: -5px !important;
}


@media (max-width: 414px) {
    .card {
        padding: 1em;
        min-height: 300px;
        margin-top: 18px;
    }
}

.content-h3{
    margin-bottom:.5em;
}
.border-bank{
    border-bottom:.5px solid #f2f2f2;
}


.animate-delay-time1 {
    animation-delay: 0.1s;
}
.animate-delay-time2 {
    animation-delay: 0.4s;
}
.animate-delay-time3{
    animation-delay: 0.8s;
}
.animate-delay-time4{
    animation-delay: 1.2s;
}
@media (max-width:724px){
    .animate-delay-time1, .animate-delay-time2, .animate-delay-time3, .animate-delay-time4{
        animation-delay:0s;
    }
}
/****custom map**/
.address-map{
    margin-top:.8em;
    text-align:center;
}
.address-map iframe{
    height:320px;
}
@media (max-width:1200px){
    .address-map iframe {
        /*width: 400px;*/
        height: 260px;
    }
}
@media (max-width:992px) {
    .address-map iframe {
        /*width: 300px;*/
        height: 200px;
    }
} 
@media (max-width:768px){
    .address-map iframe {
        /*width: 300px;*/
        height: 200px;
    }
}
 @media (max-width:724px){
    .right-form-register{
        margin-top :2em;
    }
 }
.balloon:focus + .label-active-Note, .balloon:active + .label-active-Note {
    color: #fff;
    text-shadow: 0 1px 0 rgba(19, 74, 70, .4);
    background: #17aee2;
    display:none;
    transform: translateY(-85px) !important;
}

.btn-sm-form-contact-about {
    width: 100%;
    width: -webkit-fill-available;
}


/****************/


.dropbtn {
    background-color: #17aee2;
    color: white;
    padding: 6px 15px !important;
    font-size: 16px;
    border-radius: 20em;
}


.dropdown-content {
    display: none;
    position: absolute;
    border-radius: 12px;
    background-color: transparent;
    width: initial;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    overflow: hidden;
}

    .dropdown-content a {
        color: black;
        padding: 0px 8px !important;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            color: white;
        }

.dropdown:hover .dropdown-content {
    display: block;
}
/*.content-dropdown {
    padding: 4px 9px !important;
}*/
.content-dropup {
    padding: 4px 9px  !important;
    list-style:none;
}

.dropdown:hover .dropbtn {
    background: rgba(242,242,242,0.8);
    color: #17aee2 !important;
}

.dropdown-content {
    list-style: none;
}

.About-BizGOV {
    margin: 5px 0;
    background: rgba(242,242,242,0.9);
    padding: 10px 0;
}
.ft-bg-panel-gov {
    background: url(../images/bizgov/toandien.png) no-repeat center;
    background-size: cover;
}

.mt-27 {
    padding-top: 340px !important;
}


@media (max-width:770px){
    .show-hide-content{
        display:none !important;
    }
}
/*.show-hide-content{
    display:block;
}*/

@media (max-width:1024px){
    .btn-mg{
        margin-top:12px;
    }
}

.img-icon-1{
    width:10%;
}
.img-icon-2 {
    width: 10%;
}
.img-icon-3 {
    width: 10%;
    /*margin-left:-11px;*/
}
.img-icon-4 {
    width: 10%;
}


.btn-float{
    text-align:left;
}
@media (max-width:1024px){
    .btn-float {
        text-align: center;
    }
}

/*@media only screen and (max-width: 426px){
    .dropdown {
         visibility: visible !important; 
         overflow: hidden; 
    }
}*/

/*******************/
.dropbtn-footer {
    background-color: #17aee2;
    color: white;
    padding: 6px 15px !important;
    font-size: 16px;
    border-radius: 20em;
}

.dropup {
    position: relative;
    display: inline-block;
}

.dropup-content-footer {
    display: none;
    position: absolute;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    overflow: hidden;
    width:initial;
    /*min-width: 160px;*/
    bottom: 35px;
}

    .dropup-content-footer a {
        color: black;
        /*padding: 0px 8px !important;*/
        text-decoration: none;
        display: block;
    }

        .dropup-content-footer a:hover {
            color: white;
        }

.dropup:hover .dropup-content-footer {
    display: block;
}

.dropup:hover .dropbtn {
    background-color: #2980B9;
}

@media (max-width:768px){
    .btn-group {
        padding: 0px;
    }
}


