html, body {width: 100%;height: 100%;font-size: 12px;}
::selection {background: #2e81c5; color:#fff; /* WebKit/Blink Browsers */}
::-moz-selection {background: #2e81c5;color:#fff; /* Gecko Browsers */}
.alert{font-size: 13px;}
body {font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;background-color: #fff;overflow-x: hidden;color: #222;}
a{color: #2e81c5;}
a, a:hover, a:focus {outline: none;}
ul {margin: 0;padding: 0;list-style: none}
body.tinymce {background-color: #ECECEC;}
/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{line-height: 18px;}*/
h1, h2, h3, .h1, .h2, .h3 {
    font-family: "Roboto",Arial,sans-serif;
    font-weight: 300;
}
.container {max-width: 100%;width: 100%;padding: 0 0;}

.homepage{
    background: transparent url("../images/background-login.jpg") no-repeat center;
    background-size: cover;
}
.homepage.logged, .logged{background: #eef1f5 none;}
.homepage .main-content{
    min-height: 100vh;
    padding: 0 0;
    position: relative;
    display: flex;
}
.homepage.logged .main-content{min-height: auto;display: block;}
.logo-host{
    background-image: url("../images/logo-hostingviet.png");
    background-size: cover;
    display: block;
    width: 300px;
    height: 45px;
    margin: 10px auto 25px;
}
.login-page{
    width: 436px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-self: center;
    margin: 0 auto;
    flex-direction: column;
    margin-top: 2rem;
}
.login-form{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 2px -1px 3px 4px #dddddd;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    2px -1px 3px 4px #dddddd;  /* Firefox 3.5 - 3.6 */
    box-shadow:         2px -1px 3px 4px #dddddd;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    border-bottom: #055181 20px solid;
    background: #FFFFFF;
}
.login-form .login-header{color: #055181;font-size: 25px;text-transform: uppercase;font-weight: bold;text-align: center;margin: 30px 0 10px;border: none;padding: 0 0;}
.login-form form{padding: 20px 30px 0;}
.login-form form .form-group{margin-bottom: 20px !important;}
.login-form form input[type="text"], .login-form form input[type="password"]{
    padding-left: 30px;height: 40px;line-height: 40px;border: none;margin: 0 0;
    border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;
    box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;
    color: #8290a3; font-size: 15px;
}
.login-form form #username{background: #dde3ec url("../images/login-ico-mail.png") no-repeat 15px center;padding-left: 30px;}
.login-form form #password{background: #dde3ec url("../images/login-ico-pass.png") no-repeat 15px center;padding-left: 30px;}
.login-form form.vform .captcha img{border: none;top: 10px;right: 6px;z-index: 99;}
.login-form form.vform .captcha span{
    background: #dde3ec url("../images/bgcaptcha.gif") repeat right center;border: #DDE3EC 1px solid;
    display: block;width: 110px;height: 40px;position: absolute;right: 5px;top: 0px;z-index: 9;
    border-radius: 0 8px 8px 0;-moz-border-radius: 0 8px 8px 0;-webkit-border-radius: 0 8px 8px 0;
}
.login-form form.vform .captcha input[type="text"]{padding-right: 110px;}
.login-form form.vform input[type="text"], .login-form form.vform input[type="password"]{background-color: #dde3ec;padding-left: 10px;}
.login-form form.vform input[type="text"].edit-encrypt, .login-form form.vform input[type="password"].edit-encrypt{background-position: right 15px;}
.login-form form.vform .chosen-container-single{}
.login-form form.vform .chosen-container-single .chosen-single{
    height: 40px;line-height: 40px;border: none;padding: 0 0;
    border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;
    box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;
    background: #dde3ec url("../images/login-ico-lang.png") no-repeat 15px center;
}
.login-form form.vform #dialCode_chosen .chosen-single{
    height: 35px;line-height: 35px;border: none;padding: 0 0;
    border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;
    box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;
    background: #dde3ec url("../images/login-ico-lang.png") no-repeat 15px center;
}
.login-form form.vform .chosen-container-single .chosen-single span{margin-left: 30px;color: #8290a3; font-size: 15px;}
.login-form form.vform .chosen-container-single .chosen-single div{right: 8px;}
.login-form form.vform .chosen-container-single .chosen-single div b{background-color: #dde3ec;}
.login-form .btn.btn-default{
    width: 80%;margin: 0 auto;display: block;background: #0a83d0;border: none;
    color: #ffffff;font-size: 16px;text-transform: uppercase;height: 45px;
    border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;
    box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;
}
.login-form .auth-link{color: #0c73ba;font-size: 15px;margin: 0 0;}
.login-form .auth-link li:first-child{float: left;}
.login-form .auth-link li:last-child{float: right;}
.panel-social{
    padding: 10px 65px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}
.regist-social{display: block;text-indent: -8000px;width: 42px;height: 42px;float: left;margin-left: 20px;}
.regist-social:first-child{margin-left: 0;}
.regist-social span{
    display: inline-block;width: 42px;height: 42px;float: left;margin-right: 5px;
    background: transparent url("../images/icon-social.png") no-repeat center top;
}
.regist-social.facebook span{background-position: left top}
.regist-social.twitter span{background-position: left bottom}
.regist-social.google span{background-position: left -42px;}
.login-page .login-footer{text-align: center;color: #0a83d0;font-size: 15px;margin-top: 20px;}
.login-page .login-footer .copyright{color: #878787;font-size: 13px;}
.login-form #formRegister .form-group{margin-bottom: 10px !important;}
.login-form #formRegister input[type="text"], .login-form #formRegister input[type="password"]{height: 35px;line-height: 35px;font-size: 13px;}
.login-form #formRegister input[type="text"], .login-form #formRegister input[type="password"]{background-color: #dde3ec !important;padding-left: 10px;}
.login-form #formRegister input[type="password"]{background-image: none;}
.login-form #formRegister .captcha img{top: 6px;}
.login-form #formRegister .captcha span{height: 35px !important;}
.note-question{position: relative;}
.note-question .glyphicon-question-sign{position: absolute;right: 15px;top: 11px;}

.home-page{}
.home-page .statistic{}
.home-page .statistic .information{display: block;width: 100%;height: 130px;padding: 0 20px;}
.home-page .statistic .home-ico-1{background: #f35958 url("../images/home-ico-1.png") no-repeat right center;color: #b31a19;}
.home-page .statistic .home-ico-2{background: #e6834d url("../images/home-ico-2.png") no-repeat right center;color: #903a0b;}
.home-page .statistic .home-ico-3{background: #3598dc url("../images/home-ico-3.png") no-repeat right center;color: #074d7d;}
.home-page .statistic .home-ico-4{background: #ae50e2 url("../images/home-ico-4.png") no-repeat right center;color: #651f8b;}
.home-page .statistic h3{color: #ffffff;font-size: 40px;margin: 0 0;line-height: 50px;padding-top: 10px;}
.home-page .statistic p{font-size: 22px;}
.home-page .news-list{}
.home-page .home-ico-person{background: transparent url("../images/home-ico-person.png") no-repeat;width: 42px;height: 48px;display: block;position: absolute;left: 10px;bottom: 5px;}
.home-page .home-ico-phone{background: transparent url("../images/home-ico-phone.png") no-repeat;width: 50px;height: 42px;display: block;position: absolute;left: 10px;bottom: 5px;}
.home-page .panel-default .panel-heading{background: #E3E3E3;position: relative;padding: 10px 15px 10px 65px;text-transform: uppercase;font-weight: bold;}
.home-page .panel-default .panel-body{}
.home-page .panel-default .panel-body .employee-info{border-bottom: #E3E3E3 1px solid;padding: 10px 0;font-weight: bold;}
.home-page .panel-default .panel-body .employee-info:last-child{border: none;}
.home-page .panel-default .panel-body .employee-info:after, .home-page .panel-default .panel-body .employee-info:before{display: table;content: "";clear: both;}
.home-page .panel-default .panel-body .employee-info .title{display: block;float: left;width: 40%;}
.home-page .panel-default .panel-body .employee-info .value{display: block;float: left;}
.home-page .panel-default .panel-body .employee-info .value.person{color: #29B34C;}

.home-page .panel-default .panel-body .company-info{border-bottom: #E3E3E3 1px solid;padding: 10px 0;font-weight: bold;}
.home-page .panel-default .panel-body .company-info:last-child{border: none;}
.home-page .panel-default .panel-body .company-info:after, .home-page .panel-default .panel-body .employee-info:before{display: table;content: "";clear: both;}
.home-page .panel-default .panel-body .company-info .title{display: block;float: left;width: 70%;}
.home-page .panel-default .panel-body .company-info .value{display: block;float: left;color: #F46A69;}

.mainmenu .hotline{background: #E9EEF5;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;padding: 5px 10px;margin: 5px 0;}
.mainmenu .hotline span{color: #F46A69;font-weight: bold;}
.mainmenu{background: #eef1f5 none;position: fixed;top: 0;width: 100%;z-index: 999;}
#mainmenu{
    background: #ffffff;width: 100%;top: 0;z-index: 999;margin-bottom: 12px;
    -webkit-box-shadow: 2px -1px 3px 4px #dddddd;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    2px -1px 3px 4px #dddddd;  /* Firefox 3.5 - 3.6 */
    box-shadow:         2px -1px 3px 4px #dddddd;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
#mainmenu.affix{box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);}
#mainNav{min-height: auto;margin-bottom: 15px;}
#mainmenu .navbar-default{background: transparent;border: none;box-shadow: none;}
#mainmenu .this-cart{position: relative;display: block;padding-right: 40px;text-align: right;font-weight: bold;font-size: 15px;margin-top: 8px;padding-left: 35px;margin-right: 20px;}
#mainmenu .this-cart .price-currency{display: block;font-size: 13px;color: #364150;}
#mainmenu .this-cart .price-currency span{color: #e50000;}
#mainmenu .this-cart .icon-cart-ajax{
    background: transparent url("../images/service-ico-cart-ajax.png");
    display: block;width: 22px;height: 22px;position: absolute;
    left: 0; bottom: 5px;
}
#mainmenu .this-cart .icon-cart-ajax span{
    position: absolute;display: block;background: #f35958;color: #FFFFFF;
    border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;
    width: 15px;height: 15px;font-size: 9px;line-height: 15px;
    right: -7px;top: -7px;text-align: center;
}
#mainmenu .this-cart .glyphicon-shopping-cart:before{content: "";}
#mainmenu .this-cart .glyphicon-shopping-cart{
    display: block;background: transparent url("../images/service-ico-cart.png");
    border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;
    color: #FFFFFF;font-size: 16px;line-height: 32px;text-align: center;
    width: 32px;height: 32px;position: absolute;right: 0;top: 5px;
}

.logo-page{display: block;background: transparent;height: 55px;color: #ffffff;padding: 12px 0 0 10px;float: left;}
.logo-page img {max-height: 30px;}
.menu-icon{float: right;}
.menu-icon a{display: block;width: 39px;height: 39px;background: transparent url("../images/menu-icon.png") no-repeat;margin-top: 8px;}
.menu-icon a.is-hide{background: transparent url("../images/menu-icon-show.png") no-repeat;}

.row-main{display: flex;flex-wrap: wrap;}
.row-main .col-main {flex: 0 0 auto; max-width: 100%;}
.row-main .col-main-left {display: flex;}
.row-main >.col-md-1-5{position: relative;top: 67px;}
.row-main >.col-md-4-5{top: 67px;}
.row-main >.col-md-5-5{top: 67px;}
.row-main >.col-md-5-5 .content-page{padding-left: 20px;}
.breadcrumbs .breadcrumb{background: #FFFFFF;margin-bottom: 10px;}
.breadcrumb > li + li.pull-right::before{content: normal;}

.left-sticky{width: 100%;min-height: 100%;position: relative;}
.input-control:after, .input-control:before{display: table;content: " ";clear: both;}
.input-control{border: #CCCCCC 1px solid;position: relative;}
.input-control label{line-height: 32px;display: block;padding: 0 10px;position: absolute;left: 0;top: 0;}
.input-control input{border: none;height: 32px;display: block;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;padding: 0 10px;}
.input-control textarea{border: none;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;}
.input-control .form-control{background-image: url("../images/form.png");background-repeat: no-repeat;background-position: right top;}

.left-menu{background: #22313f;padding-bottom: 20px;height: 100%;}
.left-menu .panel-group{margin: 0 0;border-bottom: #202A3A 1px solid;}
.left-menu .panel-default{background: transparent none;border: none;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;border-bottom: #313f4d 1px solid;margin-top: 0 !important;}
.left-menu .panel-default > .panel-heading{background: transparent;padding: 0 0;}
.left-menu .panel-default .panel-title{font-size: inherit;}
.left-menu .panel-default .panel-title a,
.left-menu .panel-default .panel-title:hover a,
.left-menu .panel-default .panel-title a.active,
.left-menu .panel-default .panel-title a.collapsed:hover,
.left-menu .panel-default .panel-title a:hover{background: #005d97 !important;display: block;color: #FFFFFF;padding: 13px 10px 13px 37px;text-decoration: none;border-color: #eef1f5;}
.left-menu .panel-default .panel-title a.collapsed{background: #22313f !important;border-color: #22313f;}
.left-menu .panel-default .panel-title a{padding-left: 37px;position: relative;margin-top: 0;border-left: #eef1f5 3px solid;}
.left-menu .panel-default .panel-body{background: #2a3a49;padding: 0;border: none !important;}
.left-menu .panel-default .panel-body ul{margin: 0 0;padding: 0 0;}
.left-menu .panel-default .panel-body ul li{list-style: none;font-size: 90%;border-top: #374655 1px solid;}
.left-menu .panel-default .panel-body ul li a{color: #9ba3b3;display: block;padding: 8px 15px 8px 40px;}
.left-menu .panel-default .panel-body ul li:hover a{color: #047cc6;background: #1a2a38;text-decoration: none;}
.left-menu .panel-default .panel-body ul li a.active{color: #047cc6;background: #1a2a38;text-decoration: none;}
.left-menu .jumbotron{margin: 10px;}
.left-menu .menu-ico-gio-hang{background: transparent url("../images/menu-ico-gio-hang.png") no-repeat left center;display: block;width: 22px;height: 22px;position: absolute;left: 10px;top: 10px;}
.left-menu .menu-ico-dich-vu{background: transparent url("../images/menu-ico-dich-vu.png") no-repeat left center;display: block;width: 22px;height: 22px;position: absolute;left: 10px;top: 10px;}
.left-menu .menu-ico-ho-tro{background: transparent url("../images/menu-ico-ho-tro.png") no-repeat left center;display: block;width: 22px;height: 22px;position: absolute;left: 10px;top: 10px;}
.left-menu .menu-ico-giao-dich{background: transparent url("../images/menu-ico-giao-dich.png") no-repeat left center;display: block;width: 22px;height: 22px;position: absolute;left: 10px;top: 10px;}
.left-menu .menu-ico-tra-thuong{background: transparent url("../images/menu-ico-tra-thuong.png") no-repeat left center;display: block;width: 22px;height: 22px;position: absolute;left: 10px;top: 10px;}
.left-menu .menu-ico-khach-hang{background: transparent url("../images/menu-ico-khach-hang.png") no-repeat left center;display: block;width: 22px;height: 22px;position: absolute;left: 10px;top: 10px;}
.left-menu .menu-ico-tai-nguyen{display: block;width: 22px;height: 22px;position: absolute;left: 10px;top: 10px;}
.left-menu .panel-default .panel-title .glyphicon{position: absolute;right: 10px;top: 17px;font-size: 10px;}
.left-menu .panel-default .panel-title a.collapsed .glyphicon:before{content: "\e257";}
.left-menu .customer-info{color: #FFFFFF;font-size: 14px;position: relative;padding: 10px 10px 20px 10px;}
.left-menu .customer-info .customer-icon{background: transparent url("../images/customer-icon.png");display: block;width: 42px;height: 42px;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;position: absolute;}
.left-menu .customer-info .customer-name{height: 42px;margin-left: 50px;display: flex;flex-direction: row;align-items: center;text-transform: capitalize;}
.left-menu .customer-info .customer-mail{font-size: 80%;overflow: hidden;}
.left-menu .customer-info .customer-price{background: #ffffff;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;padding: 10px 0;margin-top: 20px;}
.left-menu .customer-info .customer-price >div{position: relative;}
.left-menu .customer-info .customer-price >div:after, .left-menu .customer-info .customer-price >div:before{display: table;content: "";clear: both;box-sizing: border-box;}
.left-menu .customer-info .customer-price .label{display: block;float: left;color: #22313f;padding: 0px 10px;margin: 0 0;font-size: 12px;line-height: 21px;}
.left-menu .customer-info .customer-price .value{display: block;float: right;color: #f35958;padding: 0px 10px 0px 0px;margin: 0 0;font-size: 10px;line-height: 21px;font-weight: bold;}
.left-menu .customer-info .customer-price a{color: #f35958;}
.left-menu .customer-info .customer-price .icon{position: absolute;right: 5px;top: 0;display: none !important;}
.left-menu .customer-info .customer-price .price-trans .icon{background: transparent url("../images/price-ico-trans.png") no-repeat right center;display: block;width: 21px;height: 21px;}
.left-menu .customer-info .customer-price .price-affil .icon{background: transparent url("../images/price-ico-affil.png") no-repeat right center;display: block;width: 21px;height: 21px;}
.left-menu .btn.btn-logout{background: #005d97;height: 35px;padding: 0 30px;border-radius: 15px;-webkit-border-radius: 15px;-moz-border-radius: 15px;border: none;line-height: 35px;}

.col-md-4-5 .content-page{padding-right: 20px;}

.ajax-warning .alert-warning{
    background: #f35958;color: #FFFFFF;border: none;
    -webkit-box-shadow: 1px 1px 2px 2px #ffc4c4;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    1px 1px 2px 2px #ffc4c4;  /* Firefox 3.5 - 3.6 */
    box-shadow:         1px 1px 2px 2px #ffc4c4;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    position: relative;
}
.ajax-warning .alert-warning a{color: #FFFFFF;font-weight: bold;}
.ajax-warning .alert-warning .close{color: #b04040;}
.ajax-warning .alert-warning .icon-warning{background: transparent url("../images/warning-ico-info.png");display: block;width: 22px;height: 22px;position: absolute;top: 18px;}
.ajax-warning .alert-warning >div{padding-left: 30px;}

.ajax-update-info .alert-update-info {
    background: #74ADD1; /* Màu nền với độ trong suốt */
    color: black; /* Màu chữ */
    border: none;
    -webkit-box-shadow: 1px 1px 2px 2px #74ADD1;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 1px 1px 2px 2px #74ADD1;  /* Firefox 3.5 - 3.6 */
    box-shadow: 1px 1px 2px 2px #74ADD1;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    position: relative;
}

.ajax-update-info .alert-update-info a {
    /*color: #FFFFFF;*/
    font-weight: bold;
}

.ajax-update-info .alert-update-info .close {
    color: #2e6da4;
}

.ajax-update-info .alert-update-info .icon-warning {
    background: transparent url("../images/warning-ico-info.png");
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 18px;
}

.ajax-update-info .alert-update-info > div {
    padding-left: 30px;
}
.message-update-info{
    display: inline-block; vertical-align: middle;
}
.link-update-info{
    display: inline-block;
    margin-left: 2%;
    vertical-align: middle;
}
.homepage .page-content{background: transparent;}
.homepage.logged .page-content{background: #FFFFFF;}
.page-content{padding: 20px 10px;background: #FFFFFF;margin: 0 auto;}
.page-content .page-header{color: #036db0;font-size: 16px;font-weight: 700;margin: 0 0 20px;padding: 10px 0 10px 10px;text-transform: uppercase;border: #e0e7ef 1px solid;border-left: #f35958 3px solid;background: #f1f4f7;position: relative;}

form.vform{}
form.vform .btn{border-radius: 15px;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-color: #337ab7;padding-left: 20px;padding-right: 20px;}
form.vform .btn span{font-size: 70%;}
form.vform .form-group{margin-bottom: 0;}
form.vform .form-control{height: 30px;line-height: 30px;padding: 0 10px;margin-bottom: 5px;border-radius: 12px;-webkit-border-radius: 12px;-moz-border-radius: 12px;font-size: inherit;max-width: 100%;border-color: #d4d9dd;box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;}
form.vform .form-control.error, form.vform .chosen-container.error >a{border-color: red;}
form.vform textarea.form-control{height: inherit;line-height: 18px;padding: 5px 10px;}
form.vform input[type="file"]{margin-bottom: 5px;height: 30px;}
form.vform label.form-control{border-color: transparent;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;padding-left: 0;padding-right:  0;height: auto;font-weight: normal;display: inline-block;width: auto;}
form.vform label.form-control .encrypt-field{margin-top: 11px;}
form.vform label.error:before{}
form.vform .chosen-container-single{margin-bottom: 5px;max-width: 100%;width: 100% !important;}
form.vform .chosen-container-single .chosen-single{height:30px;line-height:30px;background:#FFFFFF;border:1px solid #d4d9dd;border-radius: 12px;-webkit-border-radius: 12px;-moz-border-radius: 12px;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;}
form.vform .chosen-container-single .chosen-single div{}
form.vform .chosen-container-single .chosen-single div b{background:#fff url('../images/arrow-down.png') no-repeat left center;width: 12px;height: 6px;background-size: cover;position: absolute;top: 50%;margin-top: -3px;}
form.vform .chosen-container-single .chosen-drop{border:1px solid #CCCCCC;box-shadow:none;}
form.vform .chosen-container-single.chosen-with-drop .chosen-single{border-radius: 12px 12px 0 0;-moz-border-radius: 12px 12px 0 0;-webkit-border-radius: 12px 12px 0 0;}
form.vform .chosen-container-single .chosen-drop{border-top: none;border-color: #d4d9dd;border-radius: 0 0 12px 12px;-moz-border-radius: 0 0 12px 12px;-webkit-border-radius: 0 0 12px 12px;}
form.vform .checkbox-inline, form.vform .radio-inline{padding-left: 10px;}
form.vform .checkbox-inline:first-child, form.vform .radio-inline:first-child{padding-left: 15px;}
form.vform .checkbox input[type="checkbox"], form.vform .checkbox-inline input[type="checkbox"],
form.vform .radio input[type="radio"], form.vform .radio-inline input[type="radio"]{margin-left: -15px;}
form.vform .captcha{position: relative;}
form.vform .captcha img{position: absolute;top: 3px;right: 17px;border-left:1px solid #CCCCCC;border-radius: 0 12px 12px 0;-moz-border-radius: 0 12px 12px 0;-webkit-border-radius: 0 12px 12px 0;}
form.vform .captcha input{padding-right: 110px;}
form.vform .btn-control{padding: 4px 10px;margin-top: -5px;}
form.vform .btn-default{background: #edf0f3;border-color: #d4d9dd;color: #8b9095;}
form.vform .btn-blank{background: transparent;border: none;color: #1f91d8;text-decoration: underline;}
form.vform .btn-white{background: #ffffff;border-color: #d4d9dd;color: #333333;}
form.vform .btn-primary{background: #036db0;border-color: #036db0;}
form.vform #btnQuickCart a{color: #fff;text-decoration: none}
form.vform #btnQuickCartEmpty a{color: #fff;text-decoration: none}
form.vform .btn-danger{boorder-color: #d43f3a;}
form.vform .placeholder{color: #9d9d9d;padding: 5px 0 10px 0;}
form.vform input:-moz-placeholder, form.vform input:-ms-input-placeholder, form.vform input::-webkit-input-placeholder{font-style: italic;}
.form-center{text-align: center;}
.form-center button{display: inline-block;}
.edit-encrypt{background-image: url("../images/edit-encrypt-ico.png");background-repeat: no-repeat;background-position: right 10px;padding-right: 20px;}

.panel-custom{
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 0px 1px 1px #dddddd;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    1px 0px 1px 1px #dddddd;  /* Firefox 3.5 - 3.6 */
    box-shadow:         1px 0px 1px 1px #dddddd;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.panel-custom .panel-heading{background: #036db0;color: #FFFFFF;text-align: center;text-transform: uppercase;border-color: #036db0;border-bottom: #035c94 2px solid;border-radius: 10px 10px 0 0;}
.panel-custom .panel-heading h4{font-size: 15px;font-weight: bold;}
.panel-custom .panel-body{border: #e8ebed 1px solid;border-top: none;border-radius: 0 0 10px 10px;-moz-border-radius: 0 0 10px 10px;-webkit-border-radius: 0 0 10px 10px;}
.alert-remind:before{content: "!";color: #f35958;position: absolute;left: 10px;font-weight: bold;}
.alert-remind{position: relative;padding-left: 20px;position: relative;}
.glyphicon.glyphicon-question-sign{color: #9cb8da;cursor: pointer;}

[class*="btn-"]{border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;}
.btn-primary{background: #005d97;border-color: #005d97;}
input[type="checkbox"], input[type="radio"]{margin-top: 2px;}

.domain-panel{border: #d4d9dd 1px solid;padding: 5px 20px 20px;}
.domain-panel .nav-tabs > li > a, .domain-panel .nav-tabs > li:hover > a, .domain-panel .nav-tabs > li > a:hover{border: none;background: transparent none;color: #22313f;font-weight: bold;padding: 10px 0;margin-right: 30px;}
.domain-panel .nav-tabs > li.active > a, .domain-panel .nav-tabs > li.active > a:focus, .domain-panel .nav-tabs > li.active > a:hover{border: none;border-bottom: #26c281 3px solid;color: #22313f;}
.tab-custom{margin: -15px -15px 0 -15px;}
.tab-custom .tab-pane{padding-left: 15px;padding-right: 15px;}
.tab-custom .nav-tabs > li > a, .tab-custom .nav-tabs > li > a:focus, .tab-custom .nav-tabs > li:hover > a{border: none;margin: 0 0;}
.tab-custom .nav-tabs > li > a{background: #f1f4f7;text-align: center;color: #5e5f60;font-weight: bold;font-size: 15px;}
.tab-custom .nav-tabs > li.active > a{background: #FFFFFF;color: #036db0;}
.tab-custom .tabs-2{}
.tab-custom .tabs-2 li{width: 50%;}
.tab-custom .tabs-2{}
.tab-custom .tabs-2{}

.input-count{width: 25px;display: inline;height: 18px;padding: 0 0;text-align: center;border-radius: 0 0;-webkit-border-radius: 0 0;-moz-border-radius: 0 0;}
.form-detail label.form-control{font-weight: normal;}
.form-horizontal .control-label+div >.control-label{text-align: left;font-weight: normal;}
table.table-custom{border: #e0e7ef 1px solid;color: #22313f;border-left: none;}
table.table-custom thead{background: #f1f4f7;white-space: nowrap !important;}
table.table-custom th{vertical-align: middle !important;}
table.table-custom th, table.table-custom td{padding: 4px 6px !important;border-bottom: #e0e7ef 1px solid !important;border-left: #e0e7ef 1px solid; vertical-align: middle !important;}
table.table-custom th div{position: relative;display: block;padding-right: 12px;}
table.table-custom th a{display: inline-block;cursor: pointer;position: relative;}
table.table-custom th a:after{font-family: 'Glyphicons Halflings';font-size: 9px;padding-left: 5px;color: #000000;position: absolute;}
table.table-custom th a.sort-asc:after{content: "\e253";top: 4px;}
table.table-custom th a.sort-desc:after{content: "\e252";top: 3px;}
table.table-custom .label-success{background: #2e81c5;color: #ffffff;text-transform: uppercase;}
table.table-custom .label-danger{background: #f35958;color: #ffffff;text-transform: uppercase;}
table.table-custom .label-default{background: #666a6e;color: #ffffff;text-transform: uppercase;}
table.table-custom .text-success{color: #2e81c5;}
table.table-custom .text-danger{color: #f35958;}
table.table-custom .text-default{color: #666a6e;}
table.table-custom.tickets .glyphicon{color: #2e81c5;}
table.table-custom.tickets .ticket-control{white-space: nowrap;text-align: center;}
table.table-custom.tickets .ticket-control a{display: inline-block;}
.expand {
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 0;
    padding:9px 0;
}
.expandable {
    display:none;
}
.vote_ticket_item a{
    position: absolute;
    right: 10px;
    height: 40px;
    z-index: 10;
    top:10px;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
}
.vote_ticket_item{
    position: relative;
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 0 18px;
    height: 40px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-bottom: 10px;
}
table.table-custom.tickets .ticket-publish{text-align: center;}
table.table-custom.tickets .ticket-publish span+span{display: block;font-size: 11px;white-space: nowrap;}
.ticket-create{text-decoration: none;display: flex;height: 103.5%;position: absolute;right: 0;top: -1px;padding: 0 30px;border-left: #e0e7ef 1px solid;align-items: center;color:#ffffff !important;background:#22313f}
.ticket-create .ticket-ico-create{background: transparent url("../images/ticket-ico-create.png");display: block;width: 16px;height: 10px;margin-right: 5px;}
.vote-ticket-create{display: flex;height: 103.5%;position: absolute;right:250px;top: -1px;padding: 0 30px;border:none;align-items: center;color:#ffffff !important;background:#036db0}
.vote-ticket-create .ticket-ico-create{background: transparent url("../images/ticket-ico-create.png");display: block;width: 16px;height: 10px;margin-right: 5px;}
.owner-create{display: flex;height: 100%;position: absolute;right: 0;top: 0;padding: 0 30px;border-left: #e0e7ef 1px solid;background: #f9f9f9;align-items: center;color: #2e81c5;}
.owner-create .owner-ico-create{background: transparent url("../images/owner-ico-create.png");display: block;width: 13px;height: 13px;margin-right: 5px;}
.service-back{display: flex;height: 100%;position: absolute;right: 0;top: 0;padding: 0 30px;border-left: #e0e7ef 1px solid;background: #f9f9f9;align-items: center;color: #2e81c5;}
.service-back .service-ico-back{background: transparent url("../images/service-ico-back.png");display: block;width: 16px;height: 10px;margin-right: 5px;}
.ticket-search{margin-bottom: 20px;}
.ticket-search .row{margin-left: -5px;margin-right: -5px;}
.ticket-search [class*="col-sm"]{padding-left: 5px;padding-right: 5px;}
form.vform .date-time{background-image: url("../images/ticket-ico-date.png");background-repeat: no-repeat;background-position: left center;padding-left: 50px !important;}
.ticket-date span{color: #8c8d8f;font-style: italic;display: block;}
.ticket-child{color: #f35958;}
.ticket-person{background: #f1f4f7 url("../images/ticket-ico-person.png") no-repeat left center;padding-left: 55px !important;}
.ticket-email{background: #f1f4f7 url("../images/ticket-ico-email.png") no-repeat left center;padding-left: 55px !important;}
.ticket-title{background: transparent url("../images/ticket-ico-title.png") no-repeat left center;padding-left: 55px !important;}
.ticket-upload{background: transparent url("../images/ticket-ico-upload.png") no-repeat left center;padding-left: 27px !important;font-size: 110%;}
.ticket-danger{display: block;color: #f35958;margin-top: 5px;}
.ticket-title.edit-encrypt{background-image: url("../images/ticket-ico-title.png"), url("../images/edit-encrypt-ico.png");background-repeat: no-repeat, no-repeat; background-position: left center, right 10px;}

#frmProfile{max-width: 768px;display: block;margin: 0 auto;}

#carousel-main{}
#carousel-main .carousel-indicators{display: none;}
#carousel-main .carousel-inner{}
#carousel-main .carousel-inner .item{padding-left: 20px;padding-right: 20px;padding-top: 8px;}
#carousel-main .carousel-inner .item h3{font-size: 14px;font-weight: bold;color: #005d97;margin: 0 0;}
#carousel-main .carousel-inner .item p{color: #4d4d4d;margin: 0 0;}
#carousel-main .carousel-control{background: transparent none !important;opacity: 1;width: 15px;top: 10px;}
#carousel-main .carousel-control span{color: #253442;text-shadow: none;font-size: 70%;}

.service-control{}
.service-control a{display: inline-block;}
[class*="service-ico-control-"]{
    background: transparent url("../images/service-ico-control.png") no-repeat;
    display: block;
    width: 21px;
    height: 21px;
}
.service-ico-control-ticket{
    /*background-position: left top;*/
    background: transparent url("../images/ico-control-1.png") no-repeat;
    background-size: 21px;
}
.service-ico-control-login{
    /*background-position: -21px top;*/
    background: transparent url("../images/ico-control-2.png") no-repeat;
    background-size: 21px;
}
.service-ico-control-info{
    /*background-position: -42px top;*/
    background: transparent url("../images/ico-control-3.png") no-repeat;
    background-size: 21px;
}
.service-ico-control-extend{
    /*background-position: -63px top;*/
    background: transparent url("../images/ico-control-5.png") no-repeat;
    background-size: 21px;
}
.service-ico-control-extend.error{
    /*background-position: -63px top;*/
    cursor: default;
    background: transparent url("../images/ico-control-5-error.svg") no-repeat;
    background-size: 21px;
}
.add-quick-cart-list.error{
    /*pointer-events: none;*/
    cursor: default;
}
.service-ico-control-mail{
    /*background-position: -84px top;*/
    background: transparent url("../images/ico-control-4.png") no-repeat;
    background-size: 21px;
}
.service-ico-control-upgrade{
    background: transparent url("../images/ico-control-6.png") no-repeat !important;
    background-size: 21px !important;
}
.service-ico-control-payment{
    background: transparent url("../images/ico-control-8.png") no-repeat !important;
    background-size: 21px !important;
}
.service-ico-control-sms{
    /*background-position: -63px top;*/
    background: transparent url("../images/ico-control-9.svg") no-repeat;
    background-size: 21px;
}
.service-ico-control-sms.off{
    /*background-position: -63px top;*/
    cursor: default;
    background: transparent url("../images/ico-control-9-error.svg") no-repeat;
    background-size: 21px;
}
.service-ico-control-upgrade,
.service-ico-control-payment{
    top: unset !important;
}
.service-ico-control-upgrade:before,
.service-ico-control-payment:before{
    background: #2d81c5 !important;
    display: none !important;
}

#list-item .service-control .glyphicon{display: block;width: 21px;height: 21px;float: left;margin: 0 auto;background: #2d81c5;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;line-height: 21px;color: #FFFFFF;font-size: 11px;text-align: center;}
#list-item .glyphicon.glyphicon-question-sign{color: #9cb8da;margin-left: 10px;cursor: pointer;}
.page-utils .pagination{margin: 0 0;}
.page-utils .pagination > li > a, .page-utils .pagination > li > span{padding: 4px 10px;}
.tooltip.top .tooltip-inner {
    background-color:#3e4d5b;
    padding: 10px;max-width: 500px;
    text-align: left;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #3e4d5b;
}
#frmReply .tooltip.top .tooltip-inner{width: 300px;}
#footer{border-top: #d4d5d5 1px solid;margin-top: 30px;padding: 10px 0;text-align: center;color: #878787;margin-left: -30px;}
#system-message-container {
    margin: 10px 0 0;
}

#system-message {
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
}

#system-message > dt {
    display: none;
}

#system-message > dd {
    margin: 0;
    text-indent: 30px;
}

#system-message > dd > ul {
    background-position: 4px top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #5f90f7;
    border-top: 1px solid #5f90f7;
    color: #5f90f7;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 10px;
}

#system-message > dd > ul > li {
    line-height: 1.5em;
}

#system-message > .message > ul {
    background-image: url("../images/notice-info.png");
    background-position: 5px 6px;
}

#system-message > .error > ul, #system-message > .warning > ul, #system-message > .notice > ul {
    color: #5f90f7;
}

#system-message > .error > ul {
    background-color: #E6C0C0;
    background-image: url("../images/notice-alert.png");
    border-color: #DE7A7B;
}

#system-message > .warning > ul {
    background-color: #E6C8A6;
    background-image: url("../images/notice-note.png");
    border-color: #FFBB00;
}

#system-message > .notice > ul {
    background-color: #EFE7B8;
    background-image: url("../images/notice-note.png");
    border-color: #F0DC7E;
}

@media only screen and (max-width: 640px) {
    form.mini-search {
        margin: 0 auto;
        float: none;
        display: table;
        width: 100%;
    }
    .col-md-4-5 .content-page{padding-right: 0px;}
    #footer{border-top: #d4d5d5 1px solid;margin-top: 30px;padding: 10px 0;text-align: center;color: #878787;margin-left: 0}


    form.mini-search .form-group {
        float: left;
        margin-right: 5px;
    }
    .left-sticky{position: relative;top: 0 !important;height: auto !important;padding-bottom: 20px;}
}

#gotocart .modal-dialog {
    max-width: 400px;
}

#tabs.nav-tabs {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1px;
    background: transparent;
}

#tabs.nav-tabs > li {
    margin-right: 5px;
}

#tabs.nav-tabs > li:last-child {
    margin-right: 0;
}

#tabs.nav-tabs > li > a {
    padding: 7px 7px;
    margin: 0 0 1px 0;
    background: #FFFFFF;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

#tabs.nav-tabs > li.active > a, #tabs.nav-tabs > li.active > a:focus, #tabs.nav-tabs > li.active > a:hover {
    border-color: #3D8ED1 #3D8ED1 transparent;
    box-shadow: 0 -2px 2px rgb(61, 142, 209);
}

@media (max-width: 768px) {
}

@media (min-width: 768px) and (max-width: 1169px) {
}

label.error {color: #FF0000;font-weight: normal;}
label.success-notice {
    color: #69d031;
    font-weight: normal;
    background: url("../images/success.png") left top no-repeat;
    background-size: 20px auto;
    padding-left: 22px;
    margin-top: 7px;
    display: block;
}
label.error-notice {
    color: #ff0000;
    font-weight: normal;
    background: url("../images/error.jpg") left top no-repeat;
    background-size: 15px auto;
    padding-left: 22px;
    margin-top: 7px;
    display: block;
}

.rate_widget:before, .rate_widget:after{display: table;content: " ";clear: both;}
.rate_widget {
    border:     1px solid #CCC;
    overflow:   visible;
    padding:    10px 10px;
    position:   relative;
    margin: 5px 0 15px;
}
.ratings_star_lists{
    float:      left;
    padding:    0 5px;
    font-size: 20px;
    text-shadow: -1px 1px 2px rgba(113, 111, 115, 1);
}
.ratings_star_lists span{
    position: absolute;
    right: 0;top: 0;
    width: 50%;height: 100%;
    background: #FFFFFF;
    opacity: 0.5;
    display: none;
}
.ratings_stars {
    float:      left;
    padding:    0 5px;
    font-size: 20px;
    text-shadow: -1px 1px 2px rgba(113, 111, 115, 1);
}
.ratings_stars span{
    position: absolute;
    right: 0;top: 0;
    width: 50%;height: 100%;
    background: #FFFFFF;
    opacity: 0.5;
    display: none;
}
.ratings_vote {
    color: #EF1C25;
}
.ratings_vote_list{
    color: #EF1C25;
}
.rating_read a{
    cursor: pointer;
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
}
.ratings_over {
    color: #EF1C25;
    cursor: pointer;
}
.ratings_over_list{
    color: #EF1C25;
    cursor: pointer;
}
.total_votes{
    font-size: 14px;
}
.check-domain{}
.check-domain span.loading{
    background: transparent url("../images/loader.gif");
    background-size: 100% auto;width: 15px;height: 15px;
    display: block;
}
.slider-range{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 7px;
    margin-right: 7px;
}

.cur-price, .tax-price, .dis-price, .tot-price{}
.curency-price:after, .cur-price:after, .tax-price:after, .dis-price:after, .tot-price:after, .trial-price:after{content: " VND"}
.price-currency{font-weight: normal;}
.price-currency:after, .price_base:after, .price_tax:after, .price_total:after, .price_discount:after{content: " VND"}
.list-domain td{vertical-align: middle !important;}
.list-domain .name, .list-domain .price_base, .list-domain .price_discount, .list-domain .price_tax, .list-domain .price_total, .list-domain .addcart{padding-top: 15px;}
.list-domain .text-success{color: #005d97;}
.list-domain .text-danger{color: #f05e5d;}
.panel-heading{}
.panel-heading h4{margin: 0 0;}
.auth-link{margin-top: 10px;}
.panel-title a[class*="get-"]{margin-top: 5px;}
.panel-title > div, .panel-title > div >a, .panel-title > div >.small{color: inherit;}
.panel-title span.glyphicon.small{margin-top: 6px;font-size: 60%;}
.panel-body .chosen-container{width: 100% !important;}
.panel-title .chosen-container{margin-bottom: 0 !important;}
.panel-title .chosen-container >a{border-radius: 0 !important;-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;}
.panel-title >a{margin-top: 5px;}

#frmServiceRegister .panel-success {
    border-color: #32c5d2;
}
#frmServiceRegister .panel-success > .panel-heading{
    color: #FFFFFF;
    background-color: #32c5d2;
    border-color: #32c5d2;
}
#frmServiceRegister .panel-info {
    border-color: #3598dc;
}
#frmServiceRegister .panel-info > .panel-heading{
    color: #FFFFFF;
    background-color: #3598dc;
    border-color: #3598dc;
}
#frmServiceRegister .panel-warning {
    border-color: #3598dc;
}
#frmServiceRegister .panel-warning > .panel-heading{
    color: #FFFFFF;
    background-color: #3598dc;
    border-color: #3598dc;
}
#frmServiceRegister .panel-danger {
    border-color: #c49f47;
}
#frmServiceRegister .panel-danger > .panel-heading{
    color: #FFFFFF;
    background-color: #c49f47;
    border-color: #c49f47;
}
#frmServiceRegister .panel .panel-heading{position: relative;padding: 10px 15px 10px 45px;text-transform: uppercase;font-weight: bold;}
#frmServiceRegister .panel .panel-heading a{color: #FFFFFF;font-size: 14px;float: right;text-transform: none;}
#frmServiceRegister .panel .panel-heading a span{font-size: 80%;}
#frmServiceRegister .panel .panel-heading >.glyphicon{background: transparent url("../images/service-ico-panel.png") no-repeat left top;display: block;width: 20px;height: 20px;position: absolute;top: 10px;left: 15px;}
#frmServiceRegister .panel .panel-heading >.glyphicon:before{content: "";}
#frmServiceRegister .panel.panel-success .form-group{margin-bottom: 10px !important;}
#frmServiceRegister .panel.panel-warning .slider-range{margin-bottom: 12px;}
#frmServiceRegister label.form-control{height: 24px;}
#frmServiceRegister .text-primary{width: 100%;text-align: center;text-transform: uppercase;}
#frmServiceRegister hr{margin: 9px 0 9px;}
#frmServiceRegister .panel .glyphicon.glyphicon-cog{background-position: left -20px;}
#frmServiceRegister .panel .glyphicon.glyphicon-shopping-cart{background-position: left -40px;}
#frmServiceRegister #cart_price_total .price-currency, #frmServiceRegister #cart_price_needpay .price-currency{color: #c49f47;font-weight: bold;font-size: 15px;}
.highlight{
    -webkit-animation: highlight 2000ms infinite;
    -moz-animation: highlight 2000ms infinite;
    -o-animation: highlight 2000ms infinite;
    animation: highlight 2000ms infinite;
}
.cart-price{border-left: #2e81c5 3px solid;}
.cart-price .price-total:after, .cart-price .price-total:before{display: table;content: "";clear: both;}
.cart-price .price-total h4{padding: 8px 20px;border-top: #e0e7ef 1px solid;margin: 0 0;font-size: inherit;font-weight: bold;border-right: #e0e7ef 1px solid;}
.cart-price .price-total h4 strong{float: right;font-size: 15px;font-weight: bold;}
.cart-price .price-total h4.last-child{background: #2e81c5 url("../images/cart-ico-total.png") no-repeat 20px center !important;color: #ffffff;text-transform: uppercase;border-right: #2e81c5 1px solid;padding-left: 42px;}
.cart-price .price-total h4:nth-child(2n+1){background: #fbfcfd;}
.cart-option{padding: 20px 15px;}
.cart-option .radio{display: block;}

form.vform .btn.check-coupon{background: #26c281;border-color: #26c281 !important;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;padding: 4px 15px;border: none;}
form.vform .input-coupon{margin-bottom: 0;background-image: url("../images/cart-ico-coupon.png");background-repeat: no-repeat;background-position: left center;padding-left: 55px;}

.list-price{border-left: #2e81c5 3px solid;}
.list-price:after, .list-price:before{display: table;content: "";clear: both;}
.list-price >div{padding: 8px 20px;border-top: #e0e7ef 1px solid;margin: 0 0;font-size: inherit;font-weight: bold;border-right: #e0e7ef 1px solid;}
.list-price >div span{float: right;font-size: 15px;font-weight: bold;}
.list-price >div:nth-child(2n+1){background: #fbfcfd;}
.list-price >div:last-child{background: #2e81c5 url("../images/cart-ico-total.png") no-repeat 20px center;color: #ffffff;text-transform: uppercase;border-right: #2e81c5 1px solid;padding-left: 42px;}

.list-price-top{border-left: #2e81c5 3px solid;}
.list-price-top:after, .list-price-top:before{display: table;content: "";clear: both;}
.list-price-top >div{padding: 8px 20px;border-bottom: #e0e7ef 1px solid;margin: 0 0;font-size: inherit;font-weight: bold;border-right: #e0e7ef 1px solid;}
.list-price-top >div span{float: right;font-size: 15px;font-weight: bold;}
.list-price-top >div:nth-child(2n+1){background: #fbfcfd;}
.list-price-top >div:first-child{background: #2e81c5 url("../images/cart-ico-total.png") no-repeat 20px center;color: #ffffff;text-transform: uppercase;border-right: #2e81c5 1px solid;padding-left: 42px;}

#frmAffiliate .chosen-container-single .chosen-single{background-image: url("../images/search-ico.png");background-repeat: no-repeat;background-position: left center;padding-left: 55px;}
#frmPayment .chosen-container-single .chosen-single{background-image: url("../images/ticket-ico-input.png");background-repeat: no-repeat;background-position: left center;padding-left: 55px;}

@-webkit-keyframes highlight {
    0% { background-color: #F29494;color: #a94442;border-color: #ebccd1; }
    50% { background-color: #fff;color: #333333;border-color: #DDDDDD;  }
    100% { background-color: #F29494;color: #a94442;border-color: #ebccd1;  }
}
@-moz-keyframes highlight {
    0% { background-color: #F29494;color: #a94442;border-color: #ebccd1;  }
    50% { background-color: #fff;color: #333333;border-color: #DDDDDD;  }
    100% { background-color: #F29494;color: #a94442;border-color: #ebccd1;  }
}
@-o-keyframes highlight {
    0% { background-color: #F29494;color: #a94442;border-color: #ebccd1; }
    50% { background-color: #fff;color: #333333;border-color: #DDDDDD; }
    100% { background-color: #F29494;color: #a94442;border-color: #ebccd1;  }
}
@keyframes highlight {
    0% { background-color: #F29494;color: #a94442;border-color: #ebccd1;  }
    50% { background-color: #fff;color: #333333;border-color: #DDDDDD;  }
    100% { background-color: #F29494;color: #a94442;border-color: #ebccd1;  }
}

.img-overview{margin-top: 10px;padding: 5px;position: relative;}
.img-overview .loading{background: transparent  url("../images/ajax-loader.gif") no-repeat center;width: 100%;height: 15px;display: none;}
.img-overview span{margin-right: 5px;}
.img-overview span:last-child{margin-right: 0;}
.img-overview span:after{content: "";}
.img-overview span:last-child:after{content: "";}
.img-overview .del-attach{margin-left: 5px;cursor: pointer;color: red;}
span.required-text{color: red;}
.collapse.in{height: auto;}
#method_chosen{width: 200px !important;}
.relative{position: relative;}
.ajax-loading{
    background: transparent url("../images/loader.gif") no-repeat center;
    width: 100%;height: 100%;position: absolute; z-index: 9999;left: 0;
    background-color: rgba(255, 255, 255, 0.45);display: none;top: 0;
}
.alert-warning{
    background-color: #FFE27A;
    border-color: #F5CE75;
    color: #88620D;
}
.check-title{position: relative;padding-left: 20px;}
.check-title input{position: absolute;left: 0;top: 7px;}
.check-title label{font-weight: normal;}
.form-horizontal .checkbox{padding-top: 0;}
.form-horizontal .checkbox .control-label{
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-weight: bold;
    display: block;
}
.load-cart table{font-size: 12px;}
#list-item .service-unpaid{background-color: #eef1f5 !important;}
#list-item .service-unpaid [class*="service-ico-control-"]{background-position-y: bottom;}
#list-item .service-unpaid .service-control .glyphicon{background-color: #9d9fa0 !important;color: #FFFFFF;}
#list-item .service-unpaid .modal-content, .service-unpaid .modal-content *{color: #333333 !important;}
#list-item .item-expired, #list-item .item-expired a{color: red;}
#list-item .item-expired [class*="service-ico-control-"]{background-position-y: bottom;}
#list-item .item-expired .service-control .glyphicon{background-color: #9d9fa0 !important;color: #FFFFFF;}

form.vform #filter_expi_chosen.chosen-container-single{width: 200px !important;}
#payment_chosen{width: 100%;text-align: left;}
.tickets .panel-body{overflow-x: auto;}
.field-value{display: block;padding-top: 7px;font-weight: normal;}
#frmServOwner .tab-pane{padding-top: 20px;padding-bottom: 20px;}

[class*="detail-icon"]{
    display: block;
    text-align: center;
    margin: 5px 0;
}
[class*="detail-icon"] span{
    background: transparent url("../images/detail-icon-2021.png") no-repeat center top;
    display: block;width: 100%;height: 60px;margin: 5px 0;
}
.detail-icon-price span{background-position: center -60px;}
.detail-icon-history span{background-position: center -120px;}
.detail-icon-invoice span{background-position: center -180px;}
.detail-icon-extend span{background-position: center 0px;}

.detail-icon-login span{background-position: center -240px;}
.detail-icon-myadmin span{background-position: center -300px;}
.detail-icon-file span{background-position: center -360px;}
.detail-icon-ticket span{background-position: center -480px;}
.detail-icon-pass span{background-position: center -420px;}
.detail-icon-boot span{background-position: center -540px;}
.detail-icon-stop span{background-position: center -600px;}
.detail-icon-start span{background-position: center -660px;}
.detail-icon-upgrade span{background-position: center -720px;}
.detail-icon-rebuild span{background-position: center -720px;}
.detail-icon-VNC span{background-position: center -780px;}
.progress-service{height: 5px;margin-bottom: 0;}
.show-pass{
    padding: 2px 5px;
    margin-left: 5px;
}
.show-credit-card .col-sm-2{
    width: 20%;
}
.credit-card{font-size: 14px;position: relative;}
.credit-card .credit-ico{
    display: block;text-align: center;cursor: pointer;
    border: #ecf1f5 3px solid;padding: 2px;font-weight: bold !important;
    border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
    position: relative;margin: 0 auto 10px;
}
.credit-card input[type="radio"]{display: none;}
.credit-card span.ground{
    background: transparent url("../images/credit-cards.png") no-repeat;
    background-size: 225%;
    padding-bottom: 100%;
    background-position: 6% 0%;
    display: block;margin: 0 auto;
    border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
}
.credit-card span.ground_atm{
    background: transparent url("../images/icon_atm_trans.png") no-repeat;
    background-size: 100%;
    background-position: unset !important;
}
.credit-card span.ground_alipay{
    background: transparent url("../images/icon_alipay_trans.png") no-repeat;
    background-size: 100%;
    background-position: unset !important;
}
.credit-card span.ground_visa{
    background: transparent url("../images/icon_visa_trans.png") no-repeat;
    background-size: 100%;
    background-position: unset !important;
}
.credit-card span.ground_paypal{
    background: transparent url("../images/icon_paypal_trans.png") no-repeat;
    background-size: 100%;
    background-position: unset !important;
}
.credit-card span.ground_banking{
    background: transparent url("../images/icon_banking_trans.png") no-repeat;
    /*background-size: 100%;*/
    background-position: center !important;
}
.d_flex {
    display: flex;
}
.credit-card span.check{
    background: transparent url("../images/credit-cards-check.png") no-repeat;
    border-radius: 0 0 0 3px;-webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;width: 22px;height: 22px;
    display: none;position: absolute;top: 0px;right: 0px;
}
.payssion-card span.ground{background: transparent url("../images/payssion.png") center center no-repeat;background-size: 100% auto}
.show-credit-card .credit-card .chosen-container-single{position: absolute;left: 0; top: 50%;opacity: 0;display: none;text-align: left;font-weight: normal;width: 134px !important;right: 0;margin: 0 auto;z-index: 99;}
.show-credit-card .credit-card .chosen-container-single .chosen-single{border-radius: 0 !important;-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;height: 24px;line-height: 24px;font-size: 90%;background: #FFFFFF none !important;padding-left: 8px !important;}
.show-credit-card .credit-card .chosen-container-single .chosen-drop{border-radius: 0 !important;-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;}
.show-credit-card .credit-card .chosen-container-single .chosen-single div b{margin-top: -1px;}
.show-credit-card .credit-card .chosen-container-single .chosen-container .chosen-results li{padding: 3px 4px;font-size: 90%;}
.show-credit-card .glyphicon-triangle-top{font-size: 20px;position: absolute;top: auto;bottom: -16px;left: 50%;margin-left: -10px;color: #0d55a9;display: none;}
.credit-card.visa-card span.ground{background-position: 5% -100px;}
.credit-card.paypal-card span.ground{background-position: 5% -203px;}
.credit-card.banking-card span.ground{background-position: 5% -307px;}
.credit-card.active.atm-card span.ground{background-position: 96% 0px;}
.credit-card.active.visa-card span.ground{background-position: 5% -102px;}
.credit-card.active.paypal-card span.ground{background-position: 5% -202px;}
.credit-card.active.banking-card span.ground{background-position: 5% -303px;}

.credit-card.active{color: #0d55a9;}
/*.credit-card.active .glyphicon-triangle-top{display: block;}*/

.credit-card.active .credit-ico{border-color: #4589d0;position: relative;}
.show-credit-card .credit-card.active .chosen-container-single{opacity: 1;display: block;}
.credit-card.active span.check{display: block;}
.recharge-form{max-width: 810px;margin: 0 auto 0;}
.recharge-form .panel-heading{font-size: 15px;font-weight: bold;}
.recharge-form .panel-body{padding: 20px 50px 50px;}
.recharge-form .panel-body hr{margin-left: -50px;margin-right: -50px;}
.identity-form{background: #FFF;}
.identity-form{max-width: 810px;margin: 0 auto 0;}
.identity-form .panel-heading{font-size: 15px;font-weight: bold;}
.identity-form .panel-body{padding: 20px 50px 50px;}
.identity-form .panel-body hr{margin-left: -50px;margin-right: -50px;}
.credit-money{background: transparent url("../images/credit-cards-money.png") no-repeat left center;line-height: 22px;padding-left: 30px;font-weight: normal;}
.credit-note{margin-bottom: 20px;font-style: italic;}
.credit-note span{color: #009cde;}
#list-item .item-expiring, #list-item .item-expiring *{color: #AA6708;}
.arrow-gif{background: transparent url("../images/arrow-gif.gif") no-repeat left center;width: 26px;min-height: 15px;display: inline-block;}

.grid{margin: 0 -5px;}
/* fluid 5 columns */
.grid-item { width: 33.33%;padding: 5px;position: absolute;}
.grid-item >div:first-child{margin-bottom: 10px;display: block;height: 150px;background-size: cover;position: relative;background-position: center;}
.grid-item img{display: block;margin: 0 auto;}
.grid-item h4{margin: 5px 0;font-weight: normal;font-size: 15px;text-align: center;}
.grid-item .img-size{display: table;margin: 0 auto;margin-bottom: 10px;}

#affiliate_code_chosen{width: 100% !important;}
.copy-link{
    border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;
    position: absolute;z-index: 999;width: 50px;height: 50px;
    background: rgba(255,255,255,0.5);top: 50%;left: 50%;
    margin-left: -25px;margin-top: -25px;text-decoration: none;
}
.copy-link:hover,.copy-link:focus{text-decoration: none;}
.copy-link:hover{ background: rgba(255,255,255,0.8);}
.copy-link span{line-height: 50px;font-size: 20px;text-align: center;display: block;color: black;}
.grid-item img {-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;position: relative;}
.grid-item:hover img {-webkit-transform: scale(1.1, 1.1);-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.html-code{padding: 5px;border: #dddddd 2px solid;margin-top: 10px;}
.input-line, .money-line{display: inline-block;border: #ccc 1px solid;margin-bottom: 5px;text-align: right;min-width: 200px;}
.input-line{text-align: left;min-width: 200px;}
.wdith-30{width: 35%;}

.badge-warning{background-color:#f89406;}
.badge-success{background-color:#468847;}
.badge-danger{background-color:#dd514c;}

#service_chosen.chosen-container .chosen-results li.result-selected,
#service_chosen.chosen-container .chosen-results li.highlighted,
#service_chosen.chosen-container .chosen-results li:hover{background: #dddddd none !important;color: inherit;}
#service_chosen.chosen-container .chosen-results li.active{}
#service_chosen.chosen-container .chosen-results li.extended{color: #468847;}
#service_chosen.chosen-container .chosen-results li.expired{text-decoration: line-through;}
#service_chosen.chosen-container .chosen-results li.un_init{color:#f89406}
#service_chosen.chosen-container .chosen-results li.refunded{background-color:#dd514c;}
#service_chosen.chosen-container .chosen-results li.cancel{background-color:#dd514c;}

/* start tuannt custom phầm select chọn ngôn ngữ ngoài màn hình login*/
#mainmenu .header-right .chosen-container {
    width: 128px !important;
}
#language_chosen.chosen-container .chosen-results li,
#sessionLang_chosen.chosen-container .chosen-results li{
    padding-left: 36px;
    background: #dde3ec url("../images/icon-language-global.png") no-repeat 8px center;
    background-size: 20px;
}
#language_chosen.chosen-container .chosen-results li.highlighted,
#sessionLang_chosen.chosen-container .chosen-results li.highlighted{
    background-color: #2e81c5;
}
#language_chosen.chosen-container .chosen-results li[data-lang-code-origin=vn],
#sessionLang_chosen.chosen-container .chosen-results li[data-lang-code-origin=vn],
#mainmenu .chosen-container-single .chosen-single[data-lang-code-origin=vn] {
    background-image: url("../images/icon-language-vietnam.png");
}
#language_chosen.chosen-container .chosen-results li[data-lang-code-origin=en],
#sessionLang_chosen.chosen-container .chosen-results li[data-lang-code-origin=en],
#mainmenu .chosen-container-single .chosen-single[data-lang-code-origin=en] {
    background-image: url("../images/icon-language-uk.png");
}
#language_chosen.chosen-container .chosen-results li[data-lang-code-origin=cn],
#sessionLang_chosen.chosen-container .chosen-results li[data-lang-code-origin=cn],
#mainmenu .chosen-container-single .chosen-single[data-lang-code-origin=cn] {
    background-image: url("../images/icon-language-china.png");
}

#mainmenu .chosen-container-single .chosen-single{
    padding-left: 36px;
    background: url("../images/icon-language-global.png") no-repeat 8px center;
    background-size: 20px;
    border-radius: 8px;
}

.modal-header-xmark-icon {
    width: 28px;
}

.owl-theme .owl-controls .owl-dots {
    text-align: center;
}
.owl-theme .owl-controls .owl-dot {
    display: inline-block;
}
.owl-theme .owl-controls .owl-dot.active span {
    background-color: #0a53be;
    opacity: 1;
 }
.owl-theme .owl-controls .owl-dot:not(.active) span:hover {
    opacity: 0.8;
}
.owl-theme .owl-controls .owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
/* end tuannt custom phầm select chọn ngôn ngữ ngoài màn hình login*/

@media only screen and (min-width: 1024px) {
    .col-md-1-5{width: 20%;}
    .col-md-2-5{width: 40%;}
    .col-md-3-5{width: 60%;}
    .col-md-4-5{width: 80%;}
    .col-md-5-5{width: 100%;}
}

@media only screen and (max-width: 1300px) {
    .d-none-lt-1300 {
        display: none;
    }
    .col-1-4-lt-1300 {
        width: 25%;
    }
    .col-2-4-lt-1300 {
        width: 50%;
    }
    .col-3-4-lt-1300 {
        width: 75%;
    }
    .col-4-4-lt-1300 {
        width: 100%;
    }
}
.news-item{margin-bottom: 20px;border-bottom: 1px dashed #ccc;padding-bottom: 10px;}
.news-item:last-child{margin-bottom: 0}
.news-item img{border: 1px solid #ccc;max-width: 100%;height: 150px;overflow: hidden}
.news-item >.row{margin-left: -5px;margin-right: -5px;}
.news-item >.row >[class*="col-sm"]{padding-left: 5px;padding-right: 5px;}
.news-item .news-name{font-size: 13px;color: #4c4c4c;margin: 0 0;font-weight: bold;}
.news-item .news-name a{color: #0066a6;}
.news-item .create-on{font-style: italic;font-size: 12px;margin: 5px 0;display: block;color: #ACACAC;}
.form-horizontal .form-group, .form-horizontal .form-group .row{margin-left: -5px;margin-right: -5px;}
.form-horizontal .form-group [class*="col-sm"]{padding-left: 5px;padding-right: 5px;}
label.label-control{font-weight: normal;}
.form-data label{margin: 0 0 !important;}
.form-data .form-group{padding: 10px 0;border-bottom: #e8ebed 1px solid;margin: 0 0;}
.form-data fieldset{}
.form-data fieldset legend, .form-input fieldset legend{margin: 20px 0 0;padding: 0 0 5px;font-size: 15px;font-weight: bold;text-transform: uppercase;text-align: center;color: #036db0;border-color: #AAAAAA;}
.form-input fieldset legend{margin-bottom: 15px;}

.ajax-append{}
.ajax-append:after, .ajax-append:before{display: table;content: "";clear: both;}
#frmTicket .chosen-container-single .chosen-drop{top: 0;border-top: 1px solid #CCCCCC;-webkit-border-radius: 12px;-moz-border-radius: 12px;border-radius: 12px;}
#frmTicket .chosen-container-single .chosen-drop .chosen-search{padding: 10px;}
#frmTicket .chosen-container-single .chosen-drop .chosen-results{margin-right: 10px;margin-left: 6px;margin-bottom: 10px;}
.type-note{font-style: italic;font-size: 90%;display: none;}

#quicklink{padding: 0 15px;background: #FFFFFF;}
#quicklink .main-content{display: block !important;}
#quicklink .logo-page{float: none;/*background: #007FB4;*/border-bottom: #006C99 3px solid;}
.build-datetime{}
.build-datetime .row{margin-left: -5px;margin-right: -5px;}
.build-datetime [class*="col-"]{padding-left: 5px;padding-right: 5px;}
.encrypt-field{
    background: transparent url("../images/encrypt-ico.png") no-repeat right center;
    float: right;width: 7px;height: 8px;margin-left: 5px;margin-top: 5px;
    background-size: cover;
}
label.encrypt-field{display: inline-block;background-position: right 12px;}
.form-control .encrypt-field{margin-top: 10px;}
.encrypt-field.for-editor{position: absolute;top: 0;right: 10px;}

.facebook-next{margin-bottom: 20px;padding-top: 15px;}
.facebook-next label{
    display: table;padding: 0 10px;background: #FFFFFF;
    height: 20px;line-height: 20px;position: absolute;left: 50%;
    top: -10px;width: 50px;margin-left: -25px;text-align: center;
}
.facebook-next .facebook{
    height: 45px;
    text-decoration: none;
    width: 80%;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    background: #4267B2;
    border: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
}
.google-next #googleDiv{
    height: 45px;
    text-decoration: none;
    width: 80%;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    background: #1a73e8;
    border: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
}
.facebook-next .img-gg {
    float: left;
    margin-top: 12px;
    margin-right: 0px;
    margin-left: 20px;
    width: 20px;
}
.facebook-next .img-fb {
    float: left;
    margin-top: 9px;
    margin-right: 0px;
    margin-left: 20px;
    width: 25px;
}

.facebook-next .google{
    text-decoration: none;
    border: 1px solid #999999;
    width: 80%;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 17px;
    font-weight: bold;
}

.atm-card .chosen-drop{width: 400px !important;}
.visa-card .chosen-drop{width: 300px !important;}

.loading-cron span{
    background: transparent url("../images/ajax-instance.gif") no-repeat;
    display: block;width: 21px;height: 21px;background-size: cover;float: left;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-spinner::before {
    content: "";
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.service-title{font-size: 18px;line-height: 30px;margin-top: 20px;font-weight: bold;color: #005D97;}
.service-title:first-child{margin-top: 0;}
.service-title >span{
    border: #005D97 1px solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    width: 30px;height: 30px;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
}
.package-rows >.row{display: flex;margin-left: -5px;margin-right: -5px;}
.package-rows >.row >[class*="col-"]{padding: 5px;}
.package-item{
    border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
    background: transparent;text-align: center;padding: 5px;color: #205F8A;
    display: flex;flex-wrap: wrap;height: 100%;border: #A2BED0 1px solid;
    justify-content: center;align-content: center;align-items: center;
}
.package-item >div{display: block;width: 100%;}
.package-item >div:first-child{margin-bottom: 5px;font-weight: bold;font-size: 110%;}
.package-item:hover{cursor: pointer;}
.package-item:hover, .package-item.active{background: #428CCE;color: #ffffff;border-color: #428CCE;}
.package-item:hover >div, .package-item.active >div{color: #ffffff;}

.system-list{}
.system-list ul{list-style: none;margin: 0 -20px;padding: 0 0;}
.system-list ul li{list-style: none;margin: 0 20px;padding: 0 0;display: inline-block;}
.system-list .tab-parent{}
.system-list .tab-parent >.tab-header{}
.system-list .tab-parent >.tab-header li{border-bottom: transparent 2px solid;padding: 5px 0;}
.system-list .tab-parent >.tab-header li a{font-size: 15px;color: #0083DA;font-weight: bold;}
.system-list .tab-parent >.tab-header li.active{border-color: #0083DA;}

.system-list .tab-child >.tab-header{}
.system-list .tab-child >.tab-header li{padding: 5px 0;text-align: center;font-weight: bold;font-size: 14px;}
.system-list .tab-child >.tab-header li a{font-size: 15px;color: #666666;margin-top: 10px;display: block;}
.system-list .tab-child >.tab-header [class*="logo-icon-"]{
    display: block;width: 70px;height: 70px;
    background-repeat: no-repeat;background-size: 90%;
    background-color: #E3E3E3;border-radius: 50%;
    -moz-border-radius: 50%;-webkit-border-radius: 50%;
    filter: gray;-webkit-filter: grayscale(100%);
    background-position: center;border: #E3E3E3 1px solid;
}
.system-list .tab-child >.tab-header .logo-icon-ubuntu{background-image: url("../images/logo_ubuntu.png");}
.system-list .tab-child >.tab-header .logo-icon-debian{background-image: url("../images/logo_debian.png");}
.system-list .tab-child >.tab-header .logo-icon-centos{background-image: url("../images/logo_centos.png");}
.system-list .tab-child >.tab-header .logo-icon-window{background-image: url("../images/logo_windows.png");}
.system-list .tab-child >.tab-header li.active:not(.disable) a [class*="logo-icon-"], .system-list .tab-child >.tab-header li:not(.disable) [class*="logo-icon-"]:hover{filter: none;-webkit-filter: none;background-color: transparent;}
.system-list .tab-parent{
    padding: 20px 0;
    max-height: 60vh;
    overflow-y: scroll;
    overflow-x: hidden;

}
/* width */
.system-list .tab-parent::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.system-list .tab-parent::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.system-list .tab-parent::-webkit-scrollbar-thumb {
    background: #428BCA;
    border-radius: 10px;
}

/* Handle on hover */
.system-list .tab-parent::-webkit-scrollbar-thumb:hover {
    background: #428BCA;
}
.system-list .tab-content .tab-item{display: none;}
.system-list .tab-content .tab-item.active{display: block;}
.system-list .tab-child .tab-item{}
.system-list .tab-child .tab-item >.row{display: flex;margin: 0 -2px;}
.system-list .tab-child .tab-item >.row >div{padding: 0 2px 4px;}
.system-list .tab-child .system-name{
    background: transparent;width: 100%;
    justify-content: center;align-items: center;
    display: flex;flex-wrap: wrap;cursor: pointer;
    padding: 10px 0;margin: 2px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    font-weight: bold;
    border: #A2BED0 1px solid;
    color: #205F8A;
    height: 100%;
}
/*.system-list .tab-child .system-name a{display: table;}*/
.system-list .tab-child .system-name p,a p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.system-list .tab-child .system-name span{display: block;text-align: center;font-weight: bold;margin: 5px 0;}
.system-list .tab-child .system-name span+span{font-weight: normal;}
.system-list .tab-child .system-name.active, .system-list .tab-child .system-name:hover{background: #428BCA;color: #FFFFFF;border-color: #428BCA;}
.system-list .tab-child .system-name.active a, .system-list .tab-child .system-name:hover a{color: #FFFFFF;}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.select-note{padding: 5px 10px;margin-top: 10px;display: none;}
.select-bank{margin-top: 10px;border-top: #0d55a9 1px solid;padding-top: 10px;display: none;}
.select-bank .row{margin-left: -5px;margin-right: -5px;}
.select-bank [class*="col-"]{padding-left: 5px;padding-right: 5px;}
.select-bank .thumbnail{margin: 0 auto 10px;cursor: pointer;display: block;max-width: 100%;padding: 3px;}
.select-bank .thumbnail.active{background: #337AB7;}

.select-visa{margin-top: 10px;border-top: #0d55a9 1px solid;padding-top: 10px;display: none;}
.select-visa .row{margin-left: -5px;margin-right: -5px;}
.select-visa [class*="col-"]{padding-left: 5px;padding-right: 5px;}
.select-visa .thumbnail{margin: 0 auto 10px;cursor: pointer;display: block;max-width: 100%;padding: 3px;}
.select-visa .thumbnail img{width: 100%;}
.select-visa .thumbnail.active{background: #337AB7;}

.select-tran{margin-top: 10px;border-top: #0d55a9 1px solid;padding-top: 10px;display: none;}
.select-tran .row{margin-left: -5px;margin-right: -5px;}
.select-tran [class*="col-"]{padding-left: 5px;padding-right: 5px;}
.select-tran .thumbnail{margin: 0 auto 10px;cursor: pointer;display: block;max-width: 100%;padding: 3px;position: relative;}
.select-tran .thumbnail span{display: none;position: absolute;color: #337AB7;font-size: 20px;bottom: -15px;left: 50%;margin-left: -10px;top: auto;}
.select-tran .thumbnail label{display: block;margin: 0 0;padding: 0 0;}
.select-tran .thumbnail.active{background: #337AB7;}
.select-tran .thumbnail.active span{display: block;}
.select-payssion{padding: 5px 10px; margin-top: 10px; display: none}
.select-payssion.active .thumbnail{
    border-width: 3px;
}
.select-payssion .thumbnail .img-responsive{
    max-width: 100%;
    height: 100px;
    cursor: pointer;
    width: auto;
    object-fit: contain;
    overflow: hidden;
}
.select-bank.active, .select-visa.active, .select-tran.active, .select-payssion.active{display: block;}
.col-ct-5{width: 20%;float: left;padding-left: 5px;padding-right: 5px;}
.tran-info{display: none;}
.tran-info.active{
    /*display: block;*/
    display: flex;
}

.vps-loading{display: table;margin: 0 auto 20px;text-align: center;}
.vps-loading div{margin-top: -30px;font-weight: bold;font-size: 120%;}

.mce-btn-group:not(:first-child){
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.modal-dialog.select-payment{width: 740px !important;}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 9999;
    opacity: 0.5
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
form.vform .namesilo.btn span, .namesilo.btn span{
    font-size: 13px;
    padding-right: 10px
}

#myPopupModal{
    padding: 10px 40px;
}

#myPopupModal .modal-body{
    max-height: 600px;
    overflow-y: scroll;
}

#myPopupModal .modal-body .content{
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
}

/*#myPopupModal .owl-carousel .owl-nav .owl-next,*/
#myPopupModal .owl-carousel .owl-nav .owl-next:before {
    width: 36px;
    height: 36px;
    margin-right: 12px;
    /*border-radius: 50%;*/
    background: url("../images/arrow_right.png") center no-repeat;
    background-size: 36px;
    opacity: 0.3;
    color: #fff;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    content: "";
}

/*#myPopupModal .owl-carousel .owl-nav .owl-prev,*/
#myPopupModal .owl-carousel .owl-nav .owl-prev:after {
    width: 36px;
    height: 36px;
    margin-left: 12px;
    /*border-radius: 50%;*/
    background: url("../images/arrow_left.png") center no-repeat;
    background-size: 36px;
    opacity: 0.3;
    color: #fff;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    content: "";
}
#myPopupModal .owl-carousel .owl-nav .owl-next:hover:before,
#myPopupModal .owl-carousel .owl-nav .owl-prev:hover:after {
    opacity: 0.8;
}

/* width */
#myPopupModal .modal-body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#myPopupModal .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#myPopupModal .modal-body::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
#myPopupModal .modal-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.social-frontend{
    display: flex;
    position: fixed;
    bottom: 20vh;
    right: 20px;
}
.social-frontend img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    /*animation: shake 0.5s;*/
    -webkit-animation-name: shake;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
}
@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.grid-css{
    display: grid;
    grid-template-columns: auto 45px;
    grid-gap: 5px;
    max-width: 200px;
}
.grid-css button{
    margin-bottom: 5px;
}

/* URL Builder */
.campaign-wrapper {
    background-color: #f1f4f7;
}
.campaign-wrapper .btn {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.required {
    /*color: #f35958;*/
}
.code {
    background-color: rgb(224, 224, 224);
    color: rgba(0, 0, 0, 0.87);
    padding: 2px 4px;
    border-radius: 2px;
    font-family: "Source Code Pro", monospace;
}
.generated-campaign-wrapper {
    display: none;
}
.generated-campaign {
    position: relative;
}
#generated_campaign {
    padding-right: 50px;
}
.generated-campaign-copy {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    cursor: pointer;
    width: 50px;
    text-align: center;
    font-size: 2.2em;
    line-height: 0.6em;
}
.generated-campaign-copy span {
    font-size: 12px;
    display: inline-block;
    width: 100%;
}
.generated-campaign-copy:hover {
    color: #09c;
    text-decoration: none;
}
#create_shorten_link {
    cursor: pointer;
}
#create_shorten_link:hover {
    background-color: #09c;
    color: #fff;
}
.campaign-range .ws-range-progress,
.campaign-range .ws-range-thumb {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-title{
    text-decoration: none;
    color: #0066a6;
    margin-bottom: 20px;
    line-height: 2.5rem;
}
.news-content .img-box{
    margin-bottom: 20px;
    margin-top: 20px;
}
.news-content .img-box img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
    overflow: hidden;
}
.news-content .summary{
    font-size: 16px;
    font-weight: 600;
    line-height: 2rem;
}
.news-content .content-text{
    font-size: 14px;
    line-height: 1.8rem;
    font-weight: 400;
}
.news-content .content-text img{
    max-width: 100%;
    height: auto;
    overflow: hidden;
}
.relate-news{
    border-left: 1px solid #ddd;
}
.relate-news .title{
    color: #0066a6;
    box-shadow: 2px 2px 2px 1px #ccc;
    border-left: 2px solid red;
    padding: 15px;
}
.relate-news .box-relate{
    padding: 20px 0px;
    margin: 10px 0px;
    border-bottom: 1px dashed #ccc;
}
.relate-news .box-relate a{
    font-weight: 600;
}
.relate-news .box-relate img{
    max-width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
    overflow: hidden;
    border: 1px solid #ccc;
}
.header-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-right .chosen-container{
    margin-right: 10px;
    margin-top: 3px;
    width: 100px !important;
}


@keyframes flickerAnimation {
    0%   { opacity:1; color: red; background: #fff}
    50%  { opacity:1; color: #fff; background: red}
    100% { opacity:1; color: red; background: #fff}
}
@-o-keyframes flickerAnimation{
    0%   { opacity:1; color: red; background: #fff}
    50%  { opacity:1; color: #fff; background: red}
    100% { opacity:1; color: red; background: #fff}
}
@-moz-keyframes flickerAnimation{
    0%   { opacity:1; color: red; background: #fff}
    50%  { opacity:1; color: #fff; background: red}
    100% { opacity:1; color: red; background: #fff}
}
@-webkit-keyframes flickerAnimation{
    0%   { opacity:1; color: red; background: #fff}
    50%  { opacity:1; color: #fff; background: red}
    100% { opacity:1; color: red; background: #fff}
}
.quickCartButon {
    border-radius: 5px;
    padding: 4px 20px;
    margin-bottom: 10px;
}
.quickCartButtonAnimate {
    -webkit-animation: flickerAnimation 1.5s infinite;
    -moz-animation: flickerAnimation 1.5s infinite;
    -o-animation: flickerAnimation 1.5s infinite;
    animation: flickerAnimation 1.5s infinite;
}
.quickCartButtonAnimateNon {
    opacity:1; color: #fff!important; background: red
}
.quickCartButonAbs{
    position: absolute;
    top: 4px;
    right: 45px;
}
.check-coupon-renew{

}
.thank-you-page .top-box{
    border: 1px solid #ccc;
    box-shadow: 2px 1px 6px 1px #ccc;
    max-width: 60%;
    margin: 0px auto;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
}
.thank-you-page .top-box .title{
    color: #036db0;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 10px 0 10px 10px;
    text-transform: uppercase;
}

.thank-you-page .top-box a{
    padding: 10px 10px;
    background: #005d97;
    color: #fff;
    border-radius: 3px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}
.thank-you-page .top-box a:hover{
    background: red;
}
.thank-you-page .bottom-box .description{
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
}
.thank-you-page .bottom-box .list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.thank-you-page .bottom-box .list .item{
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 2px 1px 6px 1px #ccc;
}
.thank-you-page .bottom-box .list .item:hover {
    background: red;
}
.thank-you-page .bottom-box .list .item:hover a{
    color: #fff;
    font-weight: 700;
}
.thank-you-page .bottom-box .list .item a{
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
}
.grid-news{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
}
@media all and (max-width: 1050px) {
    .grid-news {
        grid-template-columns: 1fr 1fr !important;
    }
}
.grid-news .item{
    padding: 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 2px #ccc;
    transition: all .2s ease-in-out;
}
.grid-news .item:hover{
    transform: scale(1.1);
}
.grid-news .item .name{
    text-decoration: none;
    font-weight: 600;
    display: block;
    margin: 10px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 35px;
    -webkit-box-orient: vertical;
}
.grid-news .item .img_box{
    height: 226px;
    width: 100%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    margin: auto;
}
.grid-news .item .img_box img{
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow: hidden;
    object-fit: contain;
}
.grid-news .item .count-view{
    margin-bottom: 0px;
}
/* --- */
.notice-address {
    color: #3385ff;
    display: none;
}
.warning-address {
    color: red;
}

.service-address-wrapper .service-other-province {
    display: none;
}
.service-address-wrapper.foreign .service-province-wrapper,
.service-address-wrapper.foreign .service-district-wrapper,
.service-address-wrapper.foreign .service-ward-wrapper,
.service-address-wrapper.foreign .search-address-wrapper
{
    display: none;
}
.service-address-wrapper.foreign .service-other-province {
    display: block;
}
.form-coupon{
    display: flex;
    justify-content: flex-end;
}
.form-coupon .box-coupon{
    margin: 15px 0px;
    width: 275px;
}
.show-usd, .show-cny,.hide-start{
    display: none;
}
.label-success-click {
    cursor: pointer;background-color: #5cb85c!important;display: initial!important;
}

.spinner-snapshot {
    position: absolute;
    left: 50%;
    top: 0;
    height:40px;
    width:40px;
    margin:0px auto;
    -webkit-animation: rotation 1s infinite linear;
    -moz-animation: rotation 1s infinite linear;
    -o-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
    border-left:4px solid rgba(0,174,239,.15);
    border-right:4px solid rgba(0,174,239,.15);
    border-bottom:4px solid rgba(0,174,239,.15);
    border-top:4px solid rgba(0,174,239,.8);
    border-radius:100%;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}
.createSnapshot {
    display: none;
}
.row-guest {
    margin-top: 16px;
    display: flex;
    text-align: center;
    justify-content: space-between;
}
#affLinkCopy, #affLinkMardownCopy{
    cursor: pointer;
}
.referralBadge .selectStyle{
    margin-bottom: 30px;
    padding: 20px;
}
.referralBadge .selectStyle .activeStyle{
    border: 1px solid #0066a6 !important;
}
.referralBadge .selectStyle .item{
    border: 1px solid #ccc;
    padding: 10px;
    display: grid;
    grid-gap: 10px;
}
.referralBadge .selectStyle .item img{
    width: 100%;
    height: auto;
    max-height: 80px;
    overflow: hidden;
    object-fit: contain;
}
.referralBadge .embedCode{
    padding: 20px;
}
.referralBadge .embedCode .selectType{
    display: flex;
    padding: 10px;
}
.referralBadge .embedCode .selectType div{
    padding: 5px;
    margin-right: 10px;
    display: flex;
    align-items: flex-start;
}
.referral{
    cursor: pointer;
}
.referralStats table{
    border: 1px solid #ccc;
}
.referralStats table tr{
    border: 1px solid #ccc;
    padding: 5px;
}
.referralStats table tr td{
    padding: 10px;
}
.referralStats table td:first-child{
    font-weight: 600;
}
.referralStats{
    padding: 20px;
}
.guest_cart_item:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.5), 0 24px 46px rgba(206, 178, 252, 0.48);
    text-decoration: none;
}
.guest_cart_item {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease-out;
    text-decoration: none;
}
.guest_cart_item_vps {
    background: transparent url("../images/vps.png") no-repeat right center;
}
.guest_cart_item_domain {
    background: transparent url("../images/domain.png") no-repeat right center;
}
.guest_cart_item_hosting {

    background: transparent url("../images/hosting.png") no-repeat right center;
}
.guest_cart_item_server {

    background: transparent url("../images/server.png") no-repeat right center;
}
.guest_cart_item_mail_server {

    background: transparent url("../images/email.png") no-repeat right center;
}
.guest_cart_item_location_server {

    background: transparent url("../images/location.png") no-repeat right center;
}
.guest_icon {
    opacity: 0.9;
    right: 12px;
    position: absolute;
    display: block;
    width: 70px;
    height: 75px;
    top: 30px;
}
.background_vps {
    background: linear-gradient(to right, #FF6B6B, #FFC3A0, #FFAFBD);
}
.background_domain {
    background: linear-gradient(to right, #64DDBB, #A3E7D3, #CCF2E9);
}
.background_server {
    background: linear-gradient(to right, #6DD5ED, #C9E4F5, #EDEFF9);
}

.background_mail_server {
    background: linear-gradient(to right, #FF9F80, #FFC3A0, #FFE3B3);
}
.background_location_server {
    background: linear-gradient(to right, #9B9B9B, #D1D1D1, #F0F0F0);
}
.background_hosting {
    background: linear-gradient(to right, #0EAD69, #8CC153, #FFF793);
}
.description_content_guest{
    color: #4d4d4d;
    font-size: 16px!important;
}
.title_item_guest{
    padding-top: 10px;
    color: #1a1a1a;
}
.row_second{
    margin-top: 32px;
}
.custom_restore {
    height: 380px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    display: flex;
}
.frmIdentity .btn{border-radius: 15px;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-color: #337ab7;padding-left: 20px;padding-right: 20px;}
.frmIdentity .btn span{font-size: 70%;}
.frmIdentity .form-group{margin-bottom: 0;}
.frmIdentity .form-control{height: 30px;line-height: 30px;padding: 0 10px;margin-bottom: 5px;border-radius: 12px;-webkit-border-radius: 12px;-moz-border-radius: 12px;font-size: inherit;max-width: 100%;border-color: #d4d9dd;box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;}
.frmIdentity .form-control.error, .frmIdentity .chosen-container.error >a{border-color: red;}
.frmIdentity textarea.form-control{height: inherit;line-height: 18px;padding: 5px 10px;}
.frmIdentity input[type="file"]{margin-bottom: 5px;height: 30px;}
.frmIdentity label.form-control{border-color: transparent;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;padding-left: 0;padding-right:  0;height: auto;font-weight: normal;display: inline-block;width: auto;}
.frmIdentity label.form-control .encrypt-field{margin-top: 11px;}
.frmIdentity label.error:before{}
.frmIdentity .chosen-container-single{margin-bottom: 5px;max-width: 100%;width: 100% !important;}
.frmIdentity .chosen-container-single .chosen-single{height:30px;line-height:30px;background:#FFFFFF;border:1px solid #d4d9dd;border-radius: 12px;-webkit-border-radius: 12px;-moz-border-radius: 12px;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;}
.frmIdentity .chosen-container-single .chosen-single div{}
.frmIdentity .chosen-container-single .chosen-single div b{background:#fff url('../images/arrow-down.png') no-repeat left center;width: 12px;height: 6px;background-size: cover;position: absolute;top: 50%;margin-top: -3px;}
.frmIdentity .chosen-container-single .chosen-drop{border:1px solid #CCCCCC;box-shadow:none;}
.frmIdentity .chosen-container-single.chosen-with-drop .chosen-single{border-radius: 12px 12px 0 0;-moz-border-radius: 12px 12px 0 0;-webkit-border-radius: 12px 12px 0 0;}
.frmIdentity .chosen-container-single .chosen-drop{border-top: none;border-color: #d4d9dd;border-radius: 0 0 12px 12px;-moz-border-radius: 0 0 12px 12px;-webkit-border-radius: 0 0 12px 12px;}
.frmIdentity .checkbox-inline, .frmIdentity .radio-inline{padding-left: 10px;}
.frmIdentity .checkbox-inline:first-child, .frmIdentity .radio-inline:first-child{padding-left: 15px;}
.frmIdentity .checkbox input[type="checkbox"], .frmIdentity .checkbox-inline input[type="checkbox"],
.frmIdentity .radio input[type="radio"], .frmIdentity .radio-inline input[type="radio"]{margin-left: -15px;}
.frmIdentity .captcha{position: relative;}
.frmIdentity .captcha img{position: absolute;top: 3px;right: 17px;border-left:1px solid #CCCCCC;border-radius: 0 12px 12px 0;-moz-border-radius: 0 12px 12px 0;-webkit-border-radius: 0 12px 12px 0;}
.frmIdentity .captcha input{padding-right: 110px;}
.frmIdentity .btn-control{padding: 4px 10px;margin-top: -5px;}
.frmIdentity .btn-default{background: #edf0f3;border-color: #d4d9dd;color: #8b9095;}
.frmIdentity .btn-blank{background: transparent;border: none;color: #1f91d8;text-decoration: underline;}
.frmIdentity .btn-white{background: #ffffff;border-color: #d4d9dd;color: #333333;}
.frmIdentity .btn-primary{background: #036db0;border-color: #036db0;}
.frmIdentity .btn-danger{boorder-color: #d43f3a;}
.frmIdentity .placeholder{color: #9d9d9d;padding: 5px 0 10px 0;}
.frmIdentity input:-moz-placeholder, .frmIdentity input:-ms-input-placeholder, .frmIdentity input::-webkit-input-placeholder{font-style: italic;}


#frmSecurity{max-width: 768px;display: block;margin: 0 auto;}
#frmSecurity .form-center{
    margin-top: 1rem;
}

.metric-vps{
    display: block;
    text-align: center;
    margin: 5px 0;
}
.metric-vps span{
    background: transparent url("../images/metric.png") no-repeat center top;
    background-size: contain;
    display: block;
    width: 100%;
    height: 60px;
    margin: 5px 0;
}
.detail-icon-createBackup{
    display: block;
    text-align: center;
    margin: 5px 0;
}
.detail-icon-createBackup span{
    background: transparent url("../images/backup.png") no-repeat center top;
    background-size: contain;
    display: block;
    width: 100%;
    height: 60px;
    margin: 5px 0;
}
.wait-transfer-page .top-box .title{
    color: #036db0;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 10px 0 10px 10px;
    text-transform: uppercase;
}
.wait-transfer-page .select-tran .row{
    display: flex;
    justify-content: center;
}
.wait-transfer-page .alert{
    display: flex;
    justify-content: space-evenly;
}
.wait-transfer-page .tran-info{
    flex-direction: column-reverse;
}
.wait-transfer-page .tran-info .image-qr{
    padding: 5px;
    border: 1px solid #036db0;
    border-radius: 5px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 0;
}
.wait-transfer-page .ballNow {
    display: flex;
    justify-content: end;
}
.wait-transfer-page .ballNow .clock{
    border: 1px solid #00B884;
    border-radius: 3px;
    width: fit-content;
}
.wait-transfer-page .ballNow .clock span{
    margin: 2px;
    padding: 3px;
    border-radius: 3px;
    color: #00B884;
    font-weight: 600;
}
.badge-notice {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: -4px 0 -1px 2px;
    padding: 0 5px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: red;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
}

.service-address-wrapper .service-other-province {
    display: none;
}
.qr-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.qr-wrapper h4 {
    color: #3c763d;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: bold;
}

.qr-wrapper img {
    width: 200px;
    display: inline-block;
}