
    * {
        font-family: 'Roboto Condensed', sans-serif;
    }
    body {
        padding-top: 50px;
        background: #f8f9fa;
    }
    ol, ul {
        list-style: none;
        padding-left: 0;
    }
    hr {
        margin: 10px 0;
    }
    a:hover, a::selection, a:active, a:focus{
        text-decoration: none!important;
        color: #ff9b00;
    }
    .h1, .h2, .h3, h4, h5, h6 {
        margin: 0;
        font-family: 'Roboto Condensed', sans-serif!important;
    }
    .logo {
        float: left;
        margin-top: -8px;
    }
    .site-title {
        display: block;
        float: left;
        color: #faca3b;
        font-size: 22px;
        padding-left: 5px;
        padding-top: 0;
        margin-top: -10px;
        letter-spacing: 5px;
    }
    .site-title span {
        display: block;
        font-family: "Arial",serif;
        font-size: 12px;
        color: #FFF;
        padding-top: 4px;
        letter-spacing: -0.2px;
    }
    .navbar-default {
        background-color: #000;
        border: none;
        border-radius: 0;
    }
    .navbar {
    margin-bottom: 0;
    padding: 5px 0;
}
    .navbar-default .navbar-nav>li>a {
        text-transform: uppercase;
        color: #FFF;
    }
    .navbar-default .navbar-nav>li>a:hover,  .navbar-default .navbar-nav>li>a:focus {
        color: #f5c61e;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #f5c61e
    }
    .dropdown-menu {
        background: #000;
        color: #FFF;
    }
    .dropdown-menu > li > a:hover{
        background: #000;
        color: #f5c61e
    }
    .dropdown-menu > li > a {
        color: #FFF;
    }
    .header-banner {
        background-size: cover;
        text-align: center;
        color: #FFFF00;
        padding-bottom: 20px;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
    }
    .header-title {
        text-transform: uppercase;
    }
    .header-top-layer {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 325px;
    }
    .header-top-layer-tr {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 325px;
    }
    .header-short-banner {
        background: #424242 url(../images/s6_bg.jpg);
        min-height: 136px;
        padding: 30px 0;
        color: #FFF;
    }
    .header-notice {
        background: rgba(255, 255, 255, 0.15);
        max-width: 706px;
        margin: 0 auto;
        padding: 20px;
        border-radius: 10px;
    }
    .header-notice ul {
        padding-left: 0;
        list-style: none;
    }
    .header-intro {
        padding: 30px 0;
        color: #DDD;
    }
    .header-intro h1 {
        font-size: 40px;
        color: #f5c61e
    }
    .header-intro .header-sub-title {
        color: #FFF;
        letter-spacing: 6.3px;
        padding-left: 3px;
    }
    .big-button {
        color: #000;
        display: block;
        margin: 50px auto 20px auto;
        border-radius: 40px;
        background-color: #f5c61e;
        padding: 20px 10px;
        text-align: center;
        max-width: 400px;
        font-size: 20px;
    }
    .big-button:hover {
        text-decoration: none;
        color: #000;
    }
    @media  screen and (max-device-width: 1366px) {

        .header-intro h1 {
            font-size: 30px;
            color: #f5c61e
        }
        .header-intro .header-sub-title {
            color: #FFF;
            letter-spacing: 2px;
            padding-left: 3px;
        }
    }
    .tool-review img {
        max-width: 100%;
    }
    .thumbnail {
        border-radius: 0;
    }
    .page-header {
        text-transform: uppercase;
        text-align: left;
        border-left: 7px solid #ea8e00;
        line-height: 40px;
        padding-left: 10px;
        padding-bottom: 0;
        border-bottom: none;
        margin: 40px 0 20px;
        font-weight: bold;
        clear: both;
    }
    .car_img {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        pointer-events: none;
        width: 380px;
        z-index: 10;
    }

    @media  screen and (max-device-width: 768px) {
        .car_img {
            display: none!important;
        }
    }
    .footer {
        margin-top: -5px;
        background-color: #131313;
        color: #828282;
        padding: 20px 0;
        position: relative;
        z-index: 9;
    }
    .footer:before {
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        height: 16px;
        background: url(../images/foot_t.png) no-repeat;
        background-position: center top;
        top: -16px;
        z-index: 10;
    }
    .btn {
        border-radius: 0!important;
    }
    .card {
        background: #424242 url(../images/s6_bg.jpg);
        margin-top: 40px;
        padding: 20px;
        color: #FFF;
    }
    .card-header  {
        font-weight: bold;
        padding: 10px;
        font-size: 20px;
    }
    .section-title {
        padding: 15px 0 10px 0;
        color: #FFF;
        text-align: center;
    }
    .package-list{margin-top:15px}
    .tool-item {
        background: #424242 url(../images/s6_bg.jpg);
        background-position: left;
        border-radius: 0;
        border: 1px solid #ea9300;
        padding: 10px;
        overflow: hidden;
        display: block;
        margin-bottom: 30px;
    }
    .package-item-hour{
        float:left;
        font-size:35px;
        width:50px;
        background:#faca3b;
        color:#4a4a4a;
        border-radius:50%;
        margin-right:10px;
        height:50px;
        line-height:50px
    }
    .form-control {
        border-radius: 0;
    }
    .item-bounder {
        border: 1px solid #ddd;
        margin: 15px 0;
        padding: 10px;
        background: #fff;
        box-shadow: 0 5px 62px 0 rgba(2,55,102,.09);
        transition: all .3s;
        border-radius: 5px;
    }
    .item-bounder:hover {
        box-shadow: 0 2px 29.12px 2.88px rgba(0,0,0,.14);
    }
    .item-container {

    }
    .item-image {
        position: relative;
        height: 165px;
    }
    .item-status {
        position: absolute;
        top: -10px;
        right: -10px;
        color: #FFF;
        padding: 3px 10px;
        border-bottom-left-radius: 10px;
    }
    .item-image img {
        width: calc(100% + 20px);
        margin: -10px -10px 0 -10px;
        max-height: 190px;
        border-bottom: 1px solid #EEE;
    }

    .item-caption h3 {
        text-transform: uppercase;
        padding: 0;
        margin-top: 0;
    }
    .item-caption p {
        height: 40px;
        /*display: none;*/
    }
    .tool-download {
        float: right;
        padding-bottom: 15px;
        margin-left: 15px;
    }
    .comisstion_fixed_button {
        position: fixed; top: 21%; transform: rotate(90deg); left: -114px; z-index: 9999
    }
    .swal2-html-container {
        font-size: 16px;
    }
    .swal2-title {
        font-size: 26px;
    }
    .swal2-container.swal2-center>.swal2-popup {
        width: 620px;
    }
    .swal2-styled.swal2-confirm {
        font-size: 16px;
        background: #00cfe8;
    }
    .swal2-styled.swal2-confirm:focus {
        box-shadow: 0 0 0 3px rgb(0 207 232 / 50%);
    }
    @media  screen and (max-device-width: 768px) {
        .tool-download {
            float: unset;
            margin: 0;
            padding: 0 0 20px 0;
        }
        .comisstion_fixed_button {
            left: -130px;
        } 
        .comisstion_fixed_button img {
            width: 38%;
            height: 38%;
        }
        .swal2-popup {
            width: 100%;
        }
    }
    .tool-of-game {
        position: relative;
    }
    .tool-of-game-people {
        display: block;
        position: absolute;
        left: 0;
        bottom: -50px;
        width: 18%;
        z-index: 2;
    }
    


 /* CSS cho trang ban acc */ 

    .acc_header {
        background-image: url("../images/header_img.jpg");
        background-size: cover;
        padding-top: 20px;
        min-height: 569px;
        background-position: bottom;
    }
    .acc_header1 {
        background-image: url("../images/header_imgpubg.png");
        background-size: cover;
        margin-top: 20px;
        min-height: 569px;
        background-position: bottom;
    }
    
    .acc_header table td {
        border-color: #fac13c!important;
    }
    .acc_header h1 {
        color: #fac13c;
        font-size: 26px;
        background: #ffffff00;
        padding: 5px;
        border: 1px solid #fac13c;
    }
    .acc_header .buy-now {
        padding: 5px;
        font-size: 20px;
        color: black;
    }
    .clothes-bg-bottom1 {
        background: url("../images/hr2.png") center center no-repeat;
        height: 33px;
        display: block;
        margin: 5px 0
    }
    .clothes-bg-bottom {
        background: url("../images/hr2.png") center center no-repeat;
        height: 62px;
        display: block;
        margin: 10px 0
    }
    .acc-item-bounder {
        min-height: 160px;
        border: 1px solid #fac13c;
        margin-bottom: 30px;
        position: relative;
    }
    .bounder-danger {
        border: 1px solid #d95d4f;
    }
    .bounder-primary {
        border: 1px solid #ea8e00;
    }
    .bounder-blue {
        border: 1px solid #3498DB;
    }
    .acc-search {
        background: #000;
        border: 1px solid #fac13c;
        margin-bottom: 20px;
    }
    .champion-card-content, .skin-card-content {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 20px;
        color: #eee;
        background: rgba(255, 0, 0, 0.45);
    }

    @media    only screen and (max-width: 768px) {
        .acc_header h1, .acc_header table {
            background-color: rgba(0, 0, 0, 0.7);
        }
        /*.acc_description {*/
        /*    bottom: 97px !important;*/
        /*}*/
        /*.acc_header {*/
        /*    margin-left: -10%;*/
        /*}*/
    }

    @media  only screen and (min-width: 768px) {
      .navbar-right {
        float: right!important;
        margin-right: -70px;
        }
    }
    
.alert {
    margin-bottom: 40px;
}

.opacity:hover{opacity:0.6} /* 0.6 là điều chỉnh thông số thông suốt  */
.black:hover{filter: grayscale(100%);} /*  100% là độ chuyển màu sang đen của ảnh  */
.blur:hover{filter: blur(5px);} /* 5px là độ blur của hình ảnh */


