/*@import 'https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext,vietnamese';*/
/*@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext,vietnamese';*/
html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

span, 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, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

*:before, *:after {
  box-sizing: inherit;
}

img, object, embed {
  max-width: 100%;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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 #000;
  cursor: help;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td {
  vertical-align: top;
}

td img {
  vertical-align: top;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

.clickable, label {
  cursor: pointer;
}

input[type=button], input[type=submit], input[type=file] {
  cursor: pointer;
}

button {
  cursor: pointer;
  margin: 0;
}

input, select, textarea {
  margin: 0;
}

button, input[type=button] {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

@font-face {
  font-family: Barlow;
  src: url(../../fonts/site/Barlow/Barlow-Regular.ttf);
}

@font-face {
  font-family: NunitoSans;
  src: url(../../fonts/site/NunitoSans/NunitoSans-Regular.ttf);
}

@font-face {
  font-family: NunitoSans-light;
  src: url(../../fonts/site/NunitoSans/NunitoSans-Light.ttf);
}

body {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  font-family: 'NunitoSans';
  color: #000;
  line-height: 1.5;
}

body.full-bd {
  height: 100vh;
  overflow: hidden;
}

.container {
  max-width: 1600px;
  width: 85%;
}

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

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

.hide {
  display: none !important;
}

html {
  overflow: auto;
}

.fullpage {
  display: block;
  width: 100%;
  float: left;
}

a {
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  text-decoration: none;
}

a:focus, a:active, a:hover, a:hover:focus, a:hover:active, a:hover:hover {
  text-decoration: none;
}

input, button, select, textarea {
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

input:hover, input:active, input:focus, button:hover, button:active, button:focus, select:hover, select:active, select:focus, textarea:hover, textarea:active, textarea:focus {
  outline: none;
}

button {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

img, iframe {
  vertical-align: middle;
}

main {
  clear: both;
}

strong span {
  font-weight: bold;
}

.flex, .flex-wrap {
  clear: both;
}

.justify-content-xl-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .justify-content-xl-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .justify-content-lg-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.mobi {
  display: none !important;
}

@media (max-width: 767px) {
  .mobi {
    display: block !important;
  }
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#scrollUp {
  bottom: 80px;
  right: 20px;
  padding: 10px 20px;
  width: 40px;
  height: 40px;
  color: #898989;
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

#scrollUp:after {
  content: '';
  background-image: url("../img/icon/backtop.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

::-moz-selection, ::-moz-selection {
  background: transparent;
}

::-moz-selection, ::selection {
  background: transparent;
}

.header001 .top-header {
  background-color: transparent;
  padding: 0 30px;
  height: 100px;
  position: relative;
  z-index: 200;
  width: 50%;
}

@media (max-width: 1199px) {
  .header001 .top-header {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .header001 .top-header {
    background-color: #000;
    height: 80px;
    padding: 0 15px;
  }
}

.header001 .top-header .logo {
  max-width: 150px;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 210;
  display: block;
  padding: 15px 0;
}

@media (max-width: 1199px) {
  .header001 .top-header .logo {
    padding: 5px 0;
  }
}

.header001 .top-header .logo img {
  height: 100%;
}

.header001 .top-header .menu {
  float: right;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header001 .top-header .menu .nav-menu li {
  display: inline;
  margin-left: 15px;
  cursor: pointer;
}

.header001 .top-header .menu .nav-menu li a {
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  padding-bottom: 2px;
  position: relative;
}

.header001 .top-header .menu .nav-menu li a:hover:after, .header001 .top-header .menu .nav-menu li a.active:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-content .bg-page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 100;
}

.page-content .left {
  width: 50%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 10% 5% 5%;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .page-content .left {
    width: 100%;
    height: auto;
    position: absolute;
    top: 75%;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0.875rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5%;
  }
}

.page-content .left ul li {
  padding: 10px 0;
}

@media (max-width: 991px) {
  .page-content .left ul li {
    padding: 5px 0;
  }
}

.page-content .left ul li span {
  padding-right: 10px;
}


