body {
    background-color: white;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.nav-item .active{
    background: #337ab7;
    color: #ffff !important;
}
.label {
    border-radius: 4px;
    font-size: 75%;
    padding: 4px 7px;
    margin-right: 5px;
    font-weight: 400;
    color: #fff;
}

.label-danger {
    color: #ffff !important;
    background: #ff5370;
}
.label-primary {
    color: #ffff !important;
    background: #4099ff;
}
.label-info {
    background: #00bcd4;
    color: #fff !important;
}
.label-primary {
    background: #4099ff;
    color: #fff !important;
}
.createService{
    cursor: pointer;
}

.moth{
    padding: 7px 15px;
    border: none;
    border-bottom: 1px solid;
}

.fix_line{
  padding-top: 20px !important;
}
.btn-group-sm>.btn, .btn-sm {
     padding: 0.6rem 0.5rem;
    border-radius: 50%;
}
i.fa.fa-trash {
    color: #ffff !important;
    font-size: 15px;
}
i.fa.fa-warning {
    color: #777;
    font-size: 23px;
}

i.fa.fa-save {
    color: #777;
    font-size: 23px;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: none;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: none;
}
.btn-warning > i.fa.fa-warning{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.btn-info > i.fa.fa-save{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}


.badge-primary {
    color: #fff !important;
    background-color: #007bff;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.modal-body{
    color: black;
}
#login .LoginLink, #login .SkinObject, #login .SkinObject{
    color: #ffff;
}
a.btnPrimary {
    margin-right: 5px !important;
}
#search{
    padding: 5px 15px
}

button.btn.btn-secondary.closeCart {
    /* color: #bf0a0a; */
    padding: 8px 20px;
}
button.btn.btn-primary.confirmCart {
    padding: 8px 20px;
}
img{
    max-width: 100% !important;
}

.card-primary:not(.card-outline)>.card-header {
    background-color: #007bff;
}
.card-primary:not(.card-outline)>.card-header, .card-primary:not(.card-outline)>.card-header a {
    color: #fff;
}
.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0.75rem 1.25rem;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

#menu-tab-mobile{
    display: none;
}
.menu-tab-li
{
    padding-left: 0;
    margin-bottom: 0;
}
.menu-tab-li >li{
    display: inline-block;
    padding: 10px 15px;
    font-size: 15px;
    text-align: center;
    width: 32%;
    text-transform: uppercase;
    padding: 10px 0;
    padding-bottom: 0;
}
.menu-tab-li >li > a{
    color:#111c;
    font-weight: 600;

}

.menu-tab-li .active{
   
    border-bottom: 1px solid red;
}

.row.m-0.nav-menu-mobile {
  background-color: #0070d9;
  padding: 0;
  display: none;
}

.menu-left i, .menu-right i{
    color: #fff;
}

.left {
  float: left;
  margin-left: 15px;
  margin-top: 15px;
}
.header-right {
    position: absolute;
    top: 15px;
    right: 15px;
}
figure {
  top: 5px;
  position: relative;
  left: -15%;
}

.sidebar {
    height: 100%;
    position: fixed;
    overflow-y: auto;
    border-radius: 0 10px 10px 0;
    top: 0;
    z-index: 9999;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    background: #0070D9;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0px 3px 15px rgb(0 0 0 / 50%);
    -ms-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
}

.sidebar.sidebar-left {
  width: 0;
}
.sidebar .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.sidebar .navbar-nav {
    width: 100%;
    display: block;
    margin: 0 !important;
}
.sidebar .navbar-nav li {
    width: 100%;
    display: block;
    border-top: 0;
    padding: 0 15px;
}
.sidebar li > a {
    width: 100%;
    display: block;
    line-height: 26px;
    padding: 10px 10px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    vertical-align: middle;
    border-radius: 10px;
    position: relative;
}
.sidebar .navbar-nav li > a {
    border-bottom: 1px solid #ffffff70;
    border-radius: 0;
    padding: 8px 10px;
    color: #fff;
}
.sidebar .navbar .navbar-nav li a.active {
    background: rgba(0, 0, 0, 0.2);
}
.sidebar.sidebar-left.menu-left-open  {
    width: 100%;
}
.sidebar-right {
    right: 0;
    width: 0
}
.background {
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
.background img {
    opacity: 0.2;
    width: 100%;
    top: 0;
    border: 0;
    min-height: 100%;
}
.sidebar-right a{
    color: #fff;
}
.sidebar-right .row.m-0.fixed-header{
    padding: 0;
    background-color: #0e82ee;
    display: flex;
    z-index: 1;
    position: relative;
}
.page-content.text-white {
  position: relative;
  z-index: 1;
}
.btn-success, .gradient-success {
    background-color: #12c150;
    background-image: -webkit-linear-gradient(to top, #a8e063, #12c150);
    background-image: linear-gradient(to bottom, #a8e063, #12c150);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 3px 15px #12c150;
    -ms-box-shadow: 0px 3px 15px #12c150;
    -moz-box-shadow: 0px 3px 15px #12c150;
    -webkit-box-shadow: 0px 3px 15px #12c150;
    color: #ffffff;
    border: 0;
    padding: 8px 15px;
}
.sidebar .btn-primary, .sidebar .gradient-primary {
    background-color: #8f94fb;
    background-image: -webkit-linear-gradient(to top, #8f94fb, #4e54c8);
    background-image: linear-gradient(to bottom, #8f94fb, #4e54c8);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 3px 15px #8f94fb;
    -ms-box-shadow: 0px 3px 15px #8f94fb;
    -moz-box-shadow: 0px 3px 15px #8f94fb;
    -webkit-box-shadow: 0px 3px 15px #8f94fb;
    color: #ffffff;
    border: 0;
    padding: 8px 25px;
}
.profile-link {
    width: 90%;
    margin: 0 auto;
    padding: 15px !important;
}
.media-body.text-center {
    background: #ffffff;
    border-radius: 8px;
    padding: 10px;
}
.menu-right-open{
    width: 100%;
}
.show_right{
    display: none;
}

::placeholder {
  color: #333;
  opacity: 1; /* Firefox */
}
ul.line li select, ul.line li input {
  margin-bottom: 0;
}
.line > li {
  margin-right: 10px;
}

.bank-card {
    Display: flex;
    text-align: left;
}
.info-bank {
    border: 1px solid #999;
    padding: 5px;
    color: #337bff;
    font-weight: 500;
}

.error{
    display: none;
    border: solid 1px #fb3e00;
    background: #f53900;
    padding: 2px 4px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.backCard{
    display: none;
}

.pagination li:nth-child(6) {
    display: none;
}

i.fa.fa-angle-double-left,i.fa.fa-angle-double-right, i.fa.fa-ellipsis-h {
    font-size: 23px;
}
.row.copyright > p {
    color: #222;
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.show_mobile{
    display: none;
}
@media only screen and (min-width: 2304px){
    .box-search{
        width: 55%;
        margin: 0 auto;
    }
    .line.AdvancedSearch {
       margin-left: 9.5%;
    }
}
@media only screen and (min-width: 1920px) and (max-width: 2200px){
    .box-search{
        width: 65%;
        margin: 0 auto;
    }
    .line.AdvancedSearch {
       margin-left: 9.5%;
    }
    @media(min-width: 1200px){
        .header-right {
            right: 15%;
        }
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1900px) {
    .box-search {
        width: 81%;
        margin: 0 auto;
    }
     .line.AdvancedSearch {
       margin-left: 9.5%;
    }
}

@media screen and (min-width: 900px) and (max-width: 1440px) {
         .box-search {
            width: 90%;
            margin: 0 auto;
        }
         .line.AdvancedSearch {
           margin-left: 9.5%;
        } 
   }
}
@media(max-width: 1440px)
{
    .line > li{
        margin-right: 10px;
        width: auto;
    }

   /* .line > li:last-child {
         margin-left: 30px;
    }*/
}
@media(width: 1366px)
{
    .box-search{
        width: 95%;
        margin: 0 auto;
    }
    .line.AdvancedSearch {
       margin-left: 9.5%;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px)
{
    .box-search{
        width: 100%;
        margin: 0 auto;
    }
    .line.AdvancedSearch {
       margin-left: 115px;
    }
}

@media(min-width: 1200px){
    .header-right {
        top: 5px;
    }
}

@media(width: 1024px){
    input.txtsearch {
        min-width: 175px !important;
    }

}
@media(max-width: 1024px){
    .line > li:first-child .title1 {
         display: none;
    }
    .line > li {
        margin-right: 0px;
    }

}
@media screen and (min-width: 768px) and (max-width: 1024px){
    .submit-support {
        padding: 5px 10px;
    }
    #navigation.navbar{
        display: none;
    }
     .row.m-0.nav-menu-mobile{
        display: block
    }
     #menuMobile{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    #menu-tab-mobile{
        display: block;
        margin-top: 45px;
    }
     .display_mobile{
        display: none;
    }
    input.txtsearch {
        width: 100%;
    }
    .line.AdvancedSearch {
        margin-left: 0;
    }
}
@media(max-width: 676px){
    .dropbtn.fix_height {
      height: 23px;
    }
    .display_mobile, .show_pc{
        display: none;
    }
    .d-flex-molbie{
        display: flex !important;
    }
    .show_mobile{
        display: block;
    }
    #menu-tab-mobile{
        display: block;
        margin-top: 60px;
    }
    .actionList .btnSaveAll  {
      margin-top: 8px;
      display: inline-block;
      padding: 2px 10px;
      width: 50%;
    }
     .actionList .btnPrimary {
      margin-top: 8px;
      display: inline-block;
      padding: 2px 10px;
      width: 47%;
    }
    i.fa.fa-save {
      color: #fff;
      font-size: 15px;
    }
    .main-content .row{
        padding-left: 0;
        padding-right: 0;
    }
    .logo {
      display: block;
      height: 45px;
      margin-bottom: 12px;
    }

    #header .header-container{
        padding-top: 0;
    }
    #header .header-form-wrapper{
        padding: 10px 0;
    }
    .header-container .container{
        padding-left: 0;
        padding-right: 0;
    }
    .row.m-0.nav-menu-mobile{
        display: block
    }
    .copyright{
        padding: 0 !important;
    }
    .fix_panding{
        padding-left: 0;
        padding-right: 0;
    }
    .tab-menu-profile > li{
        width: 49%;
        margin-bottom: 10px;
        text-align: center;
    }
    .tab-menu-profile > li > a{
        font-size: 14px;
    }
    .show_right{
        display: block;
    }
    .line > li {
      margin-right: 10px;
      width: 100%;
    }
    .sub_search > li{
        width: 49%;
        margin-right: 0;
        display: inline-flex;
    }
    ul.line li select {
      width: 100%;
      margin-bottom: 5px;
    }
    ul.line li input{
        width: 100% !important;
    }
    #menuMobile{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    .header-right{
        right: 15px;
    }
    .DnnModule{
        z-index: 1 !important;
    }
    .dnnFormItem input[type="text"], .dnnFormItem textarea {
      margin-bottom: 10px;
    }
    .row{
        padding-left: 0;
        padding-right: 0;
    }
    .nav > li > a{
        padding: 5px 10px;
    }
    .card-body {
      text-align: center;
    }
    ul{
        padding-left: 0;
    }

    ul li{
        list-style: none;
    }
    .detail-news{
        overflow-x:auto;
    }
    .detail-news table{
        width: 100% !important;
    }
}
.nav>li>a:focus, .nav>li>a:hover{
    background: #337ab7 !important;
    color: #ffff;
}
#login{
    padding-top: 9px;
}
span.badge {
    border-radius: 50%;
    position: relative;
    top: -5px;
    left: -8px;
    background-color: red;
    border: none;
    font-size: 13px;
}