/*
Theme Name: Theme MB660
Version: 1.0
Text Domain: mb660
*/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #d4463d;
}

::-webkit-scrollbar-thumb:hover {
  background: #d4463d;
}
img{outline: none;max-width: 100%;height: auto}
input:focus,button:focus,select:focus,textarea:focus{outline: none}
iframe{margin-left: auto;margin-right: auto;max-width: 100%}
body{
    color: #333333;
    font-size: 16px;
}
a,a:hover{text-decoration: none;}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}

/*Mobile*/
#overlay {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 998;
}
.mobile-header {
    display: none;
    position: fixed;
    z-index: 99999;
    background: #FFF;
    top: 0;
    left: 0;
    height: 60px;
    border-bottom: 1px solid #e4e4e4;
    width: 100%
}

.mobile-header .left-menu, .mobile-header .right-menu {
    border: none;
    position: absolute;
    top: 0;
    padding: 0;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s
}
.mobile-header .left-menu {
    left: 0;
    height: 50px;
    width: 50px;
    background: #fff;
    color: #000;
    margin-top: 10px;
    border-bottom: 1px solid #e4e4e4;
}
.mobile-header .left-menu span i {
    font-size: 35px;
}
.mobile-header .right-menu {
    right: 15px;
    top: 14px;
    font-size: 16px;
    display: none;
}
.mobile-header .right-menu a{color: #ff3232}
.mobile-header .right-menu a.cart-mobile {
    margin-right: 15px;
}
.mobile-header .right-menu .fa{font-size: 20px}
.mobile-header .title {
    width: 100%;
    text-align: center
}
.mobile-header .title img{
    max-height: 45px;
    margin-top: 9px;
}
.mobile-header .title p {
    font-size: 20px;
    letter-spacing: .58rem;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.mobile-header .title p a {
    color: #d41617
}
.st-menu .wrap-cta-menu-mobile {
    padding: 5px 15px;
}
.st-menu .wrap-cta-menu-mobile .text-1 {
    background: transparent;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #fff;
    margin-right: 45px;
    margin-bottom: 15px;
}
.st-menu .wrap-cta-menu-mobile .wrap-1 a {
    text-decoration: none;
}
.st-menu .wrap-cta-menu-mobile .text-1 i {
    margin-right: 7px;
}
.st-menu .wrap-cta-menu-mobile .text-1 span {
    text-transform: uppercase;
}
.st-menu .wrap-cta-menu-mobile .text-1 .number-24-7 {
    color: #fff;
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.st-menu .wrap-cta-menu-mobile .text-2 {
    background: #f9dd21;
    padding: 11px 15px;
    border-radius: 4px;
    display: block;
    margin-top: 10px;
    margin-right: 45px;
    display: none;
}
.st-menu .wrap-cta-menu-mobile .text-2 i {
    margin-right: 10px;
    font-size: 18px;
    color: #000;
}
.st-menu .wrap-cta-menu-mobile .text-2 span {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
}
.st-menu {
    position: fixed;
    top: 0;
    left: -270px;
    display: none;
    width: 270px;
    height: 100%;
    z-index: 99999;
    overflow: scroll;
    background: #C92123;
}

.st-menu .nav {
    margin-top: 15px;
    padding-top: 20px;
}
.st-menu > ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.st-menu > ul > li > ul.sub-menu{
    list-style: none;
    padding-left: 35px;
    display: none;
}
.st-menu > ul > li > ul.sub-menu > li > ul.sub-menu{
    padding-left: 18px
}
.st-menu ul li {
    width: 100%;
    margin-bottom: 5px;
}
.st-menu ul > li > .caret{
    position: absolute;
    right: 15px;
    top: 14px
}
.st-menu ul li .wrap-link-submenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.st-menu ul li a {
    font-size: 18px;
    color: #fff;
    padding: 5px 15px;
    display: flex;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
}
.st-menu ul li .wrap-link-submenu .caret {
    margin-right: 15px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 7px dashed;
}
.st-menu ul li a:hover,
.st-menu ul li a:focus{
    color: #fff;
    background: none
}
.st-menu ul.sub-menu li a{
    padding-left: 0
}

.bar {
    margin: 0 auto;
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 3px;
    background: #fff;
    box-shadow: inset 0 9999in;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.bar:nth-child(1) {
    margin-top: 5px
}

.menu-icon {
    display: none
}

.st-menu-open .menu-icon {
    display: block
}

.st-menu-open .menu-icon+span {
    display: none
}

.st-menu-open .bar:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 5px
}

.st-menu-open .bar:nth-child(2) {
    display: none
}

.st-menu-open .bar:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px
}

/*END MOBILE*/

.header-desktop {
/*    background: url('assets/img/header-bg-r.png') 50%/auto 100% repeat-x;
    border-bottom: 1px solid #d4463d;
    overflow: hidden;
    position: relative;*/
    border-bottom: 1px solid #d4463d;
}

.header-desktop .wrap-all {
    position: relative;
    z-index: 2;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 21px 0;
    max-width: 1350px;
    margin: 0 auto;
}

.header-desktop .xmas-header-bg {
    display: none;
    height: 100%;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: auto;
    z-index: 1;
}

.header-desktop .wrap-left .logo img {
    height: 50px;
}
.header-desktop .wrap-left .notification {
    display: none;
}

.header-desktop .wrap-right .wrap-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: flex-end;
}

.header-desktop .wrap-right .wrap-top .link-ref {
    color: #000;
}

.header-desktop .wrap-right .wrap-top .btn-login,
.header-desktop .wrap-right .wrap-top .btn-register,
.home-content .btn-login,
.home-content .btn-register {
    background: #fff;
    border: 1px solid #ff2600;
    border-radius: 5px;
    color: #ff2600;
    font-weight: 700;
    justify-content: center;
    padding: 5px 25px;
    display: inline-block;
    margin: 0 15px;
}

.header-desktop .wrap-right .wrap-top .btn-register, .home-content .btn-register {
    background: #ff2600;
    color: #fff;
    margin-right: 0;
}

.header-desktop .wrap-right .wrap-bottom {
    display: flex;
    justify-content: flex-end;
}

.header-desktop .wrap-right .wrap-bottom .link-icon {
    margin-left: 15px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.header-desktop .wrap-right .wrap-bottom .link-icon a {
    display: flex;
    color: #333333;
}
.header-desktop .wrap-right .wrap-bottom .link-icon i {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    display: inline-block;
}

.header-desktop .wrap-right .wrap-bottom .link-icon i.icon-daily {
    background-image: url('assets/img/icon-daily.png');
}

.header-desktop .wrap-right .wrap-bottom .link-icon i.icon-cs {
    background-image: url('assets/img/icon-cs.png');
}

.header-desktop .wrap-right .wrap-bottom .link-icon i.icon-app {
    background-image: url('assets/img/icon-app.png');
}

.header-desktop .wrap-right .wrap-bottom .link-icon i.icon-code {
    background-image: url('assets/img/left-code.png');
    filter: grayscale(100%) brightness(.5);
}

.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-pagenavi a {
    font-weight: normal!important;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 3px 10px!important;
    display: inline-block;
    border-radius: 3px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #fff;
    border-color: #ed1c24!important;
    background: #ed1c24;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 16px;
}
.wp-pagenavi span.current {
    font-weight: bold!important;
}
.wp-pagenavi a {
    border: none;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px;
}

.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #D6D6D6;
    transition: 0.3s all;
    width: 6px;
    height: 6px;
    margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 33px;
    background: #EF3636;
    border: 1px solid #EF3636;
    transition: 0.3s all;
}

.go-to-top {
    position: fixed;
    z-index: 99999;
    cursor: pointer;
    background: #EF3636;
    height: 40px;
    width: 40px;
    right: 25px;
    bottom: 190px;
    color: #ffffff;
    justify-content: center;
    text-align: center;
    border: 2px solid #fff;
    font-size: 18px;
    transition: .3s;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: 0.3s all;
}

a.cta-action-text {
    position: fixed;
    bottom: 100px;
    right: 30px;
}

a.cta-action-text img.icon-zalo {
    width: 55px;
}

a.cta-action-fb {
    position: fixed;
    bottom: 20px;
    right: 30px;
}

a.cta-action-fb img.icon-fb {
    border-radius: 50%;
    width: 55px;
}

.rank-math-breadcrumb {
    text-align: left;
    margin-bottom: 15px;
}
.rank-math-breadcrumb a {
    color: #4f4f4f;
}
.rank-math-breadcrumb .last {
    color: #000;
    font-weight: bold;
}
.owl-theme .owl-nav {
    margin-top: 0;
}

.home-content {
    margin-top: 50px;
    max-height: 300px;
    overflow: auto;
}
.home-content h1 {
    color: #d4463d;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
}

.layer-archive .category-description {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 30px;
}

.layer-archive .list-post .item {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);
    margin-bottom: 30px;
    overflow: hidden;
}

.layer-archive .list-post .item .wrap-text {
    padding: 15px;
}
.layer-archive .list-post .item .wrap-text .text-1 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
.layer-archive .list-post .item .wrap-text .text-1 a{
    color: #000;
}
.layer-archive .list-post .item .wrap-text .text-1 a:hover{
    color: #d4463d;
}

.layer-archive .list-post .item .wrap-text .excerpt {
    color: #333;
    font-style: italic;
}

article.post .post-title, .title-cat, .page-title {
    margin: 0 0 30px;
    color: #d4463d;
}

.related_post .title-related {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #d4463d;
}
.related_post ul {
    margin: 0;
    overflow: hidden;
}
.related_post ul li{
    padding-bottom: 10px;
    width: 50%;
    float: left;
}
.related_post ul li a{
    display: inline-block;
    color: #000;
}
.related_post ul li a:hover{
    color: #d4463d;
}

/*home page*/
.wrap-banner-header .section-1 .owl-prev,
.wrap-banner-header .section-1 .owl-next {
    position: absolute;
    top: 50%;
    height: 70px;
    width: 70px;
    background-color: rgba(0,0,0,.5) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0,-50%);
}
.wrap-banner-header .section-1 .owl-prev {
    left: 0;
}
.wrap-banner-header .section-1 .owl-next {
    right: 0;
}
.wrap-banner-header .section-1 .owl-prev i,
.wrap-banner-header .section-1 .owl-next i {
    color: #fff;
    font-size: 68px;
}
.wrap-banner-header .section-2 #list_game {
    margin-top: -65px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(134,7,7,.4);
    text-align: center;
    padding: 10px;
    border-radius: 15px;
}
.wrap-banner-header .section-2 .item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-banner-header .section-2 .owl-carousel .owl-item img {
    height: 70px;
    object-fit: contain;
    width: 70px !important;
}
.wrap-banner-header .section-2 .name {
    color: #000;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    transition: 0.3s all;
}
.wrap-banner-header .section-2 .item a:hover .name {
    color: #d4463d;
    transition: 0.3s all;
}
.layer-home-page .section-3,
.layer-home-page .section-4 {
    margin-top: 60px;
}
.layer-home-page .section-3 .wrap-all {
    display: flex;
}
.layer-home-page .section-3 .wrap-all .wrap-left {
    width: 55%;
    padding-right: 10px;
}
.layer-home-page .section-3 .wrap-all .wrap-right {
    width: 45%;
}
.layer-home-page .section-3 .title,
.layer-home-page .section-4 .title,
.layer-home-page .section-5 .title {
    color: #d4463d;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 32px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.layer-home-page .section-3 .title:before,
.layer-home-page .section-4 .title:before,
.layer-home-page .section-5 .title:before {
    background: #d4463d;
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    margin-right: 15px;
}
.layer-home-page .section-3 video {
    width: 100%;
}
.layer-home-page .section-3 .list-game {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.layer-home-page .section-3 .list-game li {
    width: 33.333%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 15px;
}
.layer-home-page .section-3 .list-game li:hover img {
    opacity: .8;
}
.layer-home-page .section-3 .list-game li .name {
    color: #000;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}
.layer-home-page .section-4 .list-nha-cung-cap {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
/*    margin-left: -15px;
    margin-right: -15px;*/
}
.layer-home-page .section-4 .list-nha-cung-cap li {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 20px;
}
.layer-home-page .section-4 .list-nha-cung-cap li:first-child {
    width: 50%;
}
.layer-home-page .section-4 .list-nha-cung-cap li a {
    position: relative;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    display: block;
    border-radius: 15px;
}
.layer-home-page .section-4 .list-nha-cung-cap li .name {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #a5a5a5;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
.layer-home-page .section-4 .list-nha-cung-cap li:hover .name {
    color: #d4463d;
}
.layer-home-page .section-4 .list-nha-cung-cap li .background {
    border-radius: 15px;
}
.layer-home-page .section-5 {
    margin-top: 50px;
}
.layer-home-page .section-5 .wrap-all {
    display: flex;
    justify-content: space-between;
}
.layer-home-page .section-5 .wrap-all .content-left {
    width: 40%;
    text-align: left;
}
.layer-home-page .section-5 .wrap-all .content-right {
    width: 50%;
    text-align: right;
}
.layer-home-page .section-5 .wrap-all .content-right .link_down {
    display: block;
    margin-bottom: 50px;
}
/*end home page*/

.layer-page, .layer-archive {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-page H1{
    margin-bottom: 30px;
    color: #d4463d;
}
.content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6,
.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{
    margin-bottom: 15px;
}
.content-page video, .post-content video, 
.content-page iframe, .post-content iframe {
    margin: 0 auto 10px;
    display: block;
}
.content-page .btn-register,
.post-content .btn-register {
    background: #ff2600;
    color: #fff;
    border: 1px solid #ff2600;
    border-radius: 6px;
    font-weight: 700;
    justify-content: center;
    padding: 10px 25px;
    display: block;
    margin: 50px auto;
    max-width: 220px;
}

/*footer*/
footer {
    background: url('assets/img/Footer-bg.png') 50%/cover no-repeat;
    position: relative;
    padding-bottom: 30px;
}
/* footer:before {
    background: url('assets/img/cny_pc_bottom.png') bottom/100% auto no-repeat;
    bottom: 0;
    content: "";
    left: 50%;
    max-width: 1900px;
    padding-bottom: 36%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
} */
footer .footer-top {
    background: linear-gradient(270deg,hsla(240,4%,95%,0) 16.65%,hsla(0,0%,52%,.5) 30.75%,#848484 48.75%,hsla(0,0%,52%,.5) 69.77%,hsla(240,4%,95%,0));
    cursor: pointer;
    padding: 25px 0;
}
footer .footer-top .wrap-all {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
footer .footer-top .wrap-all .content-left {
    display: flex;
    align-items: center;
}
footer .footer-top .wrap-all .content-left .wrap-text .text-1 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
footer .footer-top .wrap-all .content-left .wrap-text .text-2 {
    font-size: 24px;
}
footer .footer-top .wrap-all .content-left img {
    height: 90px;
    margin-left: 50px;
}
footer .footer-top .wrap-all .content-right img {
    height: 90px;
}
footer .footer-top .wrap-all .hr {
    background: #fff;
    height: 90px;
    width: 1px;
    margin-left: 30px;
    margin-right: 30px;
}
footer .footer-bottom {
    padding-top: 15px;
    z-index: 2;
    position: relative;
}
footer .footer-bottom .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase;
}
footer .footer-bottom .list-link-1 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
footer .footer-bottom .list-link-1 li {
    width: 25%;
    margin-bottom: 5px;
}
footer .footer-bottom .list-link-1 li a {
    color: #000;
}
footer .footer-bottom .list-link-1 li a:hover {
    color: #d4463d;
}
footer .footer-bottom .wrap-content-1 {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}
footer .footer-bottom .wrap-content-1 .content-left {
    width: 50%;
}
footer .footer-bottom .wrap-content-1 .content-left .logo-footer {
    height: 80px;
    margin-bottom: 20px;
}
footer .footer-bottom .wrap-content-1 .content-left .content-intro {
    height: 76px;
    overflow: hidden;
    text-align: justify;
}
footer .footer-bottom .wrap-content-1 .content-left .wrap-content-intro .text-more {
    color: #f07834;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
} 
footer .footer-bottom .wrap-content-1 .content-right {
    width: 30%;
}
footer .footer-bottom .wrap-content-1 .content-right .text-1 {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}
footer .footer-bottom .wrap-content-2 {
    display: flex;
    margin-top: 50px;
}
footer .footer-bottom .wrap-content-2 .title {
    font-size: 18px;
    text-transform: uppercase;
}
footer .footer-bottom .wrap-content-2 .item {
    width: 25%;
}
footer .footer-bottom .wrap-content-2 .item ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding-right: 100px;
}
footer .footer-bottom .wrap-content-2 .item ul li:last-child {
    margin-right: 0;
}
footer .footer-bottom .wrap-content-2 .item ul img {
    height: 55px;
}
footer .footer-bottom .wrap-content-2 div.item:first-child img,
footer .footer-bottom .wrap-content-2 div.item:nth-child(2) img {
    height: 27px;
    margin-top: 15px;
    display: block;
}
footer .footer-bottom .wrap-content-2 .item .title {
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
}
footer .footer-bottom .list-partner {
    margin-top: 50px;
}
.box-client {
    text-align: center;
    cursor: pointer;
}
.box-client img {
    max-width: 180px;
    margin: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform .3s ease-in-out;
    padding: 0 15px;
    height: 60px;
    object-fit: contain;
}
.box-client:hover img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
/*end footer*/

/* Responsive */
@media (max-width: 1600px){
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}
@media (max-width: 1399px){
}
@media (max-width: 1199px){
    footer:before {
        display: none;
    }
    footer .footer-bottom .wrap-content-2 .item ul img {
        height: auto;
    }
    footer .footer-bottom .wrap-content-2 .item ul li {
        margin-right: 5px;
    }
}
@media (max-width: 991px){
    #desktop-header{display: none}
    .mobile-header{display: block}
    #wpadminbar{display: none;visibility: hidden}
    .layer-home-page {
        padding-top: 60px;
    }
    .wrap-banner-header .section-1 .owl-prev,
    .wrap-banner-header .section-1 .owl-next {
        height: 34px;
        width: 34px;
    }
    .wrap-banner-header .section-1 .owl-prev i,
    .wrap-banner-header .section-1 .owl-next i {
        font-size: 24px;
    }
    .wrap-banner-header .section-2 #list_game {
        margin-top: 0;
    }
    .wrap-banner-header .section-2,
    .layer-home-page .section-3,
    .layer-home-page .section-4 {
        margin-top: 30px;
    }
    .layer-home-page .section-3 .title:before,
    .layer-home-page .section-4 .title:before,
    .layer-home-page .section-5 .title:before {
        display: none;
    }
    .layer-home-page .section-3 .title,
    .layer-home-page .section-4 .title,
    .layer-home-page .section-5 .title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .wrap-banner-header .section-2 .name {
        font-size: 10px;
    }
    .layer-home-page .section-3 .wrap-all .wrap-left {
        display: none;
    }
    .layer-home-page .section-3 .wrap-all .wrap-right {
        width: 100%;
    }
/*    .layer-home-page .section-3 .list-game {
        margin-left: -15px;
        margin-right: -15px;
    }*/
    .layer-home-page .section-4 .list-nha-cung-cap li {
        width: 50%;
    }
    .layer-home-page .section-4 .list-nha-cung-cap li:first-child {
        width: 100%;
    }
    .layer-home-page .section-4 .list-nha-cung-cap li .name {
        top: 10px;
        font-size: 20px;
    }
    .layer-home-page .section-5 .wrap-all .content-left {
        width: 50%;
        text-align: left;
        padding-right: 15px;
    }
    .layer-home-page .section-5 .wrap-all .content-right .link_down {
        margin-bottom: 30px;
    }
    .layer-home-page .section-5 .wrap-all .content-right .link_down .img_download {
        width: 85%;
    }
    footer .footer-top .wrap-all .hr {display: none;}
    footer .footer-top .wrap-all .content-left {
        margin-bottom: 15px;
    }
    footer .footer-top .wrap-all .content-left img {height: 70px}
    footer .footer-top .wrap-all .content-right img {
        height: 60px;
    }
    footer .footer-bottom .list-link-1 li {
        width: 50%;
        margin-bottom: 15px;
    }
    footer .footer-bottom .wrap-content-1 {
        flex-wrap: wrap;
    }
    footer .footer-bottom .wrap-content-1 .content-left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    footer .footer-bottom .wrap-content-1 .content-right {
        width: 100%;
    }
    footer .footer-bottom .wrap-content-2 {
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        display: none;
    }
    footer .footer-bottom .wrap-content-2 .item {
        width: 50%;
        margin-bottom: 15px;
        padding: 0 15px;
    }
    footer .footer-bottom .wrap-content-2 div.item:first-child img,
    footer .footer-bottom .wrap-content-2 div.item:nth-child(2) img {
        max-height: 25px;
    }
    footer .footer-bottom .wrap-content-2 .item ul {
        padding-right: 0;
    }
    footer .footer-bottom .wrap-content-2 .item ul img {
        max-height: 25px;
    }
    footer:before {display: none;}
}
@media (max-width: 767px){
}
@media (max-width: 575px){
}
@media (max-width: 480px){
}
@media (max-width: 425px){
}
@media (max-width: 424px){
}
@media (max-width: 380px){
}
@media (max-width: 375px){
}
@media (max-width: 360px){
}
@media (max-width: 320px){
}
@media (max-width: 240px){
}