html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    color: #13141c;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

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-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.container-game {
    width: 1370px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1399px) {
    .container-game {
        width: 1140px;
    }
}

@media (max-width: 1199px) {
    .container-game {
        width: 960px;
    }
}

@media (max-width: 991px) {
    .container-game {
        width: 100%;
    }
}

/* Thiet lap quang cao*/

.ads {
    width: 100%;
}

.ads-margin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.ads-left {
    display: none;
    position: absolute;
    top: 155px;
    left: 0;
    text-align: left;
    height: 600px;
}

.ads-right {
    display: none;
    position: absolute;
    top: 155px;
    right: 0;
    text-align: right;
}

.ads-content {
    height: 600px;
}

.ads-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.ads-title{
    display:block;
    text-align:center;
    background:0 0;
    font-size:11px;
    margin:0;
    padding:0;
    color:#b3b3b3;
    opacity:.6
}
.horizontal-title{
    text-align:left!important
}

.ads, .ads-left, .ads-right {
    z-index: 100;
}

@media (min-width: 1340px) {
    .ads-left {
        display: block;
    }
    .ads-right {
        display: block;
    }
    .ads-content {
        width: 160px;
    }
}

@media (min-width: 1880px) {
    .ads-left {
        display: block;
    }
    .ads-right {
        display: block;
    }
    .ads-content {
        width: 300px;
    }
}

#expand {
    cursor: pointer !important;
}

.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0px !important;
    border: 0px !important;
    left: 0px !important;
    right: 0px !important;
    cursor: pointer !important;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    /*font-family: museo sans,sans-serif;*/

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    font-family: "Muli",sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

a{
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: inherit;
}
p{
    margin-bottom: 10px;
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
}

table {
    border-collapse: collapse;
}

table th, table td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

input, select, textarea, button {
    background-color: transparent;
    outline: none;
}

button {
    -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
}

input, button {
    border: 0;
}

.container {
    position: relative;
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    width: 100%;
}

.font-bold {
    font-weight: bold;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline-block;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-r-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bz {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-r {
    position: relative;
}

.bg-fff {
    background-color: #fff;
}

.absolute {
    position: absolute;
    top: 50%;
}

.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.m-r {
    margin-right: 10px;
}

.m-t {
    margin: 10px 0;
}

.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gif {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

#loading_img {
    width: 50px;
    height: 50px;
    background-color: transparent!important;
}

.hidden {
    display: none;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.font-fff {
    color: #fff;
}
.center-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.al {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.loadingImage {
    width: 50px;
    height: 50px;
    background-color: transparent!important;
    -webkit-animation: loadingAnimation 1s linear infinite;
    animation: loadingAnimation 1s linear infinite;
}
@-webkit-keyframes loadingAnimation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loadingAnimation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loading_page{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99;
}
.layer-loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background-color: rgba(35,39,65,.65);
}

.clear {
    clear: both;
}
.throw-ads-970x90, .throw-ads-300x600, .throw-ads-160x600, .throw-ads-300x250, .throw-ads-768x90, .throw-ads-728x90, .throw-ads-468x60, .throw-ads-320x50, .span-ads, .throw-ads-200x200, .throw-ads-320x90{
    display: none;
}
.throw-ads-160x600{
    min-width: 160px;
    width: 160px;
}
.throw-ads-160x600-left{
    margin-right: 30px;
}
.throw-ads-160x600-right{
    margin-left: 30px;
}
/*menu*/
.header__navigation{
    /* background: url(../rs/imgs/bg_header.png), linear-gradient(to left, #2980b9, #2EB187); */
	background-color:#032B44;
    padding: 60px 0;
}
.header__navigation--listtab-item{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    padding: 15px;
    color: rgba(255,255,255,0.9);
    white-space: nowrap;
}
.text__{
    color: #fff;
    padding: 30px 0;
}
.text__description-site{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.grid__search-formgroup{
    width: 100%;
    padding: 10px 10px 10px 24px;
    background-color: #fff;
    border-radius: 3px;
}
.grid__search-formgroup > form{
    display: flex;
}
.grid__search--input{
    width: 100%;
    min-height: 46px;
    font-size: 1.6em;
    color: #555;
    background-color: #fff;
}
.grid__search--button{
    background-color: #E16671;
    border-color: #E45A66;
    border-radius: 3px;
    color: #FFF;
    padding: 10px 16px;
    height: 46px;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 600;
}
.grid__search--button > img{
    margin-right: 5px;
    width: 15px;
    height: 15px;
    margin-top: -3px;
}
.grid__search--button:hover{
    background-color: #E14250;
    border-color: #E45A66;
}
.header__navigation--menuicon{
    width: 44px;
    height: 44px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    display: none;
}
.header__navigation--mobile{
    display: none;
    margin-top: 15px;
    border-top: 1px solid #e7e7e7;
    margin-left: -15px;
    margin-right: -15px;
}
.header__navigation--mobile-item{
    display: block;

}
/*game_item*/
#game-page{
    padding: 40px 0;
    min-height: 100%;
}
.grid_tracking--inner{
    margin: 0 -15px;
}
.grid_tracking-left{
    width: 66%;
    padding: 0 15px;
}
.grid__tracking-box{
    font-size: 18px;
    margin-bottom: 15px;
}
.grid__tracking-title{
    color: #337ab7;
}
.grid__tracking-value{
    color: inherit;
}
.grid__tracking-information{
    margin: 15px 0;
}
.grid__tracking-history{
    /*padding: 0 15px;*/
    width: 100%;
    box-sizing: border-box;
}
.grid__traking--delivered {
	position: absolute;
	top: 30px;
	right: 15px;
	width: 30px;
	height: 30px;
	z-index: 1;
}

.grid__traking--delivered>svg {
	width: 30px;
	height: 30px;
	fill: #218748;
}
.grid__tracking--input {
	background-color: #eee;
	height: 40px;
	padding: 6px 12px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	border: 1px solid #ccc;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	width: 100%;
	color: #555;
	font-size: 14px;
}

.grid__tracking--button {
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: 0;
	cursor: pointer;
}

.grid__tracking--button:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
}
.grid__tracking-details{
    width: 34%;
    padding: 0 15px;
    box-sizing: border-box;
}
.grid__tracking--list{
    border: 1px solid #ddd;
    position: relative;
    border-radius: 3px;
}
.grid__tracking--list > li:nth-child(even){
    background-color: #F3F8F9;
}
.grid__tracking--list-item{
    /*padding: 25px 0 15px 0;*/
    position: relative;
    display: flex;
}
.grid__tracking--list-item:hover{
    background-color: #F1F5F9;
}
.grid__tracking--list-item > div{
    padding: 25px 10px 15px 10px;
}
.tracking-time{
    width: 150px;
    position: relative;
    border-right: 1px solid #ddd;
    padding: 10px;
    padding-right: 18px;
    text-align: center;
    box-sizing: revert;
    padding-right: 18px;
}
.void_tracking> span{
    display: block;
}
.tracking-dot{
    position: absolute;
    top: 15px;
    right: -18px;
    z-index: 10;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 18px;

}
.tracking-dot:after{
    content: "";
    display: block;
    background-color: #ddd;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 12px;
    left: 11px;
    top: 11px;
    z-index: 9;
}
.tracking-content{
    width: 100%;
    padding-left: 25px!important;
    box-sizing: border-box;
    position: relative;
}
.tracking-content > strong{
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 400;
}
.tracking-brand{
    position: absolute;
    top: 0;
    right: 0;
    position: absolute;
    padding: 5px 6px;
    color: #1f1f1f;
    font-size: 8px;
    text-transform: uppercase;
    border-bottom-left-radius: 3px;
    background-color: #ededed;
}
.tracking-location{
    color: #95a5a6;
}
.tracking__details-table{
    width: 100%;
    margin-bottom: 1em;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}
.tracking__details-table tr:nth-child(odd){
    background-color: #F3F8F9;
}
.tracking__details-table td, .tracking__details-table th{
    padding: 10px;
}
.tracking__details-table td > a{
    text-transform: capitalize;
    font-weight: 600;
}
.notracking_title{
    font-size: 20px;
    margin-bottom: 10px;
}
.slogan__text a{
	color: #337ab7;
}
/*footer*/
footer{
    padding: 40px 0;
    background-color: #191919;
    color: #fff;
}
.top-footer{
    border-radius: 5px;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 10px 30px 0 #dededf;
    box-shadow: 0 2px 8px rgb(18 17 36 / 4%), 0 4px 32px rgb(18 17 36 / 8%);
    padding: 30px 0;
}
.share-row__title{
    font-size: 30px;
    font-weight: 600;
    margin: 15px 0;
}
.link{
    color: #ced3d8;
    font-weight: 600;
    padding: 10px;
}
.link:hover{
    color: #fff;
}

@media (min-width: 992px){
    .header__navigation--mobile{
        display: none!important;
    }
    .throw-ads-728x90, .throw-ads-300x250{
        display: block;
    }
}

@media (max-width:991px){
    .grid_tracking--inner{
        margin: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .grid_tracking-left, .grid__tracking-details{
        width: 100%;
        padding: 0;
    }
    .header__navigation--listtab{
        display: none;
    }
    .header__navigation--menuicon{
        display: flex;
    }
    .header__navigation, .text__{
        padding: 15px 0;
    }
    .throw-ads-320x90{
        display: block;
    }
}
@media (max-width:767px){
    .grid__search--button > span{
        display: none;
    }
    .grid__search--button > img{
        margin: 0;
    }

}