img,
legend {
    border: 0;
}
button:disabled,
button[disabled],
html input[disabled] {
    cursor: default;
}
body,
img {
    width: 100%;
}
.hosting,
.tc {
    text-align: center;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    position: static;
    z-index: 1;
}
p a {
	text-decoration:underline;
}
.header,
.header__nav,
.header__nav .nav,
.wrapper,
sub,
sup {
    position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
optgroup,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre,
textarea {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
.pa-0,
legend,
td,
th {
    padding: 0;
}
.pb-0,
.pl-0,
.pr-0,
.pt-0 {
    padding-bottom: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1 {
    margin: 0.67em 0;
    font-weight: 300;
    font-size: 50px;
}
.heading-2 {
    color: #0005A5;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 30px;
}
@media (min-width: 30em) {
    .heading-2 {
        font-size: 40px;
    }
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.clr-orange {
    color: #0005A5;
}
.clr-green {
    color: #7dc344;
}
.clr-blue {
    color: #3972F1;
}
.clr-red {
    color: #EB5533;
}
.clr-black {
    color: #000;
}
.pt-xs {
    padding-top: 0.25rem;
}
.pt-s {
    padding-top: 0.5rem;
}
.pt-m {
    padding-top: 1rem;
}
.pt-l {
    padding-top: 2rem;
}
.pt-xl {
    padding-top: 4rem;
}
.pt-xxl {
    padding-top: 8rem;
}
.pt-xxxl {
    padding-top: 16rem;
}
.pb-xs {
    padding-bottom: 0.25rem;
}
.pb-s {
    padding-bottom: 0.5rem;
}
.pb-m {
    padding-bottom: 1rem;
}
.pb-l {
    padding-bottom: 2rem;
}
.pb-xl {
    padding-bottom: 4rem;
}
.pb-xxl {
    padding-bottom: 8rem !important;
}
.pb-xxxl {
    padding-bottom: 16rem;
}
.plr-s {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.plr-m {
    padding-right: 1rem;
    padding-left: 1rem;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-xs {
    margin-bottom: 0.25rem;
}
.mb-s {
    margin-bottom: 0.5rem !important;
}
.mb-sm {
    margin-bottom: 0.75rem !important;
}
.mb-m {
    margin-bottom: 1rem !important;
}
.mb-l {
    margin-bottom: 2rem !important;
}
.mb-xl {
    margin-bottom: 4rem !important;
}
.mt-0 {
    margin-top: 0;
}
.mt-xs {
    margin-top: 0.25rem;
}
.mt-s {
    margin-top: 0.5rem;
}
.mt-m {
    margin-top: 1rem;
}
.mt-l {
    margin-top: 2rem;
}
.mt-xl {
    margin-top: 4rem;
}
.mt-xxl {
    margin-top: 8rem;
}
.mt-xxxl {
    margin-top: 16rem;
}
.mr-0 {
    margin-right: 0;
}
.mr-xs {
    margin-right: 0.25rem;
}
.mr-s {
    margin-right: 0.5rem;
}
.mr-m {
    margin-right: 1rem;
}
.mr-l {
    margin-right: 2rem;
}
.mrl-s {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
.mrl-m {
    margin-right: 1rem;
    margin-left: 1rem;
}
.ma-0 {
    margin: 0;
}
.ma-xs {
    margin: 0.25rem;
}
.ma-s {
    margin: 0.5rem;
}
.ma-m {
    margin: 1rem;
}
.ma-l {
    margin: 2rem;
}
.ma-xl {
    margin: 4rem;
}
.ma-xxl {
    margin: 8rem;
}
.ma-xxxl {
    margin: 16rem;
}
.wrapper {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    z-index: 5;
}
@media (min-width: 48em) {
    .heading-2 {
        font-size: 40px;
    }
    .wrapper {
        padding-left: 18px;
        padding-right: 18px;
    }
}
.header {
    padding-top: 10px;
}
.header a,
.header div,
.header span {
    
}
.header .wrapper {
    padding-left: 0;
    padding-right: 0;
}
.header__top {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 62em) {
    .header .wrapper {
        padding-left: 18px;
        padding-right: 18px;
    }
    .header__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.header__nav .nav,
.header__top-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.header__top-right {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 5px;
}
.header__top-right .desktop-hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0;
}
@media (min-width: 62em) {
    .header__top-right {
        width: 200px;
    }
    .header__top-right .desktop-hide {
        display: none;
    }
}
.header__top-right .desktop-hide .icon-lang img,
.header__top-right .desktop-hide .icon-lang svg {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-right: 5px;
}
.header__top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
.header__top-left .first {
    display: none;
}
@media (min-width: 62em) {
    .header__top-left {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }
    .header__top-left .first {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px;
    }
}
.header__top-left div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0;
    padding: 0;
}
.header__top .site-logo {
    width: 160px;
    margin-right: auto;
    margin-left: 7px;
    margin-bottom: 10px;
    height: 100%;
}
@media (min-width: 30em) {
    .header__top .site-logo {
        margin-left: 15px;
    }
}
@media (min-width: 62em) {
    .header__top .site-logo {
        margin: 0;
        width: 188px;
        height: 100%;
    }
}
.header__top .btn-call,
.header__top .btn-mail,
.header__top .btn-order,
.header__top .mail-mob {
    all: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.header__top .btn-call img,
.header__top .btn-mail img,
.header__top .btn-order img,
.header__top .mail-mob img {
    width: 20px;
    height: 20px;
    margin-right: 7.5px;
}
.header__top .mail-mob img {
    margin-left: 20px;
}
@media (min-width: 62em) {
    .header__top .btn-call img,
    .header__top .btn-mail img,
    .header__top .btn-order img,
    .header__top .mail-mob img {
        width: 17px;
        height: 17px;
    }
}
.header__top .btn-call,
.header__top .btn-order {
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    border-radius: 32px;
    height: 70%;
    padding: 15px 20px;
    border: none;
    margin-left: 10px;
    cursor: pointer;
}
.header__top .btn-call span,
.header__top .btn-order span {
    color: currentColor;
    font-weight: 500;
    cursor: pointer;
}
@media (min-width: 62em) {
    .header__top .btn-call,
    .header__top .btn-order {
        padding: 6px 13px;
        font-size: 14px;
        cursor: pointer;
    }
}
.header__top .btn-call {
    padding: 0;
    color: #3972F1;
    cursor: pointer;
}
.header__top .btn-mail {
    color: #3972F1;
    font-size: 15px;
    font-weight: 500;
    margin-left: auto;
}
.header__top .btn-mail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3972F1;
}
.btn-mail.client-login a {
	color: #000 !important;
	font-weight: 400;
}
.client-login span.material-symbols-outlined {
    font-size: 18px;
    margin-right: 5px;
}
.header__top .btn-lang {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
}
@media (min-width: 62em) {
    .header__top .btn-call {
        padding: 6px 13px;
        cursor: pointer;
    }
    .header__top .btn-lang {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.header__top .btn-lang img {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-right: 5px;
}
.header__top .btn-call span {
    /*display:none*/
}
.header__top .btn-order {
    color: #fff;
    background-color: transparent;
    cursor: pointer;
}
@media (min-width: 62em) {
    .header__top .btn-call span {
        display: block;
        cursor: pointer;
    }
    .header__top .btn-order {
        background-color: #EB5533;
        cursor: pointer;
    }
    .header__nav {
        margin-top: 10px;
    }
}
.header__nav {
    background-color: #fff;
    border-top:1px solid #eee;
    z-index: 9;
    -webkit-font-smoothing: antialiased;
}

.header__nav .nav > .nav__item a {
	color:#222;
	font-weight:400;
}

.header__nav .dropdown-menu a {
	
}

.header__nav .wrapper {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 62em) {
    .header__nav .wrapper {
        padding-left: 18px;
        padding-right: 18px;
    }
}
.header__nav .nav {
    list-style: none;
    color: #fff;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0 0 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: capitalize;
    display: none;
    z-index: 999;
}
@media (min-width: 62em) {
    .header__nav .nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 999;
    }
}
.channel-slide,
.header .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.header__nav .nav:after,
.header__nav .nav:before {
    content: none !important;
}
.header__nav .nav__item {
    position: relative;
    border-bottom: 1px solid #0005A5;
    border-top: 1px solid #3972F1;
    padding: 10px 0;
}
.header__nav .nav__item a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    padding: 0 20px;
    font-weight: 300;
    letter-spacing: 1px;
}
.header__nav .dropdown-menu li:hover > a,
.header__nav .nav__item:hover > a {
    color: #3972F1;
}
.header__nav .nav__item img {
    width: 8px;
    height: 8px;
    margin-left: 5px;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    fill: #fff;
}
.header__nav .nav__item:hover > a svg {
    fill: #3972F1;
}
@media (min-width: 62em) {
    .header__nav .nav__item {
        border: none;
    }
    .header__nav .nav__item a {
        padding: 2px 0;
        font-size: 15px;
        letter-spacing: 0;
        font-weight: 500;
    }
    .header__nav .nav__item:hover .dropdown-menu {
        display: block;
    }
    .header__nav .dropdown-menu {
        position: absolute;
        border: none;
    }
}
.header__nav .dropdown-menu {
    list-style: none;
    padding: 6px 16px;
    background-color: #fff;
    top: 100%;
    display: none;
    -webkit-box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.15);
}
.header__nav .dropdown-menu li {
    padding: 6px 0;
    width: 100%;
}
@media (min-width: 62em) {
    .header__nav .dropdown-menu li {
        width: 160px;
    }
}
.header__nav .dropdown-menu li a {
    background-color: transparent;
    font-size: 14px;
    white-space: initial;
}
.header__banner {
    margin-top: -12px;
}
.header .slide-banner {
    width: 100%;
    height: 380px;
    background-position: left bottom;
    background-size: cover;
}
.header .slide-banner--1 {
    background-color: #0005A5;
    background-image: url(../images/mst-banner/vhostweb-banner1.jpg);
}
.header .slide-banner--1 .paragraph {
    line-height: 1.9;
}
.header .slide-banner--2 {
    background-color: #c840be;
    background-image: url(../images/mst-banner/vhostweb-banner2.jpg);
}
.header .slide-banner--2 .heading-1 {
    border-color: #fff;
}
.header .slide-banner--2 .paragraph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .slide-banner--2 .paragraph img {
    width: 24px;
    height: 24px;
    margin-right: 1.2vh;
    -ms-flex-item-align: self-start;
    -ms-grid-row-align: self-start;
    align-self: self-start;
    margin-top: 5px;
}
.header .slide-banner--3 {
    background-color: #0082ca;
    background-image: url(../images/mst-banner/vhostweb-banner3.jpg);
}
.header .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 56vh;
    width: 40vh;
    margin: 0 auto;
}
@media (min-width: 30em) {
    .header .slide-banner {
        background-position: center;
    }
    .header .content {
        margin-left: 112px;
    }
}
.header .content .heading-1 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 1.5vh;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 1.5px;
}
.nav__item.toggle > a,
.toggle > a {
    padding-bottom: 10px;
}
.header .content .paragraph {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 1vh;
}
@media (min-width: 48em) {
    .header .content {
        width: 35vh;
    }
    .header .content .paragraph {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5;
    }
    .nav__item.toggle > a {
        padding-bottom: 0;
    }
}
.header .content .paragraph .heading-6 {
    display: -webkit-box;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.75px;
}
.header .content .paragraph .heading-6 img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}
.header .content .paragraph span {
    color: #EB5533;
    font-weight: 700;
    font-size: 20px;
}
.header .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #fff;
    border-radius: 0.4vh;
    opacity: 1;
}
.header .swiper-pagination-bullet-active {
    background: rgba(255,255,255,0.5);
    outline: 0;
}
.hamburger {
    width: 22px;
    height: 22px;
    margin-left: 10px;
    -webkit-transform: translateY(-2.5px);
    -ms-transform: translateY(-2.5px);
    transform: translateY(-2.5px);
}
.toggle > a {
    color: #3972F1 !important;
}
.mail-mob svg {
    fill: #fff !important;
}
.icon-mail {
    fill: #3972F1;
}
.icon-mail-2 {
    fill: #fff;
    width: 25px;
    height: 25px;
    margin-left: 20px;
}
.dropdown-menu.last {
    width: 100% !important;
}
@media (min-width: 62em) {
    .mail-mob {
        display: none !important;
    }
    .dropdown-menu.last {
        width: initial !important;
        right: 0;
    }
}
@media (min-width: 93.5em) {
    .dropdown-menu.last {
        right: unset;
    }
}
.pt-0 {
    padding-top: 0;
}
div.row.header-detail img,
section.detail-zone.detail-page img,
td._item img,
ul.whyuse img {
    width: initial;
}
section.banner-zone {
    margin-top: 12px;
}
@media (min-width: 62em) {
    section.banner-zone {
        margin-top: 6px;
    }
}
.col-sm-12.detail-zone {
    position: relative;
    z-index: 5;
}
.footer {
    background-color: #0005A5;
    margin-bottom: -15px;
}
.footer__nav {
    list-style: none;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 0 0;
}
.footer__nav li {
    margin: 0 7px 30px;
    width: 40%;
}
@media (min-width: 400px) {
    .footer__nav li {
        width: 115px;
    }
}
@media (min-width: 48em) {
    .footer__nav li {
        margin-bottom: 10px;
    }
}
.footer__nav li .heading {
    font-size: 1.2em;
    font-weight: 300;
    margin: 0 0 10px;
    color: #fff;
    padding-bottom: 2px;
}
.footer__nav li .heading a {
    font-weight: 500;
}
.footer__nav li a {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    display: block;
    padding: 5px 0;
}
.footer__foot {
    background-color: #01068a;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
.footer p.footer__text {
    font-size: 12.5px;
    font-weight: 300;
    padding: 10px 0;
}
.hosting .card__heading,
body#app {
    -webkit-font-smoothing: antialiased !important;
}
.hosting {
    background-color: #f5f5f5;
    margin-top: -35px;
    padding: 32px 0 50px;
}
.hosting .heading-2 {
    margin-bottom: 10px;
    font-size: 44px;
}
.hosting__paragraph {
    font-size: 25px;
    font-weight: 100;
    margin: 0;
}
.hosting__cards {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 62em) {
    .hosting__cards {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.hosting .card {
    width: 100%;
    max-width: 244px;
    border-radius: 8px;
    overflow: inherit;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.12);
    margin-top: 30px;
    margin-right: 2px;
    background-color: #fff;
}
.hosting .card__heading {
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 1.1;
    font-weight: 400;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 8px 8px 0 0;
}
.hosting .card__heading img {
    width: auto;
    height: 15px;
    position: absolute;
    top: 6px;
    right: 6px;
}
.hosting .card__content {
    background-color: transparent;
    padding: 22px 15px 13px;
    height: auto;
}
.card__content span.material-symbols-outlined {
	text-align: right !important;
	display:block !important;
}
.hosting .card__content .price {
    font-size: 59px;
    font-weight: 500;
}
.hosting .card__content .price span {
    display: block;
    font-size: 13px;
    margin: -8px 0;
}
.hosting .card__content p {
    font-size: 18px;
    color: #000;
}
.hosting .card__content img {
    width: 14px;
    height: 12px;
}
.hosting .card--linux .card__heading {
    background-color: #0005A5;
}
.hosting .card--linux .price {
    color: #0005A5;
}
.hosting .card--windows .card__heading {
    background-color: #7dc344;
}
.hosting .card--windows .price {
    color: #7dc344;
}
.hosting .card--c-server .card__heading {
    background-color: #3972F1;
}
.hosting .card--c-server .price {
    color: #3972F1;
}
.hosting .card--d-server .card__heading {
    background-color: #EB5533;
}
.hosting .card--d-server .price {
    color: #EB5533;
}
.hosting .card--vps-server .card__heading {
    background-color: #4e2978;
}
.hosting .card--vps-server .price {
    color: #4e2978;
}
.features {
    background-color: #fff;
    padding: 45px 0 25px;
}
.features .heading-2 {
    font-size: 44px;
    margin-bottom: 40px;
}
.features__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 30em) {
    .features__cards {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media (min-width: 62em) {
    .features__cards {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.features .card {
    padding-top: 15px;
    padding-bottom: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    color: #000;
}
@media (min-width: 30em) {
    .features .card {
        display: block;
        width: 175px;
        background-color: #0005A5;
        color: #fff;
        -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    }
}
.features .card__icon {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 8px;
}
@media (min-width: 30em) {
    .features .card__icon {
        padding: 8px 0;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}
.features .card__icon img {
    width: 40px;
}
.features .card p {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin: 0;
}
@media (min-width: 30em) {
    .features .card p {
        text-align: center;
        font-size: 14px;
        font-weight: 300;
    }
}
.domain-regs {
    background-image: url(../images/mst-banner/vhostweb-banner4.jpg);
    width: 100%;
    height: 370px;
    background-position: center;
    background-size: cover;
}
.domain-regs .flex-center {
    padding-top: 36px;
}
.domain-regs .heading-2 {
    color: #fff;
    margin: 0;
    padding: 20px 0;
    font-size: 30px;
}
@media (min-width: 30em) {
    .domain-regs .heading-2 {
        font-size: 40px;
    }
}
@media (min-width: 48em) {
    .domain-regs .heading-2 {
        font-size: 44px;
    }
    .domain-regs__input {
        width: 675px;
    }
}
.domain-regs__text {
    color: #fff;
    text-align: center;
    font-size: 13.8px;
    font-weight: 300;
    max-width: 400px;
    margin: -7.5px auto 0;
}
.domain-regs__input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.domain-regs__input input {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 300;
    border-radius: 6px;
    border: none;
    margin: auto;
}
.domain-regs__input input::-webkit-input-placeholder {
    color: #3972F1;
}
.domain-regs__input img {
    width: 17.5px;
    height: 17.5px;
    position: absolute;
    top: 35%;
    right: 15px;
}
.vhost-web {
    background-color: #fff;
    margin-top: -35px;
    padding-top: 18px;
    padding-bottom: 28px;
}
.vhost-web .heading-2 span {
    color: #0005A5;
    font-size: 44px;
}
.vhost-web .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}
.vhost-web .flex-container__img {
    width: 35%;
    display: none;
}

.vhost-web .item .material-symbols-outlined {
	color: #4e2978;
}
@media (min-width: 48em) {
    .vhost-web .flex-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .vhost-web .flex-container__img {
        display: block;
    }
}
.vhost-web .flex-container__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
@media (min-width: 48em) {
    .vhost-web .flex-container__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 55%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.vhost-web .flex-container .item {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
    margin-right: 20px;
}
.vhost-web .heading-2 {
    font-size: 30px;
}
@media (min-width: 30em) {
    .vhost-web .flex-container .item {
        width: 45%;
    }
}
@media (min-width: 48em) {
    .vhost-web .flex-container .item {
        width: 45%;
        text-align: left;
    }
}
.vhost-web .flex-container .item p {
    margin: 0;
    font-size: 18px;
}
.vhost-web .flex-container .item svg {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}
.channel {
    background-color: #f5f5f5;
}
.channel .heading-2 {
    font-size: 30px;
    color: #0005A5;
}
@media (min-width: 62em) {
    .channel .heading-2 {
        font-size: 37px;
    }
}
@media (min-width: 75em) {
    .channel .heading-2 {
        font-size: 42px;
    }
}
.channel-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 48em) {
    .channel {
        height: 175px;
        padding-top: 22px;
    }
    .channel-slide {
        width: 80%;
        height: 180px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.channel-slide__img {
    width: 100%;
}
.channel-slide__content {
    text-align: center;
}
@media (min-width: 48em) {
    .channel-slide__img {
        width: 45%;
        margin-top: 32px;
    }
    .channel-slide__content {
        width: 45%;
        text-align: left;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: -15px;
    }
}
.customers .link,
.news .card {
    text-align: center;
    color: #000;
}
.channel-slide__content .heading-2 {
    margin: 0;
}
.channel-slide__content .text {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 18px;
}
.channel-slide__content .play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #EB5533;
    font-weight: 300;
    font-size: 14px;
    margin-top: 15px;
}
.channel-slide__content img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    -webkit-filter: brightness(850%);
    filter: brightness(850%);
}
.channel .swiper-button-next,
.channel .swiper-button-prev {
    top: 32%;
}
@media (min-width: 48em) {
    .channel-slide__content .play {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 0;
    }
    .channel .swiper-button-next,
    .channel .swiper-button-prev {
        top: 40%;
    }
}
.news {
    background-color: #fff;
    padding-top: 64px;
    padding-bottom: 32px;
}
.news .heading-2 {
    text-align: center;
    margin-bottom: 36px;
    font-size: 42px;
}
.news__cards {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.news .card {
    max-width: 49%;
    min-width: 300px;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    margin-bottom: 40px;
}
@media (min-width: 30em) {
    .news .card {
        min-width: 380px;
    }
}
@media (min-width: 48em) {
    .news__cards {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .news .card {
        min-width: 360px;
        margin-bottom: 0;
    }
}
.news .card__content {
    padding: 15px 20px 10px;
}
.news .card .heading-4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 8px;
}
.news .card .text {
    font-size: 14px;
    font-weight: 300;
}
.news .card__content img {
    width: 12px;
    height: 12px;
    margin-top: 10px;
}
.customers {
    background-color: #f5f5f5;
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 5px 0 16px;
}
.customer .heading-2 {
    font-size: 44px;
    margin-bottom: 22px;
}
.customers__img {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media (min-width: 48em) {
    .customers__img {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.customers__img .img {
    width: 148px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    background-color: #fff;
}
@media (min-width: 30em) {
    .customers__img .img {
        width: 160px;
    }
}
.customers__img .img img {
    width: 95%;
    height: 95%;
}
.customers .link {
    font-size: 15px;
    font-weight: 300;
    display: block;
    margin: 15px 0;
    cursor: pointer;
}
.customers .link img {
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin-left: 5px;
}
.partner {
    background-color: #fff;
    padding-top: 22px;
    padding-bottom: 32px;
}
.partner__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.partner__img img {
    width: 90%;
    max-width: 120px;
    margin-bottom: 10px;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
time,
tr,
tt,
u,
ul,
var,
video {
    font-family: kanit;
}
.detail-zone .annouce-box .announce-list .head-list img {
    max-width: 30px;
}
.detail-zone .annouce-box .announce-list .head-list h4 {
    font-size: 25px;
}
.detail-zone .annouce-box .announce-head h3 {
    font-size: 1.5em;
}
.detail-zone .package-price table.table-price thead tr {
    font-size: 1.35em !important;
}
th a.orderbtn.order-intable {
    font-size: 0.8em;
}
.service-icon {
    width: 32px;
    height: 32px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent !important;
}
ul.dropdown-menu {
    margin: 0;
}
.detail-zone.contact-page h3 {
    font-size: 1.6em;
    font-weight: 300;
}
.banner-zone .header-detail-page .header-detail h1 {
    font-weight: 500;
}
.banner-zone .header-detail-page .header-detail h3 {
    font-size: 1.55em;
    font-weight: 300;
}
.banner-zone .header-detail-page .header-detail h3 strong {
    font-weight: 500;
}
.detail-zone .package-price table.table-price thead tr th {
    font-size: 0.85em;
}
.detail-zone.detail-page h2 {
    font-size: 1.65em;
}
.detail-zone.detail-page .detail-list h3 {
    font-size: 1.5em;
}
.detail-zone .each-zone.domain-section.detail-right .domain-search .domain-text {
    font-weight: 500;
    font-size: 1.9em;
}
header.h_section h2,
header.h_section strong {
    font-size: 30px;
    font-weight: 500;
}
.detail-zone.howtopay-page h3 {
    font-weight: 500;
    font-size: 1.8em !important;
}
.header-detail-page .row.header-detail h3 strong {
    font-size: 1.1em;
}
.banner-zone .header-detail-page .header-detail.hosting_guide ul li h3 {
    font-size: 1.8em;
}
.detail-zone .each-zone.news-section .news-card .news-header {
    font-weight: 300;
}
.cloud-server {
    padding: 20px 0;
    background-color: #f5f5f5;
    margin-top: -12px;
}
@media (min-width: 48em) {
    .cloud-server {
        padding: 40px 0;
    }
}
.cloud-server .hosting {
    background-color: transparent;
    padding: 35px 0;
    text-align: left;
}
@media (min-width: 62em) {
    .cloud-server {
        padding: 20px 0;
    }
}
.cloud-server .hosting .heading-2 {
    margin: 0 0 10px;
}
.cloud-server .hosting__text {
    font-size: 15.5px;
    font-weight: 300;
    margin: 0;
}
.cloud-server .hosting .imp {
    color: #3972F1;
    font-size: 15.5px;
    margin: 30px 0 0;
}
.cloud-server .hosting__cards {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.cloud-server .hosting .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 200px;
}
.cloud-server .hosting .card__content {
    padding: 7px;
}
.cloud-server .hosting .card__heading {
    font-size: 17px;
    font-weight: 300;
    padding: 10px;
    text-align: center;
    min-height: 0;
}
.cloud-server .hosting .card .price {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
}
.cloud-server .hosting .last .price {
    color: #0005A5;
}
.cloud-server .hosting .last .card__heading {
    background-color: #0005A5;
}
.cloud-server .cloud .heading {
    color: #3972F1;
    font-size: 40px;
    font-weight: 300;
    padding-top: 20px;
}
.cloud-server .cloud__item {
    margin-bottom: 40px;
}
.cloud-server .cloud__item p {
    font-size: 15.5px;
    font-weight: 300;
    padding: 0;
    margin: 5px 0 0;
}
.cloud-server .cloud .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cloud-server .cloud .head .heading-4 {
    color: #3972F1;
    font-size: 22px;
    font-weight: 300;
    margin: 0;
}
.cloud-server .cloud .head img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .dropdown-menu.last {
        width: auto !important;
    }
    .header__top .btn-order {
        padding: 12px 20px;
        cursor: pointer;
    }
}
@supports (-ms-accelerator: true) {
    .dropdown-menu.last {
        width: auto !important;
    }
    .header__top .btn-order {
        padding: 12px 20px;
        cursor: pointer;
    }
}
@supports (-ms-ime-align: auto) {
    .header .slide-banner {
        height: 54vh !important;
    }
    .header__top-left {
        width: 300px !important;
    }
    .dropdown-menu.last {
        width: auto !important;
    }
    .header__top .btn-order {
        padding: 12px 20px;
        cursor: pointer;
    }
}
.hosting .card__content .price .span-1 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: -14px;
}
.hosting .card__content .price .span-2 {
    font-size: 14px;
}
.hosting .card__content .price .span-3 {
    font-size: 59px;
    font-weight: 500;
}
@media (min-width: 480px) {
    .content-1 {
        width: 260px !important;
    }
    .content-1 .heading-1 {
        padding-right: 60px;
    }
}
.content-1 {
    width: 285px !important;
}
@media (min-width: 480px) {
    .content-1 {
        width: 315px !important;
    }
}
.content-2 {
    width: 275px !important;
}
.header .content.content-1 .heading-1 {
    border-color: #0ff;
}
.header .content.content-2 .heading-1 {
    border-color: #fff;
}
.header .content.content-3 .heading-1 {
    border-color: #50d5f9;
}
@media (min-width: 480px) {
    .content-2 {
        width: 340px !important;
    }
}
.content-3 {
    width: 275px !important;
}
@media (min-width: 480px) {
    .content-3 {
        width: 290px !important;
    }
}
.slide-banner--1 .content .heading-1,
.slide-banner--2 .content .heading-1 {
    font-size: 42px;
}
@media (max-width: 23.75em) {
    .slide-banner.slide-banner--1 .content,
    .slide-banner.slide-banner--2 .content {
        width: 30vh;
    }
    .slide-banner.slide-banner--1 .heading-1,
    .slide-banner.slide-banner--2 .heading-1 {
        font-size: 42px;
    }
}
.cloud-server .hosting .card__heading {
    height: 100%;
}
span.nav__down-arrown {
    margin-left: 4px;
}
.content-2 .paragraph span {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}
.content-2 .line {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3px;
}
.content-2 .line img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    margin-top: 3px;
}
@media (min-width: 992px) {
    .header__nav .dropdown-menu {
        position: absolute !important;
    }
}
.channel .swiper-container {
    overflow: visible;
}
.channel .swiper-slide {
    visibility: hidden;
}
.channel .swiper-slide.swiper-slide-active {
    visibility: visible;
}
.index-grid {
    overflow: hidden;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 0.7s ease;
}

.fade-in.is-visible {
  opacity: 1;
}
