body {
    font-family: 'Montserrat';
    font-size: 14px;
    top: 0px !important;
    width: 100%;
    font-weight: 400;
    letter-spacing: 0.5px;
}

:root {
    --main-color: #0099BE ;
    --MAIN-COLOR: #0099BE ;
    --main-color-hover: #0287a9 ;
    --MAIN-COLOR-HOVER: #0287a9 ;
    --main-color1: #007CD1 ;
    --MAIN-COLOR1: #007CD1 ;
    --main-color-hover1: #0272bd ;
    --MAIN-COLOR-HOVER1: #0272bd ;
}

/* :root {
    --main-color: #0099BE !important;
    --MAIN-COLOR: #0099BE !important;
    --main-color-hover: #0287a9 !important;
    --MAIN-COLOR-HOVER: #0287a9 !important;
    --main-color1: #007CD1 !important;
    --MAIN-COLOR1: #007CD1 !important;
    --main-color-hover1: #0272bd !important;
    --MAIN-COLOR-HOVER1: #0272bd !important;
} */

.body-hidden {
    overflow: hidden;
}

.clear {
    clear: both;
}

.relative {
    position: relative;
}

.container {
    width: 100%;
    max-width: 1140px;
}

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

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--main-color);
    text-decoration: none;
}


/* ::selection {
    background-color: var(--main-color);
    color: white;
}

::moz-selection {
    background-color: var(--main-color);
    color: white;
}

::webkit-selection {
    background-color: var(--main-color);
    color: white;
} */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*
############ Common ############
*/

.slogan_t {
    position: absolute;
    white-space: nowrap;
    font-size: 71%;
    bottom: 3px;
    line-height: normal;
    font-weight: 600;
    left: 60px;
    color: var(--main-color);
    letter-spacing: -0.8px;
    margin: 0;
}

@media(max-width: 767px) {
    .slogan_t {
        bottom: -2px;
        left: 38px;
    }
}

.footer-download-app {}

.footer-download-app a {
    display: inline-block;
    margin-right: 12px;
    margin-top: -8px;
}

.footer-download-app img {
    max-height: 54px;
}

.vinateks-icon-menu {
    padding: 9px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    margin: 0px;
    top: 8px;
    left: 8px;
    display: none;
}

.vinateks-icon-menu span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    margin: 4px 0px;
}

@media(max-width: 767px) {
    .vinateks-icon-menu {
        display: block;
    }
}

.vinateks-header {
    position: relative;
    padding: 0px;
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#007cd1', endColorstr='#0099be');
    background-color: #007cd1;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#007cd1), to(#0099be));
    background-image: -webkit-linear-gradient( -45deg, #007cd1, #0099be);
    background-image: -moz-linear-gradient(-45deg, #007cd1, #0099be);
    background-image: -ms-linear-gradient(-45deg, #007cd1, #0099be);
    background-image: -o-linear-gradient(-45deg, #007cd1, #0099be);
    background-image: linear-gradient( -45deg, #007cd1, #0099be);
}

@media(max-width: 767px) {
    .vinateks-header {}
}

.vinateks-header-logo {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 0px;
    left: 0px;
    background: rgb(0 0 0 / 10%);
}

@media(max-width: 767px) {
    .vinateks-header-logo {
        filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#007cd1', endColorstr='#0099be');
        background-color: #007cd1;
        background-image: -webkit-gradient(linear, left top, right bottom, from(#007cd1), to(#0099be));
        background-image: -webkit-linear-gradient( -45deg, #007cd1, #0099be);
        background-image: -moz-linear-gradient(-45deg, #007cd1, #0099be);
        background-image: -ms-linear-gradient(-45deg, #007cd1, #0099be);
        background-image: -o-linear-gradient(-45deg, #007cd1, #0099be);
        background-image: linear-gradient( -45deg, #007cd1, #0099be);
    }
}

.vinateks-header-logo .container {
    /* max-width: 1253px; */
}

.vinateks-header-logo .container .row {}

@media(max-width: 767px) {
    .vinateks-header-logo .container .row {
        display: block;
    }
}

.vinateks-logo {
    display: block;
    position: relative;
    z-index: 1;
    padding: 15px 0px;
}

.vinateks-logo img {
    display: inline-block;
    max-height: 75px;
}

@media(max-width: 991px) {
    .vinateks-logo {
        padding: 10px !important;
    }
}

@media(max-width: 767px) {
    .vinateks-logo {
        text-align: center;
        padding: 12px 0px !important;
    }
    .vinateks-logo img {
        max-height: 32px !important;
        margin-left: 0px;
    }
}

.vinateks-menu {
    text-align: center;
    position: static;
}

@media(max-width: 767px) {
    .vinateks-menu {
        padding: 0px !important;
        position: static;
    }
}

.vinateks-menu ul {
    margin: 0px;
}

@media(min-width: 768px) {
    .vinateks-menu>ul {
        display: block !important;
    }
}

@media(max-width: 767px) {
    .vinateks-menu ul {
        display: none;
        padding: 0px;
        margin-top: 0px !important;
        filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#007cd1', endColorstr='#0099be');
        background-color: #007cd1;
        background-image: -webkit-gradient(linear, left top, right bottom, from(#007cd1), to(#0099be));
        background-image: -webkit-linear-gradient( -45deg, #007cd1, #0099be);
        background-image: -moz-linear-gradient(-45deg, #007cd1, #0099be);
        background-image: -ms-linear-gradient(-45deg, #007cd1, #0099be);
        background-image: -o-linear-gradient(-45deg, #007cd1, #0099be);
        background-image: linear-gradient( -45deg, #007cd1, #0099be);
    }
}

.vinateks-menu ul>li {
    list-style-type: none;
    display: inline-block;
    padding: 0px;
}

.vinateks-menu ul>li:nth-last-child(2),
.vinateks-menu ul>li:nth-last-child(1) {
    float: right;
}

.vinateks-menu ul>li:nth-last-child(1) a {
    background: none;
    border-radius: 50px;
    opacity: 1;
    padding: 7px 24px 7px;
    border: 1px solid #fff;
    font-size: 100%;
    font-weight: 400;
    color: #fff;
    margin: 21px 0px;
}

.vinateks-menu ul>li:nth-last-child(2) a {
    border-radius: 50px;
    text-transform: capitalize;
    padding: 7px 25px 7px;
    border: 1px solid #fff;
    font-size: 100%;
    font-weight: 400;
    background: #fff;
    color: #0099be;
    margin: 21px 0px 21px 5px;
}

.vinateks-menu ul>li:nth-last-child(1) a:after,
.vinateks-menu ul>li:nth-last-child(2) a:after {
    display: none;
}

.vinateks-menu ul>li>a {
    color: #fff;
    display: block;
    font-size: 114%;
    font-weight: 300;
    padding: 28px 15px;
    opacity: 0.9;
    text-decoration: none;
    position: relative;
}

.vinateks-menu ul>li:hover>a {
    opacity: 1;
}

@media(max-width: 1100px) {
    .vinateks-menu ul>li>a {
        padding: 10px 8px 9px;
    }
}

@media(max-width: 991px) {
    .vinateks-menu ul>li>a {
        font-size: 107%;
    }
}

@media(max-width: 767px) {
    .vinateks-menu ul>li {
        list-style-type: none;
        display: block;
        position: relative;
        padding: 0px 0px;
        text-align: left;
        float: none !important;
    }
    .vinateks-menu ul>li>a {
        padding: 15px 10px !important;
        border-top: 1px solid #0096c0 !important;
        color: #fff !important;
        border-bottom: none !important;
        text-align: left;
        margin-left: 0px !important;
        border-left: none !important;
        border-right: none !important;
        border-radius: 0px !important;
        background: none !important;
        margin: 0px !important;
    }
}

.vinateks-menu ul>li:hover>.sub {
    display: block;
}

.vinateks-menu ul>li>a:after {
    bottom: 0px;
    right: 0px;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
    left: 50%;
    display: none;
}

.vinateks-menu ul>li>.sub {
    position: absolute;
    padding: 15px 0px 25px;
    background: #fff;
    width: 100%;
    left: 0px;
    margin: auto;
    top: 100%;
    margin-top: 0px;
    display: none;
}

.vinateks-menu ul>li>.sub .item {
    margin: 0px;
}

.vinateks-menu ul>li>.sub .item li {
    float: none;
    text-align: left;
}

.vinateks-menu ul>li>.sub .item li>h3 {
    color: #0099be;
    font-size: 143%;
    font-weight: 600;
    margin: 10px 0px 2px;
    text-transform: uppercase;
}

.vinateks-menu ul>li>.sub .item li>.info {
    color: #777;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 12px;
    margin-bottom: 5px;
}

.vinateks-menu ul>li>.sub .item li>ul {
    padding: 0px;
    margin: 0px;
}

.vinateks-menu ul>li>.sub .item li>ul li {
    float: none;
    width: 100%;
    margin: 4px 0px;
    font-size: 93%;
}

.vinateks-menu ul>li>.sub .item li>ul li>i {
    margin-right: 4px;
    margin-left: 6px;
}

.vinateks-menu ul>li>.sub .item li>ul li:first-child {
    font-weight: 600;
    margin: 8px 0px 5px;
    font-size: 121%;
}


/**/

.vinateks-banner {
    padding: 190px 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.vinateks-banner .info {}

.vinateks-banner .info h3 {
    display: block;
    font-weight: 600;
    font-size: 353%;
    margin-bottom: 4px;
    color: #fff;
    text-transform: uppercase;
}

.vinateks-banner .info h3>span {
    margin: 0px 0px 15px;
    line-height: 1.4;
    font-size: 171%;
    color: #fff;
    text-transform: none;
}

.vinateks-banner .info h4 {
    font-weight: 300;
    line-height: 1.6;
    font-size: 114%;
    margin-bottom: 25px;
    color: #fff;
}

@media(max-width: 767px) {
    .vinateks-banner .info h3>span {
        font-size: 171%;
    }
    .vinateks-banner .info h4 {
        font-size: 86%;
    }
    .vinateks-banner .view-all a {
        padding: 5px 26px;
    }
}

.vinateks-banner .img {}

.view-all a {
    background: #f37334;
    border: 1px solid #f37334;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 35px 10px;
    border-radius: 60px;
    font-size: 107%;
    font-weight: 400;
    display: inline-block;
}

.view-all a:hover {
    background: #e26b31;
}

@media(max-width: 767px) {
    body .vinateks-banner .row .info {
        text-align: left;
        padding-bottom: 45px !important;
        padding-right: 130px !important;
        padding-left: 20px !important;
    }
    .vinateks-banner {
        padding: 44px 0px 0px;
    }
    .vinateks-banner .info h3 {
        font-size: 107%;
    }
}


/**/

.vinateks-finance {
    border-bottom: 1px solid #089cd2;
    text-align: center;
    padding: 50px 0px;
}

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

.vinateks-finance .row {
    margin: 0px -8px;
}

.vinateks-finance .item {
    padding: 0px 0px !important;
}

.vinateks-finance .item .iframe {
    padding: 0px 20px;
    background: rgba(255, 255, 255, 0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 20px;
    -moz-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 6px 0px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 6px 0px rgb(0 0 0 / 10%);
    margin: 8px 6px;
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#007cd1', endColorstr='#0099be');
    background-color: #007cd1;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#007cd1), to(#0099be));
    background-image: -webkit-linear-gradient( -45deg, #007cd1, #0099be);
    background-image: -moz-linear-gradient(-45deg, #007cd1, #0099be);
    background-image: -ms-linear-gradient(-45deg, #007cd1, #0099be);
    background-image: -o-linear-gradient(-45deg, #007cd1, #0099be);
    background-image: linear-gradient( -45deg, #007cd1, #0099be);
}

@media(max-width: 767px) {
    .vinateks-finance .item .iframe {
        margin: 8px 0px;
    }
    body .vinateks-finance .container .item {
        padding: 0px 4px !important;
    }
}

.vinateks-finance .item .img {
    margin: 30px 0px 22px;
}

.vinateks-finance .item .img img {
    display: inline-block;
    height: 120px;
}

.vinateks-finance .item h3 {
    color: #fff;
    font-weight: 600;
    font-size: 114%;
    margin: 0px 0px 14px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vinateks-finance .item .info {
    color: rgba(255, 255, 255, 0.6);
    display: -webkit-box;
    max-height: 40px;
    font-size: 93%;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.vinateks-finance .item .view {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 86%;
    color: rgba(255, 255, 255, 0.8);
}

.vinateks-finance .owl-controls .owl-pagination {
    text-align: center;
}

.vinateks-finance .owl-controls .owl-pagination>div {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #ddd;
    display: inline-block;
    margin: 0px 3px;
}

.vinateks-finance .owl-controls .owl-pagination>div.active,
.vinateks-finance .owl-controls .owl-pagination>div:hover {
    background: #f37334;
}

.vinateks-finance .slick-dots {
    padding: 0px;
    margin: 10px 0px 0px;
    text-align: center;
}

.vinateks-finance .slick-dots li {
    list-style: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bdbdbd;
    border-radius: 10px;
    margin: 0px 2px;
    cursor: pointer;
}

.vinateks-finance .slick-dots li.slick-active {
    background: #0081cd;
}

.vinateks-finance .slick-dots li button {
    display: none;
}

.vinateks-finance .slick-slider .slick-prev {
    border: none;
    position: absolute;
    top: 50%;
    left: 0px;
    font-size: 200%;
    background: rgb(0 0 0 / 40%);
    color: #fff;
    width: 30px;
    text-align: center;
    padding-right: 9px;
    margin-top: -21px;
    z-index: 111;
}

.vinateks-finance .slick-slider .slick-next {
    border: none;
    position: absolute;
    top: 50%;
    right: 0px;
    font-size: 200%;
    background: rgb(0 0 0 / 40%);
    color: #fff;
    width: 30px;
    text-align: center;
    padding-left: 9px;
    margin-top: -21px;
    z-index: 111;
}


/**/

.vinateks-why {
    padding: 60px 0px 0px;
    background: var(--main-color);
}

.vinateks-why-content2 {
    background: #fff;
    padding: 0 0 20px;
}

@media(max-width: 767px) {
    .vinateks-why {
        padding: 30px 0px 0px;
    }
    .vinateks-why .content {
        padding: 0 10px;
    }
}

.vinateks-why .content ul {
    padding: 0px;
    float: left;
    width: 100%;
    margin: 0px;
}

.vinateks-why .content ul li {
    /* width: calc(100% + 160px); */
    list-style-type: none;
    margin: 12px 0px;
}

@media(max-width: 991px) {
    .vinateks-why .content ul li {
        margin: 8px 0px;
    }
}

@media(max-width: 767px) {
    .vinateks-why .content ul li {
        margin: 6px 0px;
        text-align: center;
        padding-bottom: 20px;
    }
}

.vinateks-why .content ul li .avatar {
    float: left;
    width: 82px;
    margin-right: 15px;
}

@media(max-width: 767px) {
    .vinateks-why .content ul li .avatar {
        width: 45px;
    }
}

.vinateks-why .content ul li .avatar img {}

.vinateks-why .content ul li .name {
    color: var(--main-color);
    font-size: 136%;
    margin: 100px 0px 15px;
    line-height: 1.2;
    font-weight: 600;
    /* width: calc(100% - 98px); */
    color: #fff;
    font-size: 243%;
    position: relative;
    z-index: 2;
}

@media(max-width: 767px) {
    .vinateks-why .content ul li .name {
        font-size: 143%;
        font-weight: 600;
        margin-top: 30px;
    }
}

.vinateks-why .content ul li .info {
    color: #dee1e8;
    line-height: 1.4;
    font-size: 114%;
    color: #444;
    /* float: left; */
    /* width: calc(100% - 100px); */
    position: relative;
    z-index: 2;
    color: #fff;
    margin-bottom: 30px;
}

@media(max-width: 767px) {
    .vinateks-why .content ul li .info {
        font-size: 107%;
        font-weight: 300;
    }
}

.vinateks-why .content ul li .link {}

.vinateks-why .content ul li .link a {
    display: inline-block;
    border: 1px solid #ffff;
    color: #fff;
    border-radius: 5px;
    padding: 8px 20px;
    font-weight: 600;
}

.vinateks-why .content ul li .link a:hover {
    background: #fff;
    color: var(--main-color);
}

.vinateks-why .content ul li .link a:last-child {
    background: #fff;
    color: var(--main-color);
    margin-left: 10px;
}

.vinateks-why .content ul li .link a:last-child:hover {
    background: none;
    color: #fff;
}

.vinateks-why .content .img {
    margin-top: 10px;
    text-align: left;
}

.vinateks-why .content .img img {
    display: inline-block;
    margin-top: 50px;
    /* max-width: 470px; */
}

@media(max-width: 992px) {
    .vinateks-why .content .img img {
        max-width: 100%;
    }
}

.vinateks-why .content2 {
    background: #fff;
    padding: 40px 0px 10px;
}

@media(max-width: 767px) {
    .vinateks-why .content .img {
        margin-top: 10px;
    }
    .vinateks-why .content .img img {
        max-width: 100%;
        margin-top: 15px;
    }
    .vinateks-why .content2 {
        padding: 10px 13px;
    }
}

.vinateks-why .content2 .row {
    display: flex;
}

.vinateks-why .content2 .row .item {
    border: 1px solid #e9e9e9;
    padding: 22px !important;
    border-radius: 6px;
    margin: 7px 10px !important;
}

@media(max-width: 767px) {
    .vinateks-why .content2 .row {
        display: block;
    }
    .vinateks-why .content2 .row .item {
        margin: 7px 0px !important;
        padding: 15px !important;
    }
}

.vinateks-why .content2 .row .item .iframe {
    /* border: 1px solid #e9e9e9; */
    /* padding: 25px; */
    /* border-radius: 6px; */
    /* margin: 7px 0px; */
}

.vinateks-why .content2 .row .item .iframe .img:after {
    content: '';
    display: block;
    clear: both;
}

.vinateks-why .content2 .row .item .iframe .img span {
    float: left;
    width: calc(100% - 70px);
    font-size: 129%;
    font-weight: 600;
    line-height: 1.2;
    padding-right: 70px;
}

.vinateks-why .content2 .row .item .iframe .img {
    display: flex;
    align-items: center;
}

.vinateks-why .content2 .row .item .iframe .img img {
    width: 60px;
    margin-right: 10px;
    float: left;
}

.vinateks-why .content2 .row .item .iframe .info {
    margin: 10px 0 0 0;
    font-size: 100%;
    line-height: 1.5;
    min-height: 42px;
}

.vinateks-why .content2 .row .item .iframe .view {
    margin-top: 15px;
}

.vinateks-why .content2 .row .item .iframe .view a {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 86%;
    cursor: pointer;
}

.vinateks-why .content2 .row .item .iframe .view a:hover {
    background: var(--main-color-hover);
}


/**/

.vinateks-why-1 {
    padding: 50px 0px;
}

@media(max-width: 767px) {
    .vinateks-why-1 {
        padding: 5px 5px;
    }
}

.vinateks-why-1 .content {}

.vinateks-why-1 .content .row {
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.vinateks-why-1 .content .row>div {}

.vinateks-why-1 .content .item {
    width: 33%;
    float: left;
}

.vinateks-why-1 .content .item .iframe {
    padding: 15px 30px;
    /* text-align: left; */
}

@media(max-width: 767px) {
    .vinateks-why-1 .content .item {
        width: 100%;
    }
    .vinateks-why-1 .content .item .iframe {
        padding: 0px 5px;
        /* text-align: left; */
    }
}

.vinateks-why-1 .content .item .iframe .img {}

.vinateks-why-1 .content .item .iframe .img img {
    width: 130px;
}

.vinateks-why-1 .content .item .iframe .title {
    margin: 10px 0 10px 0;
    font-size: 129%;
    line-height: 1.3;
    font-weight: 600;
}

.vinateks-why-1 .content .item .iframe .short_info {
    height: 80px;
    margin-bottom: 20px;
}


/**/

.vinateks-vision {
    background: #fff;
}

.vinateks-vision .content {
    margin: 50px 0px;
    padding: 0px 70px;
}

@media(max-width: 767px) {
    .vinateks-vision .content {
        padding: 0 5px;
        margin: 20px 0px;
    }
}

.vinateks-vision .content .row {}

.vinateks-vision .content .row>div {
    padding-right: 120px;
}

.vinateks-vision .content .img {
    text-align: center;
    padding: 0 !important;
}

.vinateks-vision .content:nth-child(2n) .img {
    float: right;
}

.vinateks-vision .content:nth-child(2n) .info {
    text-align: right;
    padding-right: 15px;
    padding-left: 120px;
}

.vinateks-vision .content .img img {
    max-width: 250px;
    display: inline-block;
}

.vinateks-vision .content .title {
    margin: 14px 0 10px 0;
    color: var(--main-color);
    font-size: 186%;
    font-weight: 900;
}

.vinateks-vision .content .short_info {
    color: #111;
    font-size: 129%;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.vinateks-vision .content .information {
    font-size: 107%;
}

@media(max-width: 767px) {
    .vinateks-vision .content:nth-child(2n) .info {
        text-align: left;
    }
}


/**/

.vinateks-story {
    position: relative;
    padding: 50px 0px;
    overflow: hidden;
    /* background: #f5f5f5; */
    display: none;
}

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

.vinateks-story .title-option {}

.vinateks-story .info-option {}

.vinateks-story .content {}

.vinateks-story .row {
    margin: 0px -8px;
}

.vinateks-story .content .item {
    padding: 0px 12px;
    margin: 12px 0px;
}

.vinateks-story .content .item .iframe {
    background-color: #fff;
    -moz-box-shadow: 0px 0px 8px rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 12%);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 12%);
    padding: 0px 0px 20px;
    border-radius: 4px;
}

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

.vinateks-story .content .item .img {
    margin-bottom: 20px;
}

.vinateks-story .content .item .img a {
    display: block;
    overflow: hidden;
    margin: auto;
    position: relative;
    height: 0px;
    padding-bottom: 56%;
    border-radius: 4px 4px 0px 0px;
}

.vinateks-story .content .item .img a img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.vinateks-story .content .item .info {
    padding: 0px 20px;
}

.vinateks-story .content .item .info .name {
    margin-bottom: 9px;
    text-align: center;
    background: url(../imgs1/asset.png) no-repeat;
    background-position: center top;
    background-size: 25px;
    padding-top: 22px;
}

.vinateks-story .content .item .info .name a {
    color: #0099be;
    font-size: 114%;
    font-weight: 700;
    /* height: 47px; */
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vinateks-story .content .item .info .des {
    font-size: 100%;
    color: #777;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    height: 84px;
}

.vinateks-story .content .item .info .des p {
    margin-bottom: 0px;
}

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

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


/**/

.vinateks-trading {
    padding: 60px 0px;
    background: url(../imgs1/trading.jpg);
    background-size: cover;
    background-position: center center;
}

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

.vinateks-trading .title-option {
    color: #fff;
}

.vinateks-trading .info-option {
    color: #fff;
}

.vinateks-trading .view-all a {
    border-radius: 50px;
}


/**/

.bg-footer {
    font-size: 107%;
    font-weight: 300;
    background: rgba(235, 237, 240, 0.8);
    padding: 60px 0px 0px;
    color: #fff;
    background-color: #007cd1;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#007cd1), to(#0099be));
    background-image: -webkit-linear-gradient( -45deg, #007cd1, #0099be);
    background-image: -moz-linear-gradient(-45deg, #007cd1, #0099be);
    background-image: -ms-linear-gradient(-45deg, #007cd1, #0099be);
    background-image: -o-linear-gradient(-45deg, #007cd1, #0099be);
    background-image: linear-gradient( -45deg, #007cd1, #0099be);
}

@media(max-width: 767px) {
    .bg-footer {
        padding-top: 30px;
    }
}

.bg-footer a {
    color: #fff;
}

.bg-footer .container-fluid {
    max-width: 1300px;
}

.bg-footer .form-control {
    background: #2A2F47;
    height: 45px;
    border: 0;
    border-radius: 50px;
    margin-bottom: 15px;
    padding: 6px 18px;
}

.bg-footer .btn-mail {
    font-weight: 400;
    padding: 12px 18px 11px;
    border: none;
    background-color: #0099be;
    color: #fff;
    border-radius: 0px 50px 50px 0px;
    font-size: 114%;
    position: absolute;
    bottom: 0px;
    right: -1px;
}

.vinateks-menu-f {
    list-style-type: none;
    padding: 0px;
}

.vinateks-menu-f li {
    margin-bottom: 16px;
    position: relative;
}

.vinateks-menu-f li.title-f-2 {
    font-weight: 600;
    font-size: 186%;
    margin-bottom: 15px;
}

.vinateks-menu-f li a {
    text-decoration: none;
    font-size: 107%;
    font-weight: 300;
}

.bg-footer .white1 {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}

.title-option {
    font-size: 171%;
    color: var(--main-color);
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    max-width: 550px;
    margin: 0px auto 55px;
    position: relative;
    text-transform: uppercase;
    padding-top: 20px;
}

.title-option span {
    display: block;
    color: #555;
}

.title-option a {
    text-decoration: none;
}

.title-option:before {
    content: '';
    position: absolute;
    bottom: -12px;
    width: 240px;
    height: 1px;
    background: #e8e8e8;
    left: 0;
    right: 0;
    margin: auto;
}

.title-option:after {
    content: '';
    position: absolute;
    bottom: -16px;
    width: 100px;
    height: 1px;
    background: #e8e8e8;
    left: 0;
    right: 0;
    margin: auto;
}

.info-option {
    font-size: 114%;
    line-height: 1.6;
    max-width: 750px;
    color: #666;
    text-align: center;
    margin: -24px auto 25px;
}

.title-option1 {
    color: var(--main-color);
    font-size: 114%;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin: 0px 0px 12px;
    text-transform: uppercase;
}


/**/

.vinateks-home-about {
    background: rgb(0 153 190 / 10%);
    padding: 100px 0px;
}

.vinateks-home-about .content {
    padding: 0px 50px;
}

@media(max-width: 767px) {
    .vinateks-home-about {
        padding: 30px 5px;
    }
    .vinateks-home-about .content {
        padding: 0;
        text-align: center;
    }
}

.vinateks-home-about .content .row {}

.vinateks-home-about .content .row>div {}

.vinateks-home-about .content .img {}

@media(max-width: 767px) {
    .vinateks-home-about .content .img img {
        max-width: 80%;
        display: inline-block;
        margin: 0px auto;
    }
}

.vinateks-home-about .content .info {
    text-align: left;
}

.vinateks-home-about .content .info .title {
    margin: 50px 0 12px 0;
    font-weight: 600;
    line-height: 1.3;
    font-size: 171%;
}

.vinateks-home-about .content .info .short_info {
    color: var(--main-color);
    text-transform: uppercase;
    letter-spacing: -2px;
    position: relative;
    padding-left: 90px;
    margin-bottom: 15px;
}

.vinateks-home-about .content .info .short_info span:nth-child(1) {
    font-weight: 700;
    font-size: 397%;
    position: absolute;
    left: 0;
    top: -7px;
}

.vinateks-home-about .content .info .short_info span:nth-child(2) {
    font-weight: 600;
    font-size: 200%;
    display: block;
}

.vinateks-home-about .content .info .short_info span:nth-child(3) {
    font-weight: 600;
    font-size: 200%;
    display: block;
    margin-top: -16px;
}

.vinateks-home-about .content .info .information {
    font-size: 121%;
}


/**/

.vinateks-home-about-1 {
    background: #f9f9f9;
    padding: 50px 0px;
    background: #fff;
}

.vinateks-home-about-1 .content {
    padding: 0px 50px;
}

@media(max-width: 767px) {
    .vinateks-home-about-1 {
        padding: 28px 0 16px;
    }
    .vinateks-home-about-1 .content {
        padding: 0 5px;
    }
}

.vinateks-home-about-1 .content .row {}

.vinateks-home-about-1 .content .row>div {}

.vinateks-home-about-1 .content .img {}

.vinateks-home-about-1 .content .img img {}

.vinateks-home-about-1 .content .info {
    text-align: center;
}

.vinateks-home-about-1 .content .info .title {
    margin: 35px 0 12px 0;
    font-weight: 700;
    line-height: 1.3;
    font-size: 157%;
    text-align: left;
}

.vinateks-home-about-1 .content .info .title span {
    color: var(--main-color);
}

.vinateks-home-about-1 .content .info .short_info {
    position: relative;
    margin-bottom: 15px;
    text-align: left;
}

.vinateks-home-about .content .info .information {
    font-size: 121%;
}

.vinateks-home-about-1 .content .info>img {
    width: 170px;
    display: inline-block;
}


/**/

.vinateks-application1 {
    position: relative;
    padding: 30px 0px 50px;
    overflow: hidden;
    background: #f5f5f5;
}

.vinateks-application1 .content {
    padding: 0px 150px;
}

.vinateks-application1 .content1 {
    position: relative;
    height: 600px;
}

.vinateks-application1 .content .item0 {
    text-align: center;
    width: 280px;
    height: 216px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.vinateks-application1 .content .item1 {
    text-align: center;
    width: 385px;
    position: absolute;
    top: 0;
    left: 0;
}

.vinateks-application1 .content .item1 .icon {
    position: absolute;
    width: 48px;
    bottom: 58px;
    right: 66px;
    z-index: 1;
}

.vinateks-application1 .content .item2 {
    text-align: center;
    width: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
}

.vinateks-application1 .content .item2 .icon {
    position: absolute;
    top: 35px;
    width: 110px;
    right: -26px;
}

.vinateks-application1 .content .item3 {
    text-align: center;
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
}

.vinateks-application1 .content .item3 .icon {
    position: absolute;
    width: 110px;
    top: 4px;
    left: -72px;
}

.vinateks-application1 .content .item4 {
    text-align: center;
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
}

.vinateks-application1 .content .item4 .icon {
    position: absolute;
    width: 50px;
    bottom: 0;
    left: 0;
}

@media(max-width: 767px) {
    .vinateks-application1 {
        padding: 10px 0px 20px;
    }
    .vinateks-application1 .content {
        padding: 0px 5px;
    }
    .vinateks-application1 .content1 {
        height: 390px;
    }
    .vinateks-application1 .content .item0 {
        width: 180px;
        height: 140px;
        z-index: 222;
    }
    .vinateks-application1 .content .item1 {
        width: 170px;
    }
    .vinateks-application1 .content .item1 .icon {
        width: 48px;
        bottom: -28px;
        right: 40px;
    }
    .vinateks-application1 .content .item2 {
        width: 170px;
    }
    .vinateks-application1 .content .item2 .icon {
        width: 90px;
        top: 0px;
        right: 9px;
    }
    .vinateks-application1 .content .item3 {
        width: 150px;
    }
    .vinateks-application1 .content .item3 .icon {
        left: -45px;
        top: -60px;
    }
    .vinateks-application1 .content .item4 {
        width: 158px;
    }
    .vinateks-application1 .content .item4 .icon {
        bottom: -14px;
    }
}

.vinateks-application1 .content .item img {
    display: inline-block;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.vinateks-application1 .content .item img:hover {
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    50% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }
    100% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


/**/

.vinateks-newspaper {
    /* background: #f5f5f5; */
    padding-bottom: 30px;
}

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

.vinateks-newspaper .content {}

.vinateks-newspaper .content marquee {
    max-width: 800px;
    margin: 0px auto;
}

.vinateks-newspaper .content .img1 {
    text-align: center;
    margin-bottom: 30px;
}

.vinateks-newspaper .content .img1 img {
    height: 44px;
    display: inline-block;
    margin: 0px 4px;
    background: #fff;
    padding: 8px;
    border-radius: 2px;
}

.vinateks-newspaper .content .row {
    /* background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 22px 8px;
    margin: 0px !important;
    border-radius: 8px; */
    margin: 0px -10px;
}

.vinateks-newspaper .content .row .row>div {
    padding: 0px 10px;
}

.vinateks-newspaper .content .row .row>div:nth-child(1) .iframe_1 {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.vinateks-newspaper .content .row .item {
    padding: 0px 10px;
}

.vinateks-newspaper .content .row .item:nth-child(2n+1) {
    clear: both;
}

.vinateks-newspaper .content .row .item .iframe {
    /* border-top: 1px dashed #ddd; */
    margin-top: 20px;
    /* background: #fff; */
    /* padding: 8px; */
    /* box-shadow: 0px 0px 10px #ddd; */
    /* border-radius: 4px; */
    border-top: 1px dashed #ddd;
    padding-top: 14px;
    margin-top: 14px;
}

.vinateks-newspaper .content>.row>.item:nth-child(1)>.iframe,
.vinateks-newspaper .content>.row>.item:nth-child(2)>.iframe {
    padding-top: 0px;
    border-top: none;
    margin-top: 0px;
}

@media(max-width: 767px) {
    .vinateks-newspaper .content .row .item:nth-child(2) .iframe {
        border-top: 1px dashed #ddd;
        padding-top: 14px;
        margin-top: 14px;
    }
}

.vinateks-newspaper .content .row .item .iframe .img {
    float: left;
    width: 200px;
    margin-right: 20px;
    height: 0px;
    padding-bottom: 34%;
    position: relative;
}

.vinateks-newspaper .content .row .item .iframe.iframe_0 .img {
    height: 0px;
    padding-bottom: 54%;
    position: relative;
    margin-bottom: 15px;
    float: none;
    width: 100%;
}

@media(max-width: 767px) {
    .vinateks-newspaper .content .row .item .iframe.iframe_1 .img {
        width: 100px;
    }
}

.vinateks-newspaper .content .row .item .iframe .time {
    color: #888;
    margin: 0 0 4px 0;
}

.vinateks-newspaper .content .row .item .iframe .img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px;
}

.vinateks-newspaper .content .row .item .iframe h3 {
    margin: 0px 0px 5px;
    line-height: inherit;
    font-size: inherit;
    height: 42px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.vinateks-newspaper .content .row .item .iframe.iframe_0 h3 {
    height: auto;
}

.vinateks-newspaper .content .row .item .iframe h3 a {
    color: #444;
    font-weight: 600;
    font-size: 107%;
}

.vinateks-newspaper .content .row .item .iframe:hover h3 a {
    color: #0099be;
}

.vinateks-newspaper .content .row .item .iframe .info {
    font-weight: 300;
    font-size: 93%;
    color: #999;
    line-height: 1.5;
    max-height: 80px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.vinateks-newspaper .content .row .item .iframe .tab_news {
    margin-top: 8px;
}

.vinateks-newspaper .content .row .item .iframe .tab_news a {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    background: #D3F9D5;
    color: #04B90B;
    font-size: 86%;
}

.vinateks-newspaper .content .row .item .iframe .tab_news a:nth-child(2) {
    background: #FCF1F1;
    color: #EA8484;
}

.vinateks-newspaper .content .row .item .iframe .tab_news a:nth-child(3) {
    background: #F1F7FC;
    color: #106AAB;
}


/*sodo-tochuc*/

.vinateks-sodo-tochuc {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding: 40px 0px;
}

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

.vinateks-sodo-tochuc .tab-content {
    float: left;
    width: 100%;
}

.vinateks-sodo-tochuc .title-about-sodo {
    background: none;
}

.vinateks-sodo-tochuc .title-about-sodo .title {
    font-weight: 600;
    text-transform: uppercase;
}

.block-category-option-sodo {
    padding: 0px;
}

.block-category-option-sodo p.slogan {
    margin-bottom: 30px;
}

.title-about-sodo {
    padding: 50px 0px 40px;
}

.title-about-sodo .title {
    margin: 0px;
    font-size: 200%;
    color: #3669AE;
}

@media(max-width: 767px) {
    .title-about-sodo .title {
        font-size: 200%;
    }
}

.title-about-sodo b {
    text-transform: uppercase;
    display: block;
    margin-top: 6px;
}

.img-favi {
    position: relative;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}

.img-favi:before {
    content: '';
    width: 100px;
    height: 1px;
    background: #3669AE;
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-left: 10px;
    margin-top: -1px;
}

.img-favi:after {
    content: '';
    width: 100px;
    height: 1px;
    background: #3669AE;
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-right: 10px;
    margin-top: -1px;
}

.img-favi img {
    /* filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	-ms-filter: brightness(0) invert(1); */
    width: 26px;
}

.vinateks-sodo-tochuc .content {
    margin: auto;
    padding: 0px;
    color: #222;
}

.vinateks-sodo-tochuc .content .item {
    /* margin-bottom: 40px; */
    /* margin-top: 40px; */
    float: none;
    max-width: none;
    text-align: left;
}

.vinateks-sodo-tochuc .content .item>h3 {
    font-size: 171%;
    display: none;
}

.vinateks-sodo-tochuc .people .item5 {
    list-style: none;
    float: left;
    padding: 10px;
}

.vinateks-sodo-tochuc .people {
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.vinateks-sodo-tochuc .people .item5.item-5 {
    width: 100%;
}

@media(max-width: 767px) {
    .vinateks-sodo-tochuc .people .item5.item-5 {
        width: 100%;
    }
}

.vinateks-sodo-tochuc .people .item5.item-5 .ct {
    height: 145px;
}

.vinateks-sodo-tochuc .people .item5.item-5 .hinhanh {
    width: 160px;
    height: 145px;
    float: left;
    padding-right: 15px;
}

.vinateks-sodo-tochuc .people .item5.item-5 .hinhanh img {
    max-width: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #999;
}

.vinateks-sodo-tochuc .people .item5.item-5 .info {
    width: calc(100% - 160px);
}

@media(max-width: 767px) {
    .vinateks-sodo-tochuc .people .item5.item-5 .ct {
        height: 95px;
    }
    .vinateks-sodo-tochuc .people .item5.item-5 .hinhanh {
        width: 110px;
        height: 95px;
        float: left;
        padding-right: 15px;
    }
    .vinateks-sodo-tochuc .people .item5.item-5 .hinhanh img {
        max-width: 100%;
        border-radius: 50%;
        box-shadow: 0px 0px 10px #999;
    }
    .vinateks-sodo-tochuc .people .item5.item-5 .info {
        width: calc(100% - 115px);
    }
    .vinateks-sodo-tochuc .people .item5.item-5 .ct span {
        display: none;
    }
}

.vinateks-sodo-tochuc .people .item5 .ct {
    /* height: 95px; */
}

@media(max-width: 991px) {}

@media(max-width: 767px) {
    .vinateks-sodo-tochuc .people .item5 {
        padding: 8px;
    }
}

.vinateks-sodo-tochuc .people .item5.right {}

.vinateks-sodo-tochuc .people .item5 .hinhanh {
    margin: 0px auto 15px;
}

.vinateks-sodo-tochuc .people .item5 .hinhanh img {
    max-width: 100%;
    box-shadow: 0px 0px 1px #999;
}

@media(max-width: 767px) {
    .vinateks-sodo-tochuc .people .item5 .hinhanh img {}
}

.vinateks-sodo-tochuc .people .item5 .info {
    /* float: left; */
    /* border-left: 3px solid #484848; */
    /* padding-left: 12px; */
    /* width: calc(100% - 115px); */
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    /* position: relative; */
    /* top: 50%; */
    /* display: block; */
    text-align: center;
}

.vinateks-sodo-tochuc .people .item5 .info .in {
    /* font-size: 114%; */
    color: #222;
}

.vinateks-sodo-tochuc .people .item5 .info .in p {
    font-size: 93%;
    margin-bottom: 0px;
    font-weight: 600;
    color: #222;
    /* font-family: 'Open Sans', 'Arial'; */
    line-height: 1.4;
    /* max-height: 54px; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 3; */
}

.vinateks-sodo-tochuc .people .item5 .info .in a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #222;
    font-weight: 400;
}

.vinateks-sodo-tochuc .people .item5 .info:hover .in a {
    color: #3669AE;
}

.vinateks-sodo-tochuc .people .item5 .info strong {
    padding-bottom: 2px;
    font-size: 129%;
    color: #3669AE;
    display: block;
    white-space: nowrap;
    font-weight: 600;
}

@media(max-width: 767px) {
    .vinateks-sodo-tochuc .people .item5 .info {
        padding-left: 10px;
    }
    .vinateks-sodo-tochuc .people .item5 .info strong {
        padding-bottom: 0px;
    }
}

.vinateks-sodo-tochuc .nav-tabs {
    text-align: center;
    border-bottom: none;
}

.vinateks-sodo-tochuc .nav-tabs>li {
    float: none;
    display: inline-block;
    min-width: 180px;
}

@media(max-width: 767px) {
    .vinateks-sodo-tochuc .nav-tabs>li {
        width: 100%;
    }
}

.vinateks-sodo-tochuc .nav-tabs>li>a {
    color: #555;
    border-radius: 0px;
    border: 1px solid #ddd;
    margin-bottom: 6px;
    font-size: 86%;
    text-transform: capitalize;
    font-weight: normal;
    font-family: 'Arial';
    font-family: 'Open Sans', 'Arial';
    font-weight: 600;
    padding: 10px 15px 9px;
}

.vinateks-sodo-tochuc .nav-tabs>li.active>a,
.vinateks-sodo-tochuc .nav-tabs>li.active>a:focus,
.vinateks-sodo-tochuc .nav-tabs>li.active>a:hover {
    border: 1px solid #3669AE;
    background: #3669AE;
    color: #fff;
}


/**/

.vinateks-address {
    border-bottom: 1px #e3e3e3 solid;
    padding: 40px 0px 20px 0px;
    background: #fff;
    margin-bottom: 35px;
}

.vinateks-address .item {
    margin: 12px 0px;
}

.vinateks-address .item h3 {
    background: #f5f5f5;
    padding: 12px 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 129%;
    margin: 0px 0px 15px 0px;
    min-width: 300px;
}

.vinateks-address .item .info {
    color: #595959;
    font-size: 100%;
    line-height: 1.6;
}

.vinateks-address .item a {
    color: #595959;
}


/**/

.comment-option {
    position: relative;
    padding: 40px 0px 100px;
}

@media(max-width: 767px) {
    .comment-option {
        padding-bottom: 90px;
    }
}

.comment-option .testimonial-shadow {
    background: white;
    -webkit-box-shadow: 0 0 10px 5px rgba(185, 185, 185, 0.2);
    box-shadow: 0 0 10px 5px rgba(185, 185, 185, 0.2);
    padding: 30px 0 12px;
    margin-top: 40px;
    position: relative;
    z-index: 3;
}

.comment-option .testimonial-item i {
    font-size: 214%;
    color: var(--main-color);
    padding-top: 12px;
}

.comment-option .testimonial-item .info {
    font-size: 107%;
    padding: 0px 95px 16px;
    line-height: 24px;
    color: #666;
}

@media(max-width: 767px) {
    .comment-option .testimonial-item .info {
        padding: 0px 25px 16px;
    }
}

.comment-option .pos-bg {
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0px;
    bottom: 20px;
}

.comment-option .pos-bg::before {
    position: absolute;
    content: '';
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    height: 100%;
    background: white;
    -webkit-box-shadow: 0 0 10px 5px rgba(185, 185, 185, 0.2);
    box-shadow: 0 0 10px 5px rgba(185, 185, 185, 0.2);
    z-index: 2;
}

.comment-option .pos-bg::after {
    position: absolute;
    content: '';
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
    background: white;
    -webkit-box-shadow: 0 0 10px 5px rgba(185, 185, 185, 0.2);
    box-shadow: 0 0 10px 5px rgba(185, 185, 185, 0.2);
    z-index: 1;
}

.comment-option .testimonial-item h3 {
    font-size: 179%;
}

.comment-option .testimonial-item span {
    font-size: 114%;
    color: var(--main-color);
    display: block;
}

.comment-option .testimonial-img-item {
    padding-top: 0px;
}

.comment-option .testimonial-img-item .img {
    width: 120px;
    height: 120px;
    margin: 15px auto;
    border: 3px solid var(--main-color);
    border-radius: 50%;
    overflow: hidden;
}

.comment-option .testimonial-img-item img {
    display: inline-block;
    object-fit: cover;
}

.comment-option .slick-center.testimonial-img-item img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.owl-controls .owl-pagination {
    text-align: center;
    margin-bottom: 10px;
}

.owl-controls .owl-pagination>div {
    width: 14px;
    height: 14px;
    border: 1px solid #e3e8ed;
    border-radius: 50%;
    background: #e4e9ee;
    display: inline-block;
    margin: 0px 3px;
}

.owl-controls .owl-pagination>div.active {
    border: 1px solid var(--main-color);
    background: var(--main-color);
    -webkit-box-shadow: 0 0 7px 2px rgb(209 32 50 / 30%);
    box-shadow: 0 0 7px 2px rgb(209 32 50 / 30%);
}

.about {}

.about .wrap-title {}

.about .wrap-title .title {
    padding: 0px 0px;
    color: #fff;
    font-size: 200%;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: center;
}

.about .wrap-title .title1 {
    text-align: center;
    color: #fff;
    font-size: 114%;
    font-weight: 400;
    max-width: 700px;
    margin: 16px auto 0px;
    line-height: 1.5;
}

@media(max-width: 767px) {
    .about .wrap-title {
        padding-bottom: 15px;
    }
    .about .wrap-title .title {
        font-size: 186%;
        margin-bottom: 0px;
    }
}

.about .wrap-title .title span {
    /* color: #000; */
}

.title-about {
    position: relative;
    display: inline-block;
    border-radius: 50px;
    padding: 12px 24px 12px 60px;
    background: var(--main-color);
    font-size: 143%;
    margin: 40px 0px;
    color: #fff;
}

.title-about svg {
    position: absolute;
    left: 10px;
    top: 0px;
    width: 40px;
    bottom: 0;
    margin: auto;
}

.text-right .title-about {
    padding: 12px 60px 12px 24px;
}

.text-right .title-about svg {
    left: auto;
    right: 10px;
}

.title-about h2 {
    letter-spacing: 1px;
    margin: 0;
}

.about1 {
    background-image: url(../imgs/bg-section-1.jpeg?v=1.0.011);
    background-size: cover;
    background-position: center;
    padding: 56px 0px;
    background-attachment: fixed;
    margin-top: 20px;
}

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

.about1 .iframe {
    padding: 0px 40px 45px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    margin-bottom: 15px;
}

@media(max-width: 767px) {
    .about1 .iframe {
        margin-bottom: 46px;
        padding: 0px 25px 35px;
    }
    .about1 .item:last-child .iframe {
        margin-bottom: 0px;
    }
}

.about1 .iframe .icon {
    width: 80px;
    height: 80px;
    background: var(--main-color1);
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0px auto 0px;
    text-align: center;
    padding: 8px;
    position: relative;
    top: -30px;
}

.about1 .iframe .icon svg {
    max-width: 100%;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.about1 .iframe .info {
    color: #222;
    text-align: center;
}

.about1 .iframe .info>h3 {
    text-align: center;
    font-size: 171%;
    margin-top: -10px;
    margin-bottom: 15px;
    color: var(--main-color);
}

.about1 .iframe .info .info1 {
    text-align: center;
    /* color: #fff; */
    font-size: 107%;
}


/**/

.about11 {
    padding-top: 40px;
}

.about11 .img {
    position: relative;
}

.about11 .img .year-design {
    position: absolute;
    left: -86px;
    bottom: 25px;
    text-align: left;
    padding: 15px 30px;
    background: #ffffff;
    border-bottom: 2px solid var(--main-color);
    -webkit-box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
    box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
    text-transform: uppercase;
}

.about11 .img .year-design h2 {
    font-size: 70px;
    font-weight: 700;
    background: url(../imgs/background-text.jpeg) no-repeat;
    background-position: 47% 53%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
}

@media(max-width: 767px) {
    .about11 .img .year-design {
        left: 15px;
        bottom: 7px;
        padding: 6px 12px 0px;
        text-align: center;
    }
    .about11 .img .year-design h2 {
        font-size: 257%;
    }
}

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

.about11 .item {
    padding-right: 160px;
}

@media(max-width: 767px) {
    .about11 .item {
        padding-right: 15px;
    }
}

.about11 .item .iframe {
    margin-bottom: 16px;
}

.about11 .item .iframe>h2 {
    font-size: 143%;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.about11 .item .iframe>h2>i {
    width: 40px;
    height: 40px;
    background: var(--main-color1);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 150%;
}

.about11 .item .iframe .info {
    text-align: justify;
}

.about11 .item .iframe .info p {}


/**/

.about2 {}

.about2-content {
    margin-bottom: 20px;
}

.about2-content .item {
    /* margin-bottom: 20px; */
    /* margin-top: 20px; */
}

.about2-content .item:nth-child(2n) .img {
    padding-left: 0;
}

.about2-content .item:nth-child(2n+1) .img {
    padding-right: 0;
}

.about2-content .item .img img {
    width: 100%;
}

.about2-content .item:nth-child(2n+1) .info {
    float: right;
}

.about2-content .item .info>.info1 {
    padding-left: 50px;
    margin-bottom: 20px;
    padding-right: 15px;
}

@media(max-width: 767px) {
    .about2-content .item .info>.info1 {
        padding-left: 0px;
    }
}

.about2-content .item .info>.info1>span {
    font-weight: 700;
    font-size: 120px;
    line-height: 150px;
    letter-spacing: 5px;
    color: var(--main-color);
    margin-top: 25px;
    display: block;
    margin-bottom: -5px;
}

.about2-content .item .info>.info1>.title>h2 {
    color: var(--MAIN-COLOR);
    font-size: 214%;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: inline-block;
}

.about2-content .item .info>.info1>h2:after {
    content: '';
    width: 150px;
    height: 4px;
    background: var(--main-color);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5ab6cc), color-stop(51%, #823b98), to(#5ab6cc));
    background-image: -webkit-linear-gradient(left, #5ab6cc 0%, #823b98 51%, #5ab6cc 100%);
    background-image: -moz-linear-gradient(left, #5ab6cc 0%, #823b98 51%, #5ab6cc 100%);
    background-image: -o-linear-gradient(left, #5ab6cc 0%, #823b98 51%, #5ab6cc 100%);
    background-image: linear-gradient(to right, #5ab6cc 0%, #823b98 51%, #5ab6cc 100%);
}

.about2-content .item .info>.info1>.info2 {
    font-size: 107%;
}

.about3 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.about3 .owl {
    margin-top: 32px;
}

.about3 .item {
    padding: 0px 15px;
}

@media(max-width: 767px) {
    .about3 .item {
        padding: 0px 6px;
    }
}

.about3 .item .iframe {}

.about3 .item .iframe .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.about3 .item .iframe .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.about3 .item .iframe .info1 {
    padding: 20px 0px 25px;
    white-space: normal;
    background: #fff;
}

@media(max-width: 767px) {
    .about3 .item .iframe .info1 {
        padding: 20px 0px 15px;
    }
}

.about3 .item .category {
    text-align: center;
    margin: 0px 0 6px 0;
    font-weight: 600;
    font-size: 129%;
    color: var(--main-color);
}

.about3 .item .name {
    font-size: 107%;
    margin: 2px 0px 0px;
    line-height: 1.4;
    font-weight: 300;
    color: #000;
    text-align: center;
}

.about3 .owl .owl-controls .owl-pagination {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

.about3 .owl .owl-controls .owl-pagination>div {
    text-indent: -9999px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    margin: 5px 3px;
    border-radius: 20px;
    border: 1px solid var(--main-color1);
    box-shadow: none;
    cursor: pointer;
}

.about3 .owl .owl-controls .owl-pagination>div.active {
    background: var(--main-color1);
}

.about4 {
    position: relative;
    padding: 50px 0px;
}

@media(max-width: 767px) {
    .about4 {
        padding: 50px 0px 20px;
    }
}

.about4 .content-2 {
    position: relative;
    z-index: 1;
}

.about4 .content-2 .option_title {
    margin-bottom: 40px;
}

@media(max-width: 767px) {
    .about4 .content-2 .option_title {
        margin-bottom: 20px;
    }
}

.about4 .content-2 .title {
    color: #fff;
    text-align: center;
    font-size: 157%;
    margin-bottom: 45px;
    margin-top: 10px;
}

@media(max-width: 767px) {
    .about4 .content-2 .title {
        font-size: 129%;
    }
}

.about4 .content-2 .content-2-left .item>p {
    padding: 22px 0px 22px 60px;
    color: var(--main-color);
    font-weight: 600;
    margin: 0px 0px 5px 0px;
    font-size: 114%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 50px;
    text-transform: uppercase;
    line-height: 1.3;
}

.about4 .content-2 .content-2-left .item:nth-child(2n+1) {
    clear: both;
}

@media(max-width: 767px) {
    .about4 .content-2 .content-2-left .item>p {
        padding: 54px 0px 0px 0px;
        font-size: 100%;
        background-size: 40px !important;
        background-position: center top;
        text-align: center;
    }
}

.about4 .content-2 .content-2-left .item span {
    color: #373737;
    display: block;
    margin-bottom: 30px;
    font-size: 107%;
    line-height: 1.5;
}

.content-2-right.left {
    padding-top: 60px;
}

.content-2-left.right {
    padding-top: 60px;
}

@media(max-width: 767px) {
    .content-2-left.right {
        padding-top: 0px;
    }
    .about4 .content-2 .content-2-left .item span {
        margin-bottom: 10px;
        text-align: center;
    }
    .about4 .content-2 .content-2-right {
        display: none;
    }
}


/**/

.about22 {
    padding-top: 40px;
}

.about22 .content {}

.about22 .content .item {}

.about22 .content .item .iframe {
    margin: 18px 0px;
}

.about22 .content .item .iframe .img {
    float: left;
    width: 190px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 10px #ddd;
    margin-right: 20px;
}

.about22 .content .item .iframe .img img {}

.about22 .content .item .iframe .info {}

.about22 .content .item .iframe .info .name {
    color: #444;
    font-size: 143%;
    font-weight: 500;
}

.about22 .content .item .iframe .info .info1 {
    color: var(--main-color);
    font-size: 114%;
    margin: 3px 0px;
}

.about22 .content .item .iframe .info .info2 {
    font-size: 93%;
    text-align: justify;
}


/**/

.about5 {
    /* background: #FFF; */
    padding: 30px 0 50px;
}

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

.about5 .content {}

.about5 .content ul {
    padding: 0;
    margin: 0;
    /* border: 1px solid #f1f1f1; */
    /* background: #f9f9f9; */
}

.about5 .content ul li {
    list-style-type: none;
    border-top: 1px solid #f1f1f1;
    position: relative;
}

.about5 .content ul li:first-child {
    border: none;
}

.about5 .content ul li:after {
    content: '';
    display: block;
    clear: both;
}

.about5 .content ul li>h2 {
    float: left;
    width: 20%;
    margin: 15px 0 0 0px !important;
    font-size: 114%;
    color: #666;
    margin: 0;
    padding: 0;
}

@media(max-width: 767px) {
    .about5 .content ul li>h2 {
        width: 100%;
        color: #222;
    }
}

.about5 .content ul li>h2>i {
    margin-right: 7px;
}

.about5 .content ul li>.wrap_info {
    float: left;
    width: 80%;
}

.about5 .content ul li h3 {
    padding: 15px 0px 15px 15px;
    font-size: 107%;
    cursor: pointer;
    margin: 0 0 0px 0;
    line-height: 1.3;
}

@media(max-width: 767px) {
    .about5 .content ul li>.wrap_info {
        width: 100%;
    }
    .about5 .content ul li h3 {
        color: #777;
    }
}

.about5 .content ul li>.wrap_info.active>h3 {
    font-weight: 600;
}

.about5 .content ul li.active h3 {
    background: #fff;
    color: var(--main-color);
    font-weight: 700;
}

.about5 .content ul li.active h2 {
    background: #fff;
    color: var(--main-color);
    font-weight: 700;
}

.about5 .content ul li h3 i {
    margin-right: 10px;
}

.about5 .content ul li h3 i.fa-angle-down,
.about5 .content ul li h3 i.fa-angle-right {
    float: right;
    font-size: 157%;
    margin-right: 0;
    position: relative;
    top: -2px;
}

@media(max-width: 767px) {
    .about5 .content ul li h3 i.fa-angle-down,
    .about5 .content ul li h3 i.fa-angle-right {
        position: absolute;
        top: 10px;
        right: 0;
    }
}

.about5 .content ul li.active h3 i.fa-angle-right {
    display: none;
}

.about5 .content ul li h3 i.fa-angle-down {
    display: none;
}

.about5 .content ul li.active h3 i.fa-angle-down {
    display: inline-block;
}

.about5 .content ul li .info {
    /* border-left: 1px solid #f1f1f1; */
    /* border-right: 1px solid #f1f1f1; */
    padding: 1px 15px 5px 15px;
    display: none;
}

.about5 .content ul li.active .info {
    background: #fff;
}

.about5 .content ul li .info p {}

.about5 .content_v2 {
    padding: 0px 70px;
}

.about5 .content_v2 ul {
    padding: 0;
    margin: 0;
}

.about5 .content_v2 ul:after {
    content: '';
    display: block;
    clear: both;
}

.about5 .content_v2 ul li {
    list-style-type: none;
    display: inline-block;
    float: left;
    width: 16.666666%;
    padding: 0 10px;
}

.about5 .content_v2 ul li h2 {
    margin: 0 0 6px 0;
    font-size: 100%;
    font-weight: 600;
    line-height: 1.2;
    height: 34px;
    overflow: hidden;
}

.about5 .content_v2 ul li h2 a {}

.about5 .content_v2 ul li h2 a span {
    color: var(--main-color);
}

.about5 .content_v2 ul li .info {
    font-size: 86%;
    color: #666;
    margin-bottom: 30px;
    height: 52px;
    overflow: hidden;
}

.about5 .content_v2 ul li .icon {
    width: 70px;
    height: 70px;
    border: 2px solid var(--main-color);
    border-radius: 50%;
    position: relative;
    padding: 12px;
    margin: 0 0px -20px 106px;
    margin: 0% 0% -20px 56%;
    background: #fff;
    position: relative;
    z-index: 2;
}

.about5 .content_v2 ul li .icon1 {
    display: none;
}

.about5 .content_v2 ul li.item2 .icon {
    margin: -20px 0px 10px 0px;
    margin: -10% 0 10px 0px;
}

.about5 .content_v2 ul li.item2 .icon1,
.about5 .content_v2 ul li.item2 .avatar1 {
    display: none;
}

.about5 .content_v2 ul li .icon img {}

.about5 .content_v2 ul li .avatar {
    width: 190px;
    height: 190px;
    margin: 0 0 0 25%;
    width: 98%;
    height: 100%;
}

.about5 .content_v2 ul li .avatar1 {
    display: none;
}

.about5 .content_v2 ul li.item2 .avatar {
    margin: -90px 0px 0px -58px;
    margin: -45% 0 0 -30%;
}

.about5 .content_v2 ul li .avatar img {}

@media(max-width: 992px) {
    .about5 .content_v2 {
        padding: 0 15px;
    }
    .about5 .content_v2 ul li {
        width: 33.3333%;
    }
    .about5 .content_v2 ul li:nth-child(3n+1) {
        clear: both;
    }
    .about5 .content_v2 ul li .icon {
        display: none;
    }
    .about5 .content_v2 ul li .icon1 {
        display: block;
        margin: 0px 0 -70px 0;
    }
    .about5 .content_v2 ul li.item2 .avatar1 {
        display: block !important;
        margin: 0 0 15px 0;
        width: 100%;
    }
    .about5 .content_v2 ul li .avatar {
        display: none;
    }
    .about5 .content_v2 ul li .avatar1 {
        margin: 0 0 15px 0;
        display: block;
    }
    .about5 .content_v2 ul li.item2 .avatar {
        display: block;
        margin: 0 0 15px 0;
        width: 100%;
    }
    .about5 .content_v2 ul li.item2 .icon {
        display: none;
    }
    .about5 .content_v2 ul li.item2 .icon1 {
        display: block;
        margin: 0px 0 -70px 0;
        FONT-VARIANT: JIS04;
    }
}

@media(max-width: 767px) {
    .about5 .content_v2 {
        padding: 0 15px;
    }
    .about5 .content_v2 ul li {
        width: 50%;
    }
    .about5 .content_v2 ul li:nth-child(3n+1) {
        clear: initial;
    }
    .about5 .content_v2 ul li:nth-child(2n+1) {
        clear: both;
    }
}

.about5 .content_v3 {}

.about5 .content_v3 .row {}

.about5 .content_v3 .item {
    border: 1px solid #A9D2E3;
    padding: 50px;
    margin: 0px 0px -1px -1px;
}

.about5 .content_v3 .item:nth-child(1),
.about5 .content_v3 .item:nth-child(2) {
    border-top: none;
}

.about5 .content_v3 .item:nth-last-child(1),
.about5 .content_v3 .item:nth-last-child(2) {
    border-bottom: none;
}

.about5 .content_v3 .item:nth-child(2n) {
    border-right: none;
}

.about5 .content_v3 .item:nth-child(2n+1) {
    border-left: none;
}

@media(max-width: 767px) {
    .about5 .content_v3 .item {
        border: none !important;
        border-top: 1px solid #A9D2E3 !important;
        padding: 20px 15px !important;
    }
    .about5 .content_v3 .item:first-child {
        border-top: none !important;
        padding-top: 0px !important;
    }
}

.about5 .content_v3 .item .iframe {
    position: relative;
    padding: 0 0 0 66px;
}

.about5 .content_v3 .item .iframe .img {
    position: absolute;
    left: 0;
    top: 0;
}

.about5 .content_v3 .item .iframe .img img {
    width: 50px;
}

.about5 .content_v3 .item .iframe h2 {
    margin: 0 0 6px 0;
    font-size: 129%;
    font-weight: 600;
    line-height: 1.2;
    max-height: 44px;
    overflow: hidden;
}

@media(max-width: 767px) {
    .about5 .content_v3 .item .iframe h2 {
        font-size: 114%;
        line-height: 1.3;
        max-height: 40px;
    }
}

.about5 .content_v3 .item .iframe h2 a {}

.about5 .content_v3 .item .iframe h2 a span {
    color: var(--main-color);
}

.about5 .content_v3 .item .iframe h2 a:hover span {
    color: #333;
}

.about5 .content_v3 .item .iframe .info {
    min-height: 40px;
}

.about5 .content_v3 .item .iframe .view {
    margin-top: 8px;
    font-weight: 500;
}

.about5 .content_v3 .item .iframe .view a {
    color: var(--main-color);
}

.about5 .content_v3 .item .iframe .view a i {
    font-size: 114%;
    position: relative;
    top: 1px;
    margin-left: 4px;
}


/*  */

.block-category-option-6 {
    text-align: center;
    position: relative;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.block-category-option-6>div {
    padding: 100px 0;
    background: #03030c7b;
}

.block-category-option-6 .single-counter h2 {
    color: #fff;
    font-size: 320%;
    font-weight: 700;
    margin-bottom: 5px;
    word-spacing: -10px;
}

.block-category-option-6 .single-counter h2 span {
    display: inline-block;
}

.block-category-option-6.single-counter h3 {
    margin-bottom: 0px;
}

.block-category-option-6 .single-counter h3 p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 129%;
    font-weight: 700;
    line-height: 1.4;
}

@media (max-width:991px) {
    .block-category-option-6 .single-counter {
        margin-bottom: 20px;
    }
}

footer .title {
    font-size: 129%;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0 0;
    position: relative;
    padding-bottom: 10px;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}

footer .title a {
    color: #fff;
    text-transform: uppercase;
}


/**/

.social {
    padding-left: 0;
    /* margin-bottom: 20px; */
    margin-top: 15px;
}

.social li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.social li a i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50px;
    color: var(--main-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
}

.social li a:hover i {
    color: #fff;
    background: var(--main-color);
    border-color: var(--main-color);
}

.social p {
    font-size: 100%;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}


/**/

.title_sec {
    color: var(--main-color);
    font-weight: 600;
    margin: 0px 0px 5px 0px;
    font-size: 171%;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
}

.info_sec {
    max-width: 700px;
    font-size: 114%;
    margin: 0px auto;
    text-align: center;
}

.sec_1 {
    padding: 50px 0px;
}

@media(max-width: 767px) {
    .sec_1 {
        padding: 20px 0px 0px 0px
    }
}

.sec_1 .title_sec {
    text-align: left;
    margin-bottom: 12px;
}

.sec_1 .info_sec {
    text-align: left;
    margin: 0;
    max-width: 100%;
}

.sec_1 .info_sec p {
    margin: 3px 0px;
}

.sec_1 .item {
    margin: 20px 0px;
    padding: 50px 0px 20px;
}

@media(max-width: 767px) {
    .sec_1 .item {
        padding: 0px 0px 0px;
        margin-bottom: 0px;
        margin-top: 10px;
    }
}

.sec_1 .item .img {
    text-align: center;
}

.sec_1 .item:nth-child(2n+1) {
    background: rgb(0 153 190 / 5%);
}

.sec_1 .item:nth-child(2n+1) .img {
    float: right;
}

.sec_1 .item .img img {
    position: relative;
}

.sec_1 .item .img h3 {
    text-transform: uppercase;
}

.sec_1 .item .img h4 {
    margin: 0px 0px 6px;
    font-size: 100%;
    color: #444;
}

.sec_1 .item .img a {
    font-size: 114%;
}

.sec_1 .item .img a img {
    height: 14px;
    position: relative;
    top: -1px;
}

.sec_1 .item .info {}

.sec_1 .item .info .title2 {
    margin-top: 60px;
    font-size: 143%;
    position: relative;
}

@media(max-width: 767px) {
    .sec_1 .item .info .title2 {
        margin-top: 30px;
    }
}

.sec_1 .item .info .title2:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #999;
    margin: 0px 0px 6px 5px;
    display: inline-block;
}

.sec_1 .item .info .title3 {
    margin: 20px 0px 20px;
}

.sec_1 .item .info .info2 {
    font-size: 107%;
    line-height: 1.5;
}


/**/

.sec_2 {
    padding: 50px 0px;
    background: rgb(0 153 190 / 5%);
}

.sec_2 .title_sec {}

.sec_2 .title_sec span {
    background: #0099be;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 9px 40px 8px;
    margin-bottom: 15px;
    font-size: 96%;
}

.sec_2 .title_sec span::before {
    content: '';
    background: url(../imgs/arr_left.png);
    position: absolute;
    width: 42px;
    height: 47px;
    background-size: cover;
    right: 100%;
    top: 0;
}

.sec_2 .title_sec span::after {
    content: '';
    background: url(../imgs/arr_right.png);
    position: absolute;
    width: 42px;
    height: 47px;
    background-size: cover;
    left: 100%;
    top: 0;
}

.personal {}

.personal .title,
.organize .title {
    position: relative;
    background: #0099be;
    display: inline-block;
    color: #fff;
    padding: 10px 22px 11px;
    font-size: 114%;
}

.personal .title:after,
.organize .title::after {
    content: '';
    background: url(../imgs/arr_right1.png);
    position: absolute;
    width: 24px;
    height: 43px;
    background-size: cover;
    left: 100%;
    top: 0;
}

.personal .item {}

.personal .item .img {
    margin-top: 10px;
}

.personal .item .img img {}

.personal .item h3 {
    margin: 16px 0px 8px;
    text-align: center;
    color: #0099be;
    text-transform: uppercase;
    font-size: 129%;
    font-weight: 600;
}

.personal .item h4 {
    text-align: center;
    margin: 0px 0px 10px;
    font-size: 86%;
    font-weight: 400;
    line-height: 1.3;
    height: 48px;
    overflow: hidden;
}

.personal .item p {
    font-size: 100%;
    margin: 5px 0px;
    white-space: nowrap;
}

.personal .item p img {
    width: 16px;
    margin-right: 3px;
}

.organize {}

.vinateks-certificate {
    background: #fff;
    padding: 30px 0px 50px;
}

@media(max-width: 767px) {
    .personal .item h4 {
        /* height: 32px; */
        overflow: hidden;
    }
    .personal .row {
        margin: 0px -5px !important;
    }
    .personal .item {
        padding: 0px 5px !important;
    }
    .personal .item h3 {
        font-size: 93%;
        white-space: nowrap;
    }
    .vinateks-certificate {
        padding: 10px 0px 30px;
    }
    .personal .item p {
        white-space: normal;
        position: relative;
        padding: 0 0 0 24px;
        font-size: 93%;
    }
    .personal .item p a img {
        position: absolute;
        left: 0;
        top: 1px;
    }
    .personal .item p a {
        word-break: break-all;
        line-height: 1.2;
        display: block;
    }
}

.vinateks-certificate .content {
    padding: 0px 50px;
}

.vinateks-certificate .owl-controls .owl-buttons div {
    background: none;
    left: -30px;
    color: var(--main-color);
}

.vinateks-certificate .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: -30px;
}


/**/

.facts-option {
    padding: 35px 0px 20px;
    background: #fff;
}

@media(max-width: 767px) {
    .facts-option {
        padding: 15px 0px 10px;
    }
}

.facts-option .inline-facts {
    box-sizing: border-box;
    position: relative;
    margin: 12px 0px;
    text-align: center;
    padding: 0px;
}

.facts-option .inline-facts:before,
.facts-option .inline-facts:after,
.facts-option .inline-facts .milestone-counter:before,
.facts-option .inline-facts .milestone-counter:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 1;
    box-sizing: border-box;
}

.inline-facts:before {
    top: -3px;
    left: 10px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.milestone-counter:before {
    bottom: -32px;
    left: 10px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.milestone-counter:after {
    bottom: -32px;
    right: 10px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.inline-facts:after {
    top: -3px;
    right: 10px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

.facts-option .inline-facts .milestone-counter {
    position: relative;
}

.facts-option .inline-facts .milestone-counter .stats {
    position: relative;
}

.facts-option .inline-facts .milestone-counter .stats span {
    font-size: 129%;
    display: inline-block;
    margin-left: 3px;
    font-weight: 600;
}

.facts-option .inline-facts .milestone-counter .stats span:first-child {
    font-size: 243%;
    margin-right: 4px;
    font-weight: 900;
    color: #333743;
}

.stats:before {
    content: '';
    position: absolute;
    top: 6px;
    bottom: -22px;
    left: 20px;
    right: 20px;
    z-index: -1;
    background: #f9f9f9;
}

.facts-option .inline-facts .milestone-counter .stats .num {
    font-size: 243%;
    color: #333743;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 15px;
    display: inline-block;
}

.facts-option .inline-facts h6 {
    font-size: 93%;
    color: #666;
    margin: 0px 0px 5px;
}

.facts-option .inline-facts img {
    width: 30px;
    margin-top: 10px;
    display: inline-block;
}


/**/

.register11 .form-group {
    margin: 24px 0px !important;
}

.register11 .form-control {
    background: #F5F5FF !important;
    border: none !important;
    height: 44px !important;
    border-radius: 8px !important;
    font-weight: 300 !important;
}

.register11 .btn {
    width: 100% !important;
    height: 44px !important;
    border-radius: 8px !important;
}


/**/

.option_erp {
    background: #fff;
}

.option_erp_1 {
    background: url(../erp/bg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 70px 0;
    background-position: center bottom;
}

.option_erp_1 h2 {
    font-weight: 400;
    font-size: 228%;
    line-height: 1.4;
    margin: 110px 0px 0px 0px;
}

.option_erp_1 h2 b {
    color: var(--MAIN-COLOR);
}

.option_erp_1 .img {
    text-align: center;
}

@media(max-width: 767px) {
    .option_erp_1 {
        background-size: cover;
        padding: 30px 0px 50px;
    }
    .option_erp_1 .img img {
        /* width: 60%; */
        max-width: 360px;
    }
    .option_erp_1 h2 {
        margin: 15px 0 15px 0;
        text-align: center;
        font-size: 186%;
        padding: 0px 15px;
    }
}

.title-option-erp {
    margin-top: 60px;
}

.title-option-erp h3 {
    position: relative;
    margin: 0 0 14px 0;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 114%;
    padding: 0 0 12px 0;
}

.title-option-erp h3:after {
    content: '';
    width: 70px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--MAIN-COLOR);
}

.title-option-erp .title-info {
    margin: 0 0 20px 0;
    position: relative;
    font-size: 186%;
    font-weight: 500;
    line-height: 1.3;
}

.title-option-erp .title-info b {
    color: var(--MAIN-COLOR);
}

.title-option-erp1 {
    margin: 0 0 20px 0;
    position: relative;
    font-size: 186%;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: #333;
}

@media(max-width: 767px) {
    .title-option-erp {
        margin-top: 0px;
    }
    .title-option-erp1 br {
        display: none;
    }
}


/**/

.option_erp_2 {
    padding: 30px 0 50px;
}

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

.option_erp_2 .img {
    text-align: center;
}

.option_erp_2 .img img {
    max-width: 400px;
}

.option_erp_2 .info1 {
    font-size: 114%;
    font-weight: 400;
    line-height: 1.5;
}

.option_erp_2 .info1 strong {
    color: var(--MAIN-COLOR);
}

.option_erp_2 .info1 b {
    font-weight: 600;
}
@media (max-width:767px) {
    .option_erp_2 .img img{
        max-width: 100%;
    }
}

/**/

.option_erp_3 {
    padding: 20px 0px 30px;
}

.option_erp_3 .info1 {
    font-size: 114%;
    font-weight: 400;
    line-height: 1.5;
}

.option_erp_3 .title-option-erp {
    margin-top: 100px;
}

@media(max-width: 767px) {
    .option_erp_3 .title-option-erp {
        margin-top: 0;
    }
}

.option_erp_3 .info1 p {
    position: relative;
    padding-left: 36px;
    padding-top: 6px;
    font-weight: 300;
}

.option_erp_3 .info1 p span {
    color: var(--MAIN-COLOR);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 353%;
    line-height: normal;
    font-weight: 500;
}

.option_erp_3 .right {}

.option_erp_3 .right ul {
    padding: 0 0 0 40px;
    margin: 0;
}

@media(max-width: 767px) {
    .option_erp_3 .right ul {
        padding: 0 0 0 0;
    }
}

.option_erp_3 .right ul li {
    list-style-type: none;
}

.option_erp_3 .right ul li .info11 {
    background: #F7F7F7;
    position: relative;
    min-height: 70px;
    margin: 12px 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 0 0 54px;
    overflow: hidden;
}

.option_erp_3 .right ul li .info11 i {
    font-style: initial;
    color: var(--MAIN-COLOR);
    font-size: 285%;
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: normal;
    height: 48px;
    font-weight: 500;
}

.option_erp_3 .right ul li .info11 span {}

.option_erp_3 .right ul li .info11 .img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: var(--MAIN-COLOR);
    border-radius: 0 10px 10px 0;
    padding: 22px 22px 22px 14px;
    display: flex;
    align-items: center;
}

.option_erp_3 .right ul li:nth-child(2) .info11 .img {
    padding: 22px 22px 22px 33px;
}

.option_erp_3 .right ul li:nth-child(3) .info11 .img {
    padding: 22px 22px 22px 50px;
}

.option_erp_3 .right ul li:nth-child(4) .info11 .img {
    padding: 22px 22px 22px 69px;
}

.option_erp_3 .right ul li:nth-child(5) .info11 .img {
    padding: 22px 22px 22px 87px;
}

.option_erp_3 .right ul li .info11 .img::before {
    content: '';
    display: block;
    position: absolute;
    transform: rotate(13deg);
    -moz-transform: rotate(13deg);
    -webkit-transform: rotate(13deg);
    -o-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    background: var(--MAIN-COLOR);
    width: 30px;
    left: -24px;
    top: 0;
    height: 200px;
}

.option_erp_3 .right ul li .info11 .img img {
    height: 36px;
    position: relative;
    z-index: 1;
}


/**/

.option_erp_4 {
    padding: 30px 0;
}

.option_erp_4 .item {}

.option_erp_4 .item .iframe {
    margin: 20px 0;
}

.option_erp_4 .item .iframe span {
    display: block;
    width: 50px;
    height: 50px;
    background: #d12032;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 179%;
    font-weight: 600;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto -24px;
    position: relative;
    z-index: 2;
}

.option_erp_4 .item:nth-child(2) .iframe span {
    background: #D10A10;
}

.option_erp_4 .item:nth-child(3) .iframe span {
    background: #D7B77D;
}

.option_erp_4 .item:nth-child(4) .iframe span {
    background: #BA8732;
}

.option_erp_4 .item .iframe .info {
    background: #d12032;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    font-size: 107%;
}

.option_erp_4 .item:nth-child(2) .iframe .info {
    background: #D10A10;
}

.option_erp_4 .item:nth-child(3) .iframe .info {
    background: #D7B77D;
}

.option_erp_4 .item:nth-child(4) .iframe .info {
    background: #BA8732;
}

.option_erp_4 .item .iframe .info:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #d12032;
    border-width: 7px;
    margin-left: -7px;
}

.option_erp_4 .item:nth-child(2) .iframe .info:after {
    border-top-color: #D10A10;
}

.option_erp_4 .item:nth-child(3) .iframe .info:after {
    border-top-color: #D7B77D;
}

.option_erp_4 .item:nth-child(4) .iframe .info:after {
    border-top-color: #BA8732;
}

.option_erp_4 .item .iframe .img {
    text-align: center;
    margin: 10px 0 20px 0px;
}

.option_erp_4 .item .iframe .img img {
    max-height: 58px;
}


/**/

.option_erp_5 {
    padding: 40px 0;
    position: relative;
}

.option_erp_5_1::before {
    content: '';
    background: url(../erp/line.png);
    position: absolute;
    width: 100%;
    height: 165px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
    top: -68px;
}

.option_erp_5 .img {
    margin-top: 50px;
}

.option_erp_5 ul {
    padding: 0;
    margin: 0;
}

.option_erp_5 ul li {
    list-style-type: none;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding-left: 52px;
    margin: 12px 0px;
    font-size: 107%;
}

.option_erp_5 ul li i {
    background: #C3DFFF;
    color: var(--MAIN-COLOR);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 143%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}


/**/

.option_erp_6 {}

.option_erp_6 .item {
    text-align: center;
}

.option_erp_6 .item .iframe {
    margin-top: 30px;
}

.option_erp_6 .item .iframe .img {}

.option_erp_6 .item .iframe .img img {
    height: 66px;
}

.option_erp_6 .item .iframe .info {
    padding: 0px 80px;
    margin: 10px 0 30px 0px;
    min-height: 40px;
}

@media(max-width: 767px) {
    .option_erp_6 .item .iframe .img img {
        height: 80px;
    }
    .option_erp_6 .item .iframe .info {
        padding: 0px 15px;
        margin: 10px 0 10px 0px;
    }
    .option_erp_6 .item:nth-child(2n+1) {
        clear: both;
    }
}


/**/

.option_erp_7 {
    padding: 50px 0px;
    background: #fff;
}

@media(max-width: 767px) {
    .option_erp_7 {
        padding: 0px 0px 15px 0px;
    }
    .option_erp_7 .container {
        padding: 0 !important;
    }
    .option_erp_7 .container .row {
        margin: 0 !important;
    }
}

.option_erp_7 .content {
    background: url(../erp/bg2.png);
    background-size: 100% 100%;
    padding: 100px 100px 50px 100px;
}

@media(max-width: 767px) {
    .option_erp_7 .content {
        padding: 86px 15px 10px 15px;
        background-size: cover;
        background-position: center center;
    }
    .option_erp_7 .item {
        padding: 0 !important;
        margin: 0 0px;
    }
}

.option_erp_7 .item ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.option_erp_7 .item ul li {
    list-style-type: none;
    display: inline-block;
    width: calc(32% - 12px);
    margin: 6px;
    position: relative;
}

.option_erp_7 .item ul li:nth-child(2) {
    top: -10px;
}

.option_erp_7 .item ul li:nth-child(5),
.option_erp_7 .item ul li:nth-child(8) {
    top: -20px;
}

@media(max-width: 767px) {
    .option_erp_7 .item ul {
        margin: 0px -10px;
    }
    .option_erp_7 .item ul li {
        width: calc(32% - 8px);
        margin: 4px;
    }
}

.option_erp_7 .item ul li a {
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    height: 100px;
    position: relative;
}

.option_erp_7 .item ul li:nth-child(2) a {
    height: 120px;
}

.option_erp_7 .item ul li:nth-child(3) a,
.option_erp_7 .item ul li:nth-child(4) a,
.option_erp_7 .item ul li:nth-child(6) a {
    height: 130px;
}

.option_erp_7 .item ul li:nth-child(5) a {
    height: 120px;
}

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

.option_erp_7 .item1 {}

.option_erp_7 .item1 .info {}

.option_erp_7 .item1 .info h3 {
    color: #fff;
    margin: 100px 0 16px;
    line-height: 1.3;
    font-size: 200%;
}

@media(max-width: 767px) {
    .option_erp_7 .item1 {
        padding: 0 !important;
    }
    .option_erp_7 .item1 .info h3 {
        margin: 20px 0 16px;
    }
    .option_erp_7 .item1 .info .info1 {
        margin-bottom: 20px;
    }
}

.option_erp_7 .item1 .info .info1 {
    color: #fff;
    font-size: 121%;
    line-height: 1.5;
    font-weight: 300;
}

.register12 {
    overflow: hidden;
}

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

.register12:before {
    content: '';
    content: '';
    display: block;
    position: absolute;
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    background: var(--main-color);
    width: 1000%;
    left: -500px;
    top: -1200px;
    height: 65%;
    z-index: 2;
}

.register12 .content {
    padding: 0;
    background: none;
    box-shadow: 0px 0px 25px #ddd;
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 10px;
    padding: 60px 35px;
}

@media(max-width: 767px) {
    .register12:before {
        top: -600px;
    }
    .register12 .content {
        padding: 40px 30px 15px 30px;
    }
}

.register12 .content .content1 {
    padding: 0;
    background: none;
}

.register12 .title {
    margin: 0 0 15px;
    color: var(--main-color);
    font-size: 171%;
    line-height: 1.3;
}

.register12 .short_info {
    margin: 0 0 30px;
    text-align: left !important;
}

.register12 .info {}

.register12 .row .info .item {
    padding-top: 0;
}

.register12 .info img {
    max-height: 235px;
    width: auto;
}


/**/

.option_website {
    background: #fff;
}

.title-option-website1 {
    text-align: center;
    color: var(--main-color);
    font-size: 157%;
    font-weight: 600;
    margin: 0 auto 20px auto;
    max-width: 600px;
    position: relative;
    z-index: 1;
}


/**/

.option_website_1 {
    background: var(--main-color);
    padding: 60px 0 20px;
    text-align: center;
}

.option_website_1 .title {
    text-align: center;
    color: #fff;
    font-size: 143%;
    margin: 0 auto 30px;
    max-width: 700px;
    line-height: 1.4;
}

.option_website_1 .title b {
    display: block;
    margin: 0px 0 8px;
    font-size: 186%;
}

.option_website_1 img {
    max-width: 80%;
}

@media(max-width: 767px) {
    .option_website_1 img {
        max-width: 100%;
    }
}


/**/

.option_website_2 {
    padding: 30px 0 50px;
}

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

.option_website_2 .img {
    text-align: center;
}

.option_website_2 .img img {
    max-width: 400px;
}

.option_website_2 .info1 {
    font-size: 114%;
    font-weight: 400;
    line-height: 1.5;
}

.option_website_2 .info1 strong {
    color: var(--main-color);
}

.option_website_2 .info1 b {
    font-weight: 600;
}
@media (max-width:767px) {
    .option_website_2 .img img{
        max-width: 100%;
    }
}
/**/

.option_website_3 {
    background: #FAFAFA;
    padding: 50px 0;
}

.option_website_3 .content {
    text-align: center;
    position: relative;
    max-width: 800px;
    margin: 50px auto 0;
}

.option_website_3 .content>img {
    max-width: 700px;
}

.option_website_3 .content .item {
    position: absolute;
    background: #fff;
    display: inline-block;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 10px;
    padding: 12px 14px 12px 62px;
    left: 0;
    top: 0;
    width: 240px;
    text-align: left;
    min-height: 58px;
    display: flex;
    align-items: center;
}

.option_website_3 .content .item:nth-child(2) {
    left: auto;
    right: 0;
}

.option_website_3 .content .item:nth-child(3) {
    left: auto;
    top: auto;
    bottom: 40px;
    right: 0;
}

.option_website_3 .content .item:nth-child(4) {
    bottom: 20px;
    top: auto;
}

.option_website_3 .content .item>img {
    height: 38px;
    margin-left: 0px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media(max-width: 767px) {
    .option_website_3 .content {
        margin: 10px auto 0;
    }
    .option_website_3 .content>img {
        max-width: 80%;
    }
    .option_website_3 .content .item {
        position: relative;
        width: 100%;
        margin: 14px 0px;
        top: 0 !important;
        left: 0 !important;
    }
}


/**/

.option_website_4 {
    background: #fff;
    padding: 50px 0;
    position: relative;
}

.option_website_4 .content {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

.option_website_4 .content::before {
    content: '';
    background: #DBF6FD;
    position: absolute;
    top: -18%;
    height: 180%;
    width: 50%;
    left: -12%;
    transform: rotate(-28deg);
    -moz-transform: rotate(-28deg);
    -webkit-transform: rotate(-28deg);
    -o-transform: rotate(-28deg);
    -ms-transform: rotate(-28deg);
}


/**/

.option_website_5 {
    padding: 10px 0 30px;
    background: #fff;
}
.option_website_5 .slick_owl5{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.option_website_5 .item {
    padding: 0px 10px;
    margin: 15px 0;
}
@media (min-width:992px) {
    .option_website_5 .item {
        width: 20%;
    }
}
.option_website_5 .item a {
    display: block;
    height: 80px;
    position: relative;
    box-shadow: 0px 0px 5px #ddd;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    width: 100%;
}

.option_website_5 .item a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 14px;
    max-width: 100%;
    max-height: 100%;
}

.option_website_5_1 .item a {
    box-shadow: none;
    border: none;
    height: 90px;
}

.option_website_5_1 .item a img {}


/**/

.option_website_6 {
    padding: 50px 0 120px;
    background: #fff;
    position: relative;
    position: relative;
    overflow: hidden;
}

@media(max-width: 767px) {
    .option_website_6 {
        padding: 50px 0 24px;
    }
}

.option_website_6::before {
    content: '';
    content: '';
    background: var(--main-color);
    position: absolute;
    top: 31%;
    height: 530px;
    width: 120%;
    left: -10%;
    transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
}

.option_website_6 .title-option-website1 {
    margin-top: 25px;
    color: #fff;
}


/**/

.option_app {
    background: #fff;
}

.title-option-app1 {
    text-align: center;
    color: var(--main-color);
    font-size: 157%;
    font-weight: 600;
    margin: 0 auto 20px auto;
    max-width: 600px;
    position: relative;
    z-index: 1;
}


/**/

.option_app_1 {
    background: url(../app/bg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 140px 0;
}

.option_app_1 h2 {
    font-weight: 400;
    font-size: 214%;
    line-height: 1.4;
    margin: 110px 0px 0px 0px;
    color: #fff;
}

.option_app_1 h2 b {
    display: block;
    font-size: 120%;
}

.option_app_1 .img {
    text-align: center;
}

.option_app_1 .img img {
    max-width: 85%;
}

@media(max-width: 767px) {
    .option_app_1 h2 b {
        font-size: 100%;
        margin-bottom: 10px;
    }
    .option_app_1 {
        background-size: cover;
        padding: 30px 0px 50px;
    }
    .option_app_1 .img img {
        /* width: 60%; */
        max-width: 100%;
    }
    .option_app_1 h2 {
        margin: 15px 0 20px 0;
        text-align: center;
        font-size: 143%;
        padding: 0px 15px;
    }
}


/**/

.option_app_2 {
    padding: 30px 0 50px;
}

.option_app_2 .title-option-erp {
    margin-top: 0;
}

@media(max-width: 767px) {
    .option_app_2 {
        padding-bottom: 10px;
    }
}

.option_app_2 .img {
    text-align: center;
}

.option_app_2 .img img {
    max-width: 480px;
}

@media(max-width: 767px) {
    .option_app_2 .img img {
        max-width: 100%;
    }
}

.option_app_2 .info1 {
    font-size: 107%;
    font-weight: 400;
    line-height: 1.5;
}

.option_app_2 .info1 p {
    position: relative;
    margin: 0 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 0 0 40px;
}

.option_app_2 .info1 p img {
    height: 30px;
    position: absolute;
    left: 0;
    top: 2px;
}


/**/

.option_app_3 {
    background: #FAFAFA;
    padding: 70px 0;
}

.option_app_3_1 {
    padding-top: 50px;
    background: #fff;
}

.option_app_3 .content {
    text-align: center;
    position: relative;
    max-width: 600px;
    margin: 0px auto 0;
}

.option_app_3 .content>img {
    max-width: 500px;
}

.option_app_3_1 .content>img {
    max-width: 600px;
}

.option_app_3 .content .item {
    position: absolute;
    background: #fff;
    display: inline-block;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 10px;
    padding: 12px 14px 12px 62px;
    left: -40px;
    top: 10%;
    width: 246px;
    text-align: left;
    min-height: 58px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.option_app_3 .content .item:nth-child(2) {
    left: auto;
    right: -42px;
    top: 30%;
    width: 190px;
}

.option_app_3 .content .item:nth-child(4) {
    left: auto;
    top: auto;
    bottom: 18px;
    right: -90px;
}

.option_app_3 .content .item:nth-child(3) {
    bottom: 15px;
    top: auto;
    left: 40px;
}

.option_app_3 .content .item>img {
    height: 38px;
    margin-left: 0px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.option_app_3_1 .content .item {}

.option_app_3_1 .content .item:nth-child(2) {
    left: auto;
    right: -60px;
    top: 0%;
    width: 240px;
}

.option_app_3_1 .content .item:nth-child(4) {
    left: auto;
    top: auto;
    bottom: 18px;
    right: -90px;
}

.option_app_3_1 .content .item:nth-child(3) {
    bottom: -26px;
    top: auto;
    left: -5px;
}

@media(max-width: 767px) {
    .option_app_3 {
        padding: 20px 0;
    }
    .option_app_3 .content {
        margin: 10px auto 0;
    }
    .option_app_3 .content>img {
        max-width: 80%;
    }
    .option_app_3 .content .item {
        position: relative;
        width: 100% !important;
        margin: 14px 0px;
        top: 0 !important;
        left: 0 !important;
    }
}

.info_support {}

.info_support .item11 {
    margin: 10px 0px;
}

.info_support .item11 a {
    display: block;
    color: #444;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 0 0 54px;
    font-size: 107%;
    line-height: 1.2;
}

.info_support .item11 a i {
    background: var(--main-color);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 129%;
    position: absolute;
    left: 0;
    top: 0;
}


/**/

.title-option-custom {
    text-align: center;
    font-size: 129%;
    font-weight: 600;
    margin-bottom: 10px;
}

.title-option-custom span {
    display: block;
    color: var(--main-color);
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 8px;
}

.option_custom {
    background: #fff;
}

.option_custom_1 {
    padding: 70px 0;
    background: #fff;
}

.option_custom_1 h2 {
    font-weight: 600;
    font-size: 186%;
    line-height: 1.4;
    margin: 80px 0px 14px 0px;
}

.option_custom_1 h2 b {
    color: var(--main-color);
}

.option_custom_1 .info {
    font-size: 114%;
    font-weight: 300;
    line-height: 1.6;
}

.option_custom_1 .info b {
    color: var(--main-color);
}

.option_custom_1 .img {
    text-align: center;
}

.option_custom_1 .img img {
    max-width: 400px;
}

@media(max-width: 767px) {
    .option_custom_1 {
        background-size: cover;
        padding: 30px 0px 50px;
    }
    .option_custom_1 .img img {
        /* width: 60%; */
        max-width: 360px;
    }
    .option_custom_1 h2 {
        margin: 15px 0 15px 0;
        text-align: center;
        font-size: 186%;
        padding: 0px 15px;
    }
}


/**/

.option_custom_2 {
    padding: 50px 0 0px;
    background: #f9f9f9;
}

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

.option_custom_2 .img {
    text-align: center;
}

.option_custom_2 .img img {
    max-width: 400px;
}

.option_custom_2 .info1 {
    font-size: 114%;
    font-weight: 400;
    line-height: 1.5;
}

.option_custom_2 .info1 strong {
    color: var(--main-color);
}

.option_custom_2 .info1 b {
    font-weight: 600;
}


/**/

.option_custom_3 {
    padding: 50px 0;
    background-image: url(../custom/bg1.png);
    background-position: bottom left;
    background-size: 250px;
    background-repeat: no-repeat;
}

.option_custom_3 .item {}

.option_custom_3 .item .iframe {
    margin-top: 30px;
    border-radius: 5px;
    padding: 24px;
    position: relative;
    z-index: 1;
    background: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.option_custom_3 .item .iframe:hover {
    box-shadow: 0px 0px 18px #ddd;
    background: #fff;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.option_custom_3 .item .iframe .img {}

.option_custom_3 .item .iframe .img img {
    height: 56px;
}

.option_custom_3 .item .iframe h3 {
    font-size: 143%;
    margin: 14px 0 16px;
}

.option_custom_3 .item .iframe .info {
    padding: 0px 0px;
    margin: 10px 0 0px 0px;
    min-height: 40px;
    line-height: 1.5;
    color: #777;
}

@media(max-width: 767px) {
    .option_custom_3 .item .iframe .img img {
        height: 80px;
    }
    .option_custom_3 .item .iframe .info {
        padding: 0px 15px;
        margin: 10px 0 10px 0px;
    }
    .option_custom_3 .item:nth-child(2n+1) {
        clear: both;
    }
}


/**/

.option_custom_4 {
    background: #f9f9f9;
    padding: 50px 0 0;
}

.option_custom_4_1 {
    background: #fff;
}

.option_custom_4 .img {
    text-align: center;
    margin-top: 50px;
}

.option_custom_4 .img img {
    max-width: 450px;
}

.option_custom_4 .info {
    margin-top: 40px;
}

.option_custom_4 .info .title {
    font-size: 214%;
    line-height: 1.3;
}

.option_custom_4 .info .title b {
    color: var(--main-color);
    display: block;
}

.option_custom_4 .info .info1 {
    font-size: 107%;
    line-height: 1.6;
    color: #555;
}

.option_custom_4 .info .info1 p {}

.option_custom_4 .info .info1 ul {}

.option_custom_4 .info .info1 ul li {
    margin: 4px 0px;
}

.option_custom_4 .info .info1 .item {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 5px;
}

.option_custom_4 .info .info1 .info2 .sub {
    text-align: center;
    display: none;
}

.option_custom_4 .info .info1 .info2>h3 {
    margin: 15px 0;
    font-size: 121%;
    color: #555;
}

.option_custom_4 .info .info1 .info2 a {
    display: inline-block;
    height: 80px;
    position: relative;
    box-shadow: 0px 0px 2px #ddd;
    border: 1px solid #f1f1f1;
    width: 32%;
    border-radius: 6px;
}

.option_custom_4 .info .info1 .info2 a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 18px;
}


/**/


/* main */

.landing12 {
    background: #fff;
    border-top: 1px solid #f2f2f2;
    padding-bottom: 20px;
}

.block-option-landing12-1 {
    padding: 80px 0px 0px;
}

.b2b .block-option-landing12-1 .content {
    padding-top: 60px;
}

.mxh .block-option-landing12-1 .content {
    padding-top: 30px;
}

.block-option-landing12-1 .content .title {
    font-weight: 600;
    font-size: 225%;
    margin-bottom: 16px;
}

.b2b .block-option-landing12-1 .content .title {
    color: #D22033;
}

.f2d .block-option-landing12-1 .content .title {
    color: #E9308D;
}

.o2o .block-option-landing12-1 .content .title {
    color: #0098BD;
}

.bds .block-option-landing12-1 .content .title {
    color: #27DEBF;
}

.phitaptrung .block-option-landing12-1 .content .title {
    color: #0B2B72;
}

.vlxd .block-option-landing12-1 .content .title {
    color: #A77223;
}

.nnns .block-option-landing12-1 .content .title {
    color: #FFC727;
}

@media (min-width:992px) {
    .nnns .block-option-landing12-1 .content .title {
        padding-top: 50px;
    }
}

.chuoinhuongquyen .block-option-landing12-1 .content .title {
    color: #38908F;
}

.block-option-landing12-1 .content .title>b {
    font-weight: 800;
}

.mbttlk .block-option-landing12-1 .content .title {
    color: #D1AE6C;
}

.startup .block-option-landing12-1 .content .title {
    color: #AE7461;
}

.mxh .block-option-landing12-1 .content .title {
    color: #0A4E0A;
}

.mxh .block-option-landing12-1 .content .title span {
    font-weight: 700;
    font-size: 100%;
    line-height: 1.4;
}

.mxh .block-option-landing12-1 .content .title span b {
    font-weight: 900;
    font-size: 54px;
}

.customize .block-option-landing12-1 .content .title {
    font-size: 299%;
    font-weight: 700;
}

.customize .block-option-landing12-1 .content .info strong {
    color: var(--main-color);
}

.block-option-landing12-1 .content .info {
    font-size: 114%;
    line-height: 1.7;
    text-align: justify;
}

.d-block {
    display: block;
}

.block-option-landing12-1 .img img {
    width: 100%;
}

@media (max-width:767px) {
    .block-option-landing12-1 .container .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .block-option-landing12-1 .content .title {
        font-size: 243%;
    }
    .mxh .block-option-landing12-1 .content .title span {
        font-size: 214%;
    }
    .block-option-landing12-1 .content .info {
        font-size: 114%;
    }
    .mxh .block-option-landing12-1 .content .title span,
    .startup .block-option-landing12-1 .content .title span,
    .vlxd .block-option-landing12-1 .content .title span {
        display: contents;
    }
}

.b2b .wrap-thongso .chart {
    padding: 10px;
    background-color: #FAFAFA;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b2b .chart img {
    width: 100%;
    line-height: normal;
}

.b2b .chart canvas {
    height: 100% !important;
}

@media (min-width:992px) {
    .wrap-thongso .content .row {
        margin: 0px -30px;
    }
    .wrap-thongso .content .row>div {
        padding: 0px 30px;
    }
}

.wrap-thongso .content .item {
    margin-bottom: 40px;
}

.wrap-thongso .content .item h3 {
    margin-bottom: 20px;
    font-weight: 600;
}

.b2b .wrap-thongso .content .item2 .iframe {
    border-bottom: 3px solid #f5f5f5;
    padding-bottom: 50px;
}

.thongso {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 60px;
}

.thongso li {
    position: relative;
    padding: 10px 0px;
    font-size: 143%;
    font-weight: 500;
    display: flex;
}

.b2b .thongso li {
    font-size: 171%;
}

.thongso li img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    position: relative;
    margin-top: 3px;
}

@media (max-width:767px) {
    .wrap-thongso .content .item h3 {
        font-size: 143%;
    }
    .thongso {
        padding-top: 0px;
    }
    .thongso li {
        font-size: 114%;
    }
}

.chuoinhuongquyen .block-option-landing12-4 .content>h6,
.bds .block-option-landing12-4 .content>h6,
.phitaptrung .block-option-landing12-4 .content>h6,
.startup .block-option-landing12-4 .content>h6,
.vlxd .block-option-landing12-4 .content>h6 {
    position: relative;
    font-size: 114%;
    font-weight: 300;
    color: #00031A;
    width: fit-content;
    margin-bottom: 30px;
}

.customize .block-option-landing12-2 .content h6 {
    color: #D2D2D2;
    margin-bottom: 30px;
    width: fit-content;
    position: relative;
    font-size: 114%;
    font-weight: 500;
    letter-spacing: 2px;
}

.chuoinhuongquyen .block-option-landing12-4 .content>h6::before,
.bds .block-option-landing12-4 .content>h6::before,
.phitaptrung .block-option-landing12-4 .content>h6::before,
.startup .block-option-landing12-4 .content>h6::before,
.vlxd .block-option-landing12-4 .content>h6::before,
.customize .block-option-landing12-2 .content h6::before {
    content: '';
    position: absolute;
    bottom: -15px;
    height: 2px;
    width: 20%;
    background-color: #38908F;
}

.chuoinhuongquyen .block-option-landing12-4 .content>h4,
.bds .block-option-landing12-4 .content>h4,
.phitaptrung .block-option-landing12-4 .content>h4,
.startup .block-option-landing12-4 .content>h4,
.vlxd .block-option-landing12-4 .content>h4,
.customize .block-option-landing12-2 .content h4 {
    font-size: 200%;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 50px;
}

.customize .block-option-landing12-2 .content h4 {
    margin-bottom: 20px;
    font-size: 299%;
    font-weight: 700;
}

.chuoinhuongquyen .block-option-landing12-4 .content .wrap-info ul,
.bds .block-option-landing12-4 .content .wrap-info ul,
.nnns .block-option-landing12-4 .content .wrap-info ul,
.phitaptrung .block-option-landing12-4 .content .wrap-info ul,
.startup .block-option-landing12-4 .content .wrap-info ul,
.vlxd .block-option-landing12-4 .content .wrap-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.chuoinhuongquyen .block-option-landing12-4 .content .wrap-info ul li,
.nnns .block-option-landing12-4 .content .wrap-info ul li,
.bds .block-option-landing12-4 .content .wrap-info ul li,
.phitaptrung .block-option-landing12-4 .content .wrap-info ul li,
.startup .block-option-landing12-4 .content .wrap-info ul li,
.vlxd .block-option-landing12-4 .content .wrap-info ul li {
    position: relative;
    padding: 12px 0px;
    font-size: 171%;
    font-weight: 400;
    display: flex;
}

.startup .block-option-landing12-4 .content .wrap-info ul li {
    /* font-size: 171%; */
}

.chuoinhuongquyen .block-option-landing12-4 .content .wrap-info ul li img,
.nnns .block-option-landing12-4 .content .wrap-info ul li img,
.bds .block-option-landing12-4 .content .wrap-info ul li img,
.phitaptrung .block-option-landing12-4 .content .wrap-info ul li img,
.startup .block-option-landing12-4 .content .wrap-info ul li img,
.vlxd .block-option-landing12-4 .content .wrap-info ul li img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    position: relative;
    margin-top: 4px;
}

.startup .block-option-landing12-4 .content .wrap-info h6 {
    font-size: 200%;
    line-height: 1.4;
    font-weight: 600;
}

.bds .block-option-landing12-4,
.phitaptrung .block-option-landing12-4,
.startup .block-option-landing12-4,
.vlxd .block-option-landing12-4 {
    background-color: #FAFAFA;
    margin-top: 150px;
}

.bds .block-option-landing12-4 .block-title,
.phitaptrung .block-option-landing12-4 .block-title,
.startup .block-option-landing12-4 .block-title,
.vlxd .block-option-landing12-4 .block-title {
    margin-top: 120px;
}

.bds .block-option-landing12-4 .content,
.phitaptrung .block-option-landing12-4 .content,
.startup .block-option-landing12-4 .content,
.vlxd .block-option-landing12-4 .content {
    margin-bottom: 80px;
}

@media (max-width:767px) {
    .bds .block-option-landing12-4,
    .startup .block-option-landing12-4 {
        margin-top: 60px;
    }
    .phitaptrung .block-option-landing12-4 {
        margin-top: 60px;
    }
    .bds .block-option-landing12-4 .block-title,
    .phitaptrung .block-option-landing12-4 .block-title,
    .startup .block-option-landing12-4 .block-title {
        margin-top: 60px;
    }
}

.chuoinhuongquyen .chart,
.mbttlk .chart {
    margin-bottom: 30px;
}

.startup .chart,
.vlxd .chart {
    margin-bottom: 60px;
}

.mbttlk .thongso {
    padding-top: 0;
}

@media (min-width:992px) {
    .nnns .block-option-landing12-5 .content .row {
        margin: 0px -40px;
    }
    .nnns .block-option-landing12-5 .content .row>div {
        padding: 0px 40px;
    }
    .nnns .block-option-landing12-5 .content p {
        text-align: center;
        width: 90%;
        margin: auto;
    }
}

.nnns .block-option-landing12-5 .content p {
    margin-top: 20px;
    font-size: 171%;
}

.phitaptrung .wrap-thongso,
.startup .wrap-thongso,
.vlxd .wrap-thongso {
    padding-bottom: 40px;
}

.customize .block-option-landing12-2 {
    margin-top: 120px;
}

.customize .block-option-landing12-2 .content .info strong {
    color: var(--main-color);
}

.customize .block-option-landing12-2 .content .info {
    font-size: 143%;
}

.customize .block-title2 {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 40px;
}

.customize .block-title2 h6 {
    color: #0099BE;
    font-size: 143%;
}

.customize .block-title2 h2 {
    font-size: 171%;
    font-weight: 700;
}

.customize .block-option-landing12-3 .item {
    margin-top: 30px;
    padding: 25px 20px;
    position: relative;
    transition: all linear 0.3s;
}

.customize .block-option-landing12-3 .item .img img {
    height: 60px;
    width: auto;
    position: relative;
}

.customize .block-option-landing12-3 .item .wrap-info h3 {
    font-weight: 700;
    font-size: 143%;
    line-height: 28px;
}

.customize .block-option-landing12-3 .item .wrap-info p {
    font-size: 114%;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
}

.customize .block-option-landing12-3 .item:hover {
    box-shadow: 5px 20px 40px 0px rgba(0, 0, 0, 0.07);
    background-color: #fff;
}

.customize .block-option-landing12-3 .item:hover .wrap-info h3 {
    color: var(--main-color);
}

.customize .block-option-landing12-3 {
    position: relative;
    background-image: url(../../public/landing12/CUSTOMIZE/loiich.png);
    background-position: bottom -150px left;
    background-size: contain;
    background-repeat: no-repeat;
}

.customize .block-option-landing12-4 {
    background-color: rgba(250, 250, 250, 1);
    padding: 40px 0px 80px;
}

.customize .block-option-landing12-4 .block-title2,
.customize .block-option-landing12-6 .block-title2 {
    margin-top: 50px;
}

.customize .block-option-landing12-4 .block-title2 h6,
.customize .block-option-landing12-6 .block-title2 h6 {
    font-size: 129%;
    padding: 6px 12px;
    background-color: #fff;
    color: var(--main-color);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.customize .block-option-landing12-6 .block-title2 h6 {
    background-color: #F1FEFF;
}

.customize .block-option-landing12-4 .block-content .item .iframe {
    padding: 20px 20px 40px;
    border: 1.5px solid #EEEEEE;
    text-align: center;
    transition: all linear 0.3s;
    border-radius: 10px;
}

.customize .block-option-landing12-4 .block-content .item .iframe h3 {
    font-weight: 700;
    color: #000;
    font-size: 200%;
}

.customize .block-option-landing12-4 .block-content .item .iframe:hover {
    box-shadow: 5px 20px 40px 0px #00000012;
    background: #fff;
}

.customize .block-option-landing12-4 .block-content .item .iframe h6 {
    color: #0061FF;
    font-size: 200%;
    font-weight: 700;
    margin-bottom: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.customize .block-option-landing12-4 .block-content .item .iframe h6 span {
    font-size: 114%;
}

.customize .block-option-landing12-4 .block-content .item .iframe p {
    font-weight: 800;
}

.customize .block-option-landing12-4 .block-content .item .iframe ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
    list-style: none;
    margin-top: 20px;
    position: relative;
}

.customize .block-option-landing12-4 .block-content .item .iframe ul::before {
    background-color: #eeeeee;
    height: 1px;
    position: absolute;
    top: -10px;
    width: 50%;
    margin: auto;
    content: '';
    left: 25%;
}

.customize .block-option-landing12-4 .block-content .item .iframe ul li {
    padding: 8px 0px;
    font-weight: 500;
    font-size: 107%;
    color: #666666;
}

.customize .block-option-landing12-4 .block-content .item .iframe button {
    margin-top: 20px;
    position: relative;
    box-shadow: 2px 4px 10px 0px #FB724C4F;
    background: #FB724C;
    border: unset;
    border-radius: 8px;
    padding: 12px 25px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.customize .block-option-landing12-4 .block-content .item .iframe .note {
    margin-top: 15px;
    color: #AAAAAA;
    font-size: 93%;
    font-weight: 400;
}

.customize .block-option-landing12-5 .block-content .wrap-info h4 {
    font-size: 353%;
    font-weight: 700;
}

.customize .block-option-landing12-5 .block-content .wrap-info h4 span {
    color: var(--main-color);
}

.customize .block-option-landing12-5 .block-content .wrap-info>p {
    font-size: 121%;
    margin-top: 20px;
    color: #44444499;
    font-weight: 500;
}

@media (min-width:992px) {
    .customize .block-option-landing12-5 .block-content .img {
        padding-right: 30px;
    }
}

.customize .block-option-landing12-5 .block-content .wrap-info ul {
    padding: 0 0 0 15px;
    margin: 15px 0 0;
}

.customize .block-option-landing12-5 .block-content .wrap-info ul li {
    font-size: 129%;
    padding: 4px 0px;
    font-weight: 600;
}

.customize .block-option-landing12-5 .block-content .wrap-info .wrap-accordion {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    list-style: none;
}

.customize .block-option-landing12-5 .block-content .wrap-info .accordion {
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 107%;
    transition: 0.4s;
    background-color: #ffffff;
    padding: 0px;
}

.customize .block-option-landing12-5 .block-content .wrap-info .accordion .panel .img img {
    width: 100%;
    height: auto;
}

.customize .block-option-landing12-5 .block-content .wrap-info .accordion button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: unset;
    background-color: unset;
    padding: 8px 18px;
    font-weight: 600;
    color: #444;
    font-size: 121%;
}

.customize .block-option-landing12-5 .block-content .wrap-info .accordion:hover button,
.customize .block-option-landing12-5 .block-content .wrap-info .accordion.active {
    background-color: #FAFAFA;
}

.customize .block-option-landing12-5 .block-content .wrap-info .panel {
    display: none;
    overflow: hidden;
    transition: all linear 0.3s;
    background-color: #FAFAFA;
    border: unset;
    box-shadow: unset;
    padding: 8px 18px;
    margin: 0px;
}

.customize .block-option-landing12-5 .block-content .wrap-info .accordion.active .panel {
    display: block;
}

.customize .block-option-landing12-6 {
    background-color: #F1FEFF;
    margin-top: 40px;
}

.customize .block-option-landing12-6 .block-content {
    position: relative;
    background-image: url(../images/CUSTOMIZE/doitac.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 60px 0px;
}

.customize .block-option-landing12-6 .block-content .item img {
    width: 100px;
    height: auto;
}

.customize .block-option-landing12-6 .block-content .item {
    text-align: center;
    position: relative;
}

.customize .block-option-landing12-6 .block-content .item .iframe {
    position: relative;
    background-color: #ffffff;
    border: 1.5px solid var(--main-color);
    border-radius: 50%;
    height: 120px;
    width: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.customize .block-option-landing12-6 .block-content .item:nth-child(1) {
    padding-top: 30px;
}

.customize .block-option-landing12-6 .block-content .item:nth-child(1) img {
    width: 80px;
}

.customize .block-option-landing12-6 .block-content .item:nth-child(2) {
    padding-top: 100px;
}

.customize .block-option-landing12-6 .block-content .item:nth-child(3) {
    padding-top: 10px;
    text-align: right;
}

.customize .block-option-landing12-6 .block-content .item:nth-child(4) {
    padding-top: 200px;
}

.customize .block-option-landing12-6 .block-content .item:nth-child(4) img {
    width: 80px;
    height: auto;
}

.customize .block-option-landing12-6 .block-content .item:nth-child(5) {
    padding-top: 100px;
}

@media (min-width:992px) {
    .customize .block-option-landing12-6 .block-content .item:nth-child(3) .iframe {
        margin-right: unset;
    }
    .customize .block-option-landing12-6 .block-content .item:nth-child(4) .iframe {
        width: 100px;
        height: 100px;
    }
    .customize .block-option-landing12-6 .block-content .item:nth-child(4) .iframe,
    .customize .block-option-landing12-6 .block-content .item:nth-child(5) .iframe {
        margin-left: unset;
    }
    .customize .block-option-landing12-6 .block-content .item:nth-child(6) {
        padding-right: 40px;
    }
    .customize .block-option-landing12-6 .block-content .row {
        padding: 0px 20px;
    }
}

@media (max-width:767px) {
    .customize .block-option-landing12-6 .block-content .row {
        display: flex;
        flex-wrap: wrap;
    }
    .customize .block-option-landing12-1 .content .title,
    .customize .block-option-landing12-2 .content h4,
    .customize .block-option-landing12-5 .block-content .wrap-info h4 {
        font-size: 214%;
    }
    .customize .block-option-landing12-2 {
        margin-top: 60px;
    }
    .customize .block-option-landing12-2 .content .info,
    .customize .block-option-landing12-5 .block-content .wrap-info>p,
    .customize .block-option-landing12-5 .block-content .wrap-info ul li {
        font-size: 114%;
    }
    .customize .block-option-landing12-6 .block-content {
        padding-top: 20px;
        background-image: unset;
    }
    .customize .block-option-landing12-4 .block-content .item {
        margin-bottom: 20px;
    }
    .customize .block-option-landing12-6 .block-content .item .iframe {
        width: 80px;
        height: 80px;
    }
    .customize .block-option-landing12-6 .block-content .item:nth-child(1) .iframe,
    .customize .block-option-landing12-6 .block-content .item:nth-child(3) .iframe,
    .customize .block-option-landing12-6 .block-content .item:nth-child(5) .iframe {
        width: 100px;
        height: 100px;
    }
    .customize .block-option-landing12-6 .block-content .item .iframe img {
        width: 60px;
        height: auto;
    }
    .customize .block-option-landing12-6 .block-content .item:nth-child(1) img {
        width: 30px;
    }
    .customize .block-option-landing12-6 .block-content .item {
        margin-bottom: 20px;
    }
}


/**/

.landing12 .block-title {
    position: relative;
    border-top: 2px solid #455a642d;
    margin-top: 150px;
    padding-bottom: 60px;
}

.landing12 .block-title h2 {
    font-size: 186%;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin: -34px auto 0px;
    font-weight: 700;
    background-color: #455A64;
    color: #fff;
    min-width: 35%;
    padding: 10px 20px 10px;
    width: fit-content;
    border-radius: 0 0 10px 10px;
}

.landing12 .block-title h2::before,
.landing12 .block-title h2::after {
    content: '';
    position: absolute;
    border-bottom: 30px solid #455a642d;
    border-left: 30px solid transparent;
    top: 0;
    left: -30px;
}

.landing12 .block-title h2::after {
    border-left: unset;
    border-right: 30px solid transparent;
    left: unset;
    right: -30px;
}

@media (max-width:776px) {
    .landing12 .block-title {
        margin-top: 80px;
        padding-bottom: 20px;
    }
    .landing12 .block-title h2 {
        font-size: 129%;
        padding: 8px 20px 8px;
        margin-top: -23px;
        min-width: 60%;
    }
    .landing12 .block-title h2::before,
    .landing12 .block-title h2::after {
        border-bottom: 20px solid #455a642d;
        border-left: 20px solid transparent;
        left: -20px;
    }
    .landing12 .block-title h2::after {
        border-left: unset;
        border-right: 20px solid transparent;
        left: unset;
        right: -20px;
    }
}