.gb-heading{
    font-size: 150%;
    margin-bottom: 20px;
    border-bottom: 2px solid #dddee1;
    padding-bottom: 10px;
}
.gb-finished{
    font-weight: bold;
    color: #10aa45;
}
.gb-pending{
    font-weight: bold;
    color: #f07a24;
}
.gb-del{
    font-weight: bold;
    color: #a00d0d;
}
.cke_notifications_area{
    display: none;
}
.gb-row-empty{
    height: 20px;
}





.top-menu-mobile-active{
    opacity: 1 !important;
    visibility: visible !important;
}
.gb-mg-le-20{
  margin-left: 20px;
}
.gb-relative{
  position: relative;
}
.gb-h-in{
  height: inherit;
}
.gb-middle{
  display: flex;
  align-items: center;
}
.gb-bg-col .gb-col{
    background: #f2f2f2;
    padding: 30px;
}
.gb-home-row .top{
    margin-bottom: 50px;
}

.gb-bg-col .gb-fl{
    align-items: normal !important;
}
.gb-fl{
    display: flex;
    justify-content: space-between;
}
.gb-tab{
    background: #2c7dca;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    color: #fff;
    font-size: 90%;
}
.gb-col{
    margin-bottom: 50px;
}
.gb-item-new{
    border-top: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 20px;
}
.gb-parent-cate{
    padding-right: 5px;
    font-size: 130%;
    margin-top: -5px;
}
.gb-a-tag{
    color: #1e8b91;
}
.gb-parent-cate a{
    font-weight: bold !important;
}
.gb-sub-cate-menu-content{
    flex-wrap: wrap !important;
}
.gb-child-cate, .gb-parent-cate{
    margin-right: 15px;
}
.gb-mg-to-20{
    margin-top: 20px;
}
.gb-item-new-mini{
    margin-bottom: 10px;
}
.gb-bd-ri{
    border-right: 1px solid #ddd;
}
.gb-pd-ri-20{
    padding-right: 20px;
}

.gb-news-title{
    font-size: 110%;
    margin-bottom: 10px;
    color: #000;
}
.gb-mg-to-bo{
    margin-top: 10px;
    margin-bottom: 10px;
}
.gb-news-title:hover{
    color: red;
}
.gb-img-big-2{
    height: 150px;
    overflow: hidden;
}
.gb-img img, .gb-img {
  border-radius: 5px;
}
.gb-widget{
    width: 100%;
}
.gb-normal-title{
    font-size: 100% !important;
    font-weight: 550 !important;
}
























.gb-f-w-bg{
  background: #e8e8e8;
}
.container-login-menu{
  background: #288bdb;
  margin-top: 5px;
  border-radius: 5px;
}
li.current{
  font-weight: bold;
  color: red;
}
.gb-item{
  margin-top: 20px;
  border: 1px solid #e1dbdb;
  padding: 10px;
  border-radius: 5px;
}
.gb-scale{
  animation-name: scale-animation;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.one-content{
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px !important;
  margin-bottom: 50px !important;
}

@keyframes scale-animation{
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.gb-scale-2{
  animation-name: scale-animation-2;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes scale-animation-2{
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

.gb-input{
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 20px;
  color: #000;
}
.gb-margin-bottom-20{
  margin-bottom: 20px;
}

.gb-effect{
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease-in-out;
  height: 0px;
}
.gb-effect-active{
  transform: scaleY(1) !important;
  height: 100% !important;
}
.gb-hover-zoom:hover{
  transform: scale(1.02); /* tăng kích thước lên 110% */
}
.gb-hover-zoom{
  transition: transform 0.3s ease-out;
}
.gb-icon-home{
  border: 2px solid #FF9800;
  width: 50px !important;
  height: 50px !important;
}
.gb-button{
   background: #000;
   padding-left: 20px;
   padding-right: 20px;
   color: #fff;
   border-radius: 50px;
}
.gb-block{
  overflow: hidden;
}
.gb-button:hover{
  background: #257bc9;
  cursor: pointer;
}
.gb-cursor:hover{
  cursor: pointer;
}

.gb-active{
  display: block !important;
  transform: scaleY(1) !important;
}
.gb-current{
  color: #F44336;
}


.gb-wrapper{
  max-width: 1100px;
  margin: 0px auto;
}
.gb-minicol{
  background: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.gb-updating{
  text-align: center;
  margin-bottom: 20%;
  margin-top: 20%;
}

.gb-gray-1{
  background: #f2f2f2;
}
.gb-gray-2{
  background: #f9f9f9;
}
li{
	list-style: none;
}
img{
  max-width: 100%;
  width: 100%;
}
.style1_lv2 img{
  margin: 0px auto;
  width: 60%;
}

.item-page li{
    list-style: disc !important;
    margin-bottom: 15px;
    margin-left: 15px;
}

.gb-home-row{
  padding-top: 50px;
  padding-bottom: 50px;
}
.gb-page-row{
	margin-top: 100px;
	margin-bottom: 100px;
}


.gb-style4 > div{
  margin-top: 50px;
}
.gb-style4 .item-1, .gb-style4 .item-3{
  background: #f2f2f2;
  padding: 50px;
}

.gb-style4 .item-2 > div > div{
  background: #f1f1f1;
  padding: 50px;
  border-radius: 50px;
}
.headline-icon-top img{
  position: absolute;
  top: 0;
  right: 20px;
}

.headline-icon-bottom img{
  position: absolute;
  bottom: 0;
  left: 20px;
}



  /* Thiết lập hiệu ứng đánh chữ */
      .typewriter {
        max-width: 600px; 
        margin: 0px auto; 
        font-size: 150%;
        overflow: hidden; /* Ẩn toàn bộ văn bản trong phần tử */
        white-space: nowrap; /* Ngăn không cho dòng bị tự động xuống dòng */
        border-right: .15em solid #000; /* Thêm đường viền bên phải của phần tử */
        animation: 
          typing 3.5s steps(30, end),
          blink-caret .75s step-end infinite;
      }


      
      /* Hiệu ứng đánh chữ */
      @keyframes typing {
        from { width: 0 }
        to { width: 100% }
      }
      
      /* Hiệu ứng nhấp nháy dấu nháy chớp */
      @keyframes blink-caret {
        from, to { border-color: transparent }
        50% { border-color: #000 }
      }

.typewriter-heading{
    padding-bottom: 50px; 
    font-size: 180%;
}

.first-header-fixed{
    position: fixed;
    width: 100%;
    height: 50px;
    background: #dcdada;
    z-index: 2;
}
.saco-headline-bottom-fixed{
    position: fixed;
    width: 100%;
    height: 50px;
    background: #dcdada;
    top: 0px;
}
.first-header-add-fixed{
    display: flex;
    width: 100%;
    text-align: center;
    background: gray;
    justify-content: center;
}

.gb-bg1{
    background: red;
}


.gb-bg2{
    background: red;
}


.paging-item{
    background: #cacad9;
    padding: 5px;
    margin-right: 10px;
    border-radius: 5px;
}
.paging-item.active{
    background: #2f81cf !important;
}
.menu-orders .items-view, .menu-order-items .items-view{
    display: flex;
    flex-wrap: wrap;
}

.gb-view-file{
   border: 2px solid #eaeaea;
  padding: 10px;
  margin-top: 20px;
  border-radius: 10px; 
}
.view-area{
    display: flex;
    justify-content: space-between;;
}
.view-area .top-left{
    width: 35%;
}

.view-area .bottom-right{
    width: 60%;
}


.view-shop-com_customer, .view-shop-com_orders, .view-shop-menu-order-user-logged, .view-shop-menu-shop, .view-menu-order-user-logged{
    display: block !important;
}
.view-shop-com_customer > div, .view-shop-com_orders > div, .view-shop-menu-order-user-logged > div, .view-shop-menu-shop > div, .view-menu-order-user-logged > div{
    width: 100% !important;
}
.filter-cate{
    border: 1px solid #ccc3c3;
  border-radius: 10px;
  padding: 2px;
  margin: 2px;
}






.gb-bg-all{
    background: #f2f2f2;
}
.gb-text-color{
    color: #d75918;
}
.row-fixed-header{
    background: #d75918 !important;
}
.gb-shadow{
    box-shadow: 0px 0px 10px 2px #ededed;
}

.gb-radius{
    border-radius: 5px;
}
.gb-zoom:hover{
    transform: scale(1.02);
    transition: transform 0.5s ease;
}
.gb-selected{
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 90%;
    background: #009688;
    color: #fff;
}
.gb-nodata{
    margin-top: 10%;
    margin-bottom: 10%;
    font-weight: bold;
    color: #768ac6;
    font-size: 120%;
}
.gb-text-center{
    text-align: center;
}
.gb-line{
    border: 1px solid #d0d0d0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.container-nologin .body-content img{
    width: 100%;
    border-radius: 5px;
}
.body-lock{
    overflow: hidden;
}

.gb-active, .gb-deleted{
    padding: 3px;
    border-radius: 5px;
    font-size: 90%;
    color: #fff;
}
.gb-deleted{
    background: #F44336; 
}
.gb-active{
    background: #4CAF50;
}
.gb-currency{
    color: gray;
    font-size: 90%;
}
.gb-price{
    font-weight: bold;
    color: #009688;
}
#jform_username{
    background: gray;
}
#search-input{
    font-size: 15px;
    color: red;
    border: 1px solid #ececec;
    border-radius: 5px;
    margin-bottom: 0px !important;
}
.gb-table-row{
    position: relative;
    color: #534f4f;
    font-size: 90%;
    background: #f2f2f2;
}
.gb-count-row-child{
    width: 40px;
    background: #607D8B;
    text-align: center;
    height: 20px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
}
.gb-count-row{
    width: 40px;
    height: 12px;
    font-size: 80%;
    background: #009688;
    position: absolute;
    right: 5px;
    top: 4px;
    border-radius: 5px;
    text-align: center;
    padding-bottom: 3px;
    color: #fff;
    font-weight: bold;
}

.typewriter-heading{
    padding-bottom: 30px; 
}
.gb-inner-content{
    padding-top: 50px;
}
.row-question{
    border: 1px solid #e6e1e1;
    padding: 10px;
    border-radius: 10px;
}


  /* Thiết lập hiệu ứng đánh chữ */
      .typewriter {
        max-width: 400px; 
        margin: 0px auto; 
        overflow: hidden; /* Ẩn toàn bộ văn bản trong phần tử */
        white-space: nowrap; /* Ngăn không cho dòng bị tự động xuống dòng */
        border-right: .15em solid #000; /* Thêm đường viền bên phải của phần tử */
        animation: 
          typing 3.5s steps(30, end),
          blink-caret .75s step-end infinite;
      }

      /* Hiệu ứng đánh chữ */
      @keyframes typing {
        from { width: 0 }
        to { width: 100% }
      }
      
      /* Hiệu ứng nhấp nháy dấu nháy chớp */
      @keyframes blink-caret {
        from, to { border-color: transparent }
        50% { border-color: #000 }
      }

.gb-icon-home a{
    color: #fff;
    font-weight: bold;
}
.gb-icon-home{
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}
.gb-item-label{
    font-weight: bold;
    margin-right: 5px;
}
.gb-item-one{
    margin-right: 10px;
}


.gb-input-text{
    height: 40px;
    margin-right: 20px;
}
.gb-created-date{
    margin-top: 5px;
}

.gb-link{
    margin-top: 10px;
}
.gb-item-num-border{
    height: 20px;
    width: 50px;
    border-radius: 5px;
    padding: 5px;
    margin-right: 20px;
    background: #7e7f80;
    color: #fff;
}
  

.gb-item-num{
    text-align: center;
    font-weight: bold;
}


.gb-cart-row{
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px !important;
    border: 1px solid #e0e3e6;
}
.gb-button-views{
    text-align: right;
}
.gb-button-row{
    padding-left: 10px;
    padding-right: 10px;
    height: 25px;
    background: #ddd7d7;
    padding-top: 5px;
    border-radius: 5px;
    font-size: 90%;
}
.gb-current-active-button{
    background: #f16227;
    color: #fff;
}
.gb-one-item{
    margin-bottom: 10px;
    border-bottom: 1px solid #ece6e6;
    padding-bottom: 10px;
}
.language-view{
    margin-right: 10px;
    padding-top: 5px;
}
.container-lock{
    opacity: 0.1;
    pointer-events: none;
}
.gb-date{
    color: gray;
}
.gb-bd-all{
    border-radius: 5px;
    margin-top: 5px;
    border: 1px solid #c1c4c7;
}
fieldset{
    border: none;
}
.gb-table-row:hover{
    background: #f9f9f9;
}

.gb-table-row-bottom{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #67acff;
}

.gb-oldprice{
    text-decoration: line-through;
    color: #a29f9f;
}
.gb-newprice{
    font-weight: bold;
}
.row-2 ul{
    margin-top: 0px;
    margin-bottom: 0px;
}
.parent-menu-title{
    font-weight: bold;
}
.parent-icon-menu{
    transform: scale(-0.5, 1);
}
.this-open-menu .parent-icon-menu{
    transform: rotate(90deg);
   
}
.this-open-menu .nav-child{
    display: block !important;
}

.night-mode-active, .day-mode-active{
    border-radius: 5px;
    background: #c5c5c5 !important;
}
.sidebar .top-menu > li{
    margin-bottom: 10px;
}


.gb-cursor{
  cursor: pointer;
}
.gb-input{
    width: 100%;
    margin-bottom: 5px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid gray;
}

.gb-textarea{
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
}
.gb-item-table{
    border: 1px solid #1364ab;
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
}
.gb-item-table:hover{
    border-color: #f26226;
}
.item-top{
    border-bottom: 1px dotted gray;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 90%;
    color: gray;
}
.gb-special-tag{
    border-radius: 5px;
    margin-bottom: 20px;
}
.gb-pd-top-5{
  padding-top: 5px;
}
.gb-pd-top-10{
  padding-top: 10px;
}
.gb-bg-gray{
  background: #d9d9d9;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.gb-left-ajax{
    height: auto !important;
    width: 80px !important;
    border-radius: 5px !important;
}
.gb-nocontent{
    min-height: 200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10%;
}
.gb-current-click{
    background: #eceef0 !important;
}
.gb-payment-item{
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #ddd1d1;
}
.gb-left-ajax .gb-item-num{
    padding-top: 0px !important;
}
.gb-left-ajax .gb-button{
    padding: 0px !important;
    margin-top: 10px;
}

.gb-color-white{
  color: #fff;
}
.gb-border-right{
  border-right: 1px solid #f5f5f5;
}
.gb-fl-start{
  justify-content: flex-start !important;
}
.gb-pd-5{
  padding: 5px;
}
.gb-pd-10{
  padding: 10px;
}
.gb-pd-30{
  padding: 30px;
}
.gb-rd-5{
  border-radius: 5px;
}
.gb-mg-right-10{
    margin-right: 10px;
}
.gb-mg-top-20{
  margin-top: 20px;
}
.gb-mg-top-20imp{
    margin-top: 20px !important;
}
.gb-mg-top-50{
  margin-top: 50px !important;
}
.gb-text-align-center{
  text-align: center;
}
.gb-mg-top-5{
  margin-top: 5px;
}
.gb-mg-bottom-5{
  margin-bottom: 5px;
}
.gb-mg-bottom-20{
  margin-bottom: 20px;
}
.gb-mg-bottom-50{
    margin-bottom: 50px;
}
.gb-mg-bottom-10{
  margin-bottom: 10px;
}
.gb-mg-all-5{
  margin: 5px;
}
.gb-mg-all-10{
  margin: 10px;
}
.gb-mg-left{
  margin-left: 10px;
}
.gb-center{
    text-align: center;
}

.gb-bd, .right-body-item{
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px; 
}

.gb-bd-gray{
  border: 1px solid #e8e8e8;
}
.gb-bd-hight{
  border: 1px solid #3568cd;
}
.gb-border-top{
    border-top: 1px solid #f2f0f0;
    margin-top: 5px;
    padding-top: 5px;
}

.gb-display-none{
  display: none;
}
.gb-display-active{
  display: block !important;
}
.gb-justify-content{
  justify-content: flex-start !important;
}
.gb-justify-content-center{
  justify-content: center !important;
}
.gb-cursor:hover{
  cursor: pointer;
    color: gray;
}
.gb-relative{
  position: relative;
}
.gb-absolute{
  position: absolute;
}
.gb-font-weight{
  font-weight: bold;
}
.gb-height-30{
  height: 30px;
}
.gb-font-16{
  font-size: 16px;
}
.gb-align-item-center{
    align-items: center;
}
.gb-readmore{
  margin-top: 15px;
    background: #2499de;
    padding: 20px;
    width: 250px;
    text-align: center;
    color: #fff;
    font-weight: 150%;
    font-weight: bold;
    border-radius: 5px;
}
.gb-bg-blue{
    box-shadow: 0 0px 2px 2px rgba(0,0,0,.06);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.gb-show-count-num{
    background: #cccccc;
    border-radius: 5px;
    padding: 2px;
    padding-left: 7px;
    margin-left: 5px;
    padding-right: 7px;
}
.gb-text-left{
  text-align: left;
}
.gb-input-text-height{
   height: 35px;
   font-size: 120%;
}

.gb-button-close{
  width: 70px;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 150%;
}

.gb-button-hover:hover{
  cursor: pointer;
  background: #68b502 !important;
  color: #fff !important;
}

.gb-button-small{
  max-width: 100px !important;
    font-size: 100% !important;
    text-align: center !important;
}
.gb-view-img-pro-container .intro-info{
  font-size: 200%;
  text-transform: uppercase;
  font-weight: 300;
}
.gb-button-del{
    background: red;
    border-radius: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 90%;
    color: #fff;
}
.gb-button-big{
    width: auto !important;
    background: #065182 !important;
    font-weight: bold !important;
    color: #fff !important;
    height: 40px;
    min-width: 100px;
}

.gb-disabled-button{
    color: #fff;
    border-radius: 5px; 
    background: #f26226;
}
.gb-published-button{
    color: #fff;
    border-radius: 5px; 
    background: #36c;
}
.gb-button-disable{
    color: gray;
}
.gb-next-back-button, .gb-next-back-button-active{
    margin-right: 10px;
    font-weight: bold;
    background: #f1f1f1;
    width: 20px;
    border-radius: 5px;
    color: #fff;
}
.gb-next-back-button-active{
    background: #3367cb !important;
}

.gb-right-bar{
   display: none;
}
.gb-right-bar-active .gb-right-bar-right-content{
   padding: 10px;
    border-radius: 5px;
    height: 100%;
    overflow: scroll;
    margin-bottom: 20px;
    bottom: 20px;
    border: 1px solid #ececec
}
.gb-right-bar{
    position: fixed;
    width: 50%;
    height: 100%;
    right: 0;
    bottom: 0;
    top: 0;  
    box-shadow: 0px 0px 10px 10px #d2d1d1;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: scroll;
}
.gb-right-bar-active{
    display: block !important;
}
.gb-menu-icon{
    width: 20px;
    height: 20px;
}
.gb-right-bar .menu-separator, .gb-right-bar .text-menu{
    display: none;
}
.gb-right-bar .nav-child li{
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.gb-right-bar .nav>li{
    background: none !important;
}
.gb-right-bar-active .gb-right-bar-left{
    background: #ececec;
    padding: 5px;
    border-radius: 5px;
}
.gb-right-bar-right{
    width: 90%;
    height: 100%;
}
.gb-right-bar-right-footer{
    position: absolute;
    bottom: 10px;
    left: 100px;
}
.gb-wd-100{
    width: 100%;
}


@media (min-width: 1000px){
    .gb-min-col{
        max-width: 600px;
        margin: 0px auto;
        margin-top: 50px;
    }
    .gb-wd-30{
        width: 30%;
    }
    .gb-wd-70{
        width: 65%;
    }
    .gb-wd-50{
        width: 48%;
    }
    .bodybar{
        margin-left: 19%;
        width: 80%;
    }
}