:focus {
	outline: none;
}
html {
	font-size: 85%;
}
body {
	color: #333;
	padding-top: 90px;
	font-size: 14px;
	line-height: 1.5;
    font-family: Overpass, PingFang SC,Helvetica Neue,Helvetica,Hiragino Sans GB,Microsoft YaHei, Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
body.homepage,
body.supportticketslist,
body.clientareainvoices,
body.clientareaproducts,
body.affiliates,
body.clientareaemails {
    background-color: #f8f8f8;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Ubuntu, sans-serif;
}
body, button, input, select, textarea {
    font-family: Overpass, PingFang SC,Helvetica Neue,Helvetica,Hiragino Sans GB,Microsoft YaHei,Arial, sans-serif;
}
textarea.form-control {
	height: auto !important;
}
.text-white {
	color: #FFF;
}
.hidden {
	display: none !important;
}
.form-control {
    height: 40px !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    border: 1px solid #dee2e6;
}
.form-control:focus {
    border-color: #fff3e5;
    outline: 0;
    box-shadow: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0 none;
    outline-offset: 0;
}
.btn-default {
	color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.space {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
.thinspace {
	padding-top: 70px !important;
	padding-bottom: 0px !important;
}
.px100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
.p30 {
	padding: 30px;
}
.pt20 {
    padding-top: 20px;
}
.pt50 {
    padding-top: 50px;
}
.color-picker-container.blue {
    background-color: #1b70b8;
    background: #0d1c33 url(../img/bg_consultstep.png) no-repeat center bottom / cover;
}
.color-picker-container.orange {
    background-color: #eb8423;
}
.bg-white {
	background-color: #FFF !important;
}
.top-border {
	border-top: 1px solid #f3f3f3;
}
.left-border {
	border-left: 1px solid #f3f3f3;
}
.bottom-border {
	border-bottom: 1px solid #f3f3f3;
}
.right-border {
	border-right: 1px solid #f3f3f3;
}
#header.header {
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
    padding: 0;
    background-color: #fff;
    z-index: 1010;
    width: 100%;
    height: 90px;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
}
.navbar-header {
	margin: 0;
}
.navbar-brand {
    padding: 0;
    text-indent: -999em;
    width: 200px;
    height: 48px;
    background-image: url(../img/logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 20px 30px 20px 0;
}
.navbar-brand:hover {
	color: #456EB0;
}
.navbar-toggle {
	margin-top: 13px;
}
.navbar-toggle .icon-bar {
	background-color: #333;
}
.header .navbar-nav>li>a {
	display: block;
	padding: 32px 15px 31px;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	background-color: transparent;
	border: 0 none;
}
.header .navbar-nav>li.active>a,
.header .navbar-nav>li>a:focus,
.header .navbar-nav>li>a:hover,
.header .navbar-nav.navbar-right>li>a:focus,
.header .navbar-nav.navbar-right>li>a:hover {
	color: #f69822;
    background-color: transparent;
}
.header .navbar-nav.navbar-right {
	align-items: center;
}
.header .navbar-nav.navbar-right>li {
	margin: 0 8px;
}
.header .navbar-nav.navbar-right>li:last-child {
	margin-right: 0;
}
.header .navbar-nav.navbar-right>li.acount {
	margin-left: 10px;
}
.header .navbar-nav.navbar-right>li a .fas {
    color: #9ca0a7;
    font-size: 15px;
}
.header .navbar-nav.navbar-right>li.notices .label,
.header .navbar-nav.navbar-right>li.shopbag .label,
.clientarea-home .nav-tabs>li>a  .label {
    position: absolute;
    text-indent: -999em;
    top: 5px;
    right: 1px;
    width: 5px;
    height: 5px;
    padding: 0;
    border-radius: 50%;
    animation: notices 1.5s infinite;
}
@keyframes notices {
	0% {
		box-shadow: 0 0 0 0 rgba(34,175,71, 0.8);
	}
	70% {
		box-shadow: 0 0 0 10px rgba(34,175,71, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(34,175,71, 0);
	}
}
.header .navbar-nav.navbar-right>li>a {
	padding: 5px;
	font-size: 1.2rem;
    line-height: 1.5;
    color: #333;
    text-decoration: none;
    position: relative;
}
.header .navbar-nav.navbar-right>li .btn-link,
.header .navbar-nav.navbar-right>li .btn-link:focus {
	border: 0 none;
	border-radius: 2px;
	background-color: #f66b05;
	color: #FFF;
	padding: 10px 20px;
	margin-top: 3px;
}
.header .navbar-nav.navbar-right>li .btn-link:hover {
    text-decoration: none;
    border-color: #7e7e7e;
    background: #7e7e7e;
    color: #fff;
}
.navbar-right .dropdown-menu {
	top: 56px;
}
.language-popover.popover.top>.arrow:after {
    border-top-color: rgba(20,20,20,.97);
}
.dropdown-menu {
    padding: 0;
    border-color: #eff3f7;
    box-shadow: none;
}
.dropdown-menu>li {
	padding: 0;
}
.dropdown-menu>li>a {
	color: #333;
	display: block;
	padding: 10px 20px;
}
.dropdown-divider {
	margin: 0;
}
.dropdown-item.active,
.dropdown-item:active,
.navbar-nav .dropdown-menu>.active>a,
.navbar-nav .dropdown-menu>.active>a:focus,
.navbar-nav .dropdown-menu>.active>a:hover,
.navbar-nav .dropdown-menu>.open>a,
.navbar-nav .dropdown-menu>.open>a:focus,
.navbar-nav .dropdown-menu>.open>a:hover,
.navbar-nav .dropdown-menu>li>a:focus,
.navbar-nav .dropdown-menu>li>a:hover {
    color: #f69822;
    text-decoration: none;
	background-color: transparent;
}
.navbar-nav .nav-divider {
    margin: 0;
    background-color: #eff3f7;
}

/* SubBanner */
.sub-banner {
    margin-bottom: 0;
}
.sub-banner dt {
    line-height: 28px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.sub-banner dt > i {
    margin-left: 12px;
}
.sub-banner dd {
    color: #676767;
}

.sub-banner dl {
    float: left;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    text-align: center;
    transition: all .3s;
}

.sub-banner dl:hover {
    border: 1px solid #333333;
}
.advantage {
    color: #fff;
}
.tit-main {
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 1.3;
}
.tit-main strong {
    font-weight: 400;
}
.advantage .items {
	border-radius: 5px;
	padding: 35px 30px;
	background: #ff9800;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.advantage .tit-main {
    color: #ffffff;
}
.advantage .items dl {
    height: 100%;
    min-height: 278px;
    padding-bottom: 145px;
    letter-spacing: -1px;
    margin-bottom: 0;
    background-size: 72px;
}
.advantage .items dl.professionalism {
	background-image: url('../img/icon_ecommerce01.svg');
	background-position: left bottom;
	background-repeat: no-repeat
}
.advantage .items dl.secutiry {
	background-image: url('../img/icon_ecommerce03.svg');
	background-position: left bottom;
	background-repeat: no-repeat
}
.advantage .items dl.server-admin {
	background-image: url('../img/icon_success01.svg');
	background-position: left bottom;
	background-repeat: no-repeat
}
.advantage .items dt {
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 400;
    color: #000;
}
.advantage .items dd {
    color: #000;
    font-size: 16px;
}
.wrap-main-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    height: 610px;
}
.wrap-main-swiper .content-slide {
    height: 610px;
    padding: 114px 50px 0;
    font-size: 18px;
}
.wrap-main-swiper .content-slide .slogan {
    font-size: 46px;
    font-weight: 400;
    letter-spacing: -3px;
    line-height: 120%;
    margin-bottom: 0;
}
.wrap-main-swiper .content-slide .sub-slogan {
    margin-bottom: 0;
}
.wrap-main-swiper .content-slide .event-title {
    font-size: 18px;
    color: #f66b05;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.wrap-main-swiper .content-slide .btn {
	border-radius: 3px;
	padding: 12px 42px;
	line-height: normal;
	color: #fff;
	border-color: #fff;
}
.wrap-main-swiper .content-slide .btn-outline-success {
	color: #4cae4c !important;
    border-color: #4cae4c !important;
}
.tooltip {
	position: fixed;
}
.notice h3 {
    display: inline-block;
    font-size: 34px;
    font-weight: 400;
    margin: 0;
}
.notice .full-view {
    color: #666;
    margin-left: 20px;
}
.notice .item-list {
    margin-top: 20px;
    border-top: 2px solid #6f6f6f;
}
.notice .item-list li {
    font-size: 1.25rem;
    padding: 20px 10px;
    border-bottom: 1px solid #e5e5e5;
}
.notice .item-list li a {
	color: #333;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
}
.item-list li .time {
    display: inline-block;
    color: #999;
    float: right;
}

/* WHMCS */
section#main-body {
	padding: 0 0 70px;
}
.main-content {
	margin-bottom: 0;
}
.main-content .card {
	margin-bottom: 1.5rem;
}
.main-content h3.card-title  {
    font-size: 1.25rem;
    font-weight: 400;
}
.main-content .form-check {
	padding-left: 0;
}
/* LOGIN */
section.login {
	padding-top: calc((100vh - 720px) / 2);
	padding-bottom: calc((100vh - 720px) / 2);
	background-color: #f0f4f8;
}
section.login label {
	font-weight: 400;
}
section.login a {
	color: #666;
}
section.login .btn-primary {
	color: #FFF;
	padding: 0;
	border: 0 none;
	line-height: 40px;
	border-radius: 2px;
	background-color: #f69822;
}
section.login .btn:focus,
section.login .btn:active {
	color: #FFF;
	box-shadow: none;
	background-color: #ff9800;
}
section.login .btn:hover {
	color: #FFF;
	background-color: #ffa96a;
}
section.login .page-title {
    margin-bottom: 50px;
    font-size: 46px;
    text-align: center;
}
section.login .join-container {
	margin: 0 auto;
    padding: 100px 0;
    background-color: #fff;
}
#registration .prepend-icon .field-icon {
	height: 40px;
	line-height: 42px;
}
.bootstrap-switch.bootstrap-switch-small,
.bootstrap-switch.bootstrap-switch-mini {
	min-width: 55px;
}
.marketing-email-optin {
	padding: 20px;
	margin: 0 0 20px 0;
    background-color: #f8f8f8;
    border-radius: 3px;
}
#registration label {
	font-weight: 400;
	font-size: 16px;
}
#registration .checkbox {
	margin-top: 0;
	margin-bottom: 20px;
}
.checkbox label, .radio label {
	padding-left: 0;
}
input[type=checkbox] {
	position: relative !important;
	margin: 0 10px 0 3px !important;
	visibility: hidden;
}
input[type=checkbox]:checked:before {
	position: absolute;
    z-index: 5;
    content: "\f00c";
    color: #f69822;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: block;
    visibility: visible;
    font-size: 12px;
    left: 3px;
}
input[type=checkbox]:after {
	position: absolute;
    content: '';
    border: 1px solid #AAA;
    height: 18px;
    width: 18px;
    display: block;
    border-radius: 2px;
    visibility: visible;
    cursor: pointer;
}
input[type=checkbox]:hover:after {
	border-color: #f69822;
}
input[type=checkbox]:checked:before {
	color: #FFF;
}
input[type=checkbox]:checked:after {
	border-color: #f69822;
	background-color: #f69822;
}
/* Pages */
.subtop {
    padding: 60px 0;
    color: #fff;
    background-color: #f58800;
    background-image: url(../img/img_consult_call.svg);
    background-size: cover;
    background-position: bottom center;
}
.subtop.vps {
    background: #207abd url('../img/subtop/img_subtop_1min.png') center/cover no-repeat;
}
.subtop.activity {
    background: #207abd url('../img/subtop/bg_subtop_idc_vps.png') center/cover no-repeat;
}
.subtop.datacenter {
    background: #207abd url('../img/subtop/img_subtop.png') center/cover no-repeat;
}
.subtop.dedicated {
    background: #207abd url('../img/subtop/img_subtop_colo.png') center/cover no-repeat;
}
.subtop.colocation {
    background: #207abd url('../img/subtop/img_subtop_colo.png') center/cover no-repeat;
}
.subtop.tos,
.subtop.privacy,
.subtop.about,
.subtop.partner {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff3e5;
}
.subtop.partner .sub-info .service-name,
.subtop.tos .sub-info .service-name,
.subtop.privacy .sub-info .service-name,
.subtop.about .sub-info .service-name {
	font-size: 42px;
	color: #333;
}
.subtop.partner .subtop-menu,
.subtop.privacy .subtop-menu,
.subtop.tos .subtop-menu ,
.subtop.about .subtop-menu {
	display: none;
}
.subtop .sub-info {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -1px;
}
.subtop .sub-info .service-name {
    font-size: 42px;
    color: #fff;
    letter-spacing: -2px;
    margin-top: 0;
    font-weight: 500;
}
.subtop .sub-info > p {
    margin-top: 5px;
    color: #b2ddf9;
}
.subtop-menu {
    padding-top: 20px;
}
.subtop-menu li a {
    display: inline-block;
    height: 50px;
    line-height: 46px;
    padding: 0 30px 0 55px;
    background-color: #f69822;
    border: 2px solid #b2ddf9;
    border-radius: 50px;
    color: #b2ddf9;
    font-size: 18px;
}
.subtop-menu li a:hover {
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
}
.subtop-menu li a.spec {
    background: url('../img/subtop/ico_subtop_spec.png') no-repeat 15px 50%;
}
.subtop-menu li a.feature {
    background: url('../img/subtop/ico_subtop_feature.png') no-repeat 15px 50%;
}
.subtop-menu li a.faq {
    background: url('../img/subtop/ico_subtop_faq.png') no-repeat 15px 50%;
}
.subtop-menu li {
    float: left;
    margin-left: 20px;
}
.fa-debian:before {
    content: "\f17c";
}
/* vps */
.boxe {
	position: relative;
	top: 0;
    padding: 30px;
	border: 1px solid #f9fafc;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    transition: top .3s;
    margin-bottom: 30px;
}
.boxe:hover,
.boxe.active {
	top: -10px;
	box-shadow: 0 10px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border: 1px solid #ff6f00;
}
.boxe .new {
    display: inline-block;
    padding: 0 4px;
    color: #fff;
    background-color: #ff9803;
    border: 1px solid #ff9803;
    font-size: 14px;
}
.boxe .new.unvisible {
    visibility: hidden;
}
.boxe .percent {
    display: inline-block;
    margin-right: 5px;
    padding: 0 6px;
    border: 1px solid #f66b05;
    color: #f66b05;
    font-size: 14px;
}
.boxe .name {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}
.boxe .badge.deeporange {
	position: absolute;
    top: -1px;
    left: -1px;
    display: inline-block;
    border-radius: 6px 0 0;
    color: #fff;
	padding: 8px 10px;
    background-color: #ff6f00;
}
.boxe .badge.qty {
	position: absolute;
	top: -1px;
	left: -1px;
	display: inline-block;
	border-radius: 6px 0 0;
	color: #fff;
	padding: 8px 10px;
	background-color: #f69822;
}
.boxe dl,
.boxe dl dd,
.boxe dl dt {
    line-height: 2.2;
    margin-bottom: 0;
}
.boxe dl dt {
    float: left;
    min-width: 90px;
    color: #999;
}
.boxe dl dd {
	color: #333;
	font-weight: 500;
}
.boxe .cost {
    font-size: 18px;
    margin-bottom: 10px;
}
.boxe .cost s {
    display: block;
    text-decoration: line-through;
    font-size: 16px;
}
.boxe .cost .big {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Spoqa Han Sans','Malgun Gothic','Apple SD Gothic Neo', dotum, sans-serif;
}
.boxe .cost .won {
	font-size: 14px;
	color: #b7b7b7;
	vertical-align: text-top;
}
.boxe .btn:link,
.boxe .btn:focus,
.boxe .btn:active {
	margin-bottom: 30px;
	border-width: 0px;
    padding: 12px 0;
    min-width: 140px;
    font-weight: 600;
}
.boxe .btn-primary {
    background-color: #f69822;
}
.boxe .btn-outofstock {
	color: #FFF;
	cursor: no-drop;
    background-color: #9ca0a7;
}

.product-os {
	padding-bottom: 60px;
}
.product-os .os.centos {
	background-image: url('../img/os/centos.png');
}
.product-os .os.ubuntu {
	background-image: url('../img/os/ubuntu.png');
}
.product-os .os.fedora {
	background-image: url('../img/os/fedora.png');
}
.product-os .os.debian {
	background-image: url('../img/os/debian.png');
}
.product-os .os.suse {
	background-image: url('../img/os/opensuse.png');
}
.product-os .os.win {
	background-image: url('../img/os/windows.png');
}
.product-os .os.btpanel {
	background-image: url('../img/os/btpanel.png');
}
.product-os .os {
    position: relative;
    height: 70px;
    border: 1px solid #ccc;
    margin-top: 30px;
    color: #666;
    border-radius: 5px;
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size: 40px;
}
.product-os .os > span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 80px;
}
.functions h1.sub-title {
	margin: 0 0 60px;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -2px;
    text-align: center;
}
.functions .item {
    color: #666;
    font-size: 16px;
}
.functions .item .img-thumb {
    display: inline-block;
    width: 74px;
    height: 74px;
    background-position: center 50%;
    background-repeat: no-repeat;
}
.functions .item .title {
    margin: 0 0 8px 0;
    color: #333;
    font-size: 18px;
}
.functions .item .img-thumb.use {
    background-image: url('../img/ico_use.png');
}
.functions .item .img-thumb.no-agreement {
    background-image: url('../img/ico_no_agreement.png');
}
.functions .item .img-thumb.vps-freefw {
    background-image: url('../img/ico_free_fw.png');
}
.functions .item .img-thumb.vps-remote-power {
    background-image: url('../img/ico_remote_power.png');
}
.functions-2 .sub-title {
	margin: 0 0 50px;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -2px;
    text-align: center;
}
.functions-2 .item {
    color: #666;
    font-size: 16px;
	min-height: 130px;
    padding: 30px 54px 0 98px;
    background-size: 72px;
    background-repeat: no-repeat;
    background-position: left center;
}
.functions-2 .item.icon-1 {
    background-image: url('../img/cloud/ico_addition_1.svg');
}
.functions-2 .item.icon-2 {
    background-image: url('../img/cloud/ico_addition_2.svg');
}
.functions-2 .item.icon-3 {
    background-image: url('../img/cloud/ico_addition_3.svg');
}
.functions-2 .item.icon-4 {
    background-image: url('../img/cloud/ico_addition_4.svg');
}
.functions-2 .item.icon-5 {
    background-image: url('../img/cloud/ico_addition_5.svg');
}
.functions-2 .item.icon-6 {
    background-image: url('../img/cloud/ico_addition_6.svg');
}
.functions-2 .item .title {
    margin: 0 0 8px 0;
    color: #333;
    font-size: 18px;
}

.recommend {
	background-color: #1b70b8;
	padding-bottom: 40px !important;
}
.recommend .title-s {
    color: #fff;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: -2px;
    margin: 0;
}
.recommend .item {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #ff9800;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.orange.recommend .item {
    background-color: #ec8d33;
}
.orange.recommend .item p {
    color: #FFF;
}
.recommend .item a {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -1px;
    color: #000;
}
.recommend .item p {
    margin-top: 10px;
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
}
.faq-area h3 {
    display: inline-block;
    margin-right: 20px;
    font-size: 32px;
    color: #141414;
}
.faq-area .item-collapse {
    font-size: 18px;
    color: #676767;
    margin-top: 22px;
    border-top: 2px solid #6f6f6f;
}
.faq-area .item-collapse > li {
    border-bottom: 1px solid #e5e5e5;
}
.faq-area .item-collapse .collapse-item {
    position: relative;
}
.faq-area .item-collapse .collapse-header {
    padding: 22px;
    cursor: pointer;
    color: #141414;
}
.faq-area .item-collapse .collapsed.collapse-header {
    background-color: transparent;
}
.faq-area .item-collapse .collapse-header {
    background-color: #fff3e5;
}
.gt-active .gt-collapse-content {
    background-color: #f6fafd;
}
.faq-area .item-collapse .icon.q {
    background-color: #ff9800;
}
.faq-area .item-collapse .icon.a {
    background-color: #6c737d;
}
.faq-area .item-collapse .icon {
    position: absolute;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.faq-area .item-collapse .text {
    margin-left: 46px;
}
.faq-area .item-collapse .collapse-content {
    padding: 0 22px 30px;
    background-color: #fff3e5;
}

/* Server */
.clientarea-home .nav-tabs,
.section-server .nav-tabs {
	border: 0 none;
}
.clientarea-home .nav-tabs>li,
.section-server .nav-tabs>li {
	margin: 0;
}
.clientarea-home .nav-tabs>li>a,
.section-server .nav-tabs>li>a {
	color: #999;
    font-size: 18px;
    border: 0 none;
    padding: 15px;
}
.clientarea-home .nav-tabs>li>a:focus,
.clientarea-home .nav-tabs>li>a:hover,
.section-server .nav-tabs>li>a:focus,
.section-server .nav-tabs>li>a:hover {
    border: 0 none;
	background-color: transparent;
}
.clientarea-home .nav-tabs>li>a.active,
.clientarea-home .nav-tabs>li>a.active:focus,
.clientarea-home .nav-tabs>li>a.active:hover,
.section-server .nav-tabs>li>a.active,
.section-server .nav-tabs>li>a.active:focus,
.section-server .nav-tabs>li>a.active:hover {
	color: #333;
}
.clientarea-home .tab-content>.tab-pane {
	min-height: 300px;
}
.affiliate-stat {
	margin-bottom: 30px;
}
.product-table .reload .dot {
    width: 6px;
    height: 6px;
    margin-right: 4px;
    display: inline-block;
    background-color: #008489;
    animation-name: keyframe_loading;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: both;
    vertical-align: middle;
    background-color: rgb(0, 132, 137);
    border-radius: 100%;
}
.product-table .reload .dot1 {
    animation-delay: -0.3s;
}
.product-table .reload .dot2 {
    animation-delay: -0.15s;
}
@keyframes keyframe_loading {
	0%, 80%, 100%{ opacity:0; }
	30%, 50% { opacity:1; }
}
.clientarea-home .product-table .reload .icon:before {
    content: "\f111";
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    font-family: "Font Awesome 5 Pro";
    margin-right: 5px;
    transform: scale(.6);
    border: 0 none;
    padding: 0;
}
.clientarea-home .product-table .running:before {
	color: #4cd964;
}
.clientarea-home .product-table .stopped:before {
	color: #c0392b;
}
.clientarea-home .product-table .paused:before {
	color: #666666;
}
.w-table {
    width: 100%;
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 2px solid #6f6f6f;
    border-bottom: 1px solid #9a9a9a;
}
.w-table th, .w-table td {
    display: table-cell;
    text-align: left;
    padding: 30px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
}
.w-table th {
    background-color: #f9fafc;
    font-weight: normal;
}
.product-table th {
    padding: 48px 0 45px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.product-table th:first-child {
    vertical-align: top;
    padding-top: 40px;
}
.product-table th:first-child {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}
.product-table tr:last-child th,
.product-table tr:last-child td {
    border-bottom: 1px solid #ccc;
}
.product-table.type2 th {
    padding: 20px 0;
}
.product-table.type2 th:first-child {
    padding-left: 30px;
}
.product-table.type2 .product-logo {
	display: none
}
.product-name {
    font-size: 28px;
}
.product-table.type2 .product-name {
    color: #333;
    line-height: 1.2;
    margin-bottom: 0;
}
.event-label, .event-label-green {
    display: inline-block;
    margin-left: 5px;
    padding: 0 6px;
    background: #ff9900;
    color: #fff;
    font-size: 14px;
}
.product-table td {
    font-weight: 400;
    color: #666;
    padding: 20px;
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
}
.product-table td:first-child {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    color: #333;
    font-weight: 400;
}
.product-table td .info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-table td .desc {
	font-size: 12px;
	color: #AAA;
}
.product-table td .fab {
	font-size: 22px;
	color: #AAA;
}
.product-table td .ip-div {
	display: flex;
	align-items: center;
} 
.product-table td .ip-tag {
	height: 18px;
    min-width: 35px;
    display: block;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #dbdee3;
    border-radius: 2px;
    background-color: #fbfbfc;
    color: #AAA;
    transform: scale(.8);
    margin-right: 2px;
    padding: 0 4px;
}
.product-table.type2 td {
    padding: 20px;
}
.product-table.type2 td.left {
    text-align: left;
}
.product-table .spec {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.product-table .spec .title {
    color: #333;
}
.product-table.type2 .product-apply {
    margin-bottom: 5px;
}
.product-table.type2 .product-apply .price {
    font-size: 24px;
    color: #333;
    vertical-align: middle;
    margin-bottom: 0;
}
.gt-medium, .term-price {
    font-size: 16px;
}

.product-table .btn {
	color: #FFF;
	padding: 0;
	border: 0 none;
	padding: 10px 32px;
	border-radius: 2px;
	background-color: #f69822;
}
.product-table .btn:focus,
.product-table .btn:active {
	color: #FFF;
	box-shadow: none;
	background-color: #ff9800;
}
.product-table .btn:hover {
	color: #FFF;
	background-color: #ffa96a;
}

/* INVOICE */
@media (min-width: 992px) and (max-width: 1199px) {
    .invoice-container > div:last-child:not(.col-md-3) {
        width: 242px!important;
    }
}
.status-label {
    float: right;
    font-weight: 500;
    background-color: rgba(255, 255, 255, .1);
}
.invoice-logo img {
    max-width: 280px;
}
.invoice-top ul > li {
    position: relative;
    margin: 0 0 8px 0;
    text-align: right;
}
.invoice-top ul .list-label {
    display: inline-block;
    padding: 0 15px 0 0;
    color: #a1a6b2;
}
.invoice-status {
    color: #fff;
}
.invoice-status .status-id {
    padding-left: 44px!important;
}
.invoice-status.status-md .status-id {
    padding-right: 30px;
    text-align: right;
}
.invoice-status.status-md .status-label {
    font-weight: 700;
}
.panel-invoice .list-address,
.panel-invoice address {
    font-size: 13px;
}
.invoice-info h5 {
	font-size: 14px;
	font-weight: bold;
}
.form-actions table,
.form-actions table > tbody,
.form-actions table > tbody > tr,
.form-actions table > tbody > tr > td,
.form-actions table > tbody > tr > td > form {
    display: block;
    width: 100%;
}
.form-actions table > tbody > tr > td:first-child {
    margin-bottom: 8px;
}
.invoice-table .table>tbody>tr>td,
.invoice-table .table>tbody>tr>th,
.invoice-table .table>thead>tr>td,
.invoice-table .table>thead>tr>th, 
.invoice-table .table>tfoot>tr>td,
.invoice-table .table>tfoot>tr>th {
    padding-left: 0;
}
.invoice-table .table>tfoot>tr:last-child>td {
    border-bottom: 0 none;
}
.table .table-summary > tr > td:first-child {
    text-align: right;
    vertical-align: middle;
    border-bottom: none;
}
@media (min-width: 768px) {
    .panel-invoice .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .panel-invoice [class*="col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }
    .panel-invoice .table > tbody > tr > td,
    .panel-invoice .table > thead > tr > th,
    .panel-invoice .table > tfoot > tr > td {
        padding: 10px 25px;
    }
    .panel-invoice .table > tbody > tr > td:first-child,
    .panel-invoice .table > thead > tr > th:first-child,
    .panel-invoice .table > tfoot > tr > td:first-child,
    .panel-invoice > .panel-body > h4,
    .panel-invoice > .panel-body > p {
        padding-left: 0;
    }
    .panel-invoice .table > tbody > tr > td:last-child,
    .panel-invoice .table > thead > tr > th:last-child,
    .panel-invoice .table > tfoot > tr > td:last-child,
    .panel-invoice > .panel-body > h4,
    .panel-invoice > .panel-body > p {
        padding-right: 0;
    }
    .status-label {
        padding: 0 20px;
    }
    .invoice-top,
    .invoice-status {
        margin-bottom: 40px;
    }
    .invoice-info {
        margin-bottom: 20px;
    }
    .invoice-status.status-lg {
        height: 80px;
        font-size: 32px;
        font-weight: 100;
        line-height: 80px;
    }
    .invoice-status.status-md {
        height: 40px;
        color: #fff;
        font-size: 16px;
        line-height: 40px;
    }
    .invoice-taxitem {
        margin: -30px 0 40px;
    }
}
@media (max-width: 767px) {
    .invoice-status {
        padding-left: 54px;
        margin: 0 0 20px -40px;
    }
    .invoice-status .status-id {
        padding-left: 10px!important;
    }
    .invoice-status .status-label {
        padding-left: 20px;
    }
    .invoice-payto,
    .invoice-invoicedto {
        margin-bottom: 20px!important;
    }
    .invoice-top {
        margin-bottom: 32px!important;
    }
    .invoice-taxitem {
        margin: -10px 0 20px;
    }
    .invoice-status.status-lg {
        height: 50px;
        font-size: 24px;
        font-weight: 100;
        line-height: 50px;
    }
    .invoice-status.status-md {
        height: 32px;
        font-size: 14px;
        font-weight: 100;
        line-height: 32px;
    }
    .panel-invoice h4 {
        margin-bottom: 10px;
    }
    .invoice-table .table > tbody > tr,
    .invoice-table .table > thead > tr th {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .invoice-table .table > tbody > tr .amount-col {
        line-height: 32px;
    }
    .table-summary tr {
        width: 100%;
        padding: 10px 0;
    }
    .table-summary tr:after {
        display: block;
        content: "";
        clear: both;
    }
    .table-summary tr td {
        float: left;
        width: 50%;
        padding: 0 10px !important;
    }
}
@media (max-width: 579px) {
    .panel-invoice .panel-body {
        padding: 24px;
    }
    .invoice-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .invoice-logo img {
        max-width: 200px;
    }
    .invoice-top ul > li {
        float: left;
        width: 50%;
        margin: 0;
        text-align: left;
    }
    .invoice-top ul > li .list-label {
        display: block;
    }
    .invoice-status {
        padding-left: 20px;
        margin: 0 0 20px -24px;
    }
    .invoice-status .status-id {
        padding-left: 10px!important;
    }
    .invoice-status .status-label {
        padding-left: 20px;
    }
}

/* About */
.sub-header + .gt-tab.type4 .tab-nav-wrap {
    margin-bottom: 80px;
}
.gt-tab.type4 > .tab-nav-wrap {
	height: 77px;
    border-bottom: 2px solid #eaeaea;
}
.gt-tab .gt-tab-nav .gt-nav-item {
    float: left;
    padding: 12px;
    text-align: center;
    background-color: white;
    border-top: 2px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    color: #666;
}
.gt-tab.type4 > .tab-nav-wrap > .gt-tab-nav > .gt-nav-item {
    border: none;
    font-size: 18px;
    padding: 24px 0;
    position: relative;
    text-decoration: none;
    width: 25%;
}
.gt-tab.type4 > .tab-nav-wrap > .gt-tab-nav > .gt-nav-item:not(:last-child):before {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    content: '';
    width: 1px;
    height: 17px;
    background-color: #eaeaea;
}
.gt-tab.type4 > .tab-nav-wrap > .gt-tab-nav > .gt-nav-item.gt-active {
    color: #f69822;
    border-color: #f69822;
}
.gt-tab.type4 > .tab-nav-wrap > .gt-tab-nav > .gt-nav-item.gt-active:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f69822;
}
/* centent-body */
.centent-body h4 {
	margin-top: 0;
	font-weight: 600;
}
.centent-body p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 20px;
}

/* clientarea-home */
.clientarea-home {
	padding: 30px 0 0;
	background-color: #eff3f7;
}
.clientarea-home .card {
	border: 0 none;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 #dfe0f1, 0 1px 3px 0 rgba(182,188,224,.5), 0 4px 12px 0 rgba(218,221,238,.5);
}
.clientarea-home .card-head {
	font-size: 14px;
	font-weight: 600;
    padding: 0 24px;
    line-height: 48px;
    border-bottom: 1px solid #e1e6f0;
}
.clientarea-home .card.card-info .card-body {
	padding: 0;
	min-height: 230px;
}
.clientarea-home .card.card-info .card-body ul li {
	padding: 17px 24px;
    border-bottom: 1px solid #e1e6f0;
}
.clientarea-home .card.card-info .card-body ul li:last-child {
    border-bottom: 0;
}
.clientarea-home .card-body {
    padding: 20px 24px;
    position: relative;
	overflow: hidden;
}
.clientarea-home .card-body li .date {
	display: block;
	color: #AAA;
}
.clientarea-home .card-body a {
	text-decoration: none;
}
.clientarea-home .card-info .card-body a {
	color: #555;
}
.clientarea-home .card-body .title {
	font-size: 22px;
	color: #333;
}
.clientarea-home .card-body .stat {
	float: right;
	font-size: 20px;
	color: #CCC;
	font-weight: 500;
	line-height: 33px;
    font-family: "Ubuntu", Raleway, sans-serif;
}
.clientarea-home .card-body .icon {
    position: absolute;
    color: #CCC;
    opacity: .2;
    font-size: 90px;
    left: -10px;
    top: -27px;
}
.clientarea-home .product-table {
	margin-bottom: 60px;
}
.product-table.type2 th {
	padding: 15px 20px !important;
	text-align: left;
	border-right: 0 none;
}
.product-table.type2 td {
	padding: 15px 20px;
	text-align: left;
	border-right: 0 none;
}
.product-table.type2 tr:hover td {
	background-color: #F6F6F6;
	cursor: pointer;
}
.product-table td a {
	color: #555;
	font-weight: 600;
}

/* Ann */
.ann-content {
	font-size: 16px;
	line-height: 1.5;
}
.table-container {
	position: relative;
}
.table-container .listtable {
    min-height: 300px;
}
.table-container .dataTables_empty {
    height: 200px;
}
.view-filter-btns {
	position: absolute;
	right: 0;
	top: 10px;
}
/* All Table */
div.dataTables_wrapper div.dataTables_info {
    padding: 10px !important;
    background-color: transparent;
    color: #333;
    font-weight: 400;
}
div.dataTables_wrapper div.dataTables_filter label {
	padding: 0;
}
.dataTables_wrapper .dataTables_length {
	background-color: transparent;
}
.dataTables_wrapper .dataTables_length label {
	padding: 0 10px;
}
div.dataTables_wrapper div.dataTables_paginate {
	padding: 10px 0 0;
}
.dataTables_wrapper .dataTables_filter label .form-control {
    display: none;
    background-image: none;
}
.dataTables_wrapper table.table-list{
	border: 0;
	border-top: 2px solid #6f6f6f;
	border-radius: 0;
}
.dataTables_wrapper table.table-list thead th {
    font-weight: 600;
    background-color: #f9fafc !important;
    border-bottom: 0 none !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-align: left;
    border-radius: 0 !important;
}
table.dataTable>thead .sorting:after, table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before {
	bottom: 10px;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
	top: 10px !important;
}
.dataTables_wrapper table.table-list thead th:nth-child(2) {
	text-align: left !important;
}
.table-list>tbody>tr>td {
    color: #666;
    padding: 15px;
    text-align: left !important;
}
.table-list>tbody>tr>td a {
	font-weight: 400;
	text-decoration: none;
}
.status {
    border: 0 none;
    border-radius: 0;
    background-color: transparent;
    color: #666 !important;
}
.status:before {
    content: "\f111";
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    font-family: "Font Awesome 5 Pro";
    margin-right: 5px;
    transform: scale(.8);
    border: 0 none;
    padding: 0;
}
/* 'Pending','Active','Suspended','Terminated','Cancelled','Fraud','Completed' */
.status.status-pending:before {
    color: #fbbc06;
}
.status.status-paid:before,
.status.status-completed:before,
.status.status-active:before {
    color: #4cd964;
}
.status.status-Fraud:before, 
.status.status-terminated:before {
	color: #c0392b;
}
.status.status-cancelled,
.status.status-suspended:before {
	color: #666;
}

/* article */
.article section#main-body {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background-color: transparent;
}

.xs-title h4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 16px;
}
.terms-wraper p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.647;
	color: #444;
}
.terms-wraper:not(:last-child) {
  margin-bottom: 30px; }

.order-list {
	padding-left: 0px;
	margin-bottom: 0px;
}
.order-list li {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.647;
	color: #666;
	list-style: decimal;
	list-style-position: inside;
}
.order-list li:not(:last-child) {
	margin-bottom: 10px;
}

.tickets-main {
	border: 1px solid #EEE;
	border-radius: 4px;
	padding: 20px;
	display: block;
}
.tickets-main:focus,
.tickets-main:hover {
	text-decoration: none;
	background-color: #FAFAFA;
}
.tickets-main h4 {
	color: #333;
	font-size: 18px;
	margin: 0 0 15px;
}
.tickets-main p {
	color: #666;
	margin-bottom: 0;
}

#popup-backdrop .main-content {
	padding: 0;
}

/* SiteMap */
.sitemap h4 {
	margin: 0;
	font-weight: 400;
	padding-bottom: 18px;
}
.sitemap li {
    padding-bottom: 5px;
}
.sitemap li a {
	color: #333;
    font-size: 1rem;
    line-height: 1.5;
}
.sitemap li .label {
    vertical-align: middle;
    border-radius: 2px;
    margin-left: 5px;
    padding: 0 .6em .1em;
}
.label-update {
	background-color: #3ca6ff;
}
.label-new {
	background-color: #cf4f2e;
}

/* Footer */
footer.footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFF;
	border: 0 none;
	font-size: 14px;
    color: #676767;
    position: relative;
    border-top: 1px solid #e5e5e5;
}
footer.footer .back-to-top {
    float: right;
}
footer.footer .back-to-top i.fas {
    padding: 10px;
    background-color: #ddd;
    color: #888;
    border-radius: 3px;
    opacity: .7;
}
footer.footer ul:before,
footer.footer ul:after {
    content: " ";
    display: table;
    clear: both;
}
footer.footer .policy-area {
    font-size: 16px;
}
footer.footer .policy-area li:first-child {
    padding-left: 0;
    border-left: 0;
}
footer.footer .policy-area li {
    padding: 0 20px;
    border-left: 1px solid #d9d9d9;
    line-height: 1.5;
    float: left;
}
footer.footer .policy-area li a {
    color: #141414;
    font-weight: 400;
    text-decoration: none;
}
footer.footer .policy-area .dropdown-menu {
	max-height: 160px;
	overflow: scroll;
}
footer.footer .policy-area .dropdown-menu li {
	float: none;
	padding: 0;
	border: 0 none;
}
footer.footer .policy-area .dropdown-menu li a {
	padding-left: 38px;
}
footer.footer .policy-area .dropdown-menu li a:active {
	background-color: #f5f5f5;
	
}
.language {
	content: '';
	padding-left: 30px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 10px center;
}
.lang.chinese,
.language.chinese {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAACsElEQVR42u2aS2sTURTHx0xsG5lkZvb1Gc1EF1V8r7U+iitRUb+CSwW/gm7EvdCvICJCqS9ERHHvzkwSnXQqVmyg0KQJ+vfcMzMSpXm4EDIzZ3HI5eYEcn45//+9Z4gGQEtzaAJAAAgAASAABIAAEAACQACkHEB1v4U0xf8D4FCULLj70gigbKF+xET9sImlSwbcop0wAE4Yfd5391rwzhSw8UpHe1HH51OFgfmxAsDFnc3Dm8vT2u6fQ0V33mYYgneecpMCoLLDxuqdKTTvT/K6rwSOmfh00sTydZLAHso7EPiBW7LGqhuGAyj3tHxoahsvM+i8znAxvwtywtwembiRCariyQf8KwaDqR83/8wdWwD0JWuHTNQOhkVQazeoneFq+FnV0LiQ5z31Xm0myO3nGd7pAvtB502GJcSfG3cAkd7XH25F5x3p+ZmOLr2irnF039PeU521vv4oi8bc5oUp/SsfaD8Pcr1zMQEQQVAu3nqSBb5TikdRDUOtaa+1kCXXp6KKA7xjN0ngKkngBEngaFwkEEEg/apYvTsFNHoA0Lp5b5JPAza6YSdILE0w+gWnbXy9sQ34Qmk+xbLG65WbOXyctv/pdhi/Y7AcdEHrMcmgqWFtfgJrDya4/dsLenAfGNLSSgJKJt7sYKmMqQQCM/zxYQu+3c6hsstGZaeNlVs53mPzKw5uff+ygdZiFu0XOvxrxtjMCCN7gE93ehWV7eGvTaHWSxcNNrd+t8Ko9dX5r47ALp0CygjdUtxugo616VDDe86QaVDdDMn5Vad4s4XgIuSkbRosB0cqn//lhI/DiZ4GRwaQ1GlwZAn8PQ2m8ZGYm9pHYvJQVAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAMQHgPxTVAAIAAEgAASAABAAAkAACIBUxS8q74mGHxtxPwAAAABJRU5ErkJggg==');
}
.lang.english, 
.language.english {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAABCklEQVR42u3YPQqDQBCG4e0sdgvBA0RUPITnDKRa0qSNiCfTE3ypYshfp+zCvMI0U+nj7jerTpKzXKYfHgAAAAAAAAAAAAAAACTn3FkpSs6lqV8AIUR13STv43aD3h/TCyHmB9C2oySpaabthk+n+yG9vp/zA/A+qq5HhRBVlle17aSquh3Se66KhNf/DCiKi4Zh1rq+3t7evS0DcgIwvwLIgBQrICeAzwxYlu99vFcvy3MAGZAiA5gCGZ8DyABrU4BzABmQIAOYAnwL8Ecou28Bk/8EZe8CAIA3gFR7MZsMAMA6ACEIAFOAEASAKUAIAsAUIAQBAMDoGDRZAAAAAAAAAAAAAAAAYLQeaH2goIfBISIAAAAASUVORK5CYII=');
}
.w-blue-text {
    color: #f69822 !important;
}
footer.footer .address {
    padding: 27px 0 5px;
}
footer.footer .copyright {
    padding: 0 0 27px;
}
div.header-lined h1 {
    margin: 0px 0px 0px -2px;
    border-bottom: none;
    font-weight: 400;
    color: #2a2e36;
    font-size: 28px;
    line-height: 40px;
    line-height: 1.5;
}
div.header-lined h1 small {
	color: #777;
	font-size: 1.25rem;
	margin-left: 1rem;
}
div.header-lined .breadcrumb {
	font-size: 14px;
}
div.header-lined .breadcrumb>.active {
    color: #666;
}
div.header-lined .breadcrumb > .breadcrumb-item > a {
	color: #888;
}
div.dataTables_wrapper div.dataTables_length label {
	margin-top: 8px;
}
.dataTables_wrapper .dataTables_length label .form-control {
    border: 1px solid #ddd;
    min-width: 50px;
    height: 27px !important;
    line-height: 27px;
    padding: 0 0 0 10px;
}
select.form-control {
    padding-top: 0;
    padding-bottom: 0;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IldhcnN0d2FfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYgNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNCOUJEQzU7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNS41LDFoLTVDMC4yMiwxLDAsMS4yMiwwLDEuNVYyYzAsMC4xMywwLjA1LDAuMjYsMC4xNSwwLjM1bDIuNSwyLjVDMi43NCw0Ljk1LDIuODcsNSwzLDVzMC4yNi0wLjA1LDAuMzUtMC4xNQoJbDIuNS0yLjVDNS45NSwyLjI2LDYsMi4xMyw2LDJWMS41QzYsMS4yMiw1Ljc4LDEsNS41LDF6Ii8+Cjwvc3ZnPgo=);
    background-position-y: 50%;
    background-position-x: calc(100% - 11px);
    background-repeat: no-repeat;
    padding-right: 24px;
    -webkit-appearance: none;
}

@media (max-width: 991px) {
	.space {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.px100 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.navbar-collapse {
		background-color: #FFF;
	    border-top: 1px solid #efefef;
	    border-bottom: 1px solid #efefef;
	    margin-top: 15px;
	    padding-bottom: 15px;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.header .navbar-nav.navbar-right>li {
		margin: 0;
	}
	.header .navbar-nav.navbar-right>li>a,
	.header .navbar-nav>li>a {
		padding: 15px;
		font-size: 18px;
		line-height: 1.5;
	}
	.header .navbar-nav.navbar-right>li .btn-link {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header .navbar-nav.navbar-right {
		margin-top: 0;
	}
	section.login .join-container {
		padding: 30px 15px;
	}
	.functions .item,
	.boxe {
		margin-bottom: 30px;
	}
	.wrap-main-swiper .content-slide .slogan {
		font-size: 23px;
		letter-spacing: -1px;
	}
	.advantage .items {
		margin-bottom: 30px;
	}
	.advantage .items dl {
	    min-height: 80px;
	    padding-right: 100px;
	    padding-bottom: 0;
	}
	.clientarea-home .nav-tabs, .section-server .nav-tabs {
	    border: 0 none;
	    height: 55px;
	    overflow: hidden;
	    overflow-x: scroll;
	    width: 100%;
	}
	.table-list thead,
	.product-table.type2 thead {
		display: none;
	}
	.w-table th, .w-table td {
		border-right: 0;
	}
	.table-list td,
	.product-table.type2 td {
		display: block;
	}
	.product-table td {
		text-align: left;
	}
	.product-table.type2 .product-apply {
		display: inline-block;
		margin-bottom: 0;
	}
	.product-table .btn {
		display: block;
		margin-top: 15px;
	}
	.table-list .spec,
	.product-table .spec {
		padding-left: 18px;
	}
	.table-list td:last-child,
	.product-table.type2 td:last-child {
		border-bottom: 2px solid #6f6f6f;
	}
	.table-list td > .status,
	.table-list td > div.visible-xs,
	.product-table.type2 td > div.visible-xs {
		display: inline-block !important;
		width: 40%;
		font-weight: 400;
	}
	footer.footer .policy-area li {
		padding: 0 10px;
	}
	.footer.footer .back-to-top {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	div.dataTables_wrapper div.dataTables_length label {
		float: left;
	}
	div.dataTables_wrapper div.dataTables_paginate {
		padding: 5px 0 0;
	}
	.navbar-header {
		height: 90px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.navbar-toggle {
		margin: 0;
	    position: absolute;
	    right: 15px;
	}
	.navbar-brand {
		margin: 0;
	}
	.header .navbar {
		min-height: 90px;
	}
	.header .navbar-toggler {
		color: #333;
		min-height: 36px;
		border: 1px solid #999;
	}
	.header .navbar-collapse {
		display: block !important;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 12;
		height: 100%;
		width: 240px;
		background-color: #282e3d;
		transition: transform .24s ease;
		transform: translateX(-240px);
		overflow-y: auto;
		overflow-x: hidden;
		margin: 0;
		height: 100%;
		border: 0;
	}
	.header .navbar-collapse.show {
	    transform: translateX(0px);
	}
	.header .navbar-nav>li>a,
	.header .navbar-nav.navbar-right>li>a {
    	color: #FFF;
    	text-align: center;
	}
	.header .navbar-nav>li>a:hover {
		color: #EEE;
	}
	.header .navbar-collapse.in {
	    transform: translateX(0);
	}
	.header .navbar-nav.navbar-right>li.acount {
		margin-left: 0;
	}
	.header .navbar-nav.navbar-right>li.notices,
	.header .navbar-nav.navbar-right>li.shopbag {
		display: none;
	}
	.childmenu-wrap {
		display: block !important;
		position: relative !important;
		top: 0 !important;
		right: 0 !important;
	}
	.childmenu-wrap .childmenu {
		min-height: inherit !important;
	}
	.childmenu-title {
		display: none !important;
	}
	.brick-gnb__depth2 {
		padding: 10px !important;
	}
	.brick-gnb__depth2 .sub-menu-title {
		font-size: 16px !important;
		margin-top: 0 !important;
	}
	.brick-gnb__depth2 > li {
		padding: 0 !important;
		float: inherit !important;
		text-align: center;
		width: 100% !important;
	}
	.brick-gnb__depth3 {
		margin-bottom: 15px !important;
	}
	.brick-gnb__depth3 li {
		margin: 0 !important;
		line-height: 28px;
	}
	.product-table td .ip-tag,
	.product-table td .ip-div,
	.product-table td .info,
	.reload .status {
		display: inline-block;
	}
	.product-wrap .boxe-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	.product-wrap .boxe-title .name, 
	.product-wrap .boxe-title .cost {
		margin: 0;
	}
	
	.product-wrap .boxe .btn {
		display: block;
	}
	.product-wrap  .boxe dl dt {
		float: inherit;
	}
	.product-wrap  .boxe dl dt,
	.product-wrap  .boxe dl dd {
		width: 24%;
		min-width: auto;
		display: inline-block;
	}
	.product-wrap  .boxe dl dd:last-child {
		width: 60%;
	}
	.advantage .tit-main {
		font-size: 36px;
	}
	.wrap-main-swiper .swiper-slide {
		height: 360px;
	}
	.wrap-main-swiper .content-slide {
		height: 360px;
		padding-top: 60px;
	}
	.advantage .items dl.secutiry,
	.advantage .items dl.server-admin,
	.advantage .items dl.professionalism {
		background-position: right center;
	}
	.notice .item-list li a {
		height: 24px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	}
	.item-list li .time {
		display: block;
		float: inherit;
	}
	.language {
		display: block;
		border-left: 0 none;
		padding-left: 0;
		margin-top: 15px;
	}
}




.controle-wrapper{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);z-index:10;display:flex;align-items:center;gap:10px}
.controle-wrapper .swiper-pagination-bullet{width:12px;height:12px;border-radius:50%}
.controle-wrapper .btn-swiper-control.stop{background-size:10px 12px;margin-top:7px;margin-right:0;width:16px;height:18px}
.controle-wrapper.number-pagenation{padding-bottom:13px}
@media only screen and (min-width:768px){.controle-wrapper.number-pagenation{bottom:0;padding-bottom:20px}
}
.controle-wrapper.number-pagenation .number-format{display:inline-block;font-size:.75rem;font-weight:300;letter-spacing:-.02px;padding:2px 11px;border-radius:5px;background:rgba(34,34,34,.38) 0 0 no-repeat padding-box}
@media only screen and (min-width:1024px){.controle-wrapper.number-pagenation .number-format{font-size:.875rem;padding:2px 8px}
}
.controle-wrapper.number-pagenation .number-format .slide-link{font-size:.75rem;letter-spacing:-.03px;color:#fff;padding-right:5px}
.controle-wrapper.number-pagenation .number-format .slide-link:hover{text-decoration:underline}
@media only screen and (min-width:1024px){.controle-wrapper.number-pagenation .number-format .slide-link{font-size:.875rem;letter-spacing:-.03px;line-height:21px}
}
.controle-wrapper.number-pagenation .number-format .pagination-fraction{display:inline;font-size:.75rem;letter-spacing:-.06px;color:#fff}
@media only screen and (min-width:1024px){.controle-wrapper.number-pagenation .number-format .pagination-fraction{font-size:.875rem;letter-spacing:-.03px}
}
.controle-wrapper.number-pagenation .swiper-pagination-current{letter-spacing:-.06px}
.controle-wrapper.number-pagenation .swiper-pagination-total{font-weight:300;letter-spacing:-.06px}
.controle-wrapper.number-pagenation .move-button{font-size:.75rem;display: flex;justify-content: center;width:22px;align-items: center;height:22px;padding:2px 0;background:rgba(34,34,34,.38) 0 0 no-repeat padding-box;border-radius:50%}
.controle-wrapper.number-pagenation .move-button:first-child{margin-right:8px}
.controle-wrapper.number-pagenation .move-button:first-child i{padding-right:2px}
@media only screen and (min-width:1024px){.controle-wrapper.number-pagenation .move-button:first-child i{padding-right:3px}
}
.controle-wrapper.number-pagenation .move-button:last-child{margin-left:8px}
.controle-wrapper.number-pagenation .move-button:last-child i{padding-left:2px}
.controle-wrapper.number-pagenation .move-button:hover{background:rgba(86,87,88,.7) 0 0 no-repeat padding-box}
@media only screen and (min-width:1024px){.controle-wrapper.number-pagenation .move-button{font-size:.875rem;width:24px;height:24px}
}
.controle-wrapper.number-pagenation .fal{width:22px;height:12px;display:inline-block;position:static;font-size:.75rem;color:#fff;opacity:1;margin-top:0;transform:none;background:0 0}
@media only screen and (min-width:1024px){.controle-wrapper.number-pagenation .fal{font-size:.875rem;display: flex;justify-content: center;}
}
.pagination-wrapper{display:flex;justify-content:center;align-items:center;padding:20px 0}
.pagination-wrapper .number-pagenation{display:flex;list-style:none;margin:0;padding:0;gap:5px}
.pagination-wrapper .number-pagenation li{display:inline-block}
.pagination-wrapper .number-pagenation a,.pagination-wrapper .number-pagenation span{display:inline-block;padding:8px 12px;text-decoration:none;border:1px solid #ddd;color:#333;background-color:#fff;border-radius:4px;transition:all .3s ease;min-width:40px;text-align:center}
.pagination-wrapper .number-pagenation a:hover{background-color:#f5f5f5;border-color:#999}
.pagination-wrapper .number-pagenation .active{background-color:#007bff;color:#fff;border-color:#007bff}
.pagination-wrapper .number-pagenation .disabled{color:#6c757d;background-color:#e9ecef;border-color:#dee2e6;cursor:not-allowed}
.wrap-main-swiper{position:relative}
.wrap-main-swiper .swiper-container{position:relative;z-index: 0;max-height: 610px;}
.wrap-main-swiper .controle-wrapper{position:absolute;bottom: 90px;left:50%;transform:translateX(-50%);z-index:20;background:rgba(0,0,0,.3);padding:8px 15px;border-radius:20px;backdrop-filter:blur(5px)}
.wrap-main-swiper .controle-wrapper .move-button:hover{background:rgba(255,255,255,.2);transform:scale(1.1);transition:all .3s ease}
.wrap-main-swiper .controle-wrapper .number-format{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2)}
.wrap-main-swiper .controle-wrapper .pagination-fraction{color:#fff;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.5)}
@media (max-width:768px){.wrap-main-swiper .controle-wrapper{bottom:20px;padding:6px 12px;gap:8px}
.wrap-main-swiper .controle-wrapper .move-button{width:20px;height:20px}
.wrap-main-swiper .controle-wrapper .number-format{font-size:.7rem;padding:2px 8px}
}
.wrap-main-swiper .swiper-pagination{display:none}
.wrap-main-swiper .swiper-pagination-bullet{background:rgba(255,255,255,.5);opacity:1}
.wrap-main-swiper .swiper-pagination-bullet-active{background:#fff}










.home-notices {
	height: 60px;
	position: relative;
	border-color: rgba(255, 255, 255, 0.15);
	background-color: rgba(0,0,0,.3);
	backdrop-filter: blur(8px);
	margin-top: -60px;
}
.home-notices .splide--ttb>.splide__pagination {
	display: none;
}
.home-notices .splide__arrows {
    position: absolute;
    top: 7px;
    right: 15px;
    z-index: 100;
    display: inline-block;
}
.home-notices .splide__arrow {
    display: block;
    height: 16px;
    width: 16px;
    font-size: 1.5rem;
    outline: none;
    background-color: transparent;
    position: relative;
}
.home-notices .splide__arrow svg {
	max-height: 16px;
	max-width: 16px;
}
.home-notices .splide--ttb>.splide__arrows .splide__arrow--prev {
	top: 0;
	margin-bottom: 15px;
	color: #fff;
}
.home-notices .splide--ttb>.splide__arrows .splide__arrow--next {
	bottom: 10px;
	color: #fff;
}
.home-notices .splide__slide {
	display: flex;
	align-items: center;
}
.home-notices .splide__slide .badge-cell {
	margin-right: 15px;
	padding: 3px 11px;
	border-radius: 13px;
	background: #ffff;
}
.home-notices .splide__slide .text {
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.home-notices .splide__slide .text a {
    color: #ffffff;
}


section.home-feature .advantage .items dl {
    height: auto;
}


.panel.card.card-sidebar[menuitemname="Choose Currency"] {
    display: none!important;
}