@charset "UTF-8";

/* ===== COLOR VARIABLES ===== */
:root {
  /* Accent & Brand */
  --accent-color: #0394d6;
  --bootstrap-blue: #007bff;
  --primary-color: #cf1f1f;
  --secondary-color: #cf1f1f;
  --teal-color: #f6f6f6;
  /* Background */
  --bg-light: #f6f6f6;
  /* Màu nền */
  --bg-primary: #f6f6f6;
  /* --fixnix-base: #cf1f1f; */
  --bg-primary-overlay-80: rgba(207, 31, 31, 0.8);
  --bg-primary-overlay-95: rgba(207, 31, 31, 0.95);
  --bg-secondary: #171a1d;
  --bg-white: #ffffff;
  --lighter-bg: #f0f0f0;
  --light-bg: #f5f5f5;
  /* Border */
  --border-color: #dcdcdc;
  --border-gray: #b7b7b7;
  --border-light: #ccc;
  --border-primary: #00ade5;
  /* Overlay & Shadow */
  --overlay-border: rgba(255, 255, 255, 0.3);
  --overlay-dark: rgba(0, 0, 0, 0.5);
  --overlay-darker: rgba(0, 0, 0, 0.6);
  --overlay-darkest: rgba(0, 0, 0, 0.85);
  --overlay-light: rgba(255, 255, 255, 0.5);
  --overlay-lighter: rgba(255, 255, 255, 0.04);
  --overlay-medium: rgba(255, 255, 255, 0.15);
  --overlay-text: rgba(255, 255, 255, 0.2);
  --overlay-text-light: rgba(255, 255, 255, 0.6);
  --overlay-text-medium: rgba(255, 255, 255, 0.8);
  --shadow-color: rgba(102, 102, 102, 0.4);
  /* Overlay Brand */
  --primary-overlay-50: rgba(0, 173, 229, 0.5);
  --primary-overlay-60: rgba(0, 173, 229, 0.6);
  --secondary-overlay-70: rgba(181, 211, 81, 0.7);
  --secondary-overlay-85: rgba(181, 211, 81, 0.85);
  /* Status */
  --danger-color: #eb5254;
  --danger-overlay-60: rgba(235, 82, 84, 0.6);
  --info-color: var(--primary-color);
  --success-color: #b5d351;
  --warning-color: #f39c12;
  /* Text */
  --text-black: #000000;
  --text-dark-gray: #4d4d4f;
  --text-gray: #555555;
  --text-light-gray: #878787;
  --text-medium-gray: #5f5f5f;
  --text-muted: #666666;
  /* Màu chữ */
  --text-primary: #000000;
  --text-light: #ffffff;
  --text-secondary: #313131;
  --text-soft-gray: #888888;
  --border-color: #646464;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/sfpro-display/SFProDisplay-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/sfpro-display/SFProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/sfpro-display/SFProDisplay-Heavy.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/sfpro-display/SFProDisplay-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;
}

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: 18px;
  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;
}

.col-xl-c20,
.col-lg-c20,
.col-md-c20,
.col-sm-c20,
.col-c20 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.pro-thumbs .item img,
.pro-imgs .item img,
#apply-modal .modal-content .icon img,
.career-3 .apply .icon img,
.prize-item .icon img,
.year-cas .img img,
.partner_item img,
.pro-collapse .item .icon img,
.login-drop ul li a span img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

.col-c20 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 576px) {
  .col-sm-c20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .col-md-c20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-c20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-c20 {
    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 {
  align-items: flex-center;
}

.fx-bot {
  align-items: flex-end;
}

.ifx-top {
  align-self: flex-start;
}

.ifx-bot {
  align-self: flex-end;
}

.ifx-mid {
  align-self: flex-center;
}

.jc-center {
  justify-content: center;
}

.jc-bet {
  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 {
  transition: all 0.2s ease-in-out;
}

@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: var(--text-muted);
}

.i-select {
  position: relative;
}

.i-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
  width: 100%;
}

.s-content {
  word-break: break-word;
}

.s-content a[href] {
  color: var(--bootstrap-blue);
}

.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 table th,
.s-content table td {
  border: solid 1px #666;
  border-collapse: collapse;
}

.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: var(--overlay-darker);
  color: var(--text-primary);
  font-size: 21px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  top: -12px;
  right: -12px;
  cursor: pointer;
}

.hc-upload .hc-del:hover {
  background: var(--overlay-darkest);
}

.over-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

body {
  font-size: 14px;
  background: var(--bg-primary);
  font-family: "Roboto";
  line-height: 1.5;
  color: var(--text-primary);
  overflow-x: hidden;
}

@media all and (min-width: 1600px) {
  .container {
    max-width: 1564px;
  }
}

.def-btn {
  display: inline-block;
  vertical-align: middle;
  background: var(--secondary-color);
  color: var(--text-light);
  width: 150px;
  height: 48px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  border-radius: 15px;
  box-shadow: 0 4px 6px 0 var(--shadow-color);
}

.def-btn:hover {
  background: var(--bg-secondary);
  color: var(--text-light);
}

@media all and (max-width: 991px) {
  .def-btn {
    height: 42px;
    font-size: 14px;
    line-height: 42px;
    width: 120px;
  }
}

@media all and (max-width: 767px) {
  .def-btn {
    height: 38px;
    font-size: 14px;
    line-height: 38px;
  }
}

.delay04 {
  animation-delay: 0.4s;
}

.delay05 {
  animation-delay: 0.5s;
}

.delay06 {
  animation-delay: 0.6s;
}

.delay07 {
  animation-delay: 0.7s;
}

.delay08 {
  animation-delay: 0.8s;
}

.delay09 {
  animation-delay: 0.9s;
}

.delay10 {
  animation-delay: 1s;
}

.delay11 {
  animation-delay: 1.1s;
}

.delay12 {
  animation-delay: 1.2s;
}

.delay13 {
  animation-delay: 1.3s;
}

.delay14 {
  animation-delay: 1.4s;
}

.delay15 {
  animation-delay: 1.5s;
}

.delay16 {
  animation-delay: 1.6s;
}

.delay17 {
  animation-delay: 1.7s;
}

.delay18 {
  animation-delay: 1.8s;
}

.delay19 {
  animation-delay: 1.9s;
}

.break-15 {
  height: 15px;
}

.break-10 {
  height: 10px;
}

.cas-arrow {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  border: solid 2px var(--overlay-light) !important;
  color: var(--text-primary);
  text-align: center;
  font-size: 24px !important;
  line-height: 46px !important;
  top: 50%;
  position: absolute;
  margin-top: -32px;
  cursor: pointer;
  z-index: 1;
}

.cas-arrow:hover {
  border-color: white !important;
}

@media all and (max-width: 991px) {
  .cas-arrow {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 36px;
    margin-top: -20px;
  }
}

.owl-dot {
  width: 8px;
  height: 8px;
  background: var(--overlay-light);
  margin: 0 5px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.owl-dot.active {
  background: var(--bg-white);
}

.i-select:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  color: var(--dark-color);
  pointer-events: none;
}

.md-head {
  margin-bottom: 22px;
}

.md-head .sub {
  text-transform: uppercase;
  color: var(--text-primary);
  font-family: "SFProDisplay";
  font-weight: 500;
  margin-bottom: 21px;
}

.md-head .sub:before {
  content: "";
  height: 2px;
  width: 21px;
  display: inline-block;
  vertical-align: middle;
  background: var(--primary-color);
  margin-right: 19px;
  margin-top: -2px;
}

.md-head .title {
  color: var(--secondary-color);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.025em;
}

@media all and (max-width: 991px) {
  .md-head .title {
    font-size: 32px;
  }
}

@media all and (max-width: 767px) {
  .md-head {
    margin-bottom: 20px;
  }

  .md-head .sub {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .md-head .title {
    font-size: 22px;
  }
}

.circle {
  border-radius: 50%;
  padding: 44px;
  position: relative;
  overflow: hidden;
}

.circle .c-img {
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.circle .item {
  position: absolute;
  border-radius: inherit;
  background-size: 100% 100%;
  animation-name: rotate360;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-direction: reverse;
  animation-iteration-count: infinite;
}

.circle .item.v1 {
  top: 31px;
  left: 31px;
  right: 31px;
  bottom: 31px;
  background-image: url("../images/circle1.png");
}

.circle .item.v2 {
  top: 17px;
  left: 17px;
  right: 17px;
  bottom: 17px;
  background-image: url("../images/circle2.png");
  animation-name: rotate360_;
  animation-duration: 4s;
}

.circle .item.v3 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/circle3.png");
  animation-duration: 6s;
}

@media all and (max-width: 767px) {
  .circle {
    padding: 30px;
  }

  .circle .item.v1 {
    top: 20px;
    right: 20px;
    left: 20px;
    bottom: 20px;
  }

  .circle .item.v2 {
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
  }
}

@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate360_ {
  100% {
    transform: rotate(-360deg);
  }
}

header {
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  padding: 43px 0;
  transition: all 0.2s ease-in-out;
}

header .logo {
  display: inline-block;
  vertical-align: middle;
}

header .logo img {
  display: block;
}

header.fixed {
  background: var(--bg-primary-overlay-95);
  padding: 15px 0;
  box-shadow: 0 1px 4px 0 var(--overlay-text);
}

.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: 70px;
}

.main-nav>ul>li>a {
  display: block;
  text-transform: uppercase;
  color: var(--text-light);
  font-size: 16px;
  font-weight: 500;
}

.main-nav>ul>li:hover>a {
  color: var(--bg-secondary);
}

.main-nav li {
  position: relative;
  text-align: left;
}

.main-nav li ul {
  position: absolute;
  min-width: 220px;
  transition: all 0.2s ease-in-out;
  z-index: 1;
  margin-top: 10px;
  pointer-events: none;
  opacity: 0;
  padding-top: 5px;
}

.main-nav li ul ul {
  left: 100%;
  top: 0;
  padding-top: 0;
  padding-left: 5px;
}

.main-nav li ul a {
  background: var(--secondary-overlay-85);
  display: block;
  text-transform: uppercase;
  color: var(--text-primary);
  font-size: 13px;
  padding: 10px 15px;
  border-bottom: solid 1px var(--overlay-border);
}

.main-nav li ul li:hover>a {
  background: var(--secondary-color);
}

.main-nav li ul li:last-child>a {
  border-bottom: none;
}

.main-nav li:hover>ul {
  margin-top: 0;
  pointer-events: all;
  opacity: 1;
}

@media all and (max-width: 1599px) {
  .main-nav>ul>li {
    margin-right: 23px;
  }

  .main-nav>ul>li>a {
    font-size: 14px;
  }
}

.m-nav-open {
  display: none;
}

.login-drop {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  margin-right: 25px;
}

.login-drop .text {
  display: block;
  border: solid 2px var(--teal-color);
  color: var(--teal-color);
  font-weight: bold;
  font-size: 15px;
  padding: 0 19px;
  line-height: 38px;
  height: 42px;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.login-drop .text:after {
  font: normal normal normal 14px/1 FontAwesome;
  /*content: "\f107";*/
  font-size: 12px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.login-drop .text:hover {
  color: var(--dark-color);
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

.login-drop .text.active {
  color: var(--dark-color);
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  border-radius: 21px 21px 0 0;
}

.login-drop ul {
  position: absolute;
  background: var(--bg-white);
  border-radius: 0 20px 20px 20px;
  width: 275px;
  display: none;
  padding: 13px 0;
  z-index: 1;
}

.login-drop ul li a {
  display: block;
  text-transform: uppercase;
  color: var(--dark-color);
  font-size: 16px;
  position: relative;
  line-height: 20px;
  padding: 13px 15px 13px 80px;
}

.login-drop ul li a span {
  height: 34px;
  width: 50px;
  position: absolute;
  left: 18px;
  top: 5px;
}

.login-drop ul li a:hover {
  background: var(--secondary-color);
}

.login-drop.v2 ul {
  right: 0;
  border-radius: 20px 0 20px 20px;
}

@media all and (max-width: 1599px) {
  .login-drop {
    margin-right: 15px;
  }

  .login-drop .text {
    font-size: 14px;
  }

  .login-drop ul li a {
    font-size: 15px;
  }
}

.h-call {
  display: inline-block;
  vertical-align: middle;
  border: solid 2px var(--text-light);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--text-light);
  font-size: 22px;
  text-align: center;
  line-height: 31px;
  animation-name: lac;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.language {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
}

.language ul {
  position: absolute;
  overflow: hidden;
  right: 0;
  z-index: 1;
  margin-top: 8px;
  box-shadow: 0 0 5px 0 var(--shadow-color);
  display: none;
  width: 32px;
  border-radius: 50px;
  border: solid 2px #fff;
  padding: 5px 0;
}

.language ul a {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
}

.language ul a:hover {
  color: var(--secondary-color);
}

.language .label {
  display: block;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: solid 2px #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 28px;
}

.search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 33px;
}

.search>button {
  font-size: 32px;
  color: var(--primary-color);
  height: 32px;
  display: block;
  line-height: 1;
}

.search .ct {
  position: absolute;
  background: var(--bg-white);
  padding: 15px 20px;
  width: 300px;
  right: 0;
  z-index: 1;
  box-shadow: 0 0 5px 0 var(--shadow-color);
  display: none;
  margin-top: 15px;
  border-radius: 3px;
}

@media all and (max-width: 1599px) {
  .search {
    margin: 0 20px;
  }
}

@media all and (max-width: 767px) {
  .search {
    margin: 0 12px;
  }

  .search>button {
    font-size: 28px;
  }

  .search .ct {
    right: -90px;
  }
}

.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(--dark-color);
  font-size: 21px;
}

.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: 1599px) {
  header .logo img {
    max-height: 50px;
  }
}

@media all and (max-width: 1199px) {
  .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(--bg-light);
    width: 17px;
    border-bottom: double 7px var(--bg-light);
    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(--primary-color);
  }

  .menu-btn.act i:after {
    transform: rotate(-45deg);
    margin-top: -2px;
  }

  .menu-btn.act i:before {
    transform: rotate(45deg);
  }

  .menu-btn.v2 {
    background: var(--secondary-color);
  }

  .menu-btn.v2 i {
    border-color: var(--text-primary);
  }

  .menu-btn.v2.act i:after,
  .menu-btn.v2.act i:before {
    border-color: var(--text-primary);
  }

  .main-nav {
    display: none;
  }

  .m-nav-over {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background: var(--overlay-dark);
    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: var(--text-primary);
    background: #333333;
    transition: all 0.25s ease-in-out;
    right: -280px;
  }

  .m-nav.active {
    box-shadow: 0 0 6px 0 var(--overlay-medium);
    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: #444444;
    outline: none;
    color: var(--text-primary);
    font-size: 27px;
    cursor: pointer;
    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-bottom: solid 1px #444;
    position: relative;
  }

  .m-nav .nav-ct>ul ul {
    background: var(--overlay-lighter);
    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: var(--overlay-lighter);
  }

  .m-nav .login-drop {
    margin: 10px 0 10px 18px;
  }

  .m-nav .login-drop:last-child {
    margin-left: 10px;
  }

  .m-nav .login-drop .text {
    font-size: 14px;
    padding: 0 15px;
  }

  .m-nav .login-drop ul {
    width: 250px;
    border-radius: 0 10px 10px 10px;
  }

  .m-nav .login-drop ul li a {
    padding: 10px 10px 10px 60px;
    font-size: 14px;
  }

  .m-nav .login-drop ul li a span {
    width: 30px;
    height: 20px;
    left: 12px;
    top: 10px;
  }

  .m-nav .login-drop.v2 ul {
    border-radius: 10px 0 10px 10px;
  }

  .header {
    padding: 0;
  }

  header {
    padding: 10px 0;
  }

  header .logo img {
    max-height: 42px;
  }

  header .login-drop {
    display: none;
  }

  header .m-nav-open {
    margin-right: -10px;
    margin-left: 5px;
  }
}

.contact {
  /* background: var(--secondary-color); */
  padding-top: 41px;
  padding-bottom: 35px;
}

.contact_title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: var(--text-primary);
  margin-bottom: 20px;
}

.contact_input {
  /* width: 100%;
  border: none;
  border-radius: 40px;
  height: 48px;
  padding-left: 18px;
  color: var(--text-secondary);
  font-size: 18px;
  margin-bottom: 15px; */
  width: 100%;
  border: 1px solid var(--border-color);
  border-radius: 15px;
  height: 42px;
  font-size: 16px;
  margin-bottom: 12px;
}

.contact_input::-webkit-input-placeholder {
  color: var(--text-secondary)666;
}

.contact_input:-moz-placeholder {
  color: var(--text-secondary)666;
}

.contact_input::-moz-placeholder {
  color: var(--text-secondary)666;
}

.contact_input:-ms-input-placeholder {
  color: var(--text-secondary)666;
}

.contact .i-select {
  margin-bottom: 15px;
}

.contact .i-select select {
  margin-bottom: 0;
  background: white;
}

.contact_submit {
  width: 100%;
  border-radius: 40px;
  height: 48px;
  font-size: 15px;
  font-weight: bold;
  color: var(--text-primary);
  background: var(--primary-color);
}

.contact_submit:hover {
  background: var(--dark-color);
}

.contact-col1 {
  margin-right: 30px;
}

.contact-col2 {
  margin-left: -30px;
}

@media all and (max-width: 1199px) {
  .contact-col1 {
    margin-right: 0px;
  }

  .contact-col2 {
    margin-left: 0px;
  }

  .contact_input {
    font-size: 15px;
    height: 42px;
  }

  .contact_submit {
    height: 42px;
  }
}

@media all and (max-width: 767px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .contact_title {
    font-size: 20px;
  }
}

footer {
  font-size: 15px;
  line-height: 26px;
  padding-top: 25px;
  padding-bottom: 20px;
}

footer .logo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 16px;
  margin-top: 25px;
}

footer .logo img {
  max-height: 58px;
}

footer .name {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

footer .f-title {
  text-transform: uppercase;
  margin-top: 25px;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

footer .f-lines .f-line {
  display: inline-block;
  margin-right: 15px;
}

footer .f-lines .f-line:last-child {
  margin-right: 0;
}

footer .f-line {
  position: relative;
  padding-left: 38px;
  margin-bottom: 17px;
}

footer .f-line i {
  font-size: 26px;
  color: var(--primary-color);
  width: 26px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -1px;
}

footer a:hover {
  color: var(--primary-color);
}

footer li {
  margin-bottom: 5px;
}

@media all and (max-width: 1599px) {
  footer .name {
    font-size: 15.5px !important;
  }
}

@media all and (max-width: 1199px) {
  footer {
    font-size: 14px;
  }
}

@media all and (max-width: 767px) {
  footer {
    padding-top: 10px;
  }

  footer .f-line {
    margin-bottom: 10px;
  }

  footer li {
    margin-bottom: 3px;
  }

  footer .f-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.subsciber-fr {
  width: 260px;
  max-width: 100%;
  margin-bottom: 30px;
}

.subsciber-fr input {
  width: 100%;
  border: 1px solid var(--border-color);
  background-color: transparent;
  border-radius: 15px;
  height: 42px;
  font-size: 16px;
  margin-bottom: 12px;
}

.subsciber-fr input::-webkit-input-placeholder {
  color: var(--text-secondary)666;
}

.subsciber-fr input:-moz-placeholder {
  color: var(--text-secondary)666;
}

.subsciber-fr input::-moz-placeholder {
  color: var(--text-secondary)666;
}

.subsciber-fr input:-ms-input-placeholder {
  color: var(--text-secondary)666;
}

.subsciber-fr button {
  /* width: 100%;
  border-radius: 40px;
  height: 42px;
  font-size: 15px;
  font-weight: bold;
  color: var(--dark-color);
  background: var(--secondary-color); */
  display: inline-block;
  vertical-align: middle;
  background: var(--secondary-color);
  color: var(--text-light);
  width: 100%;
  height: 48px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  border-radius: 15px;
  box-shadow: 0 4px 6px 0 var(--shadow-color);
}

.subsciber-fr button:hover {
  background: var(--bg-secondary);
  color: var(--text-light);
}

@media all and (max-width: 1199px) {
  .subsciber-fr {
    width: 230px;
  }
}

@media all and (max-width: 767px) {
  .subsciber-fr {
    width: 100%;
  }
}

.f-social {
  font-size: 0;
}

.f-social a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 30px;
}

.f-social a:last-child {
  margin-right: 0;
}

.f-social a img {
  height: 28px;
}

.f-social a:hover {
  opacity: 0.8;
}

@media all and (max-width: 767px) {
  .f-social {
    text-align: center;
  }
}

.copyright {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--overlay-text-light);
  margin-top: 34px;
}

.copyright span {
  color: var(--primary-overlay-60);
}

@media all and (max-width: 991px) {
  .copyright {
    text-align: center;
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .copyright {
    text-align: right;
  }
}

.ft-item .f-title i {
  display: none;
}

@media (max-width: 767px) {
  .ft-item .f-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .ft-item {
    margin-bottom: 0;
  }

  .ft-item .f-title i {
    display: block;
  }

  .ft-item .link {
    display: none;
  }
}

.slider {
  background-image: url("../images/bg-slider.jpg");
  background-size: cover;
}

.slider:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f063";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  bottom: 0;
  font-size: 32px;
  line-height: 44px;
  border: solid 2px var(--primary-color);
  text-align: center;
  bottom: -24px;
}

.slider .item {
  position: relative;
  vertical-align: middle;
}

.slider .img {
  padding-top: 54.6875%;
  position: relative;
}

.slider .img img,
.slider .img video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.slider_caption {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.slider_title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 64px !important;
  line-height: 1.2857142857;
  margin-bottom: 29px;
}

.slider_title i {
  color: var(--secondary-color);
  margin-right: 0.1em;
}

.slider_desc {
  font-size: 20px;
  line-height: 1.6;
  max-width: 600px !important;
  margin-bottom: 61px;
}

.slider .owl-dots {
  position: absolute;
  right: 97px;
  transform: translateX(50%);
  top: 50%;
  margin-top: -15px !important;
}

.slider .cas-arrow {
  right: 70px !important;
}

.slider .cas-arrow.prev {
  margin-top: -89px;
}

.slider .cas-arrow.next {
  margin-top: 25px;
}

@media all and (max-width: 1599px) {
  .slider_title {
    font-size: 42px !important;
  }

  .slider_desc {
    font-size: 17px;
    max-width: 460px !important;
  }
}

@media all and (max-width: 991px) {
  .slider_title {
    font-size: 32px !important;
    margin-bottom: 10px;
  }

  .slider_desc {
    font-size: 14px;
    max-width: 300px !important;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 767px) {
  .slider_caption {
    top: 30px;
  }

  .slider_title {
    font-size: 20px !important;
    margin-bottom: 15px;
  }

  .slider_desc {
    display: none;
  }

  .slider .cas-arrow {
    display: none !important;
  }

  .slider .owl-dots {
    right: 0;
    left: 0;
    bottom: 15px;
    transform: none;
    top: auto;
    margin-top: 0;
    text-align: center;
  }

  .slider .item img {
    min-height: 250px;
  }

  .slider:after {
    content: none;
  }
}

.md-about {
  padding-top: 270px;
  position: relative;
  background-image: url("../images/bg1.png");
  background-size: 100% auto;
  background-position: center bottom 40px;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}

.md-about_desc {
  font-size: 18px;
  line-height: 1.5555555556;
  text-align: justify;
  margin-bottom: 43px;
}

.md-about_arrow {
  position: absolute;
  right: 50%;
  margin-right: -2px;
  top: 50px;
}

.md-about_btn {
  margin-bottom: 75px;
}

.md-about_img {
  position: absolute;
  right: 0;
  max-width: 52.2%;
  bottom: 210px;
  overflow: hidden;
}

.md-about_img img {
  width: 100%;
}

.md-about_img .wifi {
  position: absolute;
  left: 2px;
  width: 79.5362903226%;
  bottom: 0;
  background-size: 100% 100%;
  animation-timing-function: linear;
  animation-direction: reverse;
  animation-iteration-count: infinite;
}

.md-about_img .wifi:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.md-about_img .wifi.v1 {
  background-image: url("../images/wifi1.png");
  animation-name: rotate360;
  animation-duration: 5s;
  z-index: -1;
}

.md-about_img .wifi.v2 {
  background-image: url("../images/wifi2.png");
  z-index: -1;
  animation-name: rotate360_;
  animation-duration: 3s;
}

@media all and (max-width: 1599px) {
  .md-about {
    padding-bottom: 30px;
    padding-top: 277px;
  }

  .md-about_img {
    bottom: 140px;
  }

  .md-about .md-head .title {
    font-size: 30px;
  }
}

@media all and (max-width: 1199px) {
  .md-about {
    padding-top: 80px;
  }

  .md-about_desc {
    font-size: 16px;
  }

  .md-about_img {
    bottom: auto;
    top: 60px;
  }

  .md-about_arrow {
    display: none;
  }
}

@media all and (max-width: 991px) {
  .md-about {
    padding-top: 60px;
  }

  .md-about_desc {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .md-about_arrow {
    display: none;
  }

  .md-about_img {
    position: relative;
    top: auto;
    width: auto;
    max-width: none;
    margin: 20px auto 20px auto;
  }

  .md-about_img img {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .md-about {
    background-size: 100% 60%;
    padding-top: 40px;
  }

  .md-about_desc {
    font-size: 14px;
  }

  .md-about_btn {
    margin-bottom: 40px;
  }

  .md-about .md-head .title {
    font-size: 22px;
  }
}

.md-products {
  padding-bottom: 175px;
  background-image: url("../images/bg2.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}

.md-products .md-head {
  margin-bottom: 69px;
}

.md-products .circle {
  max-width: 579px;
  margin-bottom: 115px;
}

.md-products .circle img {
  display: none;
}

.md-products .circle img.active {
  display: block;
}

.md-products_img {
  margin-right: -115px;
}

.md-products_img .c-img {
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.md-products_arrow {
  position: absolute;
  bottom: 0;
  right: calc((100vw - 1564px + 120px)/2);
  pointer-events: none;
}

@media all and (max-width: 1599px) {
  .md-products {
    padding-bottom: 70px;
  }

  .md-products_arrow {
    width: 900px;
    right: calc((100vw - 1200px)/2);
  }

  .md-products_img {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 1199px) {
  .md-products_arrow {
    display: none;
  }

  .md-products_img {
    margin-right: 0;
    margin-bottom: 0px;
  }

  .md-products .md-head {
    margin-bottom: 30px;
  }

  .md-products .circle {
    max-width: 400px;
    margin: 0 auto 0px 0;
  }
}

@media all and (max-width: 991px) {
  .md-products_img {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 767px) {
  .md-products .circle {
    margin-left: auto;
  }

  .md-products_img {
    max-width: 300px;
    margin: 20px auto 0 auto;
  }
}

.pro-collapse {
  padding-top: 40px;
}

.pro-collapse .item {
  position: relative;
  padding-left: 100px;
  margin-top: 33px;
  min-height: 126px;
  max-width: 500px;
}

.pro-collapse .item .icon {
  position: absolute;
  left: 0;
  height: 80px;
  width: 72px;
  top: -23px;
}

.pro-collapse .item .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  cursor: pointer;
}

.pro-collapse .item .title.active {
  color: var(--primary-color);
}

.pro-collapse .item .ct {
  font-size: 18px;
  line-height: 1.5555555556;
  display: none;
  letter-spacing: 0.025em;
  text-align: justify;
}

@media all and (max-width: 1599px) {
  .pro-collapse .item {
    min-height: 60px;
  }

  .pro-collapse .item .title {
    font-size: 16px;
  }

  .pro-collapse .item .ct {
    font-size: 16px;
    text-align: left;
  }
}

@media all and (max-width: 1199px) {
  .pro-collapse .item {
    padding-left: 70px;
    max-width: none;
  }

  .pro-collapse .item .icon {
    height: 50px;
    width: 50px;
    top: -11px;
  }
}

@media all and (max-width: 767px) {
  .pro-collapse .item {
    min-height: 40px;
    padding-left: 60px;
  }

  .pro-collapse .item .icon {
    height: 40px;
    width: 40px;
    top: -6px;
  }

  .pro-collapse .item .title {
    font-size: 16px;
  }

  .pro-collapse .item .ct {
    font-size: 14px;
  }
}

.stistic {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 39px;
}

.stistic_icon {
  flex: 0 0 74px;
  margin-right: 14px;
  text-align: center;
}

.stistic_num {
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 2px;
}

.stistic_num span {
  display: inline-block;
}

.stistic p {
  text-transform: uppercase;
  font-size: 18px;
}

@media all and (max-width: 1599px) {
  .stistic_icon {
    flex: 0 0 50px;
  }

  .stistic_num {
    font-size: 32px;
  }

  .stistic p {
    font-size: 15px;
  }
}

@media all and (max-width: 767px) {
  .stistic {
    margin-bottom: 20px;
  }

  .stistic_icon {
    flex: 0 0 40px;
    margin-right: 20px;
  }

  .stistic_num {
    font-size: 24px;
  }

  .stistic p {
    font-size: 13px;
  }
}

.h-post {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
  padding-bottom: 20px;
  align-items: flex-start;
  border-bottom: solid 1px #2d6ba6;
}

.h-post .c-img {
  flex: 0 0 231px;
  margin-left: 25px;
  display: block;
}

.h-post .c-img img {
  transition: all 0.2s ease-in-out;
}

.h-post .c-img:before {
  content: "";
  display: block;
  padding-top: 56.2770562771%;
}

.h-post .c-img:hover img {
  opacity: 0.8;
}

.h-post .title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 14px;
  margin-top: 15px;
}

.h-post .title a:hover {
  color: var(--secondary-color);
}

.h-post p {
  font-size: 16px;
}

.h-post p i {
  color: var(--secondary-color);
}

@media all and (max-width: 1599px) {
  .h-post .c-img {
    margin-left: 20px;
  }

  .h-post .title {
    font-size: 18px;
  }

  .h-post p {
    font-size: 14px;
  }
}

@media all and (max-width: 1199px) {
  .h-post .c-img {
    margin-left: 10px;
    flex: 0 0 200px;
  }

  .h-post .title {
    font-size: 16px;
    margin-top: 0;
  }
}

@media all and (max-width: 991px) {
  .h-post {
    flex-direction: row;
  }

  .h-post .c-img {
    margin-left: 0;
    margin-right: 14px;
  }

  .h-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}

@media all and (max-width: 575px) {
  .h-post {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .h-post .c-img {
    flex: 0 0 120px;
  }

  .h-post .title {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .h-post p {
    display: none;
  }
}

.md-posts {
  position: relative;
  z-index: 0;
  background-image: url("../images/bg3.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.md-posts_desc {
  font-size: 16px;
  margin-bottom: 44px;
  max-width: 660px;
  padding-top: 10px;
}

.md-posts_img {
  margin-left: -55px;
}

.md-posts_bg {
  width: 100%;
  height: 100%;
  background-image: url("../images/post-symbol.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 10px;
}

@media all and (max-width: 1599px) {
  .md-posts_bg {
    bottom: 60px;
  }
}

@media all and (max-width: 1199px) {
  .md-posts_img {
    margin-left: -15px;
  }

  .md-posts_bg {
    background-size: contain;
    height: 40%;
  }
}

@media all and (max-width: 991px) {
  .md-posts {
    background-size: 130% 50%;
  }

  .md-posts_bg {
    display: none;
  }

  .md-posts_img {
    margin: 0 0 35px 0;
    text-align: center;
  }
}

@media all and (max-width: 767px) {
  .md-posts_desc {
    font-size: 14px;
    margin-bottom: 25px;
    max-width: none;
  }
}

.md-network {
  padding-bottom: 210px;
  position: relative;
}

.md-network_desc {
  font-size: 18px;
  line-height: 1.5555555556;
  margin-bottom: 40px;
}

.md-network .def-btn {
  margin-bottom: 55px;
}

.md-network .stistic {
  margin-bottom: 67px;
}

.md-network .stistic:last-child {
  margin-bottom: 25px;
}

.md-network_bg {
  position: absolute;
  z-index: -1;
  right: 0;
  width: 18.9041666667vw;
  background-image: url("../images/symbol-net.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  height: 40vw;
  bottom: 0;
}

.md-network_arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -10px;
  pointer-events: none;
  width: 42%;
  z-index: -1;
}

@media all and (max-width: 1599px) {
  .md-network {
    padding-bottom: 120px;
  }

  .md-network_arrow {
    bottom: 20px;
  }
}

@media all and (max-width: 991px) {
  .md-network {
    padding-bottom: 40px;
  }

  .md-network_arrow {
    display: none;
  }

  .md-network_bg {
    width: 25%;
    min-width: 150px;
    height: 150px;
    bottom: 30%;
  }

  .md-network_img {
    text-align: center;
    padding-left: 15px;
  }

  .md-network_desc {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .md-network .stistic {
    margin-bottom: 30px;
  }

  .md-network .stistic:last-child {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 767px) {
  .md-network_desc {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .md-network .def-btn {
    margin-bottom: 30px;
  }
}

.md-partner {
  padding-top: 85px;
  padding-bottom: 75px;
  position: relative;
  z-index: 0;
}

.md-partner.v2 {
  background-image: url("../images/about-partner-bg.png");
  background-size: cover;
  background-position: center bottom;
  padding-top: 155px;
}

.md-partner_bg {
  position: absolute;
  background-image: url("../images/partner-symbol.png");
  height: 91.1111111111%;
  width: 29.6875%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  top: -30px;
  right: 13.8020833333%;
  pointer-events: none;
  z-index: -1;
}

.md-partner_arrow {
  position: absolute;
  right: 50%;
  margin-right: -2px;
  bottom: 100%;
  margin-bottom: -165px;
}

@media all and (max-width: 1599px) {
  .md-partner {
    padding-top: 145px;
  }
}

@media all and (max-width: 1199px) {
  .md-partner_arrow {
    margin-right: -18px;
  }
}

@media all and (max-width: 991px) {
  .md-partner {
    padding-top: 80px;
  }

  .md-partner_bg {
    width: 50%;
    right: 5%;
    top: 0;
  }

  .md-partner_arrow {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .md-partner {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.partner {
  padding-left: 60px;
  position: relative;
  padding-right: 40px;
  margin-top: 15px;
}

.partner.v2 {
  padding-right: 0;
  margin-left: 40px;
}

.partner.v2 .partner_title {
  letter-spacing: 0.2em;
}

.partner_title {
  text-transform: uppercase;
  position: absolute;
  left: 0;
  font-size: 19px;
  font-weight: bold;
  color: var(--primary-overlay-50);
  writing-mode: tb-rl;
  white-space: nowrap;
  transform: rotate(180deg) translateY(50%);
  margin-top: -23px;
  top: 50%;
}

.partner_item {
  display: block;
  border-radius: 50%;
  background: #e7eaf1;
  overflow: hidden;
}

.partner_item:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.partner_item img {
  max-width: 80%;
  max-height: 80%;
}

.partner_item:hover {
  opacity: 0.9;
}

.partner .owl-dots {
  margin-top: 22px;
}

@media all and (max-width: 991px) {
  .partner {
    padding-right: 0;
    padding-left: 40px;
  }

  .partner.v2 {
    margin-left: 0;
  }

  .partner_title {
    font-size: 16px;
  }

  .partner .owl-dots {
    margin-top: 10px;
  }
}

.page-banner img {
  display: block;
  width: 100%;
}

.page {
  background: var(--bg-white);
  margin-top: -20px;
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 1;
  color: var(--text-black);
}

.page_title {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 42px;
  margin-top: 64px;
  margin-bottom: 42px;
}

@media all and (max-width: 1599px) {
  .page_title {
    font-size: 36px;
  }
}

@media all and (max-width: 991px) {
  .page_title {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 35px;
  }
}

@media all and (max-width: 767px) {
  .page_title {
    font-size: 24px;
    margin-top: 38px;
    margin-bottom: 25px;
  }
}

.about-1 {
  background-image: url("/assets/images/backgrounds/bg-about.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 245px;
  padding-bottom: 120px;
}

.about-1 .i-title {
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 500;
  margin-bottom: 56px;
}

.about-1 .scrollbar {
  max-height: 255px;
}

.about-1 .scrollbar .mCSB_inside>.mCSB_container {
  margin-right: 25px;
}

.about-1 .s-content {
  font-size: 17px;
  line-height: 1.8823529412;
  padding-top: 5px;
  text-align: justify;
}

.about-1 .md-about_img {
  position: relative;
  bottom: auto;
  max-width: 701px;
  padding: 70px;
  z-index: 1;
  margin: -20px auto 0 auto;
}

.about-1 .md-about_img .wifi {
  width: 100%;
  top: 0;
  left: 0;
}

@media all and (max-width: 1599px) {
  .about-1 {
    padding-top: 170px;
  }

  .about-1 .i-title {
    font-size: 42px;
    margin-bottom: 30px;
  }

  .about-1 .md-head .title {
    font-size: 31px;
  }
}

@media all and (max-width: 1199px) {
  .about-1 {
    padding-top: 100px;
  }

  .about-1 .i-title {
    font-size: 30px;
  }
}

@media all and (max-width: 991px) {
  .about-1 {
    padding-bottom: 80px;
  }

  .about-1 .md-about_img {
    max-width: 600px;
    margin: 20px auto 0 auto;
  }
}

@media all and (max-width: 767px) {
  .about-1 {
    padding-bottom: 50px;
  }

  .about-1 .md-about_img {
    max-width: 500px;
    padding: 40px;
  }

  .about-1 .md-head .title {
    font-size: 22px;
  }
}

.year-cas {
  padding: 0 100px;
  margin-top: 78px;
}

.year-cas .item {
  max-width: 330px;
}

.year-cas .num {
  background: var(--bg-secondary);
  color: var(--text-light);
  font-weight: bold;
  font-size: 15px;
  line-height: 48px;
  padding: 0 32px;
  border-radius: 0 0 15px 5px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 23px;
}

.year-cas .info {
  font-size: 17px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  margin-bottom: 2px;
}

.year-cas .img {
  height: 115px;
  position: relative;
}

.year-cas .cas-arrow.prev {
  left: 0;
}

.year-cas .cas-arrow.next {
  right: 0;
}

@media all and (max-width: 1599px) {
  .year-cas {
    margin-top: 140px;
  }
}

@media all and (max-width: 991px) {
  .year-cas {
    margin-top: 50px;
    padding: 0 60px;
  }

  .year-cas .info {
    font-size: 14px;
    line-height: 23px;
    height: 46px;
  }
}

.year-box {
  position: relative;
}

.year-box .year-box-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: -9px;
}

@media all and (max-width: 991px) {
  .year-box .year-box-arrow {
    margin-bottom: -4px;
  }
}

.about-2 {
  margin-bottom: 70px;
}

.about-2 .circle {
  max-width: 579px;
}

.about-2 .desc {
  font-size: 17px;
  line-height: 1.8823529412;
  padding-bottom: 28px;
}

.about-2 .desc p {
  margin-bottom: 17px;
}

.about-2 .stistic {
  margin-bottom: 69px;
}

@media all and (max-width: 1599px) {
  .about-2 .desc {
    font-size: 15px;
  }

  .about-2 .stistic {
    margin-bottom: 39px;
  }
}

@media all and (max-width: 991px) {
  .about-2 {
    margin-bottom: 50px;
  }

  .about-2 .circle {
    max-width: 500px;
    margin: 0 auto 20px auto;
  }
}

@media all and (max-width: 767px) {
  .about-2 {
    margin-bottom: 30px;
  }

  .about-2 .stistic {
    margin-bottom: 20px;
  }
}

.cultural {
  position: relative;
  z-index: 0;
  padding-bottom: 10px;
}

.cultural .circle {
  margin-left: 60px;
  margin-top: -40px;
}

.cultural-bg {
  z-index: -1;
  width: 39.3229166667%;
  height: 310px;
  background-image: url("../images/cutural-symbol.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media all and (max-width: 991px) {
  .cultural .circle {
    max-width: 400px;
    margin: 0 auto 40px auto;
  }
}

@media all and (max-width: 767px) {
  .cultural-bg {
    display: none;
  }
}

.cultural-collapse .item:last-child {
  border-bottom: solid 1px #2b80b6;
}

.cultural-collapse .item .label {
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
  padding: 25px 0 25px 63px;
  border-top: solid 1px #2b80b6;
  position: relative;
}

.cultural-collapse .item .label .icon {
  height: 43px;
  line-height: 43px;
  width: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 12px;
}

.cultural-collapse .item .label:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f067";
  position: absolute;
  right: 0;
  font-size: 32px;
  top: 19px;
  line-height: 1;
  color: var(--accent-color);
}

.cultural-collapse .item .label.active {
  color: var(--accent-color);
}

.cultural-collapse .item .label.active:after {
  content: "\f068";
}

.cultural-collapse .item .ct {
  display: none;
}

.cultural-collapse .item .s-content {
  padding-left: 63px;
  font-size: 17px;
  line-height: 1.6470588235;
  padding-right: 30px;
  text-align: justify;
  padding-bottom: 10px;
}

.cultural-collapse .item .s-content p {
  margin-bottom: 28px;
}

.cultural-collapse .item .scrollbar {
  max-height: 510px;
}

@media all and (max-width: 1199px) {
  .cultural-collapse .item .label {
    font-size: 15px;
    padding: 18px 20px 18px 50px;
  }

  .cultural-collapse .item .label .icon {
    width: 32px;
    top: 10px;
  }

  .cultural-collapse .item .label:after {
    font-size: 24px;
    top: 16px;
  }

  .cultural-collapse .item .ct {
    padding-top: 10px;
  }

  .cultural-collapse .item .s-content {
    font-size: 14px;
    padding-left: 50px;
  }

  .cultural-collapse .item .scrollbar {
    max-height: 400px;
  }
}

.md-head2 .title {
  text-transform: uppercase;
  color: var(--secondary-color);
  font-size: 22px;
  font-weight: 800;
  font-family: "SFProDisplay";
  text-align: center;
  margin-bottom: 14px;
}

.md-head2 .title:before,
.md-head2 .title:after {
  content: "";
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  background: var(--accent-color);
  margin-top: -5px;
}

.md-head2 .title:before {
  margin-right: 20px;
}

.md-head2 .title:after {
  margin-left: 20px;
}

.md-head2 .desc {
  max-width: 745px;
  margin: 0 auto 50px auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.5555555556;
}

@media all and (max-width: 991px) {
  .md-head2 .desc {
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  .md-head2 .desc {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.prize {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("../images/bg2.png");
  padding-top: 115px;
}

@media all and (max-width: 991px) {
  .prize {
    padding-top: 50px;
  }
}

@media all and (max-width: 767px) {
  .prize {
    padding-top: 20px;
  }
}

.prize-item {
  position: relative;
  padding: 23px 40px 30px 40px;
}

.prize-item .icon {
  height: 50px;
  position: relative;
  margin-bottom: 3px;
}

.prize-item .icon img {
  width: auto;
}

.prize-item .name {
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
}

.prize-item:before,
.prize-item:after {
  content: "";
  position: absolute;
  border: solid 1px #0394d6;
  pointer-events: none;
}

.prize-item:before {
  left: 0;
  right: 0;
  top: 20px;
  bottom: 20px;
}

.prize-item:after {
  top: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
}

@media all and (max-width: 1599px) {
  .prize-item {
    padding: 23px 20px 30px 20px;
  }

  .prize-item .name {
    font-size: 14px;
  }

  .prize-item:after {
    left: 15px;
    right: 15px;
  }

  .prize-item:before {
    top: 15px;
    bottom: 15px;
  }
}

.prize-cas {
  margin-bottom: 80px;
}

.prize-cas .owl-dots {
  text-align: center;
  margin-top: 25px;
}

@media all and (max-width: 767px) {
  .prize-cas {
    margin-bottom: 40px;
  }
}

.about-box {
  text-align: center;
}

.about-box .c-img {
  padding-top: 38.5638297872%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 23px;
}

.about-box .title {
  text-transform: uppercase;
  color: var(--secondary-color);
  font-size: 22px;
  font-family: "SFProDisplay";
  font-weight: 800;
  margin-bottom: 19px;
}

.about-box .desc {
  font-size: 18px;
  line-height: 1.5555555556;
}

.about-box .desc p {
  margin-bottom: 14px;
}

@media all and (max-width: 1599px) {
  .about-box .title {
    font-size: 18px;
  }

  .about-box .desc {
    font-size: 16px;
  }
}

@media all and (max-width: 1199px) {
  .about-box .desc {
    font-size: 14px;
  }
}

@media all and (max-width: 991px) {
  .about-box {
    margin-bottom: 30px;
  }
}

.technology {
  position: relative;
  z-index: 0;
  margin-bottom: 95px;
}

.technology-bg {
  position: absolute;
  top: 30px;
  width: 570/1920% 100%;
  height: 410px;
  background-size: contain;
  background-position: left center;
  background-image: url("../images/partner-symbol.png");
  z-index: -1;
}

.technology .img-PC {
  padding-left: 3.90625%;
  width: 86.6666666667%;
}

.technology-imgs {
  position: relative;
}

.technology .list .item {
  position: absolute;
}

.technology .list .item .img {
  display: none;
}

.technology .list .item .ct {
  max-width: 360px;
  text-align: justify;
  overflow: hidden;
}

.technology .list .item .ct .mCSB_inside>.mCSB_container {
  margin-right: 25px;
}

.technology .list .item .ct .title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 12px;
}

.technology .list .item .ct li {
  font-size: 16px;
  margin-bottom: 10px;
}

.technology .list .item .ct li:before {
  content: "•";
  color: var(--secondary-color);
  margin-right: 5px;
}

@media all and (min-width: 1200px) {
  .technology .list .item:first-child {
    bottom: 0;
    left: 18%;
  }

  .technology .list .item:nth-child(2) {
    top: 0;
    left: 32.5%;
  }

  .technology .list .item:nth-child(3) {
    bottom: 12.2%;
    left: 46.5%;
  }

  .technology .list .item:nth-child(4) {
    top: 12.2%;
    left: 62%;
  }

  .technology .list .item:nth-child(5) {
    bottom: 24.5%;
    left: 74.5%;
  }
}

@media all and (max-width: 1599px) {
  .technology-imgs {
    width: 1170px;
    margin: auto;
    max-width: 100%;
  }

  .technology .img-PC {
    padding-left: 0;
    width: 100%;
  }

  .technology .list .item {
    position: absolute;
  }

  .technology .list .item .ct {
    max-width: 300px;
  }

  .technology .list .item .ct .title {
    font-size: 16px;
    line-height: 24px;
  }

  .technology .list .item .ct li {
    font-size: 14px;
  }
}

@media all and (max-width: 1599px) and (min-width: 1200px) {
  .technology .list .item:first-child {
    bottom: -50px;
  }

  .technology .list .item:nth-child(2) {
    top: -10px;
    left: 34.5%;
  }

  .technology .list .item:nth-child(3) {
    bottom: 10.5%;
    left: 51.5%;
  }

  .technology .list .item:nth-child(4) {
    top: 12.2%;
    left: 71%;
  }

  .technology .list .item:nth-child(5) {
    bottom: 22%;
    left: 84.5%;
  }
}

@media all and (max-width: 1199px) {
  .technology .img-PC {
    display: none;
  }

  .technology .list .item {
    position: static;
    max-width: 700px;
    padding: 0 15px;
    margin: 0 auto 30px auto;
  }

  .technology .list .item .img {
    display: block;
    text-align: center;
    margin: 0 auto 20px auto;
  }

  .technology .list .item .ct {
    max-width: none;
  }
}

@media all and (max-width: 991px) {
  .technology {
    margin-bottom: 50px;
  }
}

.career_text {
  font-size: 18px;
  line-height: 1.4444444444;
}

.career_text.bolder {
  font-weight: 500;
}

@media all and (max-width: 991px) {
  .career_text {
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  .career_text {
    font-size: 14px;
  }
}

.career-1 {
  padding-bottom: 80px;
}

.career-1 .page_title {
  margin-bottom: 18px;
}

.career-1 .career_text {
  margin-bottom: 55px;
}

.career-1_table {
  overflow-y: hidden;
  overflow-x: auto;
}

.career-1_table table {
  min-width: 600px;
}

.career-1 table {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  font-size: 16px;
  text-align: center;
}

.career-1 table th {
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 24px;
  padding: 13px 10px;
  border-right: solid 1px #fff;
  vertical-align: middle;
  white-space: nowrap;
}

.career-1 table th:last-child {
  border-right-color: var(--bg-primary);
}

@media all and (min-width: 1600px) {
  .career-1 table th:nth-child(1) {
    width: 90px;
  }

  .career-1 table th:nth-child(2) {
    width: 568px;
  }

  .career-1 table th:nth-child(3) {
    width: 125px;
  }

  .career-1 table th:nth-child(4) {
    width: 205px;
  }

  .career-1 table th:nth-child(5) {
    width: 187px;
  }
}

.career-1 table td {
  line-height: 24px;
  padding: 8px 10px;
  border-bottom: solid 1px #dcdcdc;
  vertical-align: middle;
}

.career-1 table td:nth-child(2) {
  text-align: left;
}

.career-1 table td:first-child {
  border-left: solid 1px #dcdcdc;
}

.career-1 table td:last-child {
  border-right: solid 1px #dcdcdc;
}

.career-1 table td .title:hover {
  color: var(--bg-primary);
}

.career-1 table td .view-detail {
  display: inline-block;
  vertical-align: middle;
  background: var(--secondary-color);
  color: var(--text-primary);
  height: 36px;
  line-height: 36px;
  border-radius: 40px;
  padding: 0 20px;
  font-weight: 500;
  white-space: nowrap;
}

.career-1 table td .view-detail:hover {
  background: var(--bg-primary);
}

@media all and (max-width: 767px) {
  .career-1 table {
    font-size: 14px;
  }

  .career-1 table td .view-detail {
    padding: 0 14px;
  }
}

@media all and (max-width: 991px) {
  .career-1 {
    padding-bottom: 60px;
  }
}

@media all and (max-width: 767px) {
  .career-1 {
    padding-bottom: 40px;
  }

  .career-1 .career_text {
    margin-bottom: 30px;
  }
}

.career-2 {
  background: var(--bg-light);
  padding-top: 1px;
  padding-bottom: 80px;
}

.career-2 .nav {
  display: block;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  font-size: 0;
  margin-bottom: 60px;
}

.career-2 .nav li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.career-2 .nav li a {
  display: block;
  height: 54px;
  font-size: 18px;
  color: var(--text-light-gray);
  line-height: 54px;
  border-radius: 50px;
  padding: 0 35px;
  background: var(--bg-white);
}

.career-2 .nav li a.active,
.career-2 .nav li a:hover {
  background: var(--bg-primary);
  color: var(--text-primary);
}

.career-2 .img {
  margin-right: -8px;
}

.career-2 .img img {
  width: 100%;
  border-radius: 6px;
  display: block;
}

.career-2 .img .arrow-cas {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -20px;
  color: var(--text-primary);
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  background: var(--secondary-overlay-70);
}

.career-2 .img .arrow-cas.prev {
  left: 10px;
}

.career-2 .img .arrow-cas.next {
  right: 10px;
}

.career-2 .img .arrow-cas:hover {
  background: var(--secondary-color);
}

.career-2 .career_text {
  margin-left: 38px;
  font-size: 16px;
  line-height: 1.6875;
}

.career-2 .career_text p {
  margin-bottom: 25px;
}

.career-2 .career_text p:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 1599px) {
  .career-2 .img {
    margin-right: 0;
  }

  .career-2 .career_text {
    margin-left: 0px;
    font-size: 15px;
  }

  .career-2 .career_text p {
    margin-bottom: 18px;
  }
}

@media all and (max-width: 991px) {
  .career-2 {
    padding-bottom: 60px;
  }

  .career-2 .nav {
    margin-bottom: 40px;
  }

  .career-2 .nav li a {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }

  .career-2 .img {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 767px) {
  .career-2 {
    padding-bottom: 40px;
  }

  .career-2 .nav {
    margin-bottom: 25px;
  }

  .career-2 .nav li a {
    font-size: 14px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
  }

  .career-2 .career_text {
    font-size: 14px;
  }

  .career-2 .career_text p {
    margin-bottom: 15px;
  }
}

.career-3 {
  padding-bottom: 80px;
}

.career-3 .career_text {
  margin-bottom: 54px;
}

.career-3 .apply {
  background: #f4f9ff;
  border-radius: 5px;
  text-align: center;
  padding: 30px 20px 27px 20px;
}

.career-3 .apply .icon {
  display: block;
  margin: 0 auto 15px auto;
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  border: solid 1px #0d2d6c;
}

.career-3 .apply .icon img {
  max-width: 80%;
  max-height: 80%;
}

.career-3 .apply .step {
  font-size: 16px;
  margin-bottom: 9px;
}

.career-3 .apply .title {
  color: var(--bg-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 13px;
}

.career-3 .apply .more {
  color: var(--secondary-color);
  border-bottom: solid 1px;
  font-weight: 500;
  font-size: 16px;
}

.career-3 .apply .more:hover {
  color: var(--bg-primary);
}

@media all and (max-width: 991px) {
  .career-3 {
    padding-bottom: 50px;
  }

  .career-3 .career_text {
    margin-bottom: 35px;
  }
}

@media all and (max-width: 767px) {
  .career-3 {
    padding-bottom: 30px;
  }

  .career-3 .career_text {
    margin-bottom: 25px;
  }
}

.career-4 {
  padding-bottom: 80px;
  padding-top: 1px;
  background: var(--bg-light);
}

.career-4 .career_text {
  margin-bottom: 53px;
}

.career-4_cas .img img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.career-4_cas .title {
  font-size: 20px;
  font-weight: 500;
  color: var(--bg-primary);
  margin-bottom: 17px;
}

.career-4_cas .title i {
  margin-right: 5px;
  margin-top: -3px;
}

.career-4_cas .s-content {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.015em;
}

.career-4_cas .s-content p {
  margin-bottom: 0;
}

.career-4_cas .arrow-cas {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
  border: solid 1px #b5d351;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
  color: var(--secondary-color);
}

.career-4_cas .arrow-cas:hover {
  background: var(--secondary-color);
  color: var(--text-primary);
}

.career-4_cas .arrow-cas.prev {
  left: -70px;
}

.career-4_cas .arrow-cas.next {
  right: -70px;
}

@media all and (max-width: 1599px) {
  .career-4_cas .s-content {
    font-size: 14px;
  }
}

@media all and (max-width: 1199px) {
  .career-4_cas .arrow-cas {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-top: -20px;
  }

  .career-4_cas .arrow-cas.prev {
    left: -15px;
  }

  .career-4_cas .arrow-cas.next {
    right: -15px;
  }
}

@media all and (max-width: 991px) {
  .career-4 {
    padding-bottom: 50px;
  }

  .career-4 .career_text {
    margin-bottom: 35px;
  }

  .career-4_cas .s-content {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 767px) {
  .career-4 {
    padding-bottom: 30px;
  }

  .career-4 .career_text {
    margin-bottom: 25px;
  }
}

.career-3_cas .owl-dots,
.career-4_cas .owl-dots {
  text-align: center;
  margin-top: 15px;
}

.career-3_cas .owl-dots .owl-dot,
.career-4_cas .owl-dots .owl-dot {
  background: var(--border-light);
}

.career-3_cas .owl-dots .owl-dot.active,
.career-4_cas .owl-dots .owl-dot.active {
  background: var(--bg-primary);
}

#apply-modal .modal-content {
  border: none;
  border-radius: 20px;
  padding: 50px 35px 40px 35px;
  text-align: center;
}

#apply-modal .modal-content .md-close {
  position: absolute;
  font-size: 21px;
  font-weight: bold;
  color: var(--text-secondary);
  right: 35px;
  top: 25px;
  line-height: 1;
}

#apply-modal .modal-content .md-close:hover {
  color: var(--dark-color);
}

#apply-modal .modal-content .icon {
  display: block;
  margin: 0 auto 15px auto;
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  border: solid 1px #0d2d6c;
}

#apply-modal .modal-content .icon img {
  max-width: 80%;
  max-height: 80%;
}

#apply-modal .modal-content .step {
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--text-black);
}

#apply-modal .modal-content .title {
  color: var(--bg-primary);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 13px;
}

#apply-modal .modal-content .s-content {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.5625;
}

@media all and (min-width: 992px) {
  #apply-modal .modal-dialog {
    max-width: 700px;
  }
}

@media all and (max-width: 991px) {
  #apply-modal .modal-content {
    padding: 30px 20px 25px 20px;
  }

  #apply-modal .modal-content .md-close {
    top: 10px;
    right: 20px;
  }

  #apply-modal .modal-content .s-content {
    font-size: 14px;
    line-height: 1.7;
  }
}

#job-modal.fade .modal-dialog {
  transform: none;
}

#job-modal .modal-content {
  border: none;
  border-radius: 20px;
  padding: 50px 40px 40px 40px;
  color: var(--text-black);
}

#job-modal .modal-content .md-close {
  position: absolute;
  font-size: 21px;
  font-weight: bold;
  color: var(--text-secondary);
  right: 40px;
  top: 15px;
  line-height: 1;
}

#job-modal .modal-content .md-close:hover {
  color: var(--dark-color);
}

#job-modal .modal-content .title {
  text-transform: uppercase;
  color: var(--accent-color);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

#job-modal .modal-content .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

#job-modal .modal-content .info span {
  display: inline-block;
  border-right: solid 1px #aeaeae;
  margin-right: 14px;
  padding-right: 19px;
}

#job-modal .modal-content .info span:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

#job-modal .modal-content .s-content {
  font-size: 16px;
  line-height: 1.75;
}

#job-modal .modal-content .s-content p {
  margin-bottom: 10px;
}

#job-modal .modal-content .s-content h2,
#job-modal .modal-content .s-content h3,
#job-modal .modal-content .s-content h4 {
  margin-top: 10px;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: inherit;
}

@media all and (min-width: 992px) {
  #job-modal .modal-dialog {
    max-width: 700px;
  }
}

@media all and (min-width: 1200px) {
  #job-modal .modal-dialog {
    max-width: 1200px;
  }
}

@media all and (min-width: 1600px) {
  #job-modal .modal-dialog {
    max-width: 1535px;
  }
}

@media all and (max-width: 1599px) {
  #job-modal .modal-content .md-close {
    right: 20px;
  }

  #job-modal .modal-content .s-content {
    font-size: 14px;
  }
}

@media all and (max-width: 1199px) {
  #job-modal .modal-content {
    padding: 30px 20px 30px 20px;
  }

  #job-modal .modal-content .s-content {
    margin-bottom: 30px;
  }

  #job-modal .modal-content .info {
    font-size: 14px;
  }
}

@media all and (max-width: 767px) {
  #job-modal .modal-content .title {
    font-size: 18px;
  }
}

.apply-fr {
  background: var(--secondary-color);
  border-radius: 20px;
  overflow: hidden;
}

.apply-fr_title {
  text-transform: uppercase;
  text-align: center;
  color: var(--text-primary);
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  background: var(--bg-primary);
  padding: 13px 10px;
  position: relative;
}

.apply-fr_title:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 11px solid #0d2d6c;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
}

.apply-fr_box {
  padding: 30px 40px 30px 40px;
  font-size: 16px;
}

.apply-fr_box .input {
  margin-bottom: 20px;
  position: relative;
}

.apply-fr_box .input input,
.apply-fr_box .input select {
  width: 100%;
  border: none;
  border-radius: 50px;
  height: 45px;
}

.apply-fr_box .input i {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 18px;
}

.apply-fr_box p {
  font-size: 17px;
  margin-bottom: 5px;
}

.apply-fr_box input[type=file] {
  font-size: 12px;
  margin-bottom: 30px;
}

.apply-fr_box button {
  height: 50px;
  border-radius: 50px;
  width: 165px;
  background: var(--accent-color);
  text-transform: uppercase;
  color: var(--text-primary);
  font-size: 18px;
  padding-top: 2px;
  font-weight: bold;
}

.apply-fr_box button:hover {
  background: var(--bg-primary);
}

.apply-fr_note {
  position: relative;
  text-align: center;
  z-index: 0;
  margin-top: 25px;
}

.apply-fr_note span {
  display: inline-block;
  vertical-align: middle;
  background: var(--bg-white);
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
}

.apply-fr_note:after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #adadad;
  z-index: -1;
}

.apply-fr_download {
  text-align: center;
  margin-top: 13px;
}

.apply-fr_download a {
  display: inline-block;
  vertical-align: middle;
  background: var(--bg-primary);
  color: var(--text-primary);
  text-transform: uppercase;
  border-radius: 5px;
  position: relative;
  padding: 0 58px 0 20px;
  font-weight: 500;
  line-height: 39px;
  height: 38px;
}

.apply-fr_download a span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38px;
  border-radius: 5px;
  background: var(--bg-white);
  text-align: center;
  line-height: 38px;
  background: var(--secondary-color);
}

@media all and (max-width: 1599px) {
  .apply-fr_box {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .apply-fr_box button {
    margin-top: 14px;
  }
}

@media all and (max-width: 767px) {
  .apply-fr_title {
    font-size: 16px;
  }

  .apply-fr_box {
    padding: 20px 20px 20px 20px;
  }

  .apply-fr_box .input {
    margin-bottom: 15px;
  }

  .apply-fr_box .input input,
  .apply-fr_box .input select {
    height: 40px;
  }

  .apply-fr_box .input i {
    top: 10px;
  }

  .apply-fr_box input[type=file] {
    margin-bottom: 20px;
  }

  .apply-fr_box .g-recaptcha {
    transform: scale(0.78);
    transform-origin: 0 0;
  }

  .apply-fr_box button {
    margin-top: 0;
  }
}

.proDetail-1 {
  margin-bottom: 70px;
}

.proDetail-1 .page_title {
  margin-top: 34px;
}

.proDetail-1 .breadcrumbs {
  margin-top: 55px;
}

.proDetail-1 .img {
  margin-right: -30px;
}

.proDetail-1 .img img {
  width: 100%;
  display: block;
}

.proDetail-1 .text {
  margin-left: 100px;
}

.proDetail-1 .text .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 38px;
  color: var(--bg-primary);
  line-height: 1.3;
  margin-bottom: 23px;
  margin-top: -10px;
}

.proDetail-1 .text .s-content {
  color: var(--text-gray);
  font-size: 16px;
  font-family: "Arial";
  text-align: justify;
}

@media all and (max-width: 1599px) {
  .proDetail-1 .img {
    margin-right: 0;
  }

  .proDetail-1 .text {
    margin-left: 0;
  }

  .proDetail-1 .text .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 1199px) {
  .proDetail-1 .text .title {
    font-size: 25px;
  }

  .proDetail-1 .text .s-content {
    font-size: 14px;
  }
}

@media all and (max-width: 991px) {
  .proDetail-1 {
    margin-bottom: 40px;
  }

  .proDetail-1 .breadcrumbs {
    margin-top: 20px;
  }

  .proDetail-1 .page_title {
    margin-top: 20px;
  }
}

@media all and (max-width: 767px) {
  .proDetail-1 .text .title {
    margin-top: 20px;
  }
}

.dk-form {
  background: var(--secondary-color);
  padding: 15px 30px 25px 30px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.dk-form .title {
  color: var(--bg-primary);
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}

.dk-form input {
  width: 100%;
  border-radius: 50px;
  height: 44px;
  border: none;
  margin-bottom: 12px;
  font-size: 18px;
}

.dk-form input::-webkit-input-placeholder {
  color: var(--text-secondary)666;
}

.dk-form input:-moz-placeholder {
  color: var(--text-secondary)666;
}

.dk-form input::-moz-placeholder {
  color: var(--text-secondary)666;
}

.dk-form input:-ms-input-placeholder {
  color: var(--text-secondary)666;
}

.dk-form select {
  width: 100%;
  border-radius: 50px;
  height: 44px;
  border: none;
  font-size: 18px;
  padding-left: 18px;
}

.dk-form select::-webkit-input-placeholder {
  color: var(--text-secondary)666;
}

.dk-form select:-moz-placeholder {
  color: var(--text-secondary)666;
}

.dk-form select::-moz-placeholder {
  color: var(--text-secondary)666;
}

.dk-form select:-ms-input-placeholder {
  color: var(--text-secondary)666;
}

.dk-form .i-select {
  margin-bottom: 12px;
}

.dk-form button {
  background: var(--accent-color);
  color: var(--text-primary);
  font-weight: bold;
  height: 48px;
  width: 130px;
  font-size: 15px;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
}

.dk-form button:hover {
  background: var(--bg-primary);
}

.dk-form-download {
  background: var(--secondary-color);
  font-size: 18px;
  font-weight: bold;
  color: var(--bg-primary);
  height: 62px;
  display: inline-block;
  vertical-align: middle;
  line-height: 62px;
  border-radius: 50px;
  padding: 0 24px;
  text-transform: uppercase;
}

.dk-form-download i {
  margin-right: 5px;
}

.dk-form-download:hover {
  opacity: 0.8;
}

.dk-form-hotline {
  padding-left: 62px;
  padding-right: 22px;
  height: 62px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
  line-height: 1.3;
  background: var(--primary-color);
  color: var(--text-primary);
  position: relative;
  text-transform: uppercase;
  padding-top: 10px;
}

.dk-form-hotline strong {
  display: block;
  font-size: 18px;
}

.dk-form-hotline i {
  font-size: 32px;
  position: absolute;
  left: 16px;
  top: 15px;
}

.dk-form-hotline:hover {
  opacity: 0.8;
  color: var(--text-primary);
}

@media all and (max-width: 1599px) {
  .dk-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dk-form input {
    font-size: 16px;
    height: 40px;
  }

  .dk-form select {
    font-size: 16px;
    height: 40px;
  }

  .dk-form button {
    height: 40px;
  }

  .dk-form-download {
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    padding: 0 13px;
  }

  .dk-form-download i {
    transform: scale(0.7);
    margin-right: 2px;
  }

  .dk-form-hotline {
    padding-left: 41px;
    padding-right: 13px;
    height: 48px;
    padding-top: 7px;
    font-size: 13px;
  }

  .dk-form-hotline strong {
    display: block;
    font-size: 15px;
  }

  .dk-form-hotline i {
    font-size: 24px;
    left: 10px;
    top: 13px;
  }
}

@media all and (max-width: 1199px) {
  .dk-form {
    margin-top: 30px;
  }

  .dk-form-btns {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 1600px) {
  .pro-detail .dt-col-left {
    margin-right: -30px;
  }

  .pro-detail .dt-col-right {
    margin-left: 100px;
  }
}

.pro-detail .page_title {
  margin-top: 33px;
  font-weight: 500;
}

.pro-detail .pro-code {
  font-size: 16px;
  color: var(--text-gray);
  margin-bottom: 14px;
}

.pro-detail .dt-title {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2631578947;
  color: var(--secondary-color);
  margin-bottom: 16px;
}

.pro-detail .pro-desc {
  font-size: 16px;
  font-family: "Arial";
  color: var(--text-gray);
}

.pro-detail .policy {
  border: solid 2px #0394d6;
  border-radius: 25px;
  padding: 0 18px 10px 18px;
  margin-top: 30px;
}

.pro-detail .policy .i-title {
  text-transform: uppercase;
  background: var(--accent-color);
  color: var(--text-primary);
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  border-radius: 30px;
  margin-bottom: -5px;
  padding: 0 15px;
  position: relative;
  top: -15px;
  display: inline-block;
  vertical-align: middle;
}

.pro-detail .policy .line {
  padding-left: 30px;
  font-size: 16px;
  color: var(--text-dark-gray);
  line-height: 28px;
  position: relative;
}

.pro-detail .policy .line i {
  color: var(--secondary-color);
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 22px;
}

.pro-detail hr {
  border-top: solid 1px #0394d6;
  margin-top: 8px;
}

@media all and (max-width: 1599px) {
  .pro-detail .page_title {
    font-size: 30px;
  }

  .pro-detail .breadcrumbs li {
    font-size: 14px;
  }

  .pro-detail .dt-title {
    font-size: 28px;
  }

  .pro-detail .pro-desc {
    font-size: 14px;
  }

  .pro-detail .policy .line {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media all and (max-width: 1199px) {
  .pro-detail .page_title {
    margin-bottom: 20px;
  }

  .pro-detail .breadcrumbs {
    margin-top: 20px;
  }
}

@media all and (max-width: 1199px) {
  .pro-detail .page_title {
    font-size: 23px;
  }
}

@media all and (max-width: 767px) {
  .pro-detail .page_title {
    font-size: 20px;
  }

  .pro-detail .dt-title {
    font-size: 20px;
  }
}

.pro-imgs {
  margin-bottom: 20px;
}

.pro-imgs .item {
  position: relative;
  max-height: 510px;
}

.pro-imgs .item:before {
  padding-top: 98%;
  content: "";
  display: block;
}

@media all and (max-width: 1199px) {
  .pro-imgs .item {
    max-height: 370px;
  }
}

@media all and (max-width: 767px) {
  .pro-imgs .item {
    max-height: 330px;
  }
}

.pro-thumbs {
  padding: 0 70px !important;
  max-width: 600px;
  margin: auto;
}

.pro-thumbs .slick-list {
  margin: 0 -19px;
}

.pro-thumbs .slick-list .slick-slide {
  margin: 0 19px;
}

.pro-thumbs .item {
  position: relative;
  padding-top: 100%;
  border: solid 1px #b7b7b7;
}

.pro-thumbs .item:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: solid 2px var(--primary-color);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.pro-thumbs .slick-current .item:after {
  opacity: 1;
}

.pro-thumbs .slick-arrow {
  width: 36px;
  height: 36px;
  background: var(--secondary-color);
  font-size: 18px;
  border: none;
  line-height: 36px;
  margin-top: -18px;
  color: var(--bg-primary);
}

.pro-thumbs .slick-arrow:hover {
  background: var(--bg-primary);
  color: var(--text-primary);
}

.pro-thumbs .slick-arrow.prev {
  left: 0;
}

.pro-thumbs .slick-arrow.next {
  right: 0;
}

@media all and (max-width: 1599px) {
  .pro-thumbs {
    padding: 0 40px;
  }

  .pro-thumbs .slick-arrow {
    width: 28px;
    height: 28px;
    margin-top: -14px;
    font-size: 16px;
    line-height: 28px;
  }

  .pro-thumbs .slick-list {
    margin: 0 -8px;
  }

  .pro-thumbs .slick-list .slick-slide {
    margin: 0 8px;
  }
}

@media all and (max-width: 1199px) {
  .pro-thumbs {
    margin-bottom: 30px;
  }
}

.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: var(--text-primary);
  background: var(--danger-color);
  position: relative;
}

.btn-call span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: solid 1px var(--danger-overlay-60);
  animation-name: zoomin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

.btn-call span:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: var(--danger-overlay-60);
  z-index: -1;
  animation-name: zoomout;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.btn-call span i {
  animation-name: lac;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@media all and (max-width: 767px) {
  .btn-call {
    top: auto;
    left: 20px;
    bottom: 20px;
  }
}

@keyframes lac {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(-25deg);
  }

  20% {
    transform: rotate(25deg);
  }

  30% {
    transform: rotate(-25deg);
  }

  40% {
    transform: rotate(25deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes zoomin {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    transform: scale(2.2);
    opacity: 0.1;
  }
}

@keyframes zoomout {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }

  100% {
    transform: scale(1.1);
    opacity: 0.3;
  }
}

.ic-check {
  width: 13px;
  height: 12px;
  background-image: url("../images/ic-check.png");
}

.ic-note {
  width: 13px;
  height: 14px;
  background-image: url("../images/ic-note.png");
}

.ic-download {
  width: 32px;
  height: 32px;
  background-image: url("../images/ic-download.png");
}

.scrollbar {
  overflow: auto;
}

.scrollbar .mCSB_inside>.mCSB_container {
  margin-right: 15px;
}

.scrollbar .mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}

.scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  background: var(--primary-color);
  opacity: 0.3;
}

.post-cas .cas-arrow {
  top: -75px;
  right: 0;
}

.post-cas .cas-arrow.prev {
  margin-right: 80px;
}

@media all and (max-width: 991px) {
  .post-cas .cas-arrow {
    top: -45px;
  }

  .post-cas .cas-arrow.prev {
    margin-right: 50px;
  }
}

.rlt-item .c-img {
  padding-top: 56.06936%;
  margin-bottom: 17px;
}

.rlt-item .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.rlt-item .title a:hover {
  color: var(--secondary-color);
}

.rlt-item p {
  font-size: 16px;
  color: var(--overlay-text-medium);
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  color: var(--primary-color);
  font-size: 16px;
}

.breadcrumbs li a {
  color: var(--text-gray);
}

.breadcrumbs li a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000000;
  margin-left: 12px;
  margin-right: 7px;
  margin-top: -2px;
}

.breadcrumbs li a:hover {
  color: var(--primary-color);
}

.page-tab {
  display: block;
}

.page-tab li {
  display: inline-block;
  vertical-align: middle;
}

.page-tab li a {
  font-size: 20px;
  color: var(--text-gray)555;
  display: block;
  text-transform: uppercase;
  line-height: 24px;
  padding: 15px 25px;
}

.page-tab li a.active {
  color: var(--secondary-color);
  background: var(--bg-primary);
  font-weight: bold;
}

@media all and (max-width: 1599px) {
  .page-tab li a {
    font-size: 16px;
    padding: 14px 20px;
  }
}

@media all and (max-width: 1199px) {
  .page-tab {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .page-tab li a {
    font-size: 14px;
    padding: 13px 17px;
  }
}

.page-tab-ct {
  background-color: var(--bg-primary);
  color: var(--text-primary);
  padding-top: 47px;
  background-image: url("../images/about-partner-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.page-tab-ct .i-title {
  color: var(--accent-color);
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-tab-ct .desc {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 37px;
}

@media all and (max-width: 767px) {
  .page-tab-ct .i-title {
    font-size: 24px;
  }

  .page-tab-ct .desc {
    font-size: 15px;
  }
}

.detail-item {
  display: flex;
  margin-bottom: 40px;
}

.detail-item .icon {
  flex: 0 0 68px;
  width: 68px;
  text-align: center;
  margin-right: 16px;
  margin-top: 4px;
}

.detail-item .title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.detail-item p {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  margin-bottom: 7px;
}

.detail-item p i {
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  top: 3px;
}

@media all and (max-width: 767px) {
  .detail-item {
    margin-bottom: 25px;
  }

  .detail-item .icon {
    flex: 0 0 50px;
  }

  .detail-item .title {
    font-size: 16px;
  }

  .detail-item p {
    font-size: 14px;
  }
}

.q-bg-gray {
  background: var(--bg-light) !important;
}

.q-bg-white {
  background: var(--bg-white) !important;
}

.q-banner {
  max-height: 400px;
  min-height: 120px;
  position: relative;
}

.q-banner::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 20px;
  background: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.q-banner.v2::after {
  background: var(--bg-light);
}

.page-banner img {
  display: block;
  width: 100%;
  min-height: 120px;
}

.q-main-page {
  position: relative;
  background: var(--bg-white)fff;
  padding: 50px 0;
  color: var(--text-secondary);
  font-size: 16px;
}

@media (max-width: 991px) {
  .q-main-page {
    padding: 20px 0;
  }
}

.q-main-page::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.q-main-page img {
  margin: 0;
}

.q-main-page.v2 {
  padding-bottom: 80px;
}

.q-main-page.v2::before {
  background: var(--bg-light);
}

.q-main-page .title-page {
  font-size: 42px;
  font-weight: bold;
  color: var(--primary-color);
  text-transform: uppercase;
  margin: 0 0 50px;
}

@media (max-width: 1599px) {
  .q-main-page .title-page {
    font-size: 36px;
    margin: 0 0 30px;
  }
}

@media (max-width: 991px) {
  .q-main-page .title-page {
    font-size: 32px;
    margin: 0 0 30px;
  }
}

@media (max-width: 767px) {
  .q-main-page .title-page {
    font-size: 24px;
  }
}

.q-main-page .bdb {
  margin-bottom: 40px;
}

.q-main-page .post-main .img {
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
}

.q-main-page .post-main .img img {
  border-radius: 8px;
  transition: all 0.3s linear;
}

.q-main-page .post-main .img:hover img {
  transform: scale(1.03);
  opacity: 0.8;
}

.q-main-page .post-main .text h3 {
  color: black;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  transition: all 0.3s linear;
}

.q-main-page .post-main .text h3:hover {
  color: var(--bg-primary);
}

.q-main-page .post-main .text .date {
  color: var(--text-light-gray);
  margin-bottom: 20px;
}

.q-main-page .post-main .text .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.7;
  height: calc(1.7 * 3);
}

@media (max-width: 575px) {
  .q-main-page .post-main {
    margin-bottom: 30px;
  }
}

.q-main-page .post-items .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: solid 1px #dfdfdf;
}

.q-main-page .post-items .item:first-child {
  padding-top: 0;
}

.q-main-page .post-items .item:last-child {
  border-bottom: none;
}

.q-main-page .post-items .item .img {
  flex: 0 0 35%;
  margin-right: 20px;
  border-radius: 5px;
}

.q-main-page .post-items .item .img img {
  border-radius: 5px;
  width: 100%;
}

.q-main-page .post-items .item .text {
  flex: 0 0 calc(65% - 20px);
}

.q-main-page .post-items .item .text .title {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: calc(1.5 * 2);
}

@media (max-width: 575px) {
  .q-main-page .post-items .item .text .title {
    margin-bottom: 0px;
  }
}

.q-main-page .post-items .item .text .title:hover {
  color: var(--bg-primary);
}

.q-main-page .post-items .item .text .date {
  color: var(--text-secondary);
}

@media (max-width: 1599px) {

  .q-main-page .post-items .item .text .title,
  .q-main-page .post-items .item .text .date {
    font-size: 14px;
  }
}

.q-main-page .post-items .title-more {
  text-transform: uppercase;
  color: white;
  padding: 13px 18px;
  font-weight: 500;
  background: var(--bg-primary);
  margin-bottom: 10px;
}

.q-main-page .post-items.v2 .item .img {
  flex: 0 0 30%;
}

.q-main-page .post-items.v2 .item .text {
  flex: 0 0 calc(70% - 20px);
}

@media (max-width: 575px) {
  .q-main-page .post-items.v2 .item .text .title {
    margin-bottom: 0px;
  }
}

.q-main-page .post-items.v3 .item {
  padding: 15px 0;
  border-bottom: none;
}

.q-main-page .post-items.v3 .item:first-child {
  padding-top: 40px;
  border-top: solid 1px #dfdfdf;
}

@media (max-width: 575px) {
  .q-main-page .post-items.v3 .item:first-child {
    padding-top: 10px;
    border-top: none;
  }
}

.q-main-page .post-items.v3 .item .img {
  flex: 0 0 42%;
  overflow: hidden;
}

.q-main-page .post-items.v3 .item .img img {
  transition: all 0.3s linear;
}

.q-main-page .post-items.v3 .item .img img:hover {
  transform: scale(1.03);
  opacity: 0.8;
}

.q-main-page .post-items.v3 .item .text {
  flex: 0 0 calc(58% - 20px);
}

.q-main-page .post-items.v3 .item .text .title {
  font-size: 18px;
}

.q-main-page .post-items.v3 .item .text .date {
  font-size: 16px;
  margin-bottom: 20px;
}

.q-main-page .post-items.v3 .item .text .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.7;
  height: calc(1.7 * 3);
}

@media (max-width: 575px) {
  .q-main-page .post-items.v3 .item {
    display: block;
  }

  .q-main-page .post-items.v3 .item .text .title {
    margin-top: 20px;
  }

  .q-main-page .post-items.v3 .item .text .desc {
    margin-bottom: 50px;
  }
}

.q-main-page .q-partner-items {
  margin-bottom: 60px;
}

.q-main-page .q-partner-items img {
  width: 100%;
}

.q-main-page .q-partner-items .slick-prev,
.q-main-page .q-partner-items .slick-next {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #f2f2f2;
  opacity: 0.5;
}

.q-main-page .q-partner-items .slick-prev::before,
.q-main-page .q-partner-items .slick-next::before {
  font-family: "Font Awesome 5 Pro";
  color: black;
  font-size: 13px;
}

.q-main-page .q-partner-items .slick-prev {
  left: 15px;
}

.q-main-page .q-partner-items .slick-prev::before {
  content: "";
}

.q-main-page .q-partner-items .slick-next {
  right: 15px;
}

.q-main-page .q-partner-items .slick-next::before {
  content: "";
}

.q-main-page .q-partner-items .item {
  position: relative;
}

.q-main-page .q-partner-items .item::after {
  position: absolute;
  content: "Đồng hành trên mọi hành trình";
  bottom: 40px;
  width: 100%;
  text-align: center;
  color: white;
  font-family: "Lobster", cursive;
  letter-spacing: 1.5px;
}

.q-page-pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .q-page-pagination {
    margin: 20px 0 50px;
  }
}

.q-page-pagination .pagination .page-item {
  margin: 0px 5px;
}

.q-page-pagination .pagination .page-item .page-link {
  padding: 0;
  color: var(--bg-primary);
  border: 1px solid #0d2d6c;
  border-radius: 0;
  font-size: 16px;
  transition: 0.3s;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent;
}

.q-page-pagination .pagination .page-item .page-link i {
  margin-top: -2px;
  margin-left: 1px;
  font-size: 22px;
  color: var(--bg-primary);
  font-size: 13px;
}

.q-page-pagination .pagination .page-item .page-link.active {
  background-color: var(--bg-primary);
  color: var(--text-primary);
}

.q-page-pagination .pagination .page-item .page-link:hover {
  background-color: var(--bg-primary);
  color: var(--text-primary);
}

.q-page-pagination .pagination .page-item .page-link:hover i {
  color: var(--text-primary);
}

.q-breadcrumb {
  display: flex;
  flex-flow: row wrap;
  margin-left: 25px;
  font-size: 14px;
  margin: 10px 0 50px;
}

.q-breadcrumb li {
  padding: 0 12px;
  position: relative;
}

.q-breadcrumb li::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 9px;
  width: 3px;
  height: 3px;
  background: black;
}

.q-breadcrumb li:first-child::before {
  width: 0;
}

.q-breadcrumb li:hover {
  color: var(--accent-color);
}

.q-breadcrumb .active {
  color: var(--accent-color);
}

.q-wrap-post {
  margin-right: 15px;
  padding: 40px;
}

.q-wrap-post .header-post {
  padding-bottom: 30px;
  border-bottom: dashed 1px #e6e6e6;
}

.q-wrap-post .header-post .q-title-post {
  font-size: 26px;
  color: var(--bg-primary);
  font-weight: bold;
  margin-bottom: 12px;
}

.q-wrap-post .header-post .date {
  color: var(--text-medium-gray);
  margin-bottom: 8px;
}

.q-wrap-post .header-post.s-content a {
  text-decoration: none;
}

.q-wrap-post .header-post.s-content a:hover {
  text-decoration: none;
}

.q-wrap-post .body-post {
  padding-bottom: 30px;
  border-bottom: dashed 1px #e6e6e6;
}

.q-wrap-post .body-post h3 {
  font-size: 18px;
}

.q-wrap-post .body-post img {
  display: block;
  margin: 20px auto;
  border-radius: 5px;
}

.q-wrap-post .body-post p {
  margin: 30px 0;
}

.q-wrap-post .body-post a {
  text-decoration: none;
}

.q-wrap-post .footer-post {
  padding-top: 30px;
}

.q-wrap-post .footer-post h2 {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.q-wrap-post .footer-post ul li {
  font-weight: bold;
}

.q-wrap-post .footer-post ul li a {
  color: black;
  text-decoration: none;
}

.q-wrap-post .footer-post ul li a:hover {
  color: var(--bg-primary);
  text-decoration: none;
}

@media (max-width: 768px) {
  .q-wrap-post {
    margin: 0 0 50px;
    padding: 15px;
  }

  .q-wrap-post .header-post .q-title-post {
    font-size: 22px;
  }

  .q-wrap-post .body-post {
    font-size: 16px;
  }

  .q-wrap-post .footer-post h2 {
    font-size: 22px;
  }
}

.q-wrap-post.v2 {
  margin: 0;
  border-radius: 10px;
}

.q-title-post.v2 {
  font-size: 26px;
  color: var(--bg-primary);
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .q-title-post.v2 {
    font-size: 22px;
  }
}

.q-gallery-wrap {
  margin: 0 70px;
}

.q-gallery-wrap .q-item-gallery {
  color: black;
  position: relative;
}

.q-gallery-wrap .q-item-gallery .img {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.q-gallery-wrap .q-item-gallery .img img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.q-gallery-wrap .q-item-gallery .img .time {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: #000000;
  color: white;
  padding: 0px 8px;
}

.q-gallery-wrap .q-item-gallery .ct {
  position: relative;
  padding: 15px;
}

.q-gallery-wrap .q-item-gallery .ct .title {
  color: black;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
  transition: all 0.3 linear;
}

.q-gallery-wrap .q-item-gallery .ct i {
  font-size: 16px;
  color: var(--text-primary);
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.q-gallery-wrap .q-item-gallery .control {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.q-gallery-wrap .q-item-gallery .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.q-gallery-wrap .q-item-gallery:hover .img img {
  transform: scale(1.05);
}

.q-gallery-wrap .q-item-gallery:hover .title {
  color: var(--bg-primary);
}

@media (max-width: 1599px) {
  .q-gallery-wrap .q-item-gallery .ct .title {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .q-gallery-wrap .q-item-gallery .ct .title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: calc(24px * 2);
  }
}

.q-gallery-wrap .slick-next {
  right: -65px;
  top: 42%;
}

.q-gallery-wrap .slick-next::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: var(--secondary-color);
}

.q-gallery-wrap .slick-prev {
  left: -65px;
  top: 42%;
}

.q-gallery-wrap .slick-prev::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: var(--secondary-color);
}

@media (max-width: 768px) {
  .q-gallery-wrap {
    margin: 0;
  }

  .q-gallery-wrap .slick-prev,
  .q-gallery-wrap .slick-next {
    display: none !important;
  }
}

.q-intro-nav {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 80px;
  background: #f4f8ff;
}

.q-intro-nav .nav-item {
  flex: 0 0 33%;
  text-align: center;
}

.q-intro-nav .nav-link {
  color: var(--bg-primary);
  padding-top: 0;
  padding-bottom: 0;
  padding: 30px 0;
}

.q-intro-nav .nav-link i.fa,
.q-intro-nav .nav-link span[class^=icon_] {
  display: block;
  font-size: 50px;
  margin-bottom: 25px;
}

.q-intro-nav .nav-link img {
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
  height: 55px;
  filter: grayscale(0%) brightness(100%) contrast(0);
}

@media (max-width: 575px) {
  .q-intro-nav .nav-link img {
    height: 30px;
    margin-bottom: 0px;
  }
}

.q-intro-nav .nav-link:hover .nav-link-text {
  color: var(--bg-primary) !important;
}

.q-intro-nav .nav-link.active {
  background: var(--bg-white)fff;
}

.q-intro-nav .nav-link.active img {
  filter: none;
}

.q-intro-nav .nav-link.active .nav-link-text {
  color: var(--bg-primary) !important;
}

.q-intro-nav .nav-link:hover img {
  filter: none !important;
}

.q-intro-nav .nav-link-text {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--text-soft-gray);
}

@media (max-width: 1599px) {
  .q-intro-nav {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .q-intro-nav .nav-link-text {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .q-intro-nav {
    flex-direction: column;
  }

  .q-intro-nav .nav-link {
    padding: 15px 0;
  }
}

.tab-content.v2 {
  padding: 40px 110px;
  background: white;
}

@media (max-width: 768px) {
  .tab-content.v2 {
    padding: 40px 15px;
  }
}

#q-accordion .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

#q-accordion .item .card {
  border-radius: 0;
  border: none;
  border: 1px solid #0d2d6c;
  background-color: transparent;
  width: calc(100% - 202px);
}

#q-accordion .item .card .card-header {
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}

#q-accordion .item .card .card-header .card-link {
  display: block;
  font-size: 18px;
  padding: 12px 65px 12px 30px;
  position: relative;
  color: white !important;
  background: var(--bg-primary) !important;
  font-weight: bold;
  transition: all 0.5s linear;
}

#q-accordion .item .card .card-header .card-link:after {
  content: "K";
  font-family: "ElegantIcons";
  position: absolute;
  top: calc(50% - 20px);
  right: 20px;
  font-size: 26px;
  font-weight: bold;
}

#q-accordion .item .card .card-header .card-link.collapsed {
  color: black !important;
  background: white !important;
  font-weight: normal;
}

#q-accordion .item .card .card-header .card-link.collapsed:after {
  content: "L";
}

#q-accordion .item .card .card-body {
  padding: 0 30px;
  color: black;
  background: white;
}

#q-accordion .item .card .card-body p {
  margin: 12px 0;
}

@media (max-width: 768px) {
  #q-accordion .item .card {
    width: 100%;
  }

  #q-accordion .item .card .card-header .card-link {
    font-size: 16px;
    padding: 12px 30px 12px 15px;
  }

  #q-accordion .item .card .card-header .card-link:after {
    right: 7px;
    font-size: 20px;
  }

  #q-accordion .item .card .card-body {
    font-size: 14px;
    padding: 0 15px;
  }
}

#q-accordion .item .download {
  display: inline-block;
  color: white;
  background: var(--secondary-color);
  font-weight: bold;
  padding: 14px 45px;
  border-radius: 26px;
  margin-left: 50px;
  max-height: 53px !important;
  transition: all 0.3s linear;
}

#q-accordion .item .download .fas.fa-download::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
}

#q-accordion .item .download:hover {
  background: var(--bg-primary);
}

@media (max-width: 768px) {
  #q-accordion .item .download {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  #q-accordion .item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  #q-accordion .item .card {
    margin-bottom: 18px;
  }
}

.style-3 {
  overflow-y: auto !important;
}

.style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
  background-color: var(--light-bg);
}

.style-3::-webkit-scrollbar {
  width: 6px;
  background-color: var(--light-bg);
}

.style-3::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
  border-radius: 10px;
}

.career-1 tbody td {
  line-height: 24px;
  padding: 8px 10px;
  border-bottom: solid 1px #dcdcdc;
  vertical-align: middle;
}

.career-1 tbody td:nth-child(2) {
  text-align: left !important;
}

.career-1 ::-webkit-scrollbar {
  height: 4px;
  border-radius: 2px;
}

.career-1 ::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #eeeeee;
}

.career-1 ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #b0b0b0;
}

.pro-thumbs {
  padding: 0 70px !important;
  max-width: 600px;
  margin: auto;
}

.pro-thumbs .slick-list {
  margin: 0 -19px;
}

.pro-thumbs .slick-list .slick-slide {
  margin: 0 19px;
}

.pro-thumbs .item {
  position: relative;
  padding-top: 100%;
  border: solid 1px #b7b7b7;
}

.pro-thumbs .item:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: solid 2px var(--primary-color);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.pro-thumbs .slick-current .item:after {
  opacity: 1;
}

.pro-thumbs .slick-arrow {
  width: 36px !important;
  height: 36px !important;
  background: var(--secondary-color);
  font-size: 18px !important;
  border: none;
  line-height: 32px !important;
  margin-top: -18px !important;
  color: var(--bg-primary);
}

.pro-thumbs .slick-arrow:hover {
  background: var(--bg-primary);
  color: var(--text-primary);
}

.pro-thumbs .slick-arrow.prev {
  left: 0;
}

.pro-thumbs .slick-arrow.next {
  right: 0;
}

@media all and (max-width: 1599px) {
  .pro-thumbs {
    padding: 0 40px;
  }

  .pro-thumbs .slick-arrow {
    width: 28px !important;
    height: 28px !important;
    margin-top: -14px !important;
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .pro-thumbs .slick-list {
    margin: 0 -8px;
  }

  .pro-thumbs .slick-list .slick-slide {
    margin: 0 8px;
  }
}

@media all and (max-width: 1199px) {
  .pro-thumbs {
    margin-bottom: 30px;
  }
}

#exampleModalCenter {
  color: blue;
}

#exampleModalCenter .modal-content {
  background: url(../img/banner-gallery.jpg);
  background-size: cover;
}

#exampleModalCenter .modal-body {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

#exampleModalCenter .modal-body p {
  padding-top: 20px;
}

#exampleModalCenter .modal-header {
  display: block;
  color: white;
}

#exampleModalCenter .modal-header h3 {
  text-align: center !important;
}

#exampleModalCenter .modal-footer {
  border-top: none;
}

#exampleModalCenter .modal-footer .call,
#exampleModalCenter .modal-footer .xclose {
  height: 40px;
  padding: 0 20px;
  background: var(--secondary-color);
  border-radius: 2px;
  font-size: 16px;
  color: white;
  line-height: 40px;
  font-weight: bold;
}

#exampleModalCenter .modal-footer .call i,
#exampleModalCenter .modal-footer .xclose i {
  font-weight: bold;
}

#exampleModalCenter .modal-footer .xclose {
  background: #d3d9e4;
}

.contact-col1,
.contact-col2 {
  /* font-size: 24px; */
  color: black;
  /* text-transform: uppercase; */
  /* font-weight: bold; */
  margin-bottom: 30px;
}

@media (max-width: 768px) {

  .contact-col1,
  .contact-col2 {
    font-size: 20px;
  }
}

.q-input-wrap:first-child {
  padding-right: 12.5px;
}

.q-input-wrap:last-child {
  padding-left: 12.5px;
}

.q-input-wrap .input-item {
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;
  width: 100%;
}

.q-input-wrap .input-item input {
  color: black;
  border-color: var(--border-gray);
  border-radius: 10px;
  padding: 12px 12px 12px 18px;
  outline: none !important;
  box-shadow: none !important;
}

.q-input-wrap .input-item i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 16px;
}

@media (max-width: 575px) {
  .q-input-wrap .input-item {
    margin-bottom: 12px;
  }
}

.q-input-item {
  margin-bottom: 30px;
}

.q-input-item.v2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.q-input-item textarea {
  color: black;
  width: 100%;
  border-color: var(--border-gray);
  border-radius: 10px;
  padding: 12px 12px 12px 18px;
  outline: none !important;
  box-shadow: none !important;
}

.q-input-item input {
  border-color: var(--border-gray);
  outline: none !important;
  box-shadow: none !important;
}

.q-input-item input:first-child {
  width: 180px;
}

.q-input-item input:last-child {
  width: 100px;
}

.q-send1 {
  color: white;
  font-weight: bold;
  background: var(--secondary-color);
  padding: 12px 30px;
  border-radius: 25px;
  margin-left: 15px;
  transition: all 0.3s linear;
  margin-bottom: 50px;
}

.q-send1:hover {
  background: var(--bg-primary);
}

#q-accordion-contact .item {
  margin-bottom: 12px;
}

#q-accordion-contact .item .card {
  border-radius: 10px;
  border: none;
  border: 1px solid #b7b7b7;
  background-color: transparent;
  width: 100%;
}

#q-accordion-contact .item .card .card-header {
  padding: 0;
  border-radius: 10px;
  border: none;
  background-color: transparent;
}

#q-accordion-contact .item .card .card-header .card-link {
  display: block;
  font-size: 16px;
  padding: 13px 45px 13px 45px;
  border-radius: 10px;
  position: relative;
  color: white !important;
  background: var(--bg-primary) !important;
  font-weight: bold;
  transition: all 0.5s linear;
}

#q-accordion-contact .item .card .card-header .card-link:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  font-size: 16px;
}

#q-accordion-contact .item .card .card-header .card-link.collapsed {
  color: black !important;
  background: #f5f5f5 !important;
  font-weight: normal;
}

#q-accordion-contact .item .card .card-header .card-link.collapsed:after {
  content: "";
}

#q-accordion-contact .item .card .card-header .card-link.collapsed:before {
  color: var(--bg-primary);
}

#q-accordion-contact .item .card .card-header .card-link:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: calc(50% - 13px);
  left: 20px;
  font-size: 16px;
}

#q-accordion-contact .item .card .card-body {
  padding: 16px 45px;
  color: black;
  background: white;
  border-radius: 10px;
}

#q-accordion-contact .item .card .card-body p {
  margin: 0;
}

@media (max-width: 575px) {
  #q-accordion-contact .item .card .card-body {
    padding: 16px 15px;
  }
}

@media (max-width: 768px) {
  #q-accordion-contact .item {
    flex-direction: column;
    align-items: center;
  }

  #q-accordion-contact .item .card {
    margin-bottom: 12px;
  }
}

.q-scrollbar {
  max-height: 500px;
  overflow: auto;
  padding-right: 25px;
}

@media (max-width: 575px) {
  .q-scrollbar {
    padding-right: 10px;
  }
}

.style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
  background-color: var(--lighter-bg);
}

.style-3::-webkit-scrollbar {
  width: 6px;
  background-color: var(--lighter-bg);
}

.style-3::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
  border-radius: 10px;
}

.q-map .showroom-list {
  margin-top: 70px;
}

.q-map .showroom-list .showroom {
  cursor: pointer;
  outline: none !important;
}

.q-map .showroom-list .showroom .icon {
  height: 54px;
  position: relative;
  text-align: center;
  margin-bottom: 0px;
}

.q-map .showroom-list .showroom .icon i {
  font-size: 48px;
  text-align: center;
}

.q-map .showroom-list .showroom .name {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.q-map .showroom-list .showroom.active .name,
.q-map .showroom-list .showroom.active .icon {
  color: var(--bg-primary);
}

.q-map .showroom-list .slick-arrow {
  display: none !important;
  width: 24px;
  height: 24px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  opacity: 0.3;
}

.q-map .showroom-list .slick-arrow.prev {
  left: -30px;
  transform: rotate(-135deg);
}

.q-map .showroom-list .slick-arrow.next {
  right: -30px;
  transform: rotate(45deg);
}

.q-map .showroom-list .slick-arrow:hover {
  opacity: 1;
}

@media all and (max-height: 900px) {
  .q-map .showroom-list {
    margin-top: 50px;
  }

  .q-map .showroom-list .showroom .name {
    font-size: 18px;
  }
}

@media all and (max-width: 1199px) {
  .q-map .showroom-list {
    margin-top: 40px;
  }
}

#map {
  height: 365px;
  overflow: hidden;
  margin-top: 30px;
}

@media all and (max-height: 900px) {
  #map {
    margin-top: 15px;
    height: 330px;
  }
}

#map1 {
  height: 1025px;
  overflow: hidden;
  margin-top: 40px;
}

@media all and (max-height: 900px) {
  #map1 {
    height: 500px;
    margin-top: 20px;
  }
}

@media (min-width: 1599px) {
  .q-wrap-search:nth-child(2) {
    padding: 0 !important;
  }
}

.q-wrap-search .item {
  display: flex;
  align-items: center;
  width: 100%;
}

@media (max-width: 575px) {
  .q-wrap-search .item {
    margin-bottom: 12px;
  }
}

.q-wrap-search .item .form-group {
  display: block;
  margin-bottom: 0;
}

.q-wrap-search .item.sl .form-group {
  flex-grow: 1;
  position: relative;
  width: 100%;
}

.q-wrap-search .item.sl .form-group select {
  width: 100%;
  height: 52px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  font-size: 18px;
  color: black;
  padding: 0 15px;
}

@media (max-width: 1599px) {
  .q-wrap-search .item.sl .form-group select {
    font-size: 16px;
    height: 42px;
  }
}

.q-wrap-search .item.q-search .form-group {
  display: flex;
  align-items: center;
  width: 100%;
}

.q-wrap-search .item.q-search .form-group input {
  width: 100%;
  flex-grow: 1;
  height: 52px;
  font-size: 18px;
  border: 1px solid #a6a6a6;
  border-radius: 5px 0 0 5px;
  color: var(--bg-primary-overlay-80);
  padding-left: 15px;
  border-right: none;
}

@media (max-width: 1599px) {
  .q-wrap-search .item.q-search .form-group input {
    font-size: 16px;
    height: 42px;
  }
}

.q-wrap-search .item.q-search .form-group .btn-s-page {
  width: 50px;
  height: 52px;
  background-color: white;
  color: var(--bg-primary);
  border: 1px solid #a6a6a6;
  border-left: none;
  border-radius: 0 5px 5px 0;
  font-size: 18px;
  transition: all 0.3s linear;
}

.q-wrap-search .item.q-search .form-group .btn-s-page i {
  font-weight: bold;
}

.q-wrap-search .item.q-search .form-group .btn-s-page:hover {
  color: white;
  background: var(--bg-primary);
}

@media (max-width: 1599px) {
  .q-wrap-search .item.q-search .form-group .btn-s-page {
    height: 42px;
  }
}

.q-info-map {
  display: flex;
  padding: 15px;
  font-size: 16px;
}

.q-info-map img {
  flex: 0 0 40%;
  border-radius: 5px;
}

.q-info-map .desc {
  margin-right: 15px;
}

.q-info-map .desc b {
  font-size: 18px;
  color: black;
}

.q-info-map .desc .title {
  font-size: 20px;
  font-weight: bold;
  color: var(--bg-primary);
  margin: 10px 0;
}

.q-info-map .desc .phone {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .q-info-map {
    flex-direction: column;
    padding: 0px;
    font-size: 14px;
  }

  .q-info-map .desc {
    margin-bottom: 15px;
  }

  .q-info-map .desc b {
    font-size: 16px;
  }

  .q-info-map .desc .title {
    font-size: 18px;
  }

  .q-info-map img {
    width: 100%;
  }
}

.q-bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/Untitled-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: bottom;
  opacity: 0.5;
}

@media (min-width: 1200px) {
  .q-bg-top {
    min-height: 1000px;
  }
}

.ba-btn-primary {
  min-width: 210px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 23px;
  border: 1px solid var(--primary-color);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s;
}

.ba-btn-primary.active {
  background: var(--primary-color);
}

.ba-btn-primary:hover {
  background: var(--primary-color);
}

.q-wrap-product {
  margin-top: 250px;
}

.q-wrap-product .list-product-gp-wrap:not(:last-child) {
  margin-bottom: 60px;
}

.q-wrap-product .list-product-gp-wrap:not(:last-child) .ba-list-wrap:nth-child(1) .md-head .title {
  margin-top: 35px;
}

.q-wrap-product .ba-list-wrap:not(:last-child) {
  margin-bottom: 30px;
}

.q-wrap-product .icon-top {
  position: relative;
}

.q-wrap-product .icon-top .title {
  font-size: 42px;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}

.q-wrap-product .icon-top img {
  position: absolute;
  right: 8%;
  top: -110%;
}

@media (max-width: 1200px) {
  .q-wrap-product .icon-top img {
    display: none;
  }
}

.q-wrap-product .products {
  margin-top: 50px;
  z-index: 2;
}

.q-wrap-product .md-head {
  margin-bottom: 0;
}

.q-wrap-product .md-head .title {
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "SFProDisplay";
  font-weight: 500;
  padding-left: 40px;
}

.q-wrap-product .md-head .title::before {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  left: 0;
  width: 25px;
  height: 2px;
  background: var(--secondary-color);
}

.q-wrap-product .nav {
  padding-left: 40px;
  margin-top: 40px;
  display: flex;
}

.q-wrap-product .nav li:not(:last-child) .ba-btn-primary {
  margin-right: 20px;
}

.q-wrap-product .list-product-gp {
  padding-left: 40px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.q-wrap-product .list-product-gp.list-solution-gp {
  justify-content: space-between;
}

.q-wrap-product .list-product-gp li {
  position: relative;
  flex: 0 0 calc(100% / 3 - 150px);
  padding-left: 25px;
  line-height: 40px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.q-wrap-product .list-product-gp li:not(:nth-child(3n)) {
  margin-right: 225px;
}

.q-wrap-product .list-product-gp li::before {
  position: absolute;
  content: "";
  top: calc(50% - 4px);
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--secondary-color);
}

.q-wrap-product .list-product-gp li:hover {
  color: var(--secondary-color);
}

.q-wrap-product .list-product-gp li a {
  font-size: 16px;
  line-height: 1.3;
  display: block;
}

.q-wrap-product .list-product-gp.list-solution-gp {
  margin-top: 40px;
}

.q-wrap-product .list-product-gp.list-solution-gp li {
  flex: 0 0 400px;
  padding-left: 0;
  margin-right: 0;
  margin-bottom: 55px;
}

.q-wrap-product .list-product-gp.list-solution-gp li::before {
  display: none;
}

.q-wrap-product .list-product-gp.list-solution-gp li a {
  display: flex;
  width: 100%;
}

.q-wrap-product .list-product-gp.list-solution-gp li a .img {
  flex: 0 0 50px;
  margin-right: 5px;
}

.q-wrap-product .list-product-gp.list-solution-gp li a p {
  flex-grow: 1;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  background: var(--primary-color);
  padding: 0 10px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 48px;
  height: calc(48px * 1);
  color: var(--text-light);
  box-shadow: 0 4px 6px 0 var(--shadow-color);
}

.q-wrap-product .list-product-gp.list-solution-gp li a:hover {
  color: var(--text-light);
}

.q-wrap-product .list-product-gp.list-solution-gp li a:hover p {
  /*background: var(--secondary-color);*/
  background: var(--bg-secondary);
}

@media (max-width: 1599px) {
  .q-wrap-product .list-product-gp li {
    position: relative;
    flex: 0 0 calc(100% / 3 - 50px);
  }

  .q-wrap-product .list-product-gp li:not(:nth-child(3n)) {
    margin-right: 75px;
  }

  .q-wrap-product .list-product-gp li a {
    font-size: 14px;
  }

  .q-wrap-product .list-product-gp.list-solution-gp {
    margin-top: 40px;
  }

  .q-wrap-product .list-product-gp.list-solution-gp li {
    flex: 0 0 400px;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .q-wrap-product .list-product-gp.list-solution-gp li::before {
    display: none;
  }

  .q-wrap-product .list-product-gp.list-solution-gp li a {
    display: flex;
    font-size: 12px !important;
  }

  .q-wrap-product .list-product-gp.list-solution-gp li a .img {
    flex: 0 0 50px;
    margin-right: 5px;
  }

  .q-wrap-product .list-product-gp.list-solution-gp li a p {
    flex-grow: 1;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background: var(--primary-color);
    padding: 0 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 48px;
    height: calc(48px * 1);
  }

  .q-wrap-product .list-product-gp.list-solution-gp li a:hover {
    color: white;
  }

  .q-wrap-product .list-product-gp.list-solution-gp li a:hover p {
    background: var(--secondary-color);
  }
}

@media (max-width: 1199px) {
  .q-wrap-product {
    margin-top: 150px;
  }

  .q-wrap-product .list-product-gp li {
    position: relative;
    flex: 0 0 calc(100% / 2 - 50px);
    margin-right: 0 !important;
  }

  .q-wrap-product .list-product-gp.list-solution-gp {
    margin-top: 40px;
  }

  .q-wrap-product .list-product-gp.list-solution-gp li {
    flex: 0 0 400px;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
    flex-basis: auto !important;
    width: 100%;
  }

  .q-wrap-product .list-product-gp.list-solution-gp li::before {
    display: none;
  }

  .q-wrap-product .list-product-gp.list-solution-gp li a {
    display: flex;
  }

  .q-wrap-product .list-product-gp.list-solution-gp li a .img {
    flex: 0 0 50px;
    margin-right: 5px;
  }

  .q-wrap-product .list-product-gp.list-solution-gp li a p {
    flex-grow: 1;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background: var(--primary-color);
    padding: 0 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 48px;
    height: calc(48px * 1);
  }

  .q-wrap-product .list-product-gp.list-solution-gp li a p:hover {
    background: var(--bg-secondary);
  }

  .q-wrap-product .list-product-gp.list-solution-gp li a:hover {
    color: white;
  }

  .q-wrap-product .list-product-gp.list-solution-gp li a:hover p {
    background: var(--secondary-color);
  }
}

@media (max-width: 991px) {
  .q-wrap-product {
    margin-top: 150px;
  }

  .q-wrap-product .icon-top .title {
    font-size: 32px;
  }

  .q-wrap-product .nav {
    padding-left: 0;
    max-width: calc(100vw - 78px);
    flex-wrap: nowrap;
    overflow: auto;
  }

  .q-wrap-product .nav li {
    margin-bottom: 20px;
  }

  .q-wrap-product .nav li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 40px;
    height: calc(40px * 1);
  }

  .q-wrap-product .list-product-gp {
    margin-top: 20px;
    padding-left: 0;
  }

  .q-wrap-product .list-product-gp li {
    flex: 0 0 calc(100% / 2 - 10px);
  }

  .q-wrap-product .list-product-gp li:nth-child(odd) {
    margin-right: 20px !important;
  }
}

@media (max-width: 767px) {
  .q-wrap-product {
    margin-top: 100px;
  }

  .q-wrap-product .nav {
    max-width: calc(100vw - 30px);
  }

  .q-wrap-product .icon-top .title {
    font-size: 24px;
  }

  .q-wrap-product .list-product-gp li {
    flex: 0 0 100%;
  }

  .q-wrap-product .list-product-gp.list-solution-gp li a {
    font-size: 12px !important;
  }

  .q-wrap-product .list-product-gp.list-solution-gp {
    overflow: auto;
  }
}

.services {
  margin-top: -20%;
  z-index: 1;
}

#product text,
#product tspan {
  text-transform: uppercase !important;
  font-family: "Roboto";
}

#product .normal-text {
  text-transform: none;
}

#product .st9-2 {
  position: relative;
}

#product .st9-2 circle {
  position: absolute;
  content: "dfdss";
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: red;
  z-index: 999;
}

@keyframes dash {
  from {
    stroke-dasharray: 870;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.md-about path,
.md-products path,
.md-network path,
.about-2 path {
  stroke-dasharray: 870;
  stroke-dashoffset: 870;
  fill-opacity: 1;
  animation: draw 10s infinite linear;
}

#line-run1,
#line-run2 {
  stroke-dasharray: 1570;
  stroke-dashoffset: 1570;
  fill-opacity: 1;
  animation: draw 10s infinite linear;
}

#slow-run1,
#slow-run2 {
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
  fill-opacity: 1;
  animation: draw 10s infinite linear;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

#services path path {
  stroke-dasharray: 870;
  stroke-dashoffset: 870;
  fill-opacity: 1;
  animation: draw 10s infinite linear;
}

.ani1 {
  animation: aniName1 2s infinite linear;
}

.ani2 {
  animation: aniName2 2s infinite linear;
}

@keyframes aniName1 {
  0% {
    opacity: 0;
    r: 80;
  }

  25% {
    opacity: 0.3;
    r: 90;
  }

  50% {
    opacity: 0.5;
    r: 95;
  }

  75% {
    opacity: 0.6;
    r: 100;
  }

  100% {
    opacity: 0;
    r: 80;
  }
}

@keyframes aniName2 {
  0% {
    opacity: 0;
    r: 110;
  }

  25% {
    opacity: 0.3;
    r: 120;
  }

  50% {
    opacity: 0.5;
    r: 125;
  }

  75% {
    opacity: 0.6;
    r: 127;
  }

  100% {
    opacity: 0;
    r: 110;
  }
}