/*!
 *
 *
 *
 * @author
 * @version
 * Copyright 2020.  licensed.
 */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Exo+2:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap");

@font-face {
    font-family: "Brandon Text Bold";
    src: url("../font/Fonts-BrandonText-Bold.html");
}

@font-face {
    font-family: "Brandon Text Regular";
    src: url("../font/Fonts-BrandonText-Regular.html");
}

@font-face {
    font-family: "Brandon Text Medium";
    src: url("../font/Fonts-BrandonText-Medium.html");
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #b2b2b2;
}

a:hover {
    text-decoration: unset;
}

.rs {
    padding: 0;
    margin: 0;
}

.full {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: -9;
    opacity: 0;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease;
}

.full.active, .full.active-lang {
    z-index: 99;
    opacity: 1;
}

a, button, input {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

a:focus, button:focus, input:focus {
    outline: none;
}

.wrapper-gzone {
    font-family: 'Exo 2', sans-serif;
    width: 100%;
    overflow: hidden;
}

.wrapper-gzone header .slide .carousel-indicators {
    bottom: 0.78125vw;
    margin-bottom: 0;
}

.wrapper-gzone header .slide .carousel-indicators li {
    width: 0.9375vw;
    height: 0.9375vw;
    border: 1px solid #ffffff;
    background-color: transparent;
    -webkit-border-radius: 0.46875vw;
    -moz-border-radius: 0.46875vw;
    border-radius: 0.46875vw;
    margin: 0 0.5208333333vw;
}

.wrapper-gzone header .slide .carousel-indicators li.active {
    width: 5vw;
    background-color: #ffffff;
}

.wrapper-gzone header .top-header {
    top: 0;
    left: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrapper-gzone header .top-header .logo {
    display: block;
    background: url("../images/logo.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 9.6354166667vw;
    height: 2.6041666667vw;
    margin: 1.40625vw 0 0 2.7604166667vw;
}

.wrapper-gzone header .top-header .box-menu-header, .wrapper-gzone header .top-header .box-menu-header-lang {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    width: 60px;
    height: 60px;
    background-color: #b90000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrapper-gzone header .top-header .box-menu-header-lang {
    background: #fff;
    right: 60px !important;
    display: block;
    height: 60px;
    width: 60px;
    border: 2px solid #000;
    text-align: center;
}

.wrapper-gzone header .top-header .box-menu-header-lang a {
    color: #fff;
    position: relative;
    top: -2px;
}

.wrapper-gzone header .top-header .box-menu-header-lang img {
    width: 75%;
}

.wrapper-gzone header .top-header .box-menu-header-lang a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: transparent;
    position: relative;
    left: 53%;
    margin-left: -6px;
    top: -4px;
    border: 2px solid;
    border-color: transparent #111 #111 transparent;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wrapper-gzone header .top-header .box-menu-header .menu-icon {
    display: block;
    width: 30px;
    position: relative;
    z-index: 9999;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.wrapper-gzone header .top-header .box-menu-header .menu-icon:before, .wrapper-gzone header .top-header .box-menu-header .menu-icon:after,
.wrapper-gzone header .top-header .box-menu-header .menu-icon .menu-icon__text {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    content: '';
    display: block;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
}

.wrapper-gzone header .top-header .box-menu-header .menu-icon .menu-icon__text {
    text-indent: -9999px;
}

.wrapper-gzone header .top-header .box-menu-header .lst-menu, .wrapper-gzone header .top-header .box-menu-header-lang .lst-menu-lang {
    width: 25.5208333333vw;
    height: auto;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -30.041667vw;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6.5104166667vw 7.2916666667vw 0 0;
}

.wrapper-gzone header .top-header .box-menu-header .lst-menu a, .wrapper-gzone header .top-header .box-menu-header-lang .lst-menu-lang a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.0833333333vw;
    text-decoration: none;
    height: 2.8125vw;
    margin-bottom: 1.875vw;
}

.wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu, .wrapper-gzone header .top-header .box-menu-header-lang .lst-menu-lang img {
    margin-left: 2.34375vw;
    width: 2.8125vw;
    height: 2.8125vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrapper-gzone header .top-header .box-menu-header-lang .lst-menu-lang img {
    width: 3.395833vw;
    height: 3.291667vw;
}


.wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu:before, .wrapper-gzone header .top-header .box-menu-header-lang .lst-menu-lang a .icon-menu:before {
    content: '';
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu.icon-home:before {
    background: url("../images/icon-home.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 2.3958333333vw;
    height: 2.2395833333vw;
}

.wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu.icon-gioithieu:before {
    background: url("../images/icon-gioithieu.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 2.3958333333vw;
    height: 2.2916666667vw;
}

.wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu.icon-news:before {
    background: url("../images/icon-tintuc.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 2.2395833333vw;
    height: 2.2916666667vw;
}

.wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu.icon-product:before {
    background: url("../images/icon-sanpham.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 2.8125vw;
    height: 2.8125vw;
}

.wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu.icon-tuyendung:before {
    background: url("../images/icon-tuyendung.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 1.8229166667vw;
    height: 2.4479166667vw;
}

.wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu.icon-lienhe:before {
    background: url("../images/icon-lienhe.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 2.03125vw;
    height: 2.03125vw;
}

.wrapper-gzone header .top-header .box-menu-header .lst-menu a:hover, .wrapper-gzone header .top-header .box-menu-header-lang .lst-menu-lang a .icon-menu.icon-home:before {
    color: #ea0000;
}

.wrapper-gzone header .top-header .box-menu-header .lst-menu a:hover .icon-menu.icon-home:before {
    background: url("../images/icon-home-act.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

.wrapper-gzone header .top-header .box-menu-header .lst-menu a:hover .icon-menu.icon-gioithieu:before {
    background: url("../images/icon-gioithieu-act.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

.wrapper-gzone header .top-header .box-menu-header .lst-menu a:hover .icon-menu.icon-news:before {
    background: url("../images/icon-tintuc-act.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

.wrapper-gzone header .top-header .box-menu-header .lst-menu a:hover .icon-menu.icon-product:before {
    background: url("../images/icon-sanpham-act.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

.wrapper-gzone header .top-header .box-menu-header .lst-menu a:hover .icon-menu.icon-tuyendung:before {
    background: url("../images/icon-tuyendung-act.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

.wrapper-gzone header .top-header .box-menu-header .lst-menu a:hover .icon-menu.icon-lienhe:before {
    background: url("../images/icon-lienhe-act.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

.wrapper-gzone header .top-header .box-menu-header.active .menu-icon:before, .wrapper-gzone header .top-header .box-menu-header-lang.active-lang .menu-icon:before {
    -webkit-transform: rotate(45deg) translate3d(6px, 6px, 0);
    -moz-transform: rotate(45deg) translate3d(6px, 6px, 0);
    -ms-transform: rotate(45deg) translate3d(6px, 6px, 0);
    -o-transform: rotate(45deg) translate3d(6px, 6px, 0);
    transform: rotate(45deg) translate3d(6px, 6px, 0);
}

.wrapper-gzone header .top-header .box-menu-header.active .menu-icon .menu-icon__text, .wrapper-gzone header .top-header .box-menu-header-lang.active-lang .menu-icon .menu-icon__text {
    opacity: 0;
}

.wrapper-gzone header .top-header .box-menu-header.active .menu-icon:after, .wrapper-gzone header .top-header .box-menu-header-lang.active-lang .menu-icon:after {
    -webkit-transform: rotate(-45deg) translate3d(5px, -6px, 0);
    -moz-transform: rotate(-45deg) translate3d(5px, -6px, 0);
    -ms-transform: rotate(-45deg) translate3d(5px, -6px, 0);
    -o-transform: rotate(-45deg) translate3d(5px, -6px, 0);
    transform: rotate(-45deg) translate3d(5px, -6px, 0);
}

.wrapper-gzone header .top-header .box-menu-header.active .lst-menu {
    right: 0;
}

.wrapper-gzone header .top-header .box-menu-header-lang.active-lang .lst-menu-lang {
    right: 6.510417vw;
    top: 6.291667vw;
    padding: 0;
}

.wrapper-gzone .main-gzone .box-gioithieu {
    background-color: #1c1e2b;
    padding: 2.34375vw 0;
}

.wrapper-gzone .main-gzone .box-gioithieu .top-gioithieu {
    width: 36.4583333333vw;
    margin: 0 auto 1.8229166667vw;
    color: #ffffff;
    text-align: center;
}

.wrapper-gzone .main-gzone .box-gioithieu .top-gioithieu h4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: #b90000;
    font-weight: bold;
    font-size: 1.3541666667vw;
    margin-bottom: 1.0416666667vw;
}

.wrapper-gzone .main-gzone .box-gioithieu .top-gioithieu h4:before {
    content: '';
    width: 0.2083333333vw;
    height: 1.1979166667vw;
    background-color: #b90000;
    margin-right: 0.78125vw;
}

.wrapper-gzone .main-gzone .box-gioithieu .top-gioithieu p {
    line-height: 2;
    font-size: 0.9895833333vw;
    color: #bdbdbd;
}

.wrapper-gzone .main-gzone .box-gioithieu .slick-carousel {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.wrapper-gzone .main-gzone .box-gioithieu .slick-carousel .slick-dots {
    display: none !important;
}

.wrapper-gzone .main-gzone .box-gioithieu .slick-carousel .slick-slide {
    width: 20.6770833333vw;
    margin-right: 0.78125vw;
    height: 11.1979166667vw;
    overflow: hidden;
}

.wrapper-gzone .main-gzone .box-gioithieu .slick-carousel .slick-slide img {
    width: 100%;
}

.wrapper-gzone .main-gzone .box-gioithieu .slick-carousel .slick-arrow {
    width: 1.71875vw;
    height: 2.5520833333vw;
    background-color: #0000006e;
    top: 50%;
    z-index: 1;
    text-indent: -999em;
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrapper-gzone .main-gzone .box-gioithieu .slick-carousel .slick-arrow:before {
    content: '';
    background: url("../images/arr-slide.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 0.7291666667vw;
    height: 1.3020833333vw;
    display: block;
}

.wrapper-gzone .main-gzone .box-gioithieu .slick-carousel .slick-arrow.slick-prev {
    left: 0;
}

.wrapper-gzone .main-gzone .box-gioithieu .slick-carousel .slick-arrow.slick-next {
    right: 0;
}

.wrapper-gzone .main-gzone .box-gioithieu .slick-carousel .slick-arrow.slick-next:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wrapper-gzone .main-gzone .box-about-company {
    background: url("../images/bg-about.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 100vw;
    height: 15.9895833333vw;
    padding-top: 1.5625vw;
}

.wrapper-gzone .main-gzone .box-about-company .main-about {
    width: 44.2708333333vw;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper-gzone .main-gzone .box-about-company .main-about h4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    color: #b90000;
    font-weight: bold;
    font-size: 1.3541666667vw;
    margin-bottom: 1.0416666667vw;
}

.wrapper-gzone .main-gzone .box-about-company .main-about h4:before {
    content: '';
    width: 0.2083333333vw;
    height: 1.1979166667vw;
    background-color: #b90000;
    margin-right: 0.78125vw;
}

.wrapper-gzone .main-gzone .box-about-company .main-about .box-about {
    position: relative;
    height: 100%;
    width: 39.7916666667vw;
    margin: 0 auto 1.3020833333vw;
}

.wrapper-gzone .main-gzone .box-about-company .main-about .box-about:before {
    content: '';
    display: block;
    background: url("../images/line-about-pc.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 39.7916666667vw;
    height: 0.9895833333vw;
    position: absolute;
    top: 0.3125vw;
    left: 0;
}

.wrapper-gzone .main-gzone .box-about-company .main-about .box-about .item {
    font-size: 0.78125vw;
    color: #b90000;
    width: auto !important;
    text-decoration: none;
}

.wrapper-gzone .main-gzone .box-about-company .main-about .box-about .item:first-child {
    margin-right: 5.46875vw;
}

.wrapper-gzone .main-gzone .box-about-company .main-about .box-about .item:nth-child(2) {
    margin-right: 6.40625vw;
}

.wrapper-gzone .main-gzone .box-about-company .main-about .box-about .item:nth-child(3) {
    margin-right: 5.6770833333vw;
}

.wrapper-gzone .main-gzone .box-about-company .main-about .box-about .item:nth-child(4) {
    margin-right: 6.09375vw;
}

.wrapper-gzone .main-gzone .box-about-company .main-about .box-about .item:before {
    content: '';
    display: block;
    background: url("../images/bullet-bar.png");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 1.6666666667vw;
    height: 1.6145833333vw;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.wrapper-gzone .main-gzone .box-about-company .main-about .box-about .item:hover:before, .wrapper-gzone .main-gzone .box-about-company .main-about .box-about .item.slick-current:before {
    background: url("../images/bullet-bar-act.png");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 1.6666666667vw;
    height: 1.6145833333vw;
}

.wrapper-gzone .main-gzone .box-about-company .main-about .slick-list {
    width: 100% !important;
}

.wrapper-gzone .main-gzone .box-about-company .main-about .slick-slider {
    margin-bottom: 0;
}

.wrapper-gzone .main-gzone .box-about-company .main-about .slider-content {
    line-height: 2;
    text-align: center;
    font-size: 0.9895833333vw;
}

.wrapper-gzone .main-gzone .box-thongtin {
    background: url("../images/bg-thongtin.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 100vw;
    height: 25.1041666667vw;
}

.wrapper-gzone .main-gzone .box-thongtin .main-thongtin {
    width: 66.6666666667vw;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item {
    width: 15.2083333333vw;
    height: 17.0833333333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 1.3020833333vw;
    -moz-border-radius: 1.3020833333vw;
    border-radius: 1.3020833333vw;
    padding: 0.78125vw;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item .icon {
    width: 3.8541666667vw;
    height: 2.96875vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.3020833333vw;
}

.wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item .icon.icon-1:before {
    content: '';
    display: block;
    background: url("../images/icon-user.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 2.2395833333vw;
    height: 2.65625vw;
}

.wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item .icon.icon-2:before {
    content: '';
    display: block;
    background: url("../images/icon-game.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 3.9583333333vw;
    height: 1.875vw;
}

.wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item .icon.icon-3:before {
    content: '';
    display: block;
    background: url("../images/icon-year.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 2.96875vw;
    height: 2.96875vw;
}

.wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item .icon.icon-4:before {
    content: '';
    display: block;
    background: url("../images/icon-build.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 2.1875vw;
    height: 2.96875vw;
}

.wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item .content .title {
    font-size: 1.1458333333vw;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}

.wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item .content hr {
    width: 3.3333333333vw;
    height: 0.2604166667vw;
    background-color: #b90000;
    margin: .516666667vw auto;
}

.wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item .content p {
    font-size: 0.8854166667vw;
    color: #1c1e2b;
    line-height: 2;
    margin-bottom: 0;
}

.wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item:hover, .wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item.active {
    background-color: #9e0b0f;
}

.wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item:hover .icon.icon-1:before, .wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item.active .icon.icon-1:before {
    background: url("../images/icon-user-act.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

.wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item:hover .icon.icon-2:before, .wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item.active .icon.icon-2:before {
    background: url("../images/icon-game-act.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

.wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item:hover .icon.icon-3:before, .wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item.active .icon.icon-3:before {
    background: url("../images/icon-year-act.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

.wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item:hover .icon.icon-4:before, .wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item.active .icon.icon-4:before {
    background: url("../images/icon-build-act.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

.wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item:hover .content .title, .wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item.active .content .title {
    color: #ffffff;
    -webkit-animation: bounce 1s none;
    -moz-animation: bounce 1s none;
    -o-animation: bounce 1s none;
    animation: bounce 1s none;
}

.wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item:hover .content hr, .wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item.active .content hr {
    background-color: #ffffff;
}

.wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item:hover .content p, .wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item.active .content p {
    color: #ffffff;
}

.wrapper-gzone .main-gzone .box-news-bottom {
    background: url("../images/bg-news-bottom.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 100vw;
    height: 29.1666666667vw;
    overflow: hidden;
}

.wrapper-gzone .main-gzone .box-news-bottom .main-bottom {
    width: 66.6666666667vw;
    margin: 0 auto;
}

.wrapper-gzone .main-gzone .box-news-bottom .title {
    font-weight: bold;
    font-size: 1.71875vw;
    color: #555555;
    text-transform: uppercase;
}

.wrapper-gzone .main-gzone .box-news-bottom .title span {
    color: #c71c1f;
    text-decoration: underline;
}

.wrapper-gzone .main-gzone .box-news-bottom .btn-xemthem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.6666666667vw;
    width: 7.03125vw;
    margin: 0 auto;
    -webkit-border-radius: 0.8333333333vw;
    -moz-border-radius: 0.8333333333vw;
    border-radius: 0.8333333333vw;
    background-color: #b0b0b0;
    font-weight: 600;
    font-size: 0.7291666667vw;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}

.wrapper-gzone .main-gzone .box-news-bottom .btn-xemthem:hover {
    color: #c71c1f;
}

.wrapper-gzone .main-gzone .box-news-bottom .btn-timhieuthem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.6666666667vw;
    width: 7.1354166667vw;
    margin: 0 auto;
    -webkit-border-radius: 0.8333333333vw;
    -moz-border-radius: 0.8333333333vw;
    border-radius: 0.8333333333vw;
    background-color: #c71c1f;
    font-weight: 600;
    font-size: 0.7291666667vw;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}

.wrapper-gzone .main-gzone .box-news-bottom .btn-timhieuthem:hover {
    color: #000000;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-item {
    margin-top: 1.8229166667vw;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-item .item {
    position: relative;
    padding-bottom: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
    height: 5.0520833333vw;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-item .item:last-child:after {
    display: none;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-item .item:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 13.2291666667vw;
    height: 1px;
    background-color: #d2d2d2;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news {
    width: 19.4791666667vw;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item {
    padding-left: 4.7916666667vw;
    padding-bottom: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item .thumb-news {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.0104166667vw;
    height: 4.0104166667vw;
    overflow: hidden;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item .thumb-news img {
    width: 100%;
    vertical-align: top;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item .title-news {
    display: block;
    color: #242424;
    font-size: 0.8854166667vw;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item .title-news:hover {
    color: #c71c1f;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item p {
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #555555;
    margin-bottom: 0;
    font-size: 0.7291666667vw;
    font-weight: 600;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung {
    width: 17.96875vw;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung .lst-tuyendung .top {
    margin-bottom: 0.5208333333vw;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung .lst-tuyendung .top .cat-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.2708333333vw;
    height: 1.5104166667vw;
    background-color: #b90000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.7291666667vw;
    -webkit-border-radius: 0.78125vw;
    -moz-border-radius: 0.78125vw;
    border-radius: 0.78125vw;
    text-decoration: none;
    margin-right: 0.2604166667vw;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung .lst-tuyendung .top .title-tuyendung {
    display: inline-block;
    font-weight: 600;
    width: 13.28125vw;
    font-size: 0.8854166667vw;
    color: #242424;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung .lst-tuyendung .top .title-tuyendung:hover {
    color: #b90000;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung .lst-tuyendung p {
    margin-bottom: 0;
    font-size: 0.7291666667vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #212529;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-benefit {
    width: 23.125vw;
    background: url("../images/bg-benefit.jpg");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    height: 28.1041666667vw;
    -webkit-box-shadow: 0 0 8px 0 #000000;
    -moz-box-shadow: 0 0 8px 0 #000000;
    box-shadow: 0 0 8px 0 #000000;
    padding: 0 1.5625vw;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-benefit .title {
    height: 8.3333333333vw;
    padding: 1.9791666667vw 0;
    margin-bottom: 1.8229166667vw;
    text-align: center;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-benefit p {
    line-height: 2;
    font-size: 0.7291666667vw;
    color: #000000;
    margin-bottom: 0.5208333333vw;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-benefit p.note-text {
    font-style: italic;
    color: #c71c1f;
}

.wrapper-gzone footer {
    background: url("../images/bg-footer.jpg") repeat;
}

.wrapper-gzone footer .gzone-footer {
    width: 62.5vw;
    margin: 0 auto;
    padding: 2.0833333333vw 0 2.34375vw 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #ffffff;
    font-size: 0.7291666667vw;
    position: relative;
}

.wrapper-gzone footer .gzone-footer .box-social .btn-social {
    display: block;
    width: 2.5vw;
    height: 2.5vw;
    position: absolute;
    right: 2.4479166667vw;
}

.wrapper-gzone footer .gzone-footer .box-social .btn-social.icon-fb {
    background: url("../images/icon-fb.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    top: 2.34375vw;
}

.wrapper-gzone footer .gzone-footer .box-social .btn-social.icon-youtube {
    background: url("../images/icon-youtube.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    top: 8.5416666667vw;
}

.wrapper-gzone footer .gzone-footer a {
    color: #ffffff;
    text-decoration: none;
}

.wrapper-gzone footer .gzone-footer .item {
    width: 30%;
}

.wrapper-gzone footer .gzone-footer .item .logo-ft {
    display: block;
    background: url("../images/logo-ft.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 10.6770833333vw;
    height: 2.8645833333vw;
    margin-bottom: 1.5625vw;
}

.wrapper-gzone footer .gzone-footer .item h4 {
    text-transform: uppercase;
    font-size: 0.7291666667vw;
}

.wrapper-gzone footer .gzone-footer .item p {
    margin-bottom: 0;
    line-height: 2;
}

.wrapper-gzone footer .gzone-footer .item .box-item {
    padding-left: 0.78125vw;
    position: relative;
}

.wrapper-gzone footer .gzone-footer .item .box-item:first-child {
    height: 5.7291666667vw;
}

.wrapper-gzone footer .gzone-footer .item .box-item:before {
    display: block;
    content: '';
    width: 0.2083333333vw;
    height: 0.9895833333vw;
    background-color: #c71c1f;
    position: absolute;
    top: 0;
    left: 0;
}

.wrapper-gzone footer .gzone-footer .item .box-item .line-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5208333333vw;
}

.wrapper-gzone footer .gzone-footer .item .box-item .line-item:before {
    content: '';
    display: block;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin-right: 0.78125vw;
}

.wrapper-gzone footer .gzone-footer .item .box-item .line-item.phone:before {
    background: url("../images/icon-phone.png");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

.wrapper-gzone footer .gzone-footer .item .box-item .line-item.mail:before {
    background: url("../images/icon-mail.png");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

.wrapper-gzone footer .gzone-footer .item .box-item .line-item.map:before {
    background: url("../images/icon-map.png");
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

.gzone-detail .wrapper-gzone header .top-header {
    height: 5.5208333333vw;
    background-color: #ffffff;
    width: 62.5vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gzone-detail .wrapper-gzone header .top-header .logo {
    background: url("../images/logo-sub.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    display: block;
    width: 9.6354166667vw;
    height: 2.65625vw;
    margin: 0;
}

.gzone-detail .wrapper-gzone header .top-header .box-menu-header {
    background: transparent;
    width: auto;
    height: auto;
    position: static;
}

.gzone-detail .wrapper-gzone header .top-header .box-menu-header .menu-icon {
    display: none;
}

.gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu {
    display: block;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    padding: 0;
}

.gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a {
    color: #010b26;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    font-size: 1.1458333333vw;
    font-weight: 500;
    margin-left: 0.8333333333vw;
    padding: 0.78125vw 0.625vw;
    margin-bottom: 0;
    border-bottom: 0.15625vw solid transparent;
}

.gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu {
    display: none;
}

.gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a:hover, .gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a.active {
    border-bottom: 0.15625vw solid #d72022;
}

.header-fixed-mobi {
    position: fixed !important;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.gzone-detail .wrapper-gzone .title-detail {
    background: url("../images/bg-sub-title.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 100vw;
    height: 9.0104166667vw;
    margin-top: 5.5208333333vw;
}

.gzone-detail .wrapper-gzone .main-container {
    width: 62.5vw;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gzone-detail .wrapper-gzone .gioi-thieu {
    margin-bottom: 40px !important;
}

.gzone-detail .wrapper-gzone .gioi-thieu span, .gzone-detail .wrapper-gzone .gioi-thieu p {
    font-family: 'Exo 2', sans-serif !important;
    font-size: 17px !important;
}

.gzone-detail .wrapper-gzone .main-container .title {
    font-weight: 600;
    font-size: 2.3958333333vw;
    color: #ffffff;
    margin-bottom: 0.5208333333vw;
    text-transform: uppercase;
}

.gzone-detail .wrapper-gzone .main-container .break-cum {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.1458333333vw;
    font-weight: 600;
}

.gzone-detail .wrapper-gzone .main-container .break-cum a {
    color: #ffffff;
    text-decoration: none;
}

.gzone-detail .wrapper-gzone .main-container .break-cum .icon-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.2604166667vw;
}

.gzone-detail .wrapper-gzone .main-container .break-cum .icon-home:before {
    content: '';
    display: block;
    background: url("../images/icon-home-tintuc.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 1.875vw;
    height: 1.875vw;
    margin-right: 0.78125vw;
}

.gzone-detail .wrapper-gzone .main-container .break-cum .sub-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gzone-detail .wrapper-gzone .main-container .break-cum .sub-detail:before {
    content: '';
    display: block;
    background: url("../images/arr-title.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 1.1979166667vw;
    height: 0.78125vw;
    margin-right: 0.2604166667vw;
}

.gzone-detail .wrapper-gzone .main-container .lst-news {
    padding: 2.0833333333vw 0 0;
}

.gzone-detail .wrapper-gzone .main-container .lst-news .item-news {
    width: 19.6354166667vw;
    height: 21.875vw;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 0.2604166667vw;
    -moz-border-radius: 0.2604166667vw;
    border-radius: 0.2604166667vw;
    margin-bottom: 1.8229166667vw;
}

.gzone-detail .wrapper-gzone .main-container .lst-news .item-news:nth-child(3n-1) {
    margin: 0 1.7708333333vw;
}

.gzone-detail .wrapper-gzone .main-container .lst-news .item-news .thumb-news {
    width: 100%;
    display: block;
    height: 12.65625vw;
    overflow: hidden;
}

.gzone-detail .wrapper-gzone .main-container .lst-news .item-news .thumb-news img {
    width: 100%;
    height: 100%;
}

.gzone-detail .wrapper-gzone .main-container .lst-news .item-news .detail-news {
    padding: 0.78125vw;
}

.gzone-detail .wrapper-gzone .main-container .lst-news .item-news .detail-news .title-items {
    display: block;
    color: #000000;
    font-weight: 600;
    font-size: 1.0416666667vw;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-decoration: none;
}

.gzone-detail .wrapper-gzone .main-container .lst-news .item-news .detail-news .title-items.hot:before {
    content: "Gấp";
    background-color: #f30;
    color: #fff;
    padding: 0.0520833333vw 0.2604166667vw 0.0520833333vw 0.2604166667vw;
    -webkit-border-radius: 0.5208333333vw;
    -moz-border-radius: 0.5208333333vw;
    border-radius: 0.5208333333vw;
    margin-right: 5px;
    font-size: 0.78125vw;
    vertical-align: middle;
    display: inline-block;
}

.gzone-detail .wrapper-gzone .main-container .lst-news .item-news .detail-news .title-items:hover {
    color: #b90000;
}

.gzone-detail .wrapper-gzone .main-container .lst-news .item-news .detail-news p {
    font-size: 0.78125vw;
    color: #000000;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 2;
    margin-bottom: 0;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gzone-detail .wrapper-gzone .main-container .lst-news .item-news .detail-news .location-work {
    line-height: 20px !important;
}

.gzone-detail .wrapper-gzone .main-container .lst-news .item-news .detail-news .time-post {
    font-size: 0.78125vw;
    color: #989696;
}

.gzone-detail .wrapper-gzone .main-container .lst-news .item-news .detail-news .dateline:before {
    display: inline-block;
    content: "";
    background: url("../images/icon-job-detail.png") no-repeat 0px 0px;
    width: 11px;
    height: 11px;
    margin-right: 5px;
}

.gzone-detail .wrapper-gzone .main-container .lst-news .item-news .detail-news .location-work:before {
    display: inline-block;
    content: "";
    background: url("../images/icon-job-detail.png") no-repeat -11px 0px;
    width: 11px;
    height: 11px;
    margin-right: 5px;
}

.gzone-detail .wrapper-gzone .main-container .lst-news .item-news .detail-news .salary:before {
    display: inline-block;
    content: "";
    background: url("../images/icon-job-detail.png") no-repeat -22px 0px;
    width: 11px;
    height: 11px;
    margin-right: 5px;
}

.gzone-detail .wrapper-gzone .main-container .btn-xemthem {
    width: 70%;
    height: 2.1083333333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    background-color: #b90000;
    font-size: 1.0416666667vw;
    -webkit-border-radius: 0.5208333333vw;
    -moz-border-radius: 0.5208333333vw;
    border-radius: 0.5208333333vw;
    margin: 0 auto 2.6041666667vw;
    text-decoration: none;
}

.gzone-detail .wrapper-gzone .main-container .btn-xemthem:after {
    content: '';
    display: block;
    background: url("../images/arr-title.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 1.1979166667vw;
    height: 0.78125vw;
    margin-left: 0.5208333333vw;
}

.gzone-detail .wrapper-gzone .main-container .btn-xemthem:hover {
    background-color: #777676;
    font-weight: 600;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.0833333333vw 0;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details {
    width: 43.2291666667vw;
    text-align: justify;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details hr {
    width: 60%;
    height: 1px;
    background-color: #e2e2e2;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details h1 {
    font-weight: 600;
    font-size: 1.5625vw;
    color: #dc2023;
    text-transform: uppercase;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .date {
    font-size: 0.8854166667vw;
    font-style: italic;
    color: #4f4f4f;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .cont-detail {
    margin: 1.0416666667vw 0;
    color: #010b26;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .cont-detail p, .gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .cont-detail h5 {
    margin: 0;
    width: 100% !important;
    font-size: 17px !important;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .cont-detail figure {
    margin: 0;
    width: 100% !important;
    font-size: 17px !important;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .cont-detail .job_title {
    font-weight: bold;
    margin-top: 15px !important;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .cont-detail .job_content {
    white-space: pre-line;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .cont-detail h3 {
    font-size: 18px !important;
    font-weight: 700;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .cont-detail img {
    margin: 0.78125vw auto;
    width: 100% !important;
    display: block;
    height: auto !important;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .cont-detail .des-img {
    text-align: center;
    font-size: 0.78125vw;
    color: #010b26;
    margin-bottom: 1.5625vw;
    font-style: italic;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .box-news-other {
    padding-top: 2.0833333333vw;
    width: 100%;
    float: left;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .box-news-other h4 {
    border-left: 0.2604166667vw solid #d31f21;
    line-height: 1.3020833333vw;
    color: #d31f21;
    text-transform: uppercase;
    padding-left: 0.3645833333vw;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .box-news-other ul {
    padding: 0 0 0 1.0416666667vw;
    margin: 0;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .box-news-other ul li a {
    font-size: 14px;
    color: #2b2b2b;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0.5208333333vw 0;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .box-news-other ul li a .date-news {
    color: #b6b6b6;
    font-style: italic;
    margin-right: 0.4166666667vw;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .box-news-other ul li:hover a .name-news {
    color: #d31f21;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right {
    width: 17.96875vw;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right h4 {
    line-height: 2.4479166667vw;
    background-color: #cf1e20;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 1.0416666667vw;
    font-weight: 600;
    font-size: 1.3020833333vw;
    margin-bottom: 1.1979166667vw;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item {
    width: 100%;
    height: 11.9270833333vw;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.3020833333vw;
    display: block;
    font-size: 0.8854166667vw;
    color: #ffffff;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item:hover {
    color: #fdbe0b;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item .detail-post {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #0000008a;
    padding: 0.5208333333vw 0.78125vw;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item .detail-post .name-post {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item .detail-post .time-post {
    display: block;
    color: #b6b6b6;
    font-style: italic;
    font-size: 0.78125vw;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .job-info .btn-apply {
    background-color: #cf1e20;
    width: 100%;
    max-width: 320px;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25vw;
    height: 2.6041666667vw;
    line-height: 2.6041666667vw;
    -webkit-border-radius: 0.5208333333vw;
    -moz-border-radius: 0.5208333333vw;
    border-radius: 0.5208333333vw;
    text-decoration: none;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .job-info .btn-apply:hover {
    background-color: #a0080a;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .job-info ul {
    padding: 0.5208333333vw 1.0416666667vw;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .job-info ul li {
    list-style: none;
    font-size: 1.0416666667vw;
    color: #cf1e20;
    text-transform: uppercase;
    padding: 0.5208333333vw 0;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .job-info ul li span {
    color: #222;
    text-transform: none;
    display: block;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .title-section {
    font-size: 1.25vw;
    color: #222;
    line-height: 2;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 0.78125vw 0 0.78125vw 0;
    margin: 1.5625vw 0 0.78125vw 0px;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .title-section b {
    color: #dc2023;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .title-section:before {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #dc2023;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .career {
    list-style: none;
    margin-bottom: 1.8229166667vw;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .career li {
    border: none;
    padding: 0.78125vw 0;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ccc !important;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .career li .button-job {
    width: 3.125vw;
    height: 3.1770833333vw;
    margin-right: 0.5208333333vw;
    text-align: center;
    background-color: #dc2023;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    -webkit-border-radius: 0.5208333333vw;
    -moz-border-radius: 0.5208333333vw;
    border-radius: 0.5208333333vw;
    text-transform: uppercase;
    font-size: 0.9375vw;
    text-decoration: none;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .career li .button-job:hover {
    background-color: #ff1800;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .career li .des-career {
    color: #000000;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .career li .des-career a {
    color: #000000;
    text-decoration: none;

}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .career li .des-career a:hover {
    color: #dc2023;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .career li .des-career h6 {
    font-size: 1.0416666667vw;
    text-transform: uppercase;
    margin: 1px 0 5px 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .career li .des-career p {
    padding: 0;
    margin: 0;
    font-size: 0.8854166667vw;
    color: #414141;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .career li .des-career .address:before {
    content: "";
    background: url("../images/icon-job-detail.png") no-repeat -11px 0px;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-right: 5px;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .career li .des-career .deadline:before {
    content: "";
    background: url("../images/icon-job-detail.png") no-repeat 0 0;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-right: 5px;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .link-seemore {
    margin: 10px 0;
    display: block;
    font-style: italic;
    color: #b90000;
    font-size: 0.8333333333vw;
    text-decoration: none;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .link-seemore:hover {
    color: #DC0A43;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .social-link {
    font-size: 16px;
    color: #666;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .social-link a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-image: url("../images/btn-social.png");
    text-indent: -9999px;
    overflow: hidden;
    margin: 10px 0 0 0;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .social-link a.google {
    background-position: 0px 0px;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .social-link a.facebook {
    background-position: -40px 0px;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .social-link a.twitter {
    background-position: -80px 0px;
}

.gzone-detail .wrapper-gzone .main-container .box-product {
    padding: 2.0833333333vw 0;
}

.gzone-detail .wrapper-gzone .main-container .box-product .content {
    margin-bottom: 3.6458333333vw;
}

.gzone-detail .wrapper-gzone .main-container .box-product .content h1 {
    font-weight: 500;
    color: #dc2023;
    font-size: 2.8645833333vw;
    text-align: center;
    margin-bottom: 1.3020833333vw;
}

.gzone-detail .wrapper-gzone .main-container .box-product .content p {
    font-weight: 500;
    font-size: 1.1458333333vw;
    color: #010b26;
    line-height: 2;
    text-align: center;
}

.gzone-detail .wrapper-gzone .main-container .box-product .bottom-content h4 {
    line-height: 1.40625vw;
    border-left: 0.2604166667vw solid #dc2023;
    padding-left: 0.5208333333vw;
    font-size: 1.1458333333vw;
    font-weight: 600;
    text-transform: uppercase;
}

.gzone-detail .wrapper-gzone .main-container .box-product .bottom-content .lst-des {
    margin: 1.8229166667vw 0;
}

.gzone-detail .wrapper-gzone .main-container .box-product .bottom-content .lst-des p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 2;
    margin-bottom: 0;
    font-size: 1.1458333333vw;
    color: #000000;
}

.gzone-detail .wrapper-gzone .main-container .box-product .bottom-content .lst-des p span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.gzone-detail .wrapper-gzone .main-container .box-product .bottom-content .lst-des p:before {
    content: '';
    display: inline-block;
    width: 0.5208333333vw;
    height: 0.5208333333vw;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #777777;
    margin-right: 0.5208333333vw;
}

.gzone-detail .wrapper-gzone .main-container .box-lienhe {
    padding: 3.6458333333vw 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gzone-detail .wrapper-gzone .main-container .box-lienhe .item {
    width: 30%;
}

.gzone-detail .wrapper-gzone .main-container .box-lienhe .item .icon {
    width: 4.84375vw;
    height: 3.8541666667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 1.8229166667vw;
}

.gzone-detail .wrapper-gzone .main-container .box-lienhe .item .icon.icon-place:before {
    content: '';
    display: block;
    background: url("../images/icon-local.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 3.0729166667vw;
    height: 3.8541666667vw;
}

.gzone-detail .wrapper-gzone .main-container .box-lienhe .item .icon.icon-mail:before {
    content: '';
    display: block;
    background: url("../images/icon-mail-contact.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 4.84375vw;
    height: 3.4375vw;
}

.gzone-detail .wrapper-gzone .main-container .box-lienhe .item h4 {
    font-size: 1.1458333333vw;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

.gzone-detail .wrapper-gzone .main-container .box-lienhe .item hr {
    width: 3.3854166667vw;
    height: 0.2604166667vw;
    margin: 1.8229166667vw auto;
    background-color: #b90000;
}

.gzone-detail .wrapper-gzone .main-container .box-lienhe .item .content {
    color: #555555;
    font-size: 0.8854166667vw;
}

.gzone-detail .wrapper-gzone .main-container .box-lienhe .item .content a {
    color: #555555;
}

.gzone-detail .wrapper-gzone .main-container .box-lienhe .item .content p {
    margin-bottom: 0.5208333333vw;
}

.gzone-detail .wrapper-gzone .main-container .box-lienhe .item .content span {
    font-weight: 600;
}

.gzone-detail .wrapper-gzone .box-slide {
    background: url("../images/bg-sanpham.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 100%;
    height: 19.6875vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5.2083333333vw;
    position: relative;
}

.gzone-detail .wrapper-gzone .box-slide:before {
    content: '';
    display: block;
    position: absolute;
    width: 20.8333333333vw;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffffe6), to(#ffffff00));
    background-image: -webkit-linear-gradient(left, #ffffffe6, #ffffff00);
    background-image: -moz- oldlinear-gradient(left, #ffffffe6, #ffffff00);
    background-image: -o-linear-gradient(left, #ffffffe6, #ffffff00);
    background-image: linear-gradient(to right, #ffffffe6, #ffffff00);
    z-index: 2;
}

.gzone-detail .wrapper-gzone .box-slide:after {
    content: '';
    display: block;
    position: absolute;
    width: 20.8333333333vw;
    height: 100%;
    top: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff00), to(#ffffffe6));
    background-image: -webkit-linear-gradient(left, #ffffff00, #ffffffe6);
    background-image: -moz- oldlinear-gradient(left, #ffffff00, #ffffffe6);
    background-image: -o-linear-gradient(left, #ffffff00, #ffffffe6);
    background-image: linear-gradient(to right, #ffffff00, #ffffffe6);
    z-index: 2;
}

.gzone-detail .wrapper-gzone .box-slide .carousel-product {
    margin: 0 auto;
    width: 62.5vw;
}

.gzone-detail .wrapper-gzone .box-slide .carousel-product .slick-list {
    padding: 0 !important;
    overflow: visible;
}

.gzone-detail .wrapper-gzone .box-slide .carousel-product .slick-slide {
    margin: 0 1.3541666667vw;
}

.gzone-detail .wrapper-gzone .box-slide .carousel-product .slick-slide img {
    width: 100%;
    margin-bottom: 1.0416666667vw;
}

.gzone-detail .wrapper-gzone .box-slide .carousel-product .item-game .name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1458333333vw;
    color: #010b26;
}

.gzone-detail .wrapper-gzone .box-slide .carousel-product .item-game:focus {
    outline: none;
}

.gzone-detail .wrapper-gzone .box-slide .carousel-product .slick-arrow {
    background: url("../images/arr-sp.png") no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    width: 1.25vw;
    height: 2.1875vw;
    top: 6.7708333333vw;
    z-index: 9;
}

.gzone-detail .wrapper-gzone .box-slide .carousel-product .slick-arrow:before {
    display: none;
}

.gzone-detail .wrapper-gzone .box-slide .carousel-product .slick-arrow.slick-prev {
    left: -0.78125vw;
}

.gzone-detail .wrapper-gzone .box-slide .carousel-product .slick-arrow.slick-next {
    right: -0.78125vw;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gzone-detail .wrapper-gzone .box-map {
    width: 100%;
    height: 20.78125vw;
    overflow: hidden;
}

.modal-application {
    position: absolute;
    overflow: visible;
}

.modal-application .form .item {
    padding-bottom: 25px;
}

.modal-application .form .item .label {
    color: #666;
    font-weight: bold;
    padding-bottom: 8px;
}

.modal-application .form .item .input {
    width: 100%;
}

.modal-application .form .item .input input, .modal-application .form .item .input textarea {
    width: 100%;
    padding: 6px 13px;
    border: 1px solid #ccc;
}

.modal-application .form .item .bottom-xo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-application .form .item .bottom-xo .input {
    width: 48%;
}

.modal-application .form .item .desc {
    color: #999;
    margin-top: 10px;
}

.modal-application .form .upload {
    position: relative;
    border: 1px dashed #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
}

.modal-application .form .upload input {
    display: block;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    z-index: 101;
    padding: 20px 15px;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .wrapper-gzone header .top-header .box-menu-header-lang .lst-menu-lang a {
        height: 3.8125vw;
    }

    .wrapper-gzone header .top-header .box-menu-header .lst-menu {
        padding: 9.510417vw 7.2916666667vw 0 0;
    }

    .wrapper-gzone header .top-header .box-menu-header-lang.active-lang .lst-menu-lang {
        top: 9.291667vw;
    }
}

@media screen and (max-width: 640px) {
    #carouselExampleCaptions {
        margin-top: 12.5vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .cont-detail p {
        font-size: 3.90625vw !important;
    }

    .menu-header-home {
        position: fixed;
        z-index: 9999;
        top: 0;
        width: 100%;
        height: 12.5vw;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .wrapper-gzone header .slide .carousel-indicators {
        bottom: 2.34375vw;
    }

    .wrapper-gzone header .slide .carousel-indicators li {
        width: 1.90625vw;
        height: 1.90625vw;
        -webkit-border-radius: 1.875vw;
        -moz-border-radius: 1.875vw;
        border-radius: 1.875vw;
        margin: 0 1.2125vw;
    }

    .wrapper-gzone header .slide .carousel-indicators li.active {
        width: 6.875vw;
    }

    .wrapper-gzone header .top-header .logo {
        width: 28.90625vw;
        height: 7.8125vw;
        margin: 2.40625vw 0 0 2.7604166667vw;
        background: url(../images/logo-sub.png) no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
    }

    .wrapper-gzone header .top-header .box-menu-header, .wrapper-gzone header .top-header .box-menu-header-lang {
        width: 15.78125vw;
        height: 12.5vw;
    }

    .wrapper-gzone header .top-header .box-menu-header-lang a:after {
        top: -6px;
    }

    .wrapper-gzone header .top-header .box-menu-header-lang {
        right: 15.78125vw !important;
        top: 0;
        border: 2px solid #fff;
    }

    .wrapper-gzone header .top-header .box-menu-header-lang img {
        width: 65%;
    }

    .wrapper-gzone header .top-header .box-menu-header .menu-icon {
        display: block;
        width: 8.90625vw;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .wrapper-gzone header .top-header .box-menu-header .menu-icon:before, .wrapper-gzone header .top-header .box-menu-header .menu-icon:after,
    .wrapper-gzone header .top-header .box-menu-header .menu-icon .menu-icon__text {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        display: block;
        height: 0.9375vw;
        margin: 1.09375vw 0;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    .wrapper-gzone header .top-header .box-menu-header .lst-menu {
        width: 100%;
        right: -100%;
        padding: 15.625vw 7.8125vw 0 0;
    }

    .wrapper-gzone header .top-header .box-menu-header-lang .lst-menu-lang {
        top: 15.625vw;
        padding: 0;
        width: auto;
        right: -60.041667vw;
    }

    .wrapper-gzone header .top-header .box-menu-header-lang.active-lang .lst-menu-lang {
        width: auto;
        right: 7.8125vw;
        top: 15.625vw;
        padding: 0;
    }

    .wrapper-gzone header .top-header .box-menu-header .lst-menu a, .wrapper-gzone header .top-header .box-menu-header-lang .lst-menu-lang a {
        font-size: 6.25vw;
        height: 8.4375vw;
        margin-bottom: 5.625vw;
    }

    .wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu, .wrapper-gzone header .top-header .box-menu-header-lang .lst-menu-lang img {
        margin-left: 7.03125vw;
        width: 8.4375vw;
        height: 8.4375vw;
    }

    .wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu.icon-home:before {
        width: 7.1875vw;
        height: 6.71875vw;
    }

    .wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu.icon-gioithieu:before {
        width: 7.1875vw;
        height: 6.875vw;
    }

    .wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu.icon-news:before {
        width: 6.71875vw;
        height: 6.875vw;
    }

    .wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu.icon-product:before {
        width: 8.4375vw;
        height: 8.4375vw;
    }

    .wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu.icon-tuyendung:before {
        width: 5.46875vw;
        height: 7.34375vw;
    }

    .wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu.icon-lienhe:before {
        width: 6.09375vw;
        height: 6.09375vw;
    }

    .wrapper-gzone header .top-header .box-menu-header.active .menu-icon:before {
        -webkit-transform: rotate(45deg) translate3d(0.9375vw, 1.875vw, 0);
        -moz-transform: rotate(45deg) translate3d(0.9375vw, 1.875vw, 0);
        -ms-transform: rotate(45deg) translate3d(0.9375vw, 1.875vw, 0);
        -o-transform: rotate(45deg) translate3d(0.9375vw, 1.875vw, 0);
        transform: rotate(45deg) translate3d(0.9375vw, 1.875vw, 0);
    }

    .wrapper-gzone header .top-header .box-menu-header.active .menu-icon:after {
        -webkit-transform: rotate(-45deg) translate3d(0.9375vw, -1.875vw, 0);
        -moz-transform: rotate(-45deg) translate3d(0.9375vw, -1.875vw, 0);
        -ms-transform: rotate(-45deg) translate3d(0.9375vw, -1.875vw, 0);
        -o-transform: rotate(-45deg) translate3d(0.9375vw, -1.875vw, 0);
        transform: rotate(-45deg) translate3d(0.9375vw, -1.875vw, 0);
    }

    .wrapper-gzone .main-gzone .box-gioithieu {
        background: url("../images/bg-gioithieu-mb.jpg") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 100vw;
        height: 107.5vw;
        padding: 7.03125vw 0;
    }

    .wrapper-gzone .main-gzone .box-gioithieu .top-gioithieu {
        width: 100%;
        padding: 0 3.90625vw;
        margin: 0 auto 5.46875vw;
    }

    .wrapper-gzone .main-gzone .box-gioithieu .top-gioithieu h4 {
        font-size: 4.0625vw;
        margin-bottom: 3.125vw;
    }

    .wrapper-gzone .main-gzone .box-gioithieu .top-gioithieu h4:before {
        width: 0.625vw;
        height: 3.59375vw;
        margin-right: 2.34375vw;
    }

    .wrapper-gzone .main-gzone .box-gioithieu .top-gioithieu p {
        font-size: 3.90625vw;
        color: #000000;
        text-align: left;
    }

    .wrapper-gzone .main-gzone .box-gioithieu .slick-carousel {
        height: 36.5625vw;
        overflow: hidden;
    }

    .wrapper-gzone .main-gzone .box-gioithieu .slick-carousel .slick-slide {
        width: 62.03125vw;
        height: 36.5625vw;
        margin-right: 2.34375vw;
    }

    .wrapper-gzone .main-gzone .box-gioithieu .slick-carousel .slick-arrow {
        width: 5.15625vw;
        height: 7.65625vw;
    }

    .wrapper-gzone .main-gzone .box-gioithieu .slick-carousel .slick-arrow:before {
        width: 2.1875vw;
        height: 3.90625vw;
    }

    .wrapper-gzone .main-gzone .box-about-company {
        background: url("../images/bg-about-mb.jpg") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 100vw;
        height: 67.5vw;
        padding-top: 2.6875vw;
    }

    .wrapper-gzone .main-gzone .box-about-company .main-about {
        width: 95.625vw;
    }

    .wrapper-gzone .main-gzone .box-about-company .main-about h4 {
        font-size: 4.0625vw;
        margin-bottom: 4.6875vw;
    }

    .wrapper-gzone .main-gzone .box-about-company .main-about h4:before {
        content: '';
        width: 0.625vw;
        height: 3.59375vw;
        margin-right: 2.34375vw;
    }

    .wrapper-gzone .main-gzone .box-about-company .main-about .box-about {
        width: 100%;
        margin: 0 auto 9.375vw;
    }

    .wrapper-gzone .main-gzone .box-about-company .main-about .box-about:before {
        content: '';
        display: block;
        background: url("../images/line-about-mb.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 95.46875vw;
        height: 2.5vw;
        top: 1.09375vw;
    }

    .wrapper-gzone .main-gzone .box-about-company .main-about .box-about .item {
        font-size: 3.125vw;
    }

    .wrapper-gzone .main-gzone .box-about-company .main-about .box-about .item:first-child {
        margin-right: 7.03125vw;
    }

    .wrapper-gzone .main-gzone .box-about-company .main-about .box-about .item:nth-child(2) {
        margin-right: 7.8125vw;
    }

    .wrapper-gzone .main-gzone .box-about-company .main-about .box-about .item:nth-child(3) {
        margin-right: 8.28125vw;
    }

    .wrapper-gzone .main-gzone .box-about-company .main-about .box-about .item:nth-child(4) {
        margin-right: 10.625vw;
    }

    .wrapper-gzone .main-gzone .box-about-company .main-about .box-about .item:before {
        content: '';
        display: block;
        background: url("../images/bullet-bar.png");
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 5vw;
        height: 4.84375vw;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .wrapper-gzone .main-gzone .box-about-company .main-about .box-about .item:hover:before, .wrapper-gzone .main-gzone .box-about-company .main-about .box-about .item.slick-current:before {
        background: url("../images/bullet-bar-act.png");
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 5vw;
        height: 4.84375vw;
    }

    .wrapper-gzone .main-gzone .box-about-company .main-about .slider-content {
        font-size: 3.90625vw;
    }

    .wrapper-gzone .main-gzone .box-thongtin {
        background: url("../images/bg-thongtin-mb.jpg") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 100vw;
        height: 136.71875vw;
    }

    .wrapper-gzone .main-gzone .box-thongtin .main-thongtin {
        width: 100%;
        padding: 2.34375vw;
    }

    .wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 2.34375vw;
    }

    .wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item .icon {
        width: 28.125vw;
        height: 13.75vw;
        margin-bottom: 0;
        margin-right: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 4.6875vw;
        border-left: 1.5625vw solid #b90000;
    }

    .wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item .icon.icon-1:before {
        content: '';
        display: block;
        background: url("../images/icon-user.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 6.71875vw;
        height: 7.96875vw;
    }

    .wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item .icon.icon-2:before {
        content: '';
        display: block;
        background: url("../images/icon-game.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 11.875vw;
        height: 5.625vw;
    }

    .wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item .icon.icon-3:before {
        content: '';
        display: block;
        background: url("../images/icon-year.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 8.90625vw;
        height: 8.90625vw;
    }

    .wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item .icon.icon-4:before {
        content: '';
        display: block;
        background: url("../images/icon-build.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 6.5625vw;
        height: 8.90625vw;
    }

    .wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item .content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item .content .title {
        font-size: 4.6875vw;
        color: #000000;
    }

    .wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item .content hr {
        display: none;
    }

    .wrapper-gzone .main-gzone .box-thongtin .main-thongtin .item .content p {
        font-size: 4.0625vw;
        color: #555555;
    }

    .wrapper-gzone .main-gzone .box-news-bottom {
        background: #ffffff;
        width: 100%;
        height: auto;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .main-bottom {
        width: 100%;
        padding: 2.34375vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .title {
        width: 100%;
        font-weight: 600;
        font-size: 7.65625vw;
        color: #ffffff;
        text-transform: uppercase;
        height: 12.03125vw;
        background-color: #c71c1f;
        padding: 0 4.6875vw;
        position: relative;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .title span {
        color: #ffffff;
        text-decoration: underline;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .title:after {
        content: '+';
        display: block;
        font-size: 9.21875vw;
        position: absolute;
        right: 2.34375vw;
        top: 0.78125vw;
        line-height: 1;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .btn-xemthem {
        height: 5vw;
        width: 21.09375vw;
        -webkit-border-radius: 2.5vw;
        -moz-border-radius: 2.5vw;
        border-radius: 2.5vw;
        font-size: 2.5vw;
        margin: 0 auto 3.90625vw;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .btn-timhieuthem {
        height: 5vw;
        width: 21.40625vw;
        -webkit-border-radius: 2.5vw;
        -moz-border-radius: 2.5vw;
        border-radius: 2.5vw;
        font-size: 2.1875vw;
        margin: 0 auto 3.90625vw;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-item {
        margin-top: 5.46875vw;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-item .item {
        position: relative;
        padding-bottom: 3.125vw;
        margin-bottom: 3.125vw;
        height: auto;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-item .item:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 39.6875vw;
        height: 1px;
        background-color: #d2d2d2;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-news {
        width: 100%;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item {
        padding-left: 14.375vw;
        padding-bottom: 3.125vw;
        margin-bottom: 3.125vw;
        min-height: 15.2vw;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item .thumb-news {
        width: 12.03125vw;
        height: 12.03125vw;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item .title-news {
        font-size: 3.125vw;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item p {
        font-size: 2.8125vw;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung {
        width: 100%;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung .lst-tuyendung .top {
        margin-bottom: 1.5625vw;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung .lst-tuyendung .top .cat-title {
        width: 18.75vw;
        height: 4.53125vw;
        font-size: 2.8125vw;
        -webkit-border-radius: 2.34375vw;
        -moz-border-radius: 2.34375vw;
        border-radius: 2.34375vw;
        margin-right: 1.5625vw;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung .lst-tuyendung .top .title-tuyendung {
        width: 76.5625vw;
        font-size: 2.8125vw;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung .lst-tuyendung p {
        margin-bottom: 0;
        font-size: 2.8125vw;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-benefit {
        width: 100%;
        background: url("../images/bg-benefit.jpg") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        height: auto;
        padding: 0 4.6875vw;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-benefit .title {
        height: 31.25vw;
        padding: 5.9375vw 0;
        margin-bottom: 5.46875vw;
        background-color: transparent;
        color: #555555;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-benefit .title span {
        color: #b90000;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-benefit .title:after {
        display: none;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-benefit p {
        font-size: 3.125vw;
        margin-bottom: 1.5625vw;
    }

    .wrapper-gzone footer {
        background: url("../images/bg-footer.jpg") repeat;
    }

    .wrapper-gzone footer .gzone-footer {
        width: 100%;
        padding: 6.25vw 2.34375vw 7.03125vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 3.4375vw;
    }

    .wrapper-gzone footer .gzone-footer .box-social {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .wrapper-gzone footer .gzone-footer .box-social .btn-social {
        display: block;
        width: 7.5vw;
        height: 7.5vw;
        position: static;
    }

    .wrapper-gzone footer .gzone-footer .box-social .btn-social.icon-fb {
        background: url("../images/icon-fb.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        margin-right: 0.625vw;
    }

    .wrapper-gzone footer .gzone-footer .box-social .btn-social.icon-youtube {
        background: url("../images/icon-youtube.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
    }

    .wrapper-gzone footer .gzone-footer .item {
        width: 100%;
        margin-bottom: 3.90625vw;
    }

    .wrapper-gzone footer .gzone-footer .item:first-child {
        width: 100%;
        margin-bottom: 3.90625vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .wrapper-gzone footer .gzone-footer .item .logo-ft {
        display: block;
        background: url("../images/logo-ft.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 32.03125vw;
        height: 8.59375vw;
        margin-bottom: 4.6875vw;
    }

    .wrapper-gzone footer .gzone-footer .item h4 {
        font-size: 3.4375vw;
    }

    .wrapper-gzone footer .gzone-footer .item .box-item {
        padding-left: 2.34375vw;
        margin-bottom: 2.34375vw;
    }

    .wrapper-gzone footer .gzone-footer .item .box-item:first-child {
        height: auto;
    }

    .wrapper-gzone footer .gzone-footer .item .box-item:before {
        display: block;
        content: '';
        width: 0.9375vw;
        height: 4.53125vw;
        background-color: #c71c1f;
        position: absolute;
        top: 0;
        left: 0;
    }

    .wrapper-gzone footer .gzone-footer .item .box-item .line-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1.5625vw;
    }

    .wrapper-gzone footer .gzone-footer .item .box-item .line-item:before {
        content: '';
        display: block;
        width: 3.125vw;
        height: 3.125vw;
        margin-right: 2.34375vw;
    }

    .header-fixed-mobi {
        margin-bottom: 15.525vw;
        z-index: 999;
    }

    .gzone-detail .wrapper-gzone header .top-header {
        height: 12.5vw;
        width: 100%;
        margin: 0 auto;
        position: fixed;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .gzone-detail .wrapper-gzone header .top-header .logo {
        background: url("../images/logo-sub.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        display: block;
        width: 28.90625vw;
        height: 7.96875vw;
        margin: 0 0 0 2.90625vw;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
        width: 15.78125vw;
        height: 12.5vw;
        background-color: #b90000;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .menu-icon {
        display: block;
        width: 8.90625vw;
        position: relative;
        z-index: 9999;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .menu-icon:before, .gzone-detail .wrapper-gzone header .top-header .box-menu-header .menu-icon:after,
    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .menu-icon .menu-icon__text {
        background: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        content: '';
        display: block;
        height: 0.9375vw;
        margin: 1.09375vw 0;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        width: 100%;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .menu-icon .menu-icon__text {
        text-indent: -9999px;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu {
        width: 100%;
        height: auto;
        position: fixed;
        z-index: 999;
        top: 0;
        right: -100%;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 19.53125vw 7.8125vw 0 0;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 6.25vw;
        text-decoration: none;
        height: 8.4375vw;
        margin-bottom: 5.625vw;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu {
        margin-left: 7.03125vw;
        width: 8.4375vw;
        height: 8.4375vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu:before {
        content: '';
        display: block;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu.icon-home:before {
        background: url("../images/icon-home.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 7.1875vw;
        height: 6.71875vw;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu.icon-gioithieu:before {
        background: url("../images/icon-gioithieu.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 7.1875vw;
        height: 6.875vw;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu.icon-news:before {
        background: url("../images/icon-tintuc.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 6.71875vw;
        height: 6.875vw;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu.icon-product:before {
        background: url("../images/icon-sanpham.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 8.4375vw;
        height: 8.4375vw;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu.icon-tuyendung:before {
        background: url("../images/icon-tuyendung.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 5.46875vw;
        height: 7.34375vw;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a .icon-menu.icon-lienhe:before {
        background: url("../images/icon-lienhe.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 6.09375vw;
        height: 6.09375vw;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a:hover {
        color: #ea0000;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a:hover .icon-menu.icon-home:before {
        background: url("../images/icon-home-act.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a:hover .icon-menu.icon-gioithieu:before {
        background: url("../images/icon-gioithieu-act.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a:hover .icon-menu.icon-news:before {
        background: url("../images/icon-tintuc-act.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a:hover .icon-menu.icon-product:before {
        background: url("../images/icon-sanpham-act.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a:hover .icon-menu.icon-tuyendung:before {
        background: url("../images/icon-tuyendung-act.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header .lst-menu a:hover .icon-menu.icon-lienhe:before {
        background: url("../images/icon-lienhe-act.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header.active .menu-icon:before {
        -webkit-transform: rotate(45deg) translate3d(0.9375vw, 1.875vw, 0);
        -moz-transform: rotate(45deg) translate3d(0.9375vw, 1.875vw, 0);
        -ms-transform: rotate(45deg) translate3d(0.9375vw, 1.875vw, 0);
        -o-transform: rotate(45deg) translate3d(0.9375vw, 1.875vw, 0);
        transform: rotate(45deg) translate3d(0.9375vw, 1.875vw, 0);
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header.active .menu-icon .menu-icon__text {
        opacity: 0;
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header.active .menu-icon:after {
        -webkit-transform: rotate(-45deg) translate3d(0.9375vw, -1.875vw, 0);
        -moz-transform: rotate(-45deg) translate3d(0.9375vw, -1.875vw, 0);
        -ms-transform: rotate(-45deg) translate3d(0.9375vw, -1.875vw, 0);
        -o-transform: rotate(-45deg) translate3d(0.9375vw, -1.875vw, 0);
        transform: rotate(-45deg) translate3d(0.9375vw, -1.875vw, 0);
    }

    .gzone-detail .wrapper-gzone header .top-header .box-menu-header.active .lst-menu {
        right: 0;
    }

    .gzone-detail .wrapper-gzone .title-detail {
        background: url("../images/bg-sub-title-mb.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 100vw;
        height: 27.03125vw;
        margin-top: 12.5vw;
    }

    .gzone-detail .wrapper-gzone .main-container {
        width: 93.75vw;
    }

    .gzone-detail .wrapper-gzone .main-container .title {
        font-size: 7.1875vw;
        margin-bottom: 1.5625vw;
    }

    .gzone-detail .wrapper-gzone .main-container .break-cum {
        font-size: 3.4375vw;
    }

    .gzone-detail .wrapper-gzone .main-container .break-cum .icon-home {
        margin-right: 0.78125vw;
    }

    .gzone-detail .wrapper-gzone .main-container .break-cum .icon-home:before {
        content: '';
        display: block;
        background: url("../images/icon-home-tintuc.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 5.625vw;
        height: 5.625vw;
        margin-right: 2.34375vw;
    }

    .gzone-detail .wrapper-gzone .main-container .break-cum .sub-detail:before {
        content: '';
        display: block;
        background: url("../images/arr-title.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 3.59375vw;
        height: 2.34375vw;
        margin-right: 0.78125vw;
    }

    .gzone-detail .wrapper-gzone .main-container .lst-news {
        padding: 6.25vw 0 0;
    }

    .gzone-detail .wrapper-gzone .main-container .lst-news .item-news {
        width: 100%;
        height: auto;
        margin-right: 0;
        -webkit-border-radius: 0.78125vw;
        -moz-border-radius: 0.78125vw;
        border-radius: 0.78125vw;
        margin-bottom: 5.46875vw;
    }

    .gzone-detail .wrapper-gzone .main-container .lst-news .item-news .thumb-news {
        height: 61.25vw;
    }

    .gzone-detail .wrapper-gzone .main-container .lst-news .item-news .detail-news {
        padding: 2.34375vw;
    }

    .gzone-detail .wrapper-gzone .main-container .lst-news .item-news .detail-news .title-items {
        font-size: 5vw;
    }

    .gzone-detail .wrapper-gzone .main-container .lst-news .item-news .detail-news .title-items.hot:before {
        content: "Gấp";
        background-color: #f30;
        color: #fff;
        padding: 0.15625vw 0.78125vw 0.15625vw 0.78125vw;
        -webkit-border-radius: 1.5625vw;
        -moz-border-radius: 1.5625vw;
        border-radius: 1.5625vw;
        margin-right: 5px;
        font-size: 3.125vw;
        vertical-align: middle;
        display: inline-block;
    }

    .gzone-detail .wrapper-gzone .main-container .lst-news .item-news .detail-news p {
        font-size: 3.75vw;
    }

    .gzone-detail .wrapper-gzone .main-container .lst-news .item-news .detail-news .time-post {
        font-size: 3.125vw;
    }

    .gzone-detail .wrapper-gzone .main-container .btn-xemthem {
        width: 50vw;
        height: 9.375vw;
        font-size: 5vw;
        -webkit-border-radius: 1.5625vw;
        -moz-border-radius: 1.5625vw;
        border-radius: 1.5625vw;
        margin: 0 auto 7.8125vw;
    }

    .gzone-detail .wrapper-gzone .main-container .btn-xemthem:after {
        content: '';
        display: block;
        background: url("../images/arr-title.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 3.59375vw;
        height: 2.34375vw;
        margin-left: 1.5625vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news {
        padding: 6.25vw 0;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details {
        width: 100%;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details hr {
        width: 100%;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details h1 {
        font-size: 5.46875vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .date {
        font-size: 4.21875vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .cont-detail {
        margin: 3.125vw 0;
        font-size: 5.46875vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .cont-detail img {
        margin: 2.34375vw auto;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .cont-detail .des-img {
        font-size: 4.6875vw;
        margin-bottom: 4.6875vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .box-news-other {
        padding-top: 6.25vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .box-news-other h4 {
        border-left: 0.78125vw solid #d31f21;
        line-height: 5.46875vw;
        padding-left: 1.09375vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .box-news-other ul {
        padding: 0 0 0 3.125vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .box-news-other ul li a {
        font-size: 4.375vw;
        padding: 1.5625vw 0;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .main-details .box-news-other ul li a .date-news {
        margin-right: 1.25vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right {
        width: 100%;
        margin-top: 11.71875vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right h4 {
        line-height: 12.65625vw;
        padding-left: 5.3125vw;
        font-size: 6.5625vw;
        margin-bottom: 6.25vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item {
        height: 60.9375vw;
        margin-bottom: 6.25vw;
        font-size: 4.6875vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item .detail-post {
        padding: 1.5625vw 2.34375vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item .detail-post .time-post {
        font-size: 3.125vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .job-info .btn-apply {
        font-size: 4.6875vw;
        height: 7.8125vw;
        line-height: 7.8125vw;
        -webkit-border-radius: 1.5625vw;
        -moz-border-radius: 1.5625vw;
        border-radius: 1.5625vw;
        max-width: unset;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .job-info ul {
        padding: 1.5625vw 3.125vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .job-info ul li {
        font-size: 4.375vw;
        padding: 1.5625vw 0;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .title-section {
        font-size: 4.375vw;
        padding: 2.34375vw 0 2.34375vw 0;
        margin: 4.6875vw 0 2.34375vw 0px;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .career {
        margin-bottom: 5.46875vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .career li {
        padding: 2.34375vw 0;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .career li .button-job {
        width: 12.5vw;
        height: 12.5vw;
        margin-right: 1.5625vw;
        -webkit-border-radius: 1.5625vw;
        -moz-border-radius: 1.5625vw;
        border-radius: 1.5625vw;
        font-size: 4.375vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .career li .des-career h6 {
        font-size: 4.0625vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .career li .des-career p {
        font-size: 3.75vw;
    }

    .gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .link-seemore {
        font-size: 3.75vw;
    }

    .gzone-detail .wrapper-gzone .main-container .box-product {
        padding: 6.25vw 0;
    }

    .gzone-detail .wrapper-gzone .main-container .box-product .content {
        margin-bottom: 10.9375vw;
    }

    .gzone-detail .wrapper-gzone .main-container .box-product .content h1 {
        font-size: 8.59375vw;
        margin-bottom: 3.90625vw;
    }

    .gzone-detail .wrapper-gzone .main-container .box-product .content p {
        font-size: 3.4375vw;
    }

    .gzone-detail .wrapper-gzone .main-container .box-product .bottom-content h4 {
        line-height: 4.21875vw;
        border-left: 0.78125vw solid #dc2023;
        padding-left: 1.5625vw;
        font-size: 3.4375vw;
    }

    .gzone-detail .wrapper-gzone .main-container .box-product .bottom-content .lst-des {
        margin: 5.46875vw 0;
    }

    .gzone-detail .wrapper-gzone .main-container .box-product .bottom-content .lst-des p {
        font-size: 3.4375vw;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .gzone-detail .wrapper-gzone .main-container .box-product .bottom-content .lst-des p:before {
        width: 1.5625vw;
        height: 1.5625vw;
        margin-right: 1.5625vw;
        margin-top: 3.125vw;
    }

    .gzone-detail .wrapper-gzone .main-container .box-lienhe {
        padding: 10.9375vw 0;
    }

    .gzone-detail .wrapper-gzone .main-container .box-lienhe .item {
        width: 100%;
        margin-bottom: 8.59375vw;
    }

    .gzone-detail .wrapper-gzone .main-container .box-lienhe .item .icon {
        width: 14.53125vw;
        height: 11.5625vw;
        margin: 0 auto 5.46875vw;
    }

    .gzone-detail .wrapper-gzone .main-container .box-lienhe .item .icon.icon-place:before {
        content: '';
        display: block;
        background: url("../images/icon-local.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 9.21875vw;
        height: 11.5625vw;
    }

    .gzone-detail .wrapper-gzone .main-container .box-lienhe .item .icon.icon-mail:before {
        content: '';
        display: block;
        background: url("../images/icon-mail-contact.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 14.53125vw;
        height: 10.3125vw;
    }

    .gzone-detail .wrapper-gzone .main-container .box-lienhe .item h4 {
        font-size: 5.15625vw;
    }

    .gzone-detail .wrapper-gzone .main-container .box-lienhe .item hr {
        width: 10.15625vw;
        height: 0.78125vw;
        margin: 5.46875vw auto;
    }

    .gzone-detail .wrapper-gzone .main-container .box-lienhe .item .content {
        font-size: 3.90625vw;
    }

    .gzone-detail .wrapper-gzone .main-container .box-lienhe .item .content p {
        margin-bottom: 1.5625vw;
    }

    .gzone-detail .wrapper-gzone .box-slide {
        background: url("../images/bg-sp-mb.jpg") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 100%;
        height: 66.25vw;
        margin-bottom: 15.625vw;
        position: relative;
    }

    .gzone-detail .wrapper-gzone .box-slide:before {
        display: none;
    }

    .gzone-detail .wrapper-gzone .box-slide:after {
        display: none;
    }

    .gzone-detail .wrapper-gzone .box-slide .carousel-product {
        width: 100%;
    }

    .gzone-detail .wrapper-gzone .box-slide .carousel-product .slick-list {
        overflow: hidden;
    }

    .gzone-detail .wrapper-gzone .box-slide .carousel-product .slick-slide {
        margin: 0 4.6875vw;
    }

    .gzone-detail .wrapper-gzone .box-slide .carousel-product .slick-slide img {
        width: 100%;
        margin-bottom: 3.125vw;
    }

    .gzone-detail .wrapper-gzone .box-slide .carousel-product .item-game .name {
        font-size: 3.4375vw;
    }

    .gzone-detail .wrapper-gzone .box-slide .carousel-product .slick-arrow {
        background: url("../images/arr-sp.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        width: 3.75vw;
        height: 6.5625vw;
        top: 20.3125vw;
    }

    .gzone-detail .wrapper-gzone .box-slide .carousel-product .slick-arrow:before {
        display: none;
    }

    .gzone-detail .wrapper-gzone .box-slide .carousel-product .slick-arrow.slick-prev {
        left: 0.78125vw;
    }

    .gzone-detail .wrapper-gzone .box-slide .carousel-product .slick-arrow.slick-next {
        right: 0.78125vw;
    }

    .gzone-detail .wrapper-gzone .box-map {
        height: 81.5625vw;
    }
}

.totop {
    background: #fff;
    width: 40px;
    height: 40px;
    padding: 5px;
    margin-top: -70px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    position: fixed;
    bottom: 40px;
    right: 50px;
    -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
    -o-transition: background-color .3s, opacity .5s, visibility .5s;
    -moz-transition: background-color .3s, opacity .5s, visibility .5s;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.totop img {
    width: 100%;
}

.totop.show {
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@-moz-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        -moz-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@-o-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        -moz-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        -moz-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -moz-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

.cont-detail h1,
.cont-detail h2,
.cont-detail h3,
.cont-detail h4,
.cont-detail h5,
.cont-detail h6,
.cont-detail span,
.cont-detail p,
.cont-detail img,
.cont-detail strong,
.cont-detail a,
.cont-detail i {
    max-width: 100%;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item {
    padding-left: 0;
    padding-bottom: 0;
    height: auto;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item .thumb-news {
    position: relative;
    display: block;
    width: auto;
    height: auto;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item .thumb-news::before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item .thumb-news img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-item .item:after {
    display: none;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item .title-news {
    margin-top: 10px;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: initial;
    white-space: initial;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item {
    height: auto;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item:before {
    content: '';
    display: block;
    padding-bottom: 30%;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item img {
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    left: 0;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item .detail-post {
    width: calc(60% - 10px);
    left: inherit;
    right: 0;
    bottom: inherit;
    top: 0;
    padding: 0;
    background: transparent;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item .detail-post .name-post {
    color: #212529;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item .detail-post .time-post {
    color: #4f4f4f;
}

.wrapper-gzone .main-gzone .box-news-bottom .main-bottom .box-news .box-item .item .time-news {
    display: block;
    margin-top: 10px;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    height: auto;
    width: 33.3333%;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item .thumb-news {
    position: relative;
    display: block;
    width: auto;
    height: auto;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item .thumb-news::before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item .thumb-news img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-item .item:after {
    display: none;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item .title-news {
    margin-top: 10px;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: initial;
    white-space: initial;
    margin-top: 10px;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item {
    height: auto;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item:before {
    content: '';
    display: block;
    padding-bottom: 30%;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item img {
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    left: 0;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item .detail-post {
    width: calc(60% - 10px);
    left: inherit;
    right: 0;
    bottom: inherit;
    top: 0;
    padding: 0;
    background: transparent;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item .detail-post .name-post {
    color: #212529;
}

.gzone-detail .wrapper-gzone .main-container .main-detail-news .news-hot-right .lst-news-hot .item .detail-post .time-post {
    color: #4f4f4f;
}

.wrapper-gzone .main-gzone .box-news-bottom .main-bottom .box-news .box-item .item .time-news {
    display: block;
    margin-top: 0.26041666666666663vw;
    font-size: 0.7291666666666666vw;
}


.wrapper-gzone .main-gzone .box-news-bottom {
    height: auto;
    padding-bottom: 1.5625vw;
    background: transparent;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news {
    width: 100%;
    margin-bottom: 50px;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .title {
    text-align: center;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .box-item {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung {
    width: 50%;
    padding-right: 15px;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-benefit {
    width: calc(50% - 15px);
    margin-left: 15px;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-benefit .title {
    height: auto;
    padding: 3.5416666666666665vw 0;
    margin-bottom: 1.0416666666666665vw;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung .lst-tuyendung .top {
    position: relative;
    padding-left: 4.791666666666667vw;
    margin-bottom: 15px;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung .lst-tuyendung .top .cat-title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung .lst-tuyendung .top .title-tuyendung {
    width: 100%;
    font-size: 0.9375vw;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung .lst-tuyendung p {
    font-size: 0.8333333333333334vw;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-item .item {
    height: auto;
    padding-bottom: 0;
    margin-bottom: 1.5625vw;
}

.modal-body {
    padding: 0;
}

@media (max-width: 768px) {
    .wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item {
        width: 100%;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-news {
        margin-bottom: 0;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung {
        width: 100%;
        padding-right: 0;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-benefit {
        width: 100%;
        margin-left: 0;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung .lst-tuyendung .top .title-tuyendung,
    .wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung .lst-tuyendung p {
        font-size: 2.8125vw;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .box-tuyendung .lst-tuyendung .top {
        padding-left: 21.447721179624665vw;
        margin-bottom: 1.5625vw;
    }

    .wrapper-gzone .main-gzone .box-news-bottom .main-bottom .box-news .box-item .item .time-news {
        display: block;
        margin-top: 1.3404825737265416vw;
        font-size: 3.2171581769436997vw;
    }
}

.info-game {
    padding-bottom: 5.2083333333vw;
}

.info-game .item {
    display: none;
}

.info-game .item.active {
    display: block;
}

.info-game .item .btn-group {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.info-game .item .btn-group .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: none;
    width: 180px;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    margin: 0 25px;
    border-radius: 999px;
    border: 2px solid #c71c1f;
    color: #c71c1f;
    transition: all .3s ease-in-out;
    padding: 0;
    box-shadow: none;
}

.info-game .item .btn-group .btn svg {
    max-width: 18px;
    max-height: 18px;
    margin-right: 10px;
}

.info-game .item .btn-group .btn:hover {
    background-color: #c71c1f;
    color: #fff;
}

.info-game .item .heading {
    border-bottom: 1px solid #c7c7c7;
}

.info-game .item .heading .name-game {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 20px;
}

.info-game .item .heading .date {
    font-size: 16px;
    margin-bottom: 10px;
}

.info-game .item .heading .date svg {
    width: 16px;
    margin-right: 5px;
}

.info-game .item .content {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .info-game {
        margin-bottom: 15.625vw;
    }

    .info-game .item .btn-group {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .info-game .item .btn-group .btn {
        position: relative;
        border: 0;
        font-size: 16px;
        padding: 0;
        margin: 0 7.5px;
        width: auto;
        height: auto;
    }

    .info-game .item .btn-group .btn svg {
        display: none
    }

    .info-game .item .btn-group .btn::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 60%;
        background: #c71c1f;
        right: -7.5px;
        top: 50%;
        transform: translateY(-50%);
    }

    .info-game .item .btn-group .btn:last-of-type::after {
        display: none;
    }

    .info-game .item .heading .name-game {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .info-game .item .heading .date {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .info-game .item .heading .date svg {
        width: 12px;
    }

    .info-game .item .content {
        margin-top: 15px;
    }
}

.info-game .item .content * {
    max-width: 100%;
}

.wrapper-gzone .main-gzone .box-news-bottom .box-news .lst-news .item p {
    font-weight: 400;
}

.gzone-detail .wrapper-gzone header .top-header .box-menu-header-lang {
    top: 50% !important;
    transform: translateY(-50%);
    right: 15px !important;
    border: 0;
}

@media screen and (max-width: 640px) {
    .gzone-detail .wrapper-gzone header .top-header .box-menu-header-lang {
        right: 15.78125vw !important;
        top: 0 !important;
        transform: none;
    }
}

.wrapper-gzone .main-gzone .box-gioithieu .slick-carousel .slick-slide {
    width: 400px;
    position: relative;
    height: auto !important;

}

.wrapper-gzone .main-gzone .box-gioithieu .slick-carousel .slick-slide::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.wrapper-gzone .main-gzone .box-gioithieu .slick-carousel .slick-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .wrapper-gzone .main-gzone .box-gioithieu .slick-carousel .slick-slide {
        width: 300px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .wrapper-gzone .main-gzone .box-gioithieu .slick-carousel .slick-slide {
        width: 200px;
    }
}

@media (max-width: 575.98px) {
    .wrapper-gzone .main-gzone .box-gioithieu .slick-carousel .slick-slide {
        width: 200px;
    }
}

.wrapper-gzone .main-gzone .box-gioithieu {
    padding-bottom: 0;
    height: auto;
}

.wrapper-gzone .main-gzone .box-gioithieu .slick-carousel {
    height: auto;
}
/* css đối tác*/
.v1-box-doitac {
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 50px;
}



@media (min-width: 1200px) {
    .v1-box-doitac .wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 66.6666666667vw;
    }
}

.v1-box-doitac .heading {
    padding: 0;
    margin: 0;
    font-size: 42px;
    color: #232323;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;

}

.v1-box-doitac .heading::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 6px;
    border-radius: 999px;
    background-color: #e51d26;
}

.v1-box-doitac .wrapper {
    margin-top: 50px;
}

.v1-box-doitac .item {
    padding: 15px 7.5px;
}

.v1-box-doitac .item a {
    position: relative;
    display: block;
    outline: none;
    text-decoration: none;
}

.v1-box-doitac .item a::before {
    content: '';
    display: block;
    padding-bottom: 22.6%;
}

.v1-box-doitac {
    width: 100%;
    padding-bottom: 30px;
    background: #f3eeee;
    padding-top: 30px;
}

.v1-box-doitac .heading {
    padding: 0;
    margin: 0;
    font-size: 42px;
    color: #232323;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;

}

.v1-box-doitac .heading::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 6px;
    border-radius: 999px;
    background-color: #e51d26;
}

.v1-box-doitac .wrapper {
    margin-top: 50px;
}

.v1-box-doitac .item {
    padding: 15px 7.5px;
}

.v1-box-doitac .item a {
    position: relative;
    display: block;
    outline: none;
    text-decoration: none;
}

.v1-box-doitac .item a::before {
    content: '';
    display: block;
    padding-bottom: 22.6%;
}

.v1-box-doitac .item a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.v1-box-doitac .slick-dots {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    width: auto;
}

.v1-box-doitac .slick-dots li {
    margin: 0 6px;
    display: block;
    width: auto;
    height: auto;
}

.v1-box-doitac .slick-dots li button {
    padding: 0;
    margin: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d6d6d6;
    transition: all 0.3s ease-in-out;
}

.v1-box-doitac .slick-dots li.slick-active button {
    background-color: #e51d26;
}

@media screen and (max-width: 640px) {

    .v1-box-doitac,
    .v1-box-doitac .wrapper {
        margin-top: 15px;
    }

    .v1-box-doitac .heading {
        font-size: 25px;
    }

    .v1-box-doitac .heading::before {
        width: 40px;
        height: 4px;
    }
    .v1-box-doitac .slick-dots {
        bottom: -15px;
    }
}

.v1-box-doitac .item a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.v1-box-doitac .slick-dots {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    width: auto;
}

.v1-box-doitac .slick-dots li {
    margin: 0 6px;
    display: block;
    width: auto;
    height: auto;
}

.v1-box-doitac .slick-dots li button {
    padding: 0;
    margin: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d6d6d6;
    transition: all 0.3s ease-in-out;
}

.v1-box-doitac .slick-dots li.slick-active button {
    background-color: #e51d26;
}

@media screen and (max-width: 640px) {

    .v1-box-doitac,
    .v1-box-doitac .wrapper {
        margin-top: 15px;
    }

    .v1-box-doitac .heading {
        font-size: 25px;
    }

    .v1-box-doitac {
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .v1-box-doitac .heading::before {
        width: 40px;
        height: 4px;
    }
}

/* footer */
.v1-footer__bottom {
    background-color: #fff;
    color: #8f8f8f;
}

.v1-footer__bottom .footer__bottom-wrapper {
    width: 62.5vw;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.v1-footer__bottom .footer__bottom-list a {
    font-size: 14px;
    color: #8f8f8f;
}

.v1-footer__bottom .footer__bottom-list a:hover {
    color: #ef4723;
}

.v1-footer__bottom .footer__bottom-right {
    display: flex;
}

.v1-footer__bottom .footer__bottom-right a {
    margin-left: 30px;
}

.v1-footer__bottom .footer__bottom-right svg {
    height: 20px;
    color: #000;
}

@media screen and (max-width: 640px) {
    .v1-footer__bottom .footer__bottom-wrapper {
        width: 100%;
        padding: 15px 10px;
        display: block;
        text-align: center;
    }

    .v1-footer__bottom .footer__bottom-right {
        display: none;
    }
}
/* end đối tác */
/* fix css menu */
.wrapper-gzone header .top-header .box-menu-header .lst-menu, .wrapper-gzone header .top-header .box-menu-header-lang .lst-menu-lang {
    width: auto;
}
/* end fix css menu */
.wrapper-gzone .main-gzone .box-about-company .main-about .slick-list {
    overflow: initial;
}
.wrapper-gzone .main-gzone .box-about-company .main-about .box-about .item:before {
    animation: infinite 2s heartBeat;
}

.wrapper-gzone header .top-header .box-menu-header-lang.active-lang .lst-menu-lang {
    min-width: 20vw;
}

