/*************************************************************************
Note

Font:
Light 300
Normal 400
Semi-Bold 600
Bold 700
Extra-Bold 800
************************************************************************/

/*************************************************************************
General
************************************************************************/

html {
    overflow-x: hidden;
}

body {
    behavior: url("library/htc/csshover3.htc");
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background: url("../images/temp/background.jpg") center center no-repeat fixed;
    background-size: cover;
    color: #333;
    overflow-x: hidden;
}

textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

::-webkit-input-placeholder {
    color: #E5E5E5;
}

:-moz-placeholder {
    /* older Firefox*/
    color: #E5E5E5;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #E5E5E5;
}

:-ms-input-placeholder {
    color: #E5E5E5;
}

html::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #fff;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset -1px -1px 0 rgba(0, 0, 0, .07);
}

html::-webkit-scrollbar:hover {
    background-color: #eee;
}

html::-webkit-resizer {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #666;
}

html::-webkit-scrollbar-thumb {
    min-height: 0.8em;
    min-width: 0.8em;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset -1px -1px 0 rgba(0, 0, 0, .07);
}

html::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

html::-webkit-scrollbar-thumb:active {
    background-color: #888;
}

.ui-dialog {
    z-index: 1500;
}

.fancybox-lock .fancybox-overlay {
    overflow: hidden;
}

/************************************************************************
go-to-top
************************************************************************/

#go-to-top {
    background: url("../images/icon_gototop.png") left top no-repeat;
    width: 36px;
    height: 36px;
    position: fixed;
    right: 10px;
    bottom: 5px;
    z-index: 10000;
    text-decoration: none;
    transition: 0.2s;
    transition: display 0.2s linear;
    display: none;
}

#go-to-top:hover {
    background-position: left bottom;
}

/************************************************************************
mobile_menu
************************************************************************/

.mobile_menu {
    height: 49px;
    background: rgba(24, 61, 115, .95);
    text-align: center;
    display: none;
}

.mobile_menu .m_menu {
    background: url("../images/m_menu.png") center center no-repeat;
    width: 49px;
    height: 49px;
    position: absolute;
    display: block;
}

.mobile_menu .home {
    display: inline-block;
    margin-top: 6px;
}

.mobile_menu .home .img {
    height: 36px;
}

/************************************************************************
main
************************************************************************/

.main {
    padding: 5px 10px 132px;
    font-size: 14px;
    line-height: 22px;
}

.main_nav {
    padding: 0;
}

.main_member {
    padding-left: 60px;
}

.main_cart {
    padding-right: 310px;
}

.main .m_update {
    margin: 5px 0;
    word-break: break-word;
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
}

.main_nav .m_update {
    margin: 0;
}

.main .title {
    background: url("../images/main_title_183D73.png") left top repeat-y;
    padding: 12px 18px;
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.main .title h1, .main .title h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
}

.main .content {
    margin-top: 10px;
}

.main .content_auto {
    position: absolute;
    top: 66px;
    right: 10px;
    bottom: 132px;
    left: 60px;
}

/************************************************************************
slide
************************************************************************/

.main .slide {
    position: relative;
    top: 0px;
    left: 0px;
    width: 960px;
    height: 410px;
}

.main .slide .slides {
    cursor: move;
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 960px;
    height: 410px;
}

.main .slide .jssora05l {
    background: url("../images/main_left_slide_jssora05l.png") left top no-repeat;
    width: 30px;
    height: 48px;
    top: 195px;
    left: 16px;
    position: absolute;
    cursor: pointer;
}

.main .slide .jssora05l:hover {
    background-position: left bottom;
}

.main .slide .jssora05r {
    background: url("../images/main_left_slide_jssora05r.png") left top no-repeat;
    width: 30px;
    height: 48px;
    top: 195px;
    right: 16px;
    position: absolute;
    cursor: pointer;
}

.main .slide .jssora05r:hover {
    background-position: left bottom;
}

.main .slide .jssorb10_m {
    bottom: 20px;
    right: 47px;
}

/************************************************************************
error
************************************************************************/

.error {
    max-width: 960px;
    margin: 0 auto;
    padding: 200px 0;
}

.error .content {
    margin-top: 20px;
}

.error .content .link {
    text-decoration: none;
    color: #2E3192;
    font-weight: 600;
}

.error .content .link:hover {
    text-decoration: underline;
}

/************************************************************************
tab
************************************************************************/

.tab {
    background: #464646;
    border-bottom: solid 2px black;
}

.tab .each {
    float: left;
    color: white;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    margin-right: 1px;
    transition: 0.2s;
}

.tab .each:hover, .tab .each:focus {
    text-decoration: none;
}

.tab .each_active {
    font-size: 20px;
}

/************************************************************************
detail
************************************************************************/

.detail h1 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.detail .detail_c {
    margin-top: 20px;
}

.detail .detail_c a {
    font-weight: bold;
}

/************************************************************************
home
************************************************************************/

.home {
    max-width: 960px;
    margin: 0 auto;
}

.home .banner {
    text-align: center;
}

.home .account_balance {
    margin-top: 30px;
    line-height: 30px;
}

.home .account_balance .label {
    color: black;
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px 0 0;
}

.home .account_balance .money {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #ED1C24;
}

.home .account_balance .money .unit {
    font-weight: 600;
}

.home .account_balance .recharge {
    margin-left: 30px;
}

.home .content {
    margin-top: 30px;
}

.home .content.chose-domain .description {
    min-height: 132px;
}

.home .content .services .each {
    position: relative;
    text-decoration: none;
    color: #333;
    margin-top: 34px;
    display: block;
}

.home .content .services .each .logo {
    position: absolute;
    left: 50%;
    top: -34px;
    z-index: 1;
}

.home .content .services .each .logo .fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    margin-left: -50%;
    text-align: center;
    color: white;
}

.home .content .services .each .logo .fa.fa-globe {
    background: #0072bc;
}

.home .content .services .each .logo .fa.fa-hdd-o {
    background: #007236;
}

.home .content .services .each .frame {
    display: block;
    border: solid 1px;
    background: white;
    padding-top: 32px;
    padding-bottom: 16px;
    transition: 0.3s;
}

.home .content .services .each_mweb .frame {
    border-color: #ED1C24;
}

.home .content .services .each_mweb:hover .frame {
    background: #FFEBEC;
}

.home .content .services .each_domain .frame {
    border-color: #0072BC;
}

.home .content .services .each_domain:hover .frame {
    background: #DFF6F9;
}

.home .content .services .each_hosting .frame {
    border-color: #007236;
}

.home .content .services .each_hosting:hover .frame {
    background: #D9FFE0;
}

.home .content .services .each .frame .each_title {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
}

.home .content .services .each .frame .each_content {
    margin-top: 14px;
    line-height: 22px;
    margin-left: 30px;
    display: block;
}

.home .content .services .each .frame .each_content .stick {
    background: url("../images/icon/stick.png") left 6px no-repeat;
    padding-left: 22px;
    display: block;
}

.home .content .services .each .frame .each_content .hl {
    font-weight: 600;
}

/************************************************************************
domain_register
************************************************************************/

.domain_register .domain-form .form-control, .domain_register .domain-form .btn, .home .domain-form .form-control, .home .domain-form .btn {
    height: 50px;
}

.domain_register .owl-price, .home .owl-price {
    text-align: center;
}

.domain_register .owl-price .owl-stage-outer, .home .owl-price .owl-stage-outer {
    margin-right: 1px;
}

.domain_register .owl-price .owl-item:nth-child(1) h5, .domain_register .owl-price .owl-item:nth-child(7) h5, .domain_register .owl-price .owl-item:nth-child(13) h5, .home .owl-price .owl-item:nth-child(1) h5, .home .owl-price .owl-item:nth-child(7) h5, .home .owl-price .owl-item:nth-child(13) h5 {
    color: #2E3192;
}

.domain_register .owl-price .owl-item:nth-child(2) h5, .domain_register .owl-price .owl-item:nth-child(8) h5, .domain_register .owl-price .owl-item:nth-child(14) h5, .home .owl-price .owl-item:nth-child(2) h5, .home .owl-price .owl-item:nth-child(8) h5, .home .owl-price .owl-item:nth-child(14) h5 {
    color: #EC008C;
}

.domain_register .owl-price .owl-item:nth-child(3) h5, .domain_register .owl-price .owl-item:nth-child(9) h5, .domain_register .owl-price .owl-item:nth-child(15) h5, .home .owl-price .owl-item:nth-child(3) h5, .home .owl-price .owl-item:nth-child(9) h5, .home .owl-price .owl-item:nth-child(15) h5 {
    color: #183D73;
}

.domain_register .owl-price .owl-item:nth-child(4) h5, .domain_register .owl-price .owl-item:nth-child(10) h5, .domain_register .owl-price .owl-item:nth-child(16) h5, .home .owl-price .owl-item:nth-child(4) h5, .home .owl-price .owl-item:nth-child(10) h5, .home .owl-price .owl-item:nth-child(16) h5 {
    color: #007236;
}

.domain_register .owl-price .owl-item:nth-child(5) h5, .domain_register .owl-price .owl-item:nth-child(11) h5, .domain_register .owl-price .owl-item:nth-child(17) h5, .home .owl-price .owl-item:nth-child(5) h5, .home .owl-price .owl-item:nth-child(11) h5, .home .owl-price .owl-item:nth-child(17) h5 {
    color: #F7941D;
}

.domain_register .owl-price .item, .home .owl-price .item {
    border-right: solid 1px grey;
}

.domain_register .owl-price h5, .home .owl-price h5 {
    font-weight: bold;
    text-transform: uppercase;
}

.domain_register .first-domain .product, .domain_register .more .product {
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-bottom: 5px solid #007236;
    overflow: hidden;
    margin-top: 16px;
    padding: 16px 20px;
}

.domain_register .more .product {
    border: none;
    border-bottom: 1px dotted #bbb;
    background: none;
}

.domain_register .first-domain .product .domain, .domain_register .more .product .domain {
    float: left;
    font-size: 22px;
    line-height: 42px;
}

.domain_register .more .product .domain .fa-spinner {
    margin-left: 10px;
}

.domain_register .first-domain .product .checking-error, .domain_register .more .product .checking-error {
    float: right;
    text-align: right;
    color: red;
}

.domain_register .first-domain .product .checking-error .message, .domain_register .more .product .checking-error .message {
    font-weight: bold;
}

.domain_register .first-domain .product .notavailable, .domain_register .more .product .notavailable {
    float: right;
    margin-top: 7px;
}

.domain_register .first-domain .product .add-to-cart, .domain_register .more .product .add-to-cart {
    float: right;
    margin-top: 7px;
    width: 140px;
}

.domain_register .first-domain .product .price, .domain_register .more .product .price {
    float: right;
    margin-right: 30px;
}

.domain_register .first-domain .product .price .first-year .full-price, .domain_register .more .product .price .first-year .full-price {
    font-size: 18px;
    color: #EC008C;
    font-weight: 600;
    float: right;
}

.domain_register .first-domain .product .price .first-year .label, .domain_register .more .product .price .first-year .label {
    color: black;
    font-weight: normal;
    font-size: 14px;
    float: right;
    line-height: 25px;
    padding: 0;
    margin-right: 10px;
}

.domain_register .first-domain .product .price .renew .full-price, .domain_register .more .product .price .renew .full-price {
    font-size: 12px;
    font-weight: 600;
    float: right;
    line-height: 22px;
}

.domain_register .first-domain .product .price .renew .label, .domain_register .more .product .price .renew .label {
    color: black;
    font-weight: normal;
    font-size: 12px;
    float: right;
    line-height: 22px;
    padding: 0;
    margin-right: 10px;
}

.domain_register .first-domain .product .note, .domain_register .more .product .note {
    float: none;
    clear: both;
    text-align: right;
    margin-top: 54px;
    color: #F7941D;
}

.domain_register .modal .modal-header #myModalLabel {
    text-transform: uppercase;
}

.domain_register .modal .modal-body table td {
    padding-right: 30px;
}

/************************************************************************
domain_checkout
************************************************************************/

.domain_checkout #empty-cart, .domain_checkout #non-empty-cart, .domain_checkout #domain-vn-warning {
    display: none;
}

.domain_checkout #empty-cart.active, .domain_checkout #non-empty-cart.active {
    display: block;
}

/************************************************************************
login
************************************************************************/

.login {
    max-width: 960px;
    margin: 0 auto;
}

.login .title {
    background-image: url("../images/main_title_2E3192.png");
}

.login .content {
    margin: 150px auto;
    width: 300px;
}

.login .content .textbox {
    margin-bottom: 28px;
    position: relative;
}

.login .content .textbox .input {
    border: solid 1px #F7F7F7;
    width: 300px;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: white;
    background: rgba(0, 0, 0, .6);
    box-shadow: 0px 0px 8px #A6A6A6;
    max-width: 100%;
}

.login .content .textbox .clear {
    position: absolute;
    right: -60px;
    width: 40px;
    height: 40px;
    background: url("../images/icon/input_clear.png") rgba(0, 0, 0, .6) center center no-repeat;
    top: 5px;
}

.login .content .textbox .clear:hover {
    background-color: rgba(0, 0, 0, .4);
}

.login .content .button .te_button {
    width: 300px;
}

/************************************************************************
about
************************************************************************/

.about {
    max-width: 960px;
    margin: 0 auto;
}

.about .title {
    background-image: url("../images/main_title_EC008C.png");
}

.about .content {
    margin-top: 5px;
}

.about .content .logo {
    float: left;
    width: 380px;
    text-align: center;
}

.about .content .logo .img {
    height: 244px;
}

.about .content .inf {
    float: right;
    width: 580px;
    line-height: 30px;
}

.about .content .inf .each {
    background: rgba(236, 0, 140, .2);
    padding: 0 10px;
}

.about .content .inf .each_even {
    background: #FFFFFF;
}

.about .content .inf .each .left {
    float: left;
    width: 174px;
}

.about .content .inf .each .right {
    float: right;
    width: 376px;
}

.about .content .inf .each .right .hl {
    font-weight: 600;
}

.about .content .inf .each .right .stick {
    background: url("../images/icon/stick.png") left 10px no-repeat;
    padding-left: 22px;
}

.about .content .team_2 {
    display: none;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0 auto;
    width: 580px;
    height: 260px;
}

.about .content .team_2 .slides {
    cursor: move;
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 580px;
    height: 260px;
}

.about .content .team_1 {
    display: none;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0 auto;
    width: 280px;
    height: 280px;
}

.about .content .team_1 .slides {
    cursor: move;
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 280px;
    height: 280px;
}

.about .content .team .each {
    width: 298px;
    height: 298px;
    background: white;
    border: solid 1px #EECEE1;
    text-align: center;
    float: left;
    margin-right: 30px;
}

.about .content .team .each_last {
    margin-right: 0;
}

.about .content .team .each .image {
    margin-top: 24px;
}

.about .content .team .each .name {
    font-size: 20px;
    font-weight: 600;
    margin-top: 16px;
}

.about .content .team .each .pos {
    font-size: 16px;
    font-style: italic;
    margin-top: 4px;
}

/************************************************************************
website
************************************************************************/

.website {
    max-width: 960px;
    margin: 0 auto;
}

.website .title {
    background-image: url("../images/main_title_ED1C24.png");
}

.website .content {
    margin-top: 5px;
}

.website .content .customer .each {
    float: left;
    width: 164px;
    height: 164px;
    background: #EBEBEB;
    border: solid 3px white;
    border-radius: 50%;
    position: relative;
    margin-right: 28px;
    margin-bottom: 28px;
    transition: 0.3s;
}

.website .content .customer .each_even {
    margin-right: 27px;
}

.website .content .customer .each_last {
    margin-right: 0;
}

.website .content .customer .each:hover {
    border-color: #ED1C24;
}

.website .content .customer .each .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.website .content .template .each {
    border: solid 1px #ED1C24;
    padding: 19px;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.website .content .template .each .image {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.website .content .template .each .image .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}

.website .content .template .each:hover .image .mask {
    opacity: 1;
}

.website .content .template .each .image .mask .fast_view {
    position: absolute;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 600;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #F46166;
    z-index: 1;
    transition: 0.2s;
}

.website .content .template .each:hover .image .mask .fast_view {
    top: 40%;
}

.website .content .template .each .image .mask .fast_view:hover {
    background: #F8AAAD;
}

.website .content .template .each .image .img {
    width: 100%;
    height: 100%;
    border: solid 1px #ED1C24;
}

.website .content .template .each .image .new {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

.website .content .template .each .image .sale_off {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}

.website .content .template .each .each_title {
    font-size: 14px;
    margin-top: 12px;
    font-weight: 600;
}

.website .content .template .each .each_title h2 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.website .content .template .each .each_title .link {
    color: #ED1C24;
}

.website .content .template .each .category {
    margin-top: 2px;
    font-size: 12px;
    color: #8F8F8F;
}

.website .content .template .each .category .category_each {
    color: #8F8F8F;
}

.website .content .template .each .price_star {
    margin-top: 12px;
}

.website .content .template .each .price_star .te_star {
    float: right;
    margin-top: 2px;
}

.website .content .template .each .price_star .sale {
    font-size: 18px;
    font-weight: 800;
    color: #ED1C24;
}

.website .content .template .each .price_star .price {
    font-size: 12px;
    color: #ED1C24;
}

.website .content .template .each .price_star .price .lt {
    color: #8F8F8F;
    text-decoration: line-through;
}

.website .content .template .each .button {
    margin-top: 6px;
}

.website .content .template .each .button .demo {
    float: left;
    background: #FFDD65;
    transition: 0.2s;
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: #CD6008;
    text-align: center;
    font-weight: 600;
}

.website .content .template .each .button .demo:hover {
    background: #FFECA7;
    color: #EB9330;
    text-decoration: none;
}

.website .content .template .each .button .more {
    float: right;
    background: #ED1C24;
    transition: 0.2s;
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: white;
    text-align: center;
    font-weight: 600;
}

.website .content .template .each .button .more:hover {
    background: #F46166;
    text-decoration: none;
}

.website .tab .each:hover, .website .tab .each_active {
    background: #ED1C24;
}

.website .detail .detail_c a {
    color: #ED1C24;
}

/************************************************************************
hosting
************************************************************************/

.hosting {
    max-width: 960px;
    margin: 0 auto;
}

.hosting .title {
    background-image: url("../images/main_title_007236.png");
}

.hosting .content {
    margin-top: 5px;
}

.hosting .content .price .each_header {
    font-weight: 600;
}

.hosting .content .price .each .col {
    background: #EBEBEB;
    width: 159px;
    margin-right: 1px;
    float: left;
    text-align: center;
    padding: 16px 0;
}

.hosting .content .price .each_even .col {
    background: #F9F9F9;
}

.hosting .content .price .each_price .col {
    padding: 10px 0 6px;
}

.hosting .content .price .each_price .col_first {
    padding: 0;
    line-height: 60px;
}

.hosting .content .price .each .col_first {
    width: 160px;
    font-weight: 600;
}

.hosting .content .price .each .col_last {
    margin-right: 0;
}

.hosting .content .price .each .col_name {
    font-size: 22px;
}

.hosting .content .price .each .col .number {
    font-size: 30px;
    color: #007236;
    font-weight: 600;
}

.hosting .content .price .each .col .hl {
    font-weight: 600;
}

.hosting .sale {
    font-size: 18px;
    line-height: normal;
    text-align: center;
}

.hosting .sale .hl {
    color: red;
    font-size: 22px;
    font-weight: 600;
}

/************************************************************************
contact
************************************************************************/

.contact {
    max-width: 960px;
    margin: 0 auto;
}

.contact .title {
    background-image: url("../images/main_title_F7941D.png");
}

.contact .content {
    margin-top: 5px;
}

.contact .content .map {
    border: solid 1px #F7941D;
    height: 398px;
    position: relative;
    overflow: hidden;
}

.contact .content .map .img {
    max-width: 100%;
}

.contact .content .map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.contact .content .inf_form {
    margin-top: 20px;
    float: left;
    width: 512px;
}

.contact .content .information .i_title {
    color: #F7941D;
    font-size: 16px;
    font-weight: 600;
}

.contact .content .information .content {
    margin-top: 16px;
    color: #313745;
}

.contact .content .information .content .each {
    padding-left: 30px;
    text-indent: -15px;
}

.contact .content .information .content .each .fa {
    font-size: 18px;
    width: 12px;
    text-align: center;
    color: #f7941b;
}

.contact .content .information .content .each .link {
    color: #F7941D;
    text-decoration: none;
    font-weight: 600;
}

.contact .content .information .content .each .link:hover {
    text-decoration: underline;
}

.contact .content .form {
    margin-top: 20px;
}

.contact .content .form .each {
    margin-bottom: 13px;
}

.contact .content .form .each .input_text {
    border: solid 1px #CDCDCD;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    width: 229px;
    float: left;
    margin-right: 10px;
    transition: 0.3s;
}

.contact .content .form .each .input_text_1 {
    width: 263px;
}

.contact .content .form .each .input_text_2 {
    width: 326px;
}

.contact .content .form .each .input_text_3 {
    width: 166px;
}

.contact .content .form .each .input_text_captcha {
    width: 422px;
}

.contact .content .form .each .input_text:focus {
    border-color: #F7941D;
}

.contact .content .form .each .textarea {
    width: 502px;
    border: solid 1px #CDCDCD;
    height: 86px;
    padding: 5px 10px;
    transition: 0.3s;
    font-size: 14px;
}

.contact .content .form .each .textarea:focus {
    border-color: #F7941D;
}

.contact .content .form .button .link {
    background: #F7941D;
    width: 94px;
    height: 30px;
    line-height: 30px;
    color: white;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.contact .content .form .button .link:hover {
    background: #FBBC6F;
}

.contact .content .social_facebook {
    float: right;
    width: 420px;
    margin-top: 20px;
}

.contact .content .social {
    float: right;
}

.contact .content .social .each {
    float: left;
    background: left top no-repeat;
    width: 31px;
    height: 30px;
    margin-right: 6px;
    transition: 0.3s;
}

.contact .content .social .each_last {
    margin-right: 0;
}

.contact .content .social .each .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #404857;
    color: white;
    text-align: center;
    border-radius: 50%;
    transition: 0.2s;
}

.contact .content .social .each:hover .fa {
    background: #F7941D;
}

.contact .content .facebook {
    margin-top: 14px;
}

/************************************************************************
nav
************************************************************************/

.nav .each {
    border-top: solid 1px white;
    border-bottom: solid 1px #DDDDDD;
}

.nav .each .link {
    display: block;
    background: #EFEFEF;
    padding: 15px;
    text-decoration: none;
    color: #666666;
}

.nav .each .link .image {
    float: left;
    width: 60px;
}

.nav .each .link .image .fa {
    width: 60px;
    height: 60px;
    color: white;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
}

.nav .each .link .image .fa.fa-info {
    background: #ec008c;
}

.nav .each .link .image .fa.fa-globe {
    background: #0072bc;
}

.nav .each .link .image .fa.fa-hdd-o {
    background: #007236;
}

.nav .each .link .image .fa.fa-phone {
    background: #f7941b;
}

.nav .each .link .image .fa.fa-user, .nav .each .link .image .fa-sign-out {
    background: #2d3192;
}

.nav .each .link .text {
    display: block;
    padding-left: 70px;
    font-size: 17px;
    font-weight: 600;
}

.nav .each .link .summary {
    display: block;
    padding-left: 70px;
}

.nav .each .link .clear {
    display: block;
}

/************************************************************************
mweb_v1
************************************************************************/

.mweb_v1 .content_auto {
    top: 88px;
    bottom: 192px;
}

.mweb_v1 .config {
    width: 40%;
    height: 100%;
    float: left;
}

.mweb_v1 .config_content {
    margin-right: 10px;
    height: 100%;
}

.mweb_v1 .return {
    width: 60%;
    height: 100%;
    float: right;
}

.mweb_v1 .mlabel {
    font-weight: 600;
    margin-top: -22px;
}

.mweb_v1 .pre {
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
}

.mweb_v1 .button {
    position: absolute;
    bottom: -60px;
}

/************************************************************************
mweb_v2
************************************************************************/

.mweb_v2 .button .checkbox {
    display: inline-block;
    margin: 0;
}

.mweb_v2 .button .view-on-new-tab {
    float: right;
}

.mweb_v2 .mweb_v2_menu {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mweb_v2_404 .content .link {
    text-decoration: none;
    color: #2E3192;
    font-weight: 600;
}

.mweb_v2_dashboard .content_auto {
    top: 139px;
}

.mweb_v2_dashboard .button {
    margin-top: -74px;
    position: absolute;
    width: 100%;
}

.mweb_v2_dashboard .mweb_v2_menu {
    margin-top: -41px;
    position: absolute;
    width: 100%;
}

.mweb_v2_dashboard .iframe {
    width: 100%;
    height: 100%;
    border: solid 1px #CCCCCC;
}

.mweb_v2_control_panel_avatar .te_image {
    width: 158px;
}

.mweb_v2_control_panel_avatar .te_image .ti_img {
    max-width: 150px;
    max-height: 150px;
}

.mweb_v2_control_panel_avatar .preview1 {
    width: 256px;
    height: 355px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.mweb_v2_control_panel_avatar .preview1 .img {
    position: absolute;
    top: 65px;
    left: 35px;
    width: 150px;
    height: 150px;
}

.mweb_v2_control_panel_avatar .preview1 .mask {
    background: url("../images/mweb_v2_control_panel_avatar_preview1_mask.png") left top no-repeat;
    width: 256px;
    height: 355px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.mweb_v2_control_panel_avatar .preview2 {
    width: 344px;
    height: 360px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.mweb_v2_control_panel_avatar .preview2 .img {
    position: absolute;
    top: 7px;
    left: 96px;
    width: 150px;
    height: 150px;
}

.mweb_v2_control_panel_avatar .preview2 .mask {
    background: url("../images/mweb_v2_control_panel_avatar_preview2_mask.png") left top no-repeat;
    width: 344px;
    height: 360px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.mweb_v2_control_panel_category .preview {
    margin-top: 1em;
}

.mweb_v2_control_panel_category .preview .pmenu {
    max-width: 337px;
    font-size: 13px;
    border-right: 1px solid #2c3e50;
    border-left: 1px solid #2c3e50;
}

.mweb_v2_control_panel_category .preview .pmenu .each {
    border-top: 1px solid #54677a;
    border-bottom: 1px solid #142638;
    background: #ECF0F1;
}

.mweb_v2_control_panel_category .preview .pmenu .each .left {
    float: left;
    width: 225px;
    border-right: 1px solid #2c3e50;
}

.mweb_v2_control_panel_category .preview .pmenu .each .left .ptitle {
    color: #FFF;
    background: #34495E;
    padding: 15px;
    display: block;
    text-decoration: none;
}

.mweb_v2_control_panel_category .preview .pmenu .each .left .ptitle:hover, .mweb_v2_control_panel_category .preview .pmenu .each .left .ptitle_active {
    background: #3D566E;
}

.mweb_v2_control_panel_category .preview .pmenu .each .left .ptitle i.fa {
    padding-right: 10px;
}

.mweb_v2_control_panel_category .preview .pmenu .each .left .ptitle .fa-caret-down {
    float: right;
    margin-top: 2px;
    margin-right: -10px;
    padding-right: 10px;
}

.mweb_v2_control_panel_category .preview .pmenu .each .left .sub {
    padding: 10px 15px 10px 20px;
    display: block;
    text-decoration: none;
    color: #333;
    background: #ECF0F1;
}

.mweb_v2_control_panel_category .preview .pmenu .each .left .sub:hover, .mweb_v2_control_panel_category .preview .pmenu .each .left .sub_active {
    background: #E0E7E8;
}

.mweb_v2_control_panel_category .preview .pmenu .each .left .sub i.fa {
    padding-right: 10px;
}

.mweb_v2_control_panel_category .preview .pmenu .each .left .dialog {
    display: none;
}

.mweb_v2_control_panel_category .preview .pmenu .each .right {
    float: left;
    width: 79px;
    text-align: center;
    padding-top: 12px;
}

.mweb_v2_control_panel_category .preview .pmenu .each .right_sub {
    padding-top: 7px;
}

.mweb_v2_control_panel_category .preview .mlabel {
    font-weight: 600;
}

.mweb_v2_control_panel_category .preview .pre {
    height: 200px;
}

.mweb_v2_control_panel_category .preview #mweb_v2_control_panel_render_sample_data {
    height: 280px;
}

.mweb_v2_control_panel_category .preview .page-content {
    padding: 10px 20px 60px;
}

.mweb_v2_control_panel_category .preview .page-title {
    margin-bottom: 30px;
}

.mweb_v2_control_panel_category .preview .page-title h1 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 26px;
}

.mweb_v2_control_panel_category .preview .page-title .breadcrumb {
    margin-bottom: 0;
    background-color: #e0e7e8;
    border-radius: 0;
}

.mweb_v2_control_panel_category .preview .page-title .breadcrumb>.active {
    color: #999999;
}

.mweb_v2_control_panel_category .preview .portlet {
    margin-bottom: 30px;
    border: 1px solid;
}

.mweb_v2_control_panel_category .preview .portlet-default {
    border-color: #34495e;
}

.mweb_v2_control_panel_category .preview .portlet .portlet-heading {
    color: #fff;
    background-color: #34495e;
    padding: 0 15px;
}

.mweb_v2_control_panel_category .preview .portlet-default .portlet-heading {
    border-color: #34495e;
}

.mweb_v2_control_panel_category .preview .portlet .portlet-heading .portlet-title {
    float: left;
}

.mweb_v2_control_panel_category .preview .portlet .portlet-heading .portlet-title h4 {
    font-size: 16px;
    padding: 1px 0;
    margin: 10px 0;
}

.mweb_v2_control_panel_category .preview .portlet .portlet-body {
    padding: 15px;
    background: #fff;
}

.mweb_v2_control_panel_category .preview .portlet .portlet-body .table-responsive {
    overflow-x: visible;
}

.mweb_v2_control_panel_category .preview .portlet .portlet-body table.table {
    clear: both;
    margin-bottom: 6px !important;
    max-width: none !important;
}

.mweb_v2_control_panel_category_detail .preview {
    background: #ecf0f1;
}

.mweb_v2_control_panel_category_detail .preview .pmenu {
    max-width: 226px;
    border-right: none;
}

/************************************************************************
mobile_footer
************************************************************************/

.mobile_footer {
    background: rgba(24, 61, 115, .95);
    padding: 6px 0;
    text-align: center;
    color: white;
    margin-top: 10px;
    font-size: 12px;
    display: none;
    line-height: normal;
}

.mobile_footer .brand {
    font-weight: 600;
}

/************************************************************************
main_bar
************************************************************************/

.main_bar {
    position: fixed;
    width: 100%;
    height: 46px;
    color: #FFF;
    background: rgba(24, 61, 115, .95);
    bottom: 0;
    text-align: center;
    z-index: 1000;
}

.main_bar_wrap {
    position: absolute;
    left: 50%;
    margin-top: 5px;
}

.main_bar_content {
    margin-left: -100%;
    display: inline-block;
    position: relative;
}

.main_bar .logo {
    width: 36px;
    height: 36px;
}

.main_bar .logo .link {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: relative;
}

.main_bar .logo .link .img {
    width: 36px;
    height: 36px;
}

.main_bar .logo .link .img_hover_wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 36px;
    height: 36px;
}

.main_bar .logo .link .img_hover {
    width: 36px;
    height: 36px;
}

.main_bar .name {
    position: absolute;
    left: -20px;
    top: 10px;
}

.main_bar .name_content {
    white-space: nowrap;
    line-height: 36px;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    right: 0;
}

.main_bar .name_content h1, .main_bar .name_content h3 {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}

.main_bar .copyright {
    font-size: 14px;
    line-height: 36px;
    position: absolute;
    left: 56px;
    white-space: nowrap;
    top: 10px;
}

.main_bar .copyright h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

/************************************************************************
mask
************************************************************************/

.mask {
    position: fixed;
    bottom: 46px;
    background: url("../images/mask.png") bottom repeat-x;
    height: 85px;
    width: 100%;
    z-index: 1010;
}

/************************************************************************
menu
************************************************************************/

.menu {
    position: fixed;
    bottom: 51px;
    background: url("../images/menu_content.png") center top no-repeat;
    height: 71px;
    padding-top: 11px;
    width: 100%;
    z-index: 1020;
}

.menu_wrap {
    position: absolute;
    left: 50%;
}

.menu_content {
    margin-left: -50%;
    display: inline-block;
    width: 540px;
}

.menu .each {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 60px;
    position: relative;
}

.menu h2.each {
    margin: 0 60px 0 0;
}

.menu .each_last {
    margin-right: 0;
}

.menu h2.each_last {
    margin-right: 0;
}

.menu .each .title {
    position: absolute;
    top: -38px;
    left: 50%;
    white-space: nowrap;
    display: none;
}

.menu .each .title_content {
    margin-left: -50%;
    position: relative;
    display: inline-block;
}

.menu .each .title .text {
    background: white;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    display: inline-block;
    padding: 0 10px;
    font-weight: 600;
    color: #333;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}

.menu .each .title .arrow {
    position: absolute;
    left: 50%;
    top: 26px;
}

.menu .each .title .arrow .img {
    margin-left: -50%;
}

.menu .each .link {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
}

.menu .each .link_wrap {
    position: absolute;
    width: 60px;
    height: 120px;
}

.menu .each .link_wrap .fa {
    width: 60px;
    height: 60px;
    color: white;
    text-align: center;
    line-height: 60px;
}

.menu .each .link_wrap .fa.fa-info {
    background: #ec008c;
}

.menu .each .link_wrap .fa.fa-globe {
    background: #0072bc;
}

.menu .each .link_wrap .fa.fa-hdd-o {
    background: #007236;
}

.menu .each .link_wrap .fa.fa-phone {
    background: #f7941b;
}

.menu .each .link_wrap .fa.fa-user, .menu .each .link_wrap .fa.fa-sign-out {
    background: #2d3192;
}

/************************************************************************
left_menu
************************************************************************/

.left_menu {
    position: fixed;
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1050;
}

.left_menu_content {
    position: absolute;
    width: 50px;
    background: rgba(24, 61, 115, .95);
    top: 0;
    right: 0;
    bottom: 46px;
    left: 0;
}

.left_menu .each {
    width: 50px;
    height: 50px;
    position: relative;
}

.left_menu .each_has_sub {
    background: url("../images/icon/left_menu_has_sub.png") 40px center no-repeat;
}

.left_menu .each h3 {
    margin: 0;
}

.left_menu .each .link {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    transition: 0.2s;
}

.left_menu .each .link:hover, .left_menu .each .link_click, .left_menu .each .link_active {
    background: rgba(255, 255, 255, .3);
}

.left_menu .each .link .img {
    max-width: 20px;
    max-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.left_menu .each .link .img_avatar {
    max-width: 38px;
    max-height: 38px;
    width: 38px;
    height: 38px;
    border: solid 1px white;
}

.left_menu .each .sub {
    position: absolute;
    top: 0;
    left: 50px;
    padding-left: 1px;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.1s linear 0.2s, opacity 0.1s linear 0.2s;
}

.left_menu .each .sub_content {
    background: rgba(24, 61, 115, .95);
    width: 260px;
    padding: 10px 0 0;
    color: white;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .5);
}

.left_menu .each:hover .sub {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.left_menu .each .sub .title {
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
}

.left_menu .each .sub .content {
    margin-top: 10px;
}

.left_menu .each .sub .content .sub_each {
    display: block;
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 10px 8px 40px;
    text-decoration: none;
    transition: 0.2s;
}

.left_menu .each .sub .content .sub_each:hover, .left_menu .each .sub .content .sub_each_active {
    background: rgba(255, 255, 255, .3);
}

.left_menu .each .sub .profile {
    text-align: center;
    padding-bottom: 5px;
}

.left_menu .each .sub .profile .name {
    font-size: 18px;
    font-weight: 600;
}

.left_menu .each .sub .profile .position {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: #BEC3CD;
}

.left_menu .each .sub .profile .account_balance {
    margin-top: 14px;
}

.left_menu .each .sub .profile .account_balance .label {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.left_menu .each .sub .profile .account_balance .money {
    font-size: 18px;
    font-weight: 600;
    color: #ED1C24;
    background: white;
    line-height: 26px;
    margin: 2px 5px 0;
}

.left_menu .each .sub .profile .account_balance .money .unit {
    font-weight: 600;
    font-size: 14px;
}

/************************************************************************
cart
************************************************************************/

.cart {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1050;
    display: none;
}

.cart_content {
    position: absolute;
    width: 300px;
    background: rgb(243, 243, 243);
    top: 0;
    right: 0;
    bottom: 46px;
    left: 0;
    padding: 10px;
    padding-bottom: 100px;
    border-left: 1px solid rgb(221, 221, 221);
    overflow: auto;
}

.cart h4 {
    margin-bottom: 20px;
}

.cart .is_vn {
    font-style: italic;
    color: #ff0000;
}

.cart .international_less_than_4_characters {
    font-style: italic;
    color: #F7941D;
}

.cart .btn-order {
    position: fixed;
    bottom: 46px;
    border: solid 10px #f3f3f3;
    right: 0;
    width: 299px;
    z-index: 100;
}

.cart .list_sv {
    margin: 0;
    margin-top: 20px;
    padding: 0;
}

.cart .list_sv .each {
    background: white;
    padding: 10px;
    border: 1px dashed #afafaf;
    position: relative;
    margin: 0px 0px 10px 0px;
    display: block;
    clear: both;
}

.cart .list_sv .each p {
    margin: 0;
}

.cart .list_sv .each .tg_service_name {
    float: left;
    max-width: 150px;
    margin: 0px 10px 0px 0px;
}

.cart .list_sv .each .tg_service_name strong {
    word-break: break-all;
}

.cart .list_sv .each .tg_service_name .name_reg_service {
    margin: 0px;
    font-style: italic;
    display: block;
}

.cart .list_sv .each .custom_action {
    float: right;
}

.cart .list_sv .each .price_li {
    float: right;
    margin-top: 6px;
}

.cart .list_sv .each .tg_act_li .fa {
    position: absolute;
    top: -7px;
    right: -7px;
    cursor: pointer;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    background: #b8b8b8;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-size: 11px;
}

.cart .price {
    margin-bottom: 10px;
}

.cart .barren {
    width: 100%;
    display: table;
}

.cart .barren p {
    margin-bottom: 4px;
}

.cart .barren p:nth-child(1) {
    float: left;
}

.cart .barren p:nth-child(2) {
    float: right;
}

.cart .barren_discount p {
    color: green;
}

.cart .barren_final {
    margin-top: 10px;
}

.cart .barren_final p {
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
}

.cart .barren_final p:nth-child(2) {
    color: red;
}