@font-face {
  font-family: 'MexB';
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Mexre';
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'sairab';
  src: url("../fonts/Saira-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'sairare';
  src: url("../fonts/Saira-Regular.ttf") format("truetype"); }
object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit; }

b, strong, th {
  font-weight: bold; }
.boxs{
  padding-top: 1rem;
  display: block;
    margin: auto;
}
.boxs .fix-ui li:hover{
  color: #f15a29;
  transition: 0.3s;
}
.fix-js .container .title-job a:hover{
  color: #f15a29;
  transition: 0.3s;
}
i, em {
  font-style: italic; }
  .boxs .fix-ui {
    max-width: 140px;
    display: block;
    margin: auto;
    list-style: none; }
    .boxs .fix-ui li {
      font-family: "MexB";
      font-size: 18px;
      font-weight: 600;
      color: #ffffff;
      padding: 1rem;
      cursor: pointer; }
  .fix-js1{
    display: block ;
  }
  .fix-js4, .fix-js2, .fix-js3 {
    display: none; }
    
  .fix-js {
    padding-top: 1rem; }
    .fix-js .container .test {
      border-top: solid 1px #f15a29;
      border-bottom: solid 1px #f15a29; }
    .fix-js .container .title-job {
      font-size: 22px;
      padding: 1rem 0;
      font-weight: 700; }
      .fix-js .container .title-job a {
        color: #ffffff;
        text-decoration: none !important; }
    .fix-js .container .where p {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      font-size: 20px;
      font-weight: 400; 
    color: white;
    padding-top: 1rem;
  }
  
  /*# sourceMappingURL=css.css.map */
   

sub, sup {
  font-size: 75%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }
.fix-ui{
  
}
.boxs{
  width: 100%;
  max-width: 300px;
}

.item-fix{
  text-align: center;
  margin: auto;
  font-size: 1.7rem;
  font-family: 'MexB';
  color: white;
  padding: 3rem 0;
  justify-content: center;
  color: #f15a29;
  font-family: inherit;
    cursor: pointer;
    font-style: inherit;
    font-weight: 700;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none; }

ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0; }

label {
  font-weight: normal; }

input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 12px;
  padding-right: 12px; }

select {
  padding-left: 8px; }

input[type="number"] {
  padding-left: 5px; }

textarea {
  padding: 8px 12px 5px 12px; }

input, textarea, select, button, a {
  outline: none; }

button {
  border: none;
  background: none;
  padding: 0; }

* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top); }

.col-xs-f20, .col-sm-f20, .col-md-f20, .col-lg-f20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.c-img {
  display: block;
  position: relative;
  padding-top: 73%; }
  .c-img img, .c-img .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit; }

.hv-over {
  display: block;
  position: relative; }
  .hv-over:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-over:hover:after {
    background: #2077a7;
    opacity: 0.5; }

.hv-scale {
  overflow: hidden;
  display: block; }
  .hv-scale img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-scale:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.hv-light {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff; }
  .hv-light:before, .hv-light:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
  .hv-light:before {
    right: 0;
    bottom: 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-light:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.12);
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
  .hv-light:hover:after {
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.s-content .aligncenter {
  display: block;
  text-align: center;
  margin: auto; }

.s-content .alignright {
  display: block;
  text-align: right;
  margin-left: auto; }

.s-content .alignleft {
  display: block;
  text-align: left;
  margin-right: auto; }

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content ul {
  list-style: none !important;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content li {
  list-style: inherit;
  margin-bottom: 5px; }
.s-content li::before {
  content: "\2022";
  color: white;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.s-content p {
  margin-bottom: 10px; }
.s-content img {
  display: inline-block;
  max-width: 100%;
  margin: 10px 0;
  object-fit: contain;}
.s-content table, .s-content iframe {
  max-width: 100%; }
.s-content a {
  color: #e45200; }
.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #ebebeb; }
  .s-content table td {
    border-collapse: collapse;
    border: solid 1px #ebebeb;
    padding: 3px; }
.s-content h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }
.s-content h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }
.s-content h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }
.s-content h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }
.s-content h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }
.s-content h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }

.s-social .fb_iframe_widget, .s-social a.pinterest {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px; }

.slick-list {
  margin: 0 0px; }
  .slick-list .slick-slide {
    margin: 0 0px; }

.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute; }

.slick-dots {
  text-align: center; }
  .slick-dots button {
    display: none; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: solid 2px #666;
    border-radius: 50%;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #666; }

.table {
  display: table;
  margin: 0; }
  .table .line {
    display: table-row; }
  .table .cell {
    display: table-cell;
    vertical-align: middle; }

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover; }

.col-xs-f20 {
  float: left;
  width: 20%; }

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%; } }
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-md-80,
.col-xl-15,
.col-xl-80 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

.col-xs-80 {
  width: 80%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; }

  .col-sm-80 {
    width: 80%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; }

  .col-md-80 {
    width: 75%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; }

  .col-lg-80 {
    width: 80%;
    float: left; } }
.col-xs-f20 {
  float: left;
  width: 20%; }

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%; } }
.row-ibl {
  font-size: 0; }
  .row-ibl > [class^="col-"] {
    font-size: 14px;
    float: none;
    display: inline-block;
    vertical-align: top; }
  .row-ibl:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .row-ibl.mid > [class^="col-"] {
    vertical-align: middle; }
  .row-ibl.bot > [class^="col-"] {
    vertical-align: bottom; }
  .row-ibl > [class^="col-"].i-mid {
    vertical-align: middle; }
  .row-ibl > [class^="col-"].i-top {
    vertical-align: top; }
  .row-ibl > [class^="col-"].i-bot {
    vertical-align: bottom; }

.pad-0 {
  padding-left: 0px;
  padding-right: 0px; }

.pad-5 {
  padding-left: 5px;
  padding-right: 5px; }

.pad-8 {
  padding-left: 8px;
  padding-right: 8px; }

.pad-10 {
  padding-left: 10px;
  padding-right: 10px; }

.row-10 {
  margin-left: -10px;
  margin-right: -10px; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px; }

.col-mar-0 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px; }

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px; }

.col-mar-5 > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px; }

.col-mar-8 > div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px; }

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px; }

.col-mar-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.relative {
  position: relative; }

.static {
  position: static; }

.absolute {
  position: absolute; }

.text-justify {
  text-align: justify; }

.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both; }

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

@media all and (max-width: 1199px) {
  .md-left {
    text-align: left; }

  .md-center {
    text-align: center; }

  .md-right {
    text-align: right; } }
@media all and (max-width: 991px) {
  .sm-left {
    text-align: left; }

  .sm-center {
    text-align: center; }

  .sm-right {
    text-align: right; } }
@media all and (max-width: 767px) {
  .xs-left {
    text-align: left; }

  .xs-center {
    text-align: center; }

  .xs-right {
    text-align: right; }

  .xs-pad-7 {
    margin: 0 -7px; }
    .xs-pad-7 > div[class^="col-"] {
      padding: 0 7px; }

  .xs-pad-5 {
    margin: 0 -5px; }
    .xs-pad-5 > div[class^="col-"] {
      padding: 0 5px; } }
.delay02 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.delay08 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.delay10 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s; }

.delay12 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.dura5 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.dura15 {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.dura20 {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

.dura100 {
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s; }

html {
  font-size: 62.5%; }

body {
  line-height: 1.2;
  font-size: 1.5rem;
  font-family: 'Mexre','arial';
  background: #181818; }

.smooth {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.text1-line {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.text2-line {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.text3-line {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.text4-line {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.text5-line {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.text6-line {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

.text7-line {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical; }

.text8-line {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical; }

.header {
  background-image: url("../images/header-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40%;
  position: relative;
  z-index: 100; }
  .header .logo_call {
    display: flex;
    align-items: center;
    justify-content: center; }
    .header .logo_call .logo {
      padding: 5px 0; }
      .header .logo_call .logo a {
        display: block; }
        .header .logo_call .logo a img {
          max-width: 149px;
          width: 100%; }
  .header .header_contact {
    text-align: right;
    color: #8b8889;
    margin-top: 20px;
    margin-bottom: 10px; }
    .header .header_contact .searach {
      display: inline-block;
      margin-right: 30px; }
      .header .header_contact .searach input {
        background-color: #241f21;
        border-left: #241f21;
        border-top: #241f21;
        border-right: #241f21;
        border-bottom: solid 1px #8b8889;
        height: 30px;
        width: 200px;
        color: white;
        margin-top: -12px; }
      .header .header_contact .searach button i {
            color: #8b8889;
        font-size: 24px; }
      .header .header_contact .searach a:hover {
        color: #f15a29; }
    .header .header_contact .contact {
      display: inline-flex; }
      .header .header_contact .contact a {
        display: inline-block;
        color: #241f21;
        margin-right: 8px; }
        .header .header_contact .contact a i {
          font-size: 16px;
          width: 18px;
          height: 18px;
          background-color: #8b8889;
          text-align: center;
          line-height: 19px;
          border-radius: 2px; }
   
    .header .header_contact .language {
      display: inline-block; }
      .header .header_contact .language a {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-left: 10px; }
        .header .header_contact .language a img {
          margin-top: -5px;
          width: 100%;
          filter: grayscale(1); 
          border-radius: 50%; }
          .language .en img, .language .vn img{
             filter: grayscale(0)!important; 
          }
  .header .sp-searach-ip {
    display: none;
    position: absolute;
    bottom: -37px;
    left: 50%;
    margin-left: -145px;
    width: 290px;
    z-index: 6;
    background: rgba(24, 24, 24, 0.5);
    border-radius: 8px;
    padding: 0 0 3px 3px; }
    .header .sp-searach-ip input {
      display: inline-block;
      width: 245px;
      border-radius: 8px;
      border: white;
      height: 33px; }
    .header .sp-searach-ip button {
      padding-left: 8px;
      display: inline-block;
      width: 30px;
      font-size: 23px;
      color: #f15a29; }
      .header .sp-searach-ip button:hover {
        color: white; }

.main-menu {
  display: inline-block;
  color: white;
  font-family: 'MexB';
  padding-right: 5px;
  z-index: 10; }
  .main-menu ul li {
    font-size: 1.7rem;
    display: inline-block;
    position: relative; }
    .main-menu ul li a {
      padding: 20px 15px;
      display: block;
      position: relative;
      z-index: 2; }
      .main-menu ul li a:hover {
        color: #f15a29; }
    .main-menu ul li ul {
      padding-top: 5px;
      min-width: 250px;
      display: none;
      color: white;
      position: absolute;
      top: 100%;
      left: 10px;
      animation-duration: 0.3s;
      animation-name: fadeInUp; }
      .main-menu ul li ul li {
        text-align: left;
        padding: 0;
        display: block;
        border-bottom: solid 1px white;
        background: rgb(241, 90, 41);}
         .main-menu ul li ul li:first-child{
          border-top-left-radius: 5px;
          border-top-right-radius: 5px;
         }
          .main-menu ul li ul li:last-child{
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px;
         }
         .main-menu ul li ul li a:hover{
          color: #fff;
         }
        .main-menu ul li ul li a {
          padding: 10px; }
        .main-menu ul li ul li ul {
          padding-top: 0;
          padding-left: 5px;
          display: none;
          color: white;
          position: absolute;
          top: 0px;
          left: calc(100% + 0px);
          animation-duration: 0.3s;
          animation-name: fadeInUp; }
          .main-menu ul li ul li ul li {
            background: rgba(36, 31, 33, 0.7);
            display: block;
            border-bottom: solid 1px white; }
            .main-menu ul li ul li ul li:last-child {
              border-bottom: none; }
        .main-menu ul li ul li:last-child {
          border-bottom: none; }
        .main-menu ul li ul li:before {
          display: none !important; }
    .main-menu ul li:before {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 50%;
      margin-left: -66px;
      background-image: url("../images/menuhover.png");
      background-size: cover;
      background-position: center;
      width: 132px;
      height: 30px;
      display: block;
      z-index: 1;
      transition: 0.3s;
      opacity: 0; }
    .main-menu ul li:hover {
      background: #241f21; }
       .main-menu ul li ul li:hover {
      background: #f7f204; }
      .main-menu ul li:hover > ul {
        display: block; }
      .main-menu ul li:hover:before {
        content: '';
        opacity: 1; }

.sp-menu {
  z-index: 999;
  position: fixed;
  font-family: 'MexB';
  display: none;
  top: 0;
  left: -100%;
  transition: 0.3s;
  color: white;
  width: 350px;
  max-width: 70%;
  height: 100vh;
  background-color: rgba(241, 90, 41, 0.95);
  box-shadow: 2px 2px 8px black;
  font-size: 1.6rem;
  overflow: auto; }
  .sp-menu ul li {
    border-top: solid 1px black;
    text-transform: uppercase;
    position: relative; }
    .sp-menu ul li a {
      padding: 10px;
      display: block; }
      .sp-menu ul li a:hover {
        background: #f15a29; }
    .sp-menu ul li i {
      position: absolute;
      top: 0;
      right: 0px;
      font-size: 1.7rem;
      padding: 11px; }
    .sp-menu ul li ul {
      display: none; }
      .sp-menu ul li ul li {
        background-color: #ba4119; }
        .sp-menu ul li ul li:first-child {
          border-top: solid 1px black !important;
          margin-top: 8px; }
        .sp-menu ul li ul li a {
          padding: 10px 10px 10px 20px; }
        .sp-menu ul li ul li ul li {
          background: #953718; }
          .sp-menu ul li ul li ul li a {
            padding: 10px 10px 10px 30px; }
    .sp-menu ul li:first-child {
      border-top: none; }

.btn-menu-sp {
  display: none;
  font-size: 25px;
  width: 40px;
  color: #f15a29; }

.sp-searach {
  display: none;
  font-size: 25px;
  margin-right: 20px; }

.game-slider {
  position: relative; }
  .game-slider .swiper-slide {
    position: relative; }
    .game-slider .swiper-slide .ct-img {
      width: 100%;
      height: 595px; }
      .game-slider .swiper-slide .ct-img img {
        height: 100%;
        width: 100%; }
        .game-slider .swiper-slide .content .text7-line{
    -webkit-line-clamp: 10;
        }
    .game-slider .swiper-slide .content {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -575px;
      width: 450px;
      max-width: 100%;
      color: white; }
      .game-slider .swiper-slide .content .title {
        font-family: 'MexB';
        margin-bottom: 10px;
        font-size: 3.1rem;
        line-height: 1.2;
        margin-top: 100px; }
      .game-slider .swiper-slide .content p {
      	overflow: hidden;
        margin-top: 40px;
        margin-bottom: 50px; }
      .game-slider .swiper-slide .content a {
        background: #f15a29;
        display: inline-block;
        padding: 10px 30px 10px 30px; }
        .game-slider .swiper-slide .content a:hover {
          background: white;
          color: #f15a29; }
    .game-slider .swiper-slide:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 40%;
      background-image: -webkit-linear-gradient(left, #181818 45%, rgba(36, 31, 33, 0));
      background-image: -o-linear-gradient(left, #181818 45%, rgba(36, 31, 33, 0));
      background-image: linear-gradient(to right, #181818 45%, rgba(36, 31, 33, 0)); }

.game-slider-sp {
  background: #f15a29; }
  .game-slider-sp .sp {
    padding: 0 50px;
    position: relative; }
    .game-slider-sp .sp .swiper-container .swiper-wrapper .swiper-slide {
      transition: 0.3s;
      background: #474747;
      padding: 12px;
      border-right: solid 1px #904026; }
      .game-slider-sp .sp .swiper-container .swiper-wrapper .swiper-slide .ct-img {
        margin-top: 10px;
        text-align: center;
        z-index: 2;
        position: relative; }
        .game-slider-sp .sp .swiper-container .swiper-wrapper .swiper-slide .ct-img img {
          filter: grayscale(100%);
          width: 61px;
          height: 61px; }
      .game-slider-sp .sp .swiper-container .swiper-wrapper .swiper-slide .title {
        font-size: 11px;
        color: white;
        margin-top: 10px;
        height: 25px;
        text-align: center;
        position: relative;
        z-index: 2; }
      .game-slider-sp .sp .swiper-container .swiper-wrapper .swiper-slide:before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        background-image: url("../images/vang2.png");
        background-size: 150%;
        background-position: bottom;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        display: block;
        z-index: 1;
        opacity: 0; }
      .game-slider-sp .sp .swiper-container .swiper-wrapper .swiper-slide:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 3px;
        display: block;
        background: #f15a29;
        z-index: 1;
        opacity: 0; }
      .game-slider-sp .sp .swiper-container .swiper-wrapper .swiper-slide:hover {
        background: #282829; }
        .game-slider-sp .sp .swiper-container .swiper-wrapper .swiper-slide:hover:before {
          content: '';
          opacity: 1; }
        .game-slider-sp .sp .swiper-container .swiper-wrapper .swiper-slide:hover:after {
          content: '';
          opacity: 1; }
    .game-slider-sp .sp .swiper-container .swiper-wrapper .swiper-slide-thumb-active {
      background: #282829; }
      .game-slider-sp .sp .swiper-container .swiper-wrapper .swiper-slide-thumb-active .ct-img img {
        filter: grayscale(0%); }
      .game-slider-sp .sp .swiper-container .swiper-wrapper .swiper-slide-thumb-active:before {
        content: '';
        display: block; }
      .game-slider-sp .sp .swiper-container .swiper-wrapper .swiper-slide-thumb-active:after {
        content: '';
        display: block; }
    .game-slider-sp .sp .swiper-button-next {
      right: 8px;
      background-image: none;
      margin-top: -5rem; }
      .game-slider-sp .sp .swiper-button-next i {
        font-size: 10rem;
        color: white;
        opacity: 0.5; }
        .game-slider-sp .sp .swiper-button-next i:hover {
          opacity: 1;
          transition: 0.3s; }
    .game-slider-sp .sp .swiper-button-prev {
      left: 8px;
      background-image: none;
      margin-top: -5rem; }
      .game-slider-sp .sp .swiper-button-prev i {
        font-size: 10rem;
        color: white;
        opacity: 0.5; }
        .game-slider-sp .sp .swiper-button-prev i:hover {
          opacity: 1;
          transition: 0.3s; }
    .game-slider-sp .sp .swiper-button-disabled {
      opacity: 0; }

.look-at {
  position: relative;
  z-index: 1;
  background-image: -webkit-linear-gradient(left, #0e1d31, #000000);
  background-image: -o-linear-gradient(left, #0e1d31, #000000);
  background-image: linear-gradient(to right, #0e1d31, #000000); }
  .look-at .look-at-img {
    /* background: url("../images/cgiTay-bg.png"); */
    background-size: 100% 85%;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    height: 100%; }
  .look-at .look-at-ct {
    padding-right: 100px;
    padding-left: 40px;
    padding-bottom: 8rem;
    font-size: 1.5rem; }
    .look-at .look-at-ct .title {
      font-family: 'MexB';
      font-size: 3.1rem;
      color: #f15a29;
      margin-top: 5.5rem; }
    .look-at .look-at-ct p {
      color: white;
      margin-top: 4rem; }
    .look-at .look-at-ct a {
      display: inline-block;
      color: #f15a29;
      margin-top: 4rem; }
      .look-at .look-at-ct a:hover {
        color: white; }

.h-title {
  font-size: 3.1rem;
  font-family: 'MexB';
  padding: 5.5rem 0;
  text-align: center;
  color: white; }

.careers-blog {
  background: #181818;
  position: relative;
  z-index: 2; }
  .careers-blog:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/bg-circle.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    z-index: -1; }
  .careers-blog .achievement {
    top: -50px;
    position: relative;
    background: url('../images/cucvuong.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 88px 30px;}
    .careers-blog .achievement > p {
      font-family: 'sairab';
      font-size: 5.1rem;
          margin-bottom: 5rem;
     }
    .careers-blog .achievement .ct {
      font-family: 'sairare';
      font-size: 2.5rem;
      display: flex;
      text-align: center;
      justify-content: center;
      align-items: center;
     }
      .careers-blog .achievement .ct img {
        object-fit: contain !important;
        padding-right: 10px; }
  .careers-blog .careers .careers-ct {
    font-size: 1.5rem;
    text-align: center;
    max-width: 730px;
    width: 100%;
    margin: auto;
    color: white; }
  .careers-blog .job-slider {
    margin-top: 8rem;
    position: relative;
    margin-bottom: 3.5rem }
    .careers-blog .job-slider .item {
      display: flex !important; }
      .careers-blog .job-slider .item .job-img {
        text-align: right;
        position: relative; }
        .careers-blog .job-slider .item .job-img img {
          display: initial;
          max-width: 585px;
          width: 100%; }
        .careers-blog .job-slider .item .job-img .ct {
          position: absolute;
          top: 60px;
          left: 0;
          font-size: 2.7rem;
          font-family: 'MexB';
          color: #181818;
          transform: rotate(-45deg); }
        .careers-blog .job-slider .item .job-img:before {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          top: 0;
          left: 0;
          border-left: 0px solid transparent;
          border-right: 19rem solid transparent;
          border-top: 19rem solid #f15a29; }
      .careers-blog .job-slider .item .job-ct {
        padding-top: 10rem;
        padding-bottom: 50px; }
        .careers-blog .job-slider .item .job-ct .title {
          font-family: 'MexB';
          font-size: 3.1rem;
          color: #f15a29; }
        .careers-blog .job-slider .item .job-ct .quantity {
          margin-top: 3rem;
          color: #f15a29;
          font-family: 'MexB'; }
          .careers-blog .job-slider .item .job-ct .quantity span {
            padding-left: 10px; }
        .careers-blog .job-slider .item .job-ct > p {
          color: white;
          margin: 25px 0; }
        .careers-blog .job-slider .item .job-ct .find-more {
          display: block;
          color: #f15a29; }
          .careers-blog .job-slider .item .job-ct .find-more:hover {
            color: white; }
    .careers-blog .job-slider .slick-dots {
      position: absolute;
      bottom: -45px;
      width: 100%; }
      .careers-blog .job-slider .slick-dots li {
        width: 18px;
        height: 18px;
        margin: 0 10px 5px 10px;
        background: #6b6b6b; }
      .careers-blog .job-slider .slick-dots .slick-active {
        background: #f15a29;
        border: solid 1px #f15a29; }
    .careers-blog .job-slider:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 50%;
      top: 0;
      background: url("../images/light-bg.png");
      background-repeat: no-repeat;
      background-position: top;
      background-size: 100%;
      opacity: 0.3;
      z-index: -1; }
    .careers-blog .job-slider:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 50%;
      bottom: 0;
      background: url("../images/light-bg2.png");
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: 100%;
      opacity: 0.3;
      z-index: -1; }

.lastest-blog {
  padding-bottom: 8rem;
  position: relative; }
  .lastest-blog .blog {
    max-width: 345px;
    width: 100%;
    margin: 0px auto 30px auto;
    color: white;
    background: #474747; }
    .lastest-blog .blog .blog-img .c-img {
      padding-top: 73%; }
    .lastest-blog .blog .ct {
      padding: 20px 30px; }
      .lastest-blog .blog .ct .date {
        margin-top: 10px;
        font-size: 12px; }
      .lastest-blog .blog .ct .title {
        font-family: 'MexB';
        font-size: 2rem;
        margin-top: 20px; }
        .lastest-blog .blog .ct .title a:hover {
          color: #f15a29; }
      .lastest-blog .blog .ct > p {
        margin: 25px 0; }
      .lastest-blog .blog .ct .find-more {
        display: block;
        color: #f15a29; }
        .lastest-blog .blog .ct .find-more:hover {
          color: white; }
  .lastest-blog:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: url("../images/blog-b4bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    z-index: -1; }

.blog {
  max-width: 345px;
  width: 100%;
  margin: 4.5rem auto 0 auto;
  color: white;
  background: #474747; }
  .blog .blog-img .c-img {
    padding-top: 73%; }
  .blog .ct {
    padding: 20px 30px; }
    .blog .ct .date {
      margin-top: 10px;
      font-size: 12px; }
    .blog .ct .title {
      font-family: 'MexB';
      font-size: 2rem;
      margin-top: 20px; }
      .blog .ct .title a:hover {
        color: #f15a29; }
    .blog .ct > p {
      margin: 25px 0; }
    .blog .ct .find-more {
      display: block;
      color: #f15a29; }
      .blog .ct .find-more:hover {
        color: white; }

.see-more {
  text-align: center;
  margin-top: 3rem; }
  .see-more a {
    background: #f15a29;
    padding: 10px 25px;
    color: white; }
    .see-more a:hover {
      background: white;
      color: #f15a29; }

.ablum-slider {
  background: #474747; }
  .ablum-slider .slick-list {
    margin: 0 80px; }
  .ablum-slider .slick-arrow {
    color: #f47850;
    bottom: 45px;
    font-size: 7rem;
    top: 50%;
    margin-top: -3.5rem; }
    .ablum-slider .slick-arrow:hover {
      color: white; }
  .ablum-slider .next-btn {
    right: 3.3rem; }
  .ablum-slider .prev-btn {
    left: 3.3rem; }
  .ablum-slider .ablum-slider-for .item img {
    max-width: 1200px;
    width: 100%;
    max-height: 632px;
    margin: auto; }

.ablum-slider-sp {
  background: #181818;
  padding-bottom: 45px; }
  .ablum-slider-sp .ablum-slider-nav .slick-list {
    padding: 0 !important; }
    .ablum-slider-sp .ablum-slider-nav .slick-list .slick-current {
      position: relative; }
      .ablum-slider-sp .ablum-slider-nav .slick-list .slick-current img {
        filter: none; }
      .ablum-slider-sp .ablum-slider-nav .slick-list .slick-current:before {
        content: '';
        opacity: 1; }
  .ablum-slider-sp .ablum-slider-nav .item {
    margin: 10px 15px 0 15px;
    padding-top: 2.55%; }
    .ablum-slider-sp .ablum-slider-nav .item img {
      filter: grayscale(45%); }
    .ablum-slider-sp .ablum-slider-nav .item:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 10px;
      left: 0;
      right: 0;
      top: -10px;
      background: #f15a29;
      opacity: 0;
      transition: 0.3s; }
    .ablum-slider-sp .ablum-slider-nav .item:hover img {
      filter: none;
      transition: 0.3s; }
    .ablum-slider-sp .ablum-slider-nav .item:hover:before {
      content: '';
      opacity: 1; }

.footer {
   background-color: #f15a29;
   padding-bottom: 50px;
}
.footer{
  position: relative;
  overflow: hidden
}
.footer .t_to_call_ft{
  position: relative;
}
.footer .t_to_call_ft .t_relactive{
  position: relative;
}
.footer .t_to_call_ft:before {
  content: '';
  position: absolute;
  top: -1000px;
  bottom: -400px;
  right: 0;
  width: 20000px;
  background-color: #282829;
}
.footer .t_to_call_ft:after {
  content: '';
  position: absolute;
  width: 0;
  top: -67px;
  right: -1px;
  bottom: 0;
  height: 0;
  border-bottom: 576px solid #f15a29;
  border-left: 367px solid transparent;
}

 /*  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 88% !important; */
   /* } */
  .footer .ft-ct {
    padding-top: 4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .footer .ft-ct .logo {
      margin-top: 2.5rem;
       }
      .footer .ft-ct .logo a img {
        max-width: 181px;
        width: 100%; }
      .footer .ft-ct .logo p {
        padding-left: 5px;
        color: white;
        margin-top: 2rem; }
    .footer .ft-ct .add {
      padding-top: 2.5rem;
      width: 245px;
      color: #282829; }
      .footer .ft-ct .add p {
        margin-bottom: 1.5rem; }
        .footer .ft-ct .add p a:hover {
          color: white; }
          .footer .ft-ct .t_add_tamgiac a:hover {
          color: white; }
  .footer .contact-us {
     display: flex;
      font-size: 12px;
      padding-bottom: 4.5rem;
    padding-top: 6.5rem; }
      .footer .contact-us  input {
        width: calc(100% - 115px);
        height: 40px;
        border: solid 1px #282829;
        background: #f15a29; }
        .footer .contact-us input::placeholder {
          color: #282829; }
      .footer .contact-us .btn1 {
        cursor: pointer;
        border: solid 1px #282829;
        width: 115px;
        height: 40px;
        background: #282829;
        color: #f15a29;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .footer .contact-us  .btn1:hover {
          color: white;
          opacity: 0.8; }
    .footer  .site-map {
      font-size: 1.7rem;
      display: flex;
      font-family: 'MexB';
      justify-content: space-between;
      color: #282829; }
      .footer .site-map li a:hover {
        color: white; }
        .footer .site-map ul{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        }
    .footer .site-map ul li{
      text-align: left;
        padding: 0.5rem 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
        }
       /*   .footer .site-map ul li:nth-child(3n+1){
          text-align: left;
         }
           .footer .site-map ul li:nth-child(3n+2){
          text-align: center;
         }
           .footer .site-map ul li:nth-child(3n+3){
          text-align: right;
         } */
  .social-footer .cop {
    min-width: 290px;
    /* padding-bottom: 2.5rem; */ }
    .social-footer .cop {
          color: #f25a29;
    }
    .social-footer .contact a {
      background: #f15a29;
      display: block;
      width: 25px;
      height: 25px;
      margin-left: 50px;
      text-align: center;
      border-radius: 2px; }
      .social-footer .contact a:nth-child(1) {
        margin-left: 0;
      }
      .social-footer .contact a:hover {
        color: white; }
        .social-footer{
          padding-top: 20px;
          padding-bottom: 20px;
          background-color: black;
        }
        .social-footer .contact {
    font-size: 20px;
    justify-content: flex-end;
    display: flex;
/*     padding-bottom: 2.5rem; */ }

.page-game-slider {
  position: relative; }
  .page-game-slider .ct {
    position: relative; }
    .page-game-slider .ct .ct-img {
      width: 100%;
      max-height: 546px; }
      .page-game-slider .ct .ct-img img {
        max-width: 100%;
        height: 100% !important; }
    .page-game-slider .ct .content {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -580px;
      width: 580px;
      max-width: 100%;
      color: white; }
      .page-game-slider .ct .content .content-img {
         margin-top: 50px;
        clear: both; }
        .page-game-slider .ct .content .content-img .icon-img {
          width: 91px;
          display: inline-block;
          float: left;
          height: 91px; }
          .page-game-slider .ct .content .content-nd{
            width: calc(100% - 116px);
            margin-left: 25px;
          }
        .page-game-slider .ct .content .content-img .title {
          font-family: 'MexB';
          font-size: 3.1rem;
          line-height: 1.2;
          }
      .page-game-slider .ct .content p {
           margin-top: 40px;
    margin-bottom: 50px; }
      .page-game-slider .ct .content a {
        display: inline-block;
        background: #f15a29;
        padding: 10px 30px 10px 30px; }
        .page-game-slider .ct .content a:hover {
          background: white;
          color: #f15a29; }
    .page-game-slider .ct:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 40%;
      background-image: -webkit-linear-gradient(left, #181818 45%, rgba(36, 31, 33, 0));
      background-image: -o-linear-gradient(left, #181818 45%, rgba(36, 31, 33, 0));
      background-image: linear-gradient(to right, #181818 45%, rgba(36, 31, 33, 0)); }
  .page-game-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 45%;
    text-align: center; }
    .page-game-slider .slick-dots li {
      width: 1.8rem;
      height: 1.8rem;
      margin: 0 1rem;
      background: #6b6b6b; }
    .page-game-slider .slick-dots .slick-active {
      background: #f15a29;
      border: solid 1px #f15a29; }

.te-pagination {
  text-align: center;
  margin: auto;
  font-size: 1.7rem;
  font-family: 'MexB';
  color: white;
  padding: 3rem 0;
  justify-content: center; }
  .te-pagination a {
      transition: 0.3s; 
    margin: 0 1.5rem; }
      .te-pagination a:hover {
        color: #f15a29; }
  .te-pagination strong {
    margin: 0 1.5rem;
    color: #f15a29; }

.page-game {
  background: #181818;
  padding: 4rem 0; }
  .page-game .te-pagination {
    padding: 0; }

.product {
  background: #474747;
  max-width: 100%;
  margin: 0 auto 4rem auto; }
  .product .product-ct {
    display: flex;
    padding: 18px;
    position: relative; }
    .product .product-ct .product-icon img{
      width: 70px;
      height: 70px;
    }
  .product .product-ct .product-if .title a{
        -webkit-line-clamp: 2;
  }
    .product .product-ct .product-if {
      width: calc(100% - 70px);
      padding-left: 20px; }
      .product .product-ct .product-if .title {
        font-size: 1.7rem;
        font-family: 'MexB'; }
        .product .product-ct .product-if .title a {
          color: white; }
          .product .product-ct .product-if .title a:hover {
            color: #f15a29; }
    .product .product-ct .link {
      position: absolute;
      bottom: 15px;
      font-size: 12px;
      left: 110px; }
      .product .product-ct .link a {
        color: #f15a29; }
        .product .product-ct .link a:hover {
          color: white; }
.game-slider-sp .sp .swiper-wrapper{
      display: flex;
    justify-content: center;
}
.game-detail .game-detail-img {
  /* max-height: 605px; */
  position: relative; }
  .game-detail .game-detail-img img {
    width: 100%; }
  .game-detail .game-detail-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 70%;
    background-image: -webkit-linear-gradient(left, #181818 45%, rgba(36, 31, 33, 0));
    background-image: -o-linear-gradient(left, #181818 45%, rgba(36, 31, 33, 0));
    background-image: linear-gradient(to right, #181818 45%, rgba(36, 31, 33, 0)); }
  .game-detail .game-detail-img:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 70%;
    background-image: -webkit-linear-gradient(right, #181818 45%, rgba(36, 31, 33, 0));
    background-image: -o-linear-gradient(right, #181818 45%, rgba(36, 31, 33, 0));
    background-image: linear-gradient(to left, #181818 45%, rgba(36, 31, 33, 0)); }
.game-detail .game-detail-icon {
  background-image: -webkit-linear-gradient(left, #0e1d31, #000000);
  background-image: -o-linear-gradient(left, #0e1d31, #000000);
  background-image: linear-gradient(to right, #0e1d31, #000000); }
  .game-detail .game-detail-icon .ct {
    display: flex;
    align-items: center;
    padding: 25px; }
    .game-detail .game-detail-icon .ct .img {
      width: 90px; }
      .game-detail .game-detail-icon .ct .img img {
        width: 100%; }
    .game-detail .game-detail-icon .ct .name {
      width: calc(100% - 90px); }
      .game-detail .game-detail-icon .ct .name .title {
        font-size: 6rem;
        font-family: 'MexB';
        color: #f15a29;
        padding-left: 30px; }

.game-content {
  background-color: #181818;
  position: relative; }
  .game-content .title {
    font-size: 3.1rem;
    font-family: 'MexB';
    color: #f15a29;
    padding: 6.5rem 0; }
  .game-content .information {
    position: relative;
    padding: 0 15px 30px 15px; }
    .game-content .information .tb .tb-1 {
      width: 50%; }
    .game-content .information .tb .tb-2 {
      width: 50%; }
    .game-content .information .tb tr td:first-child {
      color: #f15a29;
      font-size: 1.5rem;
        padding: 5px 10px;
      font-family: 'MexB'; }
    .game-content .information .tb tr td:last-child {
      color: white;
      font-size: 1.5rem; }
/*     .game-content .information .tb tr .pub {
      padding: 20px 0; }
    .game-content .information .tb tr .lan {
      padding-bottom: 20px; } */
  .game-content .video {
    padding-bottom: 30px;
    position: relative; }
    .game-content .video .c-img {
      padding-top: 56%; }
      .game-content .video .c-img .play-btn {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        margin-top: -90px;
        margin-left: -90px;
        width: 180px;
        height: 180px;
        background: #0c0c0c;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .game-content .video .c-img .play-btn i {
          font-size: 10rem;
          color: #f15a29;
          padding-left: 15%; }
  .game-content:before {
    content: '';
    position: absolute;
    background: url("../images/gane-detail-bg.png");
    background-size: 65%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0; }

.row0 {
  margin-left: 0;
  margin-right: 0; }

.col0 {
  padding-left: 0;
  padding-right: 0; }

.combo-img {
  background: #181818;
  padding-top: 30px; }
  .combo-img .c-img {
    padding-top: 100%; }

.game-about {
  background-image: -webkit-linear-gradient(left, #0e1d31, #000000);
  background-image: -o-linear-gradient(left, #0e1d31, #000000);
  background-image: linear-gradient(to right, #0e1d31, #000000);
  padding: 7rem; }
  .game-about .to-call {
    position: relative; }
    .game-about .to-call .ct {
      padding: 0 6rem; }
      .game-about .to-call .ct .title {
        font-size: 3.1rem;
        font-family: 'MexB';
        color: #f15a29;
        margin-bottom: 44px; }
      .game-about .to-call .ct p {
        color: white; }
    .game-about .to-call:before {
      content: '';
      position: absolute;
      left: 50%;
      width: 3px;
      height: 100%;
      top: 0;
      bottom: 0;
      background: url("../images/game-aboout.png");
      background-size: 100% 100%;
      background-repeat: no-repeat; }
.banner-absolute{
      top: 0;
    left: 0;
    right: 0;
    bottom: 20px;
    position: absolute;
}
.top-big {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 3.5rem; }
  .top-big .container1 {
    height: 100%;
    align-items: flex-end;
    display: flex; }
    .top-big .container1 .title {
      font-family: 'MexB';
      font-size: 5rem;
      color: white; }

.about-call {
  background-image: url("../images/about-big.jpg"); }

.history {
  background-color: #181818;
  padding-bottom: 5rem;
  position: relative; }
  .history .history-slider-sp {
    background-image: url("../images/histoy-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 6rem; }
    .history .history-slider-sp .sp {
      position: relative;
      padding: 0 50px; }
      .history .history-slider-sp .sp .history-slider-swiper-sp .swiper-wrapper .swiper-slide .ct {
        filter: grayscale(100%);
        margin: auto;
        width: 115px;
        height: 115px;
        display: flex;
        align-items: center;
        background: url("../images/about-slide-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        transition: 0.3s;
        cursor: pointer; }
        .history .history-slider-sp .sp .history-slider-swiper-sp .swiper-wrapper .swiper-slide .ct .year {
          text-align: center;
          font-family: 'sairab';
          font-size: 3rem;
          color: white;
          width: 100%; }
      .history .history-slider-sp .sp .history-slider-swiper-sp .swiper-wrapper .swiper-slide:hover .ct {
        filter: grayscale(0%); }
      .history .history-slider-sp .sp .history-slider-swiper-sp .swiper-wrapper .swiper-slide-thumb-active .ct {
        filter: grayscale(0%); }
      .history .history-slider-sp .sp .swiper-button-next2 {
        position: absolute;
        right: 0;
        top: 50%;
        cursor: pointer;
        margin-top: -27px;
        opacity: 0.35;
        transition: 0.3s; }
        .history .history-slider-sp .sp .swiper-button-next2 i {
          font-size: 50px;
          color: #f15a29; }
        .history .history-slider-sp .sp .swiper-button-next2:hover {
          opacity: 1; }
      .history .history-slider-sp .sp .swiper-button-prev2 {
        position: absolute;
        left: 0;
        top: 50%;
        cursor: pointer;
        margin-top: -27px;
        opacity: 0.35;
        transition: 0.3s; }
        .history .history-slider-sp .sp .swiper-button-prev2 i {
          font-size: 50px;
          color: #f15a29; }
        .history .history-slider-sp .sp .swiper-button-prev2:hover {
          opacity: 1; }
      .history .history-slider-sp .sp .swiper-button-disabled {
        opacity: 0; }
  .history .history-slider .swiper-wrapper .swiper-slide {
    position: relative;
    z-index: 3;
    padding: 0 80px; }
    .history .history-slider .swiper-wrapper .swiper-slide .img {
      padding-top: 3rem; }
      .history .history-slider .swiper-wrapper .swiper-slide .img img {
        width: 100%; }
    .history .history-slider .swiper-wrapper .swiper-slide .text {
      padding-top: 3rem;
      font-size: 1.5rem;
      color: white; }
  .history:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: url("../images/light-bg2.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    opacity: 0.3;
    z-index: 0 !important; }

.core {
  font-family: 'sairare' !important;
  padding-bottom: 8rem; }
  .core .core-img {
/*     background: url("../images/about-cuc.jpg");
    background-size: cover;
    background-repeat: no-repeat; */
    padding: 2.5rem;
    color: white;
    max-width: 350px;
    margin: 0 auto 30px auto;
    position: relative; }
    .core .core-img:hover .core-content{
       opacity: 1;
       visibility: visible;
    }
    .core .core-img:hover .icon{
       display: none !important;
    }
    .core .core-img:hover .title{
       display: none !important;
    }
    .core .core-img .icon {
      margin: 4rem 0;
      height: 60px; }
      .core .core-img .icon img {
        height: 100%; }
    .core .core-img .title {
/*       font-family: 'sairab'; */
      font-size: 1.8rem; }
    .core .core-img .text8-line {
      font-size: 1.5rem;
      padding: 2rem 0 0 0; }
    .core .core-content{
      opacity: 0;
      visibility: hidden;
      transition: 0.2s;
      padding: 0 15px;
background: transparent;
/*      background: url("../images/about-cuc.jpg");
    background-size: cover;
    background-repeat: no-repeat; */
    position: absolute;
    color: white;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    }
  /* .core:before {
    content: '';
    position: absolute;
    
    height: 100%;
    background: url("../images/gane-detail-bg.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 80%;
    z-index: -1; } */

.look-slider {
  padding: 10rem 0;
  position: relative; }
  .look-slider .item {
    display: flex !important; }
    .look-slider .item .look-img {
      text-align: right;
      position: relative; }
      .look-slider .item .look-img img {
        width: 100%; }
    .look-slider .item .look-ct {
      padding-bottom: 50px; }
      .look-slider .item .look-ct .title {
        font-family: 'MexB';
        font-size: 3.1rem;
        color: #f15a29; }
      .look-slider .item .look-ct .text8-line {
        color: white;
        margin: 25px 0; }
  .look-slider .slick-dots {
    position: absolute;
    bottom: 10rem;
    left: 50%; }
    .look-slider .slick-dots li {
      width: 18px;
      height: 18px;
      margin: 0 10px;
      background: #6b6b6b; }
    .look-slider .slick-dots .slick-active {
      background: #f15a29;
      border: solid 1px #f15a29; }
  .look-slider:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    background: url("../images/light-bg.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    opacity: 0.3;
    z-index: -1; }
  .look-slider:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: url("../images/light-bg2.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    opacity: 0.3;
    z-index: -1; }

.career-main {
  font-size: 1.7rem; }
  .career-main .nav {
    justify-content: center;
    padding-bottom: 3rem; }
    .career-main .nav li {
      color: white;
      font-family: 'MexB'; }
      .career-main .nav li a {
      	cursor: pointer;
        display: block;
        padding: 1rem 2.5rem;
        transition: 0.3s; }
        .career-main .nav li a:hover {
          color: #f15a29; }
      .career-main .nav li .active {
        color: #f15a29; }
  .career-main .tab-content .car-tb {
    color: white;
    width: 100%; }
    .career-main .tab-content .car-tb tr {
      border-bottom: solid 1px #f15a29; }
      .career-main .tab-content .car-tb tr td {
        padding: 1rem 0;
        vertical-align: middle; }
      .career-main .tab-content .car-tb tr .ctb1 {
        width: calc(100% - 310px); }
      .career-main .tab-content .car-tb tr .ctb2 {
        width: 120px; }
      .career-main .tab-content .car-tb tr .ctb3 {
        width: 190px; }
      .career-main .tab-content .car-tb tr .ct1 {
        font-family: 'MexB';
        padding-right: 20px; }
      .career-main .tab-content .car-tb tr .ct2 {
        padding-right: 20px; }
  .career-main:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/gane-detail-bg.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 70%;
    z-index: -1; }

.career-top {
  background-image: -webkit-linear-gradient(left, #0e1d31, #000000);
  background-image: -o-linear-gradient(left, #0e1d31, #000000);
  background-image: linear-gradient(to right, #0e1d31, #000000); }
  .career-top img {
    width: 100%; }
  .career-top .title {
    color: #f15a29;
    font-size: 3.1rem;
    padding: 5rem 0 0 0;
    font-family: 'MexB'; }
  .career-top p {
    color: white;
    font-size: 1.5rem;
    padding: 5rem 0; }

.benefits-main {
  padding-bottom: 4rem; }
  .benefits-main .benefits {
    max-width: 345px;
    margin: auto;
/*     background: url("../images/about-cuc.jpg");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat; */
    padding: 6rem 0 4rem 0;
    margin-bottom: 6rem; }
    .benefits-main .benefits .icon {
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .benefits-main .benefits .icon img {
        object-fit: contain;
        max-width: 80px;
        max-height: 80px; }
    .benefits-main .benefits .ct {
      font-family: 'sairare';
      font-size: 2rem;
      color: white;
      padding: 2rem 0.5rem 0 0.5rem;
      text-align: center;
      min-height: 7rem; }

.breadcrumb {
  padding: .75rem 0rem;
  background-color: unset; }
  .breadcrumb li {
    font-size: 1.7rem;
    font-family: 'MexB';
    color: white; }
    .breadcrumb li:last-child:after {
      content: ''; }
    .breadcrumb li:after {
      font: normal normal normal 14px/1 FontAwesome;
          content: "\f105";
          margin: 0 10px;
      color: white; }
  .breadcrumb .active {
    color: #f15a29; }

.blog-detail-call1 .title-detail {
  font-size: 3.1rem;
  font-family: 'MexB';
  color: #f15a29;
  margin: 4rem 0; }
.blog-detail-call1 .date-share {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .blog-detail-call1 .date-share .date {
    color: #858585; }
  .blog-detail-call1 .date-share .share a {
    font-size: 15px;
    border-radius: 3px;
    line-height: 1.3;
    background-color: #858585;
    width: 18px;
    height: 18px;
    text-align: center;
    display: inline-block;
    color: #181818;
    margin-left: 10px; }
    .blog-detail-call1 .date-share .share a:hover {
      color: #f15a29; }

.blog-detail-call2 .blog:first-child {
  margin: 2rem auto 0 auto; }

.martop20 {
  margin-top: 20px; }

.blog-detail-call {
  padding-bottom: 8rem; }

.active {
  display: block;
  left: 0; }

.blog-detail-call1 .contact-ct{
          margin-top: 10px;
        }
  .blog-detail-call1 .contact-ct input {
    color: white;
    width: 100%;
    height: 40px;
    border: solid 1px #f05a28;
    background: #515152;
    margin-bottom: 18px; }
    .blog-detail-call1 .contact-ct input::placeholder {
      color: white; }
  .blog-detail-call1 .contact-ct textarea {
    color: white;
    width: 100%;
    border: solid 1px #f05a28;
    background: #515152;
    margin-bottom: 18px;
    resize: none; }
    .blog-detail-call1 .contact-ct textarea::placeholder {
      color: white; }
  .blog-detail-call1 .contact-ct .btn {
    background: #f15a29;
    font-size: 1.5rem;
    color: white;
    padding: 1rem 8rem;
    transition: 0.3s; }
    .blog-detail-call1 .contact-ct .btn:hover {
      background: white;
      color: #f15a29; }
    .blog-detail-call1 .input-file input{
          width: 0.1px;
          height: 0.1px;
          opacity: 0;
          overflow: hidden;
          position: absolute;
          z-index: -1;
    }
    .blog-detail-call1 .input-file label{
         font-size: 1.25em;
    font-weight: 700;
    color: white;
    border-bottom: 1px dashed;
    /* background-color: #f15a29; */
    display: inline-block;
    cursor: pointer;
    padding-bottom: 5px;
    margin: 10px 10px;
    border-radius: .25rem;
    }
        .blog-detail-call1 .input-file label:hover{
          background: white;
      color: #f15a29;
    }
.contact-main {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .contact-main .add {
    color: white;
    padding-bottom: 2rem; }
    .contact-main .add p {
      margin-bottom: 1.5rem; }
      .contact-main .add p a:hover {
        color: #f15a29; }
        .contact-main .contact-ct{
          margin-top: 40px;
        }
  .contact-main .contact-ct input {
    color: white;
    width: 100%;
    height: 40px;
    border: solid 1px white;
    background: #181818;
    margin-bottom: 18px; }
    .contact-main .contact-ct input::placeholder {
      color: white; }
  .contact-main .contact-ct textarea {
    color: white;
    width: 100%;
    border: solid 1px white;
    background: #181818;
    margin-bottom: 18px;
    resize: none; }
    .contact-main .contact-ct textarea::placeholder {
      color: white; }
  .contact-main .contact-ct .btn {
    background: #f15a29;
    font-size: 1.5rem;
    color: white;
    padding: 1rem 8rem;
    transition: 0.3s; }
    .contact-main .contact-ct .btn:hover {
      background: white;
      color: #f15a29; }
    .contact-main .map iframe {
      width: 100%;
      height: 400px; }

/*# sourceMappingURL=style.css.map */
.marginauto{
  margin: 0 auto;
}
.color-white{
  color: #ffffff;
}
.marbot0{
  margin-bottom: 0;
}
.breadcrumb li:last-child{
    color: #f15a29;
    pointer-events: none;
}
.career-info{
      color: #f15a29;
    margin-bottom: 10px;
}
.blog .career-info{
    margin-bottom: 0px;
}
.marbot20{
  margin-bottom: 20px;
}
.ct.relative.v1:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    border-right: 0px solid transparent;
    border-left: 10rem solid transparent;
    border-top: 10rem solid #f15a29;
}
.ct.relative.v1 .open{
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 1.5rem;
    font-family: 'MexB';
    color: #181818;
    transform: rotate(45deg);
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
}
.form-control::placeholder {
          font-size: 16px }
     .fs24{
    font-family: 'MexB';
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
          }
          .career-main .tab-content .car-tb tr .ct1 a:hover{
            color: #f15a29;
          }
          .main-menu ul li .active{
                color: #f15a29;
          }
.t_ft_fix{
	color: black;
}
.t_ft_fix a{
  display: inline-block;margin-top: 10px;font-family: 'MexB';color: #282829;
}
.t_ft_fix a::hover{
  color: white;
}
.button_ungtuyen{
      color: #fff;
    background-color: #f05a28;
    border-color: #f15a29;
    margin: 15px 0 10px 0;
    border-radius: 0;
    padding: 5px 25px;
    font-size: 18px;
}
.modal_ungtuyen .modal-content{
      background-color: #515152;
      padding: 3rem 4rem;
}
.modal_ungtuyen .contact-ct{
      visibility: inherit!important;
}
.modal-dialog {
    max-width: 680px;
}
.modal_ungtuyen_title{
      color: #f05a28;
   font-family: 'MexB';
    text-transform: uppercase;
    font-size: 18px;
}
.blog-detail-call1 .contact-ct .btn{
  border-radius: 0;
}
.modal_ungtuyen input::-webkit-input-placeholder { /* Edge */
 font-style: italic;
 font-size: 14px;
}

.modal_ungtuyen input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 font-style: italic;
 font-size: 14px;
}

.modal_ungtuyen input::placeholder {
 font-style: italic;
 font-size: 14px;
}
.modal_thanhcong{

}
.modal_thanhcong .modal-dialog{
  width: 500px;
}
.modal_thanhcong .modal-content{
  padding: 70px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #474747;
}
.modal_thanhcong img{
  width: 40px;
  height: 40px;
}
.modal_thanhcong .modal_ungtuyen_title{
  text-align: center;
  color: white;
  margin-bottom: 10px;
}
.center-modal{
  display: flex !important;
  align-items: center;
}
.header .header_contact .contact a img{
      filter: brightness(56%);
                border-radius: 2px;
    height: 19px;
}
.header .header_contact .contact a:hover img{
         filter: brightness(100%);
}
.header .header_contact .contact a:hover i{
background: #fff;
}
