body {
    margin: 0;
    overflow-x: hidden;
    letter-spacing: normal;
    min-width: 375px;
    overflow-x: auto;
}


*:not(.glyphicon-play:before) {
    font-family: 'Heebo', 'Noto Sans TC', sans-serif !important;
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.zh li:not(.footer-icon)>a,
.en li:not(.footer-icon)>a {
    display: block;
}

a:link,
a:visited {
    color: #fff;
    text-decoration: none;
}

body,
li {
    text-align: left !important;
}

h2 {
    font-weight: bold;
}

p {
    margin: 0 0 0 0;
}

.section p.listing-title {
    font-weight: 100;
    font-size: 14px;
    margin: 0;
    color: black;
    text-align: center;
    line-height: 20px;
}

ul {
    margin-bottom: 0px;
}

:root {
    --ud-darkgreen: #465E3E;
    --ud-lightgreen: #6F944D;
    --ud-blue: #2A3795;
    --ud-green: #28AA2E;
    --ud-gray9c: #9c9c9c;
    --ud-gray6c: #6c6c6c;
    --ud-gray3c: #3c3c3c;
    --ud-bordergrey: #EEE;
}

/*font style*/
.landing h2 {
    font-size: 18px;
    color: var(--ud-darkgreen);
    margin: 0 0 15px 0;
}

.cloud-service h2 {
    text-align: center;
}

.landing h3 {
    font-size: 14px;
    color: var(--ud-darkgreen);
    margin: 0;
    text-shadow: none;
}

.landing .cloud-service p {
    font-size: 14px;
    color: var(--ud-gray9c);
    padding: 0 10px 16px 0;
    text-align: left;
}

.cloud-service_container>div {
    height: 230px;
}

.landing .cloud-service p:not(.cloud-service_title) {
    min-height: 56px;
}

.landing .cloud-service p.cloud-service_title {
    font-size: 16px;
    font-weight: bold;
    color: var(--ud-darkgreen);
    padding: 0 0 3px 0;
}

.login h2 {
    text-align: center;
    margin: 16px 0;
}

.landing .protection .protection-title,
.landing .protection .protection-title_desktop {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    font-size: 18px;
    color: var(--ud-darkgreen);
    font-weight: bold;
    padding: 0px;
}

.protection {
    padding-top: 32px;
}

p.protection-title {
    display: block;
    width: 40%;
    position: relative;
    top: 20px;
    background: #fff;
}

.zh p.protection-title {
    top: 15px;
}

.title_desktop-border {
    width: 100%;
    border-bottom: 1px solid var(--ud-darkgreen);
}

.landing .protection h4 {
    font-size: 16px;
    font-weight: bold;
    color: var(--ud-darkgreen);
}

.landing .protection p {
    font-size: 14px;
    color: var(--ud-gray3c);
}

.landing .protection ul li {
    font-size: 14px;
    color: var(--ud-gray3c);
}

.protection-content ul.protection-content_pt li {
    color: var(--ud-gray9c);
}

.protection-content ul.protection-content_pt li::before {
    content: url("../images/icon-liStyle.svg");
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    margin: 0 5px 0 0;
}

.landing .protection-content a {
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
}

/*font style ends*/

/*button style*/
.btn-seeDetails {
    font-size: 14px;
    color: #fff;
    background: var(--ud-darkgreen);
    padding: 5px 12px;
    border-radius: 3px;
}

.btn-seeDetails:hover {
    background: var(--ud-green);
}

input#subscribe-email {
    width: 316px;
    height: 44px;
    border: 1px solid #efefef;
    border-radius: 3px;
    margin: 4px 0;
    padding-left: 6px;
}

input#subscribe-email::placeholder {
    padding-left: 10px;
}

input#subscribe-email_submit {
    width: 316px;
    height: 40px;
    background: var(--ud-darkgreen);
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    margin: 4px 0;
}

.btn-knowMore {
    margin: 0 20px 20px 20px;
    height: 36px;
    background: var(--ud-gray9c);
    border-radius: 3px;
    text-align: center;
}

.btn-knowMore a {
    color: #fff;
    line-height: 36px;
    display: block;
}

.current-tab {
    border-top: 2px solid var(--ud-green);
    color: var(--ud-green) !important;
}

.current-tab_price {
    border-bottom: 2px solid var(--ud-green);
    color: var(--ud-green) !important;
}

.btn-registrationFee {
    width: 394px;
    background: var(--ud-darkgreen);
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 20px;
    font-size: 16px;
}

.btn-registrationFee a {
    color: #fff;
    font-weight: bold;
    margin: 4px 5px;
    display: block;
    padding: 11px 0px 10px 30px;
}

.btn-registrationFee a::after {
    content: url("../images/icon-close_white.svg");
    position: relative;
    left: -20px;
    top: 2px;
    float: right;
}


/*button style ends*/

/*subscribe*/
.subscribe-newsletter {
    margin: 0 20px;
    text-align: center;
    padding: 50px 0 80px 0;
}

.subscribe-newsletter p {
    text-align: center;
}

/*subscribe ends*/


#general,
#general-container {
    display: inline-flex;
}

#generalGeneral,
#generalHK,
#generalChina {
    width: fit-content;
    margin: 0 48px 0 0;
}

#country {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

#chineseWord {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

#newType {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.active {
    border: 1px solid var(--ud-darkgreen);
    color: var(--ud-darkgreen);
    background: url("../images/icon-expand.svg")no-repeat center right 10px;
}

#header {
    padding: 12px 0 24px 0;
    box-shadow: inset 0px -20px 20px #cccccc1c;
}

.landing #page-content {
    margin: 0 20px;
    padding: 0 0;
}

.landing #page-content .cloud-service {
    padding: 32px 0 0 0;
}

.landing .cloud-service_container {
    display: inline-block;
    margin: 16px 0 0 0;
    position: relative;
}

/*images*/
.icon-container_cloudService {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.icon-container_protection {
    display: block;
    width: 80px;
    height: 80px;
}

.icon-webMail {
    background: url("../images/icon-webMail.svg") no-repeat center center;
}

.icon-cloudMail {
    background: url("../images/icon-cloudMail.svg") no-repeat center center;
}

.icon-cloudServer {
    background: url("../images/icon-cloudServer.svg") no-repeat center center;
}

.icon-cloudStorage {
    background: url("../images/icon-cloudStorage.svg") no-repeat center center;
}

.icon-ssl {
    background: url("../images/icon-ssl.svg") no-repeat center center;
}

.icon-cdn {
    background: url("../images/icon-cdn.svg") no-repeat center center;
}

.icon-cdn-china {
    background: url("../images/icon-cdn-china.svg") no-repeat center center;
}

.icon-waf {
    background: url("../images/icon-waf.svg") no-repeat center center;
}

/*images ends*/

.landing .login {
    text-align: center;
    padding: 0 0 32px 0;
}

.protection-cards {
    width: 100%;
    display: inline-flex;
    overflow-x: scroll;
}

.protection-container {
    margin: 32px 8px 48px 8px;
    width: 250px;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.protection-content {
    margin: 16px 0 24px 0;
    padding: 0 20px;
    display: block;
    width: 210px;
    height: 280px;
    box-sizing: content-box !important;
}

li.protection-content_title {
    font-weight: bold;
    font-size: 16px !important;
    color: var(--ud-darkgreen) !important;
}

ul.protection-content_pt {
    padding: 8px 0 16px 0;
}

.default-select {
    border: 1px solid var(--ud-darkgreen);
}

.default-select .btn-knowMore {
    background: var(--ud-green);
}

.protection-container:hover {
    border: 1px solid var(--ud-darkgreen);
}

.protection-container:hover>.btn-knowMore {
    background: var(--ud-green);
}

p.protection-title_desktop {
    display: none;
}

/*Footer*/
.kzusyL {
    height: auto;
    margin-top: -1px;
    background: rgb(255, 255, 255);
    border-top: 0px;
}

.hspIix {
    display: none;
}

.hBAjHV {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    height: 100%;
    padding: 29px 23px 55px;
    background: white;
}

.hBAjHV .Footer__Navs-sc-1avv018-1 {
    margin-right: initial;
    margin-bottom: initial;
    margin-left: initial;
    margin-top: 34px;
}

.kctWIv {
    max-width: 1600px;
    display: flex;
    justify-items: center;
    height: 100%;
    position: relative;
    margin: -5px auto;
}

.hBAjHV .Footer__Navs-sc-1avv018-1 a {
    font-size: 14px;
    color: rgb(42, 55, 149);
    font-weight: bold;
    margin-right: 30px;
    text-decoration: none;
}

.rootContainer a:not(:disabled) {
    cursor: pointer;
}

.hBAjHV .Footer__Disclamer-sc-1avv018-3 {
    margin-top: 26px;
    position: relative;
    display: flex;
    flex-direction: column;
    bottom: inherit;
    text-align: left;
}

.hBAjHV .Footer__Disclamer-sc-1avv018-3 span {
    margin-bottom: 10px;
}

.gOjDWl {
    position: absolute;
    bottom: 26px;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: rgb(151, 151, 151);
}

.dvrlqS {
    width: 67px;
    height: 70px;
    vertical-align: middle;
}

.gOjDWl a {
    color: rgb(151, 151, 151);
    text-decoration: underline;
}

.hjMZnH h2 {
    padding-left: 23px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(42, 58, 145);
    text-align: left;
    margin-bottom: 0px;
    margin-top: 15px;
}

#livehelp_status_button {
    position: fixed;
    right: 10px;
    left: auto;
    z-index: 10000000;
    bottom: 10px;
}

.btn_livehelp {
    -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 0px 20px);
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 0px 20px);
}

.header-container {
    margin: 0 auto;
    background-color: white;
    z-index: 2;
    position: relative;
    border: 1px solid rgba(111, 148, 77, 0.2);
    box-sizing: border-box;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border-top: 3px solid var(--ud-lightgreen);
    margin-bottom: 10px;
}

:root {
    --domain-dark-green: #465E3E;
    --domain-light-green: #6F944D;
    --domain-premium: #3C3C3C;
    --domain-special: #704CBB;
    --UD-grey9C: #9c9c9c;
    --UD-grey3C: #3c3c3c;
    --UD-green: #47B549;
    --UD-blue: #2A3A91;
}

body {
    height: 1200px
}

#page {
    width: 100%
}

#header_global {
    display: none;
}

#header {
    width: 100%;
    height: auto;
}

div#green-area {
    height: 606px;
    position: relative;
}

/*global naigation*/

.logo_ud {
    background: url(../images/logo_ud_blue.svg) no-repeat;
    background-size: cover;
    width: 23px;
    height: 18px;
    display: block;
    text-indent: -9999px;
    margin: 0 .5rem
}

#global-navigation {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-family: 'Heebo';
}

#global-navigation a:hover {
    text-decoration: none !important;
}

ul.list_service,
ul.list_customer,
ul.list_language {
    display: flex;
    flex-direction: row;
}

ul.list_customer li a {
    font-weight: bold;
}

#global-navigation {
    width: 100%;
    height: 30px;
    background: #fff;
}

a.btn_login {
    background: var(--ud-blue);
    padding: 5px 13px;
    color: #fff !important;
    margin: 5px 5px 5px 0;
}

ul.list_service,
ul.list_language {
    position: absolute;
    top: 30px;
}

ul.list_service li {
    padding: 5px 0;
}

ul.list_language {
    right: 0;
    padding: 4px 0;
}

ul.list_service {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    padding: 0 0 0 30px;
}

ul.list_service a {
    margin: 0 10px;
    color: #fff;
    font-weight: bold;
    opacity: 0.5;
}

ul.list_service li a.active {
    opacity: 1 !important;
}

ul.list_customer a {
    font-size: 14px;
    color: var(--UD-grey9C);
}

ul.list_customer li:nth-child(1),
ul.list_customer li:nth-child(2) {
    margin: 10px 15px;
}

ul.list_language a {
    font-size: 14px;
    padding: 0px 10px;
    color: #fff;
}

ul.list_language li:first-child {
    border-right: 1px solid #ffffff;
}

ul.list_customer {
    position: absolute;
    right: 0;
}


/*global navigation ends*/

.logo_group {
    height: 345px;
    padding: 100px 0;
    font-family: 'Heebo';
}

#logo {
    height: 58px !important;
    background: url(../images/logo_ud_light.svg) top center no-repeat;
    background-size: contain !important;
    position: relative !important;
    text-align: center !important;
    display: block !important;
}

#logo:before {
    content: "UDomain";
    color: #fff;
    font-size: 20px !important;
    font-weight: lighter;
    position: absolute;
    top: 60px;
    width: 100%;
    display: block;
}

#navigation {
    width: 100%;
    margin: 0;
    background: var(--domain-light-green);
    position: relative;
    bottom: 0;
    font-size: 16px;
}

#navigation>ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#navigation>ul>li {
    line-height: 30px;
    white-space: nowrap;
    height: 38px;
}

#navigation>ul>li>a {
    color: #fff;
    text-decoration: none;
}

#navigation ul.dropdown_list,
#navigation div.dropdown_list {
    display: none;
    background-color: white;
    position: absolute;
    z-index: 20;
    box-sizing: border-box;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.33);

}

.hasDropdown ul.domain_service {
    left: 14%;
    top: 57px;
}

.hasDropdown ul.domain_management {
    left: 45.2%;
    top: 57px;
}

.zh .hasDropdown ul.domain_management {
    left: 42.2%;
}

.hasDropdown ul.cloud_service {
    left: 75%;
    top: 57px;
}

.zh .hasDropdown ul.cloud_service {
    left: 71%;
}

#navigation .dropdown_list>li {
    min-width: 210px;
    line-height: 45px !important;
}

#navigation .dropdown_list>li>a {
    padding: 0 20px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
}

#navigation ul.dropdown_list a {
    color: var(--ud-gray9c);
    text-decoration: none;
}

.hasDropdown:hover .dropdown_list {
    display: block !important;
}

#navigation .dropdown_list li:hover {
    background-color: var(--ud-lightgreen);
}

#navigation .dropdown_list li:hover a {
    color: white;
}

#panel-search {
    display: grid;
    margin: 0 8px;
    position: relative;
    top: 44px;
    z-index: 99;
}

#panel-search>div {
    background: var(--domain-light-green);
}

#ui-search {
    display: grid;
    padding: 3px;
    border-radius: 3px;
}

div.toggle-select {
    display: grid;
    padding: 6px
}

div.toggle-select input {
    display: grid;
    padding: 8px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
}

#ui-search.selected div.toggle-select {
    padding: 6px;
    border-radius: 3px;
    background: var(--UD-green)
}

#list-selected-domain {
    display: grid;
    padding: 10px;
    border-radius: 3px;
    background: var(--UD-green);
    color: #fff
}

#list-selected-domain li p:after {
    content: attr(data-domain-type)
}

#list-selected-domain li {
    display: flex;
    align-items: center;
    padding: 8px 0
}

#list-selected-domain li:last-child {
    border-top: 1px solid #fff
}

#list-selected-domain li p,
#list-selected-domain li a {
    color: white;
}

.ud_domain {
    background: var(--domain-dark-green)
}

.btn_expand {
    color: #fff;
    text-decoration: none;
    margin: 8px;
    display: inline-flex;
    align-items: center
}

.btn_expand:before {
    content: "Explore";
    display: inline-block
}

.btn_expand:after {
    content: "";
    background: url(../images/searchbox/ico_expand.svg) no-repeat;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    display: inline-block
}

.btn_cancel:before {
    content: "";
    background: url(../images/searchbox/ico_close.svg) no-repeat;
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    display: flex
}

.btn_addDomain,
.btn_whois {
    text-decoration: none;
    position: absolute;
    right: 0
}

.btn_addDomain:after {
    font-family: "FontAwesome";
    content: "\F07A";
    background: #47B549;
    color: #fff;
    padding: 9px 9px;
    border-radius: 3px;
    margin: 0 8px;
    font-size: 18px;
}

.btn_whois:after {
    content: "?";
    background: var(--UD-blue);
    color: #fff;
    padding: 4px 14px;
    border-radius: 3px;
    margin: 0 8px
}

.btn_confirm {
    color: #fff;
    text-decoration: none;
    margin: 8px 0 0;
    display: inline-flex;
    align-items: center
}

.btn_confirm:after {
    content: "";
    background: url(../images/searchbox/ico_next.svg) no-repeat center;
    width: 20px;
    height: 15px;
    margin: 0 10px
}

.domain_form_btn {
    background-color: #2A3A91;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFFFFF;
    width: 100%;
    padding: 10px 10px !important;
}

.domain_form_btn:hover {
    color: white;
}


#panel-search-result {
    height: 420px;
    overflow-y: scroll;
    margin: 12px 0 0 0;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    background: #fff
}

.list-domain-result {
    background: #fff;
    display: flex;
    flex-direction: column
}

ul.list-domain-result li {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    height: 50px;
    color: var(--UD-grey9C);
    display: grid;
    align-items: center;
    position: relative;
}

ul.list-domain-result li p {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: var(--UD-grey9C);
}

ul.list-domain-result li:hover {
    background: #efefef;
    cursor: pointer;
}

ul.list-domain-result li.list-unavailable p:before {
    content: "";
    background: url(../images/searchbox/ico_unavailable.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    margin: 8px;
    display: block
}

ul.list-domain-result li.list-available p:before {
    content: "";
    background: url(../images/searchbox/ico_available.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    margin: 8px;
    display: block
}

ul.list-domain-result li p:after {
    content: attr(data-domain-type);
    color: var(--UD-green);
}

ul.list-domain-result li a:before {
    content: attr(data-price);
}

ul.list-domain-result li.list-unavailable a {
    color: var(--UD-blue);
}

ul.list-domain-result li.list-available a {
    color: var(--UD-green);
}

ul.list-domain-result li.list-unavailable p:after {
    content: attr(data-domain-type);
    color: var(--UD-grey9C);
}

ul.list-domain-result li.premium {
    display: flex;
}

ul.list-domain-result li.premium p:after {
    content: attr(data-domain-type);
    color: var(--domain-premium);
}

ul.list-domain-result li.special p:after {
    content: attr(data-domain-type);
    color: var(--domain-special);
}

ul.list-domain-result li.premium .domaintype-tag:before {
    content: "premium";
    background: var(--domain-premium);
    color: #fff;
    display: block;
    padding: 0 3px;
    border-radius: 3px;
    font-size: 12px;
    font-style: normal;
    margin: 0 5px
}

ul.list-domain-result li.special .domaintype-tag:before {
    content: "special";
    background: var(--domain-special);
    color: #fff;
    display: block;
    padding: 0 3px;
    border-radius: 3px;
    font-size: 12px;
    font-style: normal;
    margin: 0 5px
}

#sub-nav {
    width: 100%;
    margin: 0;
    position: relative;
    bottom: 0;
    font-size: 14px;
    top: 0px;
}

#sub-nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

#sub-nav ul li {
    line-height: 30px;
    padding: 5px 20px;
    /* cursor: pointer; */
}

#sub-nav ul li a {
    color: var(--ud-gray9c);
    text-decoration: none;
}

.zh .list_contact_desktop>div {
    margin-right: 46px;
}

a.list_contact-service {
    font-size: 16px;
    font-weight: bold;
    color: #47B549;
    white-space: nowrap;
}

a.list_contact-ts {
    font-size: 16px;
    font-weight: bold;
    color: var(--UD-green);
}

a.list_contact-login,
a.list_contact-signup {
    font-size: 16px;
    font-weight: bold;
    color: #E08569;
}

a.list_contact-login {
    border-right: 2px solid #E08569;
    padding: 0 6px 0 0;
}

a.list_contact-signup {
    padding: 0 0 0 3px;
}

.list_contact a.list_contact-ts {
    color: var(--ud-lightgreen);
}

.list_contact a.list_contact-service {
    color: var(--ud-lightgreen);
}

.list_contact_title {
    font-size: 12px;
    color: var(--ud-gray9c);
}

.serviceEnquiry,
.techSupport,
.loginManage {
    margin: 0 20px;
}

.list_contact {
    margin-top: 30px;
}

.list_contact hr {
    background: var(--ud-bordergrey);
    height: 1px;
    border: none;
}

.serviceEnquiry::after {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background: url("../images/icon-serviceEnquiry_mobile.svg") no-repeat center center;
    position: absolute;
    top: 1050px;
    right: 10px;
}

.zh .serviceEnquiry::after {
    top: 1051px;
}

.techSupport::after {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background: url("../images/icon-email_mobile.svg") no-repeat center center;
    position: absolute;
    top: 1130px;
    right: 12px;
}

.loginManage::after {
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    background: url("../images/icon-login_mobile.svg") no-repeat center center;
    position: absolute;
    top: 970px;
    right: 10px;
}

/*Loading*/

.list-loading {
    display: inline-block;
    width: 40px;
    height: 40px
}

.list-loading:after {
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    margin: 8px;
    border-radius: 50%;
    border: 1px solid #47B549;
    border-color: #47B549 #47B549 #47B549 transparent;
    animation: ani-loading 1.2s linear infinite
}

@keyframes ani-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

* {
    padding: 0;
    list-style: none
}

:root {
    --domain-dark-green: #465E3E;
    --domain-light-green: #6F944D;
    --domain-premium: #3C3C3C;
    --domain-special: #704CBB;
    --UD-grey9C: #9c9c9c;
    --UD-green: #47B549;
    --UD-blue: #2A3A91;

}

#logo {
    width: 140px;
    height: 90px;
    background: url(/images/searchbox/logo_ud_light.svg) top center no-repeat;
    position: relative;
    text-align: center;
    margin: 0 auto 1rem;
    display: none
}

#logo:before {
    content: "UDomain";
    color: #fff;
    font-size: 22px;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block
}

.protection-cards::-webkit-scrollbar {
    width: 0 !important
}

.protection-cards {
    -ms-overflow-style: none;
}

.protection-cards {
    overflow: -moz-scrollbars-none;
}

.icon-container {
    width: 80px;
    height: 80px;
    display: block;
    position: relative;
}


/*--icon--*/

.icon-dedicated-server {
    background: url("../images/icon-dedicated-server.svg") no-repeat top center;
    background-size: contain;
    margin: 0 auto;
}

.icon-cloud-server {
    background: url("../images/icon-cloud-server.svg") no-repeat top center;
    background-size: contain;
    margin: 0 auto;
}

.icon-server-colocation {
    background: url("../images/icon-server-colocation.svg") no-repeat top center;
    background-size: contain;
    margin: 0 auto;
}

.icon-server-vas {
    background: url("../images/icon-server-vas.svg") no-repeat top center;
    background-size: contain;
    margin: 0 auto;
}

.icon-global-cdn {
    background: url("../images/icon-cdn-global.svg") no-repeat top center;
    background-size: contain;
    margin: 0 auto;
}

.icon-china-cdn {
    background: url("../images/icon-cdn-china.svg") no-repeat top center;
    background-size: contain;
    margin: 0 auto;
}

.icon-chinanet {
    background: url("../images/icon-chinanet_sprite.svg") no-repeat center left;
    background-size: cover;
    display: block;
    margin: 0 auto;
}

.icon-cloud-hosting {
    background: url("../images/icon-cloud-hosting.svg") no-repeat top center;
    background-size: contain;
    margin: 0 auto;
}

.icon-cloud-storage {
    background: url("../images/icon-cloud-storage.svg") no-repeat top center;
    background-size: contain;
    margin: 0 auto;
}

.icon-cloud-email {
    background: url("../images/icon-cloud-email.svg") no-repeat top center;
    background-size: contain;
    margin: 0 auto;
}

.icon-domain-registration {
    background: url("../images/icon_domain_registration.svg") no-repeat top center;
    background-size: contain;
    margin: 0 auto;
}

.icon-crypo-security {
    background: url("../images/icon-crypo-security.svg") no-repeat top center;
    background-size: contain;
    margin: 0 auto;
}

.icon-server-security {
    background: url("../images/icon-server-security.svg") no-repeat top center;
    background-size: contain;
    margin: 0 auto;
}

.icon-app-security {
    background: url("../images/icon-app-security.svg") no-repeat top center;
    background-size: contain;
    margin: 0 auto;
}

.icon-live-streaming {
    background: url("../images/icon-live-streaming_sprite.svg") no-repeat center left;
    background-size: cover;
    display: block;
    margin: 0 auto;
}

.icon-email-marketing {
    background: url("../images/icon-email-marketing.svg") no-repeat top center;
    background-size: contain;
    margin: 0 auto;
}

.icon-web-design {
    background: url("../images/icon-webdesign.svg") no-repeat top center;
    background-size: contain;
    margin: 0 auto;
}


/*--icon ends--*/

/*--animation class--*/
.icon-dedicated-server {
    backface-visibility: visible !important;
    animation: hi 1s ease;
}

.icon-cloud-server {
    backface-visibility: visible !important;
    animation: hi 1s ease;
    animation-delay: 3s;
}

.icon-server-colocation {
    backface-visibility: visible !important;
    animation: hi 1s ease;
    animation-delay: 6s;
}

.icon-server-vas {
    backface-visibility: visible !important;
    animation: hi 1s ease;
    animation-delay: 9s;
}

.icon-global-cdn {
    backface-visibility: visible !important;
    animation: hi 1s ease;
    animation-delay: 12s;
}

.icon-china-cdn {
    backface-visibility: visible !important;
    animation: hi 1s ease;
    animation-delay: 15s;
}

.icon-chinanet {
    backface-visibility: visible !important;
    animation: hi 1s ease;
    animation-delay: 21s;
}

.icon-cloud-hosting {
    backface-visibility: visible !important;
    animation: hi 1s ease;
    animation-delay: 24s;
}

.icon-cloud-storage {
    backface-visibility: visible !important;
    animation: hi 1s ease;
    animation-delay: 27s;
}

.icon-cloud-email {
    backface-visibility: visible !important;
    animation: hi 1s ease;
    animation-delay: 30s;
}

.icon-domain-registration {
    backface-visibility: visible !important;
    animation: hi 1s ease;
    animation-delay: 33s;
}

.icon-crypo-security {
    backface-visibility: visible !important;
    animation: hi 1s ease;
    animation-delay: 36s;
}

.icon-server-security {
    backface-visibility: visible !important;
    animation: hi 1s ease;
    animation-delay: 39s;
}

.icon-app-security {
    backface-visibility: visible !important;
    animation: hi 1s ease;
    animation-delay: 42s;
}

.icon-live-streaming {
    backface-visibility: visible !important;
    animation: hi 1s ease;
    animation-delay: 45s;
}

.icon-email-marketing {
    backface-visibility: visible !important;
    animation: hi 1s ease;
    animation-delay: 48s;
}

.icon-web-design {
    backface-visibility: visible !important;
    animation: hi 1s ease;
    animation-delay: 51s;
}

@keyframes hi {

    40%,
    60% {
        transform: rotate(-20deg);
    }

    50% {
        transform: rotate(20deg);
    }

    70% {
        transform: rotate(0deg);
    }
}

/*--animation class ends--*/

#listing hr {
    border-style: solid;
    border-color: var(--ud-bordergrey);
    border-width: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#server li,
#network li,
#cloud-hosting li,
#security li,
#vas li {
    display: inline-block;
    width: 24%;
    text-align: center;
    margin: 0;
}

#server,
#network,
#cloud-hosting,
#security,
#vas {
    padding: 0;
    list-style: none;
    display: inline-flex;
    width: 100%;
}

.button-return-home {
    background: var(--ud-lightgreen);
    width: 100%;
    color: #fff;
    padding: 15px 0 15px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 48px 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.icon-web-design,
.icon-email-marketing,
.icon-cloud-server,
.icon-cloud-hosting,
.icon-cloud-storage,
.icon-cloud-email,
.icon-server-colocation,
.icon-server-vas,
.icon-dedicated-server,
.icon-domain-registration,
.icon-global-cdn,
.icon-china-cdn,
.icon-crypo-security,
.icon-server-security,
.icon-app-security,
.icon-live-streaming,
.icon-chinanet {
    animation: none;
}

#listing li:hover .icon-web-design,
#listing li:hover .icon-email-marketing,
#listing li:hover .icon-cloud-server,
#listing li:hover .icon-cloud-hosting,
#listing li:hover .icon-cloud-storage,
#listing li:hover .icon-cloud-email,
#listing li:hover .icon-server-colocation,
#listing li:hover .icon-server-vas,
#listing li:hover .icon-dedicated-server,
#listing li:hover .icon-domain-registration,
#listing li:hover .icon-global-cdn,
#listing li:hover .icon-china-cdn,
#listing li:hover .icon-crypo-security,
#listing li:hover .icon-server-security,
#listing li:hover .icon-app-security,
#listing li:hover .icon-live-streaming,
#listing li:hover .icon-chinanet {
    backface-visibility: visible !important;
    animation: hi 1s ease infinite;
}

a.btn_login {
    margin-right: 0;
}

.button-return-home {
    width: 50%;
}

.promotion_text{
    color:red;
    padding-left:10px;
    margin-bottom:-5px;
}

.domain-promotion {
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: white;
    margin-top: 15px;
}

.domain-promotion>span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0px;
    white-space: nowrap;
    display: inline-flex;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 56px;
    max-width: 100%;
}

.domain-promotion>span::-webkit-scrollbar {
    width: 0 !important
}

.domain-promotion>span {
    -ms-overflow-style: none;
}

.domain-promotion>span {
    overflow: -moz-scrollbars-none;
}

.domain-promotion .price{
    position: relative;
}

.domain-promotion .domain-gp .price::before {
    content: attr(data-orgprice);
    position: absolute;
    margin-left: .5rem;
    top: 2rem;
    font-size: 85%;
    text-decoration: line-through;
    opacity: .5;
}

span.domain-gp {
    padding-left: 20px;
}

.domain-name.red {
    text-shadow: 0px 0px 0 #E08569, 0px 0px 0 #E08569, 0px 0px 0 #E08569, 0px 0px 0 #E08569, 0px 0px 0 #E08569, 0px 0px 0 #E08569, 0px 0px 0 #E08569, 0px 0px 0 #E08569, 2px 2px 0 #E08569, -1px 1px 0 #E08569, 1px -2px 0 #E08569, -2px -1px 0 #E08569, 0px 2px 0 #E08569, 0px -1px 0 #E08569, -2px 0px 0 #E08569, 2px 0px 0 #E08569, 0px 2px 0 #E08569, 0px 1px 0 #E08569, 0px -2px 0 #E08569, 0px -2px 0 #E08569, 2px 0px 0 #E08569, -1px 0px 0 #E08569, 2px 0px 0 #E08569, -2px 0px 0 #E08569;
}

.domain-name.green {
    text-shadow: 1px 1px 0 #47B549,
        -1px 1px 0 #47B549,
        1px -1px 0 #47B549,
        -1px -1px 0 #47B549,
        0px 1px 0 #47B549,
        0px -1px 0 #47B549,
        -1px 0px 0 #47B549,
        1px 0px 0 #47B549,
        2px 2px 0 #47B549,
        -2px 2px 0 #47B549,
        2px -2px 0 #47B549,
        -2px -2px 0 #47B549,
        0px 2px 0 #47B549,
        0px -2px 0 #47B549,
        -2px 0px 0 #47B549,
        2px 0px 0 #47B549,
        1px 2px 0 #47B549,
        -1px 2px 0 #47B549,
        1px -2px 0 #47B549,
        -1px -2px 0 #47B549,
        2px 1px 0 #47B549,
        -2px 1px 0 #47B549,
        2px -1px 0 #47B549,
        -2px -1px 0 #47B549;
}

.domain-name.blue {
    text-shadow: 1px 1px 0 #646FA1,
        -1px 1px 0 #646FA1,
        1px -1px 0 #646FA1,
        -1px -1px 0 #646FA1,
        0px 1px 0 #646FA1,
        0px -1px 0 #646FA1,
        -1px 0px 0 #646FA1,
        1px 0px 0 #646FA1,
        2px 2px 0 #646FA1,
        -2px 2px 0 #646FA1,
        2px -2px 0 #646FA1,
        -2px -2px 0 #646FA1,
        0px 2px 0 #646FA1,
        0px -2px 0 #646FA1,
        -2px 0px 0 #646FA1,
        2px 0px 0 #646FA1,
        1px 2px 0 #646FA1,
        -1px 2px 0 #646FA1,
        1px -2px 0 #646FA1,
        -1px -2px 0 #646FA1,
        2px 1px 0 #646FA1,
        -2px 1px 0 #646FA1,
        2px -1px 0 #646FA1,
        -2px -1px 0 #646FA1;
}

.promotion-slider {
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: white;
    margin-top: 10px;
}

.promotion-slider .item>p {
    color: white;
    line-height: 22px;
    text-align: center;
    line-height: 27px;
}

.carousel-indicators {
    position: unset;
    width: 100%;
    line-height: 0px;
    margin: 8px auto;
}

.carousel-indicators li {
    border-radius: 0px;
    height: 3px;
    width: 13px;
    border: 1px solid #cacaca;
    background-color: #cacaca;
}

.carousel-indicators .active {
    background-color: unset;
    border: none;
}

.carousel-indicators .active li {
    height: 3px;
    width: 13px;
    border: 1px solid white;
    margin: 1px;
    background-color: white;
}

.carousel-indicators span:hover {
    cursor: pointer;
}

.slider-indicators {
    margin: 0 auto;
}

.cards-container {
    margin: 0;
}

.cards-container>.card {
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    height: 130px;
}

.cards-container .card {
    padding: 15px;
}

.card-title {
    font-weight: bold;
    font-size: 16px;
}

.card-title .more>a {
    color: #E08569;
}

.card-title .title {
    color: var(--ud-darkgreen);
    padding-bottom: 2px;
    white-space: nowrap;
}

.card-content>div {
    margin-top: 5px;
}

.card-content>div p {
    line-height: 22px;
    color: var(--ud-gray6c);
}

.special-offer {
    color: var(--ud-gray9c);
    margin-top: 5px;
    font-size: 12px;
    height: 34px;
}

.special-offer a {
    color: var(--ud-gray9c);
    text-decoration: underline;
}

.domain-reg-fee .domain {
    color: var(--ud-gray6c);
}

.domain-reg-fee .fee {
    color: var(--ud-lightgreen);
}

.card-content .register {
    color: #E08569;
    font-weight: bold;
    width: 110px;
}

#gradient-hr {
    background: linear-gradient(180deg, rgba(196, 196, 196, 0.2) 0%, rgba(196, 196, 196, 0) 100%);
    transform: rotate(-180deg);
    height: 45px;
}

#more-domain-type {
    color: white;
    font-size: 16px;
    line-height: 5.3em;
    white-space: nowrap;
    padding: 0px 25px;
    margin-left: -20px;
}

#more-domain-type .visible-xs {
    margin-left: -11px;
}

#more-domain-type span.button {
    line-height: 3.5em;
}

#more-domain-type:hover {
    cursor: pointer;
}

#more-domain-type .arrow {
    font-size: 30px;
}

#domain-type-list {
    display: none;
}

#domain-type-list .table {
    font-size: 16px;
}

.table>tbody>tr>td {
    padding: 3px;
    font-size: 13px;
}

#domain-type-list th {
    color: var(--ud-lightgreen);
    font-weight: bold;
    white-space: nowrap;
}

#domain-type-list .table>thead>tr>th {
    border: none;
    padding-top: 15px;
    border-bottom-color: white;
}

#domain-type-list .table>tbody>tr:first-child>td {
    border-top-color: white;
}

#domain-type-list td {
    color: var(--ud-gray9c);
    white-space: nowrap;
}

#domain-type-list td.expandAll {
    color: var(--ud-lightgreen);
    text-align: center;
}

.domain-suggestion table {
    margin-bottom: 0px;
}

.default-hide {
    display: none;
}

.old-domain-types th,
.new-domain-types td {
    width: 12.5%;
}

.list_contact_mobile>.row {
    border-bottom: 1px solid var(--ud-bordergrey);
}

#more-domain-type .arrow-down::after {
    content: url('../images/arrow_down.svg');
}

#more-domain-type .arrow-up::after {
    content: url('../images/arrow_up.svg');
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

#h1-domain-reg {
    display: none;
}

.carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1);
    -moz-transition: -moz-transform 0.6s cubic-bezier(1, 0, 0, 1), opacity .0.6s cubic-bezier(1, 0, 0, 1);
    -o-transition: -o-transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), opacity 0.6s cubic-bezier(1, 0, 0, 1);
}

.carousel .item {
    opacity: 0;
}

.carousel .carousel-inner .active {
    opacity: 1;
}

.carousel .carousel-inner .next,
.carousel .carousel-inner .prev .carousel .carousel-inner .active.left,
.carousel .carousel-inner .active.right {
    left: 0;
    opacity: 0;
}

.carousel .carousel-inner .next.left,
.carousel .carousel-inner .prev.right {
    opacity: 1;
}

/* inner page header */
.inner_page {
    font-family: Heebo;
}

.inner_page .section li {
    list-style: outside;
    line-height: initial;
    line-height: 28px;
}

.inner_page .section ul {
    text-indent: 0em;
    margin-left: 1.2em;
}

.inner_page .section ol {
    text-indent: 0em;
    margin-left: 1.2em;
}

.inner_page .section ol li {
    list-style-type: decimal;
    line-height: 28px;
}

.inner_page .logo_group {
    height: 265px;
}

.inner_page div#green-area {
    height: 394px;
}

.inner_page #sub-nav {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    top: 0px;
    background-color: white;
}

.inner_page #sub-nav ul {
    width: 80%;
    font-weight: bold;
}

.inner_page #sub-nav ul li {
    line-height: 50px;
    white-space: nowrap;
}

.inner_page #sub-nav li.current {
    border-bottom: 4px solid var(--ud-darkgreen);
}

.inner_page #sub-nav li.current a {
    color: var(--ud-darkgreen);
}

.inner_page #navigation li.current {
    border-top: 4px solid white;
}


/* inner page content */

.section {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    padding-bottom: 30px;
}

.section.border_bottom {
    border-bottom: 1px solid #EBEBEB;
}

.no-padding {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 10px;
}

.section .title {
    color: var(--ud-lightgreen);
    font-size: 40px;
    font-weight: 300;
}

.section .sub-title {
    font-size: 20px;
    line-height: 29px;
    color: var(--ud-darkgreen);
    margin: 10px 0px;
}

.section .sub-sub-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
    color: var(--ud-darkgreen);
}

.section p {
    font-size: 14px;
    line-height: inherit;
    line-height: 28px;
    padding: 10px 0px;
}

.section p.font-weight-bold {
    font-weight: bold;
}

.section button:not(.btn-submit):not(.green-hyperlink) {
    background: var(--ud-lightgreen);
    border-radius: 3px;
    font-size: 15px;
    padding: 9px 25px;
    color: #FFFFFF;
    border-color: var(--ud-lightgreen);
}

.section button.green-hyperlink {
    color: var(--ud-lightgreen);
    font-size: 16px;
    margin-top: 20px;
    padding: 0px;
}

#whois_search {
    margin: 2px 10px;
    border: none;
}

.whois_search_area {
    min-width: 600px;
}

#whois_domain {
    background: #FFFFFF;
    border: 1px solid var(--ud-lightgreen);
    box-sizing: border-box;
    border-radius: 3px;
    width: 359px;
    height: 40px;
    font-size: 18px;
    padding-left: 10px;
}

.section .vertical-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35vh;
}

.grey-section {
    background-color: #EBEBEB;
    width: 100%;
    display: flex;
    padding: 20px;
}

.grey-section .pre-price {
    font-weight: bold;
    color: #455d3e;
    font-size: 27px;
}

.grey-section .price {
    font-weight: bold;
    color: #64b157;
    font-size: 27px;
}

.grey-section .per {
    color: #9b9b9b;
}

.grey-section p {
    font-size: 19px;
    padding: 6px 0px;
}

.section .sub-sub-title.title-tab {
    font-size: 19px;
    line-height: 28px;
    color: var(--UD-grey9C);
}

.section .sub-sub-title.title-tab span {
    border-bottom: 3px solid white;
}

.section .sub-sub-title.title-tab.current span,
.section .sub-sub-title.title-tab:hover span {
    color: var(--ud-darkgreen);
    border-bottom: 3px solid var(--ud-darkgreen);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.section .tabs {
    margin-bottom: 15px;
}

.section .tab-content {
    margin-top: 15px;
}

.tab-related>:not(.current) {
    display: none;
}

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

    #navigation>ul>li>a {
        padding: 5px 20px;
    }

    .header-container {
        min-width: 600px;
    }

    #domain-type-list .table th {
        font-size: 14px;
        padding: 4px;
    }

    #domain-type-list .table td {
        font-size: 12px;
        padding: 4px;
    }

    .dns-hosting {
        margin-top: 10px;
    }

    .inner_page #navigation {
        top: 243px;
    }

    .section .vertical-middle {
        height: 30vh;
    }

    .carousel-inner {
        height: 50px;
    }

    #navigation2ND {
        margin-top: 0px;
    }

    .domain-promotion>span {
        width: 100%;
    }

    .logo_group {
        height: 270px;
    }

    .inner_page .logo_group {
        height: 270px;
    }

    .list_contact_desktop {
        display: none;
    }

    #navigation {
        top: 451px;
        position: absolute;
    }

    div#green-area {
        height: 605px;
    }

    .btn-registrationFee {
        margin-top: 35px;
        width: 320px;
    }



    ul.list_customer li a,
    ul.list_service a,
    ul.list_language a {
        font-weight: normal;
        font-size: 12px;
    }

    .inner_page div#green-area {
        height: 406px;
    }

    .inner_page .logo_group {
        padding: 82px 0px;
    }

    ul.list_service {
        padding: 0;
    }

    .inner_page #navigation>ul,
    .inner_page #sub-nav ul {
        padding: 8px 20px;
    }

    .inner_page #navigation>ul>li>a,
    .inner_page #sub-nav>ul>li>a {
        padding: 4px 0px;
    }

    .inner_page #sub-nav>ul>li>a {
        padding-top: 13px;
    }

    .inner_page #navigation>ul>li>a {
        color: rgba(255, 255, 255, 1);
    }

    .inner_page #navigation li.current {
        border: none;
    }

    .inner_page #navigation li.current a {
        color: white;
    }

    .inner_page #navigation2ND {
        margin-top: 0px;
    }

    .inner_page #sub-nav ul {
        width: 100%;
        font-weight: normal;
    }

    .inner_page #sub-nav ul li {
        padding: 0px;
        height: 40px;
        line-height: unset;
    }

    .inner_page #sub-nav li.current {
        border-bottom: none;
    }

    .inner_page #sub-nav li.current a {
        color: var(--ud-darkgreen);
    }

    .inner_page #sub-nav li:hover a {
        color: var(--ud-darkgreen);
    }


    .section {
        width: 100%
    }

    .section .title {
        font-size: 25px;
    }

    .section button {
        font-size: 14px;
        padding: 10px 20px;
    }

    #whois_domain {
        width: 260px;
        height: 40px;
    }

    #panel-search-result {
        width: 120%;
    }

    .selected #panel-search-result {
        width: 100%;
    }

    #domain-type-list {
        background-color: #465d3e;
        padding: 0px 10px;
        z-index: 2;
        position: relative;
        overflow-x: scroll;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }

    #domain-type-list::-webkit-scrollbar {
        width: 0 !important
    }


    .domain-suggestion {
        margin-bottom: 0px;
    }

    #navigation2ND {
        margin-top: 20px;
    }

    #navigation ul.dropdown_list,
    #navigation div.dropdown_list {
        display: none !important;
    }

    .cards-container .card {
        padding-left: 5px;
    }

    #more-domain-type {
        line-height: 3em;
        padding: 0px 5px;
        margin: 0px;
    }

    #more-domain-type .button::after {
        position: relative;
        top: -1px;
        right: -6%;
    }

    .logo_group {
        height: 270px;
    }

    .logo_group #ui-search.selected{
        width: 100%;
    }

    .logo_group #ui-search.selected + #more-domain-type{
        display:none;
    }

}

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

    #more-domain-type .button::after {
        position: absolute;
        padding: 13px 0px;
        padding-left: 8px;
        font-size: 1.6rem;
    }

    .list_contact {
        display: none;
    }

    .list_contact_desktop {
        display: flex;
        width: 700px;
        align-items: center;
        margin: 0 auto;
        padding-top: 30px;
    }

    .serviceEnquiry,
    .techSupport,
    .loginManage {
        width: 50%;
        padding: 0 0 0 48px;
    }

    .serviceEnquiry {
        background: url("../images/icon-serviceEnquiry_desktop.svg") no-repeat top left;
    }

    .techSupport {
        background: url("../images/icon-email_desktop.svg") no-repeat top left;
    }

    .loginManage {
        background: url("../images/icon-login_desktop.svg") no-repeat top left;
    }

    .serviceEnquiry::after,
    .techSupport::after,
    .loginManage::after {
        background: unset;
    }

    .landing {
        margin: 0;
    }

    .domain-suggestion {
        display: contents;
        justify-content: space-evenly;
    }

    p.protection-title {
        display: none;
    }

    p.protection-title_desktop {
        display: block;
        position: relative;
        top: 12px;
        background: #fff;
        width: 20% !important;
    }

    .title_desktop-border {
        width: 100%;
        border-bottom: 1px solid var(--ud-darkgreen);
    }


    input#subscribe-email {
        width: 400px;
        height: 44px;
    }

    input#subscribe-email_submit {
        width: 400px;
        height: 40px;
    }

    .subscribe-newsletter {
        margin: 0 auto;
        width: 600px;
    }

    .btn-registrationFee {
        width: 527px;
        height: 44px;
    }

    .btn-registrationFee a::after {
        right: -390px;
    }

    #header {
        width: 100%;
        position: relative;
        height: auto;
        padding: 16px 0 48px 0 !important;
    }

    div#green-area {
        height: 600px;
    }

    .logo_ud {
        background: url(../images/logo_ud_white.svg) no-repeat;
        background-size: contain;
        width: 36px;
        height: 28px;
        display: block;
        text-indent: -9999px;
        position: relative;
        left: 10px;
    }

    #global-navigation {
        background: none;
        height: 60px;
    }

    .btn-login_desktop {
        display: block;
        margin: 0 auto;
    }

    ul.list_service {
        position: relative;
        top: 0;
        border: none;
        margin-bottom: 0px !important;
    }

    ul.list_service li:nth-child(1) {
        margin: -1px 10px 0 0;
        opacity: 1;
    }

    ul.list_service li {
        margin: 0 10px;
    }

    ul.list_customer li a {
        color: #cccccc;
    }

    ul.list_service a {
        margin: 0;
    }

    ul.list_language {
        top: unset;
        right: 10px;
        position: static;
    }

    ul.list_customer {
        right: 85px;
    }

    #domain-type-list .table>thead>tr>th:first-child,
    #domain-type-list .table>tbody>tr>td:first-child {
        padding-left: 20px;
    }

    #domain-type-list .table>thead>tr>th:last-child,
    #domain-type-list .table>tbody>tr>td:last-child {
        padding-right: 20px;
    }

    #domain-type-list .table>thead {
        padding-top: 20px;
    }

    .logo_group {
        padding: 150px 0 0 0;
    }

    .inner_page .logo_group {
        padding: 86px 0 0 0;
    }

    #navigation {
        max-width: 1200px;
        height: 72px !important;
        padding: 0;
        position: relative;
        margin: 0 auto;
        top: -3px;
    }

    #navigation ul {
        display: flex;
        margin-left: 0.5em;
    }

    #navigation ul li {
        flex: row;
        line-height: 72px;
    }

    #sub-nav ul {
        display: inline-flex;
        width: 100%;
    }

    #sub-nav ul li {
        flex: row;
        line-height: 45px;
        padding: unset;
    }

    #panel-search {
        position: relative;
        margin: 0 auto
    }

    #ui-search.en:before {
        content: "Domain Registration";
    }

    #ui-search.zh:before {
        content: "域名註冊";
        margin-left: 10%;
    }

    #ui-search:before {
        color: #fff;
        position: absolute;
        margin: 31px;
        font-size: 16px;
    }

    .btn_expand {
        position: absolute;
        right: 20px;
        top: 38px;
        margin: auto
    }

    #navigation2ND-content {
        margin: 0 auto;
        padding: 0 0 16px 0;
    }

    #listing {
        width: 70%;
    }

    .inner_page #navigation ul {
        margin-left: 0px;
    }

    .inner_page #navigation li {
        line-height: 70px;
    }

    .inner_page #sub-nav li {
        border-bottom: 4px solid white;
    }
    
    .inner_page #navigation>ul>li>a{
        height:72px;
        display: table-cell;
        vertical-align: middle;
    }

    .zh.inner_page #sub-nav ul {
        width: 73%;
    }

    .domain-suggestion {
        margin: 0 auto;
    }
}

@media screen and (min-width: 992px) {
    .cloud-service_content {
        border-right: 1px solid #efefef;
    }

    .cloud-service_content:last-child {
        border-right: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    #more-domain-type {
        margin-left: -70px;
    }
    
    #panel-search {
        width: 100%;
    }

    div.toggle-select {
        width: 64%;
        margin: 0 0 0 28%;
        padding: 8px;
    }

    div.toggle-select input {
        padding: 20px 10px;
        margin: 0
    }

    #ui-search.selected div.toggle-select {
        padding: 8px;
    }

    .inner_page #navigation ul {
        margin-left: 1rem;
    }

    #sub-nav ul li {
        margin: 0 auto;
    }

    #more-domain-type .button::before {
        position: absolute;
        padding: 14px 0px;
        font-size: 1.6rem;
        margin: 0px -60px;
    }

    .zh #more-domain-type .button::before {
        margin: 0px -20px;
    }

    /*Footer*/
    .kzusyL {
        width: 100%;
        height: 460px;
        position: relative;
        background: rgb(239, 239, 239);
        border-top: 5px solid rgb(42, 58, 145);
    }

    .hspIix {
        display: block;
        height: 75%;
    }

    .kctWIv {
        max-width: 1600px;
        display: flex;
        justify-items: flex-start;
        height: 100%;
        position: relative;
        margin: -5px auto;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .hjMZnH {
        -webkit-box-flex: 1;
        flex-grow: 1;
        height: 150px;
        border-top: 5px solid rgb(71, 181, 73);
    }

    .iHeIu {
        -webkit-box-flex: 1;
        flex-grow: 1;
        height: 150px;
        border-top: 5px solid rgb(42, 58, 145);
    }

    .hjMZnH ul {
        display: block;
        text-align: left;
        padding-left: 23px;
        -webkit-box-flex: 1;
        flex-grow: 1;
        list-style: none;
        margin: 8px 0 0 0;
    }

    .gOjDWl {
        position: absolute;
        bottom: 26px;
        width: 100%;
        font-size: 12px;
        text-align: center;
        color: rgb(151, 151, 151);
    }

    .iHeIu h2 {
        padding-left: 23px;
        font-size: 18px;
        font-weight: bold;
        color: rgb(42, 58, 145);
        text-align: left;
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .iHeIu ul {
        display: block;
        text-align: left;
        padding-left: 23px;
        -webkit-box-flex: 1;
        flex-grow: 1;
        list-style: none;
        margin: 8px 0 0 0;
    }

    .hjMZnH ul a,
    .iHeIu ul a {
        color: rgb(60, 60, 60);
        font-style: normal;
        font-weight: normal;
        line-height: 21px;
        font-size: 12px;
        text-decoration: none;
    }

    .kctWIv .FootqS,
    .kctWIv .dvrlqS {
        bottom: -86px !important;
    }

    .hBAjHV {
        display: none;
    }

    #livehelp_status_button {
        right: 50px;
    }

    .btn_livehelp {
        width: 150%;
    }

    #navigation {
        font-size: 1.48rem;
    }

    .inner_page #sub-nav {
        font-size: 1.45rem;
    }

    .inner_page #sub-nav ul,
    .zh.inner_page #sub-nav ul {
        width: 100%;
        margin: 0px;
    }

}

@media screen and (min-width: 1200px) {
    #panel-search {
        max-width: 1200px;
    }

    #navigation {
        max-width: 1200px;
        height: 72px !important;
        padding: 0;
        position: relative;
        margin: 0 auto;
        top: -3px;
    }

    #navigation ul {
        display: flex;
        margin-left: 0.5em;
    }

    #navigation ul li {
        flex: row;
        line-height: 72px;
    }

    .inner_page #navigation ul {
        margin-left: 1rem;
    }

    #sub-nav {
        padding: 0;
        position: relative;
        top: -3px;
    }

    #sub-nav ul {
        display: flex;
        margin: 0 2rem;
        width: 70%;
    }

    #sub-nav ul li {
        flex: row;
        line-height: 45px;
        padding: unset;
    }

    #navigation2ND {
        max-width: 1200px;
        margin: 0 auto;
    }

    #more-domain-type .button::before {
        position: absolute;
        padding: 14px 0px;
        font-size: 16px;
        margin: 0 -14px;
    }

    .zh #more-domain-type .button::before {
        margin: 0 28px;
    }

    .landing .cloud-service_container {
        max-width: 1200px;
        display: block;
        margin: 0 auto;
        padding: 16px 0 32px 0;
        position: relative;
        min-height: 230px;
    }

    .protection-cards_container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 32px 0;
    }

    .protection-cards {
        max-width: 1200px;
    }

    .protection-container {
        max-width: 800px;
        display: block;
        margin: 0 auto;
        width: 290px;
    }

    div.toggle-select {
        width: 71%;
        margin: 0 0 0 26%;
        padding: 8px;
    }

    div.toggle-select input {
        padding: 20px 10px;
        margin: 0
    }

    #ui-search.selected div.toggle-select {
        padding: 8px;
    }

    /*Footer*/
    .kzusyL {
        width: 100%;
        height: 306px;
        position: relative;
        background: rgb(239, 239, 239);
        border-top: 5px solid rgb(42, 58, 145);
    }

    .hspIix {
        display: block;
        height: 100%;
    }

    .kctWIv {
        max-width: 1600px;
        display: flex;
        justify-items: center;
        height: 100%;
        position: relative;
        margin: -5px auto;
    }

    .hjMZnH {
        -webkit-box-flex: 1;
        flex-grow: 1;
        height: 150px;
        border-top: 5px solid rgb(71, 181, 73);
    }

    .iHeIu {
        -webkit-box-flex: 1;
        flex-grow: 1;
        height: 150px;
        border-top: 5px solid rgb(42, 58, 145);
    }

    .hjMZnH ul {
        display: block;
        text-align: left;
        padding-left: 23px;
        -webkit-box-flex: 1;
        flex-grow: 1;
        list-style: none;
        margin: 8px 0 0 0;
    }

    .gOjDWl {
        position: absolute;
        bottom: 26px;
        width: 100%;
        font-size: 12px;
        text-align: center;
        color: rgb(151, 151, 151);
    }

    .iHeIu h2 {
        padding-left: 23px;
        font-size: 18px;
        font-weight: bold;
        color: rgb(42, 58, 145);
        text-align: left;
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .iHeIu ul {
        display: block;
        text-align: left;
        padding-left: 23px;
        -webkit-box-flex: 1;
        flex-grow: 1;
        list-style: none;
        margin: 8px 0 0 0;
    }

    .hjMZnH ul a,
    .iHeIu ul a {
        color: rgb(60, 60, 60);
        font-style: normal;
        font-weight: normal;
        line-height: 21px;
        font-size: 12px;
        text-decoration: none;
    }

    .hBAjHV {
        display: none;
    }

    #livehelp_status_button {
        right: 50px;
    }

    .btn_livehelp {
        width: 150%;
    }

}

@media screen and (min-width: 768px) {
    #navigation ul li {
        margin-left: auto;
    }

    #navigation>ul>li>a {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    #sub-nav ul li a {
        padding-left: 1.85rem;
        padding-right: 1.85rem;
    }

    .zh #navigation>ul>li>a {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .zh #sub-nav ul li a {
        padding-left: 3.6rem;
        padding-right: 3.6rem;
    }

    .zh.inner_page #sub-nav ul li a {
        padding: 0px;
    }

    .zh.inner_page #sub-nav ul li {
        margin: 0 auto;
    }

    #navigation>ul>li>a {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .inner_page #sub-nav ul li a {
        padding: 0px;
    }

    .inner_page #sub-nav ul li {
        margin: 0 auto;
    }
}

@media screen and (min-width: 800px) {
    #navigation ul li {
        margin-left: auto;
    }

    #navigation>ul>li>a {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }

    #sub-nav ul li a {
        padding-left: 2.15rem;
        padding-right: 2.15rem;
    }

    .zh #navigation>ul>li>a {
        padding-left: 1.7em;
        padding-right: 1.7em;
    }

    .zh #sub-nav ul li a {
        padding-left: 3.9rem;
        padding-right: 3.9rem;
    }

    .zh.inner_page #sub-nav ul li a {
        padding: 0px;
    }

    .zh.inner_page #sub-nav ul li {
        margin: 0 auto;
    }

    #navigation>ul>li>a {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }

    .inner_page #sub-nav ul li a {
        padding: 0px;
    }

    .inner_page #sub-nav ul li {
        margin: 0 auto;
    }
}

@media screen and (min-width: 850px) {
    #navigation ul li {
        margin-left: auto;
    }

    #navigation>ul>li>a {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #sub-nav ul li a {
        padding-left: 2.65rem;
        padding-right: 2.65rem;
    }

    .zh #navigation>ul>li>a {
        padding-left: 1.9em;
        padding-right: 1.9em;
    }

    .zh #sub-nav ul li a {
        padding-left: 4.4rem;
        padding-right: 4.4rem;
    }

    .zh.inner_page #sub-nav ul li a {
        padding: 0px;
    }

    .zh.inner_page #sub-nav ul li {
        margin: 0 auto;
    }

    #navigation>ul>li>a {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .inner_page #sub-nav ul li a {
        padding: 0px;
    }

    .inner_page #sub-nav ul li {
        margin: 0 auto;
    }
}

@media screen and (min-width: 920px) {
    #navigation ul li {
        margin-left: auto;
    }

    #navigation>ul>li>a {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    #sub-nav ul li a {
        padding-left: 3.3rem;
        padding-right: 3.3rem;
    }

    .zh #navigation>ul>li>a {
        padding-left: 3.4rem;
        padding-right: 3.4rem;
    }

    .zh #sub-nav ul li a {
        padding-left: 5.1rem;
        padding-right: 5.1rem;
    }

    .zh.inner_page #sub-nav ul li a {
        padding: 0px;
    }

    .zh.inner_page #sub-nav ul li {
        margin: 0 auto;
    }

    #navigation>ul>li>a {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .inner_page #sub-nav ul li a {
        padding: 0px;
    }

    .inner_page #sub-nav ul li {
        margin: 0 auto;
    }
}

@media screen and (min-width: 990px) {
    #navigation ul li {
        margin-left: auto;
    }

    #navigation>ul>li>a {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    #sub-nav ul li a {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .zh #navigation>ul>li>a {
        padding-left: 3.9rem;
        padding-right: 3.9rem;
    }

    .zh #sub-nav ul li a {
        padding-left: 5.8rem;
        padding-right: 5.8rem;
    }

    .zh.inner_page #sub-nav ul li a {
        padding: 0px;
    }

    .zh.inner_page #sub-nav ul li {
        margin: 0 auto;
    }

    #navigation>ul>li>a {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .inner_page #sub-nav ul li a {
        padding: 0px;
    }

    .inner_page #sub-nav ul li {
        margin: 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    #navigation>ul>li>a {
        padding-left: 3.1rem;
        padding-right: 3.1rem;
    }

    #sub-nav ul li a {
        padding-left: 2rem;
        padding-right: 3rem;
    }

    .zh #navigation>ul>li>a {
        padding-left: 5.2rem;
        padding-right: 5.2rem;
    }

    .zh #sub-nav ul li a {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .zh.inner_page #sub-nav ul li a {
        padding: 0px;
    }

    .zh.inner_page #sub-nav ul li {
        margin-left: 4.6rem;
        margin-right: 5.7rem;
    }

    #navigation>ul>li>a {
        padding-left: 3.1rem;
        padding-right: 3.1rem;
    }

    .inner_page #sub-nav ul li a {
        padding: 0px;
    }

    .inner_page #sub-nav ul li {
        margin-left: 2rem;
        margin-right: 3rem;
    }
}