@charset "UTF-8";

@font-face {
  font-family: "Opensans";
  src: url("../fonts/Opensans/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Opensans";
  src: url("../fonts/Opensans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Opensans";
  src: url("../fonts/Opensans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Opensans";
  src: url("../fonts/Opensans/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
}

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

body {
  top: 0 !important;
}

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 #eee;
  margin: 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;
  -o-object-fit: cover;
  object-fit: cover;
}

.col-f20,
.col-sm-f20,
.col-md-f20,
.col-lg-f20,
.col-xl-f20 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.nav-pane li a span img,
.nav-pane li .item span img,
.business .icon img,
.partner img,
.cnv-base .icon img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

.skiptranslate {
  display: none;
}

.yt-box {
  position: relative;
  z-index: 0;
}

.yt-box img {
  display: block;
  width: 100%;
  cursor: pointer;
}

.yt-box iframe {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.col-f20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 576px) {
  .col-sm-f20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .col-md-f20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-f20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-f20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.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,
.col-mar-0 > [class^="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,
.col-mar-5 > [class^="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,
.col-mar-8 > [class^="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,
.col-mar-10 > [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.fx-mid {
  -webkit-box-align: flex-center;
  -ms-flex-align: flex-center;
  align-items: flex-center;
}

.fx-bot {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ifx-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.ifx-bot {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.ifx-mid {
  -ms-flex-item-align: flex-center;
  align-self: flex-center;
}

.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jc-bet {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.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 {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

@media all and (max-width: 991px) {
  .md-center {
    text-align: center !important;
  }

  .md-left {
    text-align: left !important;
  }

  .md-right {
    text-align: right !important;
  }

  .md-none {
    display: none;
  }

  .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-center {
    text-align: center !important;
  }

  .sm-left {
    text-align: left !important;
  }

  .sm-right {
    text-align: right !important;
  }

  .sm-none {
    display: none;
  }

  .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-center {
    text-align: center !important;
  }

  .xs-left {
    text-align: left !important;
  }

  .xs-right {
    text-align: right !important;
  }

  .xs-none {
    display: none;
  }

  .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;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  -o-text-overflow: "";
  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;
  text-align: justify;
}

.s-content img {
  max-width: 100%;
  height: auto !important;
  margin: 10px auto;
  -o-object-fit: initial;
  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 figure {
  margin: 0 0 1rem;
}

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

.table {
  display: table;
  margin: 0;
}

.table .line {
  display: table-row;
}

.table .cell {
  display: table-cell;
  vertical-align: middle;
}

.table.top .cell {
  vertical-align: top;
}

.table.bot .cell {
  vertical-align: bottom;
}

.c-img {
  display: block;
  position: relative;
}

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

.c-img2 {
  position: relative;
}

.c-img2:before {
  content: "";
  padding-top: 100%;
  display: block;
  visibility: hidden;
}

.c-img2 img,
.c-img2 .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.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: 14px;
  font-family: "Noto Sans";
  line-height: 1.5;
  color: #000;
}

.m-tab-btn {
  display: none;
}

@media all and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media all and (max-width: 991px) {
  .m-tab-btn {
    display: block;
    width: 100%;
    height: 38px;
    border-radius: 3px;
    background: var(--color-2);
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    position: relative;
    cursor: pointer;
    line-height: 38px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .m-tab-btn.v2 {
    margin-top: 20px;
  }

  .m-tab-btn i {
    position: absolute;
    right: 14px;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
  }

  .m-tab {
    position: relative;
  }

  .m-tab ul {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    border: none;
  }

  .m-tab ul li {
    margin: 0;
    display: block;
    text-align: center;
  }

  .m-tab ul li a {
    display: block;
    font-size: 14px;
    padding: 8px 15px 6px 15px;
  }
}

@media all and (max-width: 850px) {
  .container {
    max-width: 90%;
  }
}

header {
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 0;
  background: #fff;
}

header .logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

header .logo img {
  display: block;
  max-height: 50px;
}

.top-nav {
  margin-bottom: 10px;
}

.top-nav > ul > li {
  display: inline-block;
  vertical-align: middle;
}

.top-nav > ul > li:after {
  content: "";
  width: 1px;
  height: 14px;
  background: var(--color-2);
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 12px;
}

.top-nav > ul > li:last-child:after {
  content: none;
}

.top-nav > ul > li > a {
  font-size: 13px;
  color: var(--color-2);
  display: inline-block;
  vertical-align: middle;
}

.top-nav > ul > li > .pane-btn {
  position: relative;
  min-width: 83px;
  text-align: right;
}

.top-nav > ul > li > .pane-btn.global-lang {
  display: flex;
  align-items: center;
  gap: 7.5px;
  font-size: 13px;
  color: var(--color-2);
}

@media all and (max-width: 767px) {
  .top-nav > ul > li > .pane-btn.global-lang {
    justify-content: end;
    padding-right: 15px;
  }
}

.top-nav > ul > li > .pane-btn.global-lang i {
  color: #333;
}

.top-nav > ul > li > .pane-btn.global-lang img {
  margin-left: 5px;
}

.top-nav > ul > li > .pane-btn.global-lang .notice-lang {
  position: relative;
}

.top-nav > ul > li > .pane-btn.global-lang .notice-lang i {
  color: red;
}

.top-nav > ul > li > .pane-btn.global-lang .notice-lang .notice-content {
  position: absolute;
  right: -15px;
  top: calc(100% + 10px);
  z-index: 100;
  min-width: 600px;
  max-width: 100%;
  border-radius: 5px;
  text-align: justify;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.top-nav > ul > li > .pane-btn.global-lang .notice-lang:hover .notice-content {
  opacity: 1;
  pointer-events: all;
  z-index: 100;
}

.top-nav > ul > li > .pane-btn.global-lang .notice-lang .notice-content:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  right: 17px;
  border: 1px solid #cdcdcd;
  background: #fff;
  border-bottom: none;
  border-left: none;
  transform: rotate(-45deg);
}

.top-nav > ul > li > .pane-btn.global-lang .notice-lang .notice-content p {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  font-size: 13px;
  padding: 15px;
  font-weight: 400;
  border: 1px solid #cdcdcd;
}

@media all and (max-width: 767px) {
  .top-nav > ul > li > .pane-btn.global-lang .notice-lang .notice-content p {
    color: #333;
  }

  .top-nav > ul > li > .pane-btn.global-lang .notice-lang .notice-content {
    min-width: 280px;
  }
}

.top-nav > ul > li > .pane-btn:after {
  font-weight: normal;
  font-family: "FontAwesome";
  content: "";
  margin-left: 5px;
  font-size: 16px;
  line-height: 19px;
}

.top-nav > ul > li > .pane-btn.global-lang:after {
  display: none;
}

.top-nav > ul > li > .pane-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  height: 5px;
  background: #ea4a22;
  bottom: -5px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.top-nav > ul > li > .pane-btn.act {
  font-weight: bold;
}

.top-nav > ul > li > .pane-btn.act:after {
  content: "\f106";
}

.top-nav > ul > li > .pane-btn.act:before {
  left: -15px;
  right: 0;
  opacity: 1;
}

.top-nav > ul > li > a:hover {
  color: #ea4a22;
}

.top-nav li {
  position: relative;
  text-align: left;
}

.top-nav .nav-pane {
  position: absolute;
  margin-top: 5px;
  display: none;
}

.top-nav .nav-pane.list-language {
  min-width: 145px;
  padding: 10px;
  width: initial;
}

.top-nav .nav-pane.list-language .item {
}

.nav-pane {
  right: 0;
  background: #fff;
  width: 620px;
  padding: 30px 35px 20px 33px;
  z-index: 1;
  -webkit-box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.27);
}

.nav-pane .title {
  cursor: pointer;
  font-weight: bold;
  color: var(--color-2);
  font-size: 16px;
  margin-bottom: 10px;
}

.nav-pane ul {
  margin-bottom: 6px;
}

.nav-pane li {
  display: block;
}

.nav-pane li a,
.nav-pane li .item {
  display: block;
  padding: 5px 0;
  color: #84888b;
}

.nav-pane li a span,
.nav-pane li .item span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eee;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
}

.nav-pane li a span img,
.nav-pane li .item span img {
  max-height: 60%;
  max-width: 60%;
}

.nav-pane li a:hover,
.nav-pane li .item:hover {
  color: #ea4a22;
}

.main-nav {
  display: inline-block;
  vertical-align: middle;
}

.main-nav > ul {
  font-size: 0;
}

.main-nav > ul > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 44px;
  position: relative;
}

.main-nav > ul > li:after {
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 50%;
  right: 50%;
  height: 5px;
  background: #ea4a22;
  bottom: 0;
  opacity: 0;
}

.main-nav > ul > li:last-child {
  margin-right: 0;
}

.main-nav > ul > li > a {
  display: block;
  color: var(--color-2);
  position: relative;
  /* padding-bottom: 20px; */
}

.main-nav > ul > li > a:not(:only-child):after {
  font-weight: normal;
  font-family: "FontAwesome";
  content: "";
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.main-nav > ul > li > a:before {
  content: attr(title);
  font-weight: bold;
  position: absolute;
  top: 0;
  color: var(--color-2);
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-nav > ul > li:hover:after {
  left: -12px;
  right: -12px;
  opacity: 1;
}

.main-nav > ul > li:hover > a {
  color: transparent;
}

.main-nav > ul > li:hover > a:before {
  opacity: 1;
}

.main-nav li {
  position: relative;
  text-align: left;
}

.main-nav li ul {
  position: absolute;
  left: -12px;
  min-width: 220px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  margin-top: 10px;
  pointer-events: none;
  opacity: 0;
  padding-top: 0;
  box-shadow: 0 0 10px -5px #333;
}

.main-nav li ul ul {
  left: 100%;
  top: 0;
  padding-top: 0;
  padding-left: 2px;
}

.main-nav li ul a {
  background: #ea4a22;
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  padding: 10px 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.main-nav li ul li:hover > a {
  background: var(--color-2);
}

.main-nav li ul li:last-child > a {
  border-bottom: none;
}

.main-nav li:hover > ul {
  margin-top: 0;
  pointer-events: all;
  opacity: 1;
}

.m-nav-open {
  display: none;
}

.search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 0;
  margin-bottom: 20px;
}

.search > button {
  font-size: 15px;
  color: #ea4a22;
}

.search .ct {
  position: absolute;
  background: #fff;
  padding: 15px;
  width: 300px;
  right: 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.4);
  box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.4);
  display: none;
  margin-top: 15px;
  border-radius: 3px;
}

.search-fr {
  position: relative;
}

.search-fr input {
  width: 100%;
  font-size: 13px;
  height: 38px;
  border: solid 1px #ccc;
  border-radius: 3px;
}

.search-fr button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  color: var(--color-2);
  font-size: 16px;
}

.acd-drop:after {
  content: "\002B";
}

.acd-drop.active:after {
  content: "\2212";
}

@media all and (min-width: 992px) {
  .m-nav,
  .m-nav-over {
    display: none !important;
  }

  header.fixed {
    position: fixed;
    -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
    box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
  }
}

@media all and (max-width: 991px) {
  .menu-btn {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 1;
  }

  .menu-btn i {
    display: block;
    margin: auto;
    border-top: solid 2px var(--color-2);
    width: 17px;
    border-bottom: double 7px var(--color-2);
    height: 12px;
  }

  .menu-btn.act i {
    width: auto;
    height: auto;
    border: none;
  }

  .menu-btn.act i:after,
  .menu-btn.act i:before {
    content: "";
    display: block;
    margin: auto;
    width: 17px;
    border-bottom: solid 2px var(--color-2);
  }

  .menu-btn.act i:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
  }

  .menu-btn.act i:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu-btn.v2 {
    background: var(--color-2);
  }

  .menu-btn.v2 i {
    border-color: #fff;
  }

  .menu-btn.v2.act i:after,
  .menu-btn.v2.act i:before {
    border-color: #fff;
  }

  .main-nav {
    display: none;
  }

  .m-nav-over {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
  }

  .m-nav {
    display: block;
    position: fixed;
    top: 0;
    width: 280px;
    bottom: 0;
    z-index: 999;
    color: #fff;
    background: #333;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    right: -280px;
  }

  .m-nav.active {
    -webkit-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.15);
    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: 27px;
    cursor: pointer;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    opacity: 0;
    visibility: hidden;
    font-family: initial;
  }

  .m-nav .nav-ct {
    height: 100%;
    overflow: auto;
    padding-bottom: 20px;
  }

  .m-nav .nav-ct > ul a {
    display: block;
    font-size: 14px;
    font-family: arial;
    line-height: 20px;
    padding: 10px 15px 10px 18px;
    border-top: solid 1px #444;
    position: relative;
  }

  .m-nav .nav-ct > ul ul {
    background: rgba(255, 255, 255, 0.04);
    display: none;
  }

  .m-nav .nav-ct > ul ul a {
    padding-left: 36px;
  }

  .m-nav .nav-ct > ul ul ul a {
    padding-left: 54px;
  }

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

  .m-nav .top-nav {
    display: block;
  }

  .m-nav .top-nav li {
    display: block;
  }

  .m-nav .top-nav li:after {
    content: none;
  }

  .m-nav .top-nav .acd-drop {
    display: none;
  }

  .m-nav .top-nav > ul > li > a {
    font-size: 14px;
    color: #fff;
    display: block;
    font-family: arial;
    line-height: 20px;
    padding: 10px 15px 10px 18px;
    border-top: solid 1px #444;
  }

  .m-nav .top-nav > ul > li > a.pane-btn:before {
    left: 0;
    right: 0;
  }

  .m-nav .top-nav .nav-pane {
    width: auto;
    padding: 20px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .m-nav .top-nav .nav-pane .title {
    font-size: 14px;
  }

  .m-nav .top-nav .nav-pane li a span {
    width: 26px;
    height: 26px;
    margin-right: 5px;
  }

  .top-nav {
    display: none;
  }

  .search {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .search .ct {
    right: -50px;
  }

  header {
    position: relative;
    padding: 10px 0;
  }

  header .logo img {
    max-height: 60px;
  }

  header.m-fixed {
    position: fixed;
    -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
    box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5);
  }

  header .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

footer {
  background: #eceff4;
  /*color: #fff;*/
  color: #043b72;
  padding-top: 35px;
}

footer .f-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 11px;
  margin-top: 0;
}

footer .logo {
  display: inline-block;
  vertical-align: middle;
}

footer .logo img {
  max-height: 130px;
}

footer li {
  line-height: 24px;
}

footer a:hover {
  color: #fff;
}

footer .foot-nav {
  margin-top: 49px;
}

footer .foot-nav li {
  display: inline-block;
  vertical-align: top;
}

footer .foot-nav li:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  /* background: #003f7e; */
  margin-left: 22px;
  margin-right: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}

footer .foot-nav li:last-child:after {
  content: none;
}

footer .copyright {
  margin-top: 35px;
  padding-bottom: 35px;
  background: #ea4a22;
}

footer .copyright .copyright {
  padding-bottom: 0;
}

.container_copy {
  padding-top: 10px;
  color: #fff;
}

.back-to-top {
  display: none;
  position: fixed;
  cursor: pointer;
  z-index: 999;
  text-align: center;
  right: 15px;
  bottom: 15px;
  font-size: 18px;
  width: 38px;
  height: 38px;
  line-height: 34px;
  background: var(--color-2);
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.back-to-top:hover {
  background: #ea4a22;
}

@media all and (max-width: 767px) {
  footer .logo {
    margin-bottom: 10px;
  }

  footer .foot-nav {
    margin-top: 20px;
  }

  footer .copyright {
    padding-bottom: 15px;
  }
}

.cnv-banner {
  background-image: url("../images/bg-banner.png");
  background-size: cover;
  color: #fff;
}

.cnv-banner .title {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 15px;
}

.cnv-banner .s-title {
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 6px;
}

.cnv-banner .view-more {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.cnv-banner .view-more:hover {
  color: #fff;
}

.cnv-banner .caption {
  padding-top: 110px;
  padding-bottom: 158px;
}

.cnv-banner.v2 .caption {
  padding-top: 70px;
  padding-bottom: 68px;
}

.cnv-slider .slick-list {
  margin: 0;
}

.cnv-slider .slick-list .slick-slide {
  margin: 0;
}

.cnv-slider .item {
  position: relative;
}

.cnv-slider .img img {
  display: block;
  width: 100%;
}

.cnv-slider .slick-arrow {
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  height: 40px;
}

.cnv-slider .slick-arrow.prev {
  left: 20px;
}

.cnv-slider .slick-arrow.next {
  right: 20px;
}

.cnv-slider .slick-dots {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 20px;
}

.cnv-slider .slick-dots li {
  border-color: #ea4a22;
}

.cnv-slider .slick-dots li.slick-active {
  background: #ea4a22;
}

.cnv-title {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: var(--color-2);
  padding-top: 70px;
  margin-bottom: 25px;
}

.cnv-title.v2 {
  text-align: left;
  color: #fff;
}

.cnv-title + .cnv-desc {
  margin-top: -15px;
}

.cnv-desc {
  text-align: center;
  color: #000;
  font-size: 16px;
  /* margin-bottom: 28px; */
}

.cnv-desc p {
  margin-bottom: 10px;
}

.cnv-about {
  padding-bottom: 18px;
}

.about-statis {
  text-align: center;
  margin-bottom: 20px;
}

.about-statis .num {
  color: #ea4a22;
  font-size: 58px;
  line-height: 1.4;
}

.about-statis p {
  font-size: 16px;
}

.cnv-business {
  padding-top: 1px;
  /*background: #ececec;*/
  background: #fff;
  padding-bottom: 70px;
}

.cnv-business .cnv-title {
  margin-bottom: 35px;
}

.business {
  max-width: 250px;
  margin: 0 auto 30px auto;
}

.business .icon {
  height: 88px;
  position: relative;
  margin-bottom: 21px;
}

.business .icon img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.business .title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-weight: bold;
  font-family: "Opensans";
  color: var(--color-2);
  line-height: 1.25;
}

.business:hover .icon img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.post .img {
  display: block;
  background: #000;
}

.post .img img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.post .ct {
  padding: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.post .ct .time {
  color: #ea4a22;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}

.post .ct .title {
  font-size: 18px;
  font-family: "Opensans";
  color: var(--color-2);
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 10px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post .ct .title a:hover {
  color: #ea4a22;
}

.post .ct .desc {
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.post .ct p {
  color: #84888b;
  font-size: 14px;
  line-height: 1.5;
}

.post:hover .ct {
  background: #f7f7f7;
}

.cnv-post-cas .slick-arrow {
  position: absolute;
  top: 85px;
  height: 46px;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cnv-post-cas .slick-arrow.prev {
  left: -55px;
}

.cnv-post-cas .slick-arrow.next {
  right: -55px;
}

.cnv-post-cas .slick-arrow:hover {
  opacity: 1;
}

.cnv-posts {
  padding-bottom: 70px;
  background-color: #f9ead5;
}

.cnv-posts .view-more {
  color: #ea4a22;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}

.cnv-posts .view-more:hover {
  color: var(--color-2);
}

.cnv-map {
  /*background: #ececec;*/
  background: #fff;
  padding-top: 1px;
  padding-bottom: 70px;
}

.cnv-partner-cas {
  margin-bottom: 60px;
}

.cnv-partner-cas .slick-arrow {
  position: absolute;
  top: 50%;
  height: 46px;
  margin-top: -23px;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cnv-partner-cas .slick-arrow.prev {
  left: -55px;
}

.cnv-partner-cas .slick-arrow.next {
  right: -55px;
}

.cnv-partner-cas .slick-arrow:hover {
  opacity: 1;
}

.cnv-partner-cas .item {
  vertical-align: middle;
}

.partner {
  display: block;
  height: 95px;
  position: relative;
  border: solid 1px #eeeeee;
  background: #fff;
}

.partner img {
  max-width: 80%;
  max-height: 80%;
}

.partner:hover {
  border-color: #ea4a22;
}

.cnv-fund {
  background-image: url("../images/bg-fund.png");
  color: #fff;
  padding-top: 35px;
  padding-bottom: 70px;
}

.cnv-fund .nav {
  display: block;
  margin-right: -30px;
}

.cnv-fund .nav li {
  display: block;
}

.cnv-fund .nav li a {
  display: block;
  color: #1b75bb;
  font-size: 18px;
  position: relative;
  line-height: 25px;
  padding: 10px 10px 10px 25px;
}

.cnv-fund .nav li a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 7px solid #1b75bb;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: 0;
  top: 16px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.cnv-fund .nav li a.active {
  background: #002d4f;
  color: #fff;
}

.cnv-fund .nav li a.active:before {
  border-left: 7px solid #fff;
}

.cnv-fund .tab-content {
  background: #002d4f;
  min-height: 100%;
  padding: 10px 0 0 0;
}

.cnv-fund .tab-content .s-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 11px;
}

.cnv-fund .tab-content .s-content {
  line-height: 24px;
  margin-bottom: 24px;
}

.cnv-fund .tab-content .more {
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #fff;
  border-radius: 5px;
  height: 44px;
  line-height: 42px;
  padding: 0 45px;
  text-transform: uppercase;
}

.cnv-fund .tab-content .more:hover {
  background: #fff;
  color: var(--color-2);
}

.map {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.map img {
  display: block;
}

.map .list-pin {
  text-align: left;
}

.map .list-pin .item {
  position: absolute;
}

.map .list-pin .item .label {
  font-size: 16px;
  font-weight: bold;
  color: #043b72;
  position: relative;
  cursor: pointer;
}

.map .list-pin .item .label:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: solid 5px #ea4a22;
  margin-top: 3px;
  display: block;
}

.map .list-pin .item .label span {
  position: absolute;
  left: 18px;
  padding: 0 14px;
  top: -2px;
  white-space: nowrap;
}

.map .list-pin .item .label.v2 span {
  left: auto;
  right: 18px;
}

.map .list-pin .item .ct {
  width: 350px;
  z-index: 1;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
  padding: 17px 15px 20px 20px;
  color: #171718;
  font-size: 16px;
  line-height: 28px;
  left: -19px;
  margin-top: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  max-height: 220px;
}

.map .list-pin .item .ct p {
  margin-bottom: 15px;
}

.map .list-pin .item .ct strong {
  color: var(--color-2);
}

.map .list-pin .item .ct:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 10px;
}

.map .list-pin .item .ct:after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  content: "";
  position: absolute;
  top: -8px;
  left: 20px;
}

.map .list-pin .item .ct.v2 {
  left: auto;
  right: -40px;
}

.map .list-pin .item .ct.v2:after {
  left: auto;
  right: 40px;
}

.map .list-pin .item:hover .ct {
  opacity: 1;
  visibility: visible;
}

body .mCS-scrollbar > .mCSB_container {
  margin-right: 16px;
}

body .mCS-scrollbar > .mCS_y_hidden {
  margin-right: 0;
}

body .mCS-scrollbar .mCSB_scrollTools {
  width: 4px;
}

body .mCS-scrollbar .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.15);
  width: 2px;
}

body .mCS-scrollbar .mCSB_scrollTools .mCSB_dragger_bar {
  width: 4px;
  background: var(--color-2) !important;
  border-radius: 30px;
}

body .mCS-scrollbar .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(13, 45, 79, 0.6);
}

@media all and (max-width: 1199px) {
  .post .ct {
    padding: 15px 14px;
  }

  .post .ct .time {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .post .ct .title {
    font-size: 18px;
  }

  .post .ct p {
    font-size: 14px;
    line-height: 22px;
  }

  .cnv-post-cas .slick-arrow {
    height: 30px;
    margin-top: -15px;
  }

  .cnv-post-cas .slick-arrow.prev {
    left: -10px;
  }

  .cnv-post-cas .slick-arrow.next {
    right: -10px;
  }

  .cnv-partner-cas {
    padding: 0 15px;
  }

  .cnv-partner-cas .slick-arrow {
    height: 30px;
    margin-top: -15px;
  }

  .cnv-partner-cas .slick-arrow.prev {
    left: -10px;
  }

  .cnv-partner-cas .slick-arrow.next {
    right: -10px;
  }

  .cnv-fund .tab-content {
    margin-right: calc((960px - 100vw) / 2 - 15px);
  }

  .map-wrap {
    height: 408px;
  }

  body {
    overflow-x: hidden;
  }

  .map {
    width: 1111px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@media all and (max-width: 1199px) and (min-width: 992px) {
  .cnv-map {
    overflow: hidden;
  }
}

@media all and (max-width: 991px) {
  .cnv-banner .title {
    font-size: 40px;
  }

  .cnv-banner .s-title {
    font-size: 20px;
  }

  .cnv-banner .view-more {
    font-size: 14px;
  }

  .cnv-banner .caption {
    padding-top: 80px;
    padding-bottom: 118px;
  }

  .cnv-banner.v2 .caption {
    padding-top: 50px;
    padding-bottom: 35px;
  }

  .about-statis .num {
    font-size: 38px;
  }

  .about-statis p {
    font-size: 14px;
  }

  .business {
    max-width: none;
  }

  .business .title {
    font-size: 16px;
  }

  .cnv-post-cas {
    padding: 0 15px;
  }

  .cnv-post-cas .slick-arrow {
    top: 50%;
  }

  .cnv-fund {
    padding-top: 10px;
  }

  .cnv-fund .nav {
    margin-right: 0;
  }

  .cnv-fund .nav li a {
    font-size: 15px;
    padding-left: 40px;
  }

  .cnv-fund .nav li a:before {
    left: 19px;
  }

  .cnv-fund .tab-content {
    padding: 30px;
    min-height: auto;
    margin: 10px 0 15px 0;
  }

  .map-wrap {
    height: auto;
  }

  .map {
    display: block;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .map img {
    display: none;
  }

  .map .list-pin .item {
    position: static;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: solid 1px #ccc;
  }

  .map .list-pin .item .label {
    padding: 0 0 0px 30px;
  }

  .map .list-pin .item .label:before {
    position: absolute;
    left: 0;
  }

  .map .list-pin .item .label span {
    position: static;
    padding: 0;
  }

  .map .list-pin .item .label:after {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    right: 5px;
    font-size: 18px;
  }

  .map .list-pin .item .label.active:after {
    content: "\f106";
  }

  .map .list-pin .item .ct {
    width: auto;
    position: static;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
    visibility: visible;
    padding-bottom: 10px;
    margin-top: -1px;
    display: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    background: none;
  }

  .map .list-pin .item .ct:before {
    content: none;
  }

  .map .list-pin .item .ct:after {
    content: none;
  }
}

@media all and (max-width: 767px) {
  .cnv-banner .title {
    font-size: 24px;
  }

  .cnv-banner .s-title {
    font-size: 16px;
  }

  .cnv-banner .view-more {
    font-size: 13px;
  }

  .cnv-banner .caption {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .cnv-banner.v2 .caption {
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .cnv-title {
    font-size: 22px;
    margin-top: 30px;
  }

  .cnv-desc {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .cnv-business {
    padding-bottom: 10px;
  }

  .cnv-posts {
    padding-bottom: 25px;
    margin-top: 15px;
  }

  .cnv-partner-cas {
    margin-bottom: 30px;
  }

  .cnv-fund .tab-content {
    padding: 20px 18px;
  }

  .cnv-map {
    padding-bottom: 20px;
  }
}

.btn-call {
  position: fixed;
  bottom: 20px;
  left: 40px;
  z-index: 99;
}

.btn-call span {
  display: block;
  font-size: 16px;
  width: 38px;
  height: 38px;
  margin: auto;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background: var(--color-2);
  position: relative;
}

.btn-call span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: solid 1px rgba(13, 45, 79, 0.6);
  -webkit-animation-name: zoomin;
  animation-name: zoomin;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-call span:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: rgba(13, 45, 79, 0.6);
  z-index: -1;
  -webkit-animation-name: zoomout;
  animation-name: zoomout;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.btn-call span i {
  -webkit-animation-name: lac;
  animation-name: lac;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media all and (max-width: 767px) {
  .btn-call {
    top: auto;
    left: 20px;
    bottom: 20px;
  }
}

@keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  10% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }

  20% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  30% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }

  40% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
  }

  10% {
    -webkit-transform: rotate(-25deg);
  }

  20% {
    -webkit-transform: rotate(25deg);
  }

  30% {
    -webkit-transform: rotate(-25deg);
  }

  40% {
    -webkit-transform: rotate(25deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0.1;
  }
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2.2);
    opacity: 0.1;
  }
}

@keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.3;
  }
}

@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.1);
    opacity: 0.3;
  }
}

.cnv-about-tab {
  margin-top: 46px;
  /* margin-bottom: 84px; */
}

.cnv-about-tab .nav {
  border-bottom: solid 1px #aaaaaa;
  margin-bottom: 40px;
}

.cnv-about-tab .nav a {
  display: block;
  color: #171718;
  padding: 0 13px 9px 13px;
  border-bottom: solid 3px transparent;
  margin-bottom: -1px;
}

.cnv-about-tab .nav a.active {
  border-color: #ea4a22;
  font-size: 22px;
  font-weight: bold;
  color: var(--color-2);
}

.cnv-about-tab .s-title {
  font-size: 20px;
  color: var(--color-2);
  font-weight: bold;
}

.cnv-about-tab .s-content {
  color: #171718;
  line-height: 24px;
  margin-top: 16px;
}

.yt-box {
  background: #000;
}

.yt-box img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.yt-box:after {
  content: "";
  width: 106px;
  height: 106px;
  background: url("../images/play.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -53px;
  margin-left: -53px;
  pointer-events: none;
}

.yt-box:hover img {
  opacity: 0.8;
}

.cnv-view {
  /* margin-top: 47px;
  margin-bottom: 54px; */
}

.cnv-bases {
  margin-top: 47px;
  /* padding-bottom: 30px; */
}

.cnv-bases .cnv-desc {
  margin-bottom: 43px;
}

.cnv-bases .col-base {
  /* margin-bottom: 30px; */
}

.cnv-base {
  background: #fff;
  text-align: center;
  padding: 25px 15px 27px 15px;
  min-height: 100%;
  -webkit-box-shadow: 0 2px 19px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 19px 0 rgba(0, 0, 0, 0.1);
}

.cnv-base .icon {
  position: relative;
  height: 65px;
  display: block;
  margin-bottom: 18px;
}

.cnv-base .icon img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cnv-base .title {
  color: var(--color-2);
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 18px;
}

.cnv-base p {
  line-height: 24px;
  color: #171718;
}

.cnv-base:hover .icon img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cnv-invest {
  /* margin-top: 47px; */
  text-align: center;
  padding-bottom: 10px;
}

.cnv-invest ul {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0px;
  text-align: left;
}

.cnv-invest ul li:not(:last-child) {
  font-size: 16px;
  color: #171718;
  margin-bottom: 15px;
}

.cnv-invest ul li span {
  color: #ea4a22;
  font-size: 34px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.cnv-member {
  /* margin-top: 47px; */
  padding-bottom: 50px;
}

.cnv-member .cnv-title {
  margin-bottom: 34px;
}

.cnv-member .cnv-desc {
  margin-top: 0;
  margin-bottom: 43px;
}

.cnv-member .row.col-mar-5 {
  row-gap: 20px;
}

@media all and (min-width: 992px) {
  .process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    border-bottom: solid 1px #cdcecb;
    margin-bottom: 210px;
    margin-top: 50px;
  }

  .process .item {
    position: relative;
    width: 11%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
  }

  .process .item:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ea4a22;
    position: absolute;
    left: -7px;
    bottom: -7px;
    z-index: 1;
  }

  .process .item strong {
    color: var(--color-2);
    font-size: 24px;
  }

  .process .item p {
    margin-top: 3px;
    line-height: 1.8;
  }

  .process .item .ct {
    width: 200px;
    height: 100%;
    border-left: solid 1px #cdcecb;
    padding-left: 10px;
    padding-bottom: 25px;
  }

  .process .item.v2 .ct {
    position: relative;
    top: 100%;
    padding-bottom: 0;
    padding-top: 25px;
  }

  .process .item.v3 {
    cursor: pointer;
  }

  .process .item.v3:before {
    background: #cdcecb;
  }

  .process .item.v3 .ct {
    opacity: 0;
    visibility: hidden;
    background: #fff;
    z-index: 1;
    border: solid 1px rgba(199, 199, 199, 0.45);
    padding: 15px 10px;
    height: auto;
    bottom: 30px;
    position: absolute;
    right: 100%;
    -webkit-box-shadow: 0 3px 35px 5px rgba(219, 219, 219, 0.7);
    box-shadow: 0 3px 35px 5px rgba(219, 219, 219, 0.7);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .process .item.v3 .ct:after,
  .process .item.v3 .ct:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -1px;
    bottom: -20px;
  }

  .process .item.v3 .ct:after {
    border-left: 13px solid transparent;
    border-top: 18px solid #fff;
    margin-bottom: 2px;
    margin-right: 1px;
  }

  .process .item.v3 .ct:before {
    border-top: 20px solid rgba(199, 199, 199, 0.45);
    border-left: 15px solid transparent;
  }

  .process .item.v3:hover .ct {
    opacity: 1;
    visibility: visible;
  }
}

@media all and (max-width: 991px) {
  .cnv-about-tab {
    margin-bottom: 40px;
  }

  .cnv-about-tab .nav {
    margin-bottom: 25px;
  }

  .cnv-about-tab .yt-box {
    margin-top: 20px;
  }

  .cnv-invest ul {
    padding-right: 0;
  }

  .process {
    margin-top: 40px;
    margin-bottom: 40px;
    border-left: solid 1px #cdcecb;
  }

  .process .item {
    position: relative;
    padding-left: 38px;
    margin-bottom: 30px;
  }

  .process .item:before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ea4a22;
    position: absolute;
    left: -6px;
    top: 13px;
    z-index: 1;
  }

  .process .item:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #cdcecb;
    position: absolute;
    left: 0;
    top: 19px;
  }

  .process .item strong {
    color: var(--color-2);
    font-size: 24px;
  }

  .process .item p {
    margin-top: 3px;
    line-height: 1.8;
  }
}

@media all and (max-width: 767px) {
  .cnv-about-tab {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .cnv-about-tab .s-title {
    font-size: 18px;
  }

  .cnv-view {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .cnv-bases {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .cnv-bases .cnv-desc {
    margin-bottom: 22px;
  }

  .cnv-invest {
    margin-top: 0;
  }

  .cnv-invest ul li {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .cnv-invest ul li span {
    font-size: 26px;
  }

  .cnv-member {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .cnv-member .cnv-title {
    margin-bottom: 20px;
  }

  .cnv-member .cnv-desc {
    margin-bottom: 20px;
  }

  .process .item {
    margin-bottom: 20px;
  }

  .process .item:before {
    top: 10px;
  }

  .process .item:after {
    top: 16px;
  }

  .process .item strong {
    font-size: 20px;
  }
}

.ic-word {
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-word.png");
}

.ic-excel {
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-excel.png");
}

.ic-pdf {
  width: 17px;
  height: 20px;
  background-image: url("../images/icon-pdf.png");
}

.cnv-banner.v3 img {
  display: block;
  width: 100%;
}

.cnv-fund2-tab {
  border-bottom: solid 2px var(--color-2);
  margin-top: 40px;
  margin-bottom: 26px;
}

.cnv-fund2-tab .title {
  font-size: 26px;
  font-weight: bold;
  color: var(--color-2);
  text-transform: uppercase;
  margin-bottom: 14px;
}

.cnv-fund2-tab .nav li {
  margin-right: 55px;
}

.cnv-fund2-tab .nav li:last-child {
  margin-right: 0;
}

.cnv-fund2-tab .nav a {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 4px;
  color: var(--color-2);
  border-bottom: solid 2px transparent;
  margin-bottom: -2px;
  position: relative;
}

.cnv-fund2-tab .nav a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #ea4a22;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  opacity: 0;
}

.cnv-fund2-tab .nav a.active {
  border-color: #ea4a22;
}

.cnv-fund2-tab .nav a.active:after {
  opacity: 1;
}

.cnv-fund2-tab-ct .input-label {
  margin-bottom: 10px;
  color: #666666;
}

.cnv-fund2-tab-ct .input {
  position: relative;
  margin-bottom: 10px;
}

.cnv-fund2-tab-ct .input input {
  width: 100%;
  border-radius: 3px;
  border: solid 1px #cccccc;
  height: 32px;
  font-size: 13px;
}

.cnv-fund2-tab-ct .input input::-webkit-input-placeholder {
  color: #666666;
}

.cnv-fund2-tab-ct .input input:-moz-placeholder {
  color: #666666;
}

.cnv-fund2-tab-ct .input input::-moz-placeholder {
  color: #666666;
}

.cnv-fund2-tab-ct .input input:-ms-input-placeholder {
  color: #666666;
}

.cnv-fund2-tab-ct .input i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  color: #666666;
}

.cnv-fund2-tab-ct .title {
  background: #e48137;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 22px;
}

.paginations {
  margin: 20px 0 20px 0;
  text-align: center;
}

.paginations li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
  cursor: pointer;
}

.paginations li.hidden {
  display: none;
}

.paginations li a,
.paginations li div,
.paginations li span {
  display: block;
  width: 35px;
  height: 35px;
  border: solid 1px #cccccc;
  border-radius: 3px;
  text-align: center;
  font-size: 15px;
  line-height: 33px;
  cursor: pointer;
}

.paginations li:hover a,
.paginations li.active a,
.paginations li:hover div,
.paginations li.active div,
.paginations li span.active-page {
  background: #e48137;
  border-color: #e48137;
  color: #fff;
}

.paginations li.active a,
.paginations li.active div,
.paginations li span.active-page {
  cursor: not-allowed;
}

.cnv-collapse {
  margin-bottom: 60px;
}

.cnv-collapse .item:nth-child(2n) .label {
  background: #e6e6e7;
}

.cnv-collapse .label {
  background: #f7f7f7;
  text-transform: uppercase;
  color: #666666;
  font-weight: bold;
  padding: 20px 30px;
  position: relative;
  cursor: pointer;
}

.cnv-collapse .label:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  right: 30px;
  height: 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
}

.cnv-collapse .label.active:after {
  content: "\f068";
}

.cnv-collapse .ct {
  padding-top: 27px;
  padding-bottom: 15px;
  display: none;
}

.cnv-collapse .ct .ul li {
  position: relative;
  padding-left: 28px;
  color: #666666;
  margin-bottom: 20px;
}

.cnv-collapse .ct .ul li a:hover {
  color: var(--color-2);
}

.cnv-collapse .ct .ul li i {
  position: absolute;
  left: 0;
}

@media all and (max-width: 767px) {
  .cnv-fund2-tab {
    margin-top: 30px;
  }

  .cnv-fund2-tab .title {
    font-size: 23px;
  }

  .cnv-fund2-tab .nav li {
    margin-right: 20px;
  }

  .cnv-fund2-tab-ct .title {
    padding: 10px 15px;
  }

  .cnv-collapse {
    margin-bottom: 40px;
  }

  .cnv-collapse .label {
    padding: 12px 15px;
  }

  .cnv-collapse .label:after {
    right: 15px;
    font-size: 14px;
  }

  .cnv-collapse .ct {
    padding-top: 18px;
    padding-bottom: 12px;
  }

  .cnv-collapse .ct li {
    margin-bottom: 15px;
  }

  .paginations {
    margin-bottom: 10px;
  }
}

.v_custom:before {
  background: transparent !important;
}

.popup-img,
.popup-login {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: all 0.5s ease;
  display: flex;
}

.popup-login {
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  pointer-events: none;
}

.popup-login.active {
  opacity: 1;
  z-index: 99;
  visibility: visible;
  pointer-events: all;
}

.popup-img .bgblack,
.popup-login .bgblack {
  z-index: 102;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.popup-img .ifr-tv,
.popup-login .ifr-tv {
  z-index: 103;
  position: relative;
  max-width: 900px;
  height: initial;
  margin: auto;
  top: 0;
  max-width: calc(100% - 30px);
  z-index: 103;
  position: relative;
  max-height: 80vh;
  display: flex;
  justify-content: center;
}

.popup-login .ifr-tv .main-login {
  width: 500px;
  background: #fff;
  padding: 25px;
  border-radius: 5px;
}

.popup-login .ifr-tv .main-login h3 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.popup-login .ifr-tv .main-login .input-contact {
  margin-bottom: 15px;
}

.popup-login .ifr-tv .main-login button {
  margin-bottom: 0;
  padding: 10px 25px;
  text-transform: uppercase;
  border-radius: 5px !important;
}

.popup-img .ifr-tv video,
.popup-img .ifr-tv iframe {
  width: 100%;
  height: 100%;
}

.popup-img.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup-img .ifr-tv video:focus {
  outline: none;
}

.popup-img .ifr-tv img {
  width: 100%;
  height: initial;
}

.popup-img .close-pu,
.popup-login .close-pu {
  right: -50px;
  top: -50px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 1000;
}

@media all and (max-width: 767px) {
  .popup-img .close-pu,
  .popup-login .close-pu {
    right: 0;
  }
}

.popup-img .close-pu:before,
.popup-img .close-pu:after,
.popup-login .close-pu:before,
.popup-login .close-pu:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.popup-img .close-pu:before,
.popup-login .close-pu:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-img .close-pu:after,
.popup-login .close-pu:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-img .close-pu:hover,
.popup-login .close-pu:hover {
  background: #ffffff;
}

.popup-img .close-pu:hover:after,
.popup-img .close-pu:hover:before,
.popup-login .close-pu:hover:after,
.popup-login .close-pu:hover:before {
  background: rgba(0, 0, 0, 0.8);
}

.detail-ser {
  padding: 20px 0;
}

.detail-ser h1 {
  color: #333;
  font-size: 20px;
}

.detail-ser .result-search .item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.detail-ser .result-search .item:last-child {
  border-bottom: 0;
}

.detail-ser .result-search .item .img {
  width: 20%;
}

.detail-ser .result-search .item .img img {
  aspect-ratio: 16/9;
}

.detail-ser .result-search .item .right {
  width: 100%;
}

.detail-ser .result-search .item .right > p {
  display: flex;
  align-items: center;
}

.detail-ser .result-search .item .right > p a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.detail-ser .result-search .item .right .module {
  color: #fff;
  font-size: 10px;
  background-color: #2e4879;
  padding: 2px 10px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}

.detail-ser .result-search .item .right .item-name .time {
  margin-right: 10px;
  font-size: 13px;
}

.detail-ser .result-search .item .right h3 a {
  color: #333;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.detail-ser .result-search .item .right h3:hover a {
  color: #2e4879;
}

.detail-ser .result-search .item .right .time {
  color: #2e4879;
  font-style: italic;
  margin: 5px 0;
}

.detail-ser .result-search .item .right .time i {
  margin-right: 0;
  color: #2e4879;
}

.detail-ser .result-search .item .right ._desc {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 14px;
}

.detail-ser .result-search .item .right ._desc strong {
  font-size: 14px;
}

.detail-ser .result-search .item:hover img {
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .detail-ser .result-search .item {
    flex-direction: column;
  }

  .detail-ser .result-search .item .img,
  .detail-ser .result-search .item .right {
    width: 100%;
  }

  .detail-ser .result-search .item .right {
    padding-left: 15px;
  }

  .detail-ser .result-search .item .right .item-name h3 a {
    font-size: 18px;
  }
}

.sub-module-tab {
  margin-bottom: 15px;
}

.sub-module-tab .nav {
  gap: 10px;
}

.sub-module-tab .nav li {
}

.sub-module-tab .nav li a {
  display: flex;
  padding: 5px 15px;
  border: 1px solid #cdcdcd;
  color: #4f4e4e;
  border-radius: 5px;
}

.sub-module-tab .nav li:hover a,
.sub-module-tab .nav li.active a {
  border-color: #ea4a22;
  background: #ea4a22;
  color: #fff;
}

.download-document {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
}

.download-document a {
  display: flex;
  padding: 7.5px 25px;
  border-radius: 5px;
  background: #ea4a22;
  color: #fff;
  border: 1px solid #ea4a22;
}

.download-document a:hover {
  background: #ffff;
  color: #333;
  border: 1px solid #333;
}
.viewer-document {
  width: 100%;
  aspect-ratio: 29/21;
  border: 1px solid #cdcdcd;
}
@media (max-width: 767px) {
  .viewer-document {
    aspect-ratio: 21/29;
  }
}

/* Bo sung */
.main-nav > ul > li > a:not(:only-child):after {
  /* display: none; */
}

.main-nav > ul > li:after {
  bottom: calc(-100% - 10px);
}

.cnv-fund .nav li a {
  color: #ffffffba;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: unset;
}

.cnv-title {
  margin-top: 0;
  padding-top: 50px;
}

.cnv-fund {
  padding-top: 0px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .about-statis .num {
    font-size: 34px;
  }
}

@media (min-width: 767px) {
  .about-statis {
    margin-bottom: 0px;
  }
}

h2 {
  font-size: 20px;
}

.cnv-banner {
  position: relative;
}

.cnv-banner:before {
  position: absolute;
  content: "";
  background-color: #00000087;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

ul.ul-disc {
  padding-left: 20px;
}

ul.ul-disc li {
  list-style: disc;
}

.content-single h5 {
  font-size: 20px !important;
}

.content-single .box-content p {
  margin-bottom: 5px;
}

.content-single .fv-content {
  padding: 0;
}

.content-single .fv-content .title {
  font-weight: 700;
  font-size: 12pt;
  margin-bottom: 15px;
}

.box-content + .box-content {
  margin-top: 20px;
}

.box-content .title {
  font-family: verdana, geneva, sans-serif;
  margin-bottom: 15px;
}

.box-content ul {
  padding-left: 30px !important;
}

.box-content ul.ul-check {
  padding-left: 10px !important;
}

ul.ul-check {
  margin-bottom: 10px;
  list-style: none !important;
}

.overflow-x-auto {
  width: 100%;
  overflow-x: auto;
}

.overflow-x-auto table td,
.overflow-x-auto table td * {
  min-width: 200px;
}

@media all and (min-width: 1024px) {
  .cnv-bases .cnv-title {
    padding-top: 100px;
  }
}

@media all and (max-width: 1199px) {
  .padpage .main-nav > ul > li {
    margin-right: 8px !important;
  }
}

@media all and (max-width: 990px) {
  .cnv-view,
  .cnv-view .cnv-desc,
  .cnv-process .process,
  .process .item:last-child,
  .cnv-bases .col-base,
  .cnv-about-tab,
  .cnv-about-tab .cnv-desc {
    margin-bottom: 0;
  }

  .cnv-invest .cnv-title {
    padding-top: 70px;
  }

  .cnv-bases .row {
    row-gap: 30px;
  }

  .cnv-bases {
    margin-top: 0;
  }
}
