@import "checkbox.css";
@import "admin__dichvu.css";
@import "animate.css";
@import "product-scrollbottom.css";
@import "addgiohang.css";
@import "loading-bar.css";
@font-face {
    font-family: 'Urbanist';
    src:  url("../font/Urbanist-Italic[wght].ttf") format("truetype"); 
    /*url("../font/Urbanist[wght].ttf") format("truetype");*/ 
    font-weight: normal;
    font-style: normal; 
}
.padd0{
    padding: 0;
}
.padd30{
    padding: 30px !important;
}
.marT10{
    margin-top: 10px !important;
}
.marT30{
    margin-top: 30px;
}
a:hover{
    text-decoration: none;
}
input, 
input:active, 
input:focus {  
    outline: 0;  
    outline-style: none;  
    outline-width: 0; 
}
.width100{
    width: 100px;
}
.posR{
    position: relative;
}
.posA{
    position: absolute;
}
.topwebmain{
    /*background: #2df9f9;*/
    border-bottom: 1px solid #ccc;
}
.colorgreen{
    color: green;
}
.padd45{
    padding: 0 45px;
}
.padd15{
    padding: 15px 0;
}
.paddL15{
    padding: 0 0 0 15px;
}
.paddL30{
    padding: 0 0 0 30px;
}
.paddL45{
    padding: 0 0 0 45px;
}
.paddR15{
    padding: 0 15px 0 0;
}
.alignR{
    text-align: right;
}
.marb50{
    margin-bottom: 50px !important;
}
.marb40{
    margin-bottom: 40px !important;
}
.fbold{
    font-weight: bold;
}
.positionR{
    position: relative;
}
.f-left{
    float: left;
}
.alignr{
    text-align: right;
}
.linethrough{
    text-decoration: line-through;
}
.alignl{
    text-align: left;
}
.maxw1400{
    max-width: 1400px;
    padding-top: 30px;
    margin: 0 auto;
}
.width1200{
    width: 1200px;
    margin: 0 auto;
}
.width1300{
    width: 1300px;
    margin: 0 auto;
}
.width1100{
    width: 1100px;
    margin: 0 auto;
}
.paddx30{
    padding: 0 30px;
}
.paddx15{
    padding: 0 15px;
}
.w1000{
    width: 949;
}
.paddy50{
    padding: 50px 0;
}
.w400{
    width: 400px;
    padding: 25px;
}
.top-bar {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #e13475;
    font-size: 12px;
    color: #fff;
    line-height: 1.25;
}
.bggrey{
    background: #eee;
}
.bggreyf2{
    background: #f2f2f2;
}
.search-bar {
    background-image: linear-gradient(to right,#ee3e80 0,#ff6ea4 100%);
    padding: 10px 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 3333;
    top: 0;
    color: #fff;
}
.search-bar-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-bar .logo {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    width: 220px;
    text-align: center;
    color: #fff;
}
a.homemenu {
    width: 263px;
    height: 50px;
    display: block;
    background: url(../images/vihan.png) no-repeat;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.search-bar .search-box {
    -ms-flex: 1 1 700px;
    /* flex: 1 1 700px; */
    min-width: 320px;
    position: relative;
    width: 700px;
}
.search-box .form-control {
    padding: 11px 17px;
    padding-right: 50px;
    width: 700px;
}
.search-bar .form-control {
    max-width: 100%;
    border: none;
    height: 40px;
    line-height: 24px;
}
.search-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    background: url(../images/search.svg) no-repeat center center;
    font-size: 12px;
    padding: 8px 13px;
}
.sup-text {
    position: absolute;
    left: 62%;
    top: -2px;
    min-width: 16px;
    height: 16px;
    text-align: center;
    color: #fff;
    background-color: #ee3e80;
    border-radius: 8px;
    line-height: 16px;
    padding: 0 6px;
    text-transform: uppercase;
    font-weight: 700;
}
.cart-icon .cart-count {
    position: absolute;
    left: 70%;
    color: #333;
    background: #f8ff76;
    border-radius: 100%;
    padding: 3px 1px;
    height: 16px;
    min-width: 16px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    top: -10px;
}
.cart-icon {
    color: inherit;
    position: relative;
}
.ml-3, .mx-3 {
    margin-left: 1rem!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.search-bar .btn {
    /* font-size: 12px; */
    /* padding: 8px 13px; */
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-outline-light {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}
.btn-outline-light.active, .btn-outline-light:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}
.search-bar-control h1.logo {
    margin-top: 0;
}
a.ml-3.mr-3 {
    padding: 0 14px;
}
.floatl {
    float: left;
}
.bgwhite{
    background: #fff; 
}
.width220{
    width: 220px;
}
.width920{
    width: 920px;
}
.toolbar-orther span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    position: absolute;
    left: 35px;
    top: 1px;
}
.toolbar-orther {
    position: relative;
    height: 45px;
    margin: -15px 0 !important;
    line-height: 45px;
    cursor: pointer;
}
.toolbar-orther:hover .left-menu.mclose{
    display: block;
    position: absolute;
    background: #fff;
    z-index: 100;
    width: 220px;
    box-shadow: 2px 5px 10px 0 rgb(0 0 0 / 30%);
}
.left-menu.mclose{
    display: none;
}
.left-menu > ul {
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
}
.left-menu > ul > li {
    border-bottom: 1px solid #cccccc6b;
    padding: 0 0 0 5px;
}
.left-menu > ul > li > a {
    color: #000;
    font-size: 16px;
    /*padding: 10px 0;*/
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
}
.left-menu > ul > li > a:hover{
    text-decoration: none;
}
.left-menu > ul > li > i{
    position: absolute;
    right: 10px;
    top: 10px;
}
.left-menu > ul > li:hover{
    background: #EE3E80;
}
.left-menu > ul > li:hover > a{
    color: #fff;
    position: relative;
}
.left-menu > ul > li > a > i {
    position: absolute;
    right: 10px;
    top: 11px;
    font-size: 16px;
    display: block;
}
.left-menu > ul > li > a:hover > i{
    color: #fff;
}
.left-menu > ul > li:hover > ul{
    display: block;
}
.left-menu > ul > li > ul {
    width: 220px;
    position: absolute;
    top: 0;
    left: 220px;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
    z-index: 100;
    box-shadow: 2px 5px 10px 0 rgb(0 0 0 / 30%);
    background-color: #fff;
    display: none;
}
.left-menu > ul > li > ul > li{
    padding: 5px 0;
}
.left-menu > ul > li > ul > li.subcon-showicon,
.left-menu > ul > li > ul > li.subcon-showicon:hover{
    background: #fff;
    display: inline-flex;
    padding: 10px 0;
}
.subshow {
    float: left;
    width: 110px;
    height: 390px;
    padding: 0px 15px;
}
.left-menu > ul > li > ul > li:hover{
    background: #EE3E80;
}
.left-menu > ul > li > ul > li > a{
    padding-left: 8px;
    color: #000;
    display: block;
    font-size: 14px;
}
.left-menu.mclose > ul > li > ul > li > a {
    height: 23px;
    line-height: 23px;
}
.left-menu > ul > li > ul > li:hover > a{
    color: #fff;
    text-decoration: none;
}
.width700{
    width: 700px;
}
.cardshop{
    background:#f5a623;    
    border-radius: 100%;
    padding: 3px 1px;
    height: 16px;    
    min-width: 16px;    
    text-align: center;    
    font-size: 10px;    
    font-weight: 700;    
    line-height: 11px;    
    top: -5px;   
    left: 16px;
}
.first-km {
    padding: 10px;
}
.kmpic img {
    width: 100%;
}
.kmtitle {
    padding: 10px 0;
}
.kmtitle a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.kmtitle a:hover {
    text-decoration: none;
    color: #2a6496;
}
.outglob {
    margin: 10px;
    border-top: 1px solid #ccc;
}
.intles {
    border-bottom: 1px solid #ccccccb3;
    padding: 7px 0;
}
.intles a {
    color: #000;
    font-weight: bold;
}
.intles a:hover{
    color: #2a6496;
    text-decoration: none;
}
.kmtext {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 10px;
}
.kmmore {
    text-align: right;
    padding-top: 15px;
}
.kmmore a {
    color: #EF4182;
    font-size: 14px;
}
.homesli-quangcao{
    background: #FFE9F1;
    padding: 15px 0;
    /*margin-bottom: 20px;*/
}
.faymenu-new {
    height: 80px;
    line-height: 80px;
    max-width: 1400px;
    margin: 0 auto;
}
.web-slide{
    position: relative;
    width: 100%;
    /*height: 300px;*/
}
.nivo-controlNav{
    bottom: 10px !important;
    z-index: 9 !important;
}
.gcmp-khampha h3 {
    color: #3567d7;
    font-family: Montserrat-Bold;
    font-size: 30px;
}
.line4{
    height: 4px;
    background: #fff;
    margin: 30px 0 10px 0;
    border-top: 4px solid #eee;
}
.home-shop-pic {
    height: 213px;
    width: 100%;
    border: #eee solid 1px;
    border-radius: 5px;
}
.home-shop-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 25px 0;
}
.per20 {
    float: left;
    width: calc(100%/5);
    padding: 0 10px 0 0;
    margin-bottom: 20px;
}
.per20:last-child {
    /*padding: 0;*/
    margin: 0;
}
.home-shop-title a {
    color: #333;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
}
.home-shop-title a:hover{
    color: #3567d7;
    text-decoration: none;
}
.home-shop-title {
    height: 50px;
    display: table;
    width: 100%;
}
.sanpham-buy {
    margin-top: 10px;
}
.sanpham-price span {
    color: #EE3E80;
    font-weight: bold;
    font-size: 20px;
}
.underprice{
    text-decoration: line-through;
}
/*.buy-fast {
    border: 1px solid #3567d7;
    color: #3567d7;
    text-align: center;
    font-size: 15px;
    border-radius: 7px;
    padding: 7px;
    cursor: pointer;
}*/
/*.buy-fast:hover{
    background: #3567d7;
    color: #fff;
}*/
.aboutfoot {
    background: #f9f9f9;
    padding: 15px 0;
    margin-top: 50px;
}
.foot-gioithieu b,
.foot-htkh b,
.foot-dvvc b,
.foot-cttt b {
    font-size: 18px;
    text-transform: uppercase;
}
.menufoot > ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.menufoot > ul > li {
    font-size: 14px;
    line-height: 25px;
}
.menufoot > ul > li > a{
    font-size: 14px;
    color: #333;
}
.menufoot > ul > li > a:hover{
    text-decoration: none;
    color: #3567d7;
}
.dvvc-inside {
    display: flex;
    margin-bottom: 10px;
}
.dvvc-inside a {
    width: 90px;
    height: 100%;
    display: block;
    padding-right: 5px;
}
.dvvc-inside img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footmain {
    padding: 25px 0;
}
.divflex{
    display: flex;
}
.foot-thongtin h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.foot-thongtin {
    margin-left: 20px;
}
.foot-thongtin b {
    color: #000;
    font-size: 14px;
}
.foot-thongtin p {
    font-size: 14px;
}
.foot-bct {
    width: 150px;
    height: 50px;
    margin-top: 45px;
}
.foot-bct img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.foot-ketnoi{
    font-size: 16px;
    text-transform: uppercase;
}
.footsocial a {
    padding-left: 29px;
}
.footsocial {
    margin-top: 15px;
}
.copyright {
    text-align: right;
    font-size: 13px;
}
.copyright a {
    color: #333;
}
.copyright a:hover {
    color: #2a6496;
    text-decoration: none;
}
.copyall {
    background: #f9f9f9;
    padding: 15px 0;
}
span.cart-price {
    position: absolute;
    left: 80px;
    top: 6px;
    font-size: 14px;
    width: fit-content;
}


/**************/
.home-shop-pic{
    position: relative;
    display: block;
}
.home-shop-pic img {
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 5px 0 5px 0;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px 5px 0 0;
}
.box-thumb-hover {
    width: 100%;
    height: 100%;
    background-position: -265px 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
div.box-thumb-hover:hover {
    background: url(../images/glass.png) no-repeat scroll 265px 0 transparent;
    transition: all 1.2s ease-in-out 0s;
    -moz-transition: all 1.2s ease-in-out 0s;
    -webkit-transition: all 1.2s ease-in-out 0s;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;

}
.cart-header-count{
    background:#f5a623;
    color:#fff; 
    line-height: 11px;
}
/******************/
.moon-pic {
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 25px;
}
.moon-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.proshop {
    font-size: 24px;
}
div#price-preview e {
    text-decoration: line-through;
    font-size: 16px;
    color: #ccc;
}
div#price-preview span {
    color: #EE3E80;
    font-weight: bold;
    font-size: 25px;
}

.select-wrapper label {
    font-size: 20px;
}
.catnhom{
    /* background: linear-gradient(to right,#ee3e80 0,#ff6ea4 100%); */
    /* padding: 10px; */
    /* margin: 20px 0; */
    padding: 0 0  0 12px;
    height: 15px;
}
.catnhom a {
    color: #333;
    font-size: 14px;
}
.catnhom a:hover{
    text-decoration: none;
    color: #E13475;
}
.catnhom i {
    color: #333;
    padding: 0 10px;
}
.gcmp-khampha {
    /*padding: 20px 0;*/
}
.owl-controls {
    top: -77px !important;
}
.owl-prev {
    right: 0 !important;
    position: relative;
    top: 87px;
    left: -20px;
    border: none;
}
.shopdetail-text {
    font-size: 16px;
}
.nhomcha{
    margin-bottom: 20px;
}
.nhomcha h3{
    border-left: 5px solid;
    padding-left: 10px;
}
.nhomcha a:hover{
    text-decoration: none;
}
.clearfix.line3 {
    margin-bottom: 30px;
}
.tintuc-lq-title h2 {
    font-size: 20px;
    border-bottom: 3px double #ccc;
    width: fit-content;
    margin: 15px 0px 10px 0;
    font-weight: bold;
}
.module-in-title-left span {
    font-size: 25px;
}
.tintuc-detail-text {
    padding: 10px 0 30px 0;
    font-size: 16px;
}
.tintuc-lq-text a {
    font-size: 16px;
}
.tintuc-lq-text {
    margin-bottom: 10px;
}
td.giohang-pic img {
    max-width: 56px;
}
/***nut-muhang******/
.nutmuahang span {
    background: #3567d7 !important;
    color: #fff !important;
    padding: 10px 15px !important;
    border-radius: 5px;
    position: absolute;
    top: 25%;
    left: 120px;
    width: 120px;
    transition: all .5s ease;
    opacity: 0;
    cursor: pointer;
}
.home-shop-pic:hover .nutmuahang span {
    left: calc(50% - 60px)!important;
    opacity: 1;
}
.home-shop-pic:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/***nut-muhang-end******/
a.button.checkout.wc-forward {
    background: #EF4283;
}
.catnhom h3 {
    color: #fff;
    text-transform: uppercase;
}
.display-giohang td {
    vertical-align: middle !important;
    font-size: 16px;
}
.muasp-ngay a,
.muasp-ngay a:hover {
    background: #A17404;
    color: #fff;
    border: 1px solid #A17404;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-striped tr:nth-of-type(2n+1) {
    background-color: #f7f7f7;
}


.table-striped tr td{
    font-size: 15px;
}
.detailpic-group > ul > li > a > img {
    width: 100%;
    height: 100%;
    padding: 5px;
    object-fit: contain;
}
.detailpic-group > ul > li {
    display: table-cell;
    border: 1px solid #ddd;
    margin: 0 3px;
    float: left;
    border-radius: 5px;
    height: 70px;
    width: calc(100%/6);
    vertical-align: middle;
    padding: 1px;
    width: 71px;
}
.detailpic-group > ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
}
.detailpic-group {
    margin-top: 10px;
}
.menupic {
    width: 100%;
    height: 52px;
    border: 1px solid #cbbcbc;
    border-radius: 5px;
    margin-bottom: 14px;
}
.menupic:hover{
    box-shadow: 2px 5px 10px 0 rgb(0 0 0 / 30%);;
}
.menupic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 3px;
}
.foot-trust img {
    max-width: 150px;
}
.headcolor {
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
}
.headcolor:hover{
    text-decoration: none;
    color: #fff;
}
span.linestore.mr-4 {
    margin-right: 15px;
}
strong.font-16 {
    font-size: 19px;
    margin-right: 5px;
}
/**************/
.headtop-global{
    border-bottom: 1px solid #cccccca6;
    height: 80px;
    width: 100%;
}
.headtop{
    height: 80px;
    max-width: 1400px;
    margin: 0 auto;
}
.wicon {
    height: 80px;
    padding: 13px 0;
}
.head-rightmenu{
    text-align: right;
}
.head-rightmenu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 80px;
}
.head-rightmenu > ul > li {
    display: inline-flex;
    padding: 0 10px;
    line-height: 80px;
}
.head-rightmenu > ul > li > a {
    font-size: 18px;
}
.head-rightmenu > ul > li > a > i {
    color: #c9c2c2;
    font-size: 22px;
}
.faymenu-new > ul {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0;
width: 98%;}

.faymenu-new > ul > li {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    position: relative;
    height: 80px;
}
.faymenu-new > ul > li:hover > a {
    color: #dd1a5b !important;
}
.faymenu-new > ul > li:hover > ul{
    display: block;
}
.faymenu-new > ul > li > ul{
     display: none;
     position: absolute;
     top: 80px;
     left: 0;
     width: 250px;
     padding: 0;
     margin: 0;
     list-style: none;
     background: #fff;
     box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
     z-index: 999;
}

ul {}
.faymenu-new > ul > li > ul > li{
    height: 45px;
    text-align: left;
    line-height: 45px;
}
.faymenu-new > ul > li > ul > li > a{
    color: #000;
    display: block;
    padding-left: 10px;
    font-size: 14px;
}
.faymenu-new > ul > li > ul > li > a:hover {
    background: #A17404;
    color: #fff;
}
.faymenu-new > ul > li > a {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    /* font-family: concung !important; */
}

.faymenu-new > ul > li > a > i {
    font-size: 25px;
    padding: 9px 0 0 0;
}
.faymenu-new > ul > li > a:hover{
    color: #a17404;
}
.faymenu-new > ul > li.homecart > a{
    color: #a17404 !important;
}
.slide-right{
    background: #d6d6d6;
    height: 300px;
}
.web-slide div.nivo-controlNav{
    display: none;
}
.srighttext {
    border-bottom: 3px double;
}
.srighttext span {
    font-weight: bold;
    font-size: 17px;
}
.xem-pan {
    background: #d91a5d;
    padding: 8px 0;
    text-align: center;
}
.xem-pan a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.srighttext-content {
    height: 200px;
    padding: 20px 0 25px 0;
    font-size: 18px;
}
.global-banggiahost {
    width: 750px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 3px double #ccc;
    margin-bottom: 70px;
}

.global-banggiahost span {
    color: #A17404;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.global-banggiahost p{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #F5893A;
}
.shopglobal-main {
    /*border-top: 1px solid #2971BD;
    border-radius: 25px 25px 30px 31px;
    border-right: 1px solid #2971BD;
    border-left: 1px solid #2971BD;
    border-bottom: 17px solid #2971BD;*/
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    background: #fff;
}

.shoptitle {
    /* background: #2971BD; */
    padding: 20px;
    border-radius: 8px 8px 0 0;
    text-align: center;
    position: relative;
}

.shoptitle a {
    font-size: 25px;
    color: #fff;
}
.shoptop1{
    height: 102px;
    background: #CEDDEC;
    padding: 15px;
    color: #2971BD;
}
.shoptop1-detail1 {
    font-size: 25px;
    text-align: center;
    border-bottom: 1px solid #2971BD;
    /*color: #2971BD;*/
    margin: 0 28px 0 10px;
}
.xbanggia2 div.shoptop1-detail1{
    border-bottom: 1px solid rgb(255, 75, 100);
}
.xbanggia1 div.shoptop1-detail1 b {
    color: rgb(41, 113, 189);
}
.shoptop1-detail2{
    font-size: 18px;
    text-align: center;
    margin-right: 20px;
}
.host-rightout {
    font-size: 17px;
    /*background: #CEDDEC;*/
    color: #5a5757;
}
.global-hosttab td{
    padding: 0!important;
}
.global-hosttab {
    padding: 2px 0 0 14px;
}
.hostingMain{
    padding: 30px 0 50px 0;
}
.hostingMain img{
    width: 30px;
    height: 30px;
}
.insideHost {
    border-bottom: 1px dotted #ccc;
    margin: 0 10px;
    padding: 10px 0;
}
.col-md-6.padd0.host-label span {
    font-size: 1.4em;
    color: #666;
    padding: 0px 0 0 5px;
    display: inline-block;
    top: 4px;
    position: relative;
}
.iquestion {
    background: url(../images/pavietnam.png) -216px -272px no-repeat;
    padding-left: 16px;
    padding-bottom: 5px;
    cursor: pointer;
}
.sscnang {
    text-align: center;
    font-size: 20px;
    color: #666;
    margin: 18px 0 0px 0;
}
.sscnang i{
    font-size: 50px;
    color: #666;
}
.ssdangky {
    text-align: center;
    margin-top: 25px;
}
.ssdangky a {
    background: rgb(41, 113, 189);
    color: #fff;
    padding: 11px 50px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
}
.global-hinside {
    padding: 0 40px;
    margin-bottom: 40px;
}
.global-hosttab td {
    border-top: none !important;
}
.host-rightout b{
    color: #000;
}
.host-label img {
    height: 20px;
    width: 20px;
}
.hosthome-info {
    padding-left: 17px;
    margin-top: 20px;
    font-size: 18px;
    padding-bottom: 40px;
}
.banggiahost-content {
    text-align: center;
    margin-bottom: 10px;
}
.banggiahost-content span {
    font-size: 19px;
}
.global-hinside table  tr.active td {
    vertical-align: middle !important;
    font-size: 1.3em;
    color: #000000bd;
    border: 1px solid #fff !important;
    height: 35px;
    padding: 10px 4px !important;
}
.global-hinside table tr td:nth-child(1){
    text-align: left !important;
    color: #000;
    font-size: 16px;
    line-height: 17px;
    vertical-align: middle;
}
.global-hinside table tr td {
    text-align: center;
    height: 30px !important;
    font-size: 16px;
    color: #666;
    vertical-align: middle;
}
.E-vippro table tr td{
    width: 14% !important;
}
.global-hinside table tr.active td:nth-child(1) {
    text-align: left !important;
    background-color: #eee;
    width: 20%;
    color: #666;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.global-hinside td b {
    font-weight: bold;
    font-size: 16px;
    color: #5a5757;
}
.bgwhite{
    background: #fff;
}
.hostem{
    text-align: center;
    color: #fff !important;
}
.global-hinside table tr.active td:nth-child(2),
.global-hinside table tr.active2 td:nth-child(2){
    background-color: #2b73bb;
}
.global-hinside table tr.active td:nth-child(3),
.global-hinside table tr.active2 td:nth-child(3){
    background-color: rgb(255, 75, 100);
}
.global-hinside table tr.active td:nth-child(4),
.global-hinside table tr.active2 td:nth-child(4){
    background-color: rgb(218 69 36);
}
.global-hinside table tr.active td:nth-child(5),
.global-hinside table tr.active2 td:nth-child(5){
    background-color: rgb(0,139,50);
}
.global-hinside table tr.active td:nth-child(6),
.global-hinside table tr.active2 td:nth-child(6){
    background-color: rgb(32,140,142);
}
.global-hinside table tr.active td:nth-child(7),
.global-hinside table tr.active2 td:nth-child(7){
    background-color: rgb(253,149,2);
}
.global-hinside table tr.active td:nth-child(8),
.global-hinside table tr.active2 td:nth-child(8){
    background-color: #e30e0e;
}
.global-hinside table tr.active td:nth-child(9),
.global-hinside table tr.active2 td:nth-child(9){
    background-color: #069;
}
.global-hinside table tr.active td a{
    font-size: 1.1em;
    color: #fff;
}
.category-slide{
    align-items: center;
    background-size: cover !important;
    display: flex;
    min-height: 440px;
    opacity: 1;
    overflow: hidden;
    position: relative;
    background-position: 50%;
    background:url(../images/hosting_new_hero-xl.png) center no-repeat;
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}
.category-sout{
    height: 440px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    transition: opacity 1s ease-in;
}
.dongchan{
    background: #fff;
    height: 50px;
}
.dongle{
    background: #eee;
    height: 50px;
}
.dongchan.active2 td a{
    color: #fff;
}
.hostmore {
    width: 1050px;
    margin: 0 auto;
    background: #eee;
}
.hostmore .col-md-3 {
    border-right: 2px solid #fff;
}
.hostmore-x1 {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    color: #000;
}
.hostmore-x2 {
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: green;
}
.hostmore-line {
    border-bottom: 2px solid #ccc;
    margin: 0 18px;
}
.htluu {
    text-align: center;
    padding: 10px 0 30px 0;
    font-size: 16px;
}
.gthost-pic img {
    height: 60px;
}
.gthost-title {
    color: green;
    font-size: 20px;
    padding: 10px 0 25px 0;
}
.gthost-noidung {
    font-size: 17px;
    padding: 0 16px;
    color: #212121;
}
.question-now {
    border-bottom: 4px double #555;
    position: relative;
    height: 20px;
    margin-bottom: 50px;
}
.question-now span {
    background: #f2f2f2;
    position: absolute;
    top: 3px;
    padding-right: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.question {
    background: #ddd;
    padding: 7px 10px;
    position: relative;
    cursor: pointer;
}
.question span {
    color: #000;
    font-size: 16px;
}
.question i {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all .3s;
}
.question-extra {
    margin-bottom: 20px;
}
.answer {
    font-size: 15px;
    line-height: 30px;
    background: #f5f5f5;
    padding: 10px;
    display: none;
}
.hvanphong{
    background: #111;
    padding: 30px 0;
}
.vpnoidung {
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
}
.vpnoidung b {
    font-family: 'concung';
    font-size: 22px;
}
.maildk-global {
    padding: 15px 0;
}
.maildk {
    background: #f49020 !important;
    color: #fff !important;
    border-radius: 5px !important;
    font-size: 16px !important;
}
.maildk:hover{
    background: #dd1a5b;
}
.footnhom{
    background: #00a4a6;
    padding: 30px 0;
}
.finfo-now h3 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 30px;
}
.finfo-now {
    padding: 0 10px;
}
.finfoinside > ul {
    padding: 0;
    list-style: none;
}
.finfoinside > ul > li {
    padding: 0;
    margin-bottom: 15px;
}
.finfoinside > ul > li > a {
    color: #fff;
    font-size: 13px;
}
.fcongty-inside {
    padding: 0 25px 15px 25px;
    font-size: 13px;
    color: #fff;
}
.fcopyright {
    border-top: 1px solid #fff7f757;
    padding: 15px 24px;
    color: #fff;
    font-size: 13px;
}
.fcopyright h5 {
    font-size: 13px;
}

.homedm > ul {
    display: flex;
    list-style: none;
}
.homedm-pic {
    text-align: center;
    height: 130px;
    width: 100%;
}
.homedm > ul > li {
    width: 20%;
    text-align: center;
}
.homedm-pic img {
    max-width: 132px;
}
.homedm-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.homedm-title a {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}
.homedm-title {
    margin: 10px 0;
}
.homedm-title a:hover {
    color: #dd1a5c;
}
.sdomain-global{
    background-image: url(../images/bg-sdomain.jpg);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 50px 0;
}
.sdomain-inside{
    width: 1200px;
    margin: auto;
}
.box-input-domain {
    box-sizing: border-box;
    padding: 0 25px 20px 25px;
    width: 80%;
    margin: 0 auto;
}
div.slogan h1 {
    font-size: 2em;
    margin: 0 0 10px 0;
    color: #A17404;
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
div.slogan h2 {
    font-size: 1.5em;
    margin: 0;
    color: #333;
    text-shadow: 1px 1px 0 rgb(255 255 255 / 25%);
    text-align: center;
    font-weight: bold;
}
form.formsearch {
    margin-top: 25px;
    position: relative;
}
input.form-control.homeinput {
    border: solid 3px #ccc;
    border-radius: 0;
    height: 45px;
    padding-left: 130px;
    font-size: 18px;
}
.homeinput.host{
    font-size: 14px !important;
    padding-left: 10px !important;
}

button.btn.btn-default.homesearch {
    background: #DD1A5B;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 3px;
    top: 3px;
    height: 39px;
}
.conong{
    position: absolute;
    left: -25px;
    bottom: -8px;
    transform: scaleX(-1);
}
.conong img {
    width: 115px;
}
.topright img {
    max-width: 100%;
    height: auto;
}
.imgcom{
    vertical-align: middle !important;
}
.textcom {
    background: #0567a6;
    text-align: center;
}
td.textcom p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
.pricecom {
    color: #b4ddf4;
    font-size: 25px;
    text-align: center;
}
.textcom2{
    background: #FFC806;
}
.pricecom2 {
    color: #000;
    font-size: 25px;
    text-align: center;
}
.submain {
    position: relative;
}
.hotgift img {
    max-width: 41px;
}
.hotgift {
    position: absolute;
    right: 38px;
}
.htenmien-slide > ul {
    display: flex;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    padding: 0 20px;
}
.htenmien-slide > ul > li {
    width: 33%;
    border-right: 1px solid #ccc;
    margin: 0 5px;
}
.subslide {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.col-md-6.linebo {
    font-size: 16px;
    text-decoration: line-through;
}
.col-md-6.mauhong {
    font-weight: bold;
    color: #dc1a5b;
    font-size: 18px;
}
.htenmien-slide > ul > li:nth-child(3) {
    border-right: none;
}
.xanhnhat{
    background: #ecf4fa;
}
.vsc-content h2 {
    font-size: 35px;
    font-weight: bold;
}
.vsc-content {
    font-size: 16px;
    line-height: 25px;
}
.timsutg button {
    background: #A17404;
    color: #fff;
    padding: 15px 35px;
    font-size: 16px;
}
.timsutg button:hover {
    background: #282626 !important;
    color: #fff;
}
.timsutg {
    margin-top: 30px;
}
.foot-social {
    text-align: right;
    padding: 0 15px;
    margin-top: 16px;
    position: relative;
    margin-bottom: 50px;
}
.customepic {
    padding: 0 30px;
    margin: 30px 0 0 0;
}
.custome2 img {
    width: 100%;
    height: auto;
}
.cr-content {
    text-align: center;
}
.cr-content h2 {
    font-size: 25px;
    margin-bottom: 25px;
    padding: 0;
}
.cr-content p {
    font-size: 16px;
    margin-bottom: 0;
}
.cr-content.cr2 {
    padding: 0px 45px;
    margin-bottom: 50px;
}
.cr-content.cr2 p {
    text-align: justify;
}
.cr-content.cr2 h2 {
    margin: 60px 0 40px 0;
}


.sidetitle {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}
.sidetitle a{
    color: #333;
    font-size: 25px;
}
.sidetext {
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
}
.sidepic {
    height: 350px;
    width: 100%;
}
.sidepic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.inside-cuscut {
    margin-bottom: 40px;
}
.foot-vihan {
    position: absolute;
    padding: 8px 0;
}
.footmain-W{
    background: #00a4a6;
}
.topleft img {
    width: 100%;
    height: auto;
}
.padd30{
    padding: 0 30px;
}
button.homesearch {
    background: #A17404;
    position: absolute;
    right: 3px;
    top: 3px;
    height: 39px;
    color: #fff;
    font-size: 15px;
}
.hostsearch{
    background: #A17404 !important;
    right: 3px;
    top: 3px;
    height: 39px;
    color: #fff !important;
    font-size: 15px;
    width: 100%;
    border: none;
}
.checkdomain div {
    font-size: 12px !important;
    padding: 12px;
}
.checkdomain div td{
    line-height: 25px;
    font-size: 14px;
}
.bgnhom-top{
    background-image: url(../images/bgnhom.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.picsli {
    text-align: center;
    padding: 20px 0;
}
.picsli-top {
    text-align: center;
    padding: 0 0 30px 0;
}
.picsli-top h1 {
    padding: 20px 30px;
    text-transform: uppercase;
}
p.template-shop-desc {
    font-size: 21px;
}
.mainweb-wbh {
    padding: 30px 80px;
}
.center{
    text-align: center;
}
.page-gioithieu-wbh{
    background: #F6F6F6;
    margin: 70px 50px;
    border-radius: 15px;
    padding: 30px;
}
.gtwbh-insidemain{
    background: #fff;
    border-radius: 15px;
    padding: 0 0 10px 0;
    min-height: 450px;
    margin-bottom: 30px;
}
.page-wbhinside {
    text-align: center;
    padding: 20px 0;
    height: 230px;
    width: 100%;
}
.page-wbhinside img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.pagetextzx {
    /*text-align: center;*/
    padding: 0 10px;
    font-size: 16px;
    line-height: 25px;
}
.pagetitlexs {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
}
.gold-gift img {
    width: 95%;
}
.gold-gift {
    padding: 70px 0 50px 0;
}
.xtieude {
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0 10px 0;
}
.xtieudetexts {
    font-size: 17px;
    line-height: 30px;
}
.xtieude2 {
    font-size: 24px;
    font-weight: 500;
    margin: 40px 0 10px 0;
}
.tnnbpic img {
    max-width: 110px;
}
.tnnbpic {
    text-align: center;
height: 80px;}
.tnnbtitle {
    text-align: center;
    padding: 20px 0 0 0;
}
.tnnbtext {
    font-size: 16px;
    line-height: 29px;
   /*font-family: Roboto Condensed;*/
}
.chudetkw-global {
    background: #3b52f8;
    padding: 50px 0;
    color: #fff;
}
.chudetkwtle {
    text-align: center;
    padding-bottom: 40px;
}
.chudetkw-content {
    padding: 0 110px;
}
.chudemenu > ul > li {
    padding-bottom: 15px;
}
.chudemenu > ul > li > a {
    color: #fff;
    font-size: 16px;
}
.chudemenu > ul > li > a:hover{
    color: #e9e3e3;
}
.mauwebsite {
    padding: 50px 0;
    text-align: center;
}
.insidews {
    padding: 10px 90px 70px 90px;
}
.insidews {
    padding: 10px 90px 70px 90px;
}
.webspic {
    width: 100%;
    height: auto;
}
.webspic img {
    width: 100%;
}
.webstitle {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 0;
}
.product-button-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}
.prod-img-wrap {
    position: relative;
}
.prod-img-wrap:hover:before {
    background: rgba(255,255,255,0.6);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.prod-img-wrap:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.webproduct:hover .product-button-wrap{
    bottom: 50%;
    opacity: 1;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.webdangky {
    opacity: 0;
    bottom: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    position: relative;
    opacity: 1;
    color: #aaa;
   /* font-family: "Roboto Condensed";*/
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    padding: 14px 67px;
    background: #056ac3;
    color: #fff;
    border-radius: 2px;
}
.detail_pro_button {
    background: #F58220 !important;
    opacity: 0;
    bottom: -40px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    position: relative;
    opacity: 1;
    color: #aaa;
    /*font-family: "Roboto Condensed";*/
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    padding: 14px 50px;
    color: #fff;
    border-radius: 2px;
}
.product-button-wrap a:hover{
    text-decoration: none;
    color: #fff;
}
.col-md-3.webproduct {
    overflow: hidden;
}
/***web-doanhnghiep*************/
.slide-webdn{
    background-image: url(../images/slide-webdn.jpg);
    position: relative;
    padding: 190px 0 140px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.slide-webdn:before {
    content: " ";
    position: absolute;
    background: rgba(34,34,34, .3);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.alignC.webdn-xcontent {
    z-index: 1;
    position: relative;
}
.alignC.webdn-xcontent h4 {
    padding: 10px 0;
}
.webdn-ndk{
    background: #137cc0 !important;
    border-radius: 20px !important;
    color: #fff !important;
    letter-spacing: 1.5px;
    font-family: system-ui;
}
.webdn-ndk:hover{
    color: #000 !important;
}
.circle-item {
    border-radius: 5px;
    box-shadow: #f6f6f6 0 0 10px 5px;
    padding: 30px 10px;
    text-align: center;
    min-height: 355px;
}
.circle-icon img {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
}
.circle-item h3 {
    position: relative;
    padding-bottom: 10px;
}
.font-alt2 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
}
.circle-item h3:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #1f4666;
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: auto;
}
.circle-item p {
    padding: 10px;
    min-height: 100px;
    overflow: hidden;
    font-size: 15px;
    line-height: 25px;
}
.gpdn-global {
    padding: 0 100px 80px 100px;
}
.features-title {
    /*text-transform: uppercase;*/
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
}
.content-left-right h2:after {
    content: "";
    display: block;
    height: 1px;
    background: #46ae39;
    width: 100px;
    border: 1px solid #0a70ab;
    top: 5px;
    position: relative;
}
.tintuc-gpdnx img {
    width: 100%;
}
.tintuc-gpdnx {
    padding-top: 30px;
}
.gpdnwus {
    padding: 0 100px;
}
p.font-14 {
    font-size: 16px;
    line-height: 29px;
    /*font-family: Roboto Condensed;*/
}
#ribbon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
#ribbon .section-overlay-layer {
    background-color: rgba(0,0,0,0.5);
    height: inherit;
    width: inherit;
    padding: 118px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.home-prod-title-1 {
    color: #ff4228 !important;
    font-weight: 900;
}
.module-title {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    color: #111;
    margin: 0 0 70px;
}
.font-serif {
    font-family: Volkhov, "Times New Roman", sans-serif;
    font-style: italic;
    color: #fff;
}
.bgbtn-left:hover {
    color: #0269c2;
}
.btn-ribbon:hover {
    opacity: 0.9;
    color: #fff;
}
.bgbtn-left {
    background-color: #FFF !important;
    margin-right: 10px !important;
    color: #0269c2 !important;
    padding: 15px 20px !important;
    letter-spacing: 1px !important;
    border-radius: 9px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}
.bgb-right {
    background: #0269c2 !important;
    color: #fff !important;
    padding: 15px 20px !important;
    font-weight: 400 !important;
    /*font-family: "Roboto Condensed";*/
    font-size: 16px !important;
    text-transform: none;
    letter-spacing: 1px !important;
    border-radius: 9px !important;
}
.cancho-webdnpic img {
    max-width: 50px;
}
.cancho-webdntext {
    text-align: justify;
    font-size: 17px;
    line-height: 30px;
    /*font-family: Roboto Condensed;*/
}
.cancho-webdntitle h4 {
    font-weight: bold;
    font-size: 18px;
}

.slide-quanlyweb {
    background-image: url(../images/slide-quanlyweb.jpg);
    position: relative;
    padding: 190px 0 140px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.slide-quanlyweb:before {
    content: " ";
    position: absolute;
    background: rgba(34,34,34, .3);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.qlwpic {
    text-align: center;
    min-height: 200px;
}
.qlwtitle {
    text-align: center;
    font-size: 20px;
    /*font-family: Roboto Condensed;*/
    font-weight: bold;
    padding: 10px 0;
}
.qlwtext {
    font-size: 16px;
    text-align: center;
    /*font-family: Roboto Condensed;*/
}
h2.qlwasx::after {
    margin: 10px auto;
}
.td-bg-2 {
    background: #ea4235;
    color: #fff;
    /*font-weight: bold;*/
    text-align: center;
}
.td-bg-3 {
    background: #fbbd06;
    color: #fff;
    /*font-weight: bold;*/
    text-align: center;
}
.td-bg-4 {
    background: #34a855;
    color: #fff;
    /*font-weight: bold;*/
    text-align: center;
}
.banggiaweb td{
    width: 33%;
    font-size: 16px;
    /*font-family: Roboto Condensed;*/
    text-align: center;
    vertical-align: middle !important;
    padding: 10px !important;
}
tr:nth-child(2n+2) {
   /* background: #f6f6f6;*/
    height: 45px;
}
/***tangview-choweb*************/
.tangview-choweb{
    background-image: url(../images/header-tangview.jpg);
    position: relative;
    padding: 110px 0 140px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.tangview-choweb:before {
    content: " ";
    position: absolute;
    background: rgba(34,34,34, .3);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.tangview-choweb h1{
    margin-bottom: 40px;
}
.tangviewpic {
    width: 1000px;
    margin: 0 auto;
}
.tangviewpic img {
    width: 100%;
    height: auto;
}
.tangview-now {
    padding: 60px 100px 0 100px;
}
.tangview-now p {
    font-size: 30px;
    color: #666;
}
.quangcaoxbal {
    padding: 50px 100px;
}
.tangviewtext {
    font-size: 17px;
    line-height: 25px;
}
.slide-ecatalog {
    background-image: url(../images/slide-ecatalog.jpg);
    position: relative;
    padding: 190px 0 140px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.slide-ecatalog:before {
    content: " ";
    position: absolute;
    background: rgba(34,34,34, .3);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.btnbg-a {
    background: #ff8a00;
    color: #fff;
    border-radius: 5px;
    padding: 7px 26px;
    font-size: 16px;
}
.slide-hosting {
    background-image: url(../images/slide-hosting.jpg);
    position: relative;
    padding: 190px 0 140px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.slide-hosting:before {
    content: " ";
    position: absolute;
    background: rgba(34,34,34, .3);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.td-bg-5 {
    background: #4385f6;
    color: #fff;
}
.td-bg-6 {
    background: #e30e0e;
    color: #fff;
}
.td-bg-7 {
    background: #dd1a5b;
    color: #fff;
}
.banggiahost td {
    font-size: 17px;
    text-align: center;
    vertical-align: middle !important;
}
.fontalt-unlimited{
    font-weight: bold;
}
.goihosting {
    padding: 0 60px;
    background: #f6f6f6;
}
.goihosting {
    padding: 30px 60px;
    background: #f6f6f6;
}
.hosticon {
    background: #aaa;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 7px 0;
    font-size: 20px;
    /* margin-top: 15px; */
    position: absolute;
    top: 10px;
    right: 5px;
}
.hosticon:hover {
    background: #dd1a5b;
    color: #fff;
    cursor: pointer;
}
.goihost-title h4 {
    color: #666;
    font-size: 20px;
}
.goihost-title h4:hover {
    color: #000;
    cursor: pointer;
}
.goihost-webdntext p {
    font-size: 15px;
}
.alignC {
    text-align: center;
    /*font-family: Roboto Condensed;*/
}
.alignC.padd50 {
    padding: 50px 0;
}
.colorwhite{
    color: white;
}
.slide-deluxe {
    background-image: url(../images/slide-deluxe.jpg);
    position: relative;
    padding: 190px 0 140px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.slide-deluxe:before {
    content: " ";
    position: absolute;
    background: rgba(34,34,34, .3);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.slide-unlimited {
    background-image: url(../images/slide-unlimited.jpg);
    position: relative;
    padding: 190px 0 140px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.slide-unlimited:before {
    content: " ";
    position: absolute;
    background: rgba(34,34,34, .3);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.slide-domain {
    background-image: url(../images/slide-domain.png);
    position: relative;
    padding: 150px 0 140px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.slide-domain:before {
    content: " ";
    position: absolute;
    background: rgba(34,34,34, .3);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.banggia-domain{
    padding: 0 100px;
}
.banggia-domain td,
.banggia-domain th  {
    width: 20%;
    text-align: center !important;
    vertical-align: middle !important;
    font-size: 17px;
    height: 45px;
}
.banggia-domain th{
    border-top: none !important;
}
.dangky{
    /*background: #A17404;*/
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    font-size: 15px;
}
.dangky:hover{
    color: #000;
}
.slide-mail {
    background-image: url(../images/slide-mail.jpg);
    position: relative;
    padding: 190px 0 140px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.slide-mail:before {
    content: " ";
    position: absolute;
    background: rgba(34,34,34, .3);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.banggiamail,
.cate-thietkeweb{
    padding: 0 100px;
}
.banggiamail td{
    /* width: 17%; */
    text-align: center;
    vertical-align: middle !important;
    font-size: 17px;
    height: 45px;
}
.cate-thietkeweb td{
    width: 20%;
    text-align: center;
    vertical-align: middle !important;
    font-size: 17px;
    height: 45px;
}
.slide-lienhe {
    background-image: url(../images/slide-lienhe.jpg);
    position: relative;
    padding: 190px 0 140px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.slide-tintuc {
    /*background-image: url(../images/slide-tintuc.jpg);
    background-position: 50% 50%;*/
    background-image: url(../images/slide-blog.jpg);
    position: relative;
    padding: 140px 0 140px;
    background-repeat: no-repeat;
    background-position: 50% 24%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.slide-lienhe:before {
    content: " ";
    position: absolute;
    background: rgba(34,34,34, .3);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.lienhe-xglobal {
    padding: 50px 100px;
    font-size: 16px;
}
.lienhe-xglobal p {
    margin-bottom: 20px;
}
.banggiahost > table > tr > td {
    padding: 0px;
}
tr.finish{
    height: 7px !important;
}
tr.finish td{
    padding: 0 !important;
}
table.tablemargin0{
    margin-bottom: 0;
}
.goihost-title {
    position: relative;
    /*min-height: 100px;*/
}
.monthhost {
    font-size: 15px;
}
.goihost-title div.texthost {font-size: 22px;}

.goihost-webdntext {margin-bottom: 30px;}

.goihost-webdntext div.texthost {font-size: 14px;}

.shopglobal-main.banggia1 {
    border: 1px solid rgb(41, 113, 189);
    border-radius: 10px;
}
.banggia1 div.shoptitle{
    background: rgb(41, 113, 189);
}
.xbanggia1 td{
    background: #CEDDEC;
}


.shopglobal-main.banggia4 {
    border: 1px solid rgb(0,139,50);
    border-radius: 10px;
}
.banggia4 div.shoptitle {
    background: rgb(0,139,50);
}
.shoptop1.xbanggia4 {
    background: rgb(0,139,50,0.2);
    color: rgb(0,139,50);
}
.xbanggia4 div.shoptop1-detail1 {
    border-bottom: 1px solid rgb(0,139,50);
}




.shopglobal-main.banggia5 {
    border: 1px solid rgb(32,140,142);
    border-radius: 10px;
}
.banggia5 div.shoptitle {
    background: rgb(32,140,142);
}
.shoptop1.xbanggia5 {
    background: rgb(32,140,142,0.2);
    color: rgb(32,140,142);
}
.xbanggia5 div.shoptop1-detail1 {
    border-bottom: 1px solid rgb(32,140,142);
}



.shopglobal-main.banggia6 {
    border: 1px solid rgb(253,149,2);
    border-radius: 10px;
}
.banggia6 div.shoptitle {
    background: rgb(253,149,2);
}
.shoptop1.xbanggia6 {
    background: rgb(253,149,2,0.2);
    color: rgb(253,149,2);
}
.xbanggia6 div.shoptop1-detail1 {
    border-bottom: 1px solid rgb(253,149,2);
}



.shopglobal-main.banggia2 {
    border: 1px solid rgb(255, 75, 100);
    border-radius: 10px;
}
.banggia2 div.shoptitle{
    background: rgb(255, 75, 100);
}

.shopglobal-main.banggia3 {
    border: 1px solid rgb(218 69 36);
    border-radius: 10px;
}
.banggia3 div.shoptitle{
    background: rgb(218 69 36);
}
.shoptitle img {
    max-width: 40px;
    position: absolute;
    right: 30px;
}
.shoptop1.xbanggia2 {
    background: rgb(255, 75, 100,0.2);
    color: rgb(255, 75, 100);
}
.shoptop1.xbanggia3{
    background: rgb(218,69,36,0.2);
    color: rgb(218 69 36);
}
.xbanggia3 div.shoptop1-detail1 {
    border-bottom: 1px solid rgb(218 69 36);
}

div#fadein_fadeout {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999999;
    background: #34a855;
    color: #fff;
}
span.showcard {
    position: absolute;
    height: 30px;
    width: 30px;
    /*top: -49px;*/
    right: 6px;
    color: #dd1a5b;
    bottom: 70px;
}
.alert-danger {
    background-color: #4bd3e9;
    border-color: #ebccd1;
    color: #212121;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}
/*a.shopcart {
    position: relative;
}*/
.iconfa i{
    font-size: 25px;
    color: #000;
}
.muasp-ngay {
    text-align: right;
    margin-bottom: 20px;
}
.popup-host {
    position: fixed;
    margin: 40px 120px;
    top: 0;
    width: 81%;
    background: #fff;
    min-height: 550px;
    display: none;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 6px;
}
.popup-host.open{
    display: block;
    z-index: 9999;
}
div.line.grey {
    border-color: #ccc;
}
div.line.fc {
    width: 50%;
}
div.line {
    height: 5px;
    border-top: 5px double #ccc;
    margin: 15px auto 20px auto;
}
.host-tieude {
    text-align: center;
    color: #A17404;
    font-size: 22px;
    font-weight: bold;
    margin-top: 100px;
}
.chosen-domain {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.hostbody-inside {
    width: 50%;
    padding: 25px;
    background-color: #e5e5e5;
    border: 1px solid #d0d0d0;
    box-shadow: 4px 4px 0 rgb(0 0 0 / 8%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
.host-close {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 26px;
    cursor: pointer;
}
.padd30{
    padding: 30px 0;
}
.padd40{
    padding: 40px 0;
}
.button_cart{
    background: #A17404 !important;
    color: #fff !important;
}
.accept_reg,
.checkdomain {
    border: 1px solid #ccc;
    padding: 25px;
    width: 500px;
    border-radius: 5px;
    box-shadow: 4px 4px 0 rgb(0 0 0 / 8%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
.textcenter{
    text-align: center;
}
span.btn.btn-default.addomain-now {
    background: #A17404;
    color: #fff;
    border-radius: 4px;
    padding: 7px 14px;
    font-size: 13px;
}
span.domain-text {
    color: #FF0090;
    font-style: italic;
    font-size: 15px;
}

/*scroll*/

.custom_scroll{
 overflow-y: scroll;
 height: 300px;
}

//custom_scroll scrollbar styling

.custom_scroll::-webkit-scrollbar-track{

    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

    border-radius: 10px;

    opacity: 0.5;

    //background-color: #F5F5F5;

}

.custom_scroll::-webkit-scrollbar{

    width: 5px;

    opacity: 0.5;

    //background-color: #F5F5F5;

}

.custom_scroll::-webkit-scrollbar-thumb{

    border-radius: 10px;

    opacity: 0.5;

    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);

    //background-color: #555;

}
.ele_domain {
    color: #FF0090;
    font-style: italic;
}
.ele_domain span {
    height: 20px;
    width: 20px;
    color: #000;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    top: 5px;
}
.ele_domain i{
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 3px;
}
.tiensp.close{
    display: none;
}
.sidebar {
    min-height: 436px;
}
.product-thumbnail-wrapper {
    width: 4em;
    height: 4em;
    position: relative;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}
.product-thumbnail-quantity {
    font-size: 0.85714em;
    font-weight: 500;
    white-space: nowrap;
    padding: 0.15em 0.65em;
    border-radius: 2em;
    background-color: rgba(153,153,153,0.9);
    color: #fff;
    position: absolute;
    right: 1.25em;
    top: -0.75em;
    z-index: 2;
}
.global-giohang-out {margin-bottom: 19px;}

.product-description,.product-price {
    /*height: 55px;*/
    display: table;
    width: 100%;
    padding: 10px 0;
}
.product-description span,
.product-price span {
    /*display: table-cell;
    vertical-align: middle;*/
    padding-right: 10px;
}
.product-price span {
    text-align: right;
    color: #A17404;
    /*font-weight: bold;*/
    font-size: 16px;
}
@media (min-width: 1000px){
    .wrap {
        width: 100% !important;
    }
}
.xtongong {
    border-top: 1px solid #e1e1e1;
    padding: 20px 0;
}
.payment-due-price{
    color: #A17404;
    font-weight: bold;
    font-size: 16px;
}
p.txt-domain {
    color: #FF0090;
    font-style: italic;
}
.dkmail {
    padding-top: 15px;
}
.hinhanh10 {width: 1024px;margin: 0 auto;margin-bottom: 60px;}
.hinhanh10 img {width: 100%;height: 100%;}
.first-tr a{
    color: #fff;
}
.global-yt {
    padding: 40px 0;
}
.anhsp-pic {
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}
.anhsp-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.global-anhsp table {
    border: none !important;
}
.global-anhsp table td{
    padding: 30px 8px !important;
}
.global-anhsp {
    padding: 26px;
}
.anhsp-title {
    padding: 10px 0;
    font-size: 16px;
    color: #000
}
.loading-popup{
    display: none;
}
.loading-popup.open {
    position: absolute;
    left: 580px;
    display: block;
}
.loading-popup img {
    max-width: 84px;
}
a.button_cart {
    padding: 10px 20px;
    border-radius: 5px;
}
a.foot-zalo {
    display: block;
    position: fixed;
    /*left: 22px;*/
    right: 15px;
    bottom: 80px;
    height: 53px;
    width: 53px;
    z-index: 9999999999;
}
a.foot-zalo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    /* border: 1px solid #7b6d6d; */
    border-radius: 100%;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}
i.fa.fa-facebook {
    color: #428bca;
}
i.fa.fa-youtube-play {
    color: red;
}
a.f-zalo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
a.f-zalo {
    width: 40px;
    height: 40px;
    display: block;
    right: 125px;
    position: absolute;
    background: #fff;
    border-radius: 5px;
}

a.f-facebook i {
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: contain; */
    font-size: 25px;
    position: absolute;
    left: 12px;
    top: 9px;
}
a.f-facebook {
    width: 40px;
    height: 40px;
    display: block;
    right: 65px;
    position: absolute;
    background: #fff;
    border-radius: 5px;
}

a.f-youtube i {
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: contain; */
    font-size: 25px;
    position: absolute;
    left: 8px;
    top: 9px;
}
a.f-youtube {
    width: 40px;
    height: 40px;
    display: block;
    right: 5px;
    position: absolute;
    background: #fff;
    border-radius: 5px;
}
.dkmail a {
    padding: 8px 15px;
    font-size: 15px;
    border-radius: 5px;
}
.dkmail a:hover {
    color: #fff;
}
.alignC.webdn-xcontent h1 {
    text-transform: uppercase;
}


.module-in-title-left {
    background-image: linear-gradient(to top,#fdfdfd,#f8f8f8);
    padding: 20px 0 10px 15px;
    position: relative;
}
.module-in-title-left:before {
    position: absolute;
    width: 3px;
    height: 45px;
    background-color: #cc0001;
    left: 0;
    top: 7px;
    display: block;
    content: '';
}
.module-in-title-left span {
    color: #1a1a1a;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
.gioithieu-top {
    margin: 20px 0;
}
.visaopic img{
    /*width: 75%;*/
    width: 85%;
    height: auto;
}
.home-tnb {
    margin: 10px 0 20px 0;
    background: #ECF8FF;
}
.tnb-text {
    padding: 10px;
    line-height: 25px;
    text-align: justify;
    font-size: 14px;
    font-weight: normal;
    font-family: arial;
}
.tnb-pic img {
    width: 100%;
}
.mar-015 {
    margin: 0 -15px;
}
.tnb-secondpic {
    overflow: hidden;
    height: 160px;
    width: 100%;
}
.tnb-secondpic:hover img {
    transform: scale(1.2);
}
.tnb-secondpic img {
    transition: all 0.3s ease-out;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.tnb-secondtitle {
    margin-top: 10px;
    font-size: 16px;
    font-family: Roboto-Bold;
    color: #1c1c1c;
    font-weight: bold;
}
.tnb-title a {
    font-size: 23px;
    color: #1c1c1c;
    font-weight: normal;
}
.home-themes {
    background-image: linear-gradient(to top,#fdfdfd,#f8f8f8);
    padding: 20px 0 10px 15px;
    position: relative;
}
.home-themes:before {
    position: absolute;
    width: 3px;
    height: 45px;
    background-color: #cc0001;
    left: 0;
    top: 7px;
    display: block;
    content: '';
}
.home-themes span {
    /*font: normal 20px/30px Roboto-Bold;*/
    font-size: 20px;
    color: #1a1a1a;
    text-transform: uppercase;
}
.glocat-showbai {
    margin: 20px -15px;
}
.glock-pic {
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.glock-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-out;
}
.glock-pic:hover img {
    transform: scale(1.2);
}
.line-home {
    background: url(../images/line-home.jpg) repeat-x;
    height: 7px;
}
.inside-next {
    border-top: 1px dotted #ccc;
    padding: 15px 0;
}
.insideN-pic {
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.insideN-pic img {
    width: 100%;
    height: 100%;
    object-fit: unset;
}
.insideN-title {
    margin-bottom: 6px;
}
.insideN-text {
    font-family: Arial;
    font-size: 14px;
    color: #5f5f5f;
    display: block;
    margin-top: 14px;
    line-height: 20px;
}
.paddL0 {
    padding-left: 0;
}
.paddR0 {
    padding-right: 0;
}
.insideN-title a {
    font-weight: bold;
    color: #171717;
    font-size: 20px;
    /* font-family: Roboto-Bold; */
    font-weight: normal;
    line-height: 28px;
}
.glock-title {
    margin-top: 10px;
    padding: 0 7px;
    color: #1a1a1a;
    font-size: 18px;
}
.baiviet-title a {
    color: #171717;
    font-size: 23px;
    font-weight: normal;
    line-height: 28px;
}
.baiviet-inside {
    padding: 15px 0;
    border-bottom: 1px solid #cccccc8f;
}
.baiviet-pic{
    overflow: hidden;
    height: 200px;
    width: 100%;    
}
.baiviet-pic img:hover {
    transform: rotate(2deg) scale(1.1);
}
.baiviet-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease all;
}
.paddr0 {
    padding-right: 0 !important;
}
.tintucright-global {
    border-radius: 5px;
    border: 1px solid #bcd8eb;
    position: relative;
    padding-bottom: 3px;
    width: 100%;
    float: left;
    position: relative;
    background-color: #f0f7fb;
    box-shadow: 0.5px 0.5px 0.5px rgb(204 204 204 / 35%);
    margin-bottom: 15px;
}
.title-box-category {
    padding: 0;
    height: 45px;
}
.title-box-category span {
    font-size: 18px;
    color: #202020;
    display: block;
    padding: 10px 0 0 10px;
    text-transform: uppercase;
}
.clocktitle {
    background: #deebf4;
    padding: 9px 0;
    margin-left: 0;
    width: 100%;
    padding-left: 12px;
    font-size: 14px;
    font-weight: bold;
}
.tintuc-b-global > ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.tintuc-b-global > ul > li {
    border-bottom: 1px dotted #ccc;
    padding: 10px;
}
.tintuc-b-global > ul > li > a {
    color: #004e92;
    line-height: 17px;
    display: block;
    white-space: initial;
    font-size: 14px;
}
.tintuc-b-global > ul > li:last-child {
    border-bottom: 0;
}
.tintuc-b-global > ul > li > a:hover{
    color: #000;
}
.module-theme span {
    font-size: 20px;
    color: #1a1a1a;
    text-transform: uppercase;
    font-weight: bold;
}

.tintuc-detail-title h2 {
    color: #171717;
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
}
.news-time {
    font-size: 13px;
    color: #616161;
    display: inline-block;
}
.detailpic {
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 15px 0;
    margin: 15px 0 0 0;
}
.detailpic img {
    max-width: 100%;
}
.tintuc-detail-text img {
    /*width: 100% !important;
    height: auto !important;*/
}
.baiviet-text {
    font-size: 14px;
    color: #837474;
    line-height: 25px;
    margin-top: 10px;
}
.padding0 {
    padding: 0;
}
.lienhe-xglobal label {
    font-size: 13px;
}
.question.is-active i{
    transform: rotate(180deg);
}
.homeNews-line {
    border-bottom: 1px dashed #ab9a9a;
    margin-bottom: 5px;
}
.homeNews-global {
    padding: 30px 0;
}
.homeNews-global:hover{
    background: #f7f7f7;
}
.homeNews-line-child {
    position: absolute;
    left: 50%;
    right: 0;
    top: -9px;
    background: #fff;
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}
.homeNews-line-child.is-active{
    display: none;
}
span.homeNews-line-child i {
    font-size: 10px;
}
.homeNews-title {
    font-size: 16px;
    color: #212121;
}
.p-text,
.p-link {
    font-size: 16px;
    line-height: 26px;
    padding: 0 8px;
}
.homeNews-text {
    display: none;
    position: absolute;
    z-index: 99999;
    background: #f7f7f7;
    min-height: 220px;
    width: 100%;
    transition: all .3s;
}
.homeNews-text.is-active {
    display: block;
}
.homeNews-pic {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 100%;
    position: absolute;
    left: 5px;
    top: -15px;
}
.homeNews-pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 3px;
    border-radius: 100%;
}
.super.is-active{
    background: #f7f7f7;
}
.super.is-active .homeNews-global .col-md-10.padd0 > div.homeNews-title{
    color: #A17404;
    font-weight: bold;
}
.homeNews-text.is-active div.p-link a{
    border: 1px solid #ccc;
    color: #A17404;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
}
.homeNews-top {
    position: absolute;
    left: 50%;
    right: 0;
    bottom: -9px;
    background: #A17404;
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    display: block;
}
/* .homeNews-top{
    display: block;
}*/
.homeNews-top i {
    font-size: 10px;
}
.qconline-pic img {
    width: 100%;
    height: auto;
}
.qconline-pic {
    width: 100%;
    height: 530px;
}
.qconline-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeNews-global:hover > a div.homeNews-title {
    color: red;
}
.homeNews-global a {
    display: block;
}
.marB10 h5 {
    font-size: 14px;
    text-transform: uppercase;
}
.marB10 span{
    font-weight: bold;
    font-size: 16px;
}
input.form-control.fields {
    height: 55px;
    background: #EDEDED;
    border: 1px solid #4B6EFF;
}
textarea.form-control.fields{
    background: #EDEDED;
    border: 1px solid #4B6EFF;
}
.fields.hover {
    background: #fff !important;
}
.domain-manage{
    background: url("../images/domain_manage.png")no-repeat center center;
    height: 147px;
    padding: 30px 50px;
}
.xdangnhap {
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 5px 5px 0 rgba(0, 0, 0, .05);
    -o-box-shadow: 5px 5px 0 rgba(0, 0, 0, .05);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .05);
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 25px;
}
.xdangnhap td{
    vertical-align: middle !important;
    border-top: none !important;
}
.xdangnhap p {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}
.xdangnhap a {
    color: #0054A8;
}
.xdangnhap a:hover {
    color: red;
}
.dangnhap-title {
    margin-top: 40px;
    text-align: left;
    padding-left: 340px;
    color: #0054A8;
    font-size: 16px;
    margin-bottom: 10px;
}
td.dnhotline span {
    font-weight: bold;
    font-size: 14px;
}
td.dnhotline b {
    color: red;
    font-size: 22px;
}
.formvihan {
    text-align: right;
}
.vihanicon {
    right: 10px;
    bottom: 10px;
}
.marB50{
    margin-bottom: 50px;
}
.global-dichvu {
    border: 1px solid #FFD700;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.dichvu-top {
    background: #FFD700;
    text-align: center;
    padding: 5px 0;
}
.dichvu-top span {
    font-size: 18px;
    font-family: 'concung';
}
.thanhvien-men {
    background: #FFD700;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.thanhvien-men span {
    color: #fff;
    font-family: 'concung';
    font-size: 16px;
}
.thanhvien-men b{
    font-family: 'concung';
    font-size: 16px;   
}
.dichvu-body > ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.dichvu-body > ul > li {
    padding: 7px 10px;
    border-top: 1px solid #cccccc73;
}
.dichvu-body > ul > li:hover{
    background: #ffff99;
}
.dichvu-body > ul > li:hover > a{
    /*color: #fff !important;*/
    padding-left: 5px;
    transition: .3s;
}
.dichvu-body > ul > li.active > a{
    color: red;
}
.dichvu-body > ul > li > a {
    font-size: 16px;
    color: #706767;
    font-family: 'concung';
    display: block;
}
.next-top{
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 1.2em !important;
    text-transform: uppercase;
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    border-radius: 5px 5px;
    border: 1px solid #ddd;
    background: #f0f0f0;
    background: -webkit-linear-gradient(top, #eee, #fff);
    background: -moz-linear-gradient(top, #eee, #fff);
    background: linear-gradient(top, #eee, #fff);
}
.next-top span {
    font-family: 'concung';
    font-size: 18px;
}
.edit-info td{
    border: 1px solid #ccc;
    vertical-align: middle !important;
}
.colorred{
    color: red;
}
.colorblue{
    color: blue;
}
.colorbluenhat{
    color: #0054A8;
}
a.posA.refresh {
    right: 0;
    font-size: 22px;
}
.dichvu-search {
    padding: 15px;
}
.dvtext {
    font-size: 14px;
    font-family: 'concung';
}
.oops{
    font-size: 16px;
    font-family: 'concung';
}
.dvkt td{
    vertical-align: middle !important;
    height: 40px;
}
.cirpro {
    position: fixed;
    top: 150px;
    left: 50%;
    display: none;
}
.cirpro.open{
    display: block;
}
.giahan-title {
    font-size: 14px;
}
.xacdinh-gh {
    color: #666;
    letter-spacing: 1.5px;
}
input.xcapnhat {
    border: 1px solid #d3d3d3;
    background: #e3e3e3;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 10px;
}
.xtieptheo {
    background: #FD0682;
    border: 1px solid #FD0682;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 14px;
}
.xtieptheo:hover{
    color: #fff;
    background: #e90970;
}
#giohang-giahan td{
    vertical-align: middle !important;
    height: 45px;
    font-size: 13px;
}
td.titlerow, tr.titlerow {
    height: 40px;
    background-color: #f0f0f0 !important;
    text-transform: capitalize;
}
.marp p{
    margin-bottom: 0;
}
input.dangky-sub {
    background: #DD1A5B;
    border: 1px solid #DD1A5B;
    color: #fff;
    padding: 6px 15px;
    font-size: 14px;
}
.ngayconlai {
    font-size: 30px;
    color: red;
    top: 22px;
    left: 37px;
    letter-spacing: 1.5px;
    width: 40px;
    text-align: center;
}
i.fa.fa-calendar.posA.xdate {
    font-size: 43px;
    left: 37px;
    top: 15px;
    color: blue;
}

.title-section {
    font-size: 2.4rem;
    color: #707070;
    margin-bottom: 1.5rem;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-center {
    text-align: center !important;
}
.title-desc{
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 5rem;
}
.color-main {
    color: #0D5DD6 !important;
}
.marT50{
    margin-top: 50px;
}
.tkw-group {
    margin-bottom: 50px;
}

.tkwtitle {
    text-align: center;
    padding: 10px 0 30px 0;
}

.tkwtitle a {
    font-size: 23px;
}
.tkw-insideof {
    box-shadow: 3px 3px 8px 0 rgba(24, 24, 40, 0.4);
    -moz-box-shadow: 3px 3px 8px 0 rgba(24, 24, 40, 0.4);
    -webkit-box-shadow: 3px 3px 8px 0 rgba(24, 24, 40, 0.4);
}
.tkw-insideof {
    box-shadow: 3px 3px 8px 0 rgba(24, 24, 40, 0.4);
    -moz-box-shadow: 3px 3px 8px 0 rgba(24, 24, 40, 0.4);
    -webkit-box-shadow: 3px 3px 8px 0 rgba(24, 24, 40, 0.4);
}
.tkwpic {
    width: 100%;
    height: 400px;
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.tkwpic:hover img {
    animation: tada 2s infinite;
    filter: brightness(1.05);
}
.tkwpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.groupcid-pic {
    width: 100%;
    height: 350px;
}

.groupcid-pic img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.groupcid-title a {
    color: #000;
}
.groupcid-title {
    padding: 5px 10px;
    text-align: center;
    display: table;
    height: 63px;
}
.groupcid-glo {
    border: 1px solid #ccc;
    margin: 0 0 30px 0;
    box-shadow: 0px 0px 4px 1px #E6E6E6;
    border-radius: 1.8rem;
    margin-bottom: 3rem;
    overflow: hidden;
}
.groupcid-title a {
    color: #002F75;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}
.groupcid-price {
    padding: 0 10px;
    color: red;
    font-size: 18px;
}
.radiusnone{
    border-radius: 0 !important;
}
.theme-bottom-image {
    padding: 1.5rem;
}
.groupcid-price e {
    color: #ccc;
    font-size: 14px;
    text-decoration: line-through;
}
.themecat {
    background-image: url(../images/tkwcat.jpg);
    position: relative;
    padding: 190px 0 140px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.themecat:before {
    content: " ";
    position: absolute;
    background: rgba(34, 34, 34, .3);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.xcontent{
    z-index: 1;
    position: relative;
}
.box-theme{
    padding: 15px;
    display: inline-flex;
    width: 100%;
    background: #ffff99;
    border-radius: 8px;
    border: 1px dashed #6610f2;
    margin-bottom: 15px;
}
.box-title {
    text-align: center;
    font-size: 14px;
}
.boxu-title {
    font-size: 20px;
    font-weight: 700;
    color: #A17404;
    margin-bottom: 10px;
}
.box-uudai{
    padding: 15px;
    width: 100%;
    background: #ffff99;
    border-radius: 8px;
    border: 1px dashed #6610f2;
    margin-bottom: 15px;
}
.boxname i {
    color: #A17404;
    font-size: 16px;
}
.boxname {
    font-size: 15px;
    padding-bottom: 10px;
}
.box-note-theme{
    padding: 15px;
    display: inline-flex;
    width: 100%;
    background: #ffff99;
    border-radius: 8px;
    border: 1px dashed #6610f2;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.box-note-theme .img {
    flex: 0 0 50px;
    margin-right: 10px;
}
.box-note-theme .text {
    font-size: 15px;
}
.box-icon {
    text-align: center;
}
.box-icon img {
    max-width: 30px;
}
.sanpham-lienquan{
    position: relative;
    margin: 30px 0 20px 20px;
    padding: 0 0 15px;
    font-size: 23px;
    font-weight: bold;
    line-height: 28px;
    color: #0D5DD6;
    /* text-transform: uppercase; */
}
.sanpham-lienquan::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #0D5DD6;
}
.btn-danger.thanhtoanngay {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #fff !important;
}
.btn.btn-danger.thanhtoanngay {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}
.btn.lhtuvan {
    background: linear-gradient(90deg, #0D5DD6 0%, #9747FF 100%);
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
}
.body-lhtv strong {
    color: blue;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    display: block;
}
.modal-header .close {
    margin-top: -12px;
    font-size: 40px;
    position: absolute;
    right: 4px;
    top: 10px;
    color: red;
    opacity: 1;
}
.modal-header{
    padding: 0;
    background: #fff !important;
    border-bottom: none !important;
}
.body-lhtv p {
    margin-bottom: 15px;
}
.tvshop img {
    max-width: 380px;
}
input.form-control.tvdk {
    background: #0D5DD6;
    color: #fff;
    height: 40px;
    font-size: 15px;
}
.catnhom-temp{
    background: -webkit-linear-gradient(top, #E9F1FF 0%, #ffffff 100%), linear-gradient(to bottom, #E9F1FF 0%, #f9f9f9 100%);
}
.catnhom-subj {
    font-size: 24px;
    color: blue;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.catnhom-text i {
    color: #a17404;
}
.catnhom-text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}
#tuvanlh-sdt input.form-control{
    border-radius: 40px;
    border-color: #0D5DD6;
    height: 46px;
    font-size: 16px;
    width: 100%;
}

.submit-tuvan {
    border: 1px solid #A17404;
    background-color: #A17404;
    color: #fff;
    border-radius: .5rem;
}
.submit-tuvan{
    border-radius: 20px;
    height: 38px;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 2;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-style: italic;
    padding-bottom: 1px;
    font-size: 16px;
}
.submit-tuvan:not(.btn-registertrial):before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background: linear-gradient(90deg, #0D5DD6 0%, #9747FF 100%);
    z-index: -1;
    transition: all 1s;
}
form#tuvanlh-sdt {
    position: relative;
}
.combotk div.owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: 10px !important;
    top: 200px !important;
    background: url(../images/prev.png) no-repeat;
    height: 50px;
    width: 50px;
    text-indent: -9999px;
    border: none;
}
.combotk div.owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 200px !important;
    right: 0px !important;
    background: url(../images/next.png) no-repeat;
    height: 50px;
    width: 50px;
    text-indent: -9999px;
}
.width770{
    width: 770px;
}
.owl-carousel .owl-item img {
    width: fit-content !important;
}
.vipro-content {
    color: #001042;
    font-size: 30px;
    font-weight: bold;
}
.vipro-content2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
}
.vipro-content2 span {
    padding: 0 14px;
}
.vipro-content3 {
    padding: 0px 60px;
    overflow: hidden;
    margin-bottom: 50px;
}
.vipro-content3 video {
    max-width: 100%;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
    overflow: hidden;
    transform: translateZ(0);
}
.elementor-button-wrapper a {
    background-color: transparent;
    font-family: "Urbanist", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    background-image: linear-gradient(180deg, #C73741 0%, #f2295b 100%);
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #C73741;
    border-radius: 50px 50px 50px 50px;
    padding: 16px 32px 16px 32px;
}
span.element-text {
    color: #fff;
}
span.element-icon {
    color: #fff;
    font-weight: bold;
}
.elementor-button-wrapper {
    margin: 30px 0 90px 0;
}
.contentx {
    font-size: 15px;
    margin-bottom: 60px;
}
.top2-subject {
    color: #001042;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}
.top2-subject2 {
    font-size: 16px;
    color: #001042;
    height: 150px;
    line-height: 150px;
}
.bodybar{
    background-color: #FFFFFF;
    background-image: url(../images/bg-bottom-right.png);
    padding: 30px;
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 12px 50px 0px rgba(125, 125, 125, 0.10196078431372549);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.picbody img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.titlebody {
    margin-bottom: 18px;
    color: #001042;
    font-family: "Urbanist", Sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2em;
}
.textbody {
    font-size: 16px;
    color: #666;
    /* letter-spacing: 0.5px; */
    min-height: 100px;
}
.compra-subj {
    color: #2F61ED;
    font-size: 27px;
    margin: 35px 0 15px 0;
}
.compration {
    margin-bottom: 60px;
}
.videoclip iframe{
    width: 100%;
}
.text-web {
    padding: 15px 0;
}
.phone_backtotop {
    position: fixed;
    z-index: 9999;
    /* top: auto !important; */
    bottom: 9em;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 50%;
    /* background: #6baec7; */
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: play 1.5s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    right: 18px;
}
a.phone_backtotop img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding-left: 3px;
}
@keyframes play{
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
        box-shadow: 0 0 0 5px #ff9897, 0 0 0 10px #ff9897;
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

.global-hinside div.col-md-4 {
    margin: 20px 0;
}