/*my common*/
.my-row{
    width: 100%;
    display: block;
}
#iframehtml5{
    position: relative;
    max-width: 913px;
    width: 100%;
    min-height: 525px;
    display: block;
    margin: 0 auto;
    z-index: 3;
    overflow: hidden;
}
button:focus ,input:focus{
    outline: none;
}
a:hover, a:focus, a:active{
    text-decoration-line: none;
}
/*loading ajax gif*/
.loading-ajax-more{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 45px;
    display: block;
    overflow: hidden;
    transform: translate(-50%, -100%);
    z-index: 10;
}
.loading-ajax-more .img-loading{
    display: block;
    width: 100%;
    overflow: hidden;
}
.loading-ajax-more img{
    width: 100%;
    display: block;
}
/*back to top*/

#back-to-top{
    position: fixed;
    bottom: 195px;
    right: 150px;
    width: 50px;
    height: 50px;
    z-index: 999;
    background-color: #00c791;
    border-radius: 50%;
    border: 3px solid #C5EEE3;
    cursor: pointer;
}
.back-top-box{
    width: fit-content;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#back-to-top img{
    width: 100%;
}
/*FULL SCREEN*/
#expand{
    cursor: pointer;
    z-index: 9999;
}
.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 999999 !important;
    top: 0px !important;
    border: 0px !important;
    left: 0px !important;
    right: 0px !important;
    max-height: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
/*end my common*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

main {
    display: block;
}


h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}


pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}


a {
    background-color: transparent;
}


abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

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; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}


button,
input { /* 1 */
    overflow: visible;
}


button,
select { /* 1 */
    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 {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

details {
    display: block;
}
summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}
/*het normalize*/
/*quy chuan cua bootrap*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
/*het bootrap*/
/*quy chuan chung cua cong ty*/

.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%;
    }
}
/*lan tu code*/
.row-screen{
    width: 100%;
    display:block;
}
a{
    text-decoration: none;
}
/*het lan tu code*/
/* Thiet lap quang cao*/
/*lan tu them */
.ads, .ads-left,.ads-right{
    z-index: 100; 
}
/*end lan tu them*/

.ads{
    width: 100%;
}
.ads-margin{
    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{    
    width: 100%;
    overflow: hidden;
}
.ads-box{
    width: fit-content;
}
.ads-title{
    text-align: center;
    background: #1494CA;
}
.ads-title{
    font-size: 11px;
    margin: 0;
    padding: 0;
}
@media (min-width: 1340px) { 
    .ads-left{
        display:block;
    }
    .ads-right{
        display:block;
    }
    .ads-content-left, .ads-content-right{
        width:160px;
    }
}
@media (min-width: 1880px) { 
    .ads-left{
        display:block;
    }
    .ads-right{
        display:block;
    }
    .ads-content-left, .ads-content-right{
        width: 300px;;
    }
}
div,input,button{
    box-sizing: border-box;
}
/*ket thuc quy chuan chung cua cong ty*/
ul, ol{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
    padding: 0;
    margin: 0;  
}
.img-for-mobile{
    display: none;
}
a,p,h1,h2,h3,h4,h5,h6{
    padding: 0;
    margin: 0;
}
a{
    cursor: pointer;
}
p{
    margin: 0;
    padding: 0;
}
a:hover{
    text-decoration: none;
}

/*contact us*/
.contact-link{
    color:#00c791 !important;
    cursor: text;
    font-size: 12px !important;
    letter-spacing: .5px;
}
.h3-contact{
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: capitalize;
    text-align: left;
    color: #000;
    overflow: hidden;
}
#contact_form .comment-notes{
    padding: 15px 15px 15px 0;
    width: 100%;
    overflow: hidden;
}
#contact_form .comment-notes .required{
    font-weight: bold;
}
#contact_form .comment-notes span{
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 24px;
    color: #000;
}
#contact-us{
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
}
.show-contact-form #contact-us{
    position: fixed;
    top: 100px;
    height: fit-content;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
}
.g-recaptcha2{
    display: block;
    float: left;
    overflow: hidden;
}
#contact_form input{
    border-radius: 0;
    padding: 15px;
}
#contact_form textarea{
    width: 100%;
    border-radius: 0;
    padding: 15px;
    color: #000;
}
.show-contact-form  #contact-us > #contact_form{
    background-color: #f6f6f6;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #c0c0c0;
}
#contact-us > #contact_form{
    max-width: 640px;
    padding: 20px 15px;
    overflow: hidden;
}
#contact_form .small-input{
    width: 50%;
}
#contact_form .small-input input{
    width: 95%;
    float: left;
}
#contact_form .small-input.e-mail-input input{
    float: right;
}
#contact_form .input-box{
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}
#contact_form .input-box.big-input{
    width: 100%;
}
#contact_form .input-box input{
    height: 45px;
    border: 1px solid #c0c0c0;
}
#contact_form .submit-input{
    height: 35px;
    width: 100px;
}
#contact_form .submit-input > input{
    color: #000;
    width: 100%;
    height: 100%;
    padding: 0;
    line-height: 35px;
}
.submit-input{
    float: right!important;
}
.cancel-contact{
    display: none;
}
.show-contact-form #contact-us .cancel-contact{
    display: block;
}
.cancel-contact{
    margin-right: 15px;
}
.cancel-contact > input{
    border: none;
    background-color: unset;
    color: #000;
}
.cancel-contact > input:hover{
    color: #f40404;
    background-color: unset;
}
#contact-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000;
    opacity: .7;
    z-index: 9; 
}
#contac_subject{
    width: 100%;
}
.hidden{
    display: none;
}
/*end contact us*/