@charset "UTF-8";






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;
}

i, em {
  font-style: italic;
}

sub, sup {
  font-size: 75%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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;
  cursor: pointer;
}

input[type=number] {
  padding-left: 5px;
}

textarea {
  padding: 8px 12px 5px 12px;
}

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

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

* {
  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);
}

img {
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover;
}

.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;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.col-mar-0 [class*=col-], .col-mar-0 .col {
  padding-left: 0px;
  padding-right: 0px;
}

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.col-mar-5 [class*=col-], .col-mar-5 .col {
  padding-left: 5px;
  padding-right: 5px;
}

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px;
}
.col-mar-8 [class*=col-], .col-mar-8 .col {
  padding-left: 8px;
  padding-right: 8px;
}

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.col-mar-10 [class*=col-], .col-mar-10 .col {
  padding-left: 10px;
  padding-right: 10px;
}

.fx-mid {
  align-items: center;
}

.ifx-top {
  align-self: start;
}

.ifx-bot {
  align-self: end;
}

.ifx-mid {
  align-self: center;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.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 {
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media all and (max-width: 991px) {
  .md-pad-7 {
    margin: 0 -7px;
  }
  .md-pad-7 > [class^=col-] {
    padding: 0 7px;
  }

  .md-pad-5 {
    margin: 0 -5px;
  }
  .md-pad-5 > [class^=col-] {
    padding: 0 5px;
  }
}
@media all and (max-width: 767px) {
  .sm-pad-7 {
    margin: 0 -7px;
  }
  .sm-pad-7 > [class^=col-] {
    padding: 0 7px;
  }

  .sm-pad-5 {
    margin: 0 -5px;
  }
  .sm-pad-5 > [class^=col-] {
    padding: 0 5px;
  }

  .tb-responsive {
    display: block;
  }
  .tb-responsive tbody, .tb-responsive tfoot, .tb-responsive tr, .tb-responsive th, .tb-responsive td {
    display: block;
  }
  .tb-responsive thead {
    display: none;
  }
  .tb-responsive tr:nth-child(2n) {
    background: #f5f5f5;
  }
  .tb-responsive td {
    position: relative;
    padding: 10px 10px 10px 50%;
  }
  .tb-responsive td:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    width: 50%;
    padding-right: 15px;
  }
}
@media all and (max-width: 575px) {
  .xs-pad-7 {
    margin: 0 -7px;
  }
  .xs-pad-7 > [class^=col-] {
    padding: 0 7px;
  }

  .xs-pad-5 {
    margin: 0 -5px;
  }
  .xs-pad-5 > [class^=col-] {
    padding: 0 5px;
  }
}
.slick-list {
  margin: 0 -15px;
}
.slick-list .slick-slide {
  margin: 0 15px;
}

.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;
}

.i-select {
  position: relative;
}
.i-select select {
  -webkit-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
  width: 100%;
}

.s-content {
  word-break: break-word;
}
.s-content a[href] {
  color: #007bff;
}
.s-content a[href]:hover {
  text-decoration: underline;
}
.s-content a, .s-content a:hover, .s-content a:focus, .s-content a:active {
  text-decoration: underline;
}
.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}
.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}
.s-content p {
  margin-bottom: 10px;
}
.s-content img {
  max-width: 100%;
  height: auto !important;
  margin: 10px auto;
  object_fit: initial;
}
.s-content .alignleft, .s-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.s-content .alignright, .s-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.s-content .aligncenter, .s-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.s-content blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.s-content blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.s-content table, .s-content iframe {
  max-width: 100%;
  max-width: calc(100vw - 30px);
  margin: auto;
}
.s-content iframe {
  display: block;
}
.s-content h1, .s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6 {
  font-weight: bold;
}
.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
.s-content h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.s-content h4 {
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
.s-content h5 {
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}
.s-content h6 {
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}

.hc-upload {
  position: relative;
}
.hc-upload .hc-del {
  position: absolute;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 21px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  top: -12px;
  right: -12px;
  cursor: pointer;
}
.hc-upload .hc-del:hover {
  background: rgba(0, 0, 0, 0.85);
}

body {
  font-size: 16px;
  font-family: "HelveticaNeueVO", sans-serif;
  line-height: 1.5;
  color: #2e2e2e;
}

.wrap {
  overflow: hidden;
}

.head-primary {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.delay02 {
  animation-delay: 0.2s;
}

.delay04 {
  animation-delay: 0.4s;
}

.delay06 {
  animation-delay: 0.6s;
}

.delay08 {
  animation-delay: 0.8s;
}

.delay10 {
  animation-delay: 1s;
}

.delay12 {
  animation-delay: 1.2s;
}

.delay14 {
  animation-delay: 1.4s;
}

.delay16 {
  animation-delay: 1.6s;
}

.acd-drop:after {
  content: "+";
}
.acd-drop.active:after {
  content: "−";
}

@media all and (min-width: 1200px) {
  .m-nav, .m-nav-over {
    display: none !important;
  }
}
@media all and (max-width: 1199px) {
  .m-nav-over {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.15s ease-in-out;
  }

  .m-nav {
    display: block;
    position: fixed;
    top: 0;
    width: 280px;
    bottom: 0;
    z-index: 999;
    color: #fff;
    background: #333;
    transition: all 0.15s ease-in-out;
    right: -280px;
  }
  .m-nav.active {
    box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.15);
    right: 0;
  }
  .m-nav.active .m-nav-close {
    visibility: visible;
    opacity: 1;
  }
  .m-nav .m-nav-close {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    right: 100%;
    background: #444;
    outline: none;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    transition: inherit;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-nav .nav-ct {
    height: 100%;
    overflow: auto;
  }
  .m-nav .nav-ct .logo {
    text-align: center;
  }
  .m-nav .nav-ct .form-search-hd {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    right: inherit;
    top: inherit;
  }
  .m-nav a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px 10px 18px;
    border-bottom: solid 1px #444;
    text-transform: uppercase;
  }
  .m-nav ul ul {
    background: rgba(255, 255, 255, 0.04);
    display: none;
  }
  .m-nav ul ul a {
    padding-left: 30px;
  }
  .m-nav ul ul a i {
    display: none;
  }
  .m-nav ul ul ul {
    padding-left: 30px;
  }
  .m-nav .acd-drop {
    width: 40px;
    height: 40px;
    float: right;
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: inherit;
    font-family: monospace;
    outline: none;
    cursor: pointer;
    border-left: solid 1px #444;
    background: rgba(255, 255, 255, 0.04);
  }
}
.social-fix {
  position: fixed;
  right: 5%;
  top: 40%;
  display: inline-block;
  z-index: 10000;
}
.social-fix li {
  display: block;
}
.social-fix li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #939393;
  transition: 0.3s;
  font-size: 25px;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50px;
  margin: 5px 0;
}
.social-fix li a:hover {
  background-color: #b11116;
}

header {
  background-color: #b11116;
  color: #fff;
  border-bottom: 3px solid #777777;
  z-index: 10001;
}
header.scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6px 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
header.scroll .logo img {
  max-width: 70px;
}
header.scroll .d-nav > ul > li > a {
  padding: 12px 0;
}

.logo {
  flex: 0 0 125px;
}
.logo img {
  transition: 0.5s ease-in-out;
}

.wrap-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.control-hd {
  display: flex;
  align-items: center;
}

.lang-hd {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  line-height: 1.2;
}
.lang-hd i {
  margin-right: 6px;
}

.d-nav > ul > li {
  display: inline-block;
  position: relative;
  padding: 0 12px;
}
.d-nav > ul > li > a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 15.5px;
  padding: 33px 0;
  transition: 0.5s;
  position: relative;
}
.d-nav > ul > li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  top: 100%;
  height: 3px;
  background-color: #fff;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.d-nav > ul > li > a:hover:before {
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.d-nav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 7px 8px 1px rgba(0, 26, 45, 0.35);
  padding: 15px 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(20px);
}
.d-nav > ul > li > ul:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: calc(50% - 6px);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #b11116;
}
.d-nav > ul > li > ul > li {
  position: relative;
  padding: 0 8px 0 18px;
}
.d-nav > ul > li > ul > li a {
  color: #2b2b2b;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 25px;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
.d-nav > ul > li > ul > li a i {
  margin-left: 5px;
}
.d-nav > ul > li > ul > li:hover > a {
  color: #b11116;
}
.d-nav > ul > li > ul > li:hover i {
  color: #b11116;
}
.d-nav > ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 7px 8px 1px rgba(0, 26, 45, 0.35);
  padding: 15px 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(20px);
}
.d-nav > ul > li > ul > li > ul > li {
  padding: 0 8px 0 18px;
}
.d-nav > ul > li > ul > li > ul > li > a {
  white-space: nowrap;
}
.d-nav > ul > li > ul > li > ul > li > a:hover {
  color: #b11116;
}
.d-nav > ul > li > ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 7px 8px 1px rgba(0, 26, 45, 0.35);
  padding: 15px 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(20px);
}
.d-nav > ul > li > ul > li > ul > li > ul > li {
  padding: 0 8px 0 18px;
}
.d-nav > ul > li > ul > li > ul > li > ul > li > a {
  white-space: nowrap;
}
.d-nav > ul > li > ul > li > ul > li > ul > li > a:hover {
  color: #b11116;
}
.d-nav > ul > li > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.d-nav > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.d-nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.search-hd {
  position: relative;
}
.search-hd .ic-search {
  cursor: pointer;
}

.form-search-hd {
  right: 0;
  top: calc(100% + 15px);
  position: absolute;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(20px);
}
.form-search-hd.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.form-search-hd .form-group {
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
}
.form-search-hd .form-group input {
  height: 35px;
  border-radius: 0;
  border: none;
  min-width: 300px;
  padding-right: 48px;
  font-size: 14px;
}
.form-search-hd .form-group button {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(119, 119, 119, 0.4);
  color: #777;
  font-size: 18px;
}

.icon-menu {
  display: none;
}

@media (max-width: 1450px) {
  .social-fix {
    right: 2%;
  }
  .social-fix li a {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1199px) {
  header {
    padding: 6px 0;
  }

  .logo img {
    max-width: 70px;
  }

  .d-nav {
    display: none;
  }

  .icon-menu {
    display: block;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
  }
  .icon-menu span {
    margin: 5px 0;
    display: block;
    height: 2px;
    width: 22px;
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  .logo {
    display: none;
  }

  .social-fix {
    position: relative;
    right: inherit;
    top: inherit;
  }
  .social-fix li {
    display: inline-block;
  }
  .social-fix li a {
    background-color: transparent;
    margin: 0;
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
  .social-fix li a:hover {
    background-color: #939393;
  }
}
@media (max-width: 767px) {
  .form-search-hd {
    top: calc(100% + 9px);
  }
  .form-search-hd .form-group input {
    min-width: 250px;
  }

  .social-fix li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  header {
    border-bottom: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.22);
  }
}
footer {
  background: none no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 20px 0;
  border-top: 10px solid #b11116;
}

.logo-ft {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct-footer h3 {
  font-weight: bold;
}
.ct-footer p {
  line-height: 22px;
}
.ct-footer p a {
  transition: 0.2s;
}
.ct-footer p a:hover {
  color: #b11116;
}
.ct-footer .copy-right {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .logo-ft {
    margin-bottom: 20px;
  }

  footer {
    border-width: 6px;
  }
}
.sl-arrow {
  width: 39px;
  height: 42px;
  position: absolute;
  top: calc(50% - 21px);
  text-indent: 99999px;
  cursor: pointer;
}
.sl-arrow.next {
  right: 0;
  background: none no-repeat center;
  background-size: 100% 100%;
}
.sl-arrow.prev {
  left: 0;
  background: none no-repeat center;
  background-size: 100% 100%;
}

.cas-banner-home, .cas-banner-home1 {
  margin-top: 30px;
}
.cas-banner-home .item, .cas-banner-home1 .item {
  position: relative;
  padding-bottom: 50px;
}
.cas-banner-home .item .read-more, .cas-banner-home1 .item .read-more {
  position: absolute;
  right: 50px;
  bottom: 0;
}
.cas-banner-home .item .read-more img, .cas-banner-home1 .item .read-more img {
  width: auto;
}

.cas-banner-home, .cas-banner-home1 {
  margin-top: 30px;
}
.cas-banner-home .item, .cas-banner-home1 .item {
  position: relative;
  padding-bottom: 50px;
}
.cas-banner-home .item .read-more, .cas-banner-home1 .item .read-more {
  position: absolute;
  right: 50px;
  bottom: 0;
}
.cas-banner-home .item .read-more img, .cas-banner-home1 .item .read-more img {
  width: auto;
}

.expand {
  display: none;
}

.icon-act {
  position: absolute;
  font-size: 90px;
  top: 14%;
  color: #fff;
  transition: 0.2s;
  z-index: 2;
  cursor: pointer;
}
.icon-act:hover {
  color: #b11116;
}
.icon-act.prev {
  left: 0;
}
.icon-act.next {
  right: 0;
}

.intro-home {
  padding-top: 35px;
  background: none no-repeat center;
  background-size: cover;
  position: relative;
}
.intro-home.v2 {
  background: none no-repeat center;
  background-size: cover;
}
.intro-home.v2 .dc-intro {
  position: absolute;
  left: 3%;
  bottom: 24%;
}
@media (max-width: 1199px) {
  .intro-home.v2 .dc-intro {
    display: none;
  }
}
@media (max-width: 1599px) {
  .intro-home.v2 .dc-intro {
    left: 4%;
  }
  .intro-home.v2 .dc-intro img {
    max-width: 80%;
  }
}
.intro-home.v2 .dc-intro-home {
  position: absolute;
  left: 3%;
  bottom: 24%;
}
@media (max-width: 1900px) {
  .intro-home.v2 .dc-intro-home {
    display: none;
  }
}

.intro-home1 {
  padding-top: 0;
  background: #fff;
}
.intro-home1.v2 {
  background: #fff;
}
.intro-home1 .text-title {
  font-weight: bold;
  font-size: 22px;
}

.wrap-intro {
  position: relative;
  padding-bottom: 50px;
}
.wrap-intro .img {
  position: absolute;
  bottom: 0;
  left: -5px;
  z-index: 1;
}
.wrap-intro .img .ct-img {
  position: relative;
}
.wrap-intro .img .ct-img .position {
  position: absolute;
  color: #fff;
  bottom: 10px;
  right: -90px;
  font-weight: 500;
}
.wrap-intro .img .ct-img .position span {
  display: block;
}
.wrap-intro .ct {
  color: #fff;
  padding-right: 30px;
}
.wrap-intro .ct p {
  margin-bottom: 25px;
  text-align: justify;
  line-height: 23px;
}
.wrap-intro .decor {
  margin-left: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-top: -30px;
}
.wrap-intro.golf .ct {
  margin-left: -30px;
  margin-right: -30px;
  padding-right: 0;
}

.head-act {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  background: none no-repeat center;
  background-size: cover;
  padding: 20px 0;
}

.head-act1 {
  margin-top: 0;
  margin-bottom: 0;
}

.cas-act .item {
  position: relative;
  margin-bottom: 30px;
}
.cas-act .item .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cas-act .item .img img {
  width: 100%;
  filter: grayscale(1);
  transition: 0.4s;
}
.cas-act .item .ct {
  padding: 20px 25px 30px 30px;
  background-color: #efefef;
}
.cas-act .item .ct .title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px;
}
.cas-act .item .ct .title a {
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
  height: calc(28px * 2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.cas-act .item .ct .desc {
  color: #5d5d5d;
  height: 195px;
  overflow-y: hidden;
  display: block;
  text-align: justify;
  transition: 0.2s;
  padding-right: 5px;
}
.cas-act .item:hover .img img {
  filter: grayscale(0);
}
.cas-act .item:hover .ct .title a {
  color: #b11116;
}
.cas-act.v2 .item .ct .desc {
  height: 170px;
}
.cas-act.v2 .item .ct .hightlight {
  text-align: justify;
  color: #606060;
}

/* width */
.cas-act .item .ct .desc:hover {
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.cas-act .item .ct .desc:hover::-webkit-scrollbar {
  width: 3px;
  border-radius: 5px;
}
.cas-act .item .ct .desc:hover::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  border-radius: 8px;
}
.cas-act .item .ct .desc:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.cas-act .item .ct .desc:hover::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

.cas-video .icon-act {
  font-size: 50px;
  top: calc(50% - 37.5px);
}

.news-home {
  padding: 40px 0 20px 0;
  background: none no-repeat center;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
}
.news-home.v2 {
  background: #efefef;
}
.news-home.v2 .dc {
  display: block;
}
@media (max-width: 1900px) {
  .news-home.v2 .dc {
    display: none;
  }
}
.news-home .dc {
  display: none;
  position: absolute;
}
.news-home .dc.update {
  left: 2%;
  top: 22%;
}
@media (max-width: 1450px) {
  .news-home .dc.update {
    /* transform: scale(0.7); */
    left: 0%;
  }
}
.news-home .dc.latest {
  right: 2%;
  bottom: 12%;
}
@media (max-width: 1450px) {
  .news-home .dc.latest {
    /* transform: scale(0.7); */
    right: 0%;
  }
}

.head-news {
  font-size: 48px;
  font-weight: 800;
  color: #b11116;
  text-align: center;
  padding-bottom: 25px;
}

.item-news-home {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.item-news-home .img {
  flex: 0 0 270px;
  margin-right: 12px;
}
.item-news-home .img img {
  width: 100%;
  filter: grayscale(1);
  transition: 0.4s;
}
.item-news-home .img:hover img {
  filter: grayscale(0);
}
.item-news-home .title a {
  color: #1e1e1e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
  max-height: calc(24px * 3);
}
.item-news-home .desc {
  display: block;
}
.item-news-home .time {
  display: block;
  font-size: 14px;
  font-weight: 200;
  margin-top: 15px;
  color: #646464;
}
.item-news-home.v2 {
  display: block;
}
.item-news-home.v2 .title {
  margin-top: 20px;
  margin-bottom: 10px;
}
.item-news-home.v2 .title a {
  color: #b11116;
  font-size: 19px;
  font-weight: 500;
}
.item-news-home.v2 .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  max-height: calc(24px * 2);
}

.video-home {
  background: none no-repeat center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}
.video-home.v2 {
  background: none no-repeat center;
  background-size: cover;
}
.video-home.v2 .dc {
  position: absolute;
}
.video-home.v2 .dc.dc-video1 {
  left: 3%;
  top: 40%;
}
.video-home.v2 .dc.dc-video2 {
  right: 0%;
  bottom: -8%;
}
@media (max-width: 1900px) {
  .video-home.v2 .dc {
    display: none;
  }
}

.head-video {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  padding-bottom: 25px;
}
.head-video img {
  display: inline-block;
  margin-left: 30px;
}

.item-video-hot {
  margin-bottom: 30px;
  position: relative;
}
.item-video-hot .ct {
  position: absolute;
  color: #fff;
  width: 34%;
  left: 50%;
  top: 50%;
  text-align: center;
  padding: 20px 15px 130px 15px;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.4);
}
.item-video-hot .ct .title {
  color: #e20000;
  font-size: 26px;
  text-transform: uppercase;
}
.item-video-hot .ct .icon-play {
  display: inline-block;
  margin-top: 30px;
  transition: 0.3s ease-in-out;
}
.item-video-hot .ct .icon-play:hover {
  transform: scale(0.9);
}

.item-video a {
  display: block;
  overflow: hidden;
}
.item-video a img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.item-video a:hover img {
  transform: scale(1.05);
}

.contact-home {
  position: relative;
  background: none no-repeat center;
  background-size: cover;
  margin-bottom: 45px;
  /* background-position-y: calc(100% - 40px); */
}
.contact-home:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}
.contact-home.v2 {
  background: none no-repeat center;
  background-size: cover;
}
.contact-home.v2 .dc {
  position: absolute;
}
.contact-home.v2 .dc.dc-contact1 {
  left: 2%;
  bottom: 20%;
}
.contact-home.v2 .dc.dc-contact2 {
  right: 1%;
  top: 22%;
}
@media (max-width: 1450px) {
  .contact-home.v2 .dc {
    transform: scale(0.8);
  }
  .contact-home.v2 .dc.dc-contact1 {
    left: 7%;
  }
  .contact-home.v2 .dc.dc-contact2 {
    right: 6%;
  }
}
@media (max-width: 1365px) {
  .contact-home.v2 .dc {
    display: none;
  }
}

.head-contact {
  position: relative;
  text-align: center;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.head-contact span {
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  font-weight: 300;
}
.head-contact p a {
  transition: 0.3s;
}
.head-contact p a:hover {
  color: #b11116;
}

.form-contact-home {
  position: relative;
  background-color: rgba(119, 119, 119, 0.5);
  padding-top: 50px;
}
.form-contact-home .form-control {
  border-radius: 0;
  box-shadow: none;
  border: none;
  background-color: #f0f0f0;
  color: #777;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
  height: 40px;
}
.form-contact-home textarea {
  height: auto !important;
}
.form-contact-home button {
  background-color: #b11116;
  color: #fff;
  width: 100%;
  text-align: center;
  height: 45px;
  letter-spacing: 0.025em;
  font-size: 20px;
  transition: 0.3s;
}
.form-contact-home button:hover {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.3);
}
.form-contact-home .btn-contact {
  margin-bottom: -45px;
}

.map-home {
  background-color: #b11116;
  margin-bottom: 30px;
}
.map-home .wrap-map {
  padding: 70px 0;
  background-color: #fff;
  position: relative;
  /* img{
  	width: 100%;
  } */
}
.map-home .wrap-map .dc {
  position: absolute;
  z-index: 1;
}
.map-home .wrap-map .dc.dc-map {
  bottom: 70px;
  left: 0;
}
.map-home .wrap-map .dc.dc-map1 {
  top: 30%;
  left: calc(50% - 28px);
}
.map-home .wrap-map .dc.dc-map2 {
  font-style: italic;
  font-weight: 200;
  font-size: 70px;
  line-height: 1.3;
  padding: 0px 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  top: 22%;
  right: 0;
}

.logo-mb {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.logo-mb a {
  display: inline-block;
}

#map {
  height: 470px;
  width: 100%;
  position: relative;
}

@media (max-width: 1450px) {
  .contact-home {
    background-size: 100% 100%;
  }
}
@media (max-width: 1199px) {
  .cas-banner-home .item .read-more img, .cas-banner-home1 .item .read-more img {
    max-width: 60px;
  }

  .news-home .dc {
    display: none;
  }

  .cas-act .item .img img, .item-news-home .img img {
    filter: grayscale(0) !important;
  }

  .cas-act .item .img:hover img, .item-news-home .img:hover img {
    filter: grayscale(1) !important;
  }
}
@media (max-width: 991px) {
  .contact-home {
    background-size: cover;
  }

  .wrap-intro {
    padding-left: 35%;
    padding-bottom: 20px;
  }
  .wrap-intro.golf {
    padding-left: 0;
  }
  .wrap-intro.golf .ct {
    margin-left: 0;
    margin-right: 0;
  }
  .wrap-intro.golf .decor {
    justify-content: center;
  }
  .wrap-intro .img {
    max-width: 35%;
  }
  .wrap-intro .ct {
    padding-right: 0;
  }
  .wrap-intro .ct p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .wrap-intro .decor {
    margin-left: 0;
    margin-top: 0px;
    justify-content: flex-end;
  }
  .wrap-intro .decor-l {
    justify-content: flex-start;
  }

  .item-video-hot .ct {
    width: 50%;
    padding: 20px;
  }

  .map-home .wrap-map .dc.dc-map img {
    max-width: 350px;
  }
  .map-home .wrap-map .dc.dc-map2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .cas-banner-home, .cas-banner-home1 {
    margin-bottom: 30px;
  }
  .cas-banner-home .item, .cas-banner-home1 .item {
    padding-bottom: 0;
  }
  .cas-banner-home .item .read-more, .cas-banner-home1 .item .read-more {
    display: none;
    right: 10px;
  }
  .cas-banner-home .item .read-more img, .cas-banner-home1 .item .read-more img {
    max-width: 40px;
  }

  .head-act {
    font-size: 22px;
    padding: 10px 0;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .news-home {
    padding: 20px 0 15px 0;
    margin-bottom: 20px;
  }

  .head-news, .head-video {
    font-size: 30px;
  }

  .head-news {
    padding-bottom: 15px;
  }

  .head-video {
    padding-bottom: 20px;
  }
  .head-video img {
    margin-left: 10px;
    max-width: 35px;
  }

  .item-video-hot .ct {
    width: 70%;
  }

  .item-video-hot .ct .icon-play {
    margin-top: 20px;
  }
  .item-video-hot .ct .icon-play img {
    max-width: 80px;
  }

  .head-contact {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .head-contact span {
    font-size: 25px;
  }
  .head-contact span p {
    font-size: 14px;
  }

  .wrap-intro {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-right: 25px;
    /*
    .img{
    	max-width: 70%;
    	margin: 0 auto;
    	position: relative;
    	text-align: center;
    	.ct-img .position{
    		margin-top: 10px;
    		position: relative;
    		bottom: inherit;
    		right: inherit;
    	}
    } */
  }
  .wrap-intro.golf {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
  .wrap-intro .img {
    max-width: 40%;
    left: -6%;
  }
  .wrap-intro .decor img {
    max-width: 150px;
  }

  .head-primary {
    text-align: left;
  }

  .logo-mb {
    margin-top: 15px;
  }

  .cas-banner-home, .cas-banner-home1 {
    margin-top: 15px;
  }

  .sl-arrow {
    width: 25px;
    height: 28px;
    top: calc(50% - 14px);
  }
  .sl-arrow.next {
    right: -7.5px;
  }
  .sl-arrow.prev {
    left: -7.5px;
  }

  .contact-home:before {
    height: 20px;
  }

  .form-contact-home {
    padding-top: 0;
  }
  .form-contact-home .form-control {
    height: 36px;
  }

  .map-home {
    margin-bottom: 0;
  }
  .map-home .wrap-map {
    padding: 15px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }

  .cas-act .item .ct .title a {
    height: auto;
  }

  .cas-act .item {
    margin-bottom: 20px;
  }

  .form-contact-home .btn-contact button {
    font-size: 18px;
    height: 40px;
  }

  .map-home .wrap-map .dc.dc-map {
    bottom: 15px;
  }
  .map-home .wrap-map .dc.dc-map1 {
    top: 27%;
  }
  .map-home .wrap-map .dc.dc-map2 {
    font-size: 40px;
    top: 20%;
  }
}
@media (max-width: 575px) {
  .intro-home {
    padding-top: 25px;
  }

  .wrap-intro {
    padding-bottom: 30px;
    padding-left: 32%;
  }
  .wrap-intro .img .ct-img .position {
    font-size: 13px;
    right: -50px;
  }
  .wrap-intro.home .ct {
    max-height: 210px;
    overflow: hidden;
    transition: 0.5s;
  }
  .wrap-intro.home .ct.show {
    max-height: 1000px;
  }
  .wrap-intro.home .expand {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 5px 0 20px 0;
    text-align: right;
    cursor: pointer;
    font-size: 12px;
    color: #777;
  }
  .wrap-intro.home .expand i {
    font-size: 16px;
    color: #b11116;
  }

  .head-primary {
    font-size: 25px;
    margin-bottom: 0;
  }

  .item-video {
    margin-bottom: 10px;
  }

  .item-news-home {
    align-items: flex-start;
  }
  .item-news-home .img {
    flex: 0 0 150px;
  }

  .item-video-hot .ct {
    width: 100%;
    height: 100%;
  }
  .item-video-hot .ct .title {
    font-size: 22px;
  }
  .item-video-hot .ct p {
    font-size: 14px;
  }
  .item-video-hot .ct .icon-play img {
    max-width: 60px;
  }

  .video-home {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-act {
    font-size: 50px;
    top: 17%;
    color: #b11116 !important;
  }
  .icon-act.next {
    right: -7.5px;
  }
  .icon-act.prev {
    left: -7.5px;
  }

  .cas-act .item .ct {
    padding-bottom: 30px;
  }
  .cas-act .item .ct .desc {
    height: auto !important;
  }

  .logo-mb img {
    max-width: 100px;
  }

  .item-video-hot {
    margin-bottom: 16px;
  }

  .map-home .wrap-map .dc.dc-map img {
    max-width: 240px;
  }
  .map-home .wrap-map .dc.dc-map2 {
    font-size: 30px;
    top: 16%;
  }
}
.gm-style .gm-style-iw-t::after {
  display: none !important;
}

.gm-style .gm-style-iw-c {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

.gm-ui-hover-effect {
  display: none !important;
}

.career-home {
  margin-bottom: 40px;
}
.career-home .content-career {
  background-color: #e1e1e1;
  padding: 30px 0;
}

.career-home1 {
  margin-bottom: 0;
}

.search-career .form-group {
  margin-bottom: 18px;
}
.search-career .form-group .form-control {
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: none !important;
  color: #777;
  font-size: 14px;
  padding-left: 35px;
  padding-right: 40px;
  height: 40px !important;
  background-color: #fff;
}
.search-career .form-group .form-control::placeholder {
  color: #777;
}
.search-career .form-group select {
  -webkit-appearance: none;
          appearance: none;
  color: #777;
  background-clip: initial;
}
.search-career .form-group.sl {
  position: relative;
}
.search-career .form-group.sl:after {
  content: "";
  position: absolute;
  right: 25px;
  top: calc(50% - 15px);
  font-family: FontAwesome;
  color: #827f7f;
  font-size: 20px;
  pointer-events: none;
}

.tb-career {
  margin-top: 22px;
  overflow-x: auto;
}
.tb-career table {
  margin-bottom: 0;
  min-width: 600px;
}
.tb-career table th:first-child,
.tb-career table td:first-child {
  padding-left: 0;
}
.tb-career table th:last-child,
.tb-career table td:last-child {
  padding-right: 0;
}
.tb-career table th {
  color: #b11116;
  font-weight: 500;
  padding: 0px 12px;
  white-space: nowrap;
}
.tb-career table td {
  padding: 6px 12px;
  font-weight: 500;
}
.tb-career table td:nth-child(3) {
  font-weight: 400;
}
.tb-career table td a {
  transition: 0.2s;
}
.tb-career table td a:hover {
  color: #b11116;
}

.ct-details-career {
  margin-top: 10px;
}
.ct-details-career .head {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ct-details-career .head .title {
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}

.btn-career a {
  text-transform: uppercase;
  color: #fff;
  background-color: #b11116;
  padding: 7px 25px;
  white-space: nowrap;
  display: inline-block;
  transition: 0.2s;
}
.btn-career a:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.32);
}
.btn-career.v2 {
  text-align: center;
  margin-top: 10px;
}
.btn-career.v2 a {
  padding: 7px 40px;
}

.info-career {
  margin-bottom: 16px;
}
.info-career li {
  display: flex;
}
.info-career li b {
  font-weight: 500;
  flex: 0 0 25%;
  margin-right: 20px;
}

.s-content iframe,
.s-content table {
  margin: inherit;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.s-content iframe tr td:nth-child(1),
.s-content table tr td:nth-child(1) {
  width: 27.5%;
}

.form-career {
  padding-top: 35px;
}
.form-career .form-group {
  margin-bottom: 18px;
}
.form-career .form-group .form-control {
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: none !important;
  color: #777;
  font-size: 14px;
  padding-left: 35px;
  padding-right: 40px;
  height: 30px;
  background-color: #fff;
}
.form-career .form-group .form-control::placeholder {
  color: #777;
}
.form-career .form-group textarea {
  height: auto !important;
}
.form-career .form-group.v2 {
  display: flex;
  align-items: center;
}
.form-career .form-group.v2 label {
  flex: 0 0 120px;
  font-size: 14px;
}
.form-career .form-group.v2 .captcha {
  display: flex;
  align-items: center;
}
.form-career .form-group.v2 .captcha .form-control {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100px;
}
.form-career .form-group.v2 .captcha .number-cap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.form-career .form-group.v2 .captcha .number-cap .pass {
  background-color: #acacac;
  color: #fff;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 14px;
}
.form-career .form-group.v2 .captcha .number-cap .reset-pass {
  height: 30px;
  background-color: #959595;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}
.form-career .form-group.v2 .upload-cv {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.form-career .form-group.v2 .upload-cv .fileUpload {
  position: relative;
  overflow: hidden;
}
.form-career .form-group.v2 .upload-cv .fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
}
.form-career .form-group.v2 .upload-cv .btn-browse {
  background-color: #9c9a9a;
  height: 30px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
}
.form-career .form-group.v2 .upload-cv .f-input {
  height: 30px;
  background-color: white;
  width: 100%;
  max-width: 400px;
  float: left;
  padding: 0 14px;
  border: none;
}

@media (max-width: 991px) {
  .career-home {
    margin-bottom: 20px;
  }
  .career-home .content-career {
    padding: 30px 15px;
  }

  .search-career .form-group.sl:after {
    right: 15px;
  }
  .search-career .form-group .form-control {
    padding-left: 15px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .search-career .form-group {
    margin-bottom: 12px;
  }
  .search-career .form-group .form-control {
    height: 36px !important;
  }

  .ct-details-career .head {
    display: block;
    margin-bottom: 30px;
  }
  .ct-details-career .head .title {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .info-career li b {
    flex: 0 0 40%;
  }

  .s-content iframe tr td:first-child,
.s-content table tr td:first-child {
    width: 50%;
  }
}
.q-content-page-ls,
.q-content-page-dt {
  background: none no-repeat center;
  background-size: cover;
}

.q-content-page-tn {
  background: none no-repeat center;
  background-size: cover;
}

.q-content-page-tn-xh {
  background: none no-repeat center;
  background-size: cover;
}

.q-content-page {
  position: relative;
  font-size: 16px;
  text-align: justify;
}
@media (min-width: 576px) {
  .q-content-page {
    padding: 50px 30px 80px 30px;
  }
}
@media (max-width: 576px) {
  .q-content-page {
    padding: 50px 15px 50px 15px;
  }
}
.q-content-page b {
  line-height: 2rem;
}
.q-content-page h3 {
  position: relative;
  font-size: 22px;
  margin-bottom: 1rem;
  margin-top: 2rem;
  border-bottom: 1px solid #b1b3b6;
}
.q-content-page h3::after {
  content: "";
  left: 0;
  bottom: -3px;
  width: 100px;
  height: 3px;
  background: #af1116;
  position: absolute;
}
@media (max-width: 991px) {
  .q-content-page p {
    font-size: 14px;
  }
  .q-content-page h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .form-contact-home {
    padding-top: 0;
  }
}
.page-lich-su {
  position: relative;
  margin-bottom: 45px;
  /* background-position-y: calc(100% - 40px); */
}
.page-lich-su.q2 .dc {
  position: absolute;
}
.page-lich-su.q2 .dc.dc-contact1 {
  left: 2%;
  bottom: 20%;
  z-index: 2;
}
.page-lich-su.q2 .dc.dc-contact2 {
  right: 7%;
  top: 22%;
  z-index: 2;
}
@media (max-width: 1450px) {
  .page-lich-su.q2 .dc {
    transform: scale(0.8);
  }
  .page-lich-su.q2 .dc.dc-contact1 {
    left: 3%;
    transform: scale(0.6);
  }
  .page-lich-su.q2 .dc.dc-contact2 {
    right: 6%;
  }
}
@media (max-width: 1365px) {
  .page-lich-su.q2 .dc {
    display: none;
  }
}

@media (max-width: 575px) {
  .intro-home1 {
    padding-top: 0;
  }

  .form-career .form-group.v2 {
    display: block;
  }
  .form-career .form-group.v2 label {
    margin-bottom: 6px;
  }
}
.page-doi-tac {
  position: relative;
  margin-bottom: 45px;
}
.page-doi-tac.q2 .dc {
  position: absolute;
}
.page-doi-tac.q2 .dc.dc-contact1 {
  left: 2%;
  bottom: 20%;
  z-index: 2;
}
.page-doi-tac.q2 .dc.dc-contact2 {
  right: 7%;
  top: 22%;
  z-index: 2;
}
@media (max-width: 1650px) {
  .page-doi-tac.q2 .dc {
    display: none;
  }
}

.q-content-page-dt {
  padding: 50px 70px;
}
.q-content-page-dt .wrap-partner .partner-item {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.q-content-page-dt .wrap-partner .partner-item .partner-content {
  margin: 0 0 0 30px;
}
.q-content-page-dt .wrap-partner .partner-item .partner-content h4 {
  font-size: 18px;
}
.q-content-page-dt .wrap-partner .partner-item .partner-content p {
  font-size: 16px;
  text-align: justify;
}
@media (max-width: 991px) {
  .q-content-page-dt {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .q-content-page-dt {
    padding: 30px 30px;
  }
  .q-content-page-dt .wrap-partner .partner-item {
    display: flex;
    flex-direction: column !important;
  }
  .q-content-page-dt .wrap-partner .partner-item .partner-content {
    margin: 0;
  }
  .q-content-page-dt .wrap-partner .partner-item .partner-content h4 {
    font-size: 16px;
    margin: 0.5rem 0;
    text-align: center;
  }
  .q-content-page-dt .wrap-partner .partner-item .partner-content p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .q-content-page-dt {
    padding: 50px 15px;
  }
}

.wrap-brg-brochure {
  margin-bottom: 30px;
}
.wrap-brg-brochure .brg-brochure {
  display: block;
  margin: 0 auto;
  padding: 0.7rem;
  color: #fff;
  background-color: #af1116;
  font-size: 26px;
}
@media (max-width: 991px) {
  .wrap-brg-brochure .brg-brochure {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .wrap-brg-brochure .brg-brochure {
    font-size: 18px;
  }
}

.intro-home.v2.elite-card {
  background: none no-repeat;
  background-size: 100% 100%;
  padding-bottom: 3rem;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .intro-home.v2.elite-card {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .intro-home.v2.elite-card {
    padding-bottom: 1rem;
    margin-top: 20px;
  }
}
.intro-home.v2.elite-card .head-primary {
  color: #cead78;
}
.intro-home.v2.elite-card .dc-intro {
  bottom: 45%;
}
.intro-home.v2.elite-card .short-des {
  font-size: 1rem;
  font-family: "HelveticaNeueVO", sans-serif;
  color: #000;
  margin-bottom: 2.5rem;
}
@media (max-width: 575px) {
  .intro-home.v2.elite-card .short-des {
    margin-bottom: 1.5rem;
  }
}
.intro-home.v2.elite-card .form-control {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #d3d2d2;
  background-color: #f0f0f0;
  color: #777;
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
  height: 40px;
}
.intro-home.v2.elite-card .search-career {
  display: flex;
  justify-content: space-between;
}
.intro-home.v2.elite-card .search-career .gender {
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  font-size: 0.875rem;
  font-family: "HelveticaNeueVO", sans-serif;
  color: #777;
  width: calc(100% / 3);
}
.intro-home.v2.elite-card .search-career .form-group {
  width: calc(100% * 2 / 3);
}
.intro-home.v2.elite-card .search-career .form-group .form-control {
  border: 1px solid #d3d2d2 !important;
}
.intro-home.v2.elite-card .note {
  padding-left: 25px;
  font-size: 0.875rem;
  font-family: "HelveticaNeueVO", sans-serif;
  color: #777;
  margin: 8px 0 24px 0;
}
@media (max-width: 575px) {
  .intro-home.v2.elite-card .note {
    padding-left: 0;
  }
}
.intro-home.v2.elite-card .btn-contact {
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
.intro-home.v2.elite-card .btn-contact button {
  height: 60px;
  line-height: 60px;
  font-size: 1.25rem;
  font-family: "HelveticaNeueVO", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #cead78;
  width: 100%;
}
.intro-home.v2.elite-card .btn-contact button:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.32);
}
@media (max-width: 992px) {
  .intro-home.v2.elite-card .btn-contact button {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .intro-home.v2.elite-card .btn-contact {
    padding-top: 1rem;
  }
  .intro-home.v2.elite-card .btn-contact button {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .intro-home.v2.elite-card .decor {
    padding-top: 110px;
  }
}
@media (max-width: 991px) {
  .intro-home.v2.elite-card .decor {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .intro-home.v2.elite-card .decor img {
    max-width: 150px;
  }
}

.details-news {
  padding: 40px 70px 100px 70px;
  background: none no-repeat center;
  background-size: cover;
}
.details-news.v2 {
  padding: 50px 50px 40px 50px;
}
.details-news .title {
  font-size: 26px;
  color: #b11116;
  font-weight: 500;
  text-transform: uppercase;
}
.details-news .time {
  display: block;
  font-weight: 200;
  margin-top: 5px;
  margin-bottom: 25px;
  color: #646464;
}

.page-news {
  position: relative;
  margin-bottom: 28px;
  /* &.v2{
  	background: none no-repeat right bottom 10%;
  } */
}
.page-news.v2 {
  margin-bottom: 100px;
}
.page-news .dc-intro {
  position: absolute;
  left: 3%;
  bottom: 14%;
}
@media (max-width: 1900px) {
  .page-news .dc-intro {
    display: none;
  }
}

.page-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.page-pagination .pagination .page-item {
  margin: 0px 5px;
}
.page-pagination .pagination .page-item .page-link {
  padding: 0;
  color: #929292;
  border: none;
  border-radius: 0;
  font-size: 15px;
  transition: 0.3s;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent;
}
.page-pagination .pagination .page-item .page-link i {
  margin-top: -2px;
  margin-left: 1px;
  font-size: 22px;
  color: #b11116;
}
.page-pagination .pagination .page-item .page-link.active {
  background-color: #b11116;
  color: #fff;
}
.page-pagination .pagination .page-item .page-link:hover {
  background-color: #b11116;
  color: #fff;
}
.page-pagination .pagination .page-item .page-link:hover i {
  color: #fff;
}

.contact-home.v3 {
  margin-bottom: 70px;
}
.contact-home.v3:before {
  display: none;
}

.contact-home.v4 {
  margin-bottom: 70px;
}

.block-news-hot.v2 {
  background-color: #d7d7d7;
}
.block-news-hot ul {
  padding: 0 20px 25px 20px;
}
.block-news-hot ul li a {
  color: #737272;
  font-weight: 500;
  transition: 0.2s;
}
.block-news-hot ul li a:hover {
  color: #b11116;
}
.block-news-hot .head {
  background: none no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 11px;
  margin-bottom: 16px;
}
.block-news-hot .item {
  display: flex;
  align-items: center;
  padding: 7px 0;
  /* .time{
  	text-align: center;
  	color: #414141;
  	margin-right: 15px;
  	line-height: 15px;
  	span{
  		display: block;
  	}
  	p{
  		white-space: nowrap;
  	}
  } */
}
.block-news-hot .item:last-child {
  border-bottom: none;
}
.block-news-hot .item .img {
  flex: 0 0 100px;
  margin-right: 10px;
}
.block-news-hot .item .img img {
  height: 80px;
  filter: grayscale(1);
  transition: 0.3s;
}
.block-news-hot .item .img:hover img {
  filter: grayscale(0);
}
.block-news-hot .item a {
  font-size: 14px;
  text-align: justify;
  line-height: 19px;
  transition: 0.2s;
}
.block-news-hot .item a:hover {
  color: #b11116;
}

.block-qc.v2 .item:first-child {
  margin-top: 0;
}
.block-qc .item {
  margin-top: 30px;
  display: block;
  text-align: center;
}
.block-qc .item img {
  filter: grayscale(1);
  transition: 0.3s;
}
.block-qc .item:hover img {
  filter: grayscale(0);
}

.list-news-cate {
  background: none no-repeat center;
  background-size: cover;
  padding: 20px 0;
}

.item-news-cate {
  display: flex;
  padding: 25px 65px;
}
.item-news-cate:not(:last-child) {
  border-bottom: 2px solid #959595;
}
.item-news-cate .img {
  display: block;
  overflow: hidden;
  flex: 0 0 300px;
  margin-right: 30px;
}
.item-news-cate .img img {
  filter: grayscale(1);
  transition: 0.3s ease-in-out;
}
.item-news-cate .title {
  margin-bottom: 5px;
}
.item-news-cate .title a {
  font-size: 26px;
  font-weight: 500;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 28px;
  max-height: calc(28px * 3);
}
.item-news-cate .time {
  font-weight: 200;
  font-size: 16px;
}
.item-news-cate .desc {
  text-align: justify;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.item-news-cate:hover .img img {
  filter: grayscale(0);
  transform: scale(1.05);
}
.item-news-cate:hover .title a {
  color: #b11116;
}

@media (max-width: 991px) {
  .details-news {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
  }

  .list-news-cate {
    margin-top: 30px;
  }

  .page-pagination {
    margin-bottom: 30px;
  }

  .item-news-cate {
    padding: 15px;
  }

  .page-news.v2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .details-news {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 20px;
  }
  .details-news .title {
    font-size: 20px;
  }
  .details-news .time {
    margin-bottom: 15px;
  }
  .details-news.v2 {
    padding: 20px 15px;
  }

  .block-qc {
    margin-top: 15px;
  }

  .list-news-cate {
    margin-top: 15px;
  }

  .item-news-cate {
    display: block;
  }
  .item-news-cate .img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .item-news-cate .img img {
    width: 100%;
    filter: grayscale(0) !important;
  }
  .item-news-cate .title a {
    font-size: 22px;
    line-height: 26px !important;
  }
  .item-news-cate .desc {
    margin-top: 15px;
  }
}
.tabs-hotel .nav-tabs {
  margin-bottom: 0;
  justify-content: center;
  border-bottom: none;
  margin-bottom: 16px;
}
.tabs-hotel .nav-item {
  margin-bottom: 0;
}
.tabs-hotel .nav-item:not(:last-child) a {
  border-right: 1px solid #000 !important;
}
.tabs-hotel .nav-link {
  border-radius: 0;
  border: none;
  font-size: 16px;
  padding: 0 15px;
  line-height: 1.1;
}
.tabs-hotel .nav-link.active {
  color: #b11116;
}