html {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  scroll-behavior: smooth;
  font-style:normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.5;
  color: #202020;
  margin: 0;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
}
body.loaded #loading {
    display: none;
}

.gb-attention img{
    height: 35px;
}
.gb-div-img{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gb-div-img img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
}

.main-body-content a{
    color: #0440b4;
}
.saco-header-fixed{
          position: fixed;
          width: 100%;
          top: 0;
          z-index: 2;
      }
      .saco-header-hide{
        top: -100px; 
      }
      
      .saco-header-fixed{
        background: #f0f0f0;
      }

.saco-header{
    transition: top 0.5s ease;
}
.gb-grid{
    display: grid;
    gap: 20px;
}
.gb-bd-item{
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 5px;
}
.gb-zoom-img{
    transition: transform 0.3s ease; 
}
.gb-zoom-img:hover {
  transform: scale(1.1);
}
.parent-menu:first-child {
  margin-left: 0px;
}
.parent-menu:last-child {
  margin-right: 0px;
}
.gb-h-in{
    height: inherit;
}
#expand_all_menu .text-parent {
  font-size: 150%;
}

.saco-menu-view .gb-widget, .heading-middle .gb-widget {
    width: auto !important;
}
.top-menu-mobile-active .gb-widget{
    width: 100% !important;
}
.gb-img{
    display: flex;
    align-items: center;
    border: 1px solid #fff5f5;
    overflow: hidden;
    justify-content: center;
    margin-bottom: 10px;
    background: #f8f8f8;
}
.long_desc img{
    width: auto !important;
    height: auto !important;
}
.gb-buy-button-detail{
  background: #dcdcdc;
  padding: 10px;
  width: 200px;
  text-align: center;
  border-radius: 5px;
}
.gb_right_detail_shop .gb-widget{
    display: block !important;
}
.widgets_views{
    margin-bottom: 30px;
}
.widget_name{
    font-weight: bold;
      border-bottom: 2px solid #f31f19;
      padding-bottom: 10px;
      margin-bottom: 10px;
      background: #dedede;
      padding-top: 10px;
      padding-left: 10px;
      border-radius: 5px;
}
.gb_left_col, .gb_right_col{
    height: 100%;
}


header li{
  margin-top: 15px;
}
footer .mod-menu__separator{
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 20px;
}
footer li{
  margin-top: 10px;
}

* {  box-sizing: border-box;  border-width: 0;  border-style: solid;}
pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption {  margin: 0;  padding: 0;}
button {  background-color: transparent;}
button,input,optgroup,select,textarea {  font-family: inherit;  font-size: 100%;  line-height: 1.15;  margin: 0;}
button,select {  text-transform: none;}
button,[type="button"],[type="reset"],[type="submit"] {  -webkit-appearance: button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {  border-style: none;  padding: 0;}
button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus {  outline: 1px dotted ButtonText;}
a {  color: inherit;  text-decoration: inherit;}
input {  padding: 2px 4px;}
img {  display: block;}
input[readonly] {
    background-color: #f4f4f4; /* MÃ u ná»n */
    cursor: not-allowed; /* Con trá» chuá»™t */
}
blockquote{
    border: 1px dotted #918e8e;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
body{
    margin: 0px;
}
h1{
    font-size: 250%;
}
h2{
    font-size: 200%;
}
h3{
    font-size: 150%;
}
h4{
    font-size: 130%;
}
h5{
    font-size: 120%;
}
h6{
    font-size: 110%;
}
a{
    text-decoration: none;
    color: inherit;
}

thead tr{
    background: #267cca;
    color: #fff;
}

th, td{
    padding: 3px;
    border: 1px solid #e8e8e8;
}
ul{
    margin-left: 10px;
}
li{
    list-style: disc;
    margin-bottom: 15px;
}

.gb-center-services .item-service{
    background: #f7f7f7;
    padding: 25px;
    border-radius: 5px;
}
.gb-center-services .item-service .main-content{
    display: flex;
    flex-wrap: wrap;
}
.gb-center-services .item-service .main-content p:hover{
    border: 1px solid #f15924;
}   
.gb-center-services .item-service .main-content p{
    border: 1px solid #0860a9;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
}
.gb-404{
    text-align: center;
    margin-top: 10%;
    margin-bottom: 10%;
}
.gb-404 img{
    margin: 0px auto;
}
.gb-first-row{
    background: #ececec;
}
.gateway-item{
    border-bottom: 1px solid #dbd3d3;;
} 
.gateway-item:last-child{
    border-bottom: none !important;
}
.left-form{
    width: 70%;
}
.right-form{
    width: 29%;
}
.gb-label{
    font-weight: bold;
}
.gb-row-action-info > div, .gb-row-action-info > span{
    height: 25px;
    align-content: center;
    margin-right: 10px;
}

.info-partner-col .name, .info-partner-col .email, .info-partner-col .phone{
    display: none;
}
.gb-pending{
    color: #f26025;
    font-weight: bold;
}
.gb-del{
    color: #ac3a17;
    font-weight: bold;
}
.gb-finished{
    color: #1a8845;
    font-weight: bold;
}
.gb-active-pay-gateway{
    background: #f16025;
    border-radius: 5px;
    padding: 2px;
    color: #fff;
}
.gb-row-empty{
    height: 30px;
}

.gb-is-beta{
    margin-top: 5% !important;
    margin-bottom: 5% !important;
    padding-top: 10% !important;
    padding-bottom: 10% !important;
    text-align: center;
    background: #f2f2f2;
    border-radius: 5px;
}
.gb-is-beta img{
    margin: 0px auto;
}

.gb-right{
    text-align: right;
}

.gb-button-not-finished{
    background: #f26025;
}
.gb-button-not-finished, .gb-button-finished{
    text-align: center;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 90%;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.gb-button-finished{
    background: #1b72be;
}


.gb-forgot-login{
    background: #dbdbdb;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}
.gb-field-site h5{
    font-size: 13px !important;
}
.gb-field{
    margin-top: 5px;
}
.edit-account-view .gb-field{
    margin-top: 10px !important;
}
.edit-account-view input{
    height: 40px !important;
}
.gb-field-site input{
    height: 28px !important;
}
.gb-field-site .gb-button{
    margin-top: 10px;
}
.gb-quick-contact{
    margin: 0px auto;
}
.gb-quick-contact-button{
    height: 45px;
    font-weight: bold;
    background: #2379c6 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy-link-done{
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #1b72be;
    color: #fff;
    height: 100%;
    top: 0;
    border-radius: 5px;
    text-align: center;
    font-size: 90%;
}

.gb-item-active, .gb-item-active a{
  color: #f15a24 !important;
}
.gb-opacity{
    opacity: 0.1;
}
.gb-report-item{
  margin-bottom: 10px;
  border-bottom: 1px dotted #ffb675;
  padding-bottom: 10px;
}
.gb-in-out-data{
    background: #fff;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 1%;
    border-radius: 5px;
    display: none;
}
.gb-quick-search{
    height: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid gray;
    border-radius: 50px;
    width: 100%;
    text-align: center;
}
.gb-right-side a{
    font-weight: bold;
}

.gb-left-side{
    position: fixed;
    width: 17%;
    background: #eee;
    height: 100%;
    border-right: 1px solid #d2cece;
}
.gb-left-side, .gb-right-side {
  padding-left: 1%;
  padding-right: 1%;
}
 .gb-right-side {
    margin-left: 19%;
    width: 83%;
}

.right.gb-widget{
    justify-content: flex-end !important;
}


.top-menu-mobile-active{
    opacity: 1 !important;
    visibility: visible !important;
}
.gb-mg-le-20{
  margin-left: 20px;
}
.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-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-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-heading{
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 150%;
    font-weight: bold;
}

.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-widget{
    width: 100%;
}
.gb-normal-title{
    font-size: 100% !important;
    font-weight: 550 !important;
}

.item-pagging{
    margin-right: 10px;
}
.gb-filter-view .gb-field{
    margin-right: 10px;
}

.container-popup-media{
    overflow-y: scroll;
    background: #fff;
    width: 50%;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    box-shadow: 0 2px 8px rgb(127 122 122 / 77%);
    transition-duration: 200ms;
    transition-property: opacity , top , visible;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
    height: 100%;
}
.gb-modal {
        display: none; /* áº¨n modal máº·c Ä‘á»‹nh */
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(143 140 140 / 64%);
        padding: 50px;
    }
.gb-contentModal{
    margin: auto;
    display: block;
    width: auto;
    border: 1px solid #bbb2b2;
    border-radius: 5px;
    max-height: 100%;
}



















.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;
  visibility: visible !important;
  opacity: 1 !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:hover{
  background: #257bc9;
  cursor: pointer;
}
.gb-cursor:hover{
  cursor: pointer;
}

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

.gb-middle .gb-fl {
    align-items: center;
}
.gb-wrapper{
  max-width: 1150px;
  margin: 0px auto;
  padding-left: 10px;
  padding-right: 10px;
}
.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;
}
img{
  max-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: 30px;
  padding-bottom: 30px;
}
.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{
    background: #009688 !important;
    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;
}
.gb-deleted{
    background: #F44336; 
}

.gb-notes{
    color: gray;
    font-size: 90%;
}
.gb-notes-product-sites p{
    margin-bottom: 0px;
    margin-top: 0px;
}
.gb-price{
    font-size: 95%;
    color: #626060;
}
#jform_username{
    background: gray;
}

.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-cart{
    border: none !important;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    width: auto;
    background: #176ab1;
    color: #fff;
    border-radius: 5px;
}
.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;
}

.gb-one-item p{
    margin-bottom: 0px;
    margin-top: 0px;
}
.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: #d7d7d7;
}

.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-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-fl-end{
  justify-content: flex-end !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 #e8e8e8;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 50px; 
}

.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-active{
  display: block !important;
}
.gb-justify-content{
  justify-content: flex-start !important;
}
.gb-justify-content-center{
  justify-content: center !important;
}

.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-button{
    border-radius: 5px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    background: #c2bfb8;
}
.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%;
}
.gb-table-views{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Cho trÃ¬nh duyá»‡t Safari trÃªn iOS */
    margin-top: 10px;
    margin-bottom: 20px;
}
.gb-table{
    width: 100%;
    border-collapse: collapse;
}
.gb-table tr{
    text-align: left;
}
.gb-message{
    margin-bottom: 20px;
    font-weight: 500;
    color: #E91E63;
    margin-top: 20px;
}


.product-tabs{
  background: #e8e3e3;
  padding: 5px;
  border-radius: 5px;
}

.show_tabs{
  margin-bottom: 50px;
}

.gb-tab, .tab-item{
    background: #196ec4;
    padding: 5px;
    border-radius: 3px;
    margin: 2px;
    color: #fff;
}
.tab-item:hover{
    color: #d0c4c4;
    background: #0e4b88;
}

.gb-fl-wrap{
    flex-wrap: wrap;
}

.gb-bg-active{
    background: #f36d29 !important;
}

.gb-display-none{
  display: none;
}

.body-tab-active{
  display: block !important;
}

input, select{
    height: 25px;
}
.gb-field input, .gb-field select, .gb-field textarea{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d7d3d3;
}
.gb-field input:hover, .gb-field select:hover, .gb-field textarea:hover{
    border: 1px solid #f2602a !important;
    cursor: pointer;
}

.gb-right-side .gb-wrapper{
  max-width: 100% !important;
}

.gb-section-cart, .saco-site-signup-login{
    background: #f4f4f4;
    padding: 20px;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.gb-dash-item .content{
    align-items: center;
    justify-content: flex-start !important;
}
.gb-dash-item{
    background: #f2f2f2;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.gb-dash-item img{
    width: 70px;
}
.gb-dash-item .heading{
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 5px;
}
.gb-dash-item .right{
    margin-left: 50px;
    width: 60%;
}
.gb-dash-item .left{
    width: 25%;
}
.gb-dash-item a{
    color: #f26226;
    font-weight: bold;
}
.gb-count{
    margin-left: 10px;
    color: #f24a23;
    font-weight: bold;
}
.pay-this-order thead tr{
    background: #737373 !important;
}
.pay-this-order .gb-payment-view{
    margin-top: 10px;
}
.info-order-col .info-cus{
  display: flex;
  margin-bottom: 5px;
}
.info-order-col .info-cus > div{
  margin-right: 10px;
}
.cke_notifications_area{
  display: none;
}

.gb-table{
    width: 100%;
}
.gb-table tr{
    text-align: left;
}
.gb-message{
  margin-bottom: 20px;
    font-size: 150%;
    font-weight: 500;
    color: #225fa9;
}
th, td{
    padding: 5px;
}
td{
  font-size: 95%;
}
.product-tabs{
  background: #e8e3e3;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.show_tabs{
  margin-bottom: 50px;
}

.gb-tab, .tab-item{
    background: #2c7dca;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    color: #fff;
    font-size: 90%;
}

.gb-fl-wrap{
    flex-wrap: wrap;
}

.gb-bg-active{
    background: #f36d29 !important;
}

.gb-display-none{
  display: none;
}

.body-tab-active{
  display: block !important;
}

input, select{
    height: 25px;
}
.gb-field input, .gb-field select, .gb-field textarea{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d7d3d3;
}
.gb-field input:hover, .gb-field select:hover, .gb-field textarea:hover{
    border: 1px solid #f2602a !important;
    cursor: pointer;
}

.gb-right-side .gb-wrapper{
  max-width: 100% !important;
}


