﻿@import url("https://rsms.me/inter/inter.css");

.clearboth {
    clear: both
}

.clearboth:after {
    content: "";
    display: table;
    clear: both
}

.nowrap {
    white-space: nowrap
}

.hidden {
    display: none !important
}

.line-white-1 {
    display: block;
    height: 1px;
    background: #fff
}

.h-padding {
    padding-left: 15px;
    padding-right: 15px
}

.h100 {
    height: 100%
}

.pdt-0 {
    padding-top: 0 !important
}

body,
html {
    margin: 0px;
    font-size: 14px;
    font-family: 'Inter', sans-serif
}

a:hover {
    text-decoration: none
}

.containerHeaderHome {
    position: fixed;
    z-index: 100;
    width: 100%
}

.containerHeaderHome .btn.focus,
.containerHeaderHome .btn:focus {
    outline: 0;
    box-shadow: none
}

img {
    object-fit: cover
}

.navbar .dropdown-menu {
    border: none;
    margin: 0px;
    padding: 0px;
    background-color: #fff !important
}

.navbar-dark {
    height: 70px;
    width: 100%;
    position: fixed !important;
    background-color: #000 !important
}

.navbar-dark .nav-link {
    color: #fff !important;
    margin: 14px 3px
}

.navbar-dark .nav-item {
    position: relative
}

.navbar-dark ul.navbar-nav>li.active::after,
.navbar-dark ul.navbar-nav>li:hover::after,
.navbar-dark ul.navbar-nav>li.current-menu-item:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #F27227
}

.dropdown-toggle::after {
    display: none !important
}

.footer {
    background-color: #000
}

.footer .about-fpt {
    width: 100%
}

.footer a,
.footer p {
    display: block
}

.footer .img-facebook {
    text-align: end
}

.footer .conteiner-menu-bottom {
    padding-top: 60px;
    padding-bottom: 54px
}

.footer .conteiner-menu-bottom .img-logo {
    max-width: 151px
}

.footer .conteiner-menu-bottom .title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #848789;
    margin-top: 10px
}

.footer .conteiner-menu-bottom .margin-item {
    margin-bottom: 29px
}

.footer .conteiner-menu-bottom .margin-item:last-child {
    margin-bottom: 0
}

.footer .conteiner-menu-bottom .item {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF
}

.footer .conteiner-address {
    padding: 46px 0
}

.footer .conteiner-address .title {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 12px
}

.footer .conteiner-address .item,
.footer .conteiner-address p {
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #E3E3E3
}

.footer .conteiner-address .max-width-221 {
    max-width: 221px
}

.footer .conteiner-address .max-width-276 {
    max-width: 276px
}

.footer .conteiner-address p {
    margin: 0
}

.footer .conteiner-coppyright {
    padding: 30px 0
}

.footer .conteiner-coppyright p {
    margin: 0
}

.footer .conteiner-coppyright .content-right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.footer .conteiner-coppyright .content-right .change-lang {
    display: flex;
    align-items: center
}

.footer .conteiner-coppyright .content-left {
    display: flex;
    align-items: center
}

.footer .conteiner-coppyright .txt-copyright {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.04em;
    color: #848789
}

.footer .txt-term {
    margin-left: 24px !important
}

.footer .conteiner-coppyright .txt-language {
    padding-left: 8px
}

.footer .line {
    position: relative
}

.footer .line::after {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 15px;
    bottom: 0
}

.mobile-header {
    display: none;
    padding: 19px 16px 19px 16px
}

.mobile-header .right-items {
    display: flex;
    align-items: center
}

.mobile-header .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #000000;
    width: 100%;
    height: 0;
    margin: 0;
    overflow: hidden;
    transition: all 0.4s;
    padding: 0 32px;
    list-style: none
}

.mobile-header .mobile-menu li {
    padding: 16px 0;
    position: relative;
    border-bottom: 1px solid #424244
}

.mobile-header .mobile-menu li a {
    display: block;
    font-size: 16px;
    line-height: 1.18;
    color: #fff;
    text-decoration: none
}

.mobile-header .mobile-menu li a>img {
    position: absolute;
    right: 0;
    top: 16px
}

.mobile-header .mobile-menu li:last-child {
    border-bottom: none
}

.mobile-header .mobile-menu li ul.sub-menu {
    list-style: none;
    display: none
}

.mobile-header .mobile-menu li ul.sub-menu-1 {
    list-style: none;
    display: none
}

.mobile-header .mobile-menu li.show-sub ul.sub-menu {
    display: block;
    padding-top: 16px !important;
    padding-left: 12px !important
}

.mobile-header .mobile-menu li.show-sub-1 ul.sub-menu-1 {
    display: block;
    overflow-y: auto;
    max-height: 450px;
    padding-top: 16px !important;
    padding-left: 24px !important
}

.mobile-header .logo-wrapper {
    max-width: 100%
}

.mobile-header .logo-wrapper img {
    width: 100%
}

.mobile-header .menu-button {
    display: flex;
    width: 24px;
    height: 36px;
    align-items: center;
    justify-content: center
}

.mobile-header .menu-button .icon-close {
    display: none
}

.mobile-header.show-menu .mobile-menu {
    height: calc(100vh - 78px);
    border-top: 1px solid #424244;
    min-height: 480px;
    overflow: auto
}

.mobile-header.show-menu .menu-button .icon-close {
    display: inline-flex
}

.mobile-header.show-menu .menu-button .icon-menu {
    display: none
}

.hidden-mobile {
    padding-right: 0 !important
}

.hidden-mobile .more {
    display: none
}

.only-show-mobile {
    display: none
}

.commonSection {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 30px
}

.commonSection--grey {
    background-color: #999
}

.commonSection>* {
    margin: auto
}

.product {
    overflow: hidden
}

.containerContent {
    position: relative;
    padding-top: 70px
}

.box-title {
    font-size: 2.8571428571rem
}

.box-desc {
    font-size: 1.2857142857rem
}

.bg-absolute-box {
    position: relative
}

.bg-absolute-box .absolute-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.bg-absolute-box .bg-image img {
    width: 100%
}

.bg-absolute-box .box-title {
    color: #fff
}

.items .item-thumbnail,
.items .thumb-col {
    overflow: hidden
}

.items .item-inner,
.items .item.item-row {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s
}

.items .item-title,
.items .item-title a {
    font-size: 1.4285714286rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 8px
}

.items .item-title a:hover {
    color: #F27227
}

.items .item-content {
    color: #222
}

.items .item-date {
    font-size: 1.1428571429rem;
    color: #222;
    margin-bottom: 0
}

.items .item:not(.absolute-thumb-item) .item-content-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-direction: column;
    height: 100%
}

.items .item:not(.absolute-thumb-item) .item-date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex: 1;
    align-items: flex-end
}

.items .item-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-direction: row
}

.items .item-footer .item-footer-col {
    flex: 1
}

.items .readmore {
    margin-bottom: 0
}

.items .readmore a {
    font-size: 1.2857142857rem;
    color: #222
}

.items .readmore a:hover {
    color: #F27227
}

.item.absolute-thumb-item {
    position: relative
}

.item.absolute-thumb-item .item-content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px
}

.item.absolute-thumb-item .item-title,
.item.absolute-thumb-item .item-title a {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 24px
}

.item.absolute-thumb-item .item-date {
    color: #fff;
    margin-bottom: 12px
}

.item.absolute-thumb-item .readmore a {
    color: #fff
}

.item.absolute-thumb-item .readmore a:hover {
    color: #F27227
}

.text-large-logo {
    color: #a9acae;
    font-size: 2.8571428571rem;
    line-height: 3.4285714286rem;
    font-weight: 600;
    margin-bottom: 4px
}

.text-desc {
    color: #a9acae
}

.page-header {
    background: #fff
}

.page-header-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    min-height: 78px;
    flex-direction: row;
    align-items: center
}

.page-header-row .page-header-menu {
    flex: 1
}

.page-header-row .header-title {
    margin-bottom: 0
}

.header-title,
.header-title a {
    font-size: 1.4285714286rem;
    color: #000;
    font-weight: 600
}

.page-header-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
    margin-left: -20px
}

.page-header-menu li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #B3B3B3
}

.page-header-menu li:last-child {
    border-right: none
}

.page-header-menu li a {
    color: #B3B3B3
}

.page-header-menu li.current-item a,
.page-header-menu li a:hover {
    color: #000
}

.page-container {
    background: #f5f5f7
}

.container-left {
    padding-left: calc(50vw - 1110px/2 - 7.5px);
    margin-left: auto;
    margin-right: auto
}

.container-right {
    padding-right: calc(50vw - 1110px/2 - 7.5px);
    margin-left: auto;
    margin-right: auto
}

.owl-carousel-items .owl-nav button.owl-prev,
.owl-carousel-items .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #fff
}

.owl-carousel-items .owl-nav button.owl-prev:focus,
.owl-carousel-items .owl-nav button.owl-next:focus {
    outline: none
}

.owl-carousel-items .owl-nav button.owl-prev {
    left: 100px
}

.owl-carousel-items .owl-nav button.owl-next {
    right: 100px
}

.owl-carousel-items .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #c4c4c4;
    border-radius: 50%;
    margin-right: 15px
}

.owl-carousel-items .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.owl-carousel-items .owl-dots .owl-dot:focus {
    outline: none
}

.owl-carousel-items .owl-dots .owl-dot.active {
    background: #fff
}

.btn-active {
    min-height: 48px;
    background: #F27227;
    border-radius: 4px;
    color: #fff;
    font-size: 1.1428571429rem;
    font-weight: 600;
    padding-left: 40px;
    padding-right: 40px
}

.btn-active:hover {
    color: #fff;
    opacity: 0.8
}

a.btn {
    padding-top: 10px;
    padding-bottom: 10px
}

.link-value {
    color: #1169b0
}

.phone-input-box .iti--allow-dropdown {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap
}

.phone-input-box .iti--allow-dropdown .iti__flag-container {
    position: static;
    min-width: 64px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background: #fff
}

.phone-input-box .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: #fff
}

.phone-input-box .iti--allow-dropdown .iti__country-list {
    margin-top: 8px
}

.phone-input-box .iti--allow-dropdown .iti__selected-flag {
    justify-content: space-between;
    padding: 0 12px
}

.phone-input-box .iti--allow-dropdown input {
    flex: 1;
    padding-left: 0.75rem;
    margin-left: 8px
}

.select2-container .select2-selection--single {
    height: 40px;
    border-color: #d5d7dc
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px
}

#section_content {
    padding-top: 70px
}

.customer-box {
    padding-top: 55px;
    padding-bottom: 50px
}

#customer_header .box-title {
    font-size: 2.8571428571rem;
    font-weight: 600
}

#customer_service_box .items .item-icon {
    margin-bottom: 32px
}

#customer_service_box .items .item-inner {
    padding-left: 16px;
    padding-right: 16px
}

#customer_service_box .items .item-inner:hover {
    box-shadow: none
}

.items.customer-items .item-title {
    font-size: 2.1428571429rem;
    color: #000;
    margin-bottom: 0;
    line-height: 1.5
}

.items.customer-items .item-desc {
    font-size: 1.1428571429rem;
    color: #000
}

.items.customer-items .item-content {
    font-size: 1.1428571429rem;
    color: #000
}

.customer-items .customer-item {
    background: #EFEFEF
}

.customer-items .customer-row {
    align-items: center;
    min-height: 453px
}

.customer-items .item-inner {
    padding-top: 78px;
    padding-bottom: 70px
}

.customer-items .item-inner:hover {
    box-shadow: none
}

.customer-items .customer-avatar {
    padding-top: 46px;
    padding-bottom: 46px
}

.customer-items .cus-avatar-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end
}

#customer_comment {
    position: relative
}

.customer-items.owl-carousel-items .owl-nav button.owl-prev,
.customer-items.owl-carousel-items .owl-nav button.owl-next {
    background: rgba(0, 0, 0, 0.12);
    border: none
}

.customer-items.owl-carousel-items .owl-nav button.owl-prev img,
.customer-items.owl-carousel-items .owl-nav button.owl-next img {
    object-fit: none
}

#partner_header .absolute-content {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    max-width: 920px;
    padding: 66px 50px 72px
}

#partner_header .box-title {
    font-size: 3.5714285714rem
}

.partner-box {
    padding-top: 65px;
    padding-bottom: 72px
}

#parters_box_1 {
    padding-top: 50px
}

.row.partner-items {
    margin-left: -25px;
    margin-right: -25px
}

.row.partner-items [class^="col-"] {
    padding-left: 25px;
    padding-right: 25px
}

.items.partner-items .item {
    margin-bottom: 40px
}

.items.partner-items .item-inner {
    padding: 32px 50px;
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.04);
    height: 100%
}

.items.partner-items .item-title {
    font-size: 2.1428571429rem;
    margin-bottom: 20px
}

.items.partner-items .item-logo {
    margin-bottom: 40px
}

.items.partner-items .item-content {
    color: #3a3a3a;
    font-size: 1.1428571429rem
}

.items.partner-items .item-text-desc {
    color: #a9acae;
    font-weight: 500;
    margin-bottom: 4px;
    text-transform: uppercase
}

.items.partner-items .item-footer {
    margin-top: 40px
}

#partner_box_2 {
    background: #161616;
    padding-bottom: 18px
}

#partner_box_2 .box-header {
    margin-bottom: 65px
}

#partner_box_2 .box-title {
    color: #fff;
    margin-bottom: 16px;
    font-weight: 700
}

#partner_box_2 .box-desc {
    width: 100%;
    max-width: 712px;
    color: #fff;
    margin-left: auto;
    margin-right: auto
}

.partner-thumb-items .item {
    margin-bottom: 56px;
    text-align: center
}

.partner-thumb-items .item-title {
    color: #fff3f3;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: uppercase
}

.partner-thumb-items .item-title:hover {
    color: #fff
}

.partner-thumb-items .item-thumbs img {
    margin-right: 18px;
    margin-bottom: 20px;
    max-height: 32px
}

.partner-thumb-items .item-thumbs img:last-child {
    margin-right: 0
}

#partner_box_3 .box-title {
    font-weight: 700;
    margin-bottom: 56px
}

#partner_box_3 .container {
    padding-left: 25px;
    padding-right: 25px
}

.partner-list-items {
    list-style: none;
    padding-left: 0;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 0;
    text-align: center
}

.partner-list-items li {
    display: inline-block;
    margin-bottom: 56px;
    padding-left: 25px;
    padding-right: 25px
}

.news-box {
    padding-top: 50px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

.news-box:last-child {
    border-bottom: none
}

.news-box .box-title {
    font-size: 2.1428571429rem;
    font-weight: 700;
    margin-bottom: 32px
}

.news-box .item-title a {
    font-size: 1.4285714286rem;
    font-weight: 600
}

.news-box .item-text-desc {
    font-size: 1rem;
    color: #6e6e73;
    text-transform: uppercase;
    font-weight: 600
}

.news-box .item.item-row {
    margin-bottom: 20px
}

.news-box .item.item-row .item-content-box {
    padding: 0
}

.view-all-btn {
    display: block;
    background: #F5F5F7;
    padding: 10px 15px;
    color: #333;
    text-align: center
}

#feature_posts .first-item {
    margin-bottom: 40px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

#feature_posts .first-item .item-content-box {
    padding: 24px
}

#feature_posts .first-item .item-title {
    margin-bottom: 0
}

#feature_posts .first-item .item-title a {
    color: #fff;
    font-size: 1.7142857143rem;
    font-weight: 600;
    line-height: 1.5
}

#feature_posts .first-item .item-date {
    margin-bottom: 8px;
    color: #fff
}

#feature_posts .item-date {
    font-size: 1rem;
    color: #6E6E73
}

#feature_posts .item-inner {
    padding: 0px 40px
}

#feature_posts .item-title a:hover {
    color: #F27227
}

#feature_posts .second-item .item-content-box {
    background: #F5F5F7;
    padding: 24px
}

#feature_posts .second-item .item-title a {
    font-size: 1.1428571429rem;
    font-weight: 600
}

#feature_posts .first-row {
    margin-bottom: 20px
}

#feature_posts .news-row {
    margin-left: -12px;
    margin-right: -12px
}

#feature_posts .news-row [class^="col-"] {
    padding-left: 12px;
    padding-right: 12px
}

#latest_posts .item .item-content-box {
    flex: 1
}

.news-box .container-left {
    padding-left: calc(50vw - 920px/2 - 7.5px)
}

#blogs_posts {
    margin-bottom: 48px
}

#blogs_posts .box-title {
    margin-bottom: 40px
}

body.single-post,
body.page-template-default,
body.single-carrer {
    background: #f5f5f7
}

body.single-post #section_content,
body.page-template-default #section_content,
body.single-carrer #section_content {
    min-height: 40vh
}

body.single-post #news_header,
body.page-template-default #news_header,
body.single-carrer #news_header {
    background: transparent
}

body.single-post .page-title,
body.page-template-default .page-title,
body.single-carrer .page-title {
    font-size: 3.4285714286rem;
    font-weight: 600;
    line-height: 4rem;
    margin-bottom: 12px
}

body.single-post .single-date,
body.page-template-default .single-date,
body.single-carrer .single-date {
    margin-bottom: 20px
}

body.single-post .single-wrapper,
body.page-template-default .single-wrapper,
body.single-carrer .single-wrapper {
    background: #fff;
    padding: 56px 48px 30px
}

body.single-post .share-box,
body.page-template-default .share-box,
body.single-carrer .share-box {
    padding-bottom: 19px;
    border-bottom: 1px solid #ccc
}

body.single-post .share-box strong,
body.page-template-default .share-box strong,
body.single-carrer .share-box strong {
    font-size: 1.2857142857rem;
    text-transform: uppercase;
    margin-right: 16px
}

body.single-post .share-box a,
body.page-template-default .share-box a,
body.single-carrer .share-box a {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #004dff;
    position: relative;
    vertical-align: middle;
    margin-right: 12px
}

body.single-post .share-box a img,
body.page-template-default .share-box a img,
body.single-carrer .share-box a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 14px;
    width: auto
}

body.single-post .share-box a:hover,
body.page-template-default .share-box a:hover,
body.single-carrer .share-box a:hover {
    opacity: 0.5;
    background: #F27227;
    border-color: #F27227
}

body.single-post .single-thumbnail,
body.page-template-default .single-thumbnail,
body.single-carrer .single-thumbnail {
    margin-top: 48px;
    margin-bottom: 40px;
    text-align: center
}

body.single-post .single-content,
body.page-template-default .single-content,
body.single-carrer .single-content {
    margin-bottom: 40px;
    font-size: 1rem;
    font-weight: 500
}

body.single-post .taglist,
body.page-template-default .taglist,
body.single-carrer .taglist {
    margin-bottom: 45px
}

body.single-post .taglist strong,
body.page-template-default .taglist strong,
body.single-carrer .taglist strong {
    font-size: 1.2857142857rem;
    display: inline-block;
    margin-bottom: 5px
}

body.single-post .taglist a,
body.page-template-default .taglist a,
body.single-carrer .taglist a {
    display: inline-block;
    font-size: .8571428571rem;
    padding: 4px 10px;
    background: #f1f1f1;
    margin-left: 12px;
    margin-bottom: 5px
}

body.single-post .related-posts,
body.page-template-default .related-posts,
body.single-carrer .related-posts {
    padding-top: 16px;
    border-top: 1px solid #ccc
}

body.single-post .related-posts .box-title,
body.page-template-default .related-posts .box-title,
body.single-carrer .related-posts .box-title {
    font-size: 1.4285714286rem;
    color: #004dff;
    margin-bottom: 12px;
    margin-top: 0
}

body.single-post .related-posts .item,
body.page-template-default .related-posts .item,
body.single-carrer .related-posts .item {
    margin-bottom: 30px
}

body.single-post .related-posts .item-thumbnail,
body.page-template-default .related-posts .item-thumbnail,
body.single-carrer .related-posts .item-thumbnail {
    margin-bottom: 12px
}

body.single-post .related-posts .item-title a,
body.page-template-default .related-posts .item-title a,
body.single-carrer .related-posts .item-title a {
    font-size: 1.1428571429rem;
    font-weight: 500
}

body.page-template-default .page-title,
body.single-carrer .page-title {
    margin-top: 40px
}

body.single-carrer .page-title {
    margin-bottom: 16px
}

body.single-carrer .job_item {
    margin-top: 40px;
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {

    body.single-post .related-posts .item-thumbnail,
    body.page-template-default .related-posts .item-thumbnail,
    body.single-carrer .related-posts .item-thumbnail {
        height: 200px;
        width: 100%;
        overflow: hidden;
        position: relative
    }
}

@media screen and (min-width: 992px) {

    body.single-post .related-posts .item-thumbnail,
    body.page-template-default .related-posts .item-thumbnail,
    body.single-carrer .related-posts .item-thumbnail {
        height: 129px;
        width: 100%;
        overflow: hidden;
        position: relative
    }
}

#map_box {
    position: relative
}

#map_box .ggmap {
    height: calc(100vh - 70px);
    min-height: 560px
}

#map_box .ggmap iframe {
    width: 100% !important;
    height: 100% !important
}

#map_box .box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.address-items {
    background: #fff;
    padding: 24px 42px
}

.address-items .item {
    padding: 24px 0;
    border-bottom: 1px solid #d5d7dc
}

.address-items .item-title:hover {
    color: #000
}

.address-items .item-content {
    color: #54585d
}

.address-items .item-content ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.address-items .item-content p {
    margin-bottom: 2px
}

#contact_box_1 {
    padding-top: 75px;
    padding-bottom: 88px;
    background-image: url(../images/contact/img_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

#contact_box_1 .box-content p {
    margin-bottom: 0;
    font-size: 1.7857142857rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.25
}

#contact_box_2 {
    padding-top: 48px;
    padding-bottom: 60px;
    background: #fff
}

#contact_box_2 .box-title {
    font-size: 1.7857142857rem;
    margin-bottom: 40px;
    font-weight: 600;
    padding: 0 35px;
    text-align: center
}

.contact-form-box .form-group {
    margin-bottom: 24px
}

.contact-form-box .form-group label {
    font-weight: 600
}

.contact-form-box .form-group .form-control:not(textarea) {
    height: 40px
}

.contact-form-box .form-group .form-control::placeholder {
    color: #aaaaaa
}

.contact-form-box .city-group {
    margin-bottom: 32px
}

#contact_box_3 {
    background: #f5f5f7
}

#contact_box_3 .contact-form-box {
    max-width: 500px;
    padding-top: 56px;
    padding-bottom: 64px
}

#contact_box_3 .contact-form-box button[type="submit"] {
    margin-top: 8px
}

#contact_box_3 .box-title {
    font-size: 2.1428571429rem;
    font-weight: 600;
    margin-bottom: 48px
}

#contact_box_3 .bg-image img {
    width: 100%
}

.akamai .banner-akamai {
    position: relative;
    height: 383px;
    background-color: #f3f3f3;
    background: url("../images/akamai/images/hero_img.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    text-align: center
}

.akamai .banner-akamai h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #fff
}

.akamai .banner-akamai h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #fff
}

.akamai .banner-akamai .text-banner-akamai {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.akamai .about-akamai {
    margin: 61px 0px
}

.akamai .about-akamai .row-baner-about-akamai {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.akamai .about-akamai .row-baner-about-akamai h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    padding-left: 28px;
    max-width: 362px;
    border-left: 5px solid #1169b0;
    margin-bottom: 23px
}

.akamai .about-akamai .row-baner-about-akamai .display-ak-mobile {
    display: none
}

.akamai .about-akamai .row-baner-about-akamai .hidden-ak-mobile {
    display: block
}

.akamai .about-akamai .info-about-akamai {
    margin-bottom: 39px
}

.akamai .about-akamai .info-about-akamai p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #010101
}

.akamai .about-akamai h4 {
    font-size: 60px;
    text-align: left;
    color: #f27227;
    margin-top: 48px
}

.akamai .about-akamai h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.akamai .content-1 {
    background: #142f60;
    padding-top: 58px;
    text-align: center
}

.akamai .content-1 h2 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 29px
}

.akamai .content-1 h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    margin-bottom: 69px
}

.akamai .content-1 .col-content-1 {
    padding: 32px 0px 27px;
    background-color: #f27227;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3)
}

.akamai .content-1 .title p {
    margin: 12px 0px 0px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #e3e3e3
}

.akamai .content-2 {
    padding: 82px 0px 34px
}

.akamai .content-2 h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #000000
}

.akamai .content-2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #222222
}

.akamai .content-2 .col-content-2 {
    padding-bottom: 32px
}

.akamai .content-2 .col-content-2 .info h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    padding: 24px 0px 8px
}

.akamai .content-2 .col-content-2 .info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #222222;
    width: 100%;
    max-width: 430px
}

.akamai .content-3 {
    background: url("../images/akamai/images/img_9.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 58px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.akamai .content-3 h2 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 29px
}

.akamai .content-3 a {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.akamai .content-4 {
    padding: 64px 0px 78px
}

.akamai .content-4 h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding-bottom: 43px
}

.akamai .content-4 .box-content-4 .info-description {
    display: flex;
    align-items: start
}

.akamai .content-4 .box-content-4 .info-description .text {
    padding-left: 17px;
    padding-right: 63px
}

.akamai .content-4 .box-content-4 .info-description .text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin-bottom: 34px
}

.akamai .content-5 {
    text-align: center
}

.akamai .content-5 h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 29px
}

.akamai .content-5 h3 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    margin-bottom: 26px
}

.akamai .content-5 h3 b {
    font-weight: 600
}

.akamai .content-5 .banner-content-5:nth-of-type(1),
.akamai .content-5 .banner-content-5:nth-of-type(3),
.akamai .content-5 .banner-content-5:nth-of-type(5) {
    padding-top: 36px;
    background: #142f60
}

.akamai .content-5 .banner-content-5:nth-of-type(2),
.akamai .content-5 .banner-content-5:nth-of-type(4) {
    padding-top: 36px;
    background: #f27228
}

.akamai .content-6 {
    background-color: #f0f0f0;
    padding-bottom: 80px
}

.akamai .content-6 .col-content-6 {
    display: flex;
    align-items: center;
    padding-bottom: 32px
}

.akamai .content-6 .col-content-6 .title {
    padding-left: 32px
}

.akamai .content-6 .col-banner-content-6 {
    padding-bottom: 32px
}

.akamai .content-6 h3 {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000
}

.akamai .content-6 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.all-service .banner-all-service {
    min-height: 400px;
    background-color: #f0f0f0
}

.all-service .banner-all-service .baner-service {
    height: 100%;
    text-align: center
}

.all-service .banner-all-service .row-baner-service {
    height: 100%;
    display: flex;
    align-items: center
}

.all-service .banner-all-service .row-baner-service .display-img-as-mobile {
    display: none
}

.all-service .banner-all-service .row-baner-service .hidden-img-as-mobile {
    display: block
}

.all-service .banner-all-service .col-baner-service {
    height: 100%
}

.all-service .banner-all-service .img-baner-all-service {
    height: 100%
}

.all-service .banner-all-service h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: left;
    color: #000000
}

.all-service .banner-all-service h3 {
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    color: #000000
}

.all-service h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff
}

.all-service h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 27px;
    color: #fff
}

.all-service img {
    object-fit: cover;
    width: 100%
}

.all-service .text-data-center {
    width: 100%;
    position: absolute;
    top: 72px
}

.all-service .banner-data-center {
    position: relative;
    margin-top: 80px
}

.all-service .banner-data-center .description-data-center {
    max-width: 533px;
    margin: 0 auto
}

.all-service .banner-cloud-service {
    position: relative;
    margin-top: 80px
}

.all-service .banner-cloud-service .description-data-center {
    max-width: 533px;
    margin: 0 auto
}

.all-service .solutions-section {
    margin-top: 100px
}

.all-service .solutions-section .baner-solutions-section {
    padding-bottom: 80px
}

.all-service .solutions-section .item-wrapper {
    display: flex;
    flex-wrap: wrap
}

.all-service .solutions-section .solution-item {
    width: 25%
}

.all-service .solutions-section .solution-item:nth-child(2) {
    margin-top: 40px
}

.all-service .solutions-section .solution-item:nth-child(3) {
    margin-top: 80px
}

.all-service .solutions-section .solution-item:nth-child(4) {
    margin-top: 120px
}

.all-service .solutions-section .solution-item .text-wrapper {
    width: 190px
}

.all-service .solutions-section .solution-item .text-wrapper .title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 32px
}

.all-service .solutions-section .solution-item .text-wrapper .desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.all-service .solutions-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 1.7vw
}

.all-service .solutions-section ul li {
    margin-bottom: 0.7vw
}

.all-service .solutions-section ul li:last-child {
    margin-bottom: 0
}

.all-service .solutions-section ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
    color: #1169B0;
    font-weight: 600
}

.all-service .solutions-section ul li a img {
    object-fit: cover;
    margin-left: 8px;
    width: 12px
}

.all-service.second .solution-item .text-wrapper {
    width: 80%
}

.all-service .banner-internet-services {
    position: relative
}

.all-service .banner-internet-services .description-internet-services {
    max-width: 400px;
    margin: 0 auto
}

.all-service .banner-other-services {
    position: relative;
    margin-top: 80px
}

.all-service .banner-other-services .description-other-services {
    max-width: 400px;
    margin: 0 auto
}

.aws .banner-aws {
    position: relative;
    height: 383px;
    background-color: #f3f3f3
}

.aws .banner-aws .logo-aws img {
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%
}

.aws .banner-aws h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: left;
    color: #000
}

.aws .banner-aws h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #000
}

.aws .banner-aws .text-banner-aws {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.aws .about-aws {
    background: url(../images/aws/images/img_2.png) no-repeat;
    background-size: 100% 100%;
    object-fit: cover;
    min-height: 304px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.aws .about-aws .row-baner-about-aws {
    height: 100%
}

.aws .about-aws .row-baner-about-aws h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #fff;
    margin-bottom: 23px
}

.aws .about-aws h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff
}

.aws .content-1 {
    padding: 62px 0px 62px
}

.aws .content-1 h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    margin: 0 auto;
    text-align: center
}

.aws .content-1 h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    max-width: 540px;
    margin: 0 auto 28px
}

.aws .content-1 a {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #1169b0;
    border-bottom: 1px solid #D9D9D9
}

.aws .content-1 .row-content-1 .col-image {
    margin-bottom: 30px;
    border-radius: 4px
}

.aws .content-1 .row-content-1 .col-image .content {
    height: 100%
}

.aws .content-1 .row-content-1 .col-image img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.aws .content-1 .row-content-1 .col-info-content {
    margin-bottom: 30px
}

.aws .content-1 .row-content-1 .col-info-content .content {
    border-radius: 4px;
    background-color: #142f60;
    padding: 48px 32px;
    height: 100%
}

.aws .content-1 .row-content-1 .col-info-content .content h3 {
    font-size: 25px;
    line-height: 1.2;
    text-align: left;
    color: var(--white)
}

.aws .content-1 .row-content-1 .col-info-content .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #f3f3f3;
    margin-bottom: 0
}

.aws .content-1 .row-content-1 .col-info-tick {
    margin-bottom: 30px
}

.aws .content-1 .row-content-1 .col-info-tick .content {
    border-radius: 4px;
    background-color: #f5f5f7;
    padding: 48px 32px;
    height: 100%
}

.aws .content-1 .row-content-1 .col-info-tick .content img {
    object-fit: cover;
    position: absolute;
    top: 0
}

.aws .content-1 .row-content-1 .col-info-tick .content h3 {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000
}

.aws .content-1 .row-content-1 .col-info-tick .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin-bottom: 0
}

.aws .content-2 {
    position: relative;
    background: url("../images/aws/images/img_6.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    min-height: 450px
}

.aws .content-2 .banner-content-2 {
    padding: 0
}

.aws .content-2 .banner-content-2 .info-contact {
    background-color: #1169b0;
    opacity: 0.9;
    padding: 36px
}

.aws .content-2 .banner-content-2 .info-contact h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    width: 100%;
    max-width: 472px
}

.aws .content-3 {
    padding: 64px 0px 78px
}

.aws .content-3 h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #000000
}

.aws .content-3 h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin: 16px 0px 66px
}

.aws .content-3 h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin-bottom: 34px
}

.aws .content-3 .box-content-3 .info-description {
    display: flex;
    align-items: start
}

.aws .content-3 .box-content-3 .info-description .text {
    padding-left: 17px;
    padding-right: 63px
}

.aws .content-3 .box-content-3 .info-description .text b {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.aws .content-3 .box-content-3 .info-description .text p {
    padding-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin-bottom: 50px
}

.aws .content-4 {
    background: url("../images/aws/images/img_7.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 58px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.aws .content-4 h2 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 29px
}

.aws .content-4 a {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.aws .content-5 {
    background: url("../images/aws/images/img_8.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 58px 0px
}

.aws .content-5 h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 29px
}

.aws .content-5 h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    margin-bottom: 69px
}

.aws .content-5 .col-content-5 {
    margin-bottom: 36px
}

.aws .content-5 .title h4 {
    font-size: 60px;
    font-weight: 200;
    text-align: left;
    color: #3695e1;
    margin-bottom: 8px
}

.aws .content-5 .title b {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #fff
}

.aws .content-5 .title p {
    margin: 12px 0px 0px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #e3e3e3;
    max-width: 185px
}

.aws .content-6 {
    padding: 0px 0px 58px
}

.aws .content-6 img {
    object-fit: cover;
    max-height: 360px;
    width: 100%
}

.aws .content-6 h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    margin: 49px 0px 20px
}

.aws .content-6 .title p {
    margin: 12px 0px 0px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #333333;
    padding-right: 40px
}

.fwork .banner-fwork {
    position: relative;
    min-height: 383px;
    width: 100%
}

.fwork .banner-fwork .icon-fwork {
    margin: 0 auto;
    display: flex
}

.fwork .banner-fwork .logo-fwork img {
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.fwork .banner-fwork h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #fff
}

.fwork .banner-fwork h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #fff
}

.fwork .banner-fwork .text-banner-fwork {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.fwork .about-fwork {
    margin: 61px 0px
}

.fwork .about-fwork .row-baner-about-fwork {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.fwork .about-fwork .row-baner-about-fwork .display-img-fwork-mobile {
    display: none
}

.fwork .about-fwork .row-baner-about-fwork .hidden-img-fwork-mobile {
    display: block
}

.fwork .about-fwork .row-baner-about-fwork h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    padding-left: 28px;
    max-width: 362px;
    border-left: 5px solid #1169b0;
    margin-bottom: 23px
}

.fwork .about-fwork h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #010101;
    margin-bottom: 39px
}

.fwork .about-fwork a {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #1169b0
}

.fwork .about-fwork .col-baner-service img {
    object-fit: cover;
    width: 100%
}

.fwork .key-service {
    background-color: #f0f0f0;
    position: relative;
    padding-bottom: 88px
}

.fwork .title-key-service {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding: 88px 0px 52px 0px
}

.fwork .banner-key-service .col-key-service {
    margin-bottom: 28px
}

.fwork .banner-key-service img {
    object-fit: cover;
    width: 100%
}

.fwork .banner-key-service h4 {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    max-width: 308px
}

.fwork .banner-key-service h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    max-width: 314px
}

.fwork .banner-key-service .content-sub-banner {
    position: absolute;
    bottom: 39px;
    padding-left: 40px
}

.home .banner {
    position: relative;
    min-height: 616px;
    width: 100%
}

.home .banner .logo-banner img {
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.home .banner h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #fff
}

.home .banner h3 {
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    color: #fff
}

.home .banner .text-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.home section {
    text-align: center
}

.home .box2 {
    min-width: 50px;
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    border-radius: 8px;
    border: 0px solid white;
    text-align: center;
    vertical-align: middle
}

.home .title-scoll-baner {
    max-width: 700px;
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding: 35px 0px 72px;
    margin: 0 auto
}

.home .scoll-banner {
    position: relative;
    width: 100%;
    padding-top: 54px
}

.home .image-explore {
    width: 100%;
    object-fit: cover
}

.home .show-scroll {
    background: url("../images/home_2/images/img_10.jpg") no-repeat;
    background-size: cover;
    background-position: center center
}

.home .scroll-content-banner {
    padding: 111px 0px 108px;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    margin-top: -54px
}

.home .scroll-content-banner .title-banner {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}

.home .scroll-content-banner .text-banner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #e3e3e3
}

.home .scroll-content-banner .baner-home-1 {
    text-align: left
}

.home .scroll-content-banner .btn-explore {
    border-radius: 4px;
    background-color: #f27227;
    color: #e3e3e3;
    cursor: pointer
}

.home .scroll-content-banner .btn-explore:hover {
    cursor: pointer;
    border-radius: 4px;
    background-color: #f27227;
    color: #e3e3e3
}

.home .scroll-content-banner .baner-home-1 {
    padding: 0 24px
}

.home .content-baner-1 {
    padding-top: 80px
}

.home .content-baner-1 .about-fpt .img-content {
    width: 100%;
    padding: 0 24px
}

.home .content-baner-1 .about-fpt .info-content {
    padding: 0px 24px
}

.home .content-baner-1 .about-fpt .info-content .title-info-content {
    margin: 32px 0px 12px 0px;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    color: #000000
}

.home .content-baner-1 .about-fpt .info-content .description-info-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin-bottom: 36px
}

.home .content-baner-1 .about-fpt .info-content .link-more {
    cursor: pointer
}

.home .content-baner-1 .about-fpt .info-content .link-more span {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #1169b0;
    margin-bottom: 16px
}

.home .content-baner-1 .about-fpt .info-content .link-more .btn-link {
    font-size: 12px;
    flex-grow: 0;
    border-radius: 4px;
    background-color: #1169b0;
    color: #fff;
    border-color: transparent;
    padding: 8px 16px;
    margin: 12px 12px 0px 0px;
    cursor: pointer
}

.home .content-baner-1 .about-fpt .content {
    margin-bottom: 80px
}

.home .fpt-news {
    background: #1d1d1d;
    position: relative;
    padding-bottom: 65px
}

.home .fpt-news .row-fpt-news {
    margin-bottom: 60px
}

.home .fpt-news h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #fff;
    padding-top: 62px;
    padding-left: 24px
}

.home .fpt-news h4 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin-bottom: 48px;
    padding-left: 24px
}

.home .fpt-news p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin-bottom: 0px;
    max-width: 227px
}

.home .fpt-news h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    color: #fff;
    padding: 24px 0px 8px 0px
}

.home .fpt-news .col-fpt-news {
    padding: 0 24px
}

.home .fpt-news .post-slide2 {
    margin: 0 15px;
    margin-bottom: 2em
}

.home .fpt-news .post-slide2 .post-img {
    overflow: hidden;
    cursor: pointer
}

.home .fpt-news .post-slide2 .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s
}

.home .fpt-news .post-slide2:hover .post-img img {
    transform: scale(1.08)
}

.home .fpt-news .post-slide2 .post-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize
}

.home .fpt-news .post-slide2 .post-title a {
    display: inline-block;
    color: grey;
    transition: all .3s ease 0s
}

.home .fpt-news .post-slide2 .post-title a:hover {
    color: #3d3030;
    text-decoration: none
}

.home .fpt-news .link-news {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #f27227;
    padding: 0px;
    cursor: pointer
}

.home .fpt-news .link-news span {
    padding-left: 24px
}

.home .fpt-news .link-news:hover {
    color: #f27227;
    cursor: pointer
}

.home .fpt-news .content-news {
    padding-bottom: 85px
}

.home .promotion {
    background-color: #1169b0;
    position: relative
}

.home .promotion .content-promotion {
    padding: 21px 0px
}

.home .promotion .info-promotion {
    padding: 21px 0px
}

.home .promotion h3 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.75px;
    text-align: left;
    color: #e5f3ea
}

.home .promotion p {
    font-size: 25px;
    text-align: left;
    color: #fff
}

.home .promotion p span {
    font-weight: 600
}

.home .promotion .payment {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    cursor: pointer
}

.home .promotion .payment span {
    font-size: 13px;
    font-weight: 400
}

.home .promotion .payment:hover {
    color: #fff;
    cursor: pointer
}

.home .promotion .img-flash {
    position: absolute;
    right: 0;
    bottom: 0
}

.home .baner-service {
    position: relative
}

.home .baner-service .col-service {
    display: flex;
    margin-bottom: 60px
}

.home .baner-service .img-service {
    width: 50%
}

.home .baner-service .background-service {
    width: 50%
}

.home .baner-service .content-service {
    margin: 60px 0px 0px
}

.home .baner-service .info-service {
    border: 1px solid #E7E9EB;
    padding: 24px
}

.home .baner-service .info-service h3 {
    margin-top: 23px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #000000
}

.home .baner-service .info-service h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.home .baner-service .btn-view-detail-img {
    width: 100px;
    height: 40px;
    flex-grow: 0;
    border-radius: 4px;
    background-color: #1169b0;
    border-color: transparent;
    position: absolute;
    bottom: 0px;
    right: 29%;
    margin-bottom: -20px;
    display: flex;
    cursor: pointer
}

.home .baner-service .btn-view-detail-img img {
    object-fit: cover;
    margin: 0 auto;
    height: 100%
}

.home .baner-service .btn-view-detail {
    width: 100px;
    height: 40px;
    flex-grow: 0;
    border-radius: 4px;
    background-color: #1169b0;
    position: absolute;
    bottom: 0px;
    margin-left: 30px;
    margin-bottom: -20px;
    display: flex;
    cursor: pointer
}

.home .baner-service .btn-view-detail img {
    object-fit: cover;
    margin: 0 auto;
    width: auto;
    max-width: 36px;
    height: 100%;
    padding: 1px
}

.home .box3 {
    min-width: 150px;
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    border-radius: 8px;
    border: 0px solid white;
    text-align: center;
    vertical-align: middle
}

.home .hide-scroll {
    padding: 30px;
    min-height: 290px
}

.home .scoll-banner-2 {
    position: relative
}

.home .scoll-banner-2 .content-scroll-baner-2 {
    text-align: center
}

.home .scoll-banner-2 .title-banner {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    max-width: 648px
}

.home .scoll-banner-2 .text-banner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #e3e3e3
}

.home .show-scroll-2 {
    background: url("../images/home_3/images/img_11.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 78px 0px 844px
}

.home .hide-scroll-2 {
    padding: 30px;
    min-height: 400px
}

.home .scroll-content-banner-2 {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%
}

.home .scroll-content-banner-2 .title-banner {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #fff
}

.home .scroll-content-banner-2 .text-banner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #e3e3e3
}

.home .scroll-content-banner-2 .baner-home-1 {
    text-align: left
}

.home .scroll-content-banner-2 .btn-explore {
    border-radius: 4px;
    background-color: #f27227;
    color: #e3e3e3;
    cursor: pointer
}

.home .scroll-content-banner-2 .btn-explore:hover {
    cursor: pointer;
    border-radius: 4px;
    background-color: #f27227;
    color: #e3e3e3
}

.home .scroll-content-banner-2 .baner-home-1 {
    padding: 0 24px
}

.home .advertising-information {
    position: relative;
    width: 100%;
    padding-top: 55px;
    background-color: #f5f5f7;
    text-align: center
}

.home .advertising-information img {
    object-fit: cover;
    margin-bottom: 28px
}

.home .advertising-information p {
    font-size: 14px;
    text-align: center;
    color: #000000;
    margin-bottom: 70px
}

.home .our-partner h3 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding-top: 49px
}

.home .our-partner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.home .our-partner .logo-partner {
    padding-top: 45px
}

.home .our-partner .logo-partner img {
    object-fit: cover;
    width: 100%;
    height: 35px;
    margin-bottom: 52px
}

.home .our-partner .link-all-partners {
    margin-bottom: 68px;
    text-align: center
}

.home .our-partner .link-all-partners a {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1169b0
}

.microsoft .banner-microsoft {
    position: relative;
    height: 383px;
    background-color: #f3f3f3
}

.microsoft .banner-microsoft .logo-microsoft img {
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.microsoft .banner-microsoft h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: left;
    color: #000
}

.microsoft .banner-microsoft h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #000
}

.microsoft .banner-microsoft .text-banner-microsoft {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.microsoft .banner-microsoft .text-banner-microsoft img {
    object-fit: cover;
    width: 174px;
    height: 37px
}

.microsoft .about-microsoft {
    margin: 61px 0px
}

.microsoft .about-microsoft .row-baner-about-microsoft {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.microsoft .about-microsoft .row-baner-about-microsoft h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    padding-left: 28px;
    border-left: 5px solid #1169b0;
    margin-bottom: 23px
}

.microsoft .about-microsoft h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #010101;
    margin-bottom: 39px
}

.microsoft .about-microsoft a {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #1169b0;
    cursor: pointer;
    border-bottom: 1px solid rgba(17, 105, 176, 0.3)
}

.microsoft .about-microsoft .baner-about-microsoft .display-about-microsoft-mobile {
    display: none
}

.microsoft .about-microsoft .baner-about-microsoft .hidden-about-microsoft-mobile {
    display: block
}

.microsoft .about-microsoft .col-baner-service img {
    object-fit: cover;
    width: 100%
}

.microsoft .microsoft-partner {
    background-color: #142f60;
    position: relative;
    padding: 67px 0px 82px
}

.microsoft .microsoft-partner h3 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff
}

.microsoft .microsoft-partner h4 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #f2f7f9
}

.microsoft .microsoft-partner .col-microsoft-partner {
    padding-top: 60px
}

.microsoft .microsoft-partner .col-microsoft-partner h5 {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    padding-top: 47px;
    margin-bottom: 16px
}

.microsoft .microsoft-partner .col-microsoft-partner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: #fff;
    opacity: 0.7
}

.microsoft .content-4 {
    position: relative;
    background: url("../images/microsoft/images/img_3.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding-top: 67px;
    min-height: 450px
}

.microsoft .content-4 .banner-content-4 {
    padding: 0
}

.microsoft .content-4 .banner-content-4 .info-banner {
    background-color: #fff;
    padding: 36px
}

.microsoft .content-4 .banner-content-4 .info-banner h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000
}

.microsoft .content-4 .banner-content-4 .info-banner h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000;
    width: 100%
}

.microsoft .content-5 .display-mobile-microsoft-content-5 {
    display: none
}

.microsoft .content-5 .hidden-mobile-microsoft-content-5 {
    display: flex
}

.microsoft .content-5 .service-365 {
    width: 25%;
    height: 116px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center
}

.microsoft .content-5 .service-365 p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #fff
}

.microsoft .content-5 .service-365:nth-of-type(1) {
    background-color: #069cee;
    padding: 0 38px
}

.microsoft .content-5 .service-365:nth-of-type(2) {
    background-color: #f14921;
    padding: 0 38px
}

.microsoft .content-5 .service-365:nth-of-type(3) {
    background-color: #ffb10a;
    padding: 0 38px
}

.microsoft .content-5 .service-365:nth-of-type(4) {
    background-color: #76b407;
    padding: 0 38px
}

.microsoft .content-5 .service-365:nth-of-type(5) {
    background-color: #f3f3f3;
    padding: 0 38px
}

.microsoft .content-5 .service-365:nth-of-type(5) p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #404040
}

.microsoft .content-6 {
    height: 188px;
    display: flex;
    align-items: center;
    text-align: center
}

.microsoft .content-7 {
    background-color: #f27227;
    position: relative;
    padding: 67px 0px 116px
}

.microsoft .content-7 .banner-content-7 h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    max-width: 321px;
    margin: 0 auto 20px
}

.microsoft .content-7 .banner-content-7 h4 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #f2f7f9;
    margin-bottom: 58px
}

.microsoft .content-7 .banner-content-7 h5 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    margin-top: 32px
}

.microsoft .content-7 .banner-content-7 .col-content-7 {
    height: 100%;
    background-color: #fff;
    padding: 25px 55px
}

.microsoft .content-7 .banner-content-7 .col-content-7 .description-service {
    display: flex;
    padding-bottom: 16px
}

.microsoft .content-7 .banner-content-7 .col-content-7 .description-service p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin-bottom: 0px
}

.microsoft .content-7 .banner-content-7 .col-content-7 .description-service img {
    width: 27px;
    margin-right: 16px
}

.microsoft .content-8 {
    position: relative;
    padding: 65px 0px 0px
}

.microsoft .content-8 .banner-content-8 h3 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #000;
    max-width: 321px;
    margin: 0 auto 20px
}

.microsoft .content-8 .banner-content-8 h4 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #000;
    margin-bottom: 58px
}

.microsoft .content-8 .banner-content-8 .col-content-8 {
    background-color: #fff;
    padding-bottom: 26px
}

.microsoft .content-8 .banner-content-8 .col-content-8 .description-service {
    display: flex;
    align-items: flex-start
}

.microsoft .content-8 .banner-content-8 .col-content-8 .description-service p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin-bottom: 0px;
    padding-right: 55px
}

.microsoft .content-8 .banner-content-8 .col-content-8 .description-service img {
    width: 27px;
    margin-right: 16px
}

.microsoft .content-9 {
    padding: 66px 0px 41px
}

.microsoft .content-9 h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #000000;
    width: 100%;
    margin-bottom: 46px
}

.microsoft .content-9 .box-content-2 {
    padding: 0
}

.microsoft .content-9 .col-banner-content-9 {
    padding: 0
}

.microsoft .content-9 .info-content {
    margin-bottom: 30px
}

.microsoft .content-9 .info-content .title-info-content {
    border-left: 0.5px solid rgba(192, 192, 192, 0.3);
    background-color: #f0f0f0;
    padding: 40px 32px 28px;
    height: 100%;
    margin-bottom: 30px
}

.microsoft .content-9 .info-content .title-info-content img {
    width: 50px
}

.microsoft .content-9 .info-content .title-info-content p {
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    padding-top: 25px
}

.microsoft .content-9 .info-content .title-info-content span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.microsoft .content-9 .info-content .position-border {
    width: 65px;
    border-top: 5px solid #fc7c31;
    border-right: 5px solid #fc7c31;
    height: 65px;
    position: absolute;
    right: 11px;
    top: -5px
}

.microsoft .content-10 {
    position: relative;
    background: url("../images/microsoft/images/img_4.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    min-height: 450px
}

.microsoft .content-10 .banner-content-10 {
    padding: 0
}

.microsoft .content-10 .banner-content-10 .info-contact {
    background-color: #fff;
    opacity: 0.9;
    padding: 36px
}

.microsoft .content-10 .banner-content-10 .info-contact h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000;
    width: 100%;
    max-width: 472px;
    padding-bottom: 30px
}

.microsoft .content-10 .banner-content-10 .info-contact h4 p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #000
}

.microsoft .content-10 .banner-content-10 .info-contact span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #fc7c31;
    cursor: pointer
}

.microsoft .content-11 {
    position: relative;
    background: url("../images/microsoft/images/img_5.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    min-height: 450px
}

.microsoft .content-11 .banner-content-11 {
    padding: 0
}

.microsoft .content-11 .banner-content-11 .info-contact {
    background-color: #000;
    opacity: 0.9;
    padding: 36px;
    min-height: 252px
}

.microsoft .content-11 .banner-content-11 .info-contact h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #fff;
    padding-top: 44px
}

.microsoft .content-11 .banner-content-11 .info-contact h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    width: 100%;
    max-width: 472px;
    padding-bottom: 30px
}

.microsoft .content-12 {
    position: relative;
    margin: 62px 0px 73px
}

.microsoft .content-12 h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #000000;
    margin-bottom: 20px
}

.microsoft .content-12 h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin-bottom: 20px
}

.microsoft .content-12 .box-content-12 {
    padding: 0
}

.microsoft .content-12 .col-content-12 {
    padding: 0
}

.microsoft .content-13 {
    width: 100%;
    min-height: 185px;
    position: relative
}

.microsoft .content-13 .hidden-mobile-microsoft-content-13 {
    display: flex
}

.microsoft .content-13 .hidden-mobile-microsoft-content-13 .service-microsoft {
    display: flex;
    width: 25%;
    justify-content: center;
    align-items: center
}

.microsoft .content-13 .hidden-mobile-microsoft-content-13 .service-microsoft img {
    width: 100%;
    height: 100%
}

.microsoft .content-13 .hidden-mobile-microsoft-content-13 .service-microsoft p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    color: #fff
}

.microsoft .content-13 .hidden-mobile-microsoft-content-13 .service-microsoft:nth-of-type(2) {
    background-color: #f14921;
    padding: 0 44px
}

.microsoft .content-13 .hidden-mobile-microsoft-content-13 .service-microsoft:nth-of-type(4) {
    background-color: #76b407;
    padding: 0 44px
}

.microsoft .content-13 .display-mobile-microsoft-content-13 {
    display: none
}

.microsoft .content-14 {
    width: 100%;
    height: 116px;
    background-color: #595959;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center
}

.microsoft .content-14 h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #fff
}

.microsoft .content-15 {
    width: 100%;
    min-height: 185px;
    position: relative
}

.microsoft .content-15 .hidden-mobile-microsoft-content-15 {
    display: flex
}

.microsoft .content-15 .hidden-mobile-microsoft-content-15 .service-microsoft {
    display: flex;
    width: 25%;
    justify-content: center;
    align-items: center
}

.microsoft .content-15 .hidden-mobile-microsoft-content-15 .service-microsoft img {
    width: 100%;
    height: 100%
}

.microsoft .content-15 .hidden-mobile-microsoft-content-15 .service-microsoft p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    color: #fff
}

.microsoft .content-15 .hidden-mobile-microsoft-content-15 .service-microsoft:nth-of-type(1) {
    background-color: #069cee;
    padding: 0 44px
}

.microsoft .content-15 .hidden-mobile-microsoft-content-15 .service-microsoft:nth-of-type(3) {
    background-color: #ffb10a;
    padding: 0 44px
}

.microsoft .content-15 .display-mobile-microsoft-content-15 {
    display: none
}

.microsoft .content-16 {
    padding: 88px 0px 104px
}

.microsoft .content-16 a {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #1169b0;
    border-bottom: 1px solid #D9D9D9
}

.microsoft .content-16 .row-content-16 .col-image {
    margin-bottom: 30px;
    border-radius: 4px
}

.microsoft .content-16 .row-content-16 .col-image .content {
    height: 100%
}

.microsoft .content-16 .row-content-16 .col-image img {
    width: 100%;
    height: 100%
}

.microsoft .content-16 .row-content-16 .col-info-content {
    margin-bottom: 30px
}

.microsoft .content-16 .row-content-16 .col-info-content .content {
    border-radius: 4px;
    background-color: #142f60;
    padding: 48px 32px;
    height: 100%
}

.microsoft .content-16 .row-content-16 .col-info-content .content h3 {
    font-size: 25px;
    line-height: 1.2;
    text-align: left;
    color: var(--white)
}

.microsoft .content-16 .row-content-16 .col-info-content .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #f3f3f3;
    margin-bottom: 0
}

.microsoft .content-16 .row-content-16 .col-info-tick {
    margin-bottom: 30px
}

.microsoft .content-16 .row-content-16 .col-info-tick .content {
    border-radius: 4px;
    background-color: #f5f5f7;
    padding: 48px 32px;
    height: 100%
}

.microsoft .content-16 .row-content-16 .col-info-tick .content img {
    position: absolute;
    top: 0
}

.microsoft .content-16 .row-content-16 .col-info-tick .content h3 {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #000000
}

.microsoft .content-16 .row-content-16 .col-info-tick .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin-bottom: 0
}

.microsoft .content-17 {
    position: relative;
    background: url("../images/microsoft/images/img_15.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    min-height: 450px
}

.microsoft .content-17 .banner-content-17 {
    padding: 0
}

.microsoft .content-17 .banner-content-17 .info-contact {
    background-color: #fff;
    padding: 36px
}

.microsoft .content-17 .banner-content-17 .info-contact h3 {
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    color: #000;
    width: 100%;
    max-width: 472px;
    padding-bottom: 30px
}

.microsoft .content-17 .banner-content-17 .info-contact span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #fc7c31;
    cursor: pointer;
    border-bottom: 1px solid rgba(252, 124, 49, 0.3)
}

.microsoft #pinContainer {
    width: 100%;
    height: 450px;
    margin-top: 65px !important;
    overflow: hidden;
    position: relative
}

.microsoft .panel {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center
}

.microsoft .panel h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #fff
}

.microsoft .panel .banner-content-scroll .display-img-microsoft-mobile {
    display: none
}

.microsoft .panel .banner-content-scroll .hidden-img-microsoft-mobile {
    display: block
}

.microsoft .img-slide {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%
}

.microsoft p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #f2f2f2
}

.microsoft #pinMaster {
    position: relative;
    margin-top: 65px !important
}

.microsoft .one {
    background-color: #f27227
}

.microsoft .two {
    background-color: #142f60
}

.microsoft .three {
    background-color: #f27227
}

.microsoft .four {
    background-color: #142f60
}

.akamai .banner-akamai {
    position: relative;
    height: 383px;
    background-color: #f3f3f3;
    background: url("../images/akamai/images/hero_img.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    text-align: center
}

.akamai .banner-akamai h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #fff
}

.akamai .banner-akamai h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #fff
}

.akamai .banner-akamai .text-banner-akamai {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.akamai .about-akamai {
    margin: 61px 0px
}

.akamai .about-akamai .row-baner-about-akamai {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.akamai .about-akamai .row-baner-about-akamai h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    padding-left: 28px;
    max-width: 362px;
    border-left: 5px solid #1169b0;
    margin-bottom: 23px
}

.akamai .about-akamai .row-baner-about-akamai .display-ak-mobile {
    display: none
}

.akamai .about-akamai .row-baner-about-akamai .hidden-ak-mobile {
    display: block
}

.akamai .about-akamai .info-about-akamai {
    margin-bottom: 39px
}

.akamai .about-akamai .info-about-akamai p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #010101
}

.akamai .about-akamai h4 {
    font-size: 60px;
    text-align: left;
    color: #f27227;
    margin-top: 48px
}

.akamai .about-akamai h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.akamai .content-1 {
    background: #142f60;
    padding-top: 58px;
    text-align: center
}

.akamai .content-1 h2 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 29px
}

.akamai .content-1 h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    margin-bottom: 69px
}

.akamai .content-1 .col-content-1 {
    padding: 32px 0px 27px;
    background-color: #f27227;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3)
}

.akamai .content-1 .title p {
    margin: 12px 0px 0px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #e3e3e3
}

.akamai .content-2 {
    padding: 82px 0px 34px
}

.akamai .content-2 h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #000000
}

.akamai .content-2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #222222
}

.akamai .content-2 .col-content-2 {
    padding-bottom: 32px
}

.akamai .content-2 .col-content-2 .info h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    padding: 24px 0px 8px
}

.akamai .content-2 .col-content-2 .info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #222222;
    width: 100%;
    max-width: 430px
}

.akamai .content-3 {
    background: url("../images/akamai/images/img_9.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 58px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.akamai .content-3 h2 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 29px
}

.akamai .content-3 a {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.akamai .content-4 {
    padding: 64px 0px 78px
}

.akamai .content-4 h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding-bottom: 43px
}

.akamai .content-4 .box-content-4 .info-description {
    display: flex;
    align-items: start
}

.akamai .content-4 .box-content-4 .info-description .text {
    padding-left: 17px;
    padding-right: 63px
}

.akamai .content-4 .box-content-4 .info-description .text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin-bottom: 34px
}

.akamai .content-5 {
    text-align: center
}

.akamai .content-5 h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 29px
}

.akamai .content-5 h3 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    margin-bottom: 26px
}

.akamai .content-5 h3 b {
    font-weight: 600
}

.akamai .content-5 .banner-content-5:nth-of-type(1),
.akamai .content-5 .banner-content-5:nth-of-type(3),
.akamai .content-5 .banner-content-5:nth-of-type(5) {
    padding-top: 36px;
    background: #142f60
}

.akamai .content-5 .banner-content-5:nth-of-type(2),
.akamai .content-5 .banner-content-5:nth-of-type(4) {
    padding-top: 36px;
    background: #f27228
}

.akamai .content-6 {
    background-color: #f0f0f0;
    padding-bottom: 80px
}

.akamai .content-6 .col-content-6 {
    display: flex;
    align-items: center;
    padding-bottom: 32px
}

.akamai .content-6 .col-content-6 .title {
    padding-left: 32px
}

.akamai .content-6 .col-banner-content-6 {
    padding-bottom: 32px
}

.akamai .content-6 h3 {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000
}

.akamai .content-6 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.openstack .banner-openstack {
    position: relative;
    min-height: 383px;
    width: 100%
}

.openstack .banner-openstack .icon-openstack {
    margin: 0 auto;
    display: flex
}

.openstack .banner-openstack .logo-openstack img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.openstack .banner-openstack h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #fff
}

.openstack .banner-openstack .text-banner-openstack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.openstack .about-openstack {
    margin: 61px 0px
}

.openstack .about-openstack .row-baner-about-openstack {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.openstack .about-openstack .row-baner-about-openstack .display-img-openstack-mobile {
    display: none
}

.openstack .about-openstack .row-baner-about-openstack .hidden-img-openstack-mobile {
    display: block
}

.openstack .about-openstack .row-baner-about-openstack h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    margin-bottom: 23px
}

.openstack .about-openstack h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #010101;
    margin-bottom: 39px
}

.openstack .about-openstack .col-baner-service img {
    width: 100%
}

.openstack .content-1 {
    position: relative;
    background: #142f60;
    padding: 63px 0px 58px
}

.openstack .content-1 img {
    width: 100%
}

.openstack .content-1 .col-content-1 {
    border-left: 5px solid #f27227
}

.openstack .content-1 .banner-content-1 h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #fff;
    padding-left: 28px
}

.openstack .content-1 .banner-content-1 h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    padding-left: 28px
}

.openstack .content-1 .banner-content-1 .col-content-1 {
    padding: 0
}

.openstack .content-2 {
    padding: 66px 0px 41px
}

.openstack .content-2 h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #000000;
    width: 100%;
    margin-bottom: 20px;
    max-width: 752px
}

.openstack .content-2 h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin-bottom: 32px;
    max-width: 691px
}

.openstack .content-2 .box-content-2 {
    padding: 0
}

.openstack .content-2 .col-banner-content-2 {
    padding: 0
}

.openstack .content-2 .info-content {
    margin-bottom: 30px
}

.openstack .content-2 .info-content .title-info-content {
    border-left: 0.5px solid rgba(192, 192, 192, 0.3);
    background-color: #f0f0f0;
    padding: 40px 32px 28px;
    height: 100%;
    margin-bottom: 30px
}

.openstack .content-2 .info-content .title-info-content img {
    width: 50px
}

.openstack .content-2 .info-content .title-info-content p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    padding-top: 25px
}

.openstack .content-2 .info-content .title-info-content span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.openstack .content-2 .info-content .position-border {
    width: 65px;
    border-top: 5px solid #fc7c31;
    border-right: 5px solid #fc7c31;
    height: 65px;
    position: absolute;
    right: 11px;
    top: -5px
}

.openstack .content-3 {
    position: relative;
    background: url("../images/openstack/images/img_2.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    display: flex;
    align-items: center
}

.openstack .content-3 .box-content-3 {
    margin: 78px 0px 97px
}

.openstack .content-3 .banner-content-3 {
    padding: 0
}

.openstack .content-3 .banner-content-3 .info-contact {
    background-color: #f27227;
    padding: 36px
}

.openstack .content-3 .banner-content-3 .info-contact h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    width: 100%;
    max-width: 472px
}

.openstack .content-4 {
    position: relative;
    background: url("../images/openstack/images/img_3.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    height: 235px
}

.openstack .content-5 {
    position: relative;
    margin: 62px 0px 73px
}

.openstack .content-5 h4 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #000000;
    margin-bottom: 20px
}

.openstack .content-5 h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin-bottom: 20px
}

.openstack .content-5 .box-content-5 {
    padding: 0
}

.openstack .content-5 .col-content-5 {
    padding: 0
}

.vmware .banner-vmware {
    position: relative;
    min-height: 383px;
    width: 100%
}

.vmware .banner-vmware .icon-vmware {
    margin: 0 auto;
    display: flex
}

.vmware .banner-vmware .logo-vmware img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.vmware .banner-vmware h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #fff
}

.vmware .banner-vmware .text-banner-vmware {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.vmware .about-vmware {
    margin: 61px 0px
}

.vmware .about-vmware .row-baner-about-vmware {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.vmware .about-vmware .row-baner-about-vmware .display-img-vmware-mobile {
    display: none
}

.vmware .about-vmware .row-baner-about-vmware .hidden-img-vmware-mobile {
    display: block
}

.vmware .about-vmware .row-baner-about-vmware h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    padding-left: 28px;
    max-width: 362px;
    border-left: 5px solid #1169b0;
    margin-bottom: 23px
}

.vmware .about-vmware h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #010101;
    margin-bottom: 39px
}

.vmware .about-vmware a {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #1169b0
}

.vmware .about-vmware .col-baner-service img {
    width: 100%
}

.vmware .product-vmware {
    background-color: #f0f0f0;
    position: relative;
    padding-bottom: 88px
}

.vmware .product-vmware h3 {
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding: 88px 0px 52px 0px;
    max-width: 723px;
    width: auto;
    margin: auto
}

.vmware .product-vmware h4 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    color: #000000
}

.vmware .product-vmware h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    max-width: 730px;
    margin: auto
}

.vmware .product-vmware .description-product-vmware {
    padding-bottom: 58px
}

.vmware .product-vmware .banner-product-vmware {
    padding: 0
}

.vmware .product-vmware .banner-product-vmware .col-product-vmware {
    margin-bottom: 28px
}

.vmware .product-vmware .banner-product-vmware img {
    width: 100%
}

.vmware .product-vmware .banner-product-vmware h4 {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    max-width: 308px
}

.vmware .product-vmware .banner-product-vmware h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    padding-left: 8px;
    max-width: 314px
}

.vmware .product-vmware .banner-product-vmware .content-sub-banner {
    padding: 16px
}

.vmware .product-vmware .banner-product-vmware .content-sub-banner .info-packagge {
    border-bottom: 0.5px solid rgba(192, 192, 192, 0.3)
}

.vmware .product-vmware .banner-product-vmware .content-sub-banner .info-packagge h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.vmware .product-vmware .banner-product-vmware .content-sub-banner .info-packagge div {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #f27227;
    display: flex
}

.vmware .product-vmware .banner-product-vmware .content-sub-banner .info-packagge div h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #f27227
}

.vmware .product-vmware .banner-product-vmware .content-sub-banner .info-packagge div span {
    font-size: 12px;
    line-height: 1.5;
    color: #000000
}

.vmware .product-vmware .banner-product-vmware .content-sub-banner .info-packagge button {
    width: 100%;
    min-height: 44px;
    flex-grow: 0;
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0 30px;
    padding: 13px 0px;
    border-radius: 4px;
    background-color: #142f60;
    border-color: transparent;
    color: #fff
}

.vmware .product-vmware .banner-product-vmware .content-sub-banner .price {
    padding-top: 25px
}

.vmware .product-vmware .banner-product-vmware .content-sub-banner .price p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #3a3a3a
}

.vmware .product-vmware .banner-product-vmware .content-sub-banner .price p img {
    width: 25px
}

.vmware .product-vmware .banner-product-vmware .col-product-vmware:nth-of-type(1) .content-sub-banner {
    background-color: #fff;
    border-radius: 10px
}

.vmware .product-vmware .banner-product-vmware .col-product-vmware:nth-of-type(2) .content-sub-banner {
    background-color: #f27227;
    border-radius: 10px
}

.vmware .product-vmware .banner-product-vmware .col-product-vmware:nth-of-type(2) .content-sub-banner .info-packagge {
    border-bottom: 0.5px solid rgba(192, 192, 192, 0.3)
}

.vmware .product-vmware .banner-product-vmware .col-product-vmware:nth-of-type(2) .content-sub-banner .info-packagge h4 {
    color: #fff
}

.vmware .product-vmware .banner-product-vmware .col-product-vmware:nth-of-type(2) .content-sub-banner .info-packagge div {
    color: #fff
}

.vmware .product-vmware .banner-product-vmware .col-product-vmware:nth-of-type(2) .content-sub-banner .info-packagge div h5 {
    color: #fff
}

.vmware .product-vmware .banner-product-vmware .col-product-vmware:nth-of-type(2) .content-sub-banner .info-packagge div span {
    color: #fff
}

.vmware .product-vmware .banner-product-vmware .col-product-vmware:nth-of-type(2) .content-sub-banner .info-packagge button {
    color: #000;
    background-color: #fff
}

.vmware .product-vmware .banner-product-vmware .col-product-vmware:nth-of-type(2) .content-sub-banner .price p {
    color: #fff
}

.vmware .product-vmware .banner-product-vmware .col-product-vmware:nth-of-type(3) .content-sub-banner {
    background-color: #142f60;
    border-radius: 10px
}

.vmware .product-vmware .banner-product-vmware .col-product-vmware:nth-of-type(3) .content-sub-banner .info-packagge {
    border-bottom: 0.5px solid rgba(192, 192, 192, 0.3)
}

.vmware .product-vmware .banner-product-vmware .col-product-vmware:nth-of-type(3) .content-sub-banner .info-packagge h4 {
    color: #fff
}

.vmware .product-vmware .banner-product-vmware .col-product-vmware:nth-of-type(3) .content-sub-banner .info-packagge div {
    color: #fff
}

.vmware .product-vmware .banner-product-vmware .col-product-vmware:nth-of-type(3) .content-sub-banner .info-packagge div h5 {
    color: #fff
}

.vmware .product-vmware .banner-product-vmware .col-product-vmware:nth-of-type(3) .content-sub-banner .info-packagge div span {
    color: #fff
}

.vmware .product-vmware .banner-product-vmware .col-product-vmware:nth-of-type(3) .content-sub-banner .info-packagge button {
    background-color: #fff;
    color: #000
}

.vmware .product-vmware .banner-product-vmware .col-product-vmware:nth-of-type(3) .content-sub-banner .price p {
    color: #fff
}

.vmware .product-vmware .banner-product-vmware .best-saler {
    position: absolute;
    top: -19px;
    right: 6px;
    min-width: 155px
}

.vmware .product-vmware .banner-product-vmware .text-best-saler {
    position: absolute;
    top: 6px;
    right: 0px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%
}

.vmware .virtual-private-cloud {
    background-color: #fff;
    position: relative;
    padding-bottom: 88px
}

.vmware .virtual-private-cloud h4 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    color: #000000;
    padding: 58px 0px 12px 0px;
    margin-bottom: 0px
}

.vmware .virtual-private-cloud h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    max-width: 730px;
    margin: auto
}

.vmware .virtual-private-cloud .description-virtual-private-cloud {
    padding-bottom: 58px
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud {
    padding: 0
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .col-virtual-private-cloud {
    margin-bottom: 28px
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud img {
    width: 100%
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud h4 {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    max-width: 308px
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    padding-left: 8px;
    max-width: 314px
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .content-sub-banner {
    padding: 16px
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .content-sub-banner .info-packagge {
    border-bottom: 0.5px solid rgba(192, 192, 192, 0.3)
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .content-sub-banner .info-packagge h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    padding-top: 0px
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .content-sub-banner .info-packagge div {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #f27227;
    display: flex
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .content-sub-banner .info-packagge div h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #f27227
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .content-sub-banner .info-packagge div span {
    font-size: 12px;
    line-height: 1.5;
    color: #000000
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .content-sub-banner .info-packagge button {
    width: 100%;
    min-height: 44px;
    flex-grow: 0;
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0 30px;
    padding: 13px 0px;
    border-radius: 4px;
    background-color: #142f60;
    border-color: transparent;
    color: #fff
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .content-sub-banner .price {
    padding-top: 25px
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .content-sub-banner .price p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #3a3a3a
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .content-sub-banner .price p img {
    width: 25px
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .col-virtual-private-cloud:nth-of-type(1) .content-sub-banner {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 32px 64px -24px rgba(51, 54, 60, 0.15)
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .col-virtual-private-cloud:nth-of-type(2) .content-sub-banner {
    background-color: #f27227;
    border-radius: 10px;
    box-shadow: 0 32px 64px -24px rgba(51, 54, 60, 0.15)
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .col-virtual-private-cloud:nth-of-type(2) .content-sub-banner .info-packagge {
    border-bottom: 0.5px solid rgba(192, 192, 192, 0.3)
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .col-virtual-private-cloud:nth-of-type(2) .content-sub-banner .info-packagge h4 {
    color: #fff
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .col-virtual-private-cloud:nth-of-type(2) .content-sub-banner .info-packagge div {
    color: #fff
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .col-virtual-private-cloud:nth-of-type(2) .content-sub-banner .info-packagge div h5 {
    color: #fff
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .col-virtual-private-cloud:nth-of-type(2) .content-sub-banner .info-packagge div span {
    color: #fff
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .col-virtual-private-cloud:nth-of-type(2) .content-sub-banner .info-packagge button {
    color: #000;
    background-color: #fff
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .col-virtual-private-cloud:nth-of-type(2) .content-sub-banner .price p {
    color: #fff
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .col-virtual-private-cloud:nth-of-type(3) .content-sub-banner {
    background-color: #142f60;
    border-radius: 10px;
    box-shadow: 0 32px 64px -24px rgba(51, 54, 60, 0.15)
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .col-virtual-private-cloud:nth-of-type(3) .content-sub-banner .info-packagge {
    border-bottom: 0.5px solid rgba(192, 192, 192, 0.3)
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .col-virtual-private-cloud:nth-of-type(3) .content-sub-banner .info-packagge h4 {
    color: #fff
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .col-virtual-private-cloud:nth-of-type(3) .content-sub-banner .info-packagge div {
    color: #fff
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .col-virtual-private-cloud:nth-of-type(3) .content-sub-banner .info-packagge div h5 {
    color: #fff
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .col-virtual-private-cloud:nth-of-type(3) .content-sub-banner .info-packagge div span {
    color: #fff
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .col-virtual-private-cloud:nth-of-type(3) .content-sub-banner .info-packagge button {
    background-color: #fff;
    color: #000
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .col-virtual-private-cloud:nth-of-type(3) .content-sub-banner .price p {
    color: #fff
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .best-saler {
    position: absolute;
    top: -19px;
    right: 6px;
    min-width: 155px
}

.vmware .virtual-private-cloud .banner-virtual-private-cloud .text-best-saler {
    position: absolute;
    top: 6px;
    right: 0px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%
}

.vmware .content-1 {
    position: relative;
    background: url("../images/vmware/images/img_2.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 63px 0px 58px
}

.vmware .content-1 img {
    width: 100%
}

.vmware .content-1 .banner-content-1 h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #fff
}

.vmware .content-1 .banner-content-1 h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff
}

.vmware .content-1 .banner-content-1 .col-content-1 {
    padding: 0
}

.vmware .content-1 .banner-content-1 .on-premises {
    display: flex;
    padding-top: 51px
}

.vmware .content-1 .banner-content-1 .on-premises p {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #a9acae;
    margin-bottom: 0
}

.vmware .content-1 .banner-content-1 .on-premises .cloud-to-cloud {
    padding-left: 58px
}

.vmware .content-2 {
    position: relative;
    background: #fff;
    padding: 63px 0px 58px
}

.vmware .content-2 img {
    width: 100%
}

.vmware .content-2 .banner-content-2 h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000
}

.vmware .content-2 .banner-content-2 h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000
}

.vmware .content-2 .banner-content-2 .col-content-2 {
    padding: 0
}

.vmware .content-3 {
    position: relative;
    background: url("../images/vmware/images/img_6.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 63px 0px 58px
}

.vmware .content-3 img {
    width: 100%
}

.vmware .content-3 .banner-content-3 {
    padding: 0
}

.vmware .content-3 .banner-content-3 .info-store h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #fff
}

.vmware .content-3 .banner-content-3 .info-store h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    width: 100%;
    max-width: 610px;
    padding-bottom: 52px
}

.vmware .content-3 .banner-content-3 .col-content-3 {
    margin-bottom: 28px
}

.vmware .content-3 .banner-content-3 .col-content-3 img {
    width: 100%
}

.vmware .content-3 .banner-content-3 .col-content-3 h4 {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    max-width: 308px
}

.vmware .content-3 .banner-content-3 .col-content-3 h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    padding-left: 8px;
    max-width: 314px
}

.vmware .content-3 .banner-content-3 .content-sub-banner {
    padding: 16px
}

.vmware .content-3 .banner-content-3 .content-sub-banner .info-packagge {
    border-bottom: 0.5px solid rgba(192, 192, 192, 0.3)
}

.vmware .content-3 .banner-content-3 .content-sub-banner .info-packagge h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.vmware .content-3 .banner-content-3 .content-sub-banner .info-packagge div {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #f27227;
    display: flex
}

.vmware .content-3 .banner-content-3 .content-sub-banner .info-packagge div h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #f27227
}

.vmware .content-3 .banner-content-3 .content-sub-banner .info-packagge div span {
    font-size: 12px;
    line-height: 1.5;
    color: #000000
}

.vmware .content-3 .banner-content-3 .content-sub-banner .info-packagge button {
    width: 100%;
    min-height: 44px;
    flex-grow: 0;
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0 30px;
    padding: 13px 0px;
    border-radius: 4px;
    background-color: #142f60;
    border-color: transparent;
    color: #fff
}

.vmware .content-3 .banner-content-3 .content-sub-banner .price {
    padding-top: 25px
}

.vmware .content-3 .banner-content-3 .content-sub-banner .price p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #3a3a3a
}

.vmware .content-3 .banner-content-3 .content-sub-banner .price p img {
    width: 25px
}

.vmware .content-3 .banner-content-3 .col-content-3:nth-of-type(2) .content-sub-banner {
    background-color: #fff;
    border-radius: 10px
}

.vmware .content-3 .banner-content-3 .col-content-3:nth-of-type(3) .content-sub-banner {
    background-color: #f27227;
    border-radius: 10px
}

.vmware .content-3 .banner-content-3 .col-content-3:nth-of-type(3) .content-sub-banner .info-packagge {
    border-bottom: 0.5px solid rgba(192, 192, 192, 0.3)
}

.vmware .content-3 .banner-content-3 .col-content-3:nth-of-type(3) .content-sub-banner .info-packagge h4 {
    color: #fff
}

.vmware .content-3 .banner-content-3 .col-content-3:nth-of-type(3) .content-sub-banner .info-packagge div {
    color: #fff
}

.vmware .content-3 .banner-content-3 .col-content-3:nth-of-type(3) .content-sub-banner .info-packagge div h5 {
    color: #fff
}

.vmware .content-3 .banner-content-3 .col-content-3:nth-of-type(3) .content-sub-banner .info-packagge div span {
    color: #fff
}

.vmware .content-3 .banner-content-3 .col-content-3:nth-of-type(3) .content-sub-banner .info-packagge button {
    color: #000;
    background-color: #fff
}

.vmware .content-3 .banner-content-3 .col-content-3:nth-of-type(3) .content-sub-banner .price p {
    color: #fff
}

.vmware .content-3 .banner-content-3 .col-content-3:nth-of-type(4) .content-sub-banner {
    background-color: #142f60;
    border-radius: 10px
}

.vmware .content-3 .banner-content-3 .col-content-3:nth-of-type(4) .content-sub-banner .info-packagge {
    border-bottom: 0.5px solid rgba(192, 192, 192, 0.3)
}

.vmware .content-3 .banner-content-3 .col-content-3:nth-of-type(4) .content-sub-banner .info-packagge h4 {
    color: #fff
}

.vmware .content-3 .banner-content-3 .col-content-3:nth-of-type(4) .content-sub-banner .info-packagge div {
    color: #fff
}

.vmware .content-3 .banner-content-3 .col-content-3:nth-of-type(4) .content-sub-banner .info-packagge div h5 {
    color: #fff
}

.vmware .content-3 .banner-content-3 .col-content-3:nth-of-type(4) .content-sub-banner .info-packagge div span {
    color: #fff
}

.vmware .content-3 .banner-content-3 .col-content-3:nth-of-type(4) .content-sub-banner .info-packagge button {
    background-color: #fff;
    color: #000
}

.vmware .content-3 .banner-content-3 .col-content-3:nth-of-type(4) .content-sub-banner .price p {
    color: #fff
}

.vmware .content-4 {
    position: relative;
    background: url("../images/vmware/images/img_3.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    min-height: 450px
}

.vmware .content-4 .banner-content-4 {
    padding: 0
}

.vmware .content-4 .banner-content-4 .info-contact {
    background-color: #000;
    padding: 36px;
    min-height: 252px
}

.vmware .content-4 .banner-content-4 .info-contact h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #fff
}

.vmware .content-4 .banner-content-4 .info-contact h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    width: 100%;
    max-width: 472px;
    padding-bottom: 30px
}

.vmware .content-4 .banner-content-4 .info-contact span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #fc7c31
}

.vmware .content-4 .banner-content-4 .info-contact span img {
    width: 41px;
    margin-right: 21px
}

.vmware .content-5 {
    padding: 66px 0px 41px
}

.vmware .content-5 h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    color: #000000;
    width: 100%;
    max-width: 730px;
    padding-bottom: 46px;
    margin: 0 auto
}

.vmware .content-5 .box-content-5 {
    padding: 0
}

.vmware .content-5 .col-banner-content-5 {
    padding: 0
}

.vmware .content-5 .info-content {
    margin-bottom: 30px
}

.vmware .content-5 .info-content .title-info-content {
    border-left: 0.5px solid rgba(192, 192, 192, 0.3);
    background-color: #f0f0f0;
    padding: 40px 32px;
    height: 100%;
    margin-bottom: 30px
}

.vmware .content-5 .info-content .title-info-content img {
    width: 50px
}

.vmware .content-5 .info-content .title-info-content p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    padding-top: 25px
}

.vmware .content-5 .info-content .title-info-content span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.vmware .content-5 .info-content .position-border {
    width: 65px;
    border-top: 5px solid #fc7c31;
    border-right: 5px solid #fc7c31;
    height: 65px;
    position: absolute;
    right: 11px;
    top: -5px
}

.vmware .content-6 {
    padding: 61px 0px;
    background-color: #f0f0f0
}

.vmware .content-6 .col-baner-content-6 {
    padding: 0
}

.vmware .content-6 .row-baner-content-6 {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.vmware .content-6 .row-baner-content-6 .hidden-img-content-6-mobile {
    display: block
}

.vmware .content-6 .row-baner-content-6 .display-img-content-6-mobile {
    display: none
}

.vmware .content-6 .row-baner-content-6 h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    margin-bottom: 21px
}

.vmware .content-6 .answer {
    display: flex;
    align-items: start;
    padding-bottom: 25px;
    padding-right: 24px
}

.vmware .content-6 .answer h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #010101
}

.vmware .content-6 .answer img {
    margin-right: 12px
}

.vmware .content-6 .img-baner-right img {
    width: 100%
}

.vmware .content-7 {
    padding: 50px 0px;
    background-color: #fff
}

.vmware .content-7 .col-baner-content-6 {
    padding: 0
}

.vmware .content-7 h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    padding-bottom: 50px
}

.vmware .content-7 h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    padding-bottom: 12px
}

.vmware .content-7 h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.vmware .content-7 .col-baner-content-7 {
    padding: 0
}

.vmware .content-7 .col-baner-content-7 .col-content-7 {
    padding: 0px 56px 0px 0px
}

.vmware .content-8 {
    position: relative;
    background: url("../images/vmware/images/img_5.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    min-height: 444px;
    padding-top: 50px
}

.vmware .content-8 .col-baner-content-8 {
    padding: 0
}

.vmware .content-8 .col-content-8 {
    padding: 0
}

.vmware .content-8 .answer {
    display: flex;
    align-items: start;
    padding-bottom: 25px;
    padding-right: 24px
}

.vmware .content-8 .answer h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff
}

.vmware .content-8 .answer img {
    margin-right: 12px
}

.alibaba .banner-alibaba {
    position: relative;
    height: 383px;
    background-color: #f3f3f3
}

.alibaba .banner-alibaba .text-banner-alibaba {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.alibaba .banner-alibaba .logo-alibaba img {
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%
}

.alibaba .banner-alibaba h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: left;
    color: #000
}

.alibaba .banner-alibaba h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #000
}

.alibaba .about-alibaba {
    background: url(../images/alibaba_cloud/img_2.png) no-repeat;
    background-size: 100% 100%;
    object-fit: cover;
    min-height: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.alibaba .about-alibaba .row-baner-about-alibaba {
    height: 100%
}

.alibaba .about-alibaba .row-baner-about-alibaba h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #fff;
    margin-bottom: 23px
}

.alibaba .about-alibaba h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    margin-bottom: 20px
}

.alibaba .content-1 {
    padding: 73px 0px 73px
}

.alibaba .content-1 .col-info-content {
    margin-bottom: 30px
}

.alibaba .content-1 .col-info-content .content {
    height: 100%;
    padding: 32px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-left: 7px solid #f27227;
    min-height: 270px
}

.alibaba .content-1 .col-info-content .content h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.alibaba .content-1 .col-info-content .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin-bottom: 0
}

.alibaba .content-2 {
    padding: 63px 0px 39px;
    background-color: #f3f3f3
}

.alibaba .content-2 h2 {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #000000
}

.alibaba .content-2 .info {
    padding-top: 63px
}

.alibaba .content-2 .info .text {
    padding-top: 32px
}

.alibaba .content-2 .info .text b {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #000000
}

.alibaba .content-2 .info .text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin: 8px 0px 0px;
    width: 100%;
    margin: 8px 0px 0px;
    max-width: 430px
}

.alibaba .content-2 .info .text ul {
    width: 90%;
    padding-left: 24px
}

.alibaba .content-2 .info .text ul li {
    padding-top: 29px
}

.alibaba .content-2 .info .text .info-description {
    display: flex;
    align-items: center;
    padding-top: 25px
}

.alibaba .content-2 .info .text .info-description span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    padding-left: 16px
}

.alibaba .content-3 {
    background: url("../images/alibaba_cloud/img_7.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 58px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.alibaba .content-3 h2 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 29px
}

.alibaba .content-3 a {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.alibaba .content-4 {
    background: url("../images/alibaba_cloud/img_8.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 58px 0px
}

.alibaba .content-4 h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 29px;
    max-width: 620px;
    width: 100%
}

.alibaba .content-4 .col-content-4 {
    margin-bottom: 36px
}

.alibaba .content-4 .col-content-4 h4 {
    font-size: 60px;
    font-weight: 200;
    text-align: left;
    color: #3695e1;
    margin-bottom: 8px
}

.alibaba .content-4 .col-content-4 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    color: #fff
}

.alibaba .content-5 {
    background: url("../images/alibaba_cloud/img_9.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 58px 0px 129px
}

.alibaba .content-5 h2 {
    font-size: 30px;
    text-align: left;
    color: #fff
}

.alibaba .content-5 .info {
    padding-right: 56px
}

.alibaba .content-5 .info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #f2f2f2;
    margin: 24px 0px 0px
}

.wifi-solution .banner-wifi-solution {
    position: relative;
    height: 383px;
    background-color: #f3f3f3;
    background: url("../images/wifi_solutions/images/hero_img.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    text-align: center
}

.wifi-solution .banner-wifi-solution h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #fff
}

.wifi-solution .banner-wifi-solution h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #fff
}

.wifi-solution .banner-wifi-solution .text-banner-wifi-solution {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.wifi-solution .content-1 {
    padding: 81px 0px 109px;
    background-color: #f3f3f3
}

.wifi-solution .content-1 h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    color: #000000
}

.wifi-solution .content-1 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #010101
}

.wifi-solution .content-1 .col-banner-content-1 {
    padding: 0
}

.wifi-solution .content-1 .info-description {
    padding-bottom: 14px
}

.wifi-solution .content-1 .info-description img {
    width: 23px;
    height: 23px
}

.wifi-solution .content-1 .info-description span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.wifi-solution .content-1 a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #1169b0;
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(64, 64, 64, 0.2)
}

.wifi-solution .content-1 .link-wifi-solution:hover {
    color: #1169b0
}

.wifi-solution .content-1 .hidden-ws-link-mobile {
    display: block
}

.wifi-solution .content-1 .display-ws-link-mobile {
    display: none
}

.wifi-solution .content-2 {
    padding: 59px 0px;
    background-color: #fff
}

.wifi-solution .content-2 .banner-content-2 {
    text-align: center
}

.wifi-solution .content-2 h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #000000
}

.wifi-solution .content-2 h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #010101;
    max-width: 621px;
    display: flex;
    width: 100%;
    margin: 0 auto 50px
}

.wifi-solution .content-3 {
    padding: 63px 0px 65px;
    background-color: #f3f3f3
}

.wifi-solution .content-3 .banner-content-3 {
    text-align: center
}

.wifi-solution .content-3 h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #000000
}

.wifi-solution .content-3 h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #010101;
    max-width: 621px;
    width: 100%;
    display: flex;
    margin: 0 auto 30px
}

.data-center .data_center_normal {
    display: block
}

.data-center .data_center_res {
    display: none
}

.data-center .leadingService .viewCenter {
    margin-left: 70px
}

.data-center .imageLeader {
    margin-top: -160px;
    text-align: center
}

.data-center .certificate .textLine {
    margin-left: 16px;
    color: #000000;
    font-size: 24px;
    line-height: 36px;
    font-weight: medium;
    padding-left: 24px;
    max-width: 637px;
    border-left: 6px solid #1169b0
}

.data-center .banner-data-center {
    position: relative;
    height: 383px;
    width: 100%
}

.data-center .banner-data-center .logo-data-center img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.data-center .banner-data-center h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff
}

.data-center .banner-data-center h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #fff
}

.data-center .banner-data-center .text-banner-data-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.data-center .description {
    padding: 43px 0px 41px 0px
}

.data-center .description_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.data-center .leadingData {
    position: relative;
    background: url("../images/dataCenter/leading_data.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 90px 0px 99px 0px
}

.data-center .leading_title {
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    text-transform: capitalize
}

.data-center .leading_detail {
    margin-top: 21px;
    color: #e7e7e7;
    font-size: 16px;
    line-height: 24px;
    font-weight: medium
}

.data-center .leading_button {
    margin-top: 36px;
    background-color: #ffffff;
    border-radius: 4px;
    border: none
}

.data-center .firstData {
    padding: 58px 0px 58px 0px
}

.data-center .firstData_title {
    color: #000000;
    font-size: 40px;
    margin-left: -15px;
    font-weight: bold
}

.data-center .firstData_textFirst {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px;
    margin-top: 12px;
    margin-bottom: 36px;
    margin-left: -15px
}

.data-center .firstData_textSecond {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-weight: medium;
    padding-left: 29px;
    max-width: 505px;
    border-left: 6px solid #1169b0;
    margin-left: -15px
}

.data-center .firstData_textThird {
    margin-left: -15px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px
}

.data-center .viewRight {
    margin-top: 26px;
    text-align: center
}

.data-center .imgSecond {
    margin-top: 32px
}

.data-center .imgFirst {
    margin-top: 26px
}

.data-center .centerAcross {
    padding: 58px 0px 51px 0px;
    background-color: #f5f5f7
}

.data-center .center_title {
    color: #000000;
    font-size: 40px;
    margin-top: 42px;
    font-weight: bold
}

.data-center .center_description {
    margin-top: 16px;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: medium
}

.data-center .center_left {
    margin-left: -20px
}

.data-center .color_image {
    background-color: #f27227;
    width: 100%;
    height: 368px;
    margin-top: 92px
}

.data-center .image_absolutte {
    position: absolute;
    margin-top: 58px;
    margin-left: -30px
}

.data-center .leadingService {
    padding: 67px 0px 90px 0px
}

.data-center .titleLeadingService {
    text-align: center;
    font-size: 40px;
    font-weight: bold
}

.data-center .detailNumber {
    margin-top: 66px
}

.data-center .num {
    font-size: 80px;
    margin-top: 28px;
    margin-bottom: 10px;
    color: #000000
}

.data-center .des {
    font-size: 20px;
    line-height: 30px;
    font-weight: medium;
    margin-bottom: 67px;
    color: #000000
}

.data-center .detail_line {
    background-color: #000000;
    height: 1px;
    opacity: 0.4;
    margin-bottom: 32px
}

.data-center .des_mar {
    margin-bottom: 90px
}

.data-center .img_leading {
    text-align: center
}

.data-center .img_leading_align {
    display: inline-block
}

.data-center .office {
    margin-top: 26px
}

.data-center .office_title {
    color: #f27227;
    font-size: 16px;
    text-transform: capitalize;
    text-align: left
}

.data-center .office_name {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-weight: bold
}

.data-center .office_address {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-top: -15px
}

.data-center .award {
    text-align: center;
    background-image: url("../images/dataCenter/background_award.jpg");
    height: 860px
}

.data-center .awardName {
    margin-top: 30px
}

.data-center .awardIcon {
    padding-top: 40px
}

.data-center .award_title {
    color: #ffffff;
    font-size: 40px;
    margin-top: 30px;
    font-weight: bold
}

.data-center .award_detail {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    text-align: left;
    font-weight: medium
}

.data-center .viewDetail {
    padding-left: 50px
}

.data-center .certificate {
    padding: 87px 0px 117px 0px
}

.data-center .certificateDes {
    margin-top: 38px;
    margin-bottom: 84px;
    font-size: 16px;
    line-height: 24px;
    font-weight: medium;
    margin-left: 10px
}

.data-center .certificateImg {
    margin-bottom: 50px
}

.data-center .imageCerti {
    margin-left: 30px
}

.data-center .certiDetail {
    margin-left: -30px
}

.data-center .certi_detail_text {
    font-size: 16px;
    line-height: 22px;
    font-weight: medium
}

.data-center .columnDetail {
    margin-top: 72px
}

.data-center .line_certi {
    height: 7px;
    background-color: #1169b0;
    width: 100%
}

.data-center .border_certi {
    border: 1px solid #E7E9EB;
    height: 100%
}

.data-center .innerBorder_certi {
    padding: 40px 30px 0px 32px
}

.data-center .desCer {
    margin-top: 26px;
    font-size: 14px;
    margin-bottom: 0px
}

.data-center .margin1 {
    margin-top: 60px
}

.data-center .margin2 {
    margin-top: 20px
}

.data-center .margin3 {
    margin-top: 60px
}

.data-center .certiButton {
    background-color: #ffffff;
    border: none;
    color: #1169b0;
    font-size: 15px;
    outline: none;
    margin-left: -5px
}

.data-center .introFornix {
    background-color: #f5f5f7;
    padding: 106px 0px 100px 0px
}

.data-center .introTitle {
    font-size: 40px;
    font-weight: bold;
    color: #000000
}

.data-center .introDescription {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-top: 28px
}

.data-center .location {
    margin-right: 10px
}

.data-center .locationAdd {
    color: #fc7c31;
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px
}

.data-center .colorImageLocation {
    background-color: #f27227;
    width: 100%;
    height: 368px;
    margin-top: 10px
}

.data-center .imageLocation {
    position: absolute;
    margin-top: -20px;
    text-align: right
}

.data-center .detailIntro {
    margin-top: 74px;
    margin-bottom: 26px
}

.data-center .detailIntroTitle {
    font-size: 20px;
    font-weight: 500;
    color: #000000
}

.data-center .detailIntroContent {
    font-size: 14px;
    font-weight: 400;
    color: #000000
}

.data-center .imgIntro {
    margin-left: 60px
}

.data-center .textIntroView {
    position: absolute;
    margin-top: -90px
}

.data-center .textIntro {
    justify-items: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: center
}

.data-center .texttextIntroViewMargin4 {
    margin-top: -25px
}

.data-center .texttextIntroViewMargin5 {
    margin-left: 10px
}

.data-center .buttonIntro {
    position: absolute;
    top: 24px;
    right: -5px
}

.data-center .viewIntro2 {
    margin-top: 60px
}

.data-center .networkTransmission {
    padding: 80px 0px 90px 0px;
    background-color: #ffffff
}

.data-center .lineNetWork {
    background-color: #1169b0;
    width: 6px;
    height: 128px
}

.data-center .networkTransmissionTitle {
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    text-align: center
}

.data-center .textLineNetWork {
    font-size: 24px;
    font-weight: 400;
    padding-left: 24px;
    color: #000000;
    max-width: 890px;
    border-left: 6px solid #1169b0;
    text-align: left
}

.data-center .textNetWorkTitle {
    font-size: 24px;
    font-weight: 500;
    margin-top: 50px;
    color: #000000
}

.data-center .textNetWorkDetail {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    color: #000000
}

.data-center .navaLast {
    margin-top: -20px;
    margin-bottom: -35px;
    position: relative;
    background: url("../images/dataCenter/nav_bar.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 60px 0px 46px 0px
}

.data-center .navaLastText {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600
}

.cloud-service .banner {
    max-height: 383px;
    position: relative
}

.cloud-service .banner .banner_title_view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.cloud-service .banner .banner_title_view .banner_title {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold
}

.cloud-service .banner .banner_title_view .banner_text {
    color: #ffffff;
    font-size: 20px;
    font-weight: medium;
    margin-top: -20px
}

.cloud-service .intro {
    padding: 75px 0px 100px 0px
}

.cloud-service .intro_content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.cloud-service .intro_title {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 24px;
    max-width: 512px;
    border-left: 4px solid #1169b0;
    margin-left: -15px
}

.cloud-service .intro_des {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: medium;
    margin-left: -15px
}

.cloud-service .intro_img_cloud_res {
    display: none
}

.cloud-service .intro_img_cloud {
    display: block
}

.cloud-service .parnerAndSolution {
    background-color: #142f60;
    padding: 59px 0px 35px 0px
}

.cloud-service .parner_solution_title {
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    text-align: center
}

.cloud-service .parner_solution_number {
    margin-top: 60px;
    margin-left: -20px
}

.cloud-service .parner_solution_description {
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    margin-top: 27px;
    margin-bottom: 60px
}

.cloud-service .parner_solution_margin {
    margin-top: 5px
}

.cloud-service .bottom_img {
    margin-bottom: 5px
}

.cloud-service .businessChallenge {
    padding: 73px 0px 60px 0px
}

.cloud-service .business_challenge_title {
    color: #000000;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center
}

.cloud-service .business_challenge_content {
    margin-top: 38px;
    font-size: 25px;
    line-height: 37.5px;
    color: #000000;
    font-weight: bold
}

.cloud-service .img_content_mar {
    margin-bottom: 10px;
    margin-top: 60px
}

.cloud-service .img_content_mar4 {
    margin-top: 60px
}

.cloud-service .img_content_mar2 {
    margin-bottom: 6px;
    margin-top: 60px
}

.cloud-service .img_content_mar3 {
    margin-top: 20px;
    margin-top: 60px
}

.cloud-service .content_text {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium
}

.cloud-service .sharing {
    background-color: #f5f5f7;
    padding: 68px 0px 63px 0px
}

.cloud-service .sharing_content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.cloud-service .content_text_bold {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold
}

.cloud-service .content_sharing {
    color: #000000;
    font-size: 25px;
    line-height: 32.5px;
    padding-left: 24px;
    font-weight: bold;
    max-width: 447px;
    border-left: 4px solid #fc7c31
}

.cloud-service .img_sharing {
    display: block
}

.cloud-service .img_sharing_res {
    display: none
}

.cloud-service .cloudMix {
    padding: 74px 0px 117px 0px
}

.cloud-service .cloud_title {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin: 0 auto 30px;
    max-width: 683px
}

.cloud-service .cloud_mar {
    margin-top: 30px
}

.cloud-service .cloud_border {
    border: 1px solid #E7E9EB
}

.cloud-service .cloud_border_line {
    height: 7px;
    background-color: #f27227;
    width: 100%
}

.cloud-service .cloud_inner_border {
    padding: 38px 0px 0px 38px
}

.cloud-service .inner_title {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px
}

.cloud-service .inner_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    max-width: 270px
}

.cloud-service .inner_mar {
    margin-top: 30px
}

.cloud-service .cloud_inner_height1 {
    height: 219px
}

.cloud-service .cloud_inner_height2 {
    height: 193px
}

.cloud-service .growth {
    background-color: #f5f5f7;
    padding: 92px 0px 149px 0px
}

.cloud-service .growth_title {
    color: #000000;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 15px;
    width: 80%
}

.cloud-service .img_growth_mar {
    margin-left: 100px
}

.cloud-service .text_img_growth {
    position: absolute;
    padding-left: 30px;
    padding-right: 30px;
    bottom: 30px
}

.cloud-service .img_growth_title {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    width: 90%
}

.cloud-service .img_growth_content {
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    font-weight: medium;
    margin-top: 12px;
    width: 90%
}

.cloud-service .img_mar {
    margin-top: 30px
}

.cloud-service .growth_view2 {
    margin-top: 30px
}

.cloud-service .certificate {
    padding: 53px 0px 75px 0px
}

.cloud-service .certificate_title {
    color: #000000;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 33px;
    text-align: center
}

.cloud-service .img_certi {
    margin-top: 20px;
    text-align: center
}

.cloud-service .img_certi_align {
    display: inline-block
}

.cloud-service .imageCerti {
    margin-left: 30px
}

.cloud-service .number_content {
    position: relative;
    background: url("../images/cloud_service/background.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 95px 0px 110px 0px
}

.cloud-service .number_title {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-left: 15px
}

.cloud-service .num_title {
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
    font-weight: medium;
    margin-top: 10px
}

.cloud-service .number_detail {
    margin-top: 56px
}

.cloud-service .text_num_des {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: medium
}

.cloud-service .line_num_des {
    background-color: #ffffff;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 20px
}

.cloud-service .line_res {
    display: none
}

.private-cloud .banner {
    max-height: 383px;
    position: relative
}

.private-cloud .banner .banner_title_view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.private-cloud .banner .banner_title_view .banner_title {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold
}

.private-cloud .banner .banner_title_view .banner_text {
    color: #ffffff;
    font-size: 20px;
    font-weight: medium;
    margin-top: -20px
}

.private-cloud .containerContentMar_private {
    position: relative;
    padding-top: 0px
}

.private-cloud .containerContentMar_private .intro_private .intro_private_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.private-cloud .containerContentMar_private .intro_private .intro_private_banner .intro_private_title {
    color: #ffffff;
    font-size: 25px;
    line-height: 37.5px;
    font-weight: bold
}

.private-cloud .privateCloud {
    padding: 71px 0px 76px 0px
}

.private-cloud .privateCloud .private_cloud_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    color: #000000;
    text-align: center
}

.private-cloud .privateCloud .private_cloud_mar {
    margin-top: 60px
}

.private-cloud .privateCloud .private_cloud_content {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #000000;
    padding-right: 20px
}

.private-cloud .privateCloud .private_cloud_content_mar1 {
    margin-top: 33px
}

.private-cloud .privateCloud .private_cloud_content_mar2 {
    margin-top: 25px
}

.private-cloud .privateCloud .private_cloud_content_mar3 {
    margin-top: 45px
}

.private-cloud .benefit {
    padding: 71px 0px 80px 0px;
    background-color: #142f60
}

.private-cloud .benefit .benefit_title {
    font-size: 40px;
    line-height: 48px;
    color: #ffffff;
    font-weight: bold;
    margin-left: 15px
}

.private-cloud .benefit .benefit_description {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    font-weight: medium;
    margin-left: 15px;
    width: 70%
}

.private-cloud .benefit .benifit_border_line {
    background-color: #fc7c31;
    height: 5px;
    width: 100%
}

.private-cloud .benefit .benifit_inner_border {
    background-color: #ffffff;
    height: 158px;
    padding: 30px 0px 0px 25px
}

.private-cloud .benefit .benifit_name {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    font-weight: medium;
    margin-top: 15px
}

.private-cloud .benefit .benifit_view2 {
    margin-top: 20px
}

.private-cloud .chooseCloud {
    padding: 83px 0px 133px 0px
}

.private-cloud .chooseCloud .chooseCloud_content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.private-cloud .chooseCloud .intro_cloud_title {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 39px;
    padding-left: 24px;
    max-width: 505px;
    border-left: 4px solid #1169b0
}

.private-cloud .chooseCloud .intro_cloud_des {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: medium
}

.private-cloud .chooseCloud .chooseCloud_img {
    display: block
}

.private-cloud .chooseCloud .chooseCloud_img_res {
    display: none
}

.private-cloud .model {
    padding: 76px 0px 123px 0px;
    background-color: #000000
}

.private-cloud .model .model_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 70px;
    text-align: center;
    color: #ffffff
}

.private-cloud .model .model_view {
    background-color: #ffffff;
    padding: 30px 35px 33px 35px;
    width: 100%
}

.private-cloud .model .model_name {
    font-size: 14px;
    font-weight: bold
}

.private-cloud .model .model_title_child {
    font-size: 30px;
    font-weight: bold;
    margin-top: 25px;
    color: #000000
}

.private-cloud .model .model_description {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    margin-top: 10px;
    width: 95%
}

.private-cloud .advantage {
    padding: 90px 0px 107px 0px
}

.private-cloud .advantage .advantage_title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 53px;
    text-align: center;
    font-weight: bold;
    color: #000000
}

.private-cloud .advantage .border_advantage {
    border: 1px solid #E7E9EB;
    height: 100%
}

.private-cloud .advantage .line_advantage {
    height: 6px;
    background-color: #1169b0;
    width: 100%
}

.private-cloud .advantage .inner_order_advantage {
    padding: 50px 38px 30px 37px
}

.private-cloud .advantage .adv_title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px
}

.private-cloud .advantage .adv_des {
    font-size: 14px;
    line-height: 21px;
    margin-top: 0px
}

.private-cloud .support {
    position: relative;
    background: url("../images/private_cloud/support-1.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 79px 0px 79px 0px
}

.private-cloud .support .support_info {
    max-width: 603px;
    background-color: #ffffff;
    padding: 45px 60px 50px 60px
}

.private-cloud .support .support_title {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold
}

.private-cloud .support .support_description {
    font-size: 18px;
    line-height: 27px;
    font-weight: medium;
    margin-bottom: 20px
}

.private-cloud .support .support_call {
    font-size: 20px;
    line-height: 30px;
    color: #fc7c31;
    font-weight: bold
}

.private-cloud .support .support_img_mar {
    margin-right: 20px
}

.private-cloud .helps {
    padding: 68px 0px 68px 0px
}

.private-cloud .helps .help_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px
}

.private-cloud .helps .help_child_title {
    font-size: 25px;
    line-height: 37.5px;
    font-weight: bold;
    margin-top: 25px
}

.private-cloud .helps .help_child_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    margin-bottom: 45px
}

.private-cloud .case {
    background-color: #f5f5f7;
    padding: 75px 0px 75px 0px
}

.private-cloud .case .case_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 32px;
    margin-left: 20px
}

.private-cloud .case .case_content {
    margin-left: -20px
}

.private-cloud .case .case_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium
}

.pubic-cloud .banner {
    max-height: 383px;
    position: relative
}

.pubic-cloud .banner_title_view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.pubic-cloud .banner_title {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold
}

.pubic-cloud .banner_text {
    color: #ffffff;
    font-size: 20px;
    font-weight: medium;
    margin-top: -20px
}

.pubic-cloud .intro {
    padding: 67px 0px 67px 0px
}

.pubic-cloud .intro_content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.pubic-cloud .img_intro_public {
    display: block
}

.pubic-cloud .img_intro_public_res {
    display: none
}

.pubic-cloud .intro_title {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    line-height: 32.5px;
    padding-left: 28px;
    max-width: 480px;
    border-left: 4px solid #1169b0;
    margin-left: -10px
}

.pubic-cloud .intro_des {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: medium;
    margin-left: -15px
}

.pubic-cloud .intro_img {
    margin-top: 0px;
    margin-left: 15px
}

.pubic-cloud .what_pu {
    background-color: #f27227;
    padding: 70px 0px 70px 0px;
    margin-left: -20px
}

.pubic-cloud .what_pu_title {
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    color: #ffffff
}

.pubic-cloud .what_pu_des {
    font-size: 14px;
    font-weight: medium;
    line-height: 21px;
    color: #ffffff
}

.pubic-cloud .img_what_pu {
    margin-top: -20px;
    margin-left: 45px
}

.pubic-cloud .certification {
    padding: 73px 0px 89px 0px
}

.pubic-cloud .certification_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    width: 75%
}

.pubic-cloud .certification_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    margin-top: 10px;
    width: 85%;
    margin-bottom: 20px
}

.pubic-cloud .certi_name {
    font-size: 18px;
    line-height: 27px;
    margin-top: 20px
}

.pubic-cloud .certification2 {
    margin-top: 55px
}

.pubic-cloud .support {
    position: relative;
    background: url("../images/public_cloud/support.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 79px 0px 79px 0px
}

.pubic-cloud .support_info {
    max-width: 603px;
    background-color: #ffffff;
    padding: 45px 60px 50px 60px
}

.pubic-cloud .support_title {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold
}

.pubic-cloud .support_description {
    font-size: 18px;
    line-height: 27px;
    font-weight: medium;
    margin-bottom: 20px
}

.pubic-cloud .support_call {
    font-size: 20px;
    line-height: 30px;
    color: #fc7c31;
    font-weight: bold
}

.pubic-cloud .support_img_mar {
    margin-right: 20px
}

.pubic-cloud .advantage {
    padding: 75px 0px 49px 0px
}

.pubic-cloud .advantage_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px
}

.pubic-cloud .advantage_child {
    margin-top: 40px
}

.pubic-cloud .adva_border {
    border: 1px solid #E7E9EB;
    width: 100%;
    height: 100%;
    border-left: 4px solid #1169b0
}

.pubic-cloud .adva_content {
    padding: 30px 10px 0px 50px;
    width: 95%
}

.pubic-cloud .adva_content_title {
    font-size: 20px;
    font-weight: bold
}

.pubic-cloud .adva_content_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium
}

.pubic-cloud .conclusion_banner {
    position: relative;
    position: relative;
    background: url("../images/public_cloud/conclusion.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 78px 0px 96px 0px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.pubic-cloud .conclusion_title {
    color: #ffffff;
    font-size: 40px;
    line-height: 48px;
    font-weight: bold
}

.pubic-cloud .case {
    background-color: #f5f5f7;
    padding: 62px 0px 90px 0px
}

.pubic-cloud .case_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 32px
}

.pubic-cloud .case_content {
    margin-left: -20px
}

.pubic-cloud .case_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium
}

.hybrid_cloud {
    position: relative
}

.banner_title_view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.banner_title {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold
}

.banner_text {
    color: #ffffff;
    font-size: 20px;
    font-weight: medium;
    margin-top: -20px
}

.intro {
    padding: 61px 0px 61px 0px
}

.intro_content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.intro_hybrid_img {
    display: block
}

.intro_hybrid_img_res {
    display: none
}

.intro_content_mar {
    margin-top: 61px
}

.intro_title {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    line-height: 32.5px;
    padding-left: 28px;
    max-width: 512px;
    border-left: 4px solid #1169b0;
    margin-left: -15px
}

.intro_img {
    margin-left: 15px
}

.what {
    margin-top: 0px;
    position: relative;
    background: url("../images/hybrid_cloud/what.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 96px 0px 355px 0px
}

.what_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 24px
}

.what_column_content {
    color: #fff4f4;
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    margin-left: -10px;
    margin-bottom: 0
}

.ul_mar {
    margin-left: -25px
}

.benefit_hy {
    padding: 76px 0px 56px 0px
}

.benefit_hy_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    margin-bottom: 9px
}

.benefit_hy_content_title {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #000000;
    margin-top: 24px
}

.benefit_hy_content_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #000000;
    margin-top: -16px;
    max-width: 350px
}

.benefit_hy2 {
    margin-top: 64px
}

.conclusion_banner_hybrid {
    position: relative;
    background: url("../images/hybrid_cloud/call.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 58px 0px 52px 0px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.conclusion_title_hybrid {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500
}

.call_hybrid {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-top: 10px
}

.advantage_hy {
    padding: 70px 0px 110px 0px
}

.advantage_hy_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    margin-left: 15px
}

.advantage_hy_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    width: 75%;
    padding-bottom: 20px;
    margin-left: 15px
}

.advantage_hy_column {
    margin-top: 30px
}

.border_advantage_hy {
    border: 1px solid #E7E9EB;
    height: 100%
}

.line_advantage_hy {
    height: 6px;
    background-color: #1169b0;
    width: 100%
}

.inner_order_advantage_hy {
    padding: 45px 35px 35px 35px
}

.adv_title_hy {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    margin-top: 24px
}

.multi_cloud .banner {
    max-height: 383px;
    position: relative
}

.multi_cloud .banner_title {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold
}

.multi_cloud .banner_text {
    color: #ffffff;
    font-size: 20px;
    font-weight: medium;
    margin-top: -20px
}

.multi_cloud .containerContentMar_mul {
    position: relative;
    margin-top: -30px
}

.multi_cloud .intro_mul_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.multi_cloud .intro_mul_title {
    color: #ffffff;
    font-size: 25px;
    line-height: 37.5px;
    font-weight: 500
}

.multi_cloud .what_mul {
    padding: 67px 0px 67px 0px
}

.multi_cloud .what_mul_img {
    display: block
}

.multi_cloud .what_mul_img_res {
    display: none
}

.multi_cloud .what_mul_title {
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px
}

.multi_cloud .what_mul_des {
    margin-top: 20px;
    font-size: 14px;
    line-height: 21px;
    font-weight: medium
}

.multi_cloud .what_mul_mar {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.multi_cloud .why {
    padding: 71px 0px 63px 0px;
    background-color: #f5f5f7
}

.multi_cloud .why_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    text-align: center
}

.multi_cloud .why_des {
    font-size: 18px;
    line-height: 21px;
    font-weight: medium;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 40px
}

.multi_cloud .img_help {
    margin-left: -27px
}

.multi_cloud .help_child_title {
    font-size: 25px;
    line-height: 37.5px;
    font-weight: bold;
    margin-top: 32px
}

.multi_cloud .help_child_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    width: 80%;
    margin-bottom: 45px
}

.multi_cloud .img-support {
    margin-top: -25px;
    margin-bottom: -35px
}

.multi_cloud .support_mul {
    position: relative;
    background: url("../images/multi_cloud/img_7.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 87px 0px 112px 0px
}

.multi_cloud .support_mul_title {
    color: #ffffff;
    font-size: 30px;
    line-height: 39px;
    font-weight: bold;
    margin-left: 15px
}

.multi_cloud .support_mul_des {
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
    font-weight: medium;
    width: 70%;
    margin-bottom: 30px;
    margin-left: 15px
}

.multi_cloud .support_cal {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    margin-left: 15px
}

.multi_cloud .support_cal_mar {
    margin-right: 20px
}

.multi_cloud .support_mul_mar {
    margin-left: 15px
}

.multi_cloud .support_img2 {
    background: url("../images/multi_cloud/img_8.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%
}

.multi_cloud .difference {
    padding: 55px 0px 82px 0px;
    background-color: #f2f7f9
}

.multi_cloud .difference_title {
    font-size: 40px;
    line-height: 48px;
    color: #000000;
    font-weight: bold;
    width: 70%;
    margin-bottom: 26px;
    margin-left: 15px
}

.multi_cloud .difference_content {
    font-size: 14px;
    line-height: 28px;
    width: 90%
}

.cloud-connect .banner {
    max-height: 383px;
    position: relative
}

.banner_title_view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.banner_title {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold
}

.banner_text {
    color: #ffffff;
    font-size: 20px;
    font-weight: medium;
    margin-top: -20px
}

.containerContentMar_con {
    position: relative;
    margin-top: -30px
}

.intro_con_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.intro_con_title {
    color: #ffffff;
    font-size: 25px;
    line-height: 37.5px;
    font-weight: 500
}

.what_con {
    padding: 67px 0px 67px 0px
}

.img_what_con {
    text-align: center
}

.img_what_con_align {
    display: inline-block
}

.what_con_img {
    display: block
}

.what_con_img_res {
    display: none
}

.what_con_title {
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px
}

.what_con_des {
    margin-top: 20px;
    font-size: 14px;
    line-height: 21px;
    font-weight: medium
}

.what_con_img {
    margin-left: 15px
}

.what_con_button {
    background-color: #1169b0;
    height: 44px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    margin-left: 30px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 0px;
    display: flex
}

.what_con_button_text {
    color: #ffffff;
    font-size: 15px
}

.img-arrow {
    margin-left: 10px
}

.advance_con {
    padding: 65px 0px 91px 0px;
    background-color: #f5f5f7
}

.advance_con_title {
    font-size: 30px;
    line-height: 39px;
    font-weight: bold;
    width: 80%;
    margin-left: 15px
}

.advance_con_column {
    margin-top: 40px
}

.line_con_advance {
    height: 6px;
    background-color: #1169b0;
    width: 100%
}

.advance_con_column_child {
    height: 100%
}

.inner_con_advance {
    padding: 50px 40px 54px 35px;
    background-color: #ffffff
}

.adv_con_title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 24px
}

.adv_con_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium
}

.why_con {
    position: relative;
    background: url("../images/cloud_connect/why.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 72px 0px 48px 0px
}

.why_con_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    color: #ffffff;
    margin-left: 15px
}

.why_con_des {
    color: #ffe5e5;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 56px;
    margin-left: 15px
}

.why_con_child_title {
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
    font-weight: medium;
    margin-top: 20px;
    padding-right: 10px
}

.accelerate {
    padding: 62px 0px 64px 0px
}

.accelerate_img_normal {
    display: block
}

.accelerate_img_res {
    display: none
}

.accelerate_line {
    background-color: #1169b0;
    width: 4px;
    height: 132px;
    margin-left: 15px
}

.accelerate_title {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    line-height: 32.5px;
    padding-left: 24px;
    max-width: 512px;
    border-left: 4px solid #1169b0
}

.accelerate_des {
    margin-top: 21px;
    font-size: 14px;
    line-height: 24px;
    font-weight: medium
}

.accelerate_img {
    text-align: center
}

.accelerate_img_align {
    display: inline-block
}

.benefit_con {
    padding: 67px 0px 107px 0px;
    background-color: #f5f5f7
}

.benefit_con_child {
    margin-top: 30px
}

.benefit_con_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 11px;
    margin-left: 15px
}

.benefit_con_content {
    background-color: #ffffff;
    padding: 20px 20px 20px 20px;
    width: 90%;
    height: 95px;
    border: 1px solid #E7E9EB;
    border-left: 5px solid #f27227
}

.benefit_con_des {
    font-size: 14px;
    line-height: 21px;
    width: 80%
}

.support_con {
    position: relative;
    background: url("../images/cloud_connect/support.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 79px 0px 79px 0px
}

.support_con_info {
    max-width: 603px;
    background-color: #ffffff;
    padding: 45px 60px 50px 60px
}

.support_con_title {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold
}

.support_con_description {
    font-size: 18px;
    line-height: 27px;
    font-weight: medium;
    margin-bottom: 20px
}

.support_con_call {
    font-size: 20px;
    line-height: 30px;
    color: #fc7c31;
    font-weight: bold
}

.support_con_call_mar {
    margin-right: 20px
}

.solution {
    position: relative;
    background: url("../images/cloud_connect/solution.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 66px 0px 90px 0px
}

.solution_des {
    color: #ffe5e5;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 47px;
    width: 80%;
    margin-left: 15px
}

.solution_column_mar {
    margin-top: 40px
}

.solution_child_title {
    font-size: 18px;
    line-height: 23.4px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 32px
}

.solution_child_des {
    font-size: 14px;
    line-height: 21px;
    color: #ffe5e5;
    font-weight: medium;
    margin-top: 8px
}

.map {
    padding: 65px 0px 76px 0px
}

.map_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 62px;
    width: 50%;
    margin-left: 15px
}

.map_mar {
    margin-left: 15px
}

.model_con {
    position: relative;
    background: url("../images/cloud_connect/model.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 69px 0px 134px 0px
}

.model_con_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 28px;
    color: #ffffff;
    margin-left: 15px
}

.model_con_column_title {
    font-size: 16px;
    line-height: 20.8px;
    font-weight: bold;
    color: #ffffff
}

.model_con_column_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #ffffff;
    margin-top: -12px
}

.button_con_model {
    margin-top: 67px;
    margin-left: 15px
}

.button_con_model_title {
    color: #f27227;
    font-size: 18px;
    font-weight: medium;
    margin-left: 30px
}

.img-arrow-right {
    margin-left: 10px
}

.clould_destop .banner {
    max-height: 383px;
    position: relative
}

.banner_title_view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.banner_title {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold
}

.banner_text {
    color: #ffffff;
    font-size: 20px;
    font-weight: medium;
    margin-top: -20px
}

.intro_destop {
    padding: 67px 0px 60px 0px;
    background-color: #f2f7f9
}

.intro_destop_img {
    display: block
}

.intro_destop_img_res {
    display: none
}

.line_intro {
    background-color: #1169b0;
    width: 4px;
    height: 96px
}

.intro_destop_title {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    line-height: 32.5px;
    padding-left: 28px;
    width: 362px;
    margin-left: -15px;
    border-left: 4px solid #1169b0
}

.intro_destop_des {
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    margin-left: -15px
}

.intro_destop_img {
    margin-left: 15px
}

.intro_destop_button {
    background-color: #f2f7f9;
    height: 44px;
    width: 297px;
    border: none;
    margin-left: -10px;
    padding-left: 0px;
    margin-top: 30px
}

.intro_destop_content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.button_destop_text {
    font-size: 16px;
    color: #1169b0;
    font-weight: medium
}

.img-arrow-destop {
    margin-left: 10px
}

.detail_destop {
    background-color: #f5f5f7;
    padding: 65px 0px 90px 0px
}

.communicate {
    border-radius: 4px;
    background-color: #142f60;
    padding: 48px 32px 48px 32px;
    height: 100%
}

.communicate_title {
    color: #ffffff;
    font-size: 25px;
    line-height: 32.5px;
    font-weight: bold;
    word-wrap: break-word
}

.communicate_description {
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    font-weight: medium
}

.virtualization {
    border-radius: 4px;
    background-color: #ffffff;
    height: 100%;
    padding: 0px 32px 0px 32px;
    word-wrap: break-word
}

.virtualization_title {
    color: #000000;
    font-size: 25px;
    line-height: 32.5px;
    font-weight: bold;
    margin-top: 21px
}

.virtualization_des {
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    font-weight: medium
}

.detail_mar {
    margin-top: 25px
}

.visit {
    margin-top: 40px;
    font-size: 18px;
    line-height: 37px;
    color: #1169b0;
    font-weight: bold;
    margin-left: 15px
}

.detail_destop_height {
    height: 100%
}

.connect {
    position: relative;
    padding-top: 70px;
    overflow-x: hidden
}

.connect .banner_normal {
    display: block
}

.connect .banner_res {
    display: none
}

.connect .banner-aws {
    position: relative;
    height: 383px
}

.connect .banner-aws .logo-aws img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%
}

.connect .banner-aws .text-banner-aws {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.connect .banner-aws2 {
    position: relative;
    height: 666px
}

.connect .banner-aws2 .logo-aws img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%
}

.connect .banner-aws2 .text-banner-aws {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.internet_content {
    width: 95%
}

.internet img {
    width: 100%
}

.internet_title {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    max-width: 432px
}

.internet_des {
    font-size: 20px;
    font-weight: medium;
    color: #000000;
    text-align: left;
    max-width: 432px
}

.map_connect {
    padding: 66px 0px 102px 0px;
    background-color: #f3f3f3
}

.map_connect_detail {
    margin-top: 56px
}

.map_connect_title {
    font-size: 40px;
    line-height: 52px;
    font-weight: bold
}

.map_connect_des {
    font-size: 16px;
    line-height: 24px;
    font-weight: medium
}

.map_connect_detail_normal {
    display: block
}

.map_connect_detail_res {
    display: none
}

.first_class {
    position: relative;
    background: url("../images/connect/img_3.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 75px 0px 115px 0px
}

.first_class_content {
    background-color: #ffffff;
    padding: 35px 55px 35px 55px;
    width: 65%
}

.first_class_des {
    font-size: 20px;
    line-height: 26px;
    font-weight: medium
}

.column1 {
    padding: 49px 0px 92px 0px
}

.column1_tile {
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #000000
}

.column1_des {
    font-size: 14px;
    font-weight: medium;
    line-height: 21px;
    color: #000000
}

.domestic {
    position: relative;
    background: url("../images/connect/img_4.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 81px 0px 77px 0px
}

.domestic_title {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    width: 50%
}

.domestic_des {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    width: 65%;
    font-weight: medium
}

.domestic_column {
    margin-top: 51px
}

.domestic_column_content {
    color: #75c1ff;
    font-size: 16px;
    line-height: 24px;
    font-weight: medium;
    width: 80%;
    margin-left: 12px
}

.domestic2 {
    margin-top: 22px
}

.backbone {
    max-width: 445px;
    text-align: left;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400
}

.orange_text {
    color: #f27227;
    font-weight: bold
}

.channel {
    position: relative;
    background: url("../images/connect/img_6.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 75px 0px 75px 0px
}

.channel_title {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    width: 50%
}

.channel_column {
    margin-left: -35px
}

.channel_column_text {
    color: #f2f2f2;
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    margin-left: -40px;
    margin-top: 4px
}

.transit {
    position: relative;
    background: url("../images/connect/img_7.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    text-align: center;
    padding: 71px 0px 99px 0px
}

.transit_title {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold
}

.transit_des {
    color: #ffffff;
    font-size: 16px;
    font-weight: 24px;
    font-weight: medium
}

.list {
    padding: 53px 0px 49px 0px
}

.list_column_text {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: medium;
    margin-left: -40px
}

.manage-service .banner {
    max-height: 383px;
    position: relative
}

.manage-service .banner .banner_title_view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.manage-service .banner .banner_title_view .banner_title {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    text-align: center
}

.manage-service .variety_service {
    position: relative;
    background: url("../images/managed-service/img_2.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 70px 0px 80px 0px
}

.manage-service .variety_service .variety_service_title {
    color: #ffffff;
    font-size: 30px;
    line-height: 39px;
    font-weight: bold;
    padding-left: 24px;
    max-width: 417px;
    border-left: 4px solid #f27227;
    margin-left: -15px
}

.manage-service .variety_service .variety_service_detail {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: medium
}

.manage-service .assist {
    padding: 62px 0px 82px 0px;
    background-color: #f3f3f3
}

.manage-service .assist .assist_title {
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center
}

.manage-service .assist .assist_des {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 24px
}

.manage-service .scope {
    padding: 65px 0px 114px 0px
}

.manage-service .scope .scope_title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    margin-bottom: 45px
}

.manage-service .scope .scope_column0 {
    height: 100%
}

.manage-service .scope .scope_column1 {
    border-radius: 4px;
    background-color: #f3f3f3;
    height: 100%;
    padding: 40px 30px 0px 30px
}

.manage-service .scope .scope_column1 .scope_column1_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #000000
}

.manage-service .scope .scope_column2 {
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    height: 100%;
    padding: 0px 30px 70px 30px
}

.manage-service .scope .scope_column2 .scope_column2_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #000000;
    margin-top: 13px
}

.manage-service .scope .scope_column_mar {
    margin-top: 25px
}

.manage-service .scope .scope_column3 {
    position: absolute;
    padding: 0px 30px 0px 30px
}

.manage-service .scope .scope_column3 .scope_column3_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #000000;
    margin-top: 13px
}

.manage-service .scope .scope_column4 {
    position: absolute;
    padding: 40px 30px 0px 30px
}

.manage-service .scope .scope_column4 .scope_column4_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    color: #000000
}

.manage-service .support_window {
    background-color: #142f60;
    padding: 56px 0px 56px 0px
}

.manage-service .support_window .support_window_title {
    font-size: 25px;
    line-height: 32.5px;
    font-weight: 500;
    color: #ffffff;
    width: 50%
}

.manage-service .support_window .support_window_des {
    font-size: 16px;
    line-height: 24px;
    font-weight: medium;
    color: #ffffff;
    margin-left: -40px
}

.manage-service .support_sliver {
    background-color: #f3f3f3;
    padding: 36px 0px 40px 0px;
    width: 50%
}

.manage-service .support_sliver .support_sliver_title {
    font-size: 25px;
    line-height: 32.5px;
    color: #000000;
    font-weight: bold
}

.manage-service .support_sliver .support_sliver_des {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: medium;
    margin-left: -40px
}

.manage-service .support_sliver .support_sliver_des2 {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: medium
}

.manage-service .support_orange {
    background-color: #f27227;
    padding: 36px 0px 40px 0px;
    width: 50%
}

.manage-service .support_orange .support_orange_title {
    font-size: 25px;
    line-height: 32.5px;
    color: #ffffff;
    font-weight: bold
}

.manage-service .support_orange .support_orange_des {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: medium;
    margin-left: -40px
}

.manage-service .support_orange .support_orange_des2 {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: medium;
    margin-left: -25px
}

.manage-service .support_mar {
    margin-left: -15px
}

.manage-service .support_blue {
    background-color: #142f60;
    padding: 36px 0px 40px 0px;
    width: 50%
}

.manage-service .support_blue .support_blue_title {
    font-size: 25px;
    line-height: 32.5px;
    color: #ffffff;
    font-weight: bold;
    margin-left: -15px
}

.manage-service .support_white {
    background-color: #ffffff;
    padding: 36px 0px 40px 0px;
    width: 50%
}

.manage-service .support_white .support_white_title {
    font-size: 25px;
    line-height: 32.5px;
    color: #000000;
    font-weight: bold
}

.manage-service .support_white .support_white_des {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: medium;
    margin-left: -25px
}

.manage-service .support_mar1 {
    margin-left: 15px
}

.manage-service .depend {
    position: relative;
    background: url("../images/managed-service/img_10.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 80px 0px 115px 0px
}

.manage-service .depend .depend_title {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    width: 80%
}

.manage-service .depend .depend_des {
    font-size: 16px;
    line-height: 24px;
    font-weight: medium;
    color: #ffffff;
    width: 65%;
    margin-top: 20px
}

.manage-service .question {
    background-color: #f3f3f3;
    padding: 64px 0px 76px 0px
}

.manage-service .question .question_title {
    font-size: 30px;
    line-height: 39px;
    font-weight: bold;
    color: #000000;
    margin-left: -15px
}

.manage-service .question .question_content {
    font-size: 18px;
    line-height: 27px;
    font-weight: medium;
    color: #000000;
    margin-left: 16px;
    margin-top: 3px
}

.manage-service .question .question_mar {
    margin-top: 23px
}

.manage-service .row-support-sliver {
    margin: 0
}

.voip {
    position: relative;
    padding-top: 70px;
    overflow-x: hidden
}

.voip .voip_normal {
    display: block
}

.voip .voip_res {
    display: none
}

.voip .banner-voip {
    position: relative;
    height: 453px;
    background-color: #f3f3f3
}

.voip .banner-voip .logo-voip img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%
}

.voip .banner-voip .text-banner-voip {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.voip .banner-voip .text-banner-voip .banner_voip_content {
    width: 95%
}

.voip .banner-voip .text-banner-voip .banner_voip_title {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    text-align: left
}

.voip .banner-voip .text-banner-voip .banner_voip_des {
    font-size: 20px;
    font-weight: medium;
    color: #000000;
    text-align: left;
    max-width: 358px
}

.intro_voip {
    position: relative;
    background: url("../images/voip/img_2.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 23px 0px 73px 0px
}

.intro_voip .intro_voip_content {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #ffffff;
    margin-left: 16px;
    width: 80%
}

.intro_voip .intro_voip_mar {
    margin-top: 35px
}

.generation {
    padding: 67px 0px 67px 0px
}

.generation .generation_title {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px
}

.generation .generation_title .yellow {
    color: #f27227
}

.generation .generation_img_title {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #000000;
    width: 85%;
    margin-top: 28px
}

.generation .generation_img_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #000000;
    width: 85%
}

.hotline_voip {
    position: relative;
    background: url("../images/voip/img_5.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 57px 0px 73px 0px
}

.hotline_voip .hotline_voip_title {
    font-size: 25px;
    line-height: 32.5px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 34px;
    max-width: 593px
}

.hotline_voip .hotline_voip_des {
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    font-weight: medium;
    max-width: 481px
}

.hotline_blue {
    background-color: #142f60;
    padding: 27px 0px 20px 0px;
    width: 50%
}

.hotline_blue .hotline_text {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #ffffff;
    margin-left: -15px
}

.hotline_orange {
    background-color: #f27227;
    padding: 27px 0px 20px 0px;
    width: 50%
}

.hotline_orange .hotline_text {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #ffffff
}

.hotline_column {
    width: 50%;
    padding: 20px 0px 50px 0px
}

.hotline_column .hotline_column_text {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    margin-left: -40px
}

.hotline_column .hotline_column_text1 {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    margin-left: -25px
}

.improve {
    position: relative;
    padding-top: 0px
}

.improve .improve_banner {
    position: relative;
    position: relative;
    background: url("../images/voip/img_6.png") no-repeat;
    object-fit: cover;
    padding: 60px 0px 60px 0px;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.improve .improve_banner .improve_title {
    color: #ffffff;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold
}

.view_voip {
    position: relative
}

.view_voip .band_name {
    position: relative;
    height: 100%;
    background-color: #f3f3f3
}

.view_voip .band_name .logo_band_name img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%
}

.view_voip .band_name .text_band_name .band_name_content {
    padding: 84px 0px 129px 0px;
    margin-left: -15px;
    width: 60%
}

.view_voip .band_name .text_band_name .band_name_content .band_name_title {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    color: #000000
}

.view_voip .band_name .text_band_name .band_name_content .band_name_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #000000;
    max-width: 344px
}

.view_voip .band_name .text_band_name .band_name_content .band_name_detail {
    font-size: 16px;
    line-height: 21px;
    color: #f27227;
    margin-top: 40px;
    font-weight: bold
}

.view_voip .band_name .text_band_name .band_name_content .band_name_detail_text {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #000000;
    margin-left: 17px;
    margin-top: 3px
}

.view_voip .band_name .text_band_name .band_name_content .icon_brand {
    margin-left: 0px
}

.view_voip .band_active {
    position: relative;
    height: 100%;
    background-color: #f3f3f3
}

.view_voip .band_active .logo_active {
    width: 50%
}

.view_voip .band_active .logo_active img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%
}

.view_voip .band_active .text_active {
    width: 50%
}

.view_voip .band_active .text_active .active_content {
    padding: 84px 0px 129px 0px;
    margin-left: -15px
}

.view_voip .band_active .text_active .active_content .active_title {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    color: #000000
}

.view_voip .band_active .text_active .active_content .active_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #000000;
    max-width: 344px
}

.view_voip .band_active .text_active .active_content .active_detail {
    font-size: 16px;
    line-height: 21px;
    color: #f27227;
    margin-top: 40px;
    font-weight: bold
}

.view_voip .band_active .text_active .active_content .active_detail_text {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #000000;
    margin-left: 17px;
    margin-top: 3px;
    max-width: 381px
}

.view_voip .band_active .text_active .active_content .icon_active {
    margin-left: 0px
}

.abcd {
    background-color: #000000
}

.oncall {
    position: relative;
    padding-top: 35px;
    overflow-x: hidden;
    overflow-y: hidden
}

.oncall .banner-oncall {
    position: relative;
    height: 100%
}

.oncall .banner-oncall .text-banner-oncall {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.oncall .banner-oncall .text-banner-oncall h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    margin-top: 30px
}

.oncall .banner-oncall .text-banner-oncall .img {
    width: auto
}

.oncall .banner-oncall .text-banner-oncall .banner_des {
    font-size: 20px;
    line-height: 30px;
    font-weight: medium;
    color: #fff;
    max-width: 388px;
    text-align: center
}

.oncall .oncall_normal {
    display: block
}

.oncall .oncall_res {
    display: none
}

.oncall .intro_oncall {
    padding: 76px 0px 112px 0px
}

.oncall .intro_oncall .intro_oncall_title {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    max-width: 382px;
    padding-left: 28px;
    border-left: 4px solid #1169b0
}

.oncall .intro_oncall .intro_oncall_des {
    max-width: 407px;
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    margin-top: 28px
}

.oncall .intro_oncall a {
    color: #1169b0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500
}

.oncall .merchanism {
    position: relative;
    background: url("../images/oncall/background.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 70px 0px 83px 0px
}

.oncall .merchanism .merchanism_title {
    color: #fff;
    font-size: 30px;
    line-height: 39px;
    font-weight: bold;
    margin-bottom: 66px;
    margin-left: 15px
}

.oncall .merchanism .merchanism_column {
    margin-top: 91px
}

.oncall .merchanism .merchanism_column .merchanism_column_title {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-top: 24px;
    font-weight: bold;
    width: 100%
}

.oncall .merchanism .merchanism_column .merchanism_column_des {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    font-weight: medium
}

.oncall .package {
    position: relative;
    background: url("../images/oncall/img_2.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 59px 0px 59px 0px
}

.oncall .package .package_title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    max-width: 498px;
    margin-left: 15px
}

.oncall .contact_oncall {
    position: relative;
    background: url("../images/oncall/img_3.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 65px 0px 58px 0px
}

.oncall .contact_oncall .contact_oncall_title {
    font-size: 30px;
    font-weight: bold;
    color: #fff
}

.oncall .contact_oncall .contact_oncall_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #fff
}

.oncall .contact_oncall .contact_oncall_mar {
    margin-top: 59px
}

.oncall .contact_oncall .contact_oncall_column {
    background-color: #f27227;
    border-radius: 10px;
    height: 100%;
    padding: 30px 35px 30px 35px
}

.oncall .contact_oncall .contact_oncall_column .contact_oncall_column_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff
}

.oncall .contact_oncall .contact_oncall_mar1 {
    margin-top: 15px
}

.oncall .table_oncall .table_oncall_title {
    background-color: #f27227;
    padding: 10px 0px 0px 0px
}

.oncall .table_oncall .table_oncall_title .table th {
    border-top: none !important;
    border-bottom: none !important;
    color: #fff;
    text-align: center
}

.oncall .table_oncall .table_oncall_content .table td {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    max-width: 300px
}

.oncall .table_oncall .table_oncall_content .table td .contact_us {
    color: #1169b0;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold
}

.oncall .table_oncall .table_oncall_content .table td .table_background {
    background-color: #f27227;
    padding: 45px 0px 45px 0px;
    width: 95%;
    align-content: center;
    margin-left: 15px
}

.oncall .table_oncall .table_oncall_content .table td .table_background .text_contact {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    align-items: center
}

.oncall .table_oncall .text_table_des {
    font-size: 12px;
    line-height: 18px;
    font-weight: medium;
    color: #959595;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 60px;
    max-width: 555px
}

.ihome .banner-ihome {
    position: relative;
    min-height: 383px;
    background-color: #f3f3f3;
    background: url("../images/ihome/ihome.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    text-align: center
}

.ihome .banner-ihome h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-top: 30px
}

.ihome .banner-ihome h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin: 8px 0px 23px
}

.ihome .banner-ihome span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: #fff
}

.ihome .banner-ihome .text-banner-ihome {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.ihome .about-ihome {
    margin: 61px 0px
}

.ihome .about-ihome .row-baner-about-ihome {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.ihome .about-ihome .row-baner-about-ihome h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    padding-left: 28px;
    border-left: 5px solid #1169b0;
    margin-bottom: 23px
}

.ihome .about-ihome h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #010101;
    margin-bottom: 24px
}

.ihome .about-ihome a {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #1169b0;
    cursor: pointer;
    border-bottom: 1px solid rgba(17, 105, 176, 0.3)
}

.ihome .about-ihome .col-baner-service img {
    width: 100%
}

.ihome .content-1 {
    padding: 73px 0px 89px 0px;
    object-fit: contain;
    background-color: #e4e4e4
}

.ihome .content-1 .baner-about-content-1 {
    margin-bottom: 74px
}

.ihome .content-1 .row-baner-about-content-1 {
    display: flex;
    text-align: left;
    align-items: center;
    height: 100%
}

.ihome .content-1 .row-baner-about-content-1 .hidden-ihome-mobile {
    display: block
}

.ihome .content-1 .row-baner-about-content-1 .display-ihome-mobile {
    display: none
}

.ihome .content-1 .row-baner-about-content-1 .col-baner-about-content-1 h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000000
}

.ihome .content-1 .row-baner-about-content-1 .col-baner-about-content-1 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #010101
}

.ihome .content-1 .row-baner-about-content-1 .col-baner-about-content-1 .content {
    margin-top: 74px;
    background: #fff;
    text-align: center;
    padding: 34px
}

.ihome .content-1 .row-baner-about-content-1 .col-baner-about-content-1 .content img {
    margin-bottom: 32px
}

.ihome .content-1 .row-baner-about-content-1 .col-baner-about-content-1 .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #010101;
    margin-bottom: 0
}

.ihome .content-1 .col-content-1 h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000000
}

.ihome .content-1 .col-content-1 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #010101
}

.ihome .content-1 .col-content-1 .content {
    height: 100%;
    background: #fff;
    text-align: center;
    padding: 34px
}

.ihome .content-1 .col-content-1 .content img {
    margin-bottom: 32px;
    height: 65px
}

.ihome .content-1 .col-content-1 .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #010101;
    margin-bottom: 0
}

.ipcamera .banner-ipcamera {
    position: relative;
    height: 383px;
    background-color: #1d1d1d
}

.ipcamera .banner-ipcamera .logo-ipcamera img {
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%
}

.ipcamera .banner-ipcamera h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    color: #fff
}

.ipcamera .banner-ipcamera h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #fff
}

.ipcamera .banner-ipcamera .text-banner-ipcamera {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.ipcamera .about-ipcamera {
    background: url("../images/ipcamera/img_2.png") no-repeat;
    background-size: 100% 100%;
    object-fit: cover;
    display: flex;
    min-height: 135px;
    justify-content: center;
    align-items: center;
    text-align: center
}

.ipcamera .about-ipcamera h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    margin: 40px 0px 43px
}

.ipcamera .about-ipcamera .display-about-ipcamera-mobile {
    display: none
}

.ipcamera .content-1 {
    padding: 69px 0px 68px
}

.ipcamera .content-1 h4 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #000000
}

.ipcamera .content-1 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #1a1a1a
}

.ipcamera .content-2 .baner-content-2 {
    margin: 0;
    background-color: #000000
}

.ipcamera .content-2 .baner-content-2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
    margin: 22px 0px 26px;
    max-width: 400px
}

.ipcamera .content-2 .baner-content-2 .col-baner-content-2:nth-of-type(1) {
    border-right: 1px solid
}

.ipcamera .content-2 .baner-content-2 .col-baner-content-2:nth-of-type(2) {
    padding-left: 79px
}

.ipcamera .content-2 .baner-content-2 .col-content-2 p {
    max-width: 100%
}

.vpn .banner-vpn {
    position: relative;
    height: 383px;
    width: 100%
}

.vpn .banner-vpn .icon-vpn {
    margin: 0 auto;
    display: flex
}

.vpn .banner-vpn .logo-vpn img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.vpn .banner-vpn .logo-vpn .hidden-logo-vpn-mobile {
    display: block
}

.vpn .banner-vpn .logo-vpn .display-logo-vpn-mobile {
    display: none
}

.vpn .banner-vpn h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff
}

.vpn .banner-vpn h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #fff
}

.vpn .banner-vpn .text-banner-vpn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.vpn .about-vpn {
    margin: 61px 0px
}

.vpn .about-vpn .row-baner-about-vpn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.vpn .about-vpn .row-baner-about-vpn .display-about-vpn-mobile {
    display: none
}

.vpn .about-vpn .row-baner-about-vpn h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    padding-left: 28px;
    border-left: 5px solid #1169b0;
    margin-bottom: 23px
}

.vpn .about-vpn h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #010101;
    margin-bottom: 24px
}

.vpn .about-vpn a {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #1169b0;
    cursor: pointer;
    border-bottom: 1px solid rgba(17, 105, 176, 0.3)
}

.vpn .about-vpn .col-baner-service img {
    width: 100%
}

.vpn .content-1 {
    padding: 73px 0px 89px 0px;
    background: url("../images/vpn/img_3.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%
}

.vpn .content-1 .row-baner-about-content-1 {
    display: flex;
    text-align: left;
    align-items: center;
    height: 100%
}

.vpn .content-1 .row-baner-about-content-1 h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 43px
}

.vpn .content-1 .row-baner-about-content-1 .col-baner-about-content-1 {
    margin: 0 auto
}

.vpn .content-1 .row-baner-about-content-1 .info .col-info {
    display: contents
}

.vpn .content-1 .row-baner-about-content-1 .info .col-info p {
    width: fit-content;
    margin: 10px 12px;
    padding: 9px 19px 9px 20px;
    border-radius: 100px;
    border: solid 0.5px #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #fff
}

.vpn .content-1 .col-content-1 {
    margin-bottom: 44px
}

.vpn .content-1 .col-content-1 .content {
    height: 100%
}

.vpn .content-1 .col-content-1 .content img {
    margin-bottom: 32px;
    height: 65px
}

.vpn .content-1 .col-content-1 .content p {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 44px
}

.vpn .content-1 .info {
    display: flex;
    justify-content: center
}

.vpn .content-1 .description-info {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.28px;
    text-align: left;
    color: #fff;
    padding: 9px 23px 9px 20px;
    margin: 7px 8px;
    border-radius: 100px;
    border: solid 0.5px #fff
}

.giamsat247 .banner-giamsat247 {
    position: relative;
    height: 383px
}

.giamsat247 .banner-giamsat247 .logo-giamsat247 img {
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.giamsat247 .banner-giamsat247 h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    color: #000
}

.giamsat247 .banner-giamsat247 h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #000
}

.giamsat247 .banner-giamsat247 .text-banner-giamsat247 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.giamsat247 .about-giamsat247 {
    margin: 61px 0px
}

.giamsat247 .about-giamsat247 .row-baner-about-giamsat247 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.giamsat247 .about-giamsat247 .row-baner-about-giamsat247 h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #000000
}

.giamsat247 .about-giamsat247 .row-baner-about-giamsat247 h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #010101
}

.giamsat247 .about-giamsat247 .row-baner-about-giamsat247 span {
    color: #f27227
}

.giamsat247 .about-giamsat247 .col-baner-service img {
    object-fit: cover;
    width: 100%
}

.giamsat247 .about-giamsat247-2 {
    padding: 61px 0px;
    min-height: 435px;
    background-color: #f2f3f7
}

.giamsat247 .about-giamsat247-2 .row-baner-about-giamsat247-2 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.giamsat247 .about-giamsat247-2 .row-baner-about-giamsat247-2 .display-about-giamsat247-mobile {
    display: none
}

.giamsat247 .about-giamsat247-2 .row-baner-about-giamsat247-2 h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #000000
}

.giamsat247 .about-giamsat247-2 .row-baner-about-giamsat247-2 h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #010101
}

.giamsat247 .about-giamsat247-2 .row-baner-about-giamsat247-2 span {
    color: #f27227
}

.giamsat247 .about-giamsat247-2 .col-baner-service img {
    object-fit: cover;
    width: 100%
}

.giamsat247 .content-1 {
    padding: 73px 0px 89px 0px;
    background: url("../images/giamsat247/images/img_3.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%
}

.giamsat247 .content-1 .row-baner-about-content-1 {
    display: flex;
    text-align: left;
    height: 100%
}

.giamsat247 .content-1 .row-baner-about-content-1 h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 43px
}

.giamsat247 .content-1 .row-baner-about-content-1 .col-baner-about-content-1 {
    margin: 0 auto
}

.giamsat247 .content-1 .col-content-1 {
    margin-bottom: 30px
}

.giamsat247 .content-1 .col-content-1 .content {
    height: 100%
}

.giamsat247 .content-1 .col-content-1 .content img {
    object-fit: cover;
    margin-bottom: 32px;
    height: 65px
}

.giamsat247 .content-1 .col-content-1 .content p {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #fff
}

.giamsat247 .content-1 .info {
    display: flex;
    justify-content: center
}

.giamsat247 .content-1 .description-info {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.28px;
    text-align: left;
    color: #fff;
    padding: 9px 23px 9px 20px;
    margin: 7px 8px;
    border-radius: 100px;
    border: solid 0.5px #fff
}

.giamsat247 .content-2 {
    padding: 64px 0px 78px;
    background: url("../images/giamsat247/images/img_4.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%
}

.giamsat247 .content-2 h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    padding-bottom: 43px
}

.giamsat247 .content-2 .box-content-2 .info-description {
    display: flex;
    margin-bottom: 14px
}

.giamsat247 .content-2 .box-content-2 .info-description img {
    object-fit: cover;
    width: 24px;
    height: 24px
}

.giamsat247 .content-2 .box-content-2 .info-description .text {
    padding-left: 17px;
    padding-right: 63px
}

.giamsat247 .content-2 .box-content-2 .info-description .text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    margin-bottom: 34px
}

.giamsat247 .content-3 {
    padding: 57px 0px 90px
}

.giamsat247 .content-3 h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000000
}

.giamsat247 .content-3 img {
    object-fit: cover;
    width: 100%
}

.giamsat247 .content-4 {
    padding: 64px 0px 78px;
    background: url("../images/giamsat247/images/img_5.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%
}

.giamsat247 .content-4 .col-content-4 {
    display: contents
}

.giamsat247 .content-4 .col-content-4 p {
    width: fit-content;
    padding: 9px 20px;
    border-radius: 100px;
    border: solid 0.5px #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    margin: 10px 8px
}

.giamsat247 .content-5 {
    position: relative;
    padding: 79px 0px 88px
}

.giamsat247 .content-5 .display-giamsat247-content-5-mobile {
    display: none
}

.giamsat247 .content-5 h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    color: #000000
}

.giamsat247 .content-5 h3 {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    text-align: left;
    color: #000000;
    margin-bottom: 28px
}

.giamsat247 .content-5 p {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.giamsat247 .content-5 .service {
    display: grid
}

.giamsat247 .content-5 .service span {
    display: flex;
    text-align: left;
    justify-content: left;
    align-items: center
}

.giamsat247 .content-5 .service span::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #f27227;
    display: inline-block
}

.giamsat247 .content-5 .service b {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #f27227;
    margin-left: 8px
}

.giamsat247 .content-5 img {
    object-fit: cover;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%
}

.about .banner-about {
    position: relative;
    height: 383px;
    width: 100%
}

.about .banner-about .logo-about img {
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.about .banner-about h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    color: #fff
}

.about .banner-about h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #fff
}

.about .banner-about .text-banner-about {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.about .content-1 img {
    object-fit: cover;
    width: 100%
}

.about .content-1 .banner-content-1 {
    padding: 50px 0px 70px
}

.about .content-1 .banner-content-1 h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #000000
}

.about .content-1 .banner-content-1 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #222222;
    margin-top: 16px
}

.about .content-2 {
    display: flex;
    min-height: 350px
}

.about .content-2 h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    max-width: 275px;
    margin: 0 auto
}

.about .content-2 .content {
    margin: 0 auto
}

.about .content-2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    max-width: 225px;
    margin: 17px auto 0px
}

.about .content-2 .info:nth-of-type(1) {
    background: url("../images/about/img_2.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px
}

.about .content-2 .info:nth-of-type(2) {
    background: url("../images/about/img_3.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px
}

.about .content-2 .info:nth-of-type(3) {
    background-color: #f27227;
    width: 25%;
    display: flex;
    align-items: center;
    padding: 16px
}

.about .content-2 .info:nth-of-type(4) {
    background: url("../images/about/img_4.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px
}

.about .content-3 {
    background: url("../images/about/img_5.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%
}

.about .content-3 .banner-content-3 {
    padding: 50px 0px 70px
}

.about .content-3 .banner-content-3 h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #fff
}

.about .content-3 .banner-content-3 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    margin-top: 16px;
    padding-right: 59px
}

.about .content-4 {
    margin-bottom: 62px
}

.about .content-4 h2 {
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #fff
}

.about .content-4 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #efefef;
    max-width: 576px;
    margin: 15px auto 0px
}

.about .content-4 .col-content-4:nth-of-type(1) {
    background: url("../images/about/img_6.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 55px 0px 70px;
    margin-top: 62px
}

.about .content-4 .col-content-4:nth-of-type(2) {
    background: url("../images/about/img_7.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 55px 0px 70px;
    margin-top: 62px
}

.about .content-5 {
    position: relative;
    width: 100%;
    padding-top: 55px;
    background-color: #f5f5f7;
    text-align: center
}

.about .content-5 img {
    object-fit: cover;
    margin-bottom: 28px
}

.about .content-5 p {
    font-size: 14px;
    text-align: center;
    color: #000000;
    max-width: 161px;
    margin: 0 auto 70px
}

.about .content-6 {
    padding: 51px 0px 52px
}

.about .content-6 h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #141414;
    margin: 18px 0px
}

.about .content-6 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #161616
}

.about .content-6 .col-content-right {
    padding-left: 22px;
    border-left: 4px solid #1169b0
}

.about .content-6 span {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #000000
}

.about .content-7 {
    background: url("../images/about/img_9.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%
}

.about .content-7 .banner-content-7 {
    padding: 50px 0px 70px
}

.about .content-7 .banner-content-7 h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    margin-bottom: 35px
}

.about .content-7 .banner-content-7 h3 {
    font-size: 60px;
    font-weight: 300;
    text-align: left;
    color: #83c6fd
}

.about .content-7 .banner-content-7 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    margin-top: 16px;
    padding-right: 59px
}

.about .baner-service {
    position: relative
}

.about .baner-service .col-service {
    display: flex;
    margin-bottom: 60px;
    margin-right: 49px
}

.about .baner-service .img-service {
    width: 50%
}

.about .baner-service .service {
    display: grid;
    margin-bottom: 32px
}

.about .baner-service .service span {
    display: flex;
    text-align: left;
    justify-content: left;
    align-items: center
}

.about .baner-service .service span::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    display: inline-block
}

.about .baner-service .service b {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000;
    margin-left: 8px
}

.about .baner-service .content-service {
    margin: 60px 0px 0px
}

.about .baner-service .info-service {
    border: 1px solid #E7E9EB;
    padding: 24px 45px;
    width: 100%
}

.about .baner-service .info-service h3 {
    margin-top: 23px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #000000
}

.about .baner-service .info-service img {
    height: 45px
}

.about .baner-service .btn-view-detail {
    width: 100px;
    height: 40px;
    flex-grow: 0;
    border-radius: 4px;
    background-color: #1169b0;
    position: absolute;
    bottom: 0px;
    margin-left: 45px;
    margin-bottom: -20px;
    display: flex;
    cursor: pointer
}

.about .baner-service .btn-view-detail img {
    object-fit: cover;
    margin: 0 auto;
    width: 36px;
    height: 100%;
    padding: 1px
}

.about .content-8 {
    padding: 72px 0px;
    background-color: #f0f0f0
}

.about .content-8 .row-baner-content-8 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.about .content-8 .row-baner-content-8 .display-content-8-mobile {
    display: none
}

.about .content-8 .row-baner-content-8 .hidden-content-8-mobile {
    display: block
}

.about .content-8 .row-baner-content-8 h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    color: #000000
}

.about .content-8 .row-baner-content-8 h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin: 5px 0px 28px
}

.about .content-8 .info-content-8 {
    margin-bottom: 39px
}

.about .content-8 .info-content-8 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #010101
}

.about .content-8 h4 {
    font-size: 60px;
    text-align: left;
    color: #f27227;
    margin-top: 48px
}

.about .content-8 h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.security .banner-security {
    position: relative;
    height: 383px;
    width: 100%
}

.security .banner-security .logo-security img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.security .banner-security .logo-security .hidden-logo-security-mobile {
    display: block
}

.security .banner-security .logo-security .display-logo-security-mobile {
    display: none
}

.security .banner-security h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    color: #fff
}

.security .banner-security h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #fff
}

.security .banner-security .text-banner-security {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.security .about-security {
    margin: 61px 0px
}

.security .about-security .row-baner-about-security {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.security .about-security .row-baner-about-security h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #000000
}

.security .about-security .row-baner-about-security h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #010101;
    margin-bottom: 30px
}

.security .about-security .col-baner-about-security .info-description {
    display: flex;
    align-items: center;
    margin-bottom: 13px
}

.security .about-security .col-baner-about-security .info-description img {
    width: 17px;
    height: 17px
}

.security .about-security .col-baner-about-security .info-description p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin: 0px 0px 0px 16px
}

.security .about-security .col-baner-service img {
    width: 100%
}

.security .about-security .col-baner-service h3 {
    margin-top: 48px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    padding-left: 20px;
    border-left: 5px solid #1169b0
}

.security .content-1 img {
    width: 100%
}

.security .content-2 {
    padding: 64px 0px 78px;
    background-color: #1d1d1d
}

.security .content-2 h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #fff
}

.security .content-2 h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    padding: 12px 0px 46px
}

.security .content-2 .box-content-2 .info-description {
    display: flex;
    margin-bottom: 14px
}

.security .content-2 .box-content-2 .info-description img {
    width: 24px;
    height: 24px
}

.security .content-2 .box-content-2 .info-description .text {
    padding-left: 17px;
    padding-right: 63px
}

.security .content-2 .box-content-2 .info-description .text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    margin-bottom: 0
}

.security .content-3 {
    padding: 64px 0px 78px;
    background: url("../images/security/images/img_3.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%
}

.security .content-3 h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #fff
}

.security .content-3 h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    padding: 12px 0px 46px
}

.security .content-3 .box-content-3 .info-description {
    display: flex;
    margin-bottom: 14px
}

.security .content-3 .box-content-3 .info-description img {
    width: 24px;
    height: 24px
}

.security .content-3 .box-content-3 .info-description .text {
    padding-left: 17px;
    padding-right: 63px
}

.security .content-3 .box-content-3 .info-description .text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    margin-bottom: 0
}

.security .content-4 {
    padding: 64px 0px 78px
}

.security .content-4 h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #000000
}

.security .content-4 h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    max-width: 626px;
    width: 100%;
    margin: 12px auto 30px
}

.security .content-4 .col-content-4 {
    display: contents
}

.security .content-4 .col-content-4 p {
    width: fit-content;
    margin: 10px 12px;
    padding: 9px 19px 9px 20px;
    border-radius: 100px;
    border: solid 0.5px #f27227;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #f27227
}

.security .content-4 .col-content-4 img {
    margin-top: 67px;
    width: 100%
}

.support1 .banner-support1 {
    position: relative;
    height: 383px;
    background-color: #f3f3f3;
    background: url("../images/support/img_1.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    text-align: center
}

.support1 .banner-support1 h2 {
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    color: #fff
}

.support1 .banner-support1 h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin: 43px 0px 25px
}

.support1 .banner-support1 .text-banner-support1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: left;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.support1 .banner-support1 .search-info {
    display: flex
}

.support1 .banner-support1 .search-info button {
    width: 133px;
    height: 46px;
    background-color: #1169b0;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin-left: 20px;
    border: none;
    border-radius: 4px
}

.support1 .banner-support1 .search-info .select2-container--default .select2-selection--single {
    height: auto;
    flex-grow: 0;
    padding: 12px 10px 13.1px;
    border-radius: 4px;
    border: solid 1px #fff;
    background-color: #fff
}

.support1 .banner-support1 .search-info .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 20px
}

.support1 .banner-support1 .search-info .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    line-height: 1.11;
    text-align: left;
    color: #000000
}

.support1 .banner-support1 .search-info .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(https://cdn4.iconfinder.com/data/icons/user-interface-174/32/UIF-76-512.png);
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 20px !important;
    width: 20px !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important
}

.support1 .banner-support1 .form-control {
    height: 48px
}

.support1 .service-info {
    padding: 50px 0px;
    border-bottom: 1px solid #d5d7dc
}

.support1 .service-info .col-service-info {
    display: flex;
    text-align: center
}

.support1 .service-info .title-info-content {
    width: 25%
}

.support1 .service-info .title-info-content:nth-of-type(1),
.support1 .service-info .title-info-content:nth-of-type(2),
.support1 .service-info .title-info-content:nth-of-type(3) {
    width: 25%;
    border-right: 1px solid #d5d7dc
}

.support1 .service-info .link-service {
    margin: 23px 0px 0px
}

.support1 .service-info .link-service a {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #1169b0;
    cursor: pointer
}

.support1 .service-info .link-service a img {
    width: 12px;
    height: 12px
}

.support1 .content {
    position: relative;
    padding-top: 58px
}

.support1 .content .sidenav {
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    overflow-x: hidden
}

.support1 .content .sidenav a,
.support1 .content .sidenav .dropdown-btn {
    padding: 10px 8px 10px 8px;
    text-decoration: none;
    font-size: 16px;
    color: #54585d;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none
}

.support1 .content .sidenav a:hover,
.support1 .content .sidenav .dropdown-btn:hover {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #2c74e7;
    background-color: #e5eefe
}

.support1 .content .sidenav .dropdown-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px
}

.support1 .content .sidenav .dropdown-btn img {
    margin-left: auto;
    margin-right: 10px
}

.support1 .content .sidenav .link-nav {
    border-top: 1px solid #d5d7dc
}

.support1 .content .sidenav .active {
    background-color: #e5eefe;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #2c74e7
}

.support1 .content .main {
    font-size: 20px;
    padding: 0px 10px;
    max-width: 559px;
    width: 100%;
    margin: 0 auto
}

.support1 .content .main h2 {
    font-size: 35px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    margin-bottom: 0px
}

.support1 .content .main h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    margin: 36px 0px 0px
}

.support1 .content .main .address {
    margin-top: 19px
}

.support1 .content .main .address p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.support1 .content .main .address b {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    font-weight: 600
}

.support1 .content .dropdown-container {
    width: 100%;
    display: block;
    background-color: #fff
}

.select2-dropdown {
    z-index: 1 !important
}

.select2-container *:focus {
    outline: none
}

.select2-results__option {
    padding: 10px !important
}

.help-center .banner-help-center {
    position: relative;
    height: 383px;
    width: 100%
}

.help-center .banner-help-center .logo-help-center img {
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.help-center .banner-help-center .logo-help-center .hidden-mobile {
    display: block
}

.help-center .banner-help-center .logo-help-center .display-mobile {
    display: none
}

.help-center .banner-help-center h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    color: #fff
}

.help-center .banner-help-center .text-banner-help-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.help-center .content-1 {
    position: relative;
    padding: 58px 0px 117px
}

.help-center .content-1 .sidenav {
    width: 100%;
    z-index: 1;
    background-color: #fff;
    overflow-x: hidden
}

.help-center .content-1 .sidenav a,
.help-center .content-1 .sidenav .dropdown-btn {
    padding: 19px 8px 19px 8px;
    text-decoration: none;
    display: flex;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000
}

.help-center .content-1 .sidenav .dropdown-btn {
    display: flex;
    justify-content: left;
    align-items: left
}

.help-center .content-1 .sidenav .dropdown-btn img {
    object-fit: cover;
    margin-left: auto;
    margin-right: 10px
}

.help-center .content-1 .sidenav .link-nav {
    border-top: 1px solid #d5d7dc
}

.help-center .content-1 .sidenav h4 {
    margin-bottom: 0px;
    justify-content: left;
    align-items: center;
    text-align: left;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    max-width: 90%
}

.help-center .content-1 .sidenav span {
    width: 31px;
    height: 31px;
    border: 2px solid;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    margin-right: 12px
}

.help-center .content-1 .sidenav p,
.help-center .content-1 .sidenav ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin-bottom: 0
}

.help-center .content-1 .sidenav b {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #fc7c31
}

.help-center .content-1 .sidenav p {
    margin-bottom: 19px
}

.help-center .content-1 .sidenav .line {
    border: 1px solid #d5d7dc
}

.help-center .content-1 .sidenav img {
    object-fit: cover;
    width: 24px;
    height: 24px
}

.help-center .content-1 .hidden-img {
    display: none
}

.help-center .content-1 .dropdown-container {
    width: 100%;
    display: none;
    background-color: #fff;
    padding: 0px 8px
}

.help-center .content-1 .item {
    position: relative
}

.help-center .content-1 .icon {
    position: absolute;
    right: 16px;
    top: 26px
}

.help-center .content-1 .btn-add {
    display: block
}

.help-center .content-1 .btn-close {
    display: none
}

.help-center .content-1 .hidden-icon .btn-add {
    display: none
}

.help-center .content-1 .hidden-icon .btn-close {
    display: block
}

.help-center .content-1 .show-icon .btn-add {
    display: block
}

.help-center .content-1 .show-icon .btn-close {
    display: none
}

.help-center .content-2 {
    position: relative;
    background-color: #f5f5f7;
    padding: 67px 0px 143px
}

.help-center .content-2 .container-form-content-2 .form {
    flex: 1
}

.help-center .content-2 .container-form-content-2 .form .container-title p {
    margin: 0
}

.help-center .content-2 .container-form-content-2 .form .container-title h3 {
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    color: #000000;
    padding-bottom: 48px
}

.help-center .content-2 .container-form-content-2 .form .phone-input-wrapper {
    display: flex
}

.help-center .content-2 .container-form-content-2 .form .phone-input-wrapper button {
    width: 60px;
    height: 40px;
    background-color: transparent;
    border-color: #ced4da;
    margin-right: 8px;
    display: flex;
    align-items: center;
    background-color: #FFF
}

.help-center .content-2 .container-form-content-2 .form .phone-input-wrapper button img {
    width: 16px;
    margin-right: 8px
}

.help-center .content-2 .container-form-content-2 .form button {
    width: 100%;
    background-color: #F27227;
    border-color: #F27227
}

.help-center .content-2 .container-form-content-2 .form .label-form {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    width: 100%
}

.help-center .content-2 .container-form-content-2 .form .select2-selection__rendered {
    color: #000000;
    line-height: 40px
}

.help-center .content-2 .container-form-content-2 .form .select2-container--default .select2-selection--single {
    height: 40px;
    border: 1px solid #ced4da
}

.help-center .content-2 .container-form-content-2 .form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px
}

.help-center .content-2 .container-form-content-2 .form span {
    color: #d32f2f
}

.help-center .content-2 .container-form-content-2 .form input {
    background-color: #FFF;
    font-size: 14px;
    height: 40px
}

.help-center .content-2 .container-form-content-2 .form textarea {
    background-color: #FFF;
    font-size: 14px;
    height: auto
}

.help-center .content-2 .container-form-content-2 .form .form-group {
    margin-bottom: 24px
}

.help-center .content-2 .container-form-content-2 .form .form-group .form-control::placeholder {
    font-size: 12px;
    line-height: 1.43;
    text-align: left;
    opacity: 1;
    color: #aaaaaa
}

.help-center .content-2 .container-form-content-2 .form .btn-submit {
    margin-top: 8px;
    height: 40px;
    font-size: 14px;
    font-weight: 600
}

.help-center .content-2 .container-form-content-2 .form:-ms-input-placeholder {
    font-size: 12px;
    line-height: 1.43;
    text-align: left;
    opacity: 1;
    color: #aaaaaa
}

.help-center .content-2 .container-form-content-2 .form::-ms-input-placeholder {
    font-size: 12px;
    line-height: 1.43;
    text-align: left;
    opacity: 1;
    color: #aaaaaa
}

.help-center .content-2 .container-form-content-2 .form-control {
    height: 40px
}

.help-center .content-2 .container-form-content-2 .custom-input-phone-number .iti--allow-dropdown {
    width: 100%;
    display: flex
}

.help-center .content-2 .container-form-content-2 .custom-input-phone-number .iti--allow-dropdown .iti__flag-container {
    position: relative;
    background: #FFF;
    border: 1px solid #EAEDEF;
    box-sizing: border-box;
    border-radius: 4px
}

.help-center .content-2 .container-form-content-2 .custom-input-phone-number .iti--allow-dropdown .iti__flag-container .iti__selected-flag {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}

.help-center .content-2 .container-form-content-2 .custom-input-phone-number .iti--allow-dropdown .custom-input {
    padding: .375rem .75rem;
    margin-left: 8px;
    flex: 1
}

.help-center .content-2 .img-content-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%
}

.help-center .content-2 .img-content-2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.help-center .content-2 .select2-container {
    width: 100% !important
}

.FAQ .banner-FAQ {
    position: relative;
    height: 383px;
    background-color: #f3f3f3;
    background: url("../images/FAQ/img_1.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    text-align: center
}

.FAQ .banner-FAQ h2 {
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    margin-bottom: 30px
}

.FAQ .banner-FAQ .text-banner-FAQ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: left;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.FAQ .banner-FAQ .search-info .search-input {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12)
}

.FAQ .banner-FAQ .search-info .search-input input {
    height: 55px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 18px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1)
}

.FAQ .banner-FAQ .search-info .search-input.active input {
    border-radius: 5px 5px 0 0
}

.FAQ .banner-FAQ .search-info .search-input .autocom-box {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 125px;
    overflow-y: auto
}

.FAQ .banner-FAQ .search-info .search-input.active .autocom-box {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto
}

.FAQ .banner-FAQ .search-info .autocom-box li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
    text-align: left
}

.FAQ .banner-FAQ .search-info .search-input.active .autocom-box li {
    display: block
}

.FAQ .banner-FAQ .search-info .autocom-box li:hover {
    background: #efefef
}

.FAQ .banner-FAQ .search-info .search-input .icon-FAQ {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #644bff;
    cursor: pointer
}

.FAQ .banner-FAQ .form-control {
    height: 48px
}

.FAQ .content .menuFAQ {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style-type: none
}

.FAQ .content .menuFAQ .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.FAQ .content .menuFAQ .link:hover {
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #f27227
}

.FAQ .content .menuFAQ ul {
    list-style-type: none
}

.FAQ .content .menuFAQ li:last-child .link {
    border-bottom: 0
}

.FAQ .content .menuFAQ li img {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: rotate(-90deg);
    right: 12px;
    left: auto;
    font-size: 16px;
    top: 24px
}

.FAQ .content .menuFAQ .line {
    border: 1px solid #d5d7dc
}

.FAQ .content .menuFAQ li.open .link {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #f27227;
    text-decoration: none
}

.FAQ .content .menuFAQ li.open i {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #f27227
}

.FAQ .content .menuFAQ li.open img {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg)
}

.FAQ .content .submenu {
    display: none;
    font-size: 14px;
    padding-left: 25px
}

.FAQ .content .submenu a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 8px 10px 8px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #54585d;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease
}

.FAQ .content .submenu a:hover {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #f27227
}

.FAQ .content .col-service-info {
    padding-top: 40px
}

.FAQ .content .col-service-info:nth-of-type(1) {
    border-right: 1px solid #d5d7dc
}

.FAQ .main {
    font-size: 20px;
    padding: 15px 10px 0px;
    width: 100%;
    margin: 0 auto
}

.FAQ .main h3 {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    color: #000000
}

.FAQ .main .info-content {
    margin-bottom: 48px
}

.FAQ .main .sub-content {
    margin-top: 19px
}

.FAQ .main .sub-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #54585d
}

.FAQ .main .sub-content b {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    font-weight: 600
}

.FAQ .main .sub-content ul {
    padding-left: 24px
}

.FAQ .main .sub-content ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #54585d
}

.FAQ .main .sub-content ul .text {
    margin-bottom: 16px
}

.select2-dropdown {
    z-index: 1 !important
}

.select2-container *:focus {
    outline: none
}

.select2-results__option {
    padding: 10px !important
}

.invoice {
    position: relative;
    padding-top: 35px;
    overflow-x: hidden
}

.invoice .banner-invoice {
    position: relative;
    height: 100%
}

.invoice .banner-invoice .text-banner-invoice h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-top: 30px
}

.invoice .banner-invoice .text-banner-invoice .img {
    width: auto
}

.invoice .banner-invoice .text-banner-invoice .banner_invoice_des {
    font-size: 20px;
    line-height: 30px;
    font-weight: medium;
    color: #fff;
    max-width: 388px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.invoice .intro_invoice {
    padding: 76px 0px 112px 0px
}

.invoice .intro_invoice .intro_invoice_title {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    max-width: 382px;
    padding-left: 28px;
    border-left: 4px solid #1169b0
}

.invoice .intro_invoice .intro_invoice_des {
    max-width: 407px;
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    margin-top: 28px
}

.invoice .intro_invoice a {
    color: #1169b0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500
}

.invoice .invoice_column {
    position: relative;
    background: url("../images/invoice/img_2.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 57px 0px 67px 0px
}

.invoice .invoice_column .invoice_column_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #f27227;
    margin-top: 20px
}

.invoice .invoice_column .invoice_column_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #000000;
    margin-top: 12px
}

.invoice .invoice_column .invoice_column2 {
    margin-top: 47px
}

.cloud_cx {
    position: relative;
    padding-top: 35px;
    overflow-x: hidden
}

.cloud_cx .banner_cloud_cx {
    position: relative;
    height: 100%
}

.cloud_cx .banner_cloud_cx .text_banner_cloud_cx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.cloud_cx .banner_cloud_cx .text_banner_cloud_cx h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    margin-top: 30px
}

.cloud_cx .banner_cloud_cx .text_banner_cloud_cx .img {
    width: auto
}

.cloud_cx .banner_cloud_cx .text_banner_cloud_cx .banner_cloud_cx_des {
    font-size: 20px;
    line-height: 30px;
    font-weight: medium;
    color: #fff;
    max-width: 480px;
    text-align: center
}

.cloud_cx .intro_cloud_cx {
    padding: 76px 0px 112px 0px
}

.cloud_cx .intro_cloud_cx .intro_cloud_cx_content {
    height: 100%;
    align-items: center;
    justify-content: center
}

.cloud_cx .intro_cloud_cx .intro_cloud_cx_content .intro_cloud_cx_title {
    font-size: 20px;
    line-height: 30px;
    font-weight: medium;
    max-width: 415px
}

.cloud_cx .intro_cloud_cx .intro_cloud_cx_content a {
    color: #1169b0;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500
}

.cloud_cx .infrastructure {
    position: relative;
    background: url("../images/cloud-cx/img_2.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 72px 0px 75px 0px
}

.cloud_cx .infrastructure .infrastructure_title {
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 44px;
    width: 90%
}

.cloud_cx .infrastructure_column_title {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px
}

.cloud_cx .infrastructure_column_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #fff;
    width: 85%
}

.cloud_cx .cloud_package {
    padding: 69px 0px 99px 0px
}

.cloud_cx .cloud_package .cloud_package_title {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-left: 15px
}

.cloud_cx .cloud_package .cloud_package_des {
    font-size: 16px;
    line-height: 24px;
    font-weight: medium;
    margin-left: 15px;
    color: #000
}

.cloud_cx .cloud_package .cloud_package_mar {
    margin-top: 38px
}

.cloud_cx .cloud_package .cloud_package_white {
    background-color: #fff;
    box-shadow: 0 32px 64px -24px rgba(51, 54, 60, 0.15);
    width: 100%;
    padding: 30px 10px 30px 27px
}

.cloud_cx .cloud_package .cloud_package_white .title {
    font-size: 18px;
    line-height: 27px;
    font-weight: medium;
    color: #000
}

.cloud_cx .cloud_package .cloud_package_white .des {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    border-bottom: 0.5px solid #E7E9EB;
    padding-bottom: 15px;
    margin-bottom: 23px
}

.cloud_cx .cloud_package .cloud_package_white .des .price {
    font-size: 25px;
    line-height: 37.5px;
    color: #f27227;
    font-weight: bold
}

.cloud_cx .cloud_package .cloud_package_white .text_child {
    font-size: 14px;
    line-height: 21px;
    color: #3a3a3a;
    display: flex;
    padding-right: 15px
}

.cloud_cx .cloud_package .cloud_package_white .text_child img {
    padding-right: 8px
}

.cloud_cx .cloud_package .cloud_package_white .text_child .text_des {
    font-size: 10px;
    line-height: 15px;
    padding-left: 24px;
    padding-top: 10px
}

.cloud_cx .cloud_package .cloud_package_orange {
    background-color: #f27227;
    box-shadow: 0 32px 64px -24px rgba(51, 54, 60, 0.15);
    width: 100%;
    padding: 30px 10px 30px 27px
}

.cloud_cx .cloud_package .cloud_package_orange .title {
    font-size: 18px;
    line-height: 27px;
    font-weight: medium;
    color: #fff
}

.cloud_cx .cloud_package .cloud_package_orange .des {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #fff;
    border-bottom: 0.5px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 23px
}

.cloud_cx .cloud_package .cloud_package_orange .des .price {
    font-size: 25px;
    line-height: 37.5px;
    color: #fff;
    font-weight: bold
}

.cloud_cx .cloud_package .cloud_package_orange .text_child {
    font-size: 14px;
    line-height: 21px;
    color: #e2e2e2;
    display: flex;
    padding-right: 15px
}

.cloud_cx .cloud_package .cloud_package_orange .text_child img {
    padding-right: 8px
}

.cloud_cx .cloud_package .cloud_package_orange .text_child .text_des {
    font-size: 10px;
    line-height: 15px;
    padding-left: 24px;
    padding-top: 10px
}

.cloud_cx .cloud_package .cloud_package_orange .text_child_grey {
    font-size: 14px;
    line-height: 21px;
    color: #e2e2e2
}

.cloud_cx .cloud_package .cloud_package_orange .text_child_grey .text_des {
    font-size: 10px;
    line-height: 15px
}

.cloud_cx .cloud_package .cloud_package_blue {
    background-color: #142f60;
    box-shadow: 0 32px 64px -24px rgba(51, 54, 60, 0.15);
    width: 100%;
    padding: 30px 10px 30px 27px
}

.cloud_cx .cloud_package .cloud_package_blue .title {
    font-size: 18px;
    line-height: 27px;
    font-weight: medium;
    color: #fff
}

.cloud_cx .cloud_package .cloud_package_blue .des {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #fff;
    border-bottom: 0.5px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 23px
}

.cloud_cx .cloud_package .cloud_package_blue .des .price {
    font-size: 25px;
    line-height: 37.5px;
    color: #fff;
    font-weight: bold
}

.cloud_cx .cloud_package .cloud_package_blue .text_child {
    font-size: 14px;
    line-height: 21px;
    color: #e2e2e2;
    display: flex;
    padding-right: 15px
}

.cloud_cx .cloud_package .cloud_package_blue .text_child img {
    padding-right: 8px
}

.cloud_cx .cloud_package .cloud_package_blue .text_child .text_des {
    font-size: 10px;
    line-height: 15px;
    padding-left: 24px;
    padding-top: 10px
}

.cloud_cx .sparrow {
    position: relative;
    background: url("../images/cloud-cx/img_3.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 68px 0px 68px 0px
}

.cloud_cx .sparrow .sparrow_cap {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #fff
}

.cloud_cx .sparrow .sparrow_title {
    font-size: 40px;
    line-height: 56px;
    font-weight: bold;
    color: #fff
}

.cloud_cx .sparrow .sparrow_des {
    font-size: 16px;
    line-height: 24px;
    font-weight: medium;
    color: #f3f3f3
}

.cloud_cx .sparrow .sparrow_detail {
    margin-top: 41px;
    margin-left: 15px
}

.cloud_cx .why_cloud_cx {
    padding: 63px 0px 79px 0px
}

.cloud_cx .why_cloud_cx .why_cloud_cx_title1 {
    font-size: 30px;
    font-weight: bold;
    font-size: 25px;
    line-height: 37.5px;
    font-weight: bold;
    color: #000000;
    margin-top: 24px;
    margin-left: 15px
}

.cloud_cx .why_cloud_cx .why_cloud_cx_des1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: medium;
    width: 65%;
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #000000;
    margin-top: -10px;
    margin-left: 15px
}

.cloud_cx .why_cloud_cx .why_cloud_cx_title {
    font-size: 30px;
    font-weight: bold;
    font-size: 25px;
    line-height: 37.5px;
    font-weight: bold;
    color: #000000;
    margin-top: 24px
}

.cloud_cx .why_cloud_cx .why_cloud_cx_des {
    font-size: 16px;
    line-height: 24px;
    font-weight: medium;
    width: 65%;
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #000000;
    margin-top: -10px
}

.cloud_cx .why_cloud_cx .why_cloud_cx_mar {
    margin-top: 73px
}

.cloud_cx .cloud_cx_telecom {
    position: relative;
    background: url("../images/cloud-cx/img_4.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 62px 0px 108px 0px
}

.cloud_cx .cloud_cx_telecom .cloud_cx_telecom_title {
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    color: #fff;
    margin-left: 15px
}

.cloud_cx .cloud_cx_telecom .cloud_cx_telecom_des {
    font-size: 18px;
    line-height: 27px;
    font-weight: medium;
    width: 60%;
    color: #fff;
    margin-left: 15px
}

.cloud_cx .benefit {
    padding: 61px 0px 72px 0px;
    background-color: #142f60
}

.cloud_cx .benefit .benefit_title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 33px;
    color: #fff;
    margin-left: 15px
}

.cloud_cx .benefit .benefit_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #fff;
    display: flex
}

.cloud_cx .benefit .benefit_des img {
    margin-right: 10px;
    width: 28px;
    height: 28px
}

.cloud_cx .genesys {
    padding: 36px 0px 36px 0px
}

.cloud_cx .genesys .genesys_title {
    font-size: 30px;
    font-weight: bold;
    margin-left: 15px
}

.cloud_cx .genesys .genesys_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium
}

.cloud_cx .cex_lab {
    padding: 36px 0px 44px 0px
}

.cloud_cx .cex_lab .cex_lab_title {
    font-size: 30px;
    font-weight: bold
}

.cloud_cx .cex_lab .cex_lab_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    width: 85%
}

.vidyo {
    position: relative;
    padding-top: 70px;
    overflow-x: hidden
}

.vidyo .vidyo_normal {
    display: block
}

.vidyo .vidyo_res {
    display: none
}

.vidyo .banner_vidyo {
    position: relative;
    height: 390px;
    background-color: #f3f3f3
}

.vidyo .banner_vidyo .logo-vidyo img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%
}

.vidyo .banner_vidyo .text-banner-vidyo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.vidyo .banner_vidyo .text-banner-vidyo .banner_vidyo_content {
    width: 95%
}

.vidyo .banner_vidyo .text-banner-vidyo .banner_vidyo_content .banner_vidyo_title {
    font-size: 40px;
    font-weight: bold;
    color: #000000
}

.vidyo .banner_vidyo .text-banner-vidyo .banner_vidyo_content .banner_vidyo_des {
    font-size: 20px;
    font-weight: medium;
    color: #000000
}

.vidyo .room {
    width: 50%;
    position: relative;
    padding-top: 0px
}

.vidyo .room .intro_vidyo .intro_vidyo_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.vidyo .room .intro_vidyo .intro_vidyo_banner .intro_vidyo_title {
    color: #ffffff;
    font-size: 25px;
    line-height: 37.5px;
    font-weight: bold
}

.vidyo .room .intro_vidyo .intro_vidyo_banner .intro_vidyo_des {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: medium;
    margin-top: -10px
}

.vidyo .provider_vidyo {
    position: relative;
    background: url("../images/vidyo/img_2.png") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 60px 0px 93px 0px
}

.vidyo .provider_vidyo .provider_vidyo_title {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    width: 80%;
    color: #fff;
    margin-bottom: 40px
}

.vidyo .provider_vidyo .provider_vidyo_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    margin-left: 17px;
    width: 80%;
    color: #fff
}

.vidyo .operation {
    padding: 63px 0px 82px 0px
}

.vidyo .operation .operation_title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px
}

.vidyo .benefit {
    padding: 51px 0px 67px 0px
}

.vidyo .benefit .benefit_title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 32px
}

.vidyo .benefit .benefit_vidyo_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    margin-left: 17px;
    width: 80%;
    color: #000
}

.onmeeting {
    position: relative;
    padding-top: 35px;
    overflow-x: hidden
}

.onmeeting .onmeeting_normal {
    display: block
}

.onmeeting .onmeeting_res {
    display: none
}

.onmeeting .banner_onmeeting {
    position: relative;
    height: 100%
}

.onmeeting .banner_onmeeting .text_banner_onmeeting {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.onmeeting .banner_onmeeting .text_banner_onmeeting h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    margin-top: 30px
}

.onmeeting .banner_onmeeting .text_banner_onmeeting .banner_onmeeting_des {
    font-size: 20px;
    line-height: 30px;
    font-weight: medium;
    color: #fff;
    max-width: 388px;
    text-align: center
}

.onmeeting .banner_onmeeting .img {
    width: auto
}

.onmeeting .what_onmeeting {
    position: relative;
    background: url("../images/onmeeting/img_1.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 77px 0px 73px 0px
}

.onmeeting .what_onmeeting .what_onmeeting_title {
    font-size: 30px;
    font-weight: bold;
    color: #fff
}

.onmeeting .what_onmeeting .what_onmeeting_des {
    font-size: 16px;
    line-height: 24px;
    font-weight: medium;
    color: #fff;
    width: 60%
}

.onmeeting .what_onmeeting_detail {
    margin-top: 12px
}

.onmeeting .what_onmeeting_detail .what_onmeeting_item {
    border: 0.5px solid #fff;
    border-radius: 100px;
    padding: 9px 20px 0px 20px;
    margin-left: 17px
}

.onmeeting .what_onmeeting_detail .what_onmeeting_item .what_onmeeting_item_text {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #fff
}

.onmeeting .content1 {
    background-color: #e4e4e4;
    padding: 80px 0px 77px 0px
}

.onmeeting .content1 .title {
    font-size: 40px;
    line-height: 56px;
    font-weight: medium;
    margin-top: 23px
}

.onmeeting .content1 .des {
    font-size: 16px;
    line-height: 23px;
    font-weight: medium;
    margin-bottom: 50px;
    margin-top: -10px
}

.onmeeting .content1 .content1_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    width: 70%;
    color: #3a3a3a
}

.onmeeting .content1 .content1_text .text_bold {
    font-weight: bold
}

.onmeeting .content2 {
    padding: 60px 0px 100px 0px
}

.onmeeting .content2 .content2_title {
    font-size: 40px;
    line-height: 56px;
    font-weight: medium;
    margin-top: 42px;
    color: #f27227
}

.onmeeting .content2 .content2_des {
    font-size: 16px;
    line-height: 23px;
    font-weight: medium;
    color: #1c1c1c;
    margin-top: -15px
}

.onmeeting .content2 .content2_mar {
    margin-top: 30px
}

.onmeeting .content2 .content2_mar2 {
    margin-top: 50px
}

.onmeeting .content2 .content2_mar2 .content2_colum_text {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #1c1c1c;
    margin-top: 24px;
    width: 90%
}

.onmeeting .engage {
    position: relative;
    background: url("../images/onmeeting/img_4.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 78px 0px 98px 0px
}

.onmeeting .engage .engage_title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-left: 15px
}

.onmeeting .engage .engage_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #fff;
    margin-bottom: 63px;
    width: 50%;
    margin-left: 15px
}

.onmeeting .engage .engage_column_title {
    font-size: 18px;
    font-weight: bold;
    color: #fff
}

.onmeeting .engage .engage_column_des {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    font-weight: medium;
    margin-top: -5px
}

.onmeeting .engage .engage_mar {
    margin-top: 36px
}

.onmeeting .meeting_way {
    padding: 62px 0px 80px 0px
}

.onmeeting .meeting_way .meeting_way_title {
    font-size: 30px;
    font-weight: bold;
    text-align: center
}

.onmeeting .meeting_way .meeting_way_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    text-align: center;
    margin-bottom: 58px
}

.onmeeting .meeting_way .img_way_mar {
    margin-top: 20px
}

.onmeeting .plug {
    padding: 58px 0px 62px 0px;
    background-color: #000000
}

.onmeeting .plug .plug_title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center
}

.onmeeting .plug .plug_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #fff;
    text-align: center;
    margin-bottom: 50px
}

.onmeeting .plug .plug_text {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #fff
}

.onmeeting .plug .plug_column {
    margin-top: 54px
}

.onmeeting .conference {
    position: relative;
    background: url("../images/onmeeting/img_9.png?ver=1.1") no-repeat;
    object-fit: cover;
    background-size: 100% 100%;
    padding: 65px 0px 79px 0px
}

.onmeeting .conference .conference_title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center
}

.onmeeting .conference .conference_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    color: #fff;
    text-align: center;
    margin-bottom: 46px;
    margin-top: -10px
}

.onmeeting .conference .conference_item {
    border: 0.5px solid #fff;
    border-radius: 100px;
    padding: 9px 20px 0px 20px;
    margin-left: 17px
}

.onmeeting .conference .conference_item .conference_item_text {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #fff
}

.onmeeting .remote {
    position: relative;
    height: 502px;
    background-color: #131416
}

.onmeeting .remote .logo_remote img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%
}

.onmeeting .remote .text_remote .remote_content {
    margin-top: 100px;
    width: 95%
}

.onmeeting .remote .text_remote .remote_content .remote_title {
    font-size: 30px;
    font-weight: bold;
    color: #fff
}

.onmeeting .remote .text_remote .remote_content .remote_des {
    font-size: 14px;
    line-height: 21px;
    font-weight: medium;
    max-width: 410px;
    color: #fff;
    margin-bottom: 24px
}

.onmeeting .remote .remote_detail {
    margin-top: 19px
}

.onmeeting .remote .remote_detail .remote_item {
    border: 0.5px solid #83c6fd;
    border-radius: 100px;
    padding: 9px 20px 0px 20px;
    margin-left: 17px
}

.onmeeting .remote .remote_detail .remote_item .remote_item_text {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #83c6fd
}

.onmeeting .recomment_solution {
    padding: 81px 0px 132px 0px
}

.onmeeting .recomment_solution .recomment_solution_title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 72px;
    text-align: center
}

.onmeeting .recomment_solution .recomment_solution_mar {
    margin-left: 30px
}

.career {
    position: relative;
    padding-top: 70px;
    overflow-x: hidden
}

.career .career_normal {
    display: block
}

.career .career_res {
    display: none
}

.career .banner_career {
    position: relative;
    height: 329px
}

.career .banner_career .text_banner_career {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center
}

.career .banner_career .text_banner_career .banner_career_button {
    background-color: #f27227;
    border-radius: 4px;
    border: none;
    padding: 13px 40px 0px 40px;
    margin-top: 20px
}

.career .banner_career .text_banner_career .banner_career_button .banner_career_button_text {
    font-size: 16px;
    font-weight: medium;
    color: #fff
}

.career .banner_career .logo_career img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.career .banner_career h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: left;
    color: #fff
}

.career .career_cell {
    background-color: #1d1d1d;
    padding: 66px 0px 105px 0px
}

.career .career_cell .career_cell_item {
    background-color: #1169b0;
    padding: 40px 40px 34px 40px;
    height: 100%;
    border-radius: 10px
}

.career .career_cell .career_cell_item .career_cell_item_title {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #fff
}

.career .career_cell .career_cell_item .career_cell_item_des {
    font-size: 16px;
    line-height: 24px;
    font-weight: medium;
    color: #fff
}

.career .career_cell .career_cell_mar {
    margin-top: 24px
}

.career .culture {
    padding: 62px 0px 124px 0px
}

.career .culture .culture_title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 59px
}

.career .job {
    background-color: #f5f5f7;
    padding: 71px 0px 83px 0px
}

.career .job .job_column_mar {
    margin-left: -15px
}

.career .job .job_title {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin-bottom: 17px
}

.career .job .job_item {
    padding: 32px 40px 32px 40px;
    height: 100%;
    background-color: #fff
}

.career .job .job_item .job_item_title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px
}

.career .job .job_item .text {
    font-size: 14px;
    line-height: 28px;
    font-weight: medium;
    margin-top: 12px
}

.career .job .job_item .text_bold {
    font-weight: bold
}

.career .job .job_item .date_post {
    font-size: 14px;
    line-height: 28px;
    color: #ef7731;
    font-weight: medium;
    margin-top: 16px;
    margin-bottom: 13px
}

.career .job .job_item .read_more {
    color: #1169b0;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold
}

.career .job .job_item_mar {
    margin-top: 30px
}

.career .job .pagination {
    display: inline-block;
    margin-top: 40px;
    align-items: center;
    display: flex;
    justify-content: center
}

.career .job .pagination a {
    color: black;
    float: left;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 16px;
    text-decoration: none
}

.career .join_career {
    position: relative;
    height: 712px
}

.career .join_career .text_join_career {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.career .join_career .text_join_career .join_career_title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 55px;
    max-width: 482px
}

.career .join_career .text_join_career .join_career_label {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold
}

.career .join_career .text_join_career .join_career_label .text_red {
    color: #d32f2f
}

.career .join_career .text_join_career input {
    border: 1px solid #eaedef;
    border-radius: 4px;
    width: 90%;
    height: 40px
}

.career .join_career .logo_join_career img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%
}

::placeholder {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 10px
}

#fphone {
    width: 83%;
    margin-left: 5px
}

#area {
    width: 15%;
    height: 40px;
    border: 1px solid #eaedef;
    border-radius: 4px
}

.select_phone {
    width: 90%
}

.submit_button {
    width: 90%;
    background-color: #f27227;
    border-radius: 4px;
    border: none;
    padding: 14px 0px 0px 0px
}

.submit_button .submit_title {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    font-weight: bold
}

.sign_in {
    position: relative;
    padding-top: 70px;
    overflow-x: hidden
}

.sign_in .sign_in_normal {
    display: block
}

.sign_in .banner_sign_in {
    position: relative;
    height: 658px
}

.sign_in .banner_sign_in .text_banner_sign_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sign_in .banner_sign_in .text_banner_sign_in .sign_in_button {
    background-color: #f27227;
    border-radius: 4px;
    border: none;
    padding: 13px 40px 0px 40px;
    margin-top: 20px;
    width: 90%
}

.sign_in .banner_sign_in .text_banner_sign_in .sign_in_button .sign_in_button_text {
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

.sign_in .banner_sign_in .text_banner_sign_in input {
    border: 1px solid #eaedef;
    border-radius: 4px;
    width: 90%;
    height: 40px
}

.sign_in .banner_sign_in .text_banner_sign_in .banner_sign_in_label {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold
}

.sign_in .banner_sign_in .text_banner_sign_in .banner_sign_in_label .text_red {
    color: #d32f2f
}

.sign_in .banner_sign_in .text_banner_sign_in .action {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    margin-left: -20px
}

.sign_in .banner_sign_in .text_banner_sign_in .using_button {
    background-color: #f5f5f7;
    border-radius: 4px;
    border: none;
    padding: 13px 40px 0px 40px;
    margin-top: 32px;
    width: 90%
}

.sign_in .banner_sign_in .text_banner_sign_in .using_button .using_text {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #54585d
}

.sign_in .banner_sign_in .text_banner_sign_in .using_button .using_text img {
    margin-right: 12px
}

.sign_in .banner_sign_in .logo_sign_in img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%
}

.sign_in .banner_sign_in .banner_sign_in_title {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin-top: 68px
}

.sign_in .banner_sign_in .sign_in_mar {
    margin-top: 32px
}

.sign_in .banner_sign_in a {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #3571de
}

.sign_in .banner_sign_in .line {
    background-color: #d5d7dc;
    width: 90%;
    height: 1px;
    margin-top: 63px;
    margin-bottom: 36px
}

a {
    transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    color: inherit
}

a:hover {
    color: #F27227
}

a:hover span {
    color: #F27227
}

a:hover svg path {
    field: #F27227
}

.active-link {
    display: inline-block;
    color: #F27227
}

.active-link span {
    color: #F27227
}

.active-link svg path {
    fill: #F27227
}

.active-link:hover {
    opacity: 0.8
}

.dflink {
    font-size: 1.0714285714rem;
    font-weight: 500;
    display: inline-block;
    color: #1169b0
}

.dflink span {
    color: #1169b0
}

.dflink svg path {
    fill: #1169b0
}

.dflink:hover {
    opacity: 0.8
}

.dflink:hover svg path {
    fill: #F27227
}

button,
a[class*='btn-'] {
    transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s
}

button:hover,
a[class*='btn-']:hover {
    opacity: 0.8;
    background: #F27227
}

button:focus {
    outline: none
}

.button-link {
    min-height: 44px;
    border-radius: 4px;
    background: #fff;
    color: #000;
    font-weight: 500;
    font-size: 1.0714285714rem;
    padding: 5px 28px
}

.button-link:hover {
    text-decoration: none
}

.required,
label em {
    color: #ff0000
}

.row.row-nopd {
    margin-left: 0;
    margin-right: 0
}

.row.row-nopd>[class^="col-"] {
    padding-left: 0;
    padding-right: 0
}

.more-link {
    display: inline-block;
    margin-top: 24px;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    color: #1169B0
}

.more-link svg {
    margin-left: 8px
}

.more-link:hover svg path {
    fill: #F27227
}

.containerHeaderHome {
    z-index: 200
}

#navbarSupportedContent {
    background: inherit
}

.header-search-icon {
    cursor: pointer
}

.benefit_con .benefit_con_content {
    height: auto;
    min-height: 95px
}

.benefit_con .benefit_con_des {
    margin-bottom: 0
}

.intro_destop .intro_destop_button {
    width: auto
}

.intro_destop .intro_destop_button p {
    display: inline-block
}

.support1 .content .main {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #000000
}

.support1 .content .main .address p {
    margin-bottom: 2px
}

.support1 .content .main ul {
    padding-left: 24px
}

.support1 .content .sidenav {
    padding-bottom: 20px
}

.support1 .content .sidenav a:hover {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    font-weight: normal
}

.support1 .content .sidenav a:hover+a {
    border-top-color: #fff
}

.support1 .banner-support1 .search-info .select2-container--default .select2-selection--single {
    min-height: 46px
}

.FAQ .main {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #54585d
}

.FAQ .main ul {
    padding-left: 24px
}

.FAQ .main h1,
.FAQ .main h2,
.FAQ .main h3 {
    margin-bottom: 19px;
    margin-top: 48px
}

.FAQ .main h1:first-child,
.FAQ .main h2:first-child,
.FAQ .main h3:first-child {
    margin-top: 0
}

.help-center .content-1 .sidenav strong,
.help-center .content-1 .sidenav b {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #fc7c31
}

.pagination ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.pagination ul li {
    display: inline-block
}

.pagination a,
.pagination span {
    color: black;
    float: left;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 16px;
    text-decoration: none
}

.pagination span,
.pagination a:hover {
    color: #ef7731
}

.toggle-video-volume {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0.6;
    z-index: 10
}

.toggle-video-volume span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/icons/volume.svg) no-repeat;
    background-size: 100% 100%
}

.toggle-video-volume:hover {
    opacity: 1
}

.toggle-video-volume.muted span {
    background: url(../images/icons/volume-mute.svg) no-repeat;
    background-size: 100% 100%
}

.more-text {
    font-size: 1.0714285714rem;
    color: #000;
    font-weight: 500
}

.home #section1 .banner {
    height: 100vh;
    overflow: hidden
}

.home #section1 .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 107%
}

.home .content-baner-1 {
    padding-top: 0
}

.home #scrollContent {
    margin-bottom: 80px
}

.home .title-scoll-baner {
    padding: 0;
    margin: 35px auto
}

.home .scroll-content-banner {
    margin-top: 0
}

.home .scroll-content-banner .btn-explore {
    padding: 8px 26px;
    font-size: 1.0714285714rem
}

.home .scroll-content-banner .text-banner {
    margin-bottom: 50px
}

.home .scroll-content-banner .title-banner {
    margin-bottom: 24px
}

.home .box3 {
    display: block
}

.home .content-baner-1 .about-fpt .info-content .link-more:hover span {
    color: #F27227
}

.home .content-baner-1 .about-fpt .info-content .link-more:hover svg path {
    fill: #F27227
}

.home .our-partner h3 {
    margin-bottom: 20px
}

.home .content-baner-1 .about-fpt .img-content {
    min-height: 240px
}

.home .box2 {
    display: block
}

.home .fpt-news .link-news path {
    fill: #F27227
}

.home .fpt-news .post-slide2 .post-img img {
    border-radius: 4px
}

.home .promotion {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.home .promotion .content-promotion {
    align-items: center
}

.home .promotion .banner-image {
    max-width: 160px;
    margin-bottom: 30px
}

.home .promotion .payment {
    color: #F27227
}

.home .promotion .payment:hover {
    opacity: 0.9;
    color: #F27227
}

.home .promotion .payment svg path {
    fill: #F27227
}

.home .baner-service .info-service {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 60px;
    position: relative
}

.home .baner-service .info-service .more-link {
    position: absolute;
    left: 24px;
    bottom: 24px
}

#scroll_banner_2 {
    background: #fff;
    overflow: hidden
}

#scroll_banner_2 .scroll-show-content {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: transparent
}

#scroll_banner_2 .scroll-show-content .scroll-show-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

#scroll_banner_2 .scroll-hide-content {
    padding-bottom: 78px;
    height: 100vh
}

#scroll_banner_2 .scroll-hide-content.scrolling {
    height: auto
}

#scroll_banner_2 .scroll-hide-content.scrolling .scroll-hide-text {
    height: 1500px
}

#scroll_banner_2 .bg-image {
    position: absolute;
    top: calc(50% - 0px);
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%
}

#scroll_banner_2 .bg-image img {
    width: 100%
}

#scroll_banner_2 .scroll-hide-text {
    display: block;
    padding-top: 40px
}

#scroll_banner_2 .text-banner {
    text-shadow: 0 0 2px #000
}

#scroll_banner_2 svg:not(:root) {
    overflow: hidden
}

#scroll_banner_2 .title-banner {
    margin-bottom: 24px
}

.fade-animation .image-wrapper {
    transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -webkit-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    -ms-transition: all ease 0.7s;
    overflow: hidden;
    position: relative;
    height: 0
}

.fade-animation .image-wrapper img {
    transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.fade-animation .text-wrapper,
.fade-animation ul {
    transition: all ease-out 0.6s;
    -moz-transition: all ease-out 0.6s;
    -webkit-transition: all ease-out 0.6s;
    -o-transition: all ease-out 0.6s;
    -ms-transition: all ease-out 0.6s;
    opacity: 0
}

.fade-animation .animate-item.showing .image-wrapper {
    height: 210px;
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    -ms-transition-delay: .1s
}

.fade-animation .animate-item.showing .text-wrapper,
.fade-animation .animate-item.showing ul {
    opacity: 1
}

.fade-animation.three-col .animate-item.showing .image-wrapper {
    height: 300px
}

.btn-watch-video {
    margin-top: 35px;
    min-height: 44px;
    min-width: 176px;
    padding: 12px 25px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 30px
}

.btn-watch-video:hover {
    background: transparent
}

.btn-watch-video img {
    vertical-align: text-top;
    margin-right: 12px
}

.our-partner .home-partner {
    padding-left: 25px;
    padding-right: 25px
}

.our-partner .partner-list-items {
    margin-top: 60px
}

.our-partner .partner-list-items li {
    margin-bottom: 45px
}

.our-partner .partner-list-items li img {
    max-height: 34px;
    width: auto
}

.our-partner .link-all-partners a:hover {
    color: #F27227
}

.our-partner .link-all-partners a:hover svg path {
    fill: #F27227
}

.all-service .banner-all-service .img-baner-all-service {
    max-width: 100%;
    width: auto
}

.all-service .solutions-section .three-col .solution-item {
    width: 33.33%
}

.all-service .solutions-section .solution-item .text-wrapper {
    width: 100%;
    padding-right: 30px
}

.all-service .solutions-section .solution-item .text-wrapper .title {
    margin-bottom: 12px
}

.navbar .header-right .choose-lang-wrapper .btn-change-lang:hover {
    background: transparent
}

.navbar .header-right .choose-lang-wrapper a.dropdown-item:active {
    background: transparent
}

.advertising-information .adv-image {
    min-height: 92px
}

.hybrid_cloud .intro_content {
    align-items: flex-start
}

.col-product-vmware .content-sub-banner ul,
.col-virtual-private-cloud .content-sub-banner ul,
.content-3 .col-content-3 .content-sub-banner ul {
    list-style: none;
    padding-left: 0
}

.col-product-vmware .content-sub-banner ul li,
.col-virtual-private-cloud .content-sub-banner ul li,
.content-3 .col-content-3 .content-sub-banner ul li {
    color: #3a3a3a;
    margin-bottom: 15px;
    position: relative;
    padding-left: 34px
}

.col-product-vmware .content-sub-banner ul li:before,
.col-virtual-private-cloud .content-sub-banner ul li:before,
.content-3 .col-content-3 .content-sub-banner ul li:before {
    content: "";
    display: block;
    width: 25px;
    height: 24px;
    background: url(../images/vmware/icons/icon_checkmark.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0
}

.col-product-vmware:nth-child(2) .content-sub-banner ul li,
.col-product-vmware:nth-child(3) .content-sub-banner ul li,
.col-virtual-private-cloud:nth-child(2) .content-sub-banner ul li,
.col-virtual-private-cloud:nth-child(3) .content-sub-banner ul li {
    color: #fff
}

.col-product-vmware:nth-child(2) .content-sub-banner ul li:before,
.col-product-vmware:nth-child(3) .content-sub-banner ul li:before,
.col-virtual-private-cloud:nth-child(2) .content-sub-banner ul li:before,
.col-virtual-private-cloud:nth-child(3) .content-sub-banner ul li:before {
    background: url(../images/vmware/icons/checkmark.svg) no-repeat
}

.content-3 .col-content-3:nth-child(3) .content-sub-banner ul li,
.content-3 .col-content-3:nth-child(4) .content-sub-banner ul li {
    color: #fff
}

.content-3 .col-content-3:nth-child(3) .content-sub-banner ul li:before,
.content-3 .col-content-3:nth-child(4) .content-sub-banner ul li:before {
    background: url(../images/vmware/icons/checkmark.svg) no-repeat
}

.vmware .content-5 .info-content .position-border {
    display: none
}

.vmware .content-5 .info-content .title-info-content {
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.vmware .content-5 .info-content .title-info-content p {
    margin-bottom: 4px
}

.voip .hotline-row .hotline-inner {
    width: 307px;
    max-width: 100%
}

.voip .hotline-row .hotline_text {
    margin-bottom: 16px
}

.voip .hotline-row .hotline_column_text,
.voip .hotline-row .hotline_column_text1 {
    color: #fff;
    padding-left: 15px
}

.voip .hotline-row .hotline_column_text li,
.voip .hotline-row .hotline_column_text1 li {
    margin-bottom: 12px
}

.voip .hotline_blue,
.voip .hotline_orange {
    padding-top: 40px;
    padding-bottom: 48px
}

.banner-ipcamera .col-baner-ipcamera img {
    max-width: 161px;
    margin-bottom: 21px
}

.banner-ipcamera .col-baner-ipcamera h2 {
    margin-bottom: 12px
}

.banner-ipcamera .col-baner-ipcamera h3 {
    width: 404px;
    max-width: 100%
}

.security .content-5 {
    margin-bottom: 58px
}

.security .content-5 img {
    width: 100%
}

.about .baner-service .info-service img {
    height: auto;
    max-height: 45px
}

.about .baner-service .col-service {
    margin-right: 0;
    display: block
}

.about .baner-service .info-service {
    border-color: rgba(0, 0, 0, 0.2);
    max-width: 430px;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 32px
}

.about .baner-service .info-service h3 {
    margin-top: 28px
}

.about .baner-service .btn-view-detail {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-bottom: 0;
    background: transparent;
    color: #1169B0;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none
}

.about .baner-service .btn-view-detail svg path {
    fill: #1169B0
}

.about .baner-service .btn-view-detail:hover {
    color: #F27227
}

.about .baner-service .btn-view-detail:hover svg path {
    fill: #F27227
}

.cloud-service .certificate_title {
    margin-bottom: 50px
}

.cloud-service .certificate {
    padding-bottom: 45px
}

.certificate .partner-list-items li {
    margin-bottom: 30px
}

.data-center .textIntroView {
    bottom: 0;
    left: 0;
    padding-left: 25px;
    padding-right: 25px
}

.data-center .buttonIntro {
    display: none
}

.data-center .data_center_normal .active-link {
    font-size: 1.2857142857rem;
    margin-bottom: 24px
}

.data-center .innerBorder_certi {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 18px
}

.data-center .innerBorder_certi>div {
    flex: 1
}

.data-center .innerBorder_certi .desCer {
    margin-bottom: 15px
}

.data-center .num {
    font-family: 'Manrope', sans-serif
}

.data-center .des {
    font-family: 'Manrope', sans-serif;
    font-weight: 500
}

.data-center .viewIntro2 {
    position: relative
}

.data-center .textIntroView {
    margin-bottom: 0;
    padding: 30px
}

.data-center .textIntro {
    text-align: left;
    margin-bottom: 0
}

.data-center .certificateImg img {
    max-width: 100%
}

.private-cloud .advantage .adv_title {
    margin-top: 35px;
    margin-bottom: 8px
}

.private-cloud .helps .help_child_title {
    margin-bottom: 4px
}

.private-cloud .banner {
    max-height: none
}

.private-cloud .banner .absolute-content {
    text-align: center;
    color: #fff
}

.private-cloud .banner .banner_title {
    margin-bottom: 2px
}

.private-cloud .banner .banner_text {
    margin-top: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-size: 1.4285714286rem;
    margin-bottom: 32px
}

.private-cloud .banner .intro_private_title {
    font-size: 1.7142857143rem;
    font-weight: 600;
    width: 703px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.cloud-connect .model_con .button_con_model {
    margin-top: 88px
}

.cloud-connect .model_con .button_con_model_title {
    margin-left: 0
}

.banner-text-box {
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.banner-text-box .banner-text-content {
    text-align: center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center
}

.multi_cloud .banner {
    max-height: none
}

.multi_cloud .intro_mul_title {
    font-size: 24px;
    text-align: center;
    margin-top: 32px;
    width: 673px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.multi_cloud .help_child_title {
    margin-bottom: 3px
}

.multi_cloud .support_cal svg {
    width: 36px;
    height: 36px;
    margin-right: 16px;
    margin-bottom: 4px
}

.multi_cloud .support_cal svg path {
    fill: #fff
}

.multi_cloud .difference_title {
    margin-bottom: 24px
}

.multi_cloud .difference_content {
    width: 430px;
    max-width: 100%
}

.multi_cloud .difference_content span {
    display: block;
    margin-bottom: 14px
}

.aws .content-5 {
    padding-top: 90px;
    padding-bottom: 70px
}

.aws .content-6 h3 {
    margin-bottom: 24px
}

.aws .content-6 .img-content {
    margin-top: 18px;
    margin-bottom: 32px
}

.aws .content-6 .title p {
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 14px
}

.aws .content-6 .content-inner {
    width: 430px;
    max-width: 100%
}

.openstack .content-3 .box-content-3 {
    margin-top: 80px;
    margin-bottom: 116px
}

.openstack .content-2 h4 {
    margin-bottom: 56px
}

.openstack .content-2 .info-content .title-info-content {
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.openstack .content-2 .info-content .position-border {
    display: none
}

.microsoft .content-9 .info-content .title-info-content {
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.microsoft .content-9 .info-content .title-info-content p {
    margin-bottom: 0
}

.microsoft .content-9 .info-content .position-border {
    display: none
}

.microsoft .microsoft-partner .col-microsoft-partner>img {
    height: 156px
}

.microsoft .content-5 .service-365 p,
.microsoft .service-microsoft p {
    margin-bottom: 0
}

.clould_destop .visit {
    font-weight: 400;
    margin-left: 0
}

.question {
    padding-bottom: 75px
}

.question .question_title {
    font-size: 30px;
    font-weight: 700
}

.question .contact-line:first-child {
    margin-bottom: 24px
}

.question .contact-line a.question_content {
    margin-left: 0;
    font-size: 18px
}

.question .contact-line img {
    width: 36px;
    height: 36px;
    margin-right: 18px
}

.button_con_model {
    cursor: pointer
}

button.intro_destop_button:hover {
    background: transparent
}

.collapse-items a .icon {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s
}

.collapse-items .item.open a .icon {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.grecaptcha-badge {
    visibility: hidden
}

.contact-form-box a.btn:hover span {
    color: #fff
}

.contact-form-box p:empty {
    display: none
}

.submit-box {
    position: relative
}

.submit-box .ajax-loader,
.submit-box .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.help-center .content-2 .container-form-content-2 .form span {
    color: #000
}

.help-center .content-2 .container-form-content-2 .form input[type="submit"] {
    background: #F27227;
    min-height: 40px
}

.wpcf7-form {
    opacity: 0
}

.wpcf7-form .wpcf7-response-output {
    margin-top: 15px
}

.wpcf7-response-output {
    display: none !important
}

.form-response .modal-header {
    border-bottom: none
}

.form-response .modal-header .bootbox-close-button {
    background: #111111;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin: 0 0 0 auto;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    text-indent: -99999px;
    position: relative
}

.form-response .modal-header .bootbox-close-button:after {
    content: '×';
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-indent: 0;
    font-size: 1.5rem
}

.form-response .modal-body {
    padding-left: 32px;
    padding-right: 32px
}

.form-response .modal-content {
    border-radius: 10px
}

.form-response .bootbox-body {
    padding-bottom: 40px;
    text-align: center
}

.form-response .modal-footer {
    display: none
}

.form-response button:hover {
    background: transparent
}

.form-response.response-success .bootbox-body {
    color: #009933
}

.form-response.response-error .bootbox-body {
    color: #ff0000
}

.wpcf7-not-valid-tip {
    color: #dc3232 !important
}

.show-scroll {
    position: relative
}

.show-scroll .scroll-content-banner {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s
}

.show-scroll.showing .scroll-content-banner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.inner_con_advance {
    height: 100%
}

.about .content-2 .info:nth-child(2),
.about .content-2 .info:nth-child(4) {
    background-size: cover
}

.about .content-1 .banner-content-1 {
    padding-top: 80px;
    padding-bottom: 80px
}

.about .content-1 .banner-content-1 p {
    width: 430px;
    max-width: 100%
}

.akamai .content-1 .title p {
    color: #fff
}

.akamai .content-5 img {
    width: 100%
}

.support-box,
.page-template .support-box,
.alibaba .content-3,
.microsoft .content-10,
.microsoft .content-11,
.microsoft .content-17,
.multi_cloud .support_mul,
.onmeeting .conference,
.openstack .content-3,
.vmware .content-4,
.conclusion_banner_hybrid,
.aws .about-aws,
.aws .content-2,
.aws .content-4,
.akamai .content-3,
.manage-service .variety_service,
.vidyo .provider_vidyo,
.oncall .package,
.onmeeting .what_onmeeting {
    background-position: center center;
    background-size: cover
}

.oncall,
.invoice,
.cloud-connect,
.cloud_cx,
.clould_destop,
.onmeeting {
    padding-top: 70px
}

.oncall .table_oncall td .table_background {
    cursor: pointer
}

.onmeeting .target-link {
    display: inline-block;
    margin-top: 30px;
    color: #F27227
}

.onmeeting .target-link svg path {
    fill: #F27227
}

.onmeeting .target-link:hover {
    opacity: 0.9
}

.onmeeting .conference .conference_item,
.onmeeting .remote .remote_detail .remote_item,
.onmeeting .what_onmeeting_detail .what_onmeeting_item {
    padding-top: 11px
}

.microsoft .content-13 {
    min-height: 1px
}

.edit-post-link a {
    font-weight: 500;
    color: #F27227
}

.FAQ .content .menuFAQ ul {
    margin-bottom: 10px
}

.pubic-cloud .intro_title,
.pubic-cloud .intro_des {
    margin-left: 0
}

.pubic-cloud .what_pu {
    margin-left: 0
}

.hybrid_cloud .intro_title,
.what_column_content,
.ul_mar,
.advantage_hy_des,
.advantage_hy_title,
.channel_column_text,
.manage-service .variety_service .variety_service_title,
.manage-service .support_window .support_window_des,
.manage-service .question .question_title,
.manage-service .support_mar,
.manage-service .support_orange .support_orange_des,
.manage-service .support_blue .support_blue_title,
.manage-service .support_sliver .support_sliver_des,
.hotline_blue .hotline_text,
.hotline_column .hotline_column_text,
.view_voip .band_name .text_band_name .band_name_content,
.view_voip .band_active .text_active .active_content,
.cloud-service .parner_solution_number,
.cloud-service .intro_title,
.cloud-service .intro_des {
    margin-left: 0
}

.ul_mar,
.channel_column_text,
.manage-service .support_window .support_window_des,
.manage-service .support_orange .support_orange_des,
.manage-service .support_sliver .support_sliver_des,
.hotline_column .hotline_column_text {
    padding-left: 15px
}

.cloud_cx .cloud_package .cloud_package_orange .text_child {
    color: #fff
}

.page-template .voip {
    overflow-x: visible
}

.voip {
    overflow-x: visible
}

.voip .intro_voip {
    padding-top: 58px;
    padding-bottom: 68px
}

.voip .banner-voip .text-banner-voip .banner_voip_content {
    max-width: 400px
}

.voip .hotline_voip {
    background-size: cover;
    background-position: center center;
    object-fit: none
}

.voip .hotline_blue,
.voip .hotline_orange {
    padding-left: 15px;
    padding-right: 15px;
    width: auto
}

.voip .hotline_column {
    width: auto;
    padding: 20px 15px
}

.voip .hotline_column .hotline_column_text1 {
    margin-left: 0;
    padding-left: 15px
}

.voip .view_voip .band_name .text_band_name .band_name_content {
    width: 100%
}

.voip .view_voip .band_active .text_active .active_content .icon_active,
.voip .view_voip .band_name .text_band_name .band_name_content .icon_brand {
    margin-left: 0;
    margin-right: 0
}

.voip .view_voip .band_name .logo_band_name img,
.voip .view_voip .band_active .logo_active img {
    width: 100%
}

.voip .view_voip .band_active .logo_active,
.voip .view_voip .band_active .text_active {
    width: 100%
}

.voip .view_voip .band-row {
    margin-left: 0;
    margin-right: 0
}

.voip .view_voip .band-row [class^="col-"] {
    padding-left: 0;
    padding-right: 0
}

.voip .view_voip .band_active .text_active .active_content .active_detail_text,
.voip .view_voip .band_name .text_band_name .band_name_content .band_name_detail_text {
    flex: 1
}

.vidyo .provider_vidyo {
    padding-top: 93px
}

.conclusion_banner_hybrid,
.aws .content-4 {
    padding-top: 65px;
    padding-bottom: 65px
}

.footer {
    position: relative;
    z-index: 100
}

.footer .conteiner-address .item,
.footer .conteiner-address p {
    font-size: 13px;
    font-family: inherit
}

.footer .conteiner-address p {
    margin-bottom: 12px
}

.footer .conteiner-menu-bottom .item:hover {
    color: #F27227
}

#mobile_search_box {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 70px;
    background: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    align-items: center
}

#mobile_search_box form {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto
}

#mobile_search_box input {
    min-height: 40px;
    background: #999999;
    border-color: #999999;
    color: #fff
}

#mobile_search_box input:focus {
    box-shadow: none
}

#mobile_search_box input::-webkit-input-placeholder {
    color: #fff
}

#mobile_search_box input:-moz-placeholder {
    color: #fff
}

#mobile_search_box button {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding: 0;
    line-height: 0;
    font-size: 16px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

#mobile_search_box button span {
    display: inline-block;
    margin-bottom: 2px
}

#mobile_search_box.showing {
    left: 0
}

.searchform-box {
    margin: 48px auto 58px auto;
    max-width: 100%;
    width: 730px
}

.searchform-box .input-search {
    height: 48px;
    border-radius: 0;
    color: #000;
    border-color: #000
}

.searchform-box button {
    background: #000;
    border-radius: 0;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px
}

.searchform-box button img {
    width: 15px;
    height: auto;
    margin-right: 4px
}

.searchform-box button:hover {
    opacity: 0.8;
    background: #000;
    border-color: #000
}

body.search .page-title {
    font-size: 2.8571428571rem;
    margin-bottom: 48px
}

body.search .paginate-box {
    text-align: center;
    margin-bottom: 48px
}

body.search .paginate-box ul {
    list-style: none;
    padding-left: 0
}

body.search .paginate-box ul li {
    display: inline-block
}

body.search .paginate-box ul li a,
body.search .paginate-box ul li span {
    padding: 3px 5px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    color: #A09D9D
}

body.search .paginate-box ul li span {
    color: #000
}

body.search .paginate-box ul li a:hover {
    color: #F27227
}

.text-all-result {
    text-transform: uppercase;
    font-weight: 700
}

.result-header {
    border-bottom: 1px solid #d5d7dc
}

.result-header p {
    margin-bottom: 16px
}

#map_box.contact-box .box-content {
    left: 60px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 616px;
    max-width: 100%
}

.item-title span {
    display: inline-block
}

.search-items {
    margin-bottom: 48px
}

.search-items .item {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #d5d7dc
}

.search-items .item-title {
    margin-bottom: 8px
}

.search-items .item-title a {
    font-size: 1.4285714286rem;
    color: #1169B0;
    font-weight: 700
}

.search-items .item-title a:hover {
    color: #F27227
}

.search-items .item-content p {
    margin-bottom: 12px
}

.social-links a {
    display: inline-block;
    margin-left: 18px;
    margin-bottom: 18px
}

.social-links a:hover {
    opacity: 0.8
}

.career .job .job_item {
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.career .job .job_item .job_item_title {
    margin-bottom: 20px
}

.career .job .job_item .text {
    margin-top: 0;
    margin-bottom: 8px
}

.career .job .job_item .read_more {
    display: inline-block;
    margin-top: 16px
}

.career .job .job_item .read_more:hover {
    color: #F27227
}

.career .job .job_item .read_more:hover svg path {
    fill: #F27227
}

@media screen and (min-width: 768px) {
    .row-office {
        margin-left: -35px;
        margin-right: -35px
    }

    .row-office .office {
        padding-left: 35px;
        padding-right: 35px
    }

    .row-office .office:nth-child(2) .office-inner {
        padding-left: 30px
    }

    .cloud-service .intro_img_cloud,
    .multi_cloud .what_mul_img,
    .pubic-cloud .img_intro_public,
    .intro_hybrid_img {
        text-align: right
    }

    .cloud-connect .support-box-info {
        margin-left: 15px
    }

    .about .content-1 .banner-content-1,
    .about .content-3 .banner-content-3,
    .about .content-7 .banner-content-7 {
        padding-left: 15px;
        padding-right: 15px
    }

    .about .baner-service .content-service {
        margin-left: -15px;
        margin-right: -15px
    }

    .microsoft .content-4 .banner-content-4,
    .microsoft .content-9 .box-content-2,
    .microsoft .content-10 .banner-content-10,
    .microsoft .content-11 .banner-content-11,
    .microsoft .content-12 .box-content-12,
    .microsoft .content-17 .banner-content-17,
    .vmware .content-2 .banner-content-2 .col-content-2,
    .vmware .content-3 .banner-content-3,
    .vmware .content-4 .banner-content-4,
    .vmware .content-5 .col-banner-content-5,
    .vmware .content-6 .col-baner-content-6,
    .vmware .content-7 .col-baner-content-7,
    .vmware .content-8 .col-baner-content-8,
    .vmware .content-8 .col-content-8,
    .aws .content-2 .banner-content-2 {
        padding-left: 15px;
        padding-right: 15px
    }

    .vmware .content-7 .col-baner-content-7 .col-content-7 {
        padding-left: 15px
    }

    .baner-about-openstack .col-nopd {
        padding-left: 0;
        padding-right: 0
    }

    .hotline_column .hotline_column_text {
        padding-left: 40px
    }

    .single-sidebar.sidebar-fixed,
    .support1 .content .sidenav.sidebar-fixed {
        position: fixed;
        top: 70px;
        left: 15px;
        z-index: 1
    }

    .voip .hotline_column .hotline_column_text {
        padding-left: 15px
    }

    .career .phone-input-box {
        width: 90%
    }

    .home .baner-service .img-service {
        height: 100%
    }

    .ms-row-container {
        padding-left: 0;
        padding-right: 0
    }

    .ms-row-container .ms-row {
        margin-left: 0;
        margin-right: 0
    }

    .ms-row-container .ms-row>[class^="col-"] {
        padding-left: 0;
        padding-right: 0
    }

    .ms-row-container .container-left {
        padding-left: calc(50vw - 690px/2 - 7.5px)
    }

    .ms-row-container .container-right {
        padding-right: calc(50vw - 690px/2 - 7.5px)
    }

    .ms-row-container .ms-inner {
        display: flex
    }

    .ms-row-container .ms-inner.container-right {
        justify-content: flex-end;
        padding-left: 15px
    }

    .ms-row-container .ms-inner.container-left {
        padding-right: 15px
    }

    .ms-row-container .ms-inner-content {
        width: 350px;
        max-width: 100%
    }
}

@media screen and (min-width: 992px) {
    .containerHeaderHome .navbar .header-right .choose-lang-wrapper .dropdown-menu {
        padding: 0;
        box-shadow: 0 10px 10px -10px #000;
        -moz-box-shadow: 0 10px 10px -10px #000;
        -webkit-box-shadow: 0 10px 10px -10px #000;
        -o-box-shadow: 0 10px 10px -10px #000;
        -ms-box-shadow: 0 10px 10px -10px #000
    }

    .containerHeaderHome .navbar .header-right .choose-lang-wrapper .dropdown-menu a {
        padding-left: 22px;
        padding-right: 22px
    }

    .containerHeaderHome .navbar .header-right .choose-lang-wrapper .dropdown-menu a:hover {
        color: #F27227
    }

    .primary-menu .dropdown-menu {
        box-shadow: 0 10px 10px -10px #000;
        -moz-box-shadow: 0 10px 10px -10px #000;
        -webkit-box-shadow: 0 10px 10px -10px #000;
        -o-box-shadow: 0 10px 10px -10px #000;
        -ms-box-shadow: 0 10px 10px -10px #000
    }

    #primary_navbar {
        padding-left: 0
    }

    #primary_navbar li.services-menu .dropdown-menu {
        background: #fff !important
    }

    #primary_navbar .service-menu-container {
        display: block
    }

    #primary_navbar .service-menu-container .nav-col {
        background: #F5F5F7;
        position: relative
    }

    #primary_navbar .service-menu-container .nav-col:after {
        content: '';
        background: #F5F5F7;
        height: 100%;
        width: calc(50vw - 960px/2);
        position: absolute;
        top: 0;
        right: 100%
    }

    #primary_navbar .service-menu-container .nav-col a {
        font-weight: 700;
        text-transform: uppercase;
        padding: 12px 12px 12px 0;
        color: #000;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        -ms-transition: none
    }

    #primary_navbar .service-menu-container .nav-col a:first-child {
        padding-top: 26px
    }

    #primary_navbar .service-menu-container .nav-col a.active {
        background: #fff;
        position: relative
    }

    #primary_navbar .service-menu-container .nav-col a.active:before {
        content: "";
        background: #fff;
        height: 100%;
        width: calc(50vw - 960px/2);
        position: absolute;
        top: 0;
        right: 100%;
        z-index: 10
    }

    #primary_navbar .service-menu-container .nav-col a.active:last-child {
        padding-bottom: 22px
    }

    #primary_navbar .service-menu-container .content-col {
        padding: 26px 60px
    }

    #primary_navbar .service-menu-container .content-col ul li {
        margin-top: 12px
    }

    #primary_navbar .service-menu-container .content-col ul li:first-child {
        margin-top: 0
    }

    #primary_navbar .service-menu-container .content-col ul li a,
    #primary_navbar .service-menu-container .content-col ul li span {
        font-family: 'Manrope', sans-serif
    }

    #primary_navbar .service-menu-container .content-col ul li span {
        color: #000;
        font-weight: 700
    }

    #primary_navbar .service-menu-container .content-col ul li a {
        color: #1E4CF5;
        font-weight: 500
    }

    #primary_navbar .service-menu-container .content-col ul li a:hover {
        color: #F27227
    }

    #primary_navbar .service-menu-container .content-col .bg-item {
        position: relative
    }

    #primary_navbar .service-menu-container .content-col .bg-item .menu-bg {
        width: 100%;
        height: auto
    }

    #primary_navbar .service-menu-container .content-col .bg-item .item-content {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 20px
    }

    #primary_navbar .service-menu-container .content-col .bg-item .item-content span {
        display: block;
        font-family: 'Manrope', sans-serif;
        font-size: 1.4285714286rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 4px
    }

    #primary_navbar .service-menu-container .content-col .bg-item .item-content a {
        color: #F27227;
        font-size: .8571428571rem
    }

    #primary_navbar .service-menu-container .content-col .bg-item .item-content a svg {
        margin-left: 8px;
        width: 18px;
        height: 18px
    }

    #primary_navbar .service-menu-container .content-col .bg-item .item-content a svg path {
        fill: #F27227
    }

    #primary_navbar .service-menu-container .content-col .bg-item .item-content a:hover {
        opacity: 0.8
    }

    #primary_navbar .primary-menu .dropdown-menu {
        transition: all ease-in-out 0.4s;
        -moz-transition: all ease-in-out 0.4s;
        -webkit-transition: all ease-in-out 0.4s;
        -o-transition: all ease-in-out 0.4s;
        -ms-transition: all ease-in-out 0.4s;
        top: -100%;
        display: block;
        opacity: 0;
        visibility: visible;
        z-index: -100;
        position: fixed
    }

    #primary_navbar .primary-menu .dropdown-menu .container>div {
        width: 100%
    }

    #primary_navbar .primary-menu .dropdown-menu .name-product {
        font-size: 1rem
    }

    #primary_navbar .primary-menu .dropdown-menu .nav-link {
        margin-top: 12px
    }

    #primary_navbar .primary-menu .dropdown:hover .dropdown-menu {
        top: 70px;
        opacity: 1;
        padding-bottom: 0
    }

    #primary_navbar ul {
        list-style: none;
        padding-left: 0
    }

    #primary_navbar ul.menu {
        padding-top: 10px;
        padding-bottom: 10px
    }

    #primary_navbar ul.menu>li {
        padding-top: 20px;
        padding-bottom: 20px
    }

    #primary_navbar ul.menu>li:not(:first-child) {
        border-top: 1px solid #E3E3E3
    }

    #primary_navbar ul.menu>li>a {
        cursor: default;
        color: #000;
        font-weight: 700;
        text-transform: uppercase
    }

    #primary_navbar ul.menu>li>a:hover {
        color: #000
    }

    #primary_navbar ul.menu>li>ul.sub-menu li a {
        font-family: 'Manrope', sans-serif
    }

    #primary_navbar ul.menu>li>ul.sub-menu li a:hover {
        color: #F27227 !important
    }

    #primary_navbar ul.menu>li>ul.sub-menu>li {
        width: 25%
    }

    #primary_navbar ul.menu>li>ul.sub-menu>li a {
        font-weight: 500
    }

    #primary_navbar ul.menu>li>ul.sub-menu>li>ul>li {
        width: 100%
    }

    #primary_navbar ul.menu>li>ul.sub-menu>li>ul>li a:hover {
        color: #F27227 !important
    }

    #primary_navbar ul.menu>li>ul.sub-menu>li.two-col>ul>li {
        width: 50%
    }

    #primary_navbar ul.menu>li>ul.sub-menu>li.menu-item-has-children>a {
        color: #000 !important;
        cursor: default;
        font-weight: 700
    }

    #primary_navbar ul.menu>li>ul.sub-menu>li.menu-item-has-children>a:hover {
        color: #000 !important
    }

    #primary_navbar .navbar-brand {
        background: inherit;
        padding: 15px 15px 0;
        margin-right: 0;
        min-height: 100%
    }

    #mobile_search_box form {
        width: 960px
    }

    #navbarSupportedContent ul.primary-menu {
        min-height: 70px
    }

    #navbarSupportedContent ul.primary-menu>li>a {
        min-height: 70px;
        margin: 0;
        padding-left: 14px;
        padding-right: 14px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        align-items: center;
        text-align: center
    }

    #navbarSupportedContent ul.primary-menu>li.current-menu-item:after,
    #navbarSupportedContent ul.primary-menu>li:hover:after {
        bottom: 0
    }

    #scroll_banner_2 .scroll-hide-content {
        background-image: none
    }

    .home .promotion .info-promotion {
        padding-left: 34px
    }

    .home .promotion .banner-image {
        margin-left: 15px
    }

    .microsoft .content-9 {
        transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        top: 100%
    }

    .microsoft .content-9.scrolling {
        position: fixed;
        width: 100%;
        left: 0
    }

    #service_statistics .titleLeadingService {
        position: relative;
        top: 15px;
        opacity: 0;
        transition: opacity ease-in 0.6s, top ease 0.8s;
        -moz-transition: opacity ease-in 0.6s, top ease 0.8s;
        -webkit-transition: opacity ease-in 0.6s, top ease 0.8s;
        -o-transition: opacity ease-in 0.6s, top ease 0.8s;
        -ms-transition: opacity ease-in 0.6s, top ease 0.8s
    }

    #service_statistics .num {
        margin-left: -5%;
        opacity: 0;
        transition: margin 0.7s ease, opacity 0.5s ease;
        -moz-transition: margin 0.7s ease, opacity 0.5s ease;
        -webkit-transition: margin 0.7s ease, opacity 0.5s ease;
        -o-transition: margin 0.7s ease, opacity 0.5s ease;
        -ms-transition: margin 0.7s ease, opacity 0.5s ease
    }

    #service_statistics .des {
        padding-top: 5%;
        opacity: 0;
        transition: padding 0.7s ease, opacity 0.5s ease;
        -moz-transition: padding 0.7s ease, opacity 0.5s ease;
        -webkit-transition: padding 0.7s ease, opacity 0.5s ease;
        -o-transition: padding 0.7s ease, opacity 0.5s ease;
        -ms-transition: padding 0.7s ease, opacity 0.5s ease
    }

    #service_statistics .img_leading {
        position: relative;
        bottom: 80px;
        opacity: 0;
        transform: scale(0.95);
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transition: all ease 1s;
        -moz-transition: all ease 1s;
        -webkit-transition: all ease 1s;
        -o-transition: all ease 1s;
        -ms-transition: all ease 1s
    }

    #service_statistics .scrolling .titleLeadingService {
        top: 0;
        opacity: 1
    }

    #service_statistics .scrolling .num {
        margin-left: 0;
        opacity: 1;
        transition-delay: .9s;
        -moz-transition-delay: .9s;
        -webkit-transition-delay: .9s;
        -o-transition-delay: .9s;
        -ms-transition-delay: .9s
    }

    #service_statistics .scrolling .num-2 {
        transition-delay: 1.05s;
        -moz-transition-delay: 1.05s;
        -webkit-transition-delay: 1.05s;
        -o-transition-delay: 1.05s;
        -ms-transition-delay: 1.05s
    }

    #service_statistics .scrolling .num-3 {
        transition-delay: 1.15s;
        -moz-transition-delay: 1.15s;
        -webkit-transition-delay: 1.15s;
        -o-transition-delay: 1.15s;
        -ms-transition-delay: 1.15s
    }

    #service_statistics .scrolling .num-4 {
        transition-delay: 1.2s;
        -moz-transition-delay: 1.2s;
        -webkit-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        -ms-transition-delay: 1.2s
    }

    #service_statistics .scrolling .des {
        padding-top: 0;
        opacity: 1;
        transition-delay: .1s;
        -moz-transition-delay: .1s;
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        -ms-transition-delay: .1s
    }

    #service_statistics .scrolling .img_leading {
        bottom: 0;
        opacity: 1;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transition-delay: .6s;
        -moz-transition-delay: .6s;
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        -ms-transition-delay: .6s
    }

    .data-center .intro-grid-view>.row {
        margin-left: -30px;
        margin-right: -30px
    }

    .data-center .intro-grid-view>.row>[class^="col-"] {
        padding-left: 30px;
        padding-right: 30px
    }

    .voip .hotline_orange,
    .voip .hotline_column .hotline_column_text1 {
        padding-left: 96px
    }

    .view_voip .band_name .text_band_name .band_name_content {
        padding-right: 95px;
        width: 100%
    }

    .view_voip .band_active .text_active .active_content {
        padding-left: 95px
    }

    .hotline-row .container-left,
    .view_voip .container-left {
        padding-left: calc(50vw - 950px/2)
    }

    .ms-row-container .container-left {
        padding-left: calc(50vw - 920px/2 - 7.5px)
    }

    .ms-row-container .container-right {
        padding-right: calc(50vw - 920px/2 - 7.5px)
    }
}

@media screen and (min-width: 1200px) {
    .fti-container {
        max-width: 950px
    }

    #mobile_search_box form {
        width: 1140px
    }

    #primary_navbar ul.support-menu>li>ul.sub-menu>li {
        width: 20%
    }

    #primary_navbar ul.policy-menu>li>ul.sub-menu>li {
        width: 20%
    }

    #primary_navbar ul.service-management-menu>li>ul.sub-menu>li {
        width: 20%
    }

    #map_box.contact-box .box-content {
        width: 616px;
        max-width: 100%
    }
}

@media screen and (max-width: 1400px) {
    #navbarSupportedContent ul.primary-menu>li>a {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (max-width: 1270px) {
    #navbarSupportedContent ul.primary-menu>li>a {
        font-size: 13px
    }
}

@media screen and (max-width: 1100px) {
    #navbarSupportedContent ul.primary-menu>li>a {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media only screen and (max-width: 992px) {
    #mobile_search_box {
        height: 100%
    }

    #mobile_search_box form {
        flex: 1
    }

    .mobile-header.show-menu .mobile-menu {
        height: calc(100vh - 80px)
    }

    .mobile-header .left-items img {
        width: 20px
    }

    .mobile-header .left-items .icon-close {
        width: 27px
    }

    .mobile-header .mobile-menu-inner {
        list-style: none;
        padding-left: 0
    }

    .mobile-header .mobile-menu-inner ul {
        padding-left: 25px
    }

    .mobile-header .mobile-menu-inner ul li:first-child {
        border-top: 1px solid #424244
    }

    .mobile-header .mobile-menu {
        top: calc(100% - 1px);
        padding-left: 15px;
        padding-right: 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-direction: column
    }

    .mobile-header .mobile-menu .mobile-menu-inner {
        flex: 1
    }

    .mobile-header .mobile-menu li {
        padding: 0px
    }

    .mobile-header .mobile-menu li a {
        padding: 16px 0
    }

    .mobile-header .mobile-menu li a img {
        position: static;
        top: auto
    }

    .mobile-header .mobile-menu li.menu-item-has-children {
        position: relative
    }

    .mobile-header .mobile-menu li.menu-item-has-children>a:not(.toggle-dropdown) {
        margin-right: 40px
    }

    .mobile-header .mobile-menu li.menu-item-has-children .toggle-dropdown {
        position: absolute;
        top: 0;
        right: 0;
        padding: 16px 8px
    }

    .mobile-header .mobile-menu li.menu-item-has-children .toggle-dropdown img {
        width: 20px;
        transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s
    }

    .mobile-header .mobile-menu li.showing>.toggle-dropdown img {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg)
    }

    .mobile-header .extra-menu-items {
        margin-bottom: 40px
    }

    .mobile-header .extra-menu-items a {
        display: inline-block;
        margin-right: 32px;
        color: #fff
    }

    .mobile-header .extra-menu-items a:last-child {
        margin-right: 0
    }

    .mobile-header .extra-menu-items a:hover {
        color: #F27227
    }

    .mobile-header .change-lang {
        margin-bottom: 30px;
        margin-top: 30px
    }

    .mobile-header .change-lang .dropdown-menu li a {
        color: #333;
        padding: 16px 15px;
        font-size: 12px
    }

    .mobile-header .change-lang .dropdown-menu li a img {
        margin-right: 8px
    }

    .oncall,
    .invoice,
    .cloud-connect,
    .cloud_cx,
    .clould_destop,
    .onmeeting {
        padding-top: 80px
    }

    #scroll_banner_2 .scroll-show-content {
        display: none
    }

    #scroll_banner_2 .scroll-hide-content {
        height: auto;
        background-size: 210% auto;
        background-position: 42% top;
        min-height: 1348.1609907121px
    }

    #scroll_banner_2 .scroll-hide-text {
        opacity: 1;
        height: auto;
        padding-bottom: 64px;
        padding-top: 0px
    }

    #scroll_banner_2 .bg-image {
        display: none
    }

    .fade-animation .image-wrapper {
        height: auto
    }

    .fade-animation .image-wrapper img {
        position: static;
        top: auto;
        left: auto;
        height: auto;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none
    }

    .fade-animation .text-wrapper,
    .fade-animation ul {
        opacity: 1
    }

    #pinMaster #pinContainer {
        height: auto;
        overflow: visible
    }

    #pinMaster .panel {
        position: static;
        height: auto;
        padding-bottom: 32px
    }

    #pinMaster img.img-slide {
        position: static;
        width: calc(100% + 30px);
        height: auto;
        margin-bottom: 32px;
        margin-left: -15px;
        margin-right: -15px
    }

    #pinMaster .banner-content-scroll {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-direction: column-reverse;
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .socials-col .social-links a {
        margin-left: 5px
    }

    .socials-col .social-links a:first-child {
        margin-left: 0
    }

    .view_voip .band_name .logo_band_name img,
    .view_voip .band_active .logo_active img {
        position: static;
        width: 100%;
        height: auto
    }

    .view_voip .band_name .band-row {
        flex-direction: column-reverse
    }

    .view_voip .container-left,
    .view_voip .container-right,
    .view_voip .active_content {
        width: 100%;
        max-width: 720px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: auto !important;
        margin-right: atuo !important
    }

    .view_voip .band_name .text_band_name .band_name_content .band_name_des,
    .view_voip .band_active .text_active .active_content .active_des,
    .view_voip .band_active .text_active .active_content .active_detail_text {
        max-width: 100%
    }

    .home #scrollContent {
        display: block !important
    }
}

@media screen and (max-width: 767px) {
    .home .promotion .content-promotion img.banner-image {
        position: static;
        object-fit: none
    }

    .home .promotion div.info-promotion {
        padding-left: 15px
    }

    .home .promotion a.payment {
        padding-left: 0;
        padding-right: 0
    }

    .all-service .row-baner-service {
        flex-direction: column-reverse
    }

    .all-service .solutions-section .three-col .solution-item {
        width: 100%
    }

    #scroll_banner_2 .scroll-hide-content {
        background-size: 230% auto;
        min-height: 1230.4643962848px
    }

    #scroll_banner_2 .scroll-hide-text {
        padding-top: 64px
    }

    .microsoft #pinMaster #pinContainer.scroll-hide-content {
        height: auto
    }

    .microsoft #pinMaster img.img-slide {
        width: calc(100% + 30px);
        height: auto
    }

    .microsoft #pinMaster .panel div h3 {
        padding-top: 0
    }

    .microsoft .content-9 h3 {
        padding-left: 15px;
        padding-right: 15px
    }

    .page-template .voip {
        overflow-x: visible
    }

    .voip .banner-voip {
        height: auto;
        padding-top: 52px
    }

    .voip .banner-voip .logo-voip img {
        position: static;
        height: auto;
        width: 100%
    }

    .voip .banner-voip .text-banner-voip .banner_voip_content {
        max-width: 100%;
        width: 100%;
        margin-bottom: 44px
    }

    .voip .hotline_column .hotline_column_text {
        margin-left: 0
    }

    #map_box.contact-box .box-content {
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 90%
    }

    .manage-service p.support_mar {
        margin-left: 0
    }

    .manage-service div.support_res {
        margin-left: 0
    }

    .ms-row-container {
        padding-left: 0;
        padding-right: 0
    }

    .ms-row-container .ms-row>[class^="col-"] {
        padding-left: 15px;
        padding-right: 15px
    }

    .ms-row-container .ms-inner {
        max-width: 510px
    }

    .multi_cloud .what_mul_img_res img {
        width: 100%
    }

    .data-center .leadingService div.col-leadingService,
    .data-center div.columnDetail,
    .data-center .introFornix div.col-introFornix {
        padding-left: 15px;
        padding-right: 15px
    }

    .vmware .content-2 .banner-content-2 .col-content-2 {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer .social-links a {
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 0
    }
}

@media screen and (max-width: 576px) {
    #scroll_banner_2 .scroll-hide-content {
        background-size: 275% auto;
        min-height: 980.8049535604px
    }

    .cloud-connect .benefit_con_content {
        width: 100%
    }
}