﻿/*#region first area */
.topbanner-ggws {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
}

    .topbanner-ggws .block {
        display: block;
        margin-top: 36px;
    }

    .topbanner-ggws .container {
        display: inline-block;
        z-index: 1;
        padding: 63px 0 72px;
        text-align: left;
    }

        .topbanner-ggws .container .haf-image {
            display: block;
            float: right;
            width: 649px;
            position: relative;
            text-align: right;
        }

            .topbanner-ggws .container .haf-image img {
                max-height: 350px;
            }

        .topbanner-ggws .container .haf-content {
            display: block;
            float: left;
            width: calc(100% - 733px);
            color: #444;
            padding: 0;
            font-family: Inter;
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
        }

            .topbanner-ggws .container .haf-content h1 {
                line-height: 40px;
                font-size: 28px;
                font-weight: 700;
                margin: 12px 4px 16px 0;
                text-transform: uppercase;
            }

                .topbanner-ggws .container .haf-content h1 b {
                    font-weight: 700;
                    display: block;
                }

.img-check {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 8px;
}

.topbanner-ggws .container .haf-content h1 + p {
    font-size: 16px;
    line-height: 24px;
}

.topbanner-ggws .container .haf-content .btn {
    width: 224px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    margin-right: 16px;
}

.topbanner-ggws .container .haf-content .only-pc {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

    .topbanner-ggws .container .haf-content .only-pc + a {
        color: #1E74E8;
        text-decoration: underline;
        cursor: pointer;
        margin-left: 16px;
    }

.topbanner-ggws .container .haf-content h3 strong {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    color: #EA4649;
}
/*#endregion */

/*#region price list */
.ls-icon {
    display: block;
    text-align: center;
    margin-bottom: 32px;
}

    .ls-icon .item {
        display: inline-block;
        margin: 10px 12px;
    }

        .ls-icon .item img {
            display: block;
            width: 35px;
            height: 35px;
            margin: 0 auto 12px;
        }
.price-list {
    display: block;
    float: left;
    width: 100%;
    background: #F8F8F8;
    padding-top: 72px;
}

    .price-list .tab-title {
        display: block;
        font-family: Inter;
        font-size: 36px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 16px;
    }

    .price-list .tab-desc {
        display: block;
        font-family: Inter;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        text-align: center;
        color: #8c8c8c;
        margin-bottom: 24px;
    }

    .price-list .item-list {
        display: block;
        position: relative;
    }

        .price-list .item-list .item {
            display: block;
            float: left;
            position: relative;
            width: 308px !important;
            margin: 30px 7.5px 40px;
            padding: 32px 20px;
            border-radius: 12px;
            background: #FFF;
        }

            .price-list .item-list .item a:focus {
                outline: none;
                box-shadow: none;
            }

            .price-list .item-list .item .title {
                display: block;
                font-size: 28px;
                font-weight: 600;
                line-height: 36px;
            }
            .price-list .item-list .item .percen {
                padding: 4px 8px;
                background: #EA4649;
                color: #FFF;
                height: 28px;
                border-radius: 4px;
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
                display: inline-block;
                margin-bottom: 16px;
            }
                .price-list .item-list .item .percen:empty {
                    background: none;
                    margin-bottom: 10px;
                }
            .price-list .item-list .item .price {
                font-size: 40px;
                line-height: 52px;
                margin-bottom: 12px;
                padding-bottom: 12px;
            }

                .price-list .item-list .item .price b {
                    font-weight: 700;
                }

                .price-list .item-list .item .price s {
                    display: block;
                    color: #7b7b7b;
                    height:24px;
                    font-size: 18px;
                    line-height: 24px;
                    font-weight: 600;
                }
                .price-list .item-list .item .price .text {
                    display: block;
                    padding-top: 76px;
                }
                .price-list .item-list .item .price .text,
                .price-list .item-list .item .price .unit,
                .price-list .item-list .item .price .more-unit {
                    color: #333;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 24px;
                }
                    .price-list .item-list .item .price .more-unit{
                        display:block;
                    }
                        .price-list .item-list .item .price .more-unit u {
                            font-size: 12px;
                            display: block;
                            text-decoration: none;
                            color: #686868;
                            font-weight: 400;
                        }
                .price-list .item-list .item .price + .btn {
                    width: 100%;
                    box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
                }
                .price-list .item-list .item .price + .btn-color-white {
                    border: 1px solid #7fca27;
                    color: #7fca27;
                }

            .price-list .item-list .item .brief-area {
                display: block;
                padding: 20px 5px 42px;
                margin: 22px 0 0;
                min-height: 786px;
            }

                .price-list .item-list .item .brief-area .brief {
                    display: block;
                    float: left;
                    width: calc(100% + 4px);
                    min-height: 20px;
                    margin-bottom: 22px;
                }
                    .price-list .item-list .item .brief-area .brief img.icon {
                        width: 22px;
                        display: block;
                        float: left;
                        margin-right: 10px;
                    }
                    .price-list .item-list .item .brief-area .brief .tex {
                        display: block;
                        float: left;
                        width: calc(100% - 32px);
                    }
                    .price-list .item-list .item .brief-area .brief .tex b{
                        font-weight:600;
                    }
                .price-list .item-list .item .brief-area .bg-gemini {
                    background: #176BFB14;
                    border-radius: 0 0 4px 4px;
                    margin-top: 4px;
                    position:relative;
                }
                    .price-list .item-list .item .brief-area .bg-gemini .new{
                        position:relative;
                    }
                        .price-list .item-list .item .brief-area .bg-gemini .new:after {
                            content: '';
                            background-image: var(--svg-url, url('/images/googleworkspace/veo-3-ggws.svg'));
                            background-size: contain;
                            background-repeat: no-repeat;
                            position: relative;
                            margin-left: 8px;
                            top: 2px;
                            display: inline-block;
                            width: 43px;
                            height: 17px;
                        }
                    .price-list .item-list .item .brief-area .bg-gemini:before {
                        border-radius: 4px 4px 0 0;
                        width: 100%;
                        height: 4px;
                        content: '';
                        display: block;
                        position: absolute;
                        background: linear-gradient(90deg, #0B8BFC 0%, #9798FC 100%);
                    }
                        .price-list .item-list .item .brief-area .bg-gemini img.icon {
                            width: 20px;
                            margin: 16px 8px;
                        }
                    .price-list .item-list .item .brief-area .bg-gemini .tex {
                        padding: 16px 8px 16px 0;
                        width: calc(100% - 40px);
                    }
                    .price-list .item-list .item .brief-area .bg-gemini .tex > strong {
                        display: block;
                        margin-bottom: 8px;
                        color: #1E74E8;
                    }
                    .price-list .item-list .item .brief-area .bg-gemini ul {
                        padding-left: 0;
                        margin-top:10px;
                        margin-bottom:0;
                    }
                        .price-list .item-list .item .brief-area .bg-gemini ul li {
                            margin-bottom: 4px;
                            color: #4e4e4e;
                        }
                        .price-list .item-list .item .brief-area .bg-gemini ul li:last-child{
                            margin-bottom:0;
                        }
                        .price-list .item-list .item .brief-area .bg-gemini ul li b{
                            font-weight:600;
                        }
            .price-list .item-list .item .compare {
                display: block;
                font-size: 14px;
                font-weight: 600;
                line-height: 20px;
                text-align: center;
                padding-bottom: 28px;
                background: url(/images/email/Select_Arrow.svg) center bottom no-repeat;
                background-size: 35px;
            }

.gray-note {
    display: inline-block;
    width: 100%;
    padding: 0 15px 15px;
    text-align: right;
    color: #a2a2a2;
    font-size: 15px;
    margin-bottom:32px;
}
/*#endregion */

/*#region edit tooltip */
.re-content strong{
    display:block;
    margin-bottom:8px;
}
.re-content p{
    margin-bottom:4px;
}
/*#endregion */
/*#region temp */
.content-toiuu {
    display: inline-block;
    width: 100%;
    padding: 68px 0;
    position: relative;
}

.grayContent {
    background: #f3f3f3;
}

.superCenter {
    display: table;
    height: 350px;
}

    .superCenter .col-md-6, .superCenter .col-md-5, .superCenter .col-md-7, .superCenter .col-md-8, .superCenter .col-md-4 {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

.content-toiuu .container .content-detail-4 {
    color: #212121 !important;
    line-height: 40px !important;
    font-size: 32px;
    display: block;
    margin: 0;
    margin-bottom: 32px;
}

    .content-toiuu .container .content-detail-4 img {
        height: 30px;
        margin: 0 5px;
    }

    .content-toiuu .container .content-detail-4 strong {
        display: block;
        color: #ff4343;
        margin-top: 15px;
    }

.content-toiuu .container {
    color: #212121;
}

.fullimg {
    display: block;
    width: 100%;
    max-width: calc(100% - 30px);
    max-height:774px;
    margin: 0 auto;
}

.main .nopadding {
    padding: 0;
}

.superCenter .color-red {
    font-size: 36px;
    color: #ea4441;
    display: block;
    margin: 0 0 20px;
}

.content-detail-6 .btn {
    background: #7fca27;
    width: 50%;
    padding: 10px 0;
    border-radius: 3px;
    color: #FFF;
    margin-right: 10px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
}

.content-detail-6 a:not(.btn) {
    text-decoration: underline;
}

    .content-detail-6 a:not(.btn):hover {
        color: #1E74E8;
    }

.container video {
    width: 90%;
    max-width: calc(100vw - 30px);
    display: block;
    margin: 0 auto 32px;
}

.container object {
    width: 790px;
    max-width: calc(100vw - 30px);
    height: 500px;
    max-height: calc(100vw - 120px);
    margin: 0 auto;
    display: block;
}

.content-toiuu .container ul {
    padding-left: 20px;
}

    .content-toiuu .container ul li {
        margin-bottom: 8px;
    }

        .content-toiuu .container ul li:last-child {
            margin-bottom: 0;
        }

.ls-icon {
    display: block;
    text-align: center;
    margin-bottom: 32px;
}

    .ls-icon .item {
        display: inline-block;
        margin: 10px 12px;
    }

        .ls-icon .item img {
            display: block;
            width: 35px;
            height: 35px;
            margin: 0 auto 12px;
        }

.SuperMenu {
    display: flex;
    position: relative;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 1000;
    padding: 20px 0;
    background: #ffffff;
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.1);
}

.SuperFix {
    position: fixed;
}

    .SuperFix + .afterFix {
        display: block;
        width:100%;
        float:left;
        padding: 20px 0;
        height: 80px;
    }

.SuperMenu ul {
    display: inline-block;
    float: left;
    padding: 0;
    position: relative;
}

    .SuperMenu ul li {
        display: block;
        float: left;
        cursor: pointer;
        padding: 5px 20px;
        font-size: 18px;
        font-weight: bold;
    }

        .SuperMenu ul li:first-child {
            padding-left: 0;
        }

        .SuperMenu ul li.active {
            color: #ff4343;
        }

.SuperMenu .btn {
    padding: 10px;
    margin-top: -4px;
    float: right;
    width: 210px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
    background: #7fca27;
    color: #FFF;
}

    .SuperMenu .btn:hover {
        background: #619e19;
        cursor: pointer;
    }

.lazyRead .noidung {
    display: block;
    padding-left: 10px;
    border-left: solid 3px #E8EAED;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

    .lazyRead .noidung.stop {
        border-left: solid 3px #1E74E8;
    }

    .lazyRead .noidung:last-child {
        margin-bottom: 0;
    }

    .lazyRead .noidung .inprocess {
        width: 3px;
        margin-left: -3px;
        position: absolute;
        background: #1E74E8;
        left: 0;
        height: 0;
        display: block;
    }

    .lazyRead .noidung strong {
        display: block;
        margin-bottom: 10px;
    }

.lazyRead .col-md-6 .img-toiuu {
    max-width: 100%;
}

.shadowbox {
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0 0px 2px #0000004d;
    -moz-box-shadow: 0 0px 2px #0000004d;
    -webkit-box-shadow: 0 0px 2px #0000004d;
}

.hot-sale + .shadowbox,
.hot-sale-en + .shadowbox {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.hosting-server-top .container {
    padding-top: 28px;
}

.hosting-server-top .pricebox {
    margin-bottom: 50px;
    border-radius: 8px;
    padding-left: 16px;
    padding-right: 16px;
}

.pricebox.col-md-3:nth-last-child(1),
.pricebox.col-md-3:nth-last-child(2),
.pricebox.col-md-3:nth-last-child(3),
.pricebox.col-md-3:nth-last-child(4) {
    margin-bottom: 32px;
}

.hosting-server-top .serviceNote {
    margin-bottom: 30px;
}

.hosting-server-top .pricebox-content {
    padding-top: 0;
    min-height: 450px;
}

.hosting-server-top .pricebox .pricearea .pricevalue,
.hosting-server-top .pricebox .pricearea .priceunit {
    display: inline;
}

.hosting-server-top .pricebox .pricearea .pricevalue {
    font-size: 22px;
}

    .hosting-server-top .pricebox .pricearea .pricevalue .priceoldnew {
        display: block;
        color: #9e9e9e;
        font-size: 16px;
    }

        .hosting-server-top .pricebox .pricearea .pricevalue .priceoldnew .priceunit {
            color: #9e9e9e;
        }

        .hosting-server-top .pricebox .pricearea .pricevalue .priceoldnew .priceunit {
            font-size: 16px;
        }
/*.hosting-server-top .pricebox .pricearea .pricevalue .priceoldnew s{
                    text-decoration:none;
                }*/
.hosting-server-top .pricebox .pricearea .pricenew {
    color: #ea4649;
}

.hosting-server-top .pricebox:nth-child(1) .titlebox,
.hosting-server-top .pricebox:nth-child(2) .titlebox,
.hosting-server-top .pricebox:nth-child(3) .titlebox,
.hosting-server-top .pricebox:nth-child(4) .titlebox,
.hosting-server-top .pricebox:nth-child(5) .titlebox,
.hosting-server-top .pricebox:nth-child(6) .titlebox {
    background: #FFF;
}

.hosting-server-top .pricebox .titlebox,
.hosting-server-top .pricebox .pricearea,
.hosting-server-top .pricebox .pricearea .priceunit {
    color: #444444;
    text-align: left;
}

.hosting-server-top .pricebox-content {
    background: #FFF;
    padding-top: 12px;
    padding-bottom: 24px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #FFF;
}

.motakhachhang {
    font-size: 14px;
    text-transform: none;
    position: absolute;
    width: 100%;
    height: 44px;
    left: 0;
    top: 26px;
    font-weight: normal;
}

.havemotakhachhang {
    line-height: 95px !important;
}

.motakhachhang {
    width: 100%;
    color: #383838;
    position: relative;
    line-height: unset !important;
    position: relative;
    padding: 0;
    display: block;
    top: 10px;
}

.hosting-server-top .pricebox .pricearea {
    padding: 0 24px 15px 24px;
    display: table-cell;
    height: 103px;
    vertical-align: middle;
}

    .hosting-server-top .pricebox .pricearea .percen {
        padding: 4px 8px;
        background: #EA4649;
        color: #FFF;
        border-radius: 4px;
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        display: block;
        width: 84px;
        margin-top: -28px;
        margin-bottom: 4px;
    }

.hosting-server-top .pricebox .titlebox {
    line-height: unset !important;
    padding: 10px 24px 12px;
    padding-top: 24px;
    font-size: 22px;
    min-height: 72px;
    font-weight: 500;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.hosting-server-top .pricebox .font-weight300 img.icon {
    width: 22px;
    display: block;
    float: left;
    margin-right: 10px;
}

.hosting-server-top .pricebox .font-weight300 span.tex {
    display: block;
    float: left;
    width: calc(100% - 32px);
}

.hosting-server-top .pricebox .font-weight300 {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}

    .hosting-server-top .pricebox .font-weight300:last-child {
        margin-bottom: 0;
    }

.hosting-server-top .pricebox .promoArea {
    display: block;
    margin: 0 auto 15px;
    min-height: 60px;
    text-align: center;
    width: 100%;
}

    .hosting-server-top .pricebox .promoArea span {
        display: inline-block;
        padding: 4px 6px;
        margin: 3px;
        line-height: 14px;
        font-size: 12px;
        cursor: pointer;
        border: solid 1px #4385f4;
        color: #1D2CF3;
        background: #FFF;
        border-radius: 4px;
    }

.hosting-server-top .pricebox .controlarea .btn-datmua {
    border: 1px solid #7fca27;
    background: #7fca27;
    color: #FFF;
    width: calc(100% - 49px);
    height: 42px;
}

.hosting-server-top .pricebox:hover .controlarea .btn-datmua {
    border: 1px solid #619e19;
    background: #619e19;
    cursor: pointer;
}

.hosting-server-top .pricebox .controlarea .btn-datmua.white {
    border: 1px solid #7fca27;
    background: #FFF;
    color: #7fca27;
}

.hosting-server-top .pricebox:hover .controlarea .btn-datmua.white {
    border: 1px solid #619e19;
    background: #FFF;
    color: #619e19;
}

.hosting-server-top .pricebox .descarea {
    text-align: left;
    border-top: none;
    min-height: 502px;
    padding: 20px 9px;
}

    .hosting-server-top .pricebox .descarea span {
        display: inline-block;
    }

.hosting-server-top .pricebox .pricearea .priceoldnew.special {
    display: block;
    line-height: 40px;
}

.matbao-more-info-gray {
    background: url("/images/googleworkspace/more-info-gray.svg") no-repeat;
    background-size: 35px;
    height: 19px;
    width: 35px;
    margin-top: 6px;
    display: inline-flex;
}

.matbao-more-info-gray-revert::after {
    content: url("/images/googleworkspace/more-info-revert.png");
}

.tr_treo.tr_fix tr:first-child {
    position: fixed;
    top: 80px;
    width: 1296px;
    max-width: 100%;
    padding: 0;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

.tr_treo tr + .tr_after td {
    height: 1px;
    padding: 0;
    line-height: 0;
}

.tr_treo.tr_fix tr + .tr_after td {
    height: 212px;
}
.table-bordered > :not(caption) > * {
    border-color: #e9e9e9;
}
.backgroud-talbe .container h3 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 36px;
}

.backgroud-talbe table thead tr td {
    background: #F6F6F6 !important;
    border: solid 1px #e9e9e9;
}

.backgroud-talbe table tbody tr td,
.backgroud-talbe table thead tr td {
    width: 240px;
}

    .backgroud-talbe table tbody tr td:first-child,
    .backgroud-talbe table thead tr td:first-child {
        width: 340px;
        border-left-color:#e9e9e9;
    }

    .backgroud-talbe table tbody tr td .thugon,
    .backgroud-talbe table tbody tr td .morong {
        color: #A1A1A1;
        font-size: 14px;
        padding-left: 20px;
        background: url('/images/googleworkspace/vec_up.svg') left center no-repeat;
        background-size: 12px;
        cursor: pointer;
    }

    .backgroud-talbe table tbody tr td .morong {
        background: url('/images/googleworkspace/vec_down.svg') left center no-repeat;
        background-size: 12px;
    }

.backgroud-talbe table tbody tr .nobor_left_right {
    border-right: none;
    border-left: none;
    padding: 15px 0;
}

.backgroud-talbe table tbody tr td .content-detail-4 {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    font-size: 24px !important;
}

.backgroud-talbe tbody tr td:nth-child(1) .tble_icon {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 0 20px 0 0;
}

    .backgroud-talbe tbody tr td:nth-child(1) .tble_icon img {
        width: 100%;
        height: 100%;
        display: block;
    }

.backgroud-talbe tbody tr td:nth-child(1) .tble_tex {
    display: block;
    float: left;
    width: calc(100% - 40px);
}

.backgroud-talbe table tr td:nth-child(2),
.backgroud-talbe table tr td:nth-child(3),
.backgroud-talbe table tr td:nth-child(4),
.backgroud-talbe table tr td:nth-child(5) {
    text-align: center;
}

.backgroud-talbe .table-bordered {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.backgroud-talbe table {
    border: none !important;
}

    .backgroud-talbe table thead tr td {
        line-height: 20px;
        padding: 24px 16px;
        background: #FFF;
        font-size: 18px !important;
        font-weight: bold;
    }

        .backgroud-talbe table thead tr td strong,
        .backgroud-talbe table thead tr td b {
            display: block;
            margin-bottom: 15px;
        }

        .backgroud-talbe table thead tr td b {
            font-size: 16px;
            margin-bottom: 0;
        }

            .backgroud-talbe table thead tr td b i, .backgroud-talbe table thead tr td .afterb {
                font-style: normal;
                font-size: 14px;
                color: #9e9e9e;
                display: block;
                margin-bottom: 5px;
                text-decoration:line-through;
            }

        .backgroud-talbe table thead tr td span {
            font-weight: normal;
            font-size: 14px;
        }

        .backgroud-talbe table thead tr td .btn-datmua {
            display: block;
            padding: 11px 0;
            text-decoration: none;
            width: 166px;
            max-width: 100%;
            margin: 15px auto 0;
            font-size: 14px;
            border: 1px solid #7fca27;
            background: #7fca27;
            color: #FFF;
        }

            .backgroud-talbe table thead tr td .btn-datmua.white {
                background: #FFF;
                color: #7fca27;
                padding: 5px 0;
                line-height: 18px;
            }

            .backgroud-talbe table thead tr td .btn-datmua:hover {
                background: #619e19;
            }

            .backgroud-talbe table thead tr td .btn-datmua.white:hover {
                background: #FFF;
                color: #619e19;
            }

    .backgroud-talbe table tbody tr td {
        padding: 16px 24px;
        background: #FFF;
        border-bottom: solid 1px #e9e9e9;
        border-right: solid 1px #e9e9e9;
    }

.sx-goihosting .td-addcart {
    border-radius: 0 !important;
    padding: 15px 0px;
    font-weight: bold;
}

.sx-goihosting .td-addcart {
    padding: 0;
}

.sx-goihosting table tr.bg-none td:not(:first-child) a {
    background-color: #fff;
    border: solid 1px #7fca27;
    color: #7fca27;
    font-weight: normal;
    border-radius: 3px !important;
    cursor: pointer;
}

.sx-goihosting .btn-muangay {
    background: #fbfbfb;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    text-align: center;
    font-size: 16px;
    display: inline-block;
}

    .sx-goihosting .btn-muangay:hover {
        background: #7fca27 !important;
        color: #FFF !important;
    }

.sx-goihosting .active.td-addcart {
    background: none !important;
}

.sx-goihosting table tr.bg-none td:not(:first-child).active a {
    background-color: #7fca27 !important;
    color: #FFF;
}

.shadowninset {
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.08);
}

.toggle_area {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

    .toggle_area h3.content-detail-4 {
        display: table-cell !important;
        font-size: 24px !important;
        vertical-align: middle;
    }

#toggleAll {
    width: 190px;
    height: 45px;
    padding: 0 30px 0 20px;
    display: table-cell;
    color: #1E74E8;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #e9e9e9;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

    #toggleAll.g-open:before {
        content: ' ';
        width: 15px;
        height: 15px;
        position: absolute;
        top: 8px;
        right: 20px;
        display: inline-block;
        background: url(/images/googleworkspace/vec_down.svg) center no-repeat;
        background-size: contain;
    }

    #toggleAll.g-open:after {
        content: ' ';
        width: 15px;
        height: 15px;
        position: absolute;
        bottom: 8px;
        right: 20px;
        display: inline-block;
        background: url(/images/googleworkspace/vec_up.svg) center no-repeat;
        background-size: contain;
    }

    #toggleAll.g-close:before {
        content: ' ';
        width: 15px;
        height: 15px;
        position: absolute;
        top: 8px;
        right: 20px;
        display: inline-block;
        background: url(/images/googleworkspace/vec_up.svg) center no-repeat;
        background-size: contain;
    }

    #toggleAll.g-close:after {
        content: ' ';
        width: 15px;
        height: 15px;
        position: absolute;
        bottom: 8px;
        right: 20px;
        display: inline-block;
        background: url(/images/googleworkspace/vec_down.svg) center no-repeat;
        background-size: contain;
    }

#tinhnangdichvu {
    height: 480px;
    overflow: hidden;
}

    #tinhnangdichvu + section {
        height: 506px;
        overflow: hidden;
    }

#tablestrongpoint {
    width: 100%;
    border: none;
}

    #tablestrongpoint thead tr td {
        line-height: 28px;
        padding: 25px 15px;
        font-size: 16px;
        background: #f6f6f6;
        text-align: center;
    }

        #tablestrongpoint thead tr td.red {
            background: #FC4649 !important;
            color: #FFF;
        }

    #tablestrongpoint tbody tr:not(.row_cta) td {
        padding: 16px;
        background: #FFF;
        vertical-align: top;
    }

        #tablestrongpoint tbody tr:not(.row_cta) td:first-child {
            vertical-align: middle;
        }

    #tablestrongpoint thead tr td span b {
        display: block;
        font-size: 18px;
    }

    #tablestrongpoint thead tr td {
        width: calc(50% - 115px);
    }

        #tablestrongpoint thead tr td:first-child {
            width: 230px;
        }

    #tablestrongpoint tr td ul {
        max-width: 425px;
    }

    #tablestrongpoint tr.row_cta td {
        border: none;
    }

    #tablestrongpoint tr td .btn {
        display: block;
        padding: 10px;
        text-decoration: none;
        width: 100%;
        margin: 8px auto 0;
        font-size: 16px;
        border: 1px solid #7fca27;
        background: #7fca27;
        color: #FFF;
    }

        #tablestrongpoint tr td .btn:hover {
            background: #619e19;
        }

#cauhoithuonggap {
    padding: 68px 0;
}

.marbot40 {
    margin-bottom: 40px;
}

.ask-title {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
}

.panel-heading.collapsed {
    margin-top: 0;
    padding: 8px 0;
}

.collapse .panel-body {
    padding-left: 25px;
}

.panel-default > .panel-heading {
    background: none;
    border: none;
    display: inline-block;
    margin-top: 0 !important;
    width: 100%;
    cursor: pointer;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding-top: 0;
        padding-left: 40px;
    }

    .panel-default > .panel-heading .panel-title {
        line-height: 26px;
    }

    .panel-default > .panel-heading i {
        color: #ff4343;
        margin-right: 10px;
        float: left;
        font-size: 16px;
    }

    .panel-default > .panel-heading span {
        display: inline-block;
        width: calc(100% - 30px);
        margin-bottom: 12px;
        float: left;
        font-size:16px;
    }

.panel-collapse .panel-body {
    padding: 15px 0;
    padding-right: 15px;
    margin-left: 25px;
}

    .panel-collapse .panel-body [href*='.'], #dichvudikem [href] {
        color: #2749cf;
        text-decoration: underline;
    }

.panel-default > .panel-heading.collapsed i:before {
    content: "►";
    font-style: initial;
}

.panel-default > .panel-heading.active i:before {
    content: "▼";
    font-style: initial;
}

.green-content {
    background: url(/images/googleworkspace/green-background.svg) bottom left no-repeat, #34a853;
    display: block;
}

    .green-content .container {
        position: relative;
        padding-bottom: 64px;
    }

    .green-content .gr-icon {
        background: #FFF;
        padding: 0 20px;
        width: 320px;
        max-width: 100%;
        display: block;
        text-align: center;
        margin: 0 auto 30px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

        .green-content .gr-icon img {
            margin: 10px 5px;
        }

    .green-content .content-detail-4 {
        color: #FFF;
        margin-top: 40px;
        margin-bottom: 15px;
    }

    .green-content .desc {
        font-size: 16px;
        width: 450px;
        max-width: 100%;
        display: block;
        color: #FFF;
        margin: 0 auto 15px;
    }

    .green-content .btn {
        width: 230px;
        display: block;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        background: #FFF;
        border-radius: 4px;
        color: #444;
    }

    .green-content .googlecloud {
        position: absolute;
        bottom: 15px;
        right: 15px;
        height: 45px;
        z-index: 1;
    }

.linkArrow {
    display: block;
    margin-top: 12px;
    color: #9E9E9E;
}

    .linkArrow:hover {
        color: #9E9E9E;
        text-decoration: underline;
        cursor: pointer;
    }

    .linkArrow:after {
        display: inline-block;
        content: ' ';
        width: 44px;
        height: 10px;
        margin-left: 10px;
        background: url(/images/googleworkspace/Arrow.svg) center no-repeat;
    }

.Banner {
    display: block;
    position: relative;
    margin-bottom: 6px;
    box-shadow: 1px 4px 5px rgb(0 0 0 / 10%);
    cursor: pointer;
}

    .Banner img {
        display: block;
        width: 100%;
        padding: 0 15px;
    }

.re-content .link {
    text-decoration: underline;
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
}

#bannerDesk, #bannerMobi {
    display: inline-block;
    width: 100%;
    height: 60px;
    cursor: pointer;
    box-shadow: 1px 2px 3px #0000001a;
    background: #053BFB;
}
/*#bannerDesk {
			background: url(/images/googleworkspace/top-tach-nen-bg.svg) center no-repeat;
            background-size: 100%;
        }*/
.bannercell {
    display: table;
    width: 100%;
    height: 60px;
    text-align: right;
    vertical-align: middle;
    position: relative;
}

.support_area .container:after {
    width: 32px;
    height: 32px;
    display: block;
    background: url(/images/googleworkspace/icon_GWS_hotline.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 12px;
    top: 12px;
    content: "";
}

.supportTable .googlecloud {
    position: absolute;
    bottom: 15px;
    right: 15px;
    height: 45px;
    z-index: 1;
}

.support_area {
    display: block;
    width: 100%;
    background: #F6F9FF;
}

    .support_area .container {
        position: relative;
    }

        .support_area .container:before {
            width: 58px;
            height: 84px;
            display: block;
            background: url(/images/email4b/bookmark_goc.svg) center no-repeat;
            background-size: contain;
            position: absolute;
            right: 0;
            top: 0;
            content: "";
        }

.supportTable {
    display: table;
}

    .supportTable > div:not(.row) {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

    .supportTable div.hinh {
        text-align: center;
        position: relative;
    }
    .supportTable .row {
        align-items: center;
        justify-content: center;
    }
            .supportTable div.hinh > img {
                margin: 0 auto;
                height: 350px;
                max-width: calc(100% - 30px);
            }
            .supportTable > div.hinh span b {
                font-size: 20px;
                display: block;
            }

.support_area .container i {
    font-size: 14px;
    display: block;
    margin-bottom: 0;
}

.support_area .container strong {
    color: #212121;
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}

.support_area .container span {
    color: #212121;
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}

.support_area .best2020 {
    height: 54px;
    display: block;
}

.subcontainer {
    width: 540px;
    max-width: 100%;
}

.support_area .container a.btn {
    padding: 10px 20px;
    margin: 4px 0 10px;
    color: #FFF;
    font-size: 16px;
    background: #7fca27;
    border-radius: 8px !important;
}

.support_area .container:after {
    width: 32px;
    height: 32px;
    display: block;
    background: url(/images/cloud-hosting/icon_CloudHosting_hotline.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 12px;
    top: 12px;
    content: "";
}

.onlymobi{
    display:none;
}
@media (max-width: 1400px) {
    #slider_price .slick-dots li button::before {
        display: inline-block;
        background: #FFF;
        border: solid 1px #ea4441;
        color: #FFF;
        border-radius: 50%;
        opacity: 1 !important;
        width: 15px;
        height: 15px;
    }

    #slider_price li.slick-active button::before {
        background: #ea4441 !important;
        opacity: 1 !important;
        color: #ea4441 !important;
        border: solid 1px #ea4441;
    }

    .tr_treo.tr_fix tr:first-child {
        max-width: initial;
        width:auto;
    }
}

@media (max-width: 1200px) {
    /*#region first area */
    .topbanner-ggws .container .haf-image,
    .topbanner-ggws .container .haf-content {
        width: 50%;
    }

        .topbanner-ggws .container .haf-image img {
            max-width: 100%;
        }
    /*#endregion */
}

@media (max-width: 1024px) {
    .hosting-server-top .pricebox .titlebox {
        font-size: 27px;
    }
}

@media (max-width: 992px) {
    .only-pc, .desktop {
        display: none !important;
    }
    /*#region first area */
    .topbanner-ggws .container {
        padding: 32px 15px 0;
    }

        .topbanner-ggws .container .haf-image,
        .topbanner-ggws .container .haf-content {
            width: 100%;
        }

        .topbanner-ggws .container .haf-image {
            text-align: center;
        }

        .topbanner-ggws .container .haf-content h1 {
            margin: 12px 0 16px;
            font-size: 18px;
            line-height: 28px;
        }

        .topbanner-ggws .container .haf-content .btn {
            display: block;
            margin-right: 0;
            margin-bottom: 20px;
            width: auto;
        }

        .topbanner-ggws .container .haf-content .only-pc + a {
            display: block;
            margin: 0 auto 50px;
            text-align: center;
        }
    /*#endregion */
    /*#region price list */
    .ls-icon {
        margin-bottom: 1px;
    }

        .ls-icon .item {
            margin: 0 10px 24px;
            width: calc(10vw - 4px);
        }

            .ls-icon .item img {
                max-width: 100%;
                margin-bottom: 0;
            }

    .price-list .tab-title {
        font-size: 24px;
        line-height: 32px;
    }
    /*#endregion */
}

@media (max-width: 992px) {
    .hosting-server-top .pricebox {
        width: 350px !important;
        margin: 50px 8px 5px 8px;
        margin-bottom: 15px;
        padding: 0;
        position: relative !important;
        box-shadow: 0 0 5px #0000004d;
    }

    .hot-sale {
        width: 350px !important;
        left: 0;
    }
    .scroll-overflow {
        display: inline-block;
        width: calc(100% - 110px);
        margin-left: 110px;
        overflow-x: auto;
        overflow-y: visible;
    }

        .scroll-overflow thead tr td {
            height: 54px;
            background: none !important;
        }

        .scroll-overflow tbody tr td {
            vertical-align: top !important;
            height: 98px;
            padding-top: 10px;
            background: #fff;
        }

            .scroll-overflow tbody tr td.superH {
                height: 120px;
            }

            .scroll-overflow thead tr th:first-child,
            .scroll-overflow tbody tr th:first-child,
            .scroll-overflow thead tr td:first-child,
            .scroll-overflow tbody tr td:first-child {
                left: 0;
                position: absolute;
                top: auto;
                width: 120px !important;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .scroll-overflow td[class*='colf_'],
        .scroll-overflow td.td-addcart {
            height: 50px !important;
        }

        .scroll-overflow .table-bordered {
            margin-left: 0;
            width: 100%;
            position:initial;
        }

    .scroll-overflow {
        width: calc(100% - 145px);
        margin-left: 164px;
    }

        .scroll-overflow tbody tr td {
            height: 54px;
            min-height: 66px;
        }

        .scroll-overflow td.hei {
            height: 72px;
        }

        .scroll-overflow td.hei1 {
            height: 92px;
        }

        .scroll-overflow td.hei1x {
            height: 111px;
        }

        .scroll-overflow td.hei1y {
            height: 131px;
        }
        .scroll-overflow td.hei1z {
            height: 151px;
        }

        .scroll-overflow td.hei2 {
            height: 221px;
        }

        .scroll-overflow thead tr th:first-child, .scroll-overflow tbody tr th:first-child, .scroll-overflow thead tr td:first-child, .scroll-overflow tbody tr td:first-child {
            width: 160px !important;
            margin-left: 15px;
            min-height: 58px;
            padding: 15px 20px;
            border-right: none;
            box-shadow: 2px 3px 5px #0000001a;
        }

        .scroll-overflow thead tr td:first-child {
            min-height: 153px;
            margin-top: -1px;
            background: #FFF !important;
        }
        .scroll-overflow tbody tr:last-child td:first-child{
            padding-right:10px;
        }
        .content-toiuu .container {
            max-width: 100%;
        }
    .backgroud-talbe table thead tr td {
        border-bottom: none;
    }

    .backgroud-talbe tbody tr td:nth-child(1) .tble_icon {
        display: none;
    }

    .backgroud-talbe tbody tr td:nth-child(1) .tble_tex {
        width: 100%;
        float: none;
        display: inline;
    }

    .backgroud-talbe table tr td:nth-child(2), .backgroud-talbe table tr td:nth-child(3), .backgroud-talbe table tr td:nth-child(4), .backgroud-talbe table tr td:nth-child(5) {
        text-align: center;
        min-width: 136px;
    }

    .backgroud-talbe table thead tr td .btn-datmua {
        width: 103px;
    }

    .backgroud-talbe table thead tr td strong {
        min-height: 40px;
    }

        .backgroud-talbe table thead tr td strong + span {
            display: none;
        }

    .backgroud-talbe table thead tr td .btn-datmua.white {
        padding: 5px;
        width: 140px;
    }

    .backgroud-talbe tbody tr td:nth-child(1) {
        border-left: solid 1px #e9e9e9;
        overflow: initial;
    }
    .price-list .container{
        max-width:100%;
    }
}

@media (max-width: 768px) {
    .main {
        font-size: 14px;
    }

    .superCenter {
        display: block;
        height: auto;
    }

        .superCenter .col-md-6, .superCenter .col-md-5, .superCenter .col-md-7, .superCenter .col-md-8, .superCenter .col-md-4 {
            display: block;
            width: 100%;
            float: left;
        }

        .superCenter .nopadding {
            padding: 0 !important;
        }

    .SuperMenu {
        height: auto;
        border-top: solid 1px #e9e9e9;
        padding: 15px 0;
    }

    .SuperFix {
        top: 0;
    }

    .SuperMenu ul {
        text-align: center;
        float:none;
        margin-bottom: 0;
    }

        .SuperMenu ul li {
            display: table-cell;
            cursor: pointer;
            float: none;
            width: 25%;
            padding: 3px 5px;
            font-size: 16px;
        }

    #bannerMobi {
        /*background: url(/images/googleworkspace/tach-nen-bg.svg) center no-repeat;
                background-size: 100%;*/
        background: #053BFB;
        padding: 0;
        height: 65px;
        display: block;
    }

        #bannerMobi .bannercell > img {
            height: 25px;
            margin: 0 20px;
        }

    #tinhnangdichvu, #tinhnangdichvu + section {
        height: auto;
    }
    .slider-hosting .slick-list {
        padding-top: 15px !important;
        padding-left: 0 !important;
        padding-right: 30px !important;
    }

    .hosting-server-top .pricebox {
        width: 300px !important;
        margin: 0 8px 5px 8px;
        margin-bottom: 35px;
        padding: 0;
        position: relative !important;
        box-shadow: 0 0 5px #0000004d;
    }

        .hosting-server-top .pricebox .promoArea {
            padding-left: 25px;
            text-align: left;
        }

        .hosting-server-top .pricebox .pricearea .priceoldnew.special {
            line-height: 28px;
        }

        .hosting-server-top .pricebox .descarea {
            min-height: 410px;
        }

    .pricebox.col-md-3:nth-last-child(1),
    .pricebox.col-md-3:nth-last-child(2),
    .pricebox.col-md-3:nth-last-child(3),
    .pricebox.col-md-3:nth-last-child(4) {
        margin-bottom: 40px;
    }

    .backgroud-talbe .table-bordered {
        width: calc(100% - 30px);
    }

    .backgroud-talbe table tbody tr td {
        padding: 15px;
        vertical-align: middle !important;
    }

    #goiWorkSpace {
        width: calc(100vw - 15px);
    }
    .scroll-overflow tbody tr:first-child td {
        border-top: none;
    }

    .bogoc-botom {
        border-bottom-left-radius: 8px;
    }

    #tablestrongpoint thead tr td {
        vertical-align: top;
    }

        #tablestrongpoint thead tr td span b {
            width: 100px;
            margin: 0 auto;
        }

    #tablestrongpoint tbody tr:not(.row_cta) td ul li {
        font-size: 11px;
    }

    #tablestrongpoint tbody tr:not(.row_cta) td:first-child {
        vertical-align: top;
    }

        #tablestrongpoint tbody tr:not(.row_cta) td:first-child b {
            font-size: 13px;
        }

    #tablestrongpoint thead tr td.red img {
        width: 102px;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding-left: 28px;
    }

    .panel-default > .panel-heading.collapsed i:before {
        content: " ";
        background: url(/images/googleworkspace/right.svg);
        background-size: 17px 17px;
        width: 17px;
        height: 17px;
        margin-top: 3px;
        display: inline-block;
        font-style: initial;
    }

    .panel-default > .panel-heading.active i:before {
        content: " ";
        background: url(/images/googleworkspace/down.svg);
        background-size: 17px 17px;
        width: 17px;
        height: 17px;
        margin-top: 3px;
        display: inline-block;
        font-style: initial;
    }

    .ask-title {
        margin-bottom: 35px;
    }

    #cauhoithuonggap .container {
        display: inline-block;
        width: 100%;
    }

    .panel-default > .panel-heading {
        margin: 10px 0;
        box-shadow: 0 1px 4px #00000054;
        border-radius: 5px;
        display: inline-block;
    }

    .ls-icon {
        margin-bottom: 1px;
    }

        .ls-icon .item {
            margin: 0 10px 24px;
            width: calc(10vw - 4px);
        }

            .ls-icon .item img {
                max-width: 100%;
                margin-bottom: 0;
            }

    .hosting-server-top .container {
        padding-top: 0;
    }

        .hosting-server-top .container .content-detail-4,
        #dichvudikem .container .content-detail-4 {
            text-align: center !important;
        }

    .hosting-server-top .pricebox .pricearea {
        height: auto;
    }

        .hosting-server-top .pricebox .pricearea .pricevalue .priceoldnew {
            line-height: 16px;
        }

        .hosting-server-top .pricebox .pricearea .pricenew {
            line-height: 16px;
            display: inline-block;
        }

    .matbao-more-info-gray {
        margin-top: 14px;
    }

    .content-toiuu,
    #cauhoithuonggap {
        padding: 40px 0;
    }

    .fullimg {
        max-width: calc(100vw - 30px);
    }

    .img-toiuu {
        max-width: calc(100vw - 30px);
        height: auto;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .content-detail-6 .btn {
        padding: 10px 20px;
        white-space: normal;
        width: auto;
    }

    .container video {
        width: auto;
        margin-bottom: 24px;
    }

    .content-toiuu .container ul li {
        margin-bottom: 12px;
    }

        .content-toiuu .container ul li img.img-toiuu {
            margin-left: -10px;
        }

    #viewmore {
        display: block;
        margin-top: 12px;
    }

    .content-toiuu .container .content-detail-4 {
        font-size: 24px;
        margin-bottom: 24px;
        text-align: left;
        line-height: 30px !important;
    }

    .green-content .container {
        padding-bottom: 85px;
    }

    .backgroud-talbe .table-bordered {
        position: initial;
        border-radius: 0;
    }

    .desktop, td[colspan="5"] {
        display: none !important;
    }

    #tablestrongpoint tr td {
        width: 33.3%;
    }

        #tablestrongpoint tr td .btn {
            white-space: normal;
        }

    .panel-heading.collapsed {
        padding: 8px 15px;
    }

    [data-show="img_hinh"], .lazyRead .onlypc {
        display: none !important;
    }

    .mobilecenter {
        text-align: center !important;
    }
    .onlymobi {
        display: block;
    }
    .supportTable div.hinh img{
        max-height:300px;
    }
}

@media (max-width: 550px) {
    .SuperMenu ul li:nth-child(1),
    .SuperMenu ul li:nth-child(2),
    .SuperMenu ul li:nth-child(3) {
        border-right: solid 1px #898989;
    }

    .toggle_area, .toggle_area h3.content-detail-4 {
        display: block !important;
        width: 100%;
    }

        .toggle_area h3.content-detail-4 {
            margin-bottom: 15px !important;
        }

    .notbot {
        padding-bottom: 0;
    }

    #tinhnangdichvu {
        height: 635px;
    }

        #tinhnangdichvu + section {
            height: 710px;
        }

    #captchatBaoGia > div {
        width: 100% !important;
        height: 76px !important;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        overflow: hidden;
    }

        #captchatBaoGia > div iframe {
            margin-top: -1px;
            margin-left: -1px;
            width: 295px !important;
            height: 75px;
        }

    .supportTable .googlecloud {
        position: absolute;
        top: 15px;
        right: 15px;
        height: 45px;
        z-index: 1;
    }
}

@media (max-width: 320px) {
    .SuperMenu ul li:nth-child(1),
    .SuperMenu ul li:nth-child(2) {
        border-right: solid 1px #898989;
    }

    .SuperMenu ul li:nth-child(3) {
        border-right: none;
    }

    .hosting-server-top .pricebox, .hot-sale {
        width: 260px !important;
    }

    #tablestrongpoint thead tr td span b {
        width: auto;
    }

    #tablestrongpoint thead tr td.red img {
        display: none;
    }
}


/*#endregion */