html{
    overflow-x: hidden;
}
body {
    font-family: 'Prompt', sans-serif;
    color: #2c3142;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /*background: url(../images/bg.png) top center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a {
    color: #333;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

a:hover {
    color: #4080ff;
    text-decoration: none;
}
/*a:hover,
a:focus {
    color: #4080ff;
    text-decoration: none;
}*/

/*-----------------------*/

.smooth_link {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
/*-----------------------*/
.new2_home_header_bg {
    padding: 15px;
    background: url(../images/new2_header_bg.jpg) bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
/*-----------------------*/
.logo_bg {
    font-size: 14px;
    padding: 10px 20px;
}

.logo_shadow_bg {
    border-bottom: 0px #dddddd solid;
    margin-bottom: 30px;

    -webkit-box-shadow: 0px 5px 10px #DDD;
       -moz-box-shadow: 0px 5px 10px #DDD;
            box-shadow: 0px 5px 10px #DDD;
}
/*-----------------------*/
.logo_box {
    padding-top: 5px;
    padding-bottom: 5px;
}
/*-----------------------*/
.menu_box {
    font-family: 'Prompt', sans-serif;
}
.menu_box>ul.nav>li.nav-item>a.active {
    color: #4080ff;
}
.menu_box>ul.nav>li.dropdown>.dropdown-menu>a.dropdown-item {
    font-size: 15px;
    text-align: left;
    font-weight: 300;
    color: #333;
    padding: 0.25rem 1rem;
}
.menu_box>ul.nav>li.dropdown>.dropdown-menu {
    min-width: 8rem;
    left: -45px !important;
    padding: 0.25rem 0;
}
.menu_box>ul.nav>li.dropdown>.dropdown-menu.show {
    left: -45px !important;
}
.menu_box>ul.nav>li.dropdown>.dropdown-menu.show>.dropdown-item {
    font-size: 15px;
    text-align: left;
    font-weight: 300;
    color: #333;
    padding: 0.25rem 1rem;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 15px;
    color: #FFF;
}
.nav-link:hover,
.nav-link:focus {
    color: #FFF;
    text-decoration: none;
}
.nav-link.dropdown-toggle {
    padding-right: 1.3rem;
}
/*.logo_bg .menu_box>ul>li.dropdown>a.dropdown-toggle::after {
    display: none;
}*/
.logo_bg .menu_box>ul>li.dropdown>a.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: none;
    border-right: none;
    border-left: none;

    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    top: 0;
    right: 0;
}
.logo_bg .menu_box>ul>li.dropdown>a.dropdown-toggle:hover::after {
    content: "\f106";
    transition-duration: 3s;
}
/*-----------------------*/
.button_box {
}
/*-----------------------*/
.test_box {
    font-size: 15px;
}

/*-----------------------*/


/*-----------------------*/
.banner_bg {
    /*background: url(../images/slide_bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    padding-top: 100px;
    padding-bottom: 0px;
}
.banner_box {
    color: #FFF;
}
.banner_box>h1 {
    font-size: 35px;
}
.banner_box>h5 {
    line-height: 22px;
}
.banner_box>a.btn {
    font-size: 24px;
    font-weight: 300;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
    background-color: transparent;
    border: 2px solid transparent;
    border-color: #FFF;
}
.banner_box>a.btn:hover {
    color: #4080ff;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.banner_box>a.btn>i {
    font-size: 34px;
}
.banner_box>.pic {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}
/*-----------------------*/


/*-----------------------*/
.topic_header_box {
    text-align: center;
    margin-top: 60px;
}
.topic_header_box>h6 {
    margin-bottom: 0;
}
/*-----------------------*/


/*-----------------------*/
.content_box {
    border-bottom: 1px #dddddd solid;
}
.content_box .pic_box {
    padding-left: 50px;
    padding-right: 50px;
}
/*-----------------------*/
.content_detail_box {
}
.content_detail_box>ul.list {
    -webkit-padding-start: 0px;
    list-style: none;
    margin: 0px;
    margin-top: 40px;
    padding: 0px;
}
.content_detail_box>ul.list>li {
    position: relative;
    font-size: 15px;
    color: #777;
    margin: 11px 0;
    padding-left: 30px;
}
.content_detail_box>ul.list>li:last-child {
    margin-bottom: 0px;
}
.content_detail_box>ul.list>li:before {
    content: "\f0a9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    position: absolute;
    font-size: 16px;
    top: 3px;
    left: 0;
}
/*-----------------------*/
.content_detail_box>ul.list_top {
    -webkit-padding-start: 0px;
    list-style: none;
    margin: 0px;
    margin-top: 40px;
    padding: 0px;
}
.content_detail_box>ul.list_top>li {
    position: relative;
    font-size: 15px;
    color: #777;
    margin-bottom: 40px;
    padding-left: 60px;
}
.content_detail_box>ul.list_top>li:last-child {
    margin-bottom: 0px;
}
.content_detail_box>ul.list_top>li:before {
    content: url(../images/icon_list1.svg);
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.content_detail_box>ul.list_top>li:nth-of-type(2):before {
    content: url(../images/icon_list2.svg);
}
.content_detail_box>ul.list_top>li:nth-of-type(3):before {
    content: url(../images/icon_list3.svg);
}
/*-----------------------*/


/*-----------------------*/
.content_box .content_icon_box {
}
.content_box .content_icon_box>img {
    margin-bottom: 25px;
}
.content_box .content_icon_box>h5 {
    font-size: 16px;
}
.content_box .content_icon_box>h6 {
    font-size: 15px;
    line-height: normal;
}
/*-----------------------*/


/*-----------------------*/
.package_ok {
    display: inline-block;
    position: relative;
    height: 30px;
    font-size: 14px;
    color: #FFF;
    background-color: #4080ff;
    padding: 5px 10px;
}
.package_ok:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -15px;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #4080ff;
}

/*-----------------------*/
.content_package_box>.card {
    border: 1px solid #cbcfd9;
    border-radius: 15px;

    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.content_package_box>.card:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.content_package_box>.card>.card-header {
    font-size: 22px;
    background-color: transparent;
    padding: 20px 20px;
    padding-bottom: 0;
    border-bottom: 0px;
}
.content_package_box>.card>.card-body>.card-title {
    font-size: 32px;
    font-weight: 500;
}
.content_package_box>.card>.card-body>.card-title>sup {
    font-size: 18px;
}
.content_package_box>.card>.card-body>.card-title>small {
    font-size: 18px;
    font-weight: 300;
    color: #858a99;
}
.content_package_box>.card>.card-body>ul.price {
    -webkit-padding-start: 0px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.content_package_box>.card>.card-body>ul.price>li {
    width: 100%;
    font-size: 13px;
    color: #858a99;
}
.content_package_box>.card>.card-footer {
    padding: 20px 20px;
    padding-bottom: 40px;
    background-color: rgba(0, 0, 0, 0);
    border-top: 0px;
}
/*-----------------------*/


/*-----------------------*/
.footer_bg {
    background: url(../images/footer_bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.footer_box {
    color: #FFF;
    text-align: center;
}
.footer_box>h6 {
    margin-bottom: 50px;
}
/*-----------------------*/


/*-----------------------*/
.copy_bg {
    background-color: #3b4154;
}
.copy_box {
    color: #FFF;
}
.copy_box>ul {
    margin-bottom: 10px;
}
.copy_box>ul.menu_footer>li {
    border-right: 1px #FFF solid;
    padding-right: 15px;
    margin-right: 10px;
}
.copy_box>ul.menu_footer>li:last-child {
    border-right: 0px;
}
.copy_box>ul.menu_footer>li>a , .copy_box>ul.menu_footer>li {
    font-size: 12px;
    line-height: 1;
    color: #FFF;
}
.copy_box>ul.menu_footer>li>a:hover {
    color: #4080ff;
}
.copy_box>.copy_text {
    font-size: 12px;
}
.copy_box>ul.social_box>li {
    width: 35px;
}
/*-----------------------*/


/*-----------------------*/
.contact_box {
}
.contact_box hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.contact_box h1 {
    font-size: 28px;
}
.contact_box h4 {
    margin-top: 30px;
}
.contact_box h4:first-child {
    margin-top: 10px;
}
.contact_box a {
    color: #4080ff;
    text-decoration: underline;
}
.contact_box a.btn {
    color: #FFF;
    text-decoration: none;
}
/*-----------------------*/
.contact_box .contcat_left {
}

/*-----------------------*/
.contact_box .contcat_right {
}
.contact_box .contcat_right>.contact_box_bg {
    background-color: #f2f5f6;
    padding: 30px;
    /*border: 1px #999 solid;*/
}
.contact_box .contcat_right form {
    margin-top: 30px;
}
.contact_box .contcat_right h4 {
    margin-top: 0px;
}
.contact_box .contcat_right>.contact_box_bg>form>.form-group>label {
    font-weight: 400;
}
.contact_box .contcat_right>.contact_box_bg>form>.form-group>input.form-control, .contact_box .contcat_right>.contact_box_bg>form>.form-group>textarea.form-control {
    display: block;
    width: 100%;
    padding: 0.9rem 0.75rem;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 2px solid #e6ecef;
    border-radius: 0.25rem;
}
/*-----------------------*/
.already_box {
    text-align: center;
    padding: 30px 70px;
}
.already_box>p.icon {
}
/*-----------------------*/
.google_cloud {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
}
.google_cloud>img {
    margin-bottom: 20px;
}
.google_cloud>.box_detail {
    font-size: 24px;
    font-weight: 400;
    padding: 20px;
    background-color: #f2f4f7;
    border-radius: 15px;
}
/*-----------------------*/
.compare_box {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.compare_box .col_box_30 .btn {
    padding: 7px 60px;
    font-size: 24px;
    line-height: 1.5;
}
.compare_box .compare_table_box {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 50px;
    border: 1px #c8ccd7 solid;
    border-radius: 5px;
}
.compare_box .table {
    font-size: 14px;
    color: #858a99;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0;
}
.compare_box .table tbody>tr>th {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    border-top: 0px;
    padding: 12px 30px;
    background-color: #f2f4f7;
}
.compare_box .table tbody>tr>th:first-child {
    border-radius: 5px 5px 0 0;
}
.compare_box .table tbody>tr>td {
    border-top: 0px;
    padding: 4px 30px;
}
.compare_box .table tbody>tr>td:first-child {
    width: 35%;
    color: #2c3142;
    text-align: left;
    border-right: 1px #c8ccd7 solid;
}
.compare_box .table tbody>tr>td .red_mark {
    font-size: 11px;
    color: #ed1c24;
    line-height: 1.2;
}
.compare_box .table tbody>tr>td.td_height {
    height: 15px;
}
.compare_box .table tbody>tr.td_height:hover {
    background-color: #FFF;
}

.table-hover tbody tr:hover {
    background-color: #f2f4f7;
}

.faq_box {
    font-size: 14px;
    color: #858a99;
    text-align: left;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px #c8ccd7 solid;
    border-radius: 5px;
}
.faq_box>.topic {
    font-size: 20px;
    font-weight: 400;
    color: #222;
    margin-bottom: 10px;
}

.faq_box>.detail {
}
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
a.more {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    padding: 8px 50px;
    border-radius: 5px;
    background-color: #4080ff;
}
a.more:hover {
    background-color: #333;
}
/*-----------------------*/
.box_20_bg {
    padding-top: 10px;
    padding-bottom: 10px;
}
.box_30_bg {
    padding-top: 15px;
    padding-bottom: 15px;
}
.box_40_bg {
    padding-top: 20px;
    padding-bottom: 20px;
}
.box_50_bg {
    padding-top: 25px;
    padding-bottom: 25px;
}
.box_60_bg {
    padding-top: 30px;
    padding-bottom: 30px;
}
.box_70_bg {
    padding-top: 35px;
    padding-bottom: 35px;
}
.box_80_bg {
    padding-top: 40px;
    padding-bottom: 40px;
}
.box_90_bg {
    padding-top: 45px;
    padding-bottom: 45px;
}
.box_100_bg {
    padding-top: 50px;
    padding-bottom: 50px;
}
.content_shadow .box_100_bg {
    padding-top: 10px;
    padding-bottom: 50px;
}
.box_120_bg {
    padding-top: 60px;
    padding-bottom: 60px;
}
.box_140_bg {
    padding-top: 70px;
    padding-bottom: 70px;
}
.box_160_bg {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*-----------------------*/
.col_box_10 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.col_box_20 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.col_box_30 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.col_box_40 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.col_box_50 {
    margin-top: 25px;
    margin-bottom: 25px;
}
/*-----------------------*/
/*-----------------------*/
.color_theme {
    color: #4080ff;
}
.color_white {
    color: #FFF;
}
.color_theme_gray {
    color: #2c3142;
}
.color_theme_gray_light {
    color: #858a99;
}
/*-----------------------*/
.go-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    text-decoration: none;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 46px;
    line-height: 0px;
    padding: 2px 10px 5px 10px;
    display: none;
    z-index: 999;
}

.go-top:hover {
    color: #FFF;
    background-color: #4080ff;
}
/*-----------------------*/
.font_20 {
    font-size: 20px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.3;
}
.h200_weight {
    font-weight: 200;
}
.h300_weight {
    font-weight: 300;
}
.h400_weight {
    font-weight: 400;
}
.h500_weight {
    font-weight: 500;
}
.h600_weight {
    font-weight: 600;
}
.h700_weight {
    font-weight: 700;
}
.h800_weight {
    font-weight: 800;
}
.h900_weight {
    font-weight: 900;
}
/*-----------------------*/
.btn {
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
.btn_100 {
    width: 100%;
    text-align: center;
}
.btn_radius_small {
    border-radius: 3px;
}
.btn-outline-primary {
    border: 2px solid #4080ff;
}
.btn-outline-white {
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}
.btn-outline-white:hover {
    color: #4080ff;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*padding-top: 25px;*/
    height: 0;
    margin: 40px 0px 10px 0px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/

@media only screen and (max-width: 1199px) {
.banner_box>.pic {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}
.banner_box>h1 {
    font-size: 1.8rem;
}
.banner_box>h5.mb-5 {
    font-size: 1.1rem;
    margin-bottom: 30px !important;
}
.banner_box>a.btn {
    font-size: 22px;
}
.topic_header_box>h2 {
    font-size: 1.8rem;
}
.content_detail_box>h2 {
    font-size: 1.8rem;
}
.footer_box>h4 {
    font-size: 1.3rem;
}
/*-----------------------*/

}

@media only screen and (max-width: 1024px) {

/*-----------------------*/
}

@media only screen and (max-width: 991px) {
.menu_box {
    display: none;
}
.test_mobile_box>a {
    font-size: 30px;
    color: #4080ff;
    margin-left: 20px;
}
.test_mobile_box>a>i {
    -webkit-text-stroke: 0px white;
}
.menu_mobile_box {
    padding-top: 20px;
}
.menu_mobile_box>ul.list_menu_mobile {
    -webkit-padding-start: 0px;
    list-style: none;
    margin-bottom: 0;
}
.menu_mobile_box>ul.list_menu_mobile>li {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    padding: 7px 25px;
    text-align: right;
}
.menu_mobile_box>ul.list_menu_mobile>li>a {
    color: #FFF;
}
.menu_mobile_box>ul.list_menu_mobile>li>a.active {
    color: #FFF;
}

/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
.banner_bg {
    padding-top: 50px;
}
.banner_box {
    text-align: center;
}
.banner_box>h1 {
    font-size: 2.2rem;
}
.banner_box>.pic {
    padding: 0 70px;
    margin-top: 50px;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
}
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
.menu_mobile_box>ul.list_menu_mobile>.sub_menu_sme {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 15px;
    text-align: right;
}
.menu_mobile_box>ul.list_menu_mobile>.sub_menu_sme>a {
    border-bottom: 1px #dddddd solid;
}











.go-top {
    bottom: 20px;
}
.content_box .pic_box {
    padding-left: 15px;
    padding-right: 15px;
}
.topic_header_box>h2 {
    font-size: 1.8rem;
}
.content_detail_box>h2 {
    font-size: 1.5rem;
}
.content_detail_box>h2>br {
    display: none;
}
.content_box .content_icon_box>h6>br {
    display: none;
}
.copy_box {
    width: 100%;
    text-align: center;
    margin: 5px 0;
}
.footer_box>h4 {
    line-height: 1.7;
}



.contact_box .contcat_left {
    margin-bottom: 30px;
}

.google_cloud>.box_detail {
    font-size: 20px;
}
/*-----------------------*/
}

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

/*-----------------------*/
}

@media only screen and (max-width: 767px) {
.banner_box>h1 {
    font-size: 2rem;
}
.banner_box>.pic {
    padding: 0 0px;
}
.button_box .btn {
    padding-left: 20px;
    padding-right: 20px;
}
.banner_box {
    text-align: center;
}
.banner_bg {
    /*background: url(../images/slide_bg.jpg) left center;*/
}
.banner_box>h1>br {
    display: none;
}
.content_box .pic_box {
    padding-left: 50px;
    padding-right: 50px;
}
.topic_header_box>h2 {
    font-size: 1.6rem;
}
.content_detail_box>h2 {
    font-size: 1.6rem;
    text-align: center;
}
.content_detail_box>h6 {
    text-align: center;
}
.content_detail_box>ul.list_top {
    margin-top: 20px;
}
.content_detail_box>ul.list_top>li {
    margin-bottom: 20px;
}
.content_detail_box>ul.list {
    margin-top: 20px;
}
.content_detail_box>ul.list>li {
    margin: 8px 0;
}



.contact_box hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.compare_box .table {
    font-size: 12px;
}
.compare_box .table tbody>tr>th {
    font-size: 16px;
    padding: 10px 30px;
}
.compare_box .table tbody>tr>td:first-child {
    width: 42%;
}

.faq_box {
    line-height: 1.3;
    margin-top: 15px;
    margin-bottom: 15px;
}
.faq_box>.topic {
    font-size: 18px;
    margin-bottom: 5px;
}
/*-----------------------*/
}

@media only screen and (max-width: 576px) {

/*-----------------------*/
}

@media only screen and (max-width: 575px) {
.button_box .btn {
    float: left;
    width: auto;
}
.banner_bg {
    padding-top: 20px;
}
.banner_box>h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem !important;
}
.banner_box>.pic {
    margin-top: 40px;
}
.logo_box {
    text-align: center;
    margin-bottom: 20px;
}
.button_box {
    text-align: right;
    margin-right: 50px;
}
.test_mobile_box {
    position: absolute;
    top: 85px;
    right: 20px;
}
.logo_shadow_bg .test_mobile_box {
    position: absolute;
    top: 85px;
    right: 20px;
}
.menu_mobile_box>ul.list_menu_mobile>li {
    text-align: center;
}
.copy_box>ul.menu_footer>li {
    border-right: 0px #FFF solid;
    padding-right: 0;
    margin-right: 0;
    width: 100%;
    margin: 5px 0;
}
.copy_box>.copy_text {
    margin: 20px 0;
}
.box_120_bg {
    padding-top: 40px;
    padding-bottom: 40px;
}
.box_140_bg {
    padding-top: 50px;
    padding-bottom: 50px;
}
.btn {
    width: 100%;
}
.banner_box>a.btn {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
}
.footer_box>h4 {
    font-size: 1.2rem;
    font-weight: 400;
}
.btn {
    white-space: normal;
}
.content_package_box>.card>.card-body>.card-title {
    font-size: 50px;
    /* font-weight: 300; */
}
.menu_mobile_box>ul.list_menu_mobile>.sub_menu_sme {
    text-align: center;
}


.contact_box .contcat_right>.contact_box_bg {
    padding: 20px;
}
.already_box {
    text-align: center;
    padding: 30px 30px;
}

.google_cloud>.box_detail {
    font-size: 18px;
}
.google_cloud>.box_detail>br {
    display: none;
}

.compare_box .table tbody>tr>td {
    font-size: 12px;
    padding: 4px 10px;
}
.compare_box .table tbody>tr>td:first-child {
    width: auto;
}

.compare_box .col_box_30 .btn {
    padding: 7px 10px;
    font-size: 20px;
}
/*-----------------------*/
}

@media only screen and (max-width: 485px) {

/*-----------------------*/
}

@media only screen and (max-width: 425px) {

/*-----------------------*/
}

@media only screen and (max-width: 375px) {
.box_140_bg {
    padding-top: 30px;
    padding-bottom: 30px;
}
.box_120_bg {
    padding-top: 30px;
    padding-bottom: 30px;
}
.topic_header_box {
    text-align: center;
    margin-top: 50px;
}
.banner_box>h1 {
    font-size: 1.9rem;
}
.banner_box>a.btn {
    font-size: 20px;
}
.topic_header_box>h2 {
    font-size: 1.6rem;
    font-weight: 500;
}
.content_detail_box>h2 {
    font-size: 1.6rem;
    font-weight: 500;
}
.content_box .content_icon_box {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.content_box .pic_box {
    padding-left: 15px;
    padding-right: 15px;
}
.btn {
    padding-left: 20px;
    padding-right: 20px;
}

.already_box {
    text-align: center;
    padding: 20px 20px;
}

/*-----------------------*/
}

@media only screen and (max-width: 320px) {
.button_box {
    margin-right: 40px;
}
.button_box .btn {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.banner_box>h1 {
    font-size: 1.7rem;
}
/*-----------------------*/
}