@charset "UTF-8";

@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-Regular.ttf") format("truetype");
  font-weight: 400;
}

@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: 700;
}

object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

b,
strong,
th {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

input,
select {
  vertical-align: middle;
}

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

ol,
ul,
li {
  padding: 0;
  list-style: none;
  margin: 0;
}

label {
  font-weight: normal;
}

input[type=text],
input[type=email],
input[type=password] {
  padding-left: 12px;
  padding-right: 12px;
}

select {
  padding-left: 8px;
  cursor: pointer;
}

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

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

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

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

* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top);
}

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

.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.row {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.row>.col,
.row>[class*=col-] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

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

.pad-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pad-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pad-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.pad-10 {
  padding-left: 10px;
  padding-right: 10px;
}

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

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px;
}

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

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px;
}

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

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px;
}

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

@media (min-width: 1200px) {
  .col-mar-200 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

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

  .col-mar-110 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .col-mar-110 [class*=col-],
  .col-mar-110 .col {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .col-mar-80 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .col-mar-80 [class*=col-],
  .col-mar-80 .col {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .col-mar-23 {
    margin-left: -2.3rem;
    margin-right: -2.3rem;
  }

  .col-mar-23 [class*=col-],
  .col-mar-23 .col {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }

  .col-mar-17 {
    margin-left: -1.7rem;
    margin-right: -1.7rem;
  }

  .col-mar-17 [class*=col-],
  .col-mar-17 .col {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .col-mar-19 {
    margin-left: -1.9rem;
    margin-right: -1.9rem;
  }

  .col-mar-19 [class*=col-],
  .col-mar-19 .col {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}

@media (min-width: 767px) {
  .col-mar-100 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

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

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

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

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

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

.relative {
  position: relative;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

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

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (max-width: 991px) {
  .md-pad-7 {
    margin: 0 -7px;
  }

  .md-pad-7>[class^=col-] {
    padding: 0 7px;
  }

  .md-pad-5 {
    margin: 0 -5px;
  }

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

@media all and (max-width: 767px) {
  .sm-pad-7 {
    margin: 0 -7px;
  }

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

  .sm-pad-5 {
    margin: 0 -5px;
  }

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

  .tb-responsive {
    display: block;
  }

  .tb-responsive tbody,
  .tb-responsive tfoot,
  .tb-responsive tr,
  .tb-responsive th,
  .tb-responsive td {
    display: block;
  }

  .tb-responsive thead {
    display: none;
  }

  .tb-responsive tr:nth-child(2n) {
    background: #f5f5f5;
  }

  .tb-responsive td {
    position: relative;
    padding: 10px 10px 10px 50%;
  }

  .tb-responsive td:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    width: 50%;
    padding-right: 15px;
  }
}

@media all and (max-width: 575px) {
  .xs-pad-7 {
    margin: 0 -7px;
  }

  .xs-pad-7>[class^=col-] {
    padding: 0 7px;
  }

  .xs-pad-5 {
    margin: 0 -5px;
  }

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

.slick-list {
  margin: 0 -1.5rem;
}

.slick-list .slick-slide {
  margin: 0 1.5rem;
}

.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 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  border: solid 2px #666;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background: #666;
}

.i-select {
  position: relative;
}

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

.s-content {
  word-break: break-word;
}

.s-content a[href] {
  color: #007bff;
}

.s-content a[href]:hover {
  text-decoration: underline;
}

.s-content a,
.s-content a:hover,
.s-content a:focus,
.s-content a:active {
  text-decoration: underline;
}

.s-content ol {
  list-style: decimal;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.s-content ul {
  list-style: initial;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.s-content li {
  list-style: inherit;
  margin-bottom: 0.5rem;
}

.s-content p {
  margin-bottom: 1rem;
}

.s-content img {
  max-width: 100%;
  height: auto !important;
  margin: 1rem 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: 2rem;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

.s-content blockquote.right {
  margin-left: 2rem;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.s-content table,
.s-content iframe {
  max-width: 100%;
  max-width: calc(100vw - 3rem);
  margin: auto;
}

.s-content iframe {
  display: block;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  font-weight: 700;
}

.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}

.s-content h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.s-content h4 {
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

.s-content h5 {
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}

.s-content h6 {
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}

.hc-upload {
  position: relative;
}

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

.hc-upload .hc-del:hover {
  background: rgba(0, 0, 0, 0.85);
}

html,
body {
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  color: #000;
  min-height: 100%;
  -webkit-tab-hightlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 62.5%;
}

@media (max-width: 1600px) {
  html {
    font-size: 54%;
  }
}

.wrap {
  overflow: hidden;
}

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay03 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay09 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay14 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay16 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay18 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

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

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

@media all and (min-width: 1200px) {

  .m-nav,
  .m-nav-over {
    display: none !important;
  }
}

@media all and (max-width: 1199px) {
  .m-nav-over {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 998;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.4s ease-in-out;
  }

  .m-nav-over.active {
    width: 100%;
  }

  .m-nav {
    display: block;
    position: fixed;
    top: 0;
    width: 320px;
    max-width: 85vw;
    bottom: 0;
    z-index: 999;
    color: #fff;
    background: #283F7C;
    transition: all 0.4s ease-in-out;
    right: -320px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .m-nav.active {
    box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.15);
    right: 0;
  }

  .m-nav.active .m-nav-close {
    visibility: visible;
    opacity: 1;
  }

  /* Reset mega-menu styles for mobile */
  .m-nav .mega-menu {
    position: relative !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    /* background: rgba(255, 255, 255, 0.1) !important; */
    box-shadow: none !important;
    padding: 0 !important;
    flex-direction: column !important;
  }

  .m-nav .mega-menu.active {
    display: block !important;
  }

  .m-nav .mega-menu__column {
    padding: 10px 15px !important;
    border-right: none !important;
  }

  .m-nav .mega-menu__header {
    padding-top: 10px !important;
    /* margin-bottom: 10px !important; */
    font-size: 14px !important;
  }

  .m-nav .mega-menu__link {
    font-size: 14px !important;
    padding: 8px 0 !important;
  }

  .m-nav .m-nav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    outline: none;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    cursor: pointer;
    transition: inherit;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
  }

  .m-nav .nav-ct {
    height: 100%;
    overflow: auto;
  }

  .m-nav .nav-ct .logo {
    position: relative;
    text-align: center;
    left: 50%;
    top: inherit;
    height: auto;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 20px 0;
    border-bottom: none;
    opacity: 1;
    visibility: visible;
    max-width: inherit;
  }

  .m-nav .nav-ct .logo img {
    max-width: 12rem;
    filter: brightness(0) invert(1);
  }

  .m-nav .nav-ct .logo.black {
    display: none;
  }

  .m-nav .nav-ct .acc-login {
    color: #fff !important;
    border-color: #fff !important;
    border-bottom-width: 2px;
    display: flex;
    padding: 0 1rem;
    font-size: 1.4rem;
    height: 4.6rem;
    width: calc(100% - 4rem);
    margin: 2rem;
    margin-right: 0;
  }

  .m-nav .nav-ct .acc-login ul {
    z-index: 2;
    width: calc(100% + 1rem);
    left: -0.5rem;
  }

  .m-nav .nav-ct .btn-login {
    color: #fff !important;
    border-color: #fff !important;
    border-bottom-width: 2px;
    display: flex;
    padding: 0 1rem;
    font-size: 1.4rem;
    height: 4.6rem;
    width: calc(100% - 4rem);
    margin: 2rem;
    margin-right: 0;
  }

  .m-nav .nav-ct .btn-pri .title-btn {
    display: flex;
    height: 4.6rem;
    padding: 0 1rem;
    font-size: 1.4rem;
    width: calc(100% - 4rem);
    margin: 2rem;
  }

  /* Menu Level 1 - Main items */
  .m-nav a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 15px 12px 20px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
  }

  .m-nav a.ic-readmore {
    display: flex;
    align-items: center;
  }

  .m-nav a.ic-readmore img {
    margin-right: 1rem;
    filter: brightness(0) invert(1);
  }

  .m-nav ul {
    width: 100%;
  }

  .m-nav ul li {
    position: relative;
    width: 100%;
  }

  /* Menu Level 2 - Submenu */
  .m-nav ul ul {
    /* background: rgba(255, 255, 255, 0.08); */
    display: none;
    width: 100%;
    position: relative;
    left: 0;
    box-shadow: none;
    /* border-left: 3px solid rgba(255, 255, 255, 0.3); */
    margin-left: 15px;
  }

  .m-nav ul ul a {
    padding: 10px 15px 10px 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }

  /* Menu Level 3 - Sub-submenu */
  .m-nav ul ul ul {
    padding-left: 0;
    width: 100%;
    margin-left: 10px;
  }

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

  .m-nav ul ul ul a {
    padding: 8px 15px 8px 15px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 400;
  }

  /* Menu Level 4 */
  .m-nav ul ul ul ul {
    margin-left: 10px;
  }

  .m-nav ul ul ul ul a {
    padding-left: 15px;
    font-size: 12px;
  }

  /* Fix submenu display */
  .m-nav ul ul.active {
    display: block !important;
  }

  .m-nav li {
    overflow: hidden;
  }

  .m-nav li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .fa .fa-chevron-down .menu-arrow {
    display: none;
  }

  .m-nav .acd-drop {
    width: 40px;
    height: 40px;
    float: right;
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #fff;
    font-family: monospace;
    outline: none;
    cursor: pointer;
    /* background: rgba(255, 255, 255, 0.1); */
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 5px; */
    flex-shrink: 0;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 11;
  padding: 1rem 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
}

header.v2 {
  background-color: #D9D9D9;
}

header.v3 {
  background-color: #283F7C;
  color: #fff;
}

header.v3 .logo img {
  filter: brightness(0) invert(1);
}

header.v3 .right-header .link-special:hover {
  background-color: #E02228;
}

header.v3 .search-header .ic-search:hover {
  color: #E02228;
}

header.v3 .icon-menu span {
  background-color: #fff;
}

header.scroll {
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.32);
  padding: 1rem 2rem;
}

header.scroll .logo img {
  max-width: 8rem;
}

header.scroll .d-nav>ul>li>ul {
  top: calc(100% + 1.6rem);
  width: 1100px;
}

.logo {
  margin-left: 3rem;
}

.logo img {
  max-width: 10rem;
  transition: 0.3s ease-in-out;
}

.wrap-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.right-header {
  position: relative;
  display: flex;
  align-items: center;
}

.right-header .link-special {
  margin-right: 4rem;
  color: #283F7C;
  border: 1px solid #283F7C;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 10rem;
  height: 2.7rem;
  padding: 0 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.right-header .link-special:hover {
  background-color: #283F7C;
  color: #fff;
}

.search-header {
  position: initial !important;
}

.search-header .ic-search {
  transition: 0.2s ease-in-out;
  font-size: 1.7rem;
}

.search-header .ic-search:hover {
  color: #283F7C;
}

.search-header .box-search {
  position: absolute;
  width: 43.4rem;
  right: 0;
  z-index: 2;
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  display: none;
  top: calc(100% + 1.6rem);
  background: #fff;
  padding: 0;
}

.search-header .box-search:before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1rem);
  width: 1.6rem;
  height: 1.6rem;
  right: 6rem;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
}

@media (max-width: 1199px) {
  .search-header .box-search:before {
    right: 10rem;
  }
}

@media (max-width: 767px) {
  .search-header .box-search:before {
    right: 9rem;
  }
}

@media (max-width: 575px) {
  .search-header .box-search {
    width: calc(100vw - 3rem);
    right: -0.5rem;
  }

  .mega-menu .mega-menu__column {
    background-color: #283F7C;
  }
}

.search-header .search-fr {
  position: relative;
  z-index: 1;
}

.search-header .search-fr input {
  background-color: #fff;
  width: 100%;
  height: 4.6rem;
  color: #000;
  border: none;
}

.search-header .search-fr input::-webkit-input-placeholder {
  color: #000;
}

.search-header .search-fr input:-moz-placeholder {
  color: #000;
}

.search-header .search-fr input::-moz-placeholder {
  color: #000;
}

.search-header .search-fr input:-ms-input-placeholder {
  color: #000;
}

.search-header .search-fr input {
  padding-right: 5rem;
  padding-left: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 4px;
}

.search-header .search-fr input::placeholder {
  color: #999;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.search-header .search-fr button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  color: #283F7C;
  font-size: 1.8rem;
}

.form-search-head {
  position: relative;
  max-width: 50%;
  margin: 0 auto;
}

.form-search-head .form-control {
  padding: 1rem 7.5rem 1rem 2rem;
  height: 5rem;
  font-size: 1.6rem;
  box-shadow: none;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0.6rem;
  background-color: rgba(255, 255, 255, 0.1);
}

.form-search-head .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-search-head .form-control:focus {
  border-color: #E02228;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-search {
  position: absolute;
  right: 0;
  font-size: 2rem;
  height: 100%;
  width: 6rem;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.lang-header {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  margin-left: 3rem;
}

.lang-header .label {
  cursor: pointer;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  font-size: 1.7rem;
}

.lang-header .label img {
  border-radius: 50%;
}

.lang-header ul {
  display: none;
  position: absolute;
  border-radius: 4px;
  left: 0;
  width: auto;
  top: calc(100% + 10px);
}

.lang-header ul li {
  display: block;
  margin-bottom: 1rem;
}

.lang-header ul li a {
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
}

.lang-header ul li a img {
  border-radius: 50%;
}

.d-nav {
  margin-right: 3rem;
}

.d-nav>ul>li {
  display: inline-block;
  margin: 0 3rem;
  position: initial;
}

.d-nav>ul>li>a {
  position: relative;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}

.d-nav>ul>li>a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5rem;
  top: 100%;
}

.d-nav>ul>li>a:hover {
  color: #E02228;
}

.d-nav>ul>li>.mega-menu {
  position: absolute;
  padding: 0;
  right: 0;
  width: 1200px;
  background-color: #283F7C;
  color: #fff;
  top: calc(100% + 2.1rem);
  display: flex;
  flex-wrap: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  overflow: hidden;
}

.d-nav>ul>li>.mega-menu .mega-menu__column {
  flex: 1;
  padding: 2.5rem 4.5rem;
  /* border-right: 1px solid rgba(255, 255, 255, 0.15); */
}

.d-nav>ul>li>.mega-menu .mega-menu__column:last-child {
  border-right: none;
}

.d-nav>ul>li>.mega-menu .mega-menu__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.d-nav>ul>li>.mega-menu .mega-menu__header i {
  font-size: 1.8rem;
}

.d-nav>ul>li>.mega-menu .mega-menu__list .mega-menu__item {
  margin-bottom: 1.2rem;
}

.d-nav>ul>li>.mega-menu .mega-menu__list .mega-menu__item:last-child {
  margin-bottom: 0;
}

.d-nav>ul>li>.mega-menu .mega-menu__link {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 2.0;
  transition: 0.2s ease-in-out;
  display: block;
}

.d-nav>ul>li>.mega-menu .mega-menu__link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.d-nav>ul>li>.mega-menu .mega-menu__link--parent {
  font-weight: 400;
  display: flex;
  align-items: center;
}

.d-nav>ul>li>.mega-menu .mega-menu__link--parent:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  margin-left: 0.5rem;
  font-size: 1.2rem;
}

.d-nav>ul>li>.mega-menu .mega-menu__sublist {
  margin-top: 0.8rem;
  padding-left: 1.5rem;
  /* border-left: 1px solid rgba(255, 255, 255, 0.2); */
}

.d-nav>ul>li>.mega-menu .mega-menu__sublist li {
  margin-bottom: 0.8rem;
}

.d-nav>ul>li>.mega-menu .mega-menu__sublist li:last-child {
  margin-bottom: 0;
}

.d-nav>ul>li>.mega-menu .mega-menu__sublink {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  line-height: 1.7;
  transition: 0.2s ease-in-out;
}

.d-nav>ul>li>.mega-menu .mega-menu__sublink:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 1rem;
  flex-shrink: 0;
}

.d-nav>ul>li>.mega-menu .mega-menu__sublink:hover {
  color: #fff;
}

.d-nav>ul>li>.mega-menu .mega-menu__sublink:hover:before {
  background-color: #fff;
}

.d-nav>ul>li:hover>.mega-menu,
.d-nav>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}

/* Menu arrow for items with submenu */
.d-nav>ul>li>a .menu-arrow {
  margin-left: 6px;
  font-size: 7px;
  transform: translateY(-2px);
  transition: transform 0.2s ease-in-out;
  display: inline-block;
}

.d-nav>ul>li:hover>a .menu-arrow {
  transform: rotate(180deg) translateY(2px);
}

.icon-menu {
  display: none;
}

@media (max-width: 1199px) {
  .d-nav {
    display: none;
  }

  .icon-menu {
    display: block;
    width: 2.4rem;
    position: relative;
    margin-left: 2rem;
  }

  .icon-menu span {
    display: block;
    background-color: #283F7C;
    width: 100%;
    margin: 1.5px 0;
    border-radius: 3px;
    height: 2px;
    float: right;
  }

  .icon-menu span:first-child {
    margin-top: 0;
  }

  .icon-menu span:nth-child(2n+1) {
    width: 18px;
  }

  .icon-menu span:last-child {
    margin-bottom: 0;
  }

  header {
    padding: 1rem 2rem;
  }

  header .logo {
    margin-left: 0;
  }

  header .logo img {
    max-width: 8rem;
  }
}

@media (max-width: 767px) {
  #morphing-content {
    padding: 0 !important;
  }

  .form-search-head {
    max-width: calc(100% - 30px);
  }

  .right-header .link-special {
    margin-right: 2rem;
  }

  .lang-header {
    margin-left: 2rem;
  }
}

#morphing-content,
#morphing-form {
  display: none;
}

.morphing-btn-wrap {
  display: inline-block;
  position: relative;
  text-align: center;
}

.morphing-btn {
  transition: color 0.3s 0s, width 0.2s 0s !important;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 1.7rem;
}

.morphing-btn_circle {
  color: transparent !important;
  background-color: rgba(0, 0, 0, 0) !important;
  padding-left: 0;
  padding-right: 0;
  width: 40px !important;
  height: 40px !important;
  /* Override inline style rule */
  transition: color 0.2s 0s, width 0.3s 0s !important;
}

.fix-right .morphing-btn-clone {
  transition: all 0.3s ease-in-out;
}

.morphing-btn-clone {
  position: fixed;
  background: #283F7C;
  border-radius: 50%;
  z-index: 3;
  transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.morphing-btn-clone_visible {
  display: block;
  transform: scale(1) !important;
}

.fancybox-morphing .fancybox-bg {
  background: #283F7C;
  opacity: 1;
}

.fancybox-morphing .fancybox-toolbar {
  top: 2rem;
  right: 4rem;
}

@media (max-width: 767px) {
  .fancybox-morphing .fancybox-toolbar {
    top: 1rem;
    right: 1rem;
  }
}

.fancybox-morphing .fancybox-button--close {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
}

.fancybox-morphing .fancybox-button--close::after,
.fancybox-morphing .fancybox-button--close::before {
  height: 1.55px;
  width: 22px;
  left: calc(50% - 11px);
}

.fancybox-morphing .fancybox-button--close:hover {
  background: rgba(0, 0, 0, 0.25);
}

/* Styling for element used in example */
#morphing-content {
  margin: 0;
  position: relative;
  background: transparent;
  color: #fff;
  padding: 3rem;
  line-height: 2;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}

#morphing-content a {
  color: #fff;
}

.fancybox-morphing .fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}

footer {
  padding: 3rem 7rem;
  background-color: #283F7C;
  color: #BEBEBE;
  font-size: 1.2rem;
}

footer a {
  transition: 0.2s;
}

footer a:hover {
  color: #E02228;
}

.title-link {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}

.ft-logo img {
  max-width: 13.4rem;
  filter: brightness(0) invert(1);
}

.ft-link li {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.ft-link li a {
  font-size: 1.2rem;
  display: block;
}

.ft-info {
  padding-right: 15%;
}

.ft-info li:not(:last-child) {
  margin-bottom: 1.2rem;
}

.ft-contact {
  margin-top: 2.5rem;
  line-height: 2;
}

.ft-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ft-social li {
  display: inline-block;
  margin: 0 1rem;
}

.ft-social li:last-child {
  margin-right: 0;
}

.ft-social li a {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b5b5b5;
  color: #283F7C;
  font-size: 1.4rem;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
}

.ft-social li a:hover {
  background-color: #E02228;
  color: #fff;
}

.ft-bottom {
  border-top: 1px solid #fff;
  padding-top: 2.4rem;
  margin-top: 3rem;
  color: #E0E0E0;
}

.copyright {
  margin-right: 5rem;
  white-space: nowrap;
}

.ft-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.ft-control .left {
  display: flex;
  align-items: center;
  color: #B5B5B5;
}

.ft-control .left ul li {
  display: inline-block;
  line-height: 1;
}

.ft-control .left ul li:not(:last-child) {
  margin-right: 1.5rem;
  padding-right: 1.5rem;
  border-right: 1px solid #fff;
}

.ft-control .left ul li a {
  transition: 0.2s;
}

.ft-control .left ul li:hover a {
  color: #E02228;
}

@media (max-width: 1450px) {
  .copyright {
    margin-right: 3rem;
  }

  .ft-control .left ul li {
    border-right: none !important;
  }

  .ft-info {
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .ft-link {
    display: none;
  }

  .title-link {
    display: none;
  }

  footer {
    padding: 3rem;
  }
}

@media (max-width: 991px) {
  .ft-bottom {
    border-top: none;
    padding-top: 0;
  }

  .ft-info,
  .ft-contact {
    margin-bottom: 2rem;
  }

  .ft-contact {
    margin-top: 0;
  }

  .ft-info li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 767px) {
  .ft-control {
    flex-direction: column;
  }

  .copyright {
    margin-right: 2rem;
  }

  .ft-social {
    margin-top: 2rem;
  }

  .ft-control .left ul li:not(:last-child) {
    margin-right: 1rem;
    padding-right: 1rem;
  }
}

.pd45 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

@media (max-width: 991px) {
  .pd45 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

.cas-home .slick-list {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cas-home .slick-dots {
  position: absolute;
  right: 1rem;
  bottom: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.cas-home .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 0.5rem;
  transition: 0.2s ease-in-out;
}

.cas-home .slick-dots li.slick-active {
  background-color: #E02228;
}

.wrap-banner {
  display: flex !important;
  align-items: center;
  background-color: #1A3477;
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: calc(100vh - 11.7rem);
}

.wrap-banner:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 50%;
  left: -18%;
  transform: translateY(-50%) scale(2);
  background: radial-gradient(50% 50% at 50% 50%, rgba(222, 231, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

.wrap-banner .left {
  flex: 0 0 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 10%;
}

.wrap-banner .img {
  position: relative;
}

.wrap-banner .img .line {
  position: absolute;
  width: 124%;
  height: 124%;
  left: -12%;
  top: -12%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.wrap-banner .img .line.line1 {
  transition: 0.4s ease-in-out;
  animation: rotateCircle 20s linear infinite;
}

.wrap-banner .img .line.line1:before {
  content: "";
  position: absolute;
  width: 6.6rem;
  height: 6.6rem;
  background-color: #fff;
  top: -3.3rem;
  left: calc(50% - 3.3rem);
  border-radius: 50%;
}

.wrap-banner .img .line.line1:after {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  background-color: #E02228;
  bottom: -1.3rem;
  left: calc(50% - 1.3rem);
  border-radius: 50%;
}

.wrap-banner .img .line.line2,
.wrap-banner .img .line.line3,
.wrap-banner .img .line.line4 {
  animation: scalebanner 3s linear infinite;
  animation-delay: 1s;
}

@keyframes scalebanner {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  25% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

.wrap-banner .img .line.line2 {
  width: 124%;
  height: 124%;
  left: -12%;
  top: -12%;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation-delay: 0.6s;
}

.wrap-banner .img .line.line3 {
  width: 160%;
  height: 160%;
  left: -30%;
  top: -30%;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation-delay: 0.8s;
}

.wrap-banner .img img {
  border-radius: 50%;
  width: 46.6rem;
  height: 46.6rem;
}

.wrap-banner .ct {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-left: 14rem;
  padding-right: 10%;
}

@media (min-width: 1450px) {
  .wrap-banner .ct {
    padding-right: 15%;
  }
}

@media (min-width: 768px) {
  .wrap-banner .ct {
    margin-top: -10%;
  }
}

.wrap-banner .ct .head {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.wrap-banner .ct .title {
  font-weight: 300;
  font-size: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  max-height: calc(1.2em * 3);
}

@keyframes rotateCircle {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.home-intro {
  position: relative;
  padding-left: 8%;
  display: flex;
  padding-top: 15rem;
  margin-bottom: 15rem;
  z-index: 1;
}

.home-intro .content {
  flex: 0 0 24%;
  font-size: 4rem;
  line-height: 1.175;
}

.home-intro .content .title {
  font-weight: 300;
  color: #283F7C;
  margin-bottom: 1.5rem;
}

.home-intro .content .desc {
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 4rem;
}

.home-intro .content .viewmore {
  color: #283F7C;
  border: 1px solid #283F7C;
  padding: 0 1.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  height: 3.8rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.4rem;
  padding-top: 0.2rem;
  transition: 0.3s ease-in-out;
}

.home-intro .content .viewmore:hover {
  color: #E02228;
  border-color: #E02228;
}

.wrap-cas-intro {
  flex-grow: 1;
  overflow: hidden;
  padding-right: 1.6rem;
}

.cas-intro {
  position: inherit;
  margin-left: 5%;
}

.cas-intro .slick-list {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  padding: 1rem 0;
}

.cas-intro .item {
  display: block;
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  transition: 0.4s ease-in-out;
}

.cas-intro .item:hover {
  transform: scale(1.04);
}

.cas-intro .item .img {
  display: block;
  padding-top: 160.507246377%;
  transition: 0.3s ease-in-out;
}

.cas-intro .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cas-intro .item .ct-abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2.8rem 2rem;
  background-color: #F5F5F5;
  transition: 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.cas-intro .item .ct-abs .head {
  display: flex;
  align-items: center;
  color: #283F7C;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}

.cas-intro .item .ct-abs .head .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  max-height: calc(1.5em * 2);
}

.cas-intro .item .ct-abs .head .ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 5.3rem;
  height: 5.3rem;
  border-radius: 50%;
  border: 1px solid #283F7C;
  margin-right: 1.5rem;
}

.cas-intro .item .ct-abs .head .ic img {
  max-width: 60%;
  max-height: 60%;
}

@media (max-width: 1450px) {
  .cas-intro .item .ct-abs .head {
    font-size: 2rem;
  }

  .cas-intro .item .ct-abs .head .ic {
    flex: 0 0 5.3rem;
    height: 5.3rem;
  }
}

.cas-intro .item .ct-abs ul li {
  margin-bottom: 2rem;
  position: relative;
  padding-left: 1.2rem;
}

.cas-intro .item .ct-abs ul li:last-child {
  margin-bottom: 0;
}

.cas-intro .item .ct-abs ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #FF4D43;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}

.cas-intro .item .ct-abs ul li a {
  color: #555;
  font-size: 1.6rem;
  transition: 0.2s ease-in-out;
}

.cas-intro .item .ct-abs ul li:hover:before {
  opacity: 1;
  visibility: visible;
}

.cas-intro .item .ct-abs ul li:hover a {
  text-decoration: underline;
}

.cas-intro .item .ct-abs .desc {
  max-height: 70%;
  overflow-y: auto;
  margin-right: -0.8rem;
  padding-right: 0.8rem;
  /* width */
}

.cas-intro .item .ct-abs .desc::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
}

.cas-intro .item .ct-abs .desc {
  /* Track */
}

.cas-intro .item .ct-abs .desc::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.cas-intro .item .ct-abs .desc {
  /* Handle */
}

.cas-intro .item .ct-abs .desc::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}

.cas-intro .item .ct-abs .desc {
  /* Handle on hover */
}

.cas-intro .item .ct-abs .desc::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.cas-intro .item .ct {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 3.5rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.4s ease-in-out;
}

.cas-intro .item .ct:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2.46%, #1a1a1a 100%);
  transition: 0.4s ease-in-out;
}

.cas-intro .item .ct {
  /*&:after{
  	content: '';
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	height: 0;
  	width: 100%;
  	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 2.46%, #283F7C 100%);
  	transition: 0.4s ease-in-out;
  }*/
}

.cas-intro .item .ct .title {
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-size: 2.3rem;
  margin-bottom: 0.5rem;
}

.cas-intro .item .ct .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: calc(1.5em * 2);
}

.cas-intro .item:hover .img {
  opacity: 0;
  transform: scaele(0);
}

.cas-intro .item:hover .ct-abs {
  opacity: 1;
  visibility: visible;
}

.cas-intro .item:hover .ct {
  opacity: 0;
  visibility: hidden;
}

.cas-intro .item:hover .ct:before {
  opacity: 0;
  visibility: hidden;
}

.cas-intro .arrow-pri {
  position: absolute;
  left: 8%;
  bottom: 2rem;
}

.cas-intro .arrow-pri.next {
  left: calc(8% + 7rem);
}

.arrow-pri {
  width: 4.6rem;
  height: 4.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #828282;
  color: #828282;
  font-size: 2.2rem;
  transition: 0.2s ease-in-out;
}

.arrow-pri:hover {
  color: #E02228;
  border-color: #E02228;
}

.arrow-pri.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.home-about {
  color: #fff;
  padding: 7rem 0 7rem 0;
  position: relative;
}

.home-about:before {
  content: "";
  position: absolute;
  left: 4.5rem;
  top: 0;
  width: calc(100% - 9rem);
  height: 100%;
  background-color: #283F7C;
}

.home-about .title {
  position: relative;
  font-weight: 500;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 9rem;
}

.home-about .dc {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28rem;
  height: 28rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.home-about .ani-dc {
  width: 100%;
  height: 28rem;
  position: relative;
}

.home-about .ani-dc .line {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform-origin: 50% 50%;
  animation: scale 4s linear infinite;
  animation-delay: 0.3s;
}

.home-about .ani-dc .line.line2 {
  width: 200%;
  height: 200%;
  animation-delay: 0.9s;
}

.home-about .ani-dc .line.line3 {
  width: 350%;
  height: 350%;
  animation-delay: 1.5s;
}

.home-about .ani-dc .line.line4 {
  width: 500%;
  height: 500%;
  animation-delay: 2.1s;
}

@keyframes scale {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }

  25% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

.item-number {
  margin-bottom: 6rem;
  position: relative;
}

.item-number .ct {
  font-weight: 500;
  font-size: 5rem;
  line-height: 1.1818181818;
}

.item-number .desc {
  font-weight: 500;
  font-size: 1.8rem;
}

.home-partner {
  position: relative;
  z-index: 1;
  padding: 8rem 0;
}

.tabs-partner .nav-tabs {
  border-bottom: none;
  justify-content: center;
  margin-bottom: 8rem;
}

.tabs-partner .nav-tabs .nav-item {
  margin-bottom: 0;
  margin-right: 4rem;
}

.tabs-partner .nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.tabs-partner .nav-tabs .nav-link {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1777777778;
  color: #B9C3DD;
  border: none;
  position: relative;
  padding-left: 3.7rem;
  transition: 0.2s ease-in-out;
}

.tabs-partner .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #B9C3DD;
  border-radius: 50%;
  border: 0.4rem solid #B9C3DD;
  transition: 0.2s ease-in-out;
}

.tabs-partner .nav-tabs .nav-link:hover {
  color: #000;
}

.tabs-partner .nav-tabs .nav-link.active {
  color: #000;
}

.tabs-partner .nav-tabs .nav-link.active:before {
  background-color: #E02228;
  border-color: #B9C3DD;
}

.list-partner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.item-partner {
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  margin-left: -1px;
  margin-top: -1px;
  flex: 0 0 12.5%;
}

@media (max-width: 1600px) {
  .item-partner {
    flex: 0 0 14.2857142857%;
  }
}

@media (max-width: 1199px) {
  .item-partner {
    flex: 0 0 20%;
  }
}

@media (max-width: 767px) {
  .item-partner {
    flex: 0 0 25%;
  }
}

@media (max-width: 575px) {
  .item-partner {
    flex: 0 0 33.333333%;
  }
}

.item-partner img {
  max-width: 70%;
  max-height: 70%;
  transition: 0.4s ease-in-out;
}

@media (min-width: 992px) {
  .item-partner img {
    /*filter: grayscale(1);
    opacity: 0.6;*/
  }
}

.item-partner:hover img {
  transform: scale(1.1);
}

.home-itera {
  margin-bottom: 10rem;
}

.wrap-home-itera {
  background: #282a63 url("../images/bg-wellcome.jpg") no-repeat center bottom 10%;
  background-size: 95% auto;
  padding: 6rem 2rem 35rem 2rem;
  text-align: center;
}

.wrap-home-itera .title {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 2rem;
}

.wrap-home-itera .viewmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  color: #283F7C;
  padding: 0 1.5rem;
  height: 3.8rem;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
  transition: 0.4s ease-in-out;
}

.wrap-home-itera .viewmore:hover {
  background-color: #E02228;
  color: #fff;
}

.home-news {
  padding-bottom: 5rem;
}

.item-news-home {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
  border: 1px solid #E0E0E0;
}

.item-news-home .img {
  position: relative;
  display: block;
  flex: 0 0 19.4rem;
  overflow: hidden;
}

.item-news-home .img img {
  height: 19.4rem;
  width: 100%;
  transition: 0.4s ease-in-out;
}

.item-news-home .img:hover img {
  transform: scale(1.05);
}

.item-news-home .ct {
  padding: 1rem 3rem;
}

.item-news-home .ct .control {
  color: #B7B7B7;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.item-news-home .ct .control span {
  display: block;
}

.item-news-home .ct .control .cate {
  text-transform: uppercase;
}

.item-news-home .ct .title a {
  transition: 0.3s ease-in-out;
  font-size: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.667em;
  max-height: calc(1.667em * 2);
}

.item-news-home .ct .title:hover a {
  color: #E02228;
}

.item-news-home.hot {
  flex-direction: row-reverse;
}

.item-news-home.hot .img {
  flex: 0 0 50%;
}

.item-news-home.hot .img img {
  height: 37rem;
}

.item-news-home.hot .ct {
  padding: 1rem 5rem;
}

@media (min-width: 1200px) {
  .item-news-home.hot .ct {
    margin-top: -6%;
  }
}

.item-news-home.hot .ct .title a {
  font-size: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  max-height: calc(1.5em * 2);
}

@media (max-width: 1700px) {
  .home-intro {
    padding-top: 10rem;
    margin-bottom: 10rem;
  }

  .home-intro .content {
    font-size: 3.2rem;
  }
}

@media (max-width: 1199px) {
  .home-intro {
    padding-left: 4.5rem;
  }

  .cas-intro .arrow-pri {
    left: 4.5rem;
  }

  .cas-intro .arrow-pri.next {
    left: 11rem;
  }

  .wrap-banner .ct {
    padding-right: 5%;
  }

  .wrap-banner .ct .title {
    font-size: 4rem;
  }

  .wrap-banner .img img {
    width: 40rem;
    height: 40rem;
  }

  .wrap-banner {
    height: calc(100vh - 5.7rem);
  }
}

@media (max-width: 991px) {
  .wrap-banner {
    flex: 0 0 40%;
    height: 50rem;
  }

  .wrap-banner .left {
    padding-left: 2rem;
    justify-content: center;
  }

  .wrap-banner .ct {
    margin-left: 5%;
  }

  .wrap-banner .ct .title {
    font-size: 3.6rem;
  }

  .wrap-banner .ct .head {
    font-size: 2.2rem;
  }

  .wrap-banner .img .line.line1:before {
    width: 4rem;
    height: 4rem;
    top: -2rem;
  }

  .wrap-banner .img img {
    width: 30rem;
    height: 30rem;
  }

  .home-intro {
    display: block;
    padding: 5rem 0 0 1.5rem;
    margin-bottom: 5rem;
  }

  .home-intro .content {
    text-align: center;
    margin-bottom: 3rem;
    padding-right: 1.5rem;
  }

  .home-intro .content .desc {
    margin-bottom: 2.5rem;
  }

  .cas-intro {
    margin-left: 0;
    margin-bottom: 7rem;
  }

  .cas-intro .arrow-pri {
    left: inherit !important;
    top: inherit;
    bottom: inherit;
    right: 8rem;
    bottom: 0;
  }

  .cas-intro .arrow-pri.next {
    right: 2rem;
  }

  .home-about .title {
    margin-bottom: 6rem;
  }

  .home-about:before {
    left: 0;
    width: 100%;
  }

  .home-partner {
    padding: 5rem 0;
  }

  .tabs-partner .nav-tabs {
    margin-bottom: 4rem;
  }

  .tabs-partner .nav-tabs .nav-link {
    font-size: 3.6rem;
  }

  .item-number .ct {
    font-size: 4.6rem;
  }

  .item-number .desc {
    font-size: 1.8rem;
  }

  .item-news-home .img {
    flex: 0 0 40%;
  }

  .item-news-home .img img {
    height: 16rem;
  }

  .item-news-home .ct {
    padding: 1rem 2rem;
  }

  .item-news-home.hot .ct {
    padding: 2rem;
  }

  .item-news-home.hot .img img {
    height: 28rem;
  }

  .home-banner.pd45 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .wrap-home-itera {
    padding-top: 5rem;
    padding-bottom: 24rem;
    background-size: 100% auto;
  }

  .wrap-home-itera .title {
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .home-news {
    padding-bottom: 3rem;
  }

  .item-news-home {
    margin-bottom: 3rem;
  }

  .item-news-home.hot {
    display: block;
  }

  .item-news-home.hot .img img {
    height: auto;
  }

  .wrap-banner {
    flex-direction: column-reverse;
    height: auto;
    padding: 4rem 0 10rem 0;
    justify-content: center;
  }

  .wrap-banner .left {
    padding-left: 0;
  }

  .wrap-banner .ct {
    margin-bottom: 7rem;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .wrap-banner {
    padding-bottom: 11rem;
  }

  .wrap-banner .ct .title {
    font-size: 2.6rem;
  }

  .wrap-banner .img img {
    width: 26rem;
    height: 26rem;
  }

  .home-intro .content {
    font-size: 2.6rem;
  }

  .home-about {
    padding: 5rem 0;
  }

  .home-about .dc {
    width: 15rem;
    height: 15rem;
  }

  .home-about .ani-dc {
    height: 15rem;
  }

  .home-about .title {
    font-size: 3.4rem;
    margin-bottom: 4rem;
  }

  .item-number {
    margin-bottom: 4rem;
  }

  .item-number .desc {
    font-size: 1.6rem;
  }

  .item-number .ct {
    font-size: 3.6rem;
  }

  .cas-intro .item .ct {
    padding: 2rem;
  }

  .tabs-partner .nav-tabs .nav-item {
    margin-right: 2.5rem;
  }

  .tabs-partner .nav-tabs .nav-link {
    font-size: 3rem;
  }

  .item-news-home.hot .ct .title a {
    font-size: 2.6rem;
  }

  .cas-home .slick-dots {
    right: 0;
    bottom: 1rem;
    height: auto;
    width: 100%;
    flex-direction: row;
  }

  .wrap-home-itera {
    padding-bottom: 18rem;
  }
}

.direction-page .breadcrumb {
  background-color: transparent;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  padding: 2rem 5rem;
  margin-bottom: 2rem;
}

.direction-page .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #1a1a1a;
}

.direction-page .breadcrumb-item i {
  color: #D9D9D9;
  margin-right: 1rem;
  transition: 0.2s;
}

.direction-page .breadcrumb-item a {
  transition: 0.2s;
}

.direction-page .breadcrumb-item:hover a {
  color: #E02228;
}

.direction-page .breadcrumb-item:hover a i {
  color: #E02228;
}

.direction-page .breadcrumb-item+.breadcrumb-item {
  padding-left: 1rem;
}

.direction-page .breadcrumb-item+.breadcrumb-item:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  padding-right: 1rem;
}

.page-recruit .banner.v2 {
  padding: 9rem 0;
}

.banner.v2 .direction-page .breadcrumb {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.banner.v2 .direction-page .breadcrumb-item {
  color: #fff;
}

.banner.v2 .direction-page .breadcrumb-item+.breadcrumb-item:before {
  color: #fff;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination nav>.pagination {
  margin-bottom: 5rem;
  padding: 0 2rem;
}

.pagination .page-item {
  margin: 0 0.3rem;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  font-size: 2.6rem;
  position: relative;
  padding-bottom: 0.3rem !important;
}

.pagination .page-item.active .page-link {
  background-color: #283F7C;
  border-color: #283F7C;
}

.pagination .page-link {
  width: 100%;
  height: 3.8rem;
  width: 3.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  border-radius: 0.4rem !important;
  transition: 0.3s;
  box-shadow: none !important;
  padding: 0 !important;
  margin-left: 0;
}

@media (max-width: 767px) {
  .pagination .page-link {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.page-recruit .banner {
  background-size: cover;
  padding: 9rem 0 16rem 0;
}

.page-recruit .banner .title {
  font-weight: 300;
  color: #fff;
  font-size: 4rem;
}

.search-pri {
  position: relative;
  background-color: #eee;
  padding: 2.2rem 10.8rem 2.2rem 2.5rem;
}

.search-pri .form-group {
  position: relative;
  margin-bottom: 0;
}

.search-pri .form-group:before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1.2rem;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.6rem solid #283F7C;
  pointer-events: none;
}

.search-pri .form-control {
  font-size: 1.3rem;
  border-radius: 4px;
  height: 3.2rem !important;
  appearance: none;
  border: 1px solid #fff;
  box-shadow: none;
  color: #AFAFAF;
  padding-left: 1.2rem;
  padding-right: 2.2rem;
  transition: 0.3s ease-in-out;
}

.search-pri .form-control:focus {
  border-color: #E02228;
}

.btn-seach-pri {
  position: absolute;
  top: 2.2rem;
  right: 2.5rem;
}

.btn-seach-pri button {
  color: #fff;
  width: 3.4rem;
  height: 3.2rem;
  background-color: #283F7C;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}

.btn-seach-pri button i {
  transform: rotate(90deg);
}

.btn-seach-pri button:hover {
  background-color: #E02228;
}

@media (max-width: 991px) {
  .search-pri {
    padding: 2rem;
  }

  .search-pri .form-group {
    margin-bottom: 1rem;
  }

  .btn-seach-pri {
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }

  .btn-seach-pri button {
    width: 10rem;
  }
}

.recruit-hightlight {
  position: relative;
  margin-top: -10rem;
  margin-bottom: 6rem;
}

.recruit-hightlight:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6.7rem;
  width: 100%;
  height: 1px;
  background-color: #E02228;
}

.cas-recruit .slick-list {
  margin-left: -6rem;
  margin-right: -6rem;
}

.cas-recruit .slick-list .slick-slide {
  margin-left: 6rem;
  margin-right: 6rem;
}

.cas-recruit .arrow {
  position: absolute;
  left: -7rem;
  top: 63%;
  transform: translateY(-50%);
  font-size: 2.2rem;
  transition: 0.2s;
}

.cas-recruit .arrow.next {
  left: inherit;
  right: -7rem;
}

.cas-recruit .arrow:hover {
  color: #E02228;
}

.item-recruit .img {
  position: relative;
  display: block;
  padding-top: 56.300268096%;
  margin-bottom: 2rem;
  overflow: hidden;
}

.item-recruit .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
}

.item-recruit .img:hover img {
  transform: scale(1.03);
}

.item-recruit .ct .title {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #E02228;
  position: relative;
}

.item-recruit .ct .title:before {
  content: "";
  position: absolute;
  left: -4rem;
  width: 1rem;
  height: 1rem;
  background-color: #E02228;
  bottom: -0.5rem;
  border-radius: 50%;
  pointer-events: none;
}

.item-recruit .ct .title a {
  font-weight: 600;
  font-size: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6666666667em;
  height: calc(1.6666666667em * 2);
  transition: 0.3s ease-in-out;
}

.item-recruit .ct .title:hover a {
  color: #E02228;
}

.item-recruit .ct .info {
  color: #828282;
}

.item-recruit .ct .info li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.item-recruit .ct .info li img {
  flex: 0 0 1.6rem;
  margin-right: 0.8rem;
}

.wrap-list-recruit {
  margin-bottom: 6rem;
}

.tb-recruit {
  max-width: 90%;
  margin: 0 auto;
}

.tb-recruit .table {
  font-size: 2rem;
}

.tb-recruit .table th {
  font-weight: 400;
  font-size: 2.2rem;
}

.tb-recruit .table .name {
  transition: 0.2s;
  display: block;
}

.tb-recruit .table .name:hover {
  color: #E02228;
}

.tb-recruit .table td {
  font-weight: 300;
}

.tb-recruit .table th,
.tb-recruit .table td {
  border-top: none;
  border-bottom: 1px solid #E0E0E0;
  padding: 3rem 1rem;
  vertical-align: middle;
}

.tb-recruit .table th:first-child,
.tb-recruit .table td:first-child {
  padding-left: 0;
}

.tb-recruit .table tr:last-child td {
  border-bottom: none;
}

.intro-recruit {
  background-color: #618CFF;
  color: #fff;
  text-align: center;
  padding: 7.5rem 0;
}

.intro-recruit .ct {
  max-width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.intro-recruit .ct .title {
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.171875;
  letter-spacing: 0.01em;
  margin-bottom: 2rem;
}

.intro-recruit .ct .desc {
  font-size: 2.4rem;
  letter-spacing: 0.01em;
  margin-bottom: 6rem;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4583333333;
}

.intro-recruit .ct .btn-second {
  background-color: #fff;
  border-radius: 0.8rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 600;
  height: 7.2rem;
  display: inline-flex;
  align-items: center;
  padding: 0 1rem 0 4rem;
  transition: 0.4s ease-in-out;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.intro-recruit .ct .btn-second i {
  margin-left: 2rem;
  color: #E02228;
  font-size: 2.8rem;
}

.intro-recruit .ct .btn-second:hover {
  color: #E02228;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.32);
}

.page-contact {
  padding: 10rem 0;
  position: relative;
}

.page-contact .dc {
  position: absolute;
  left: -15%;
  width: 62%;
  top: -7%;
}

.top-contact {
  margin-bottom: 5rem;
  position: relative;
}

.head-contact span {
  font-weight: 500;
  font-size: 2rem;
}

.head-contact .title {
  color: #283F7C;
  font-weight: 300;
  font-size: 6.7rem;
  line-height: 1.1791044776;
}

.info-contact .title {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 10rem;
}

.info-contact .mail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 5.2rem;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 4rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #000;
  transition: 0.3s ease-in-out;
}

.info-contact .mail i {
  color: #E02228;
}

.info-contact .mail:hover {
  color: #E02228;
}

.info-contact .info {
  font-size: 1.6rem;
  margin-bottom: 6rem;
}

.info-contact .info li {
  margin-bottom: 1.5rem;
}

.info-contact .info li strong {
  display: block;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.info-contact .info li strong.v2 {
  display: inline-block;
  margin-bottom: 0;
}

.info-contact .info li p {
  font-weight: 300;
  line-height: 1.625;
}

.info-contact .info li a {
  margin-left: 0.5rem;
  font-weight: 300;
  transition: 0.2s;
}

.info-contact .info li a:hover {
  color: #E02228;
}

.info-contact .ft-social {
  margin-bottom: 0;
  justify-content: flex-start;
}

.info-contact .ft-social li:first-child {
  margin-left: 0;
}

.bottom-contact {
  background: radial-gradient(50% 50% at 50% 50%, rgba(222, 231, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}

@media (min-width: 1200px) {
  .warranty {
    margin-right: -4rem;
  }
}

.warranty .head {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}

.warranty .head .ic {
  flex: 0 0 13.2rem;
  height: 13.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #283F7C;
  border-radius: 50%;
  margin-right: 4rem;
}

.warranty .head .ic img {
  max-width: 70%;
  max-height: 70%;
}

.warranty .head .title {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.1666666667;
}

.warranty .info {
  padding-left: 17.2rem;
}

.warranty .info li {
  font-weight: 300;
  font-size: 1.8rem;
  margin-bottom: 4rem;
}

.warranty .info li strong {
  display: block;
  font-weight: 600;
  margin-bottom: 1rem;
}

.warranty .info li p {
  margin-bottom: 0.8rem;
}

.map-contact {
  margin-top: 18.2rem;
}

@media (min-width: 1200px) {
  .map-contact {
    padding-left: 4rem;
  }
}

.page-service .banner {
  margin-bottom: 2rem;
}

.page-service .banner img {
  width: 100%;
}

.list-service {
  padding-bottom: 3rem;
}

.item-service {
  margin-bottom: 6rem;
}

.item-service .img {
  position: relative;
  padding-top: 55.12605042%;
  display: block;
  margin-bottom: 2.8rem;
  overflow: hidden;
}

.item-service .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
}

.item-service .img:hover img {
  transform: scale(1.05);
}

.item-service .ct .title {
  margin-bottom: 1rem;
}

.item-service .ct .title a {
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.59em;
  max-height: calc(1.59em * 2);
  font-size: 2rem;
  transition: 0.2s;
}

.item-service .ct .title:hover a {
  color: #E02228;
}

.item-service .ct .desc {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 3rem;
  line-height: 1.7692307692;
}

.item-service .ct .desc p {
  margin-bottom: 0.5rem;
}

.item-service .ct .link-service {
  color: #283F7C;
  font-style: italic;
  transition: 0.2s;
}

.item-service .ct .link-service:hover {
  color: #E02228;
}

.intro-service {
  display: flex;
  margin-bottom: 7rem;
}

.intro-service .head {
  flex: 0 0 29%;
  font-weight: 300;
  font-size: 4rem;
  line-height: 1.2;
}

.intro-service .desc {
  padding-left: 18%;
  font-size: 2rem;
  font-weight: 300;
}

.head-service {
  font-size: 2.6rem;
  font-weight: 300;
  padding: 1rem 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 5.5rem;
}

.wrap-service-child {
  padding-bottom: 8rem;
}

.wrap-service-child .top .left {
  padding: 0 8rem 3rem 0;
}

.wrap-service-child .top .left .title {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.175;
  margin-bottom: 3rem;
}

.wrap-service-child .top .left .desc {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 3rem;
}

.wrap-service-child .top .left .link-service {
  color: #283F7C;
  font-style: italic;
  transition: 0.2s;
}

.wrap-service-child .top .left .link-service:hover {
  color: #E02228;
}

.wrap-service-child .top .img img {
  width: 100%;
  height: auto;
}

.wrap-service-child .content {
  background-color: #D9D9D9;
  padding: 4.5rem;
}

.wrap-service-child .content ul li {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #fff;
}

.wrap-service-child .content ul li:last-child {
  border-bottom: none;
}

.page-itera .banner {
  position: relative;
  width: calc(100% - 9rem);
  margin-left: 4.5rem;
  padding: 8rem 10rem;
  background-color: #282A63;
  color: #fff;
  margin-bottom: 8rem;
}

.page-itera .banner .dc {
  position: absolute;
  top: 5%;
  right: 8%;
  max-width: 55%;
}

.page-itera .banner .ct {
  font-weight: 300;
  max-width: 50%;
  position: relative;
}

.page-itera .banner .ct .title {
  font-size: 4rem;
  line-height: 1.25;
  margin-bottom: 7rem;
}

.page-itera .banner .ct .desc {
  font-size: 1.8rem;
  line-height: 1.8333333333;
}

.page-itera .banner .number {
  padding-top: 3rem;
  margin-top: 5rem;
  position: relative;
  display: flex;
  width: calc(100% + 4rem);
  margin-left: -2rem;
}

.page-itera .banner .number:before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 0;
  width: 62%;
  height: 2px;
  background-color: #48B2DD;
}

.page-itera .banner .number li {
  flex: 0 0 calc(33.3333% - 4rem);
  margin: 0 2rem;
}

.page-itera .banner .number li .title {
  display: block;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
}

.page-itera .banner .number li .num {
  font-weight: 300;
  font-size: 5.5rem;
}

.page-itera .banner .number li .num strong {
  font-weight: 500;
}

.page-itera .banner .number li .num small {
  font-size: 3rem;
  margin-left: 0.5rem;
  font-weight: 500;
}

.page-itera .banner .number li .desc {
  font-weight: 500;
  font-size: 1.6rem;
}

.yt-box {
  position: relative;
  margin-bottom: 8rem;
  padding-top: 56.25%;
}

.yt-box>.play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.yt-box>.play img {
  width: 100%;
  height: 100%;
}

.yt-box>.play:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7.4rem;
  height: 5.3rem;
  background: url("../images/ic-play.svg") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF4D43;
  font-size: 8rem;
  cursor: pointer;
}

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

@media (min-width: 1200px) {
  .wrap-itera {
    padding: 0 1rem;
  }
}

.wrap-itera {
  padding-bottom: 8rem !important;
}

.intro-itera .desc {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.8;
}

.intro-itera ul {
  font-size: 2rem;
}

.intro-itera ul li {
  position: relative;
  padding-left: 1rem;
  font-weight: 300;
  margin-bottom: 1.2rem;
}

.intro-itera ul li:before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  left: 0;
  top: 1.2rem;
  background-color: #000;
  border-radius: 50%;
}

.intro-itera ul li strong {
  font-weight: 500;
}

.ab-banner {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  padding: 3.3rem 0 6.7rem 0;
  background: linear-gradient(101.94deg, #8A9BC7 21.86%, rgba(249, 251, 255, 0) 145.73%);
}

.ab-banner .dc {
  position: absolute;
  left: -1.5rem;
  bottom: -11rem;
  width: 19.6rem;
  height: 19.6rem;
  border-radius: 50%;
  background: radial-gradient(59.44% 59.44% at 37.24% 40.56%, #283F7C 0%, #FAFAFA 83.13%);
  mix-blend-mode: soft-light;
}

.ab-banner .dc1 {
  position: absolute;
  right: 7%;
  bottom: 18%;
  width: 17.1rem;
  height: 17.1rem;
  border-radius: 50%;
}

.ab-banner .dc1 img {
  width: 100%;
  height: 100%;
}

.ab-banner .left {
  flex: 0 0 52%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab-banner .left img {
  max-width: 80%;
}

.ab-banner .right {
  position: relative;
  flex-grow: 1;
}

.ab-banner .right .title {
  display: flex;
  align-items: flex-end;
  font-size: 4rem;
  font-weight: 500;
  color: #283F7C;
}

.ab-banner .right .title span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

.ab-banner .right .title img {
  margin-left: 3rem;
  max-width: 20.8rem;
}

.page-about .home-about {
  overflow: hidden;
}

.page-about .home-about:before {
  width: 100%;
  left: 0;
}

.ab-story {
  background-color: #F5F5F5;
  padding: 10rem 0 6rem 0;
}

.ab-story.v2 {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .ab-story.v2 .ct {
    margin-right: -5rem;
  }
}

.ab-story .ct .title {
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.ab-story .ct .desc {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.7777777778;
  margin-bottom: 6rem;
}

.ab-story .ct .view {
  background-color: #E02228;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border-radius: 0.4rem;
  height: 3.8rem;
  padding: 0 1.4rem;
}

.video-story {
  padding-left: 5rem;
}

.video-story .yt-box {
  margin-bottom: 0;
}

.ab-prize {
  padding: 10rem 0;
}

.ab-prize .title {
  font-weight: 500;
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 6rem;
}

.cas-prize .item {
  display: flex;
  align-items: center;
  width: 100%;
}

.cas-prize .item .img {
  flex: 0 0 20rem;
  margin-right: 4rem;
}

.cas-prize .item .ct {
  font-size: 2.3rem;
  font-weight: 300;
  flex-grow: 1;
}

.cas-prize .item .ct * {
  font-family: "Roboto", sans-serif !important;
  font-size: 2.3rem !important;
  text-align: left !important;
  line-height: 1.5 !important;
}

@media (max-width: 991px) {
  .cas-prize .item .ct * {
    font-size: 2rem !important;
  }
}

.cas-prize .item ul li {
  position: relative;
  padding-left: 1rem;
  display: block;
  color: #828282;
  cursor: pointer;
  margin-bottom: 1.2rem;
  transition: 0.3s ease-in-out;
}

.cas-prize .item ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #828282;
  transition: 0.3s ease-in-out;
}

.cas-prize .item ul li:hover {
  color: #283F7C;
  font-weight: 500;
}

.cas-prize .item ul li:hover:before {
  background-color: #283F7C;
}

.cas-year {
  margin-bottom: 5rem;
}

.cas-year .item {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 500;
  color: #E0E0E0;
  cursor: pointer;
  height: 6.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.cas-year .item span {
  display: inline-block;
  position: relative;
}

.cas-year .item span:after {
  content: "";
  position: absolute;
  left: calc(100% + 1.2rem);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #E02228;
  top: 40%;
  transform: translateY(-50%);
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.cas-year .item.slick-center {
  font-size: 5.5rem;
  color: #283F7C;
}

.cas-year .item.slick-center span:after {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

.ab-person {
  position: relative;
  margin-bottom: 8rem;
}

.ab-person:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #D9D9D9;
}

.ab-person .head {
  color: #283F7C;
  font-weight: 500;
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 3rem;
}

.wrap-person {
  position: relative;
  background-color: #283F7C;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10rem 0 10rem 4.5rem;
}

.wrap-person .ct {
  font-weight: 300;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrap-person .ct .title {
  font-size: 4.5rem;
  margin-bottom: 3rem;
  line-height: 1.2;
}

.wrap-person .ct .desc {
  font-size: 2.3rem;
  line-height: 1.5217391304;
}

.wrap-person .yt-box {
  margin-bottom: 0;
}

.video-person {
  margin-right: -1px;
}

.note-page {
  font-weight: 300;
  font-size: 3.5rem;
  color: #1a1a1a;
  padding-left: 3.8rem;
  line-height: 1.5714285714;
  position: relative;
  margin-bottom: 8rem;
}

.note-page:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  background-color: #283F7C;
  width: 0.4rem;
}

.item-fac {
  position: relative;
  margin-bottom: 6rem;
  height: calc(100% - 6rem);
}

.item-fac:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #E0E0E0;
  pointer-events: none;
}

.item-fac .img {
  position: relative;
  padding-top: 55.12605042%;
}

.item-fac .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.item-fac .ct {
  padding: 3rem 4rem;
}

.item-fac .ct .title {
  font-weight: 300;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}

.item-fac .ct .desc {
  line-height: 1.7857142857;
}

.ab-quote {
  padding: 9rem 0;
  background-color: #283F7C;
}

.ab-quote .wrap-quote {
  color: #fff;
  display: flex;
}

.ab-quote .content {
  flex-grow: 1;
  font-weight: 300;
  font-size: 4.5rem;
  line-height: 1.4583333333;
  position: relative;
  padding-left: 9.5rem;
}

.ab-quote .content:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1rem;
  width: 7.8rem;
  height: 5.1rem;
  background: url("../images/quote.svg") no-repeat center;
  background-size: 100% auto;
}

.ab-quote .author {
  display: flex;
  flex: 0 0 30%;
  margin-right: 5rem;
  margin-top: 2rem;
}

.ab-quote .author .avt {
  flex: 0 0 7.1rem;
  width: 7.1rem;
  height: 7.1rem;
  margin-right: 2.5rem;
  border-radius: 50%;
}

.ab-quote .author .avt img {
  width: 100%;
  height: 100%;
}

.ab-quote .author .ct {
  font-size: 1.7rem;
  margin-top: 1rem;
}

.ab-quote .author .ct .name {
  font-weight: 600;
}

.ab-companion {
  padding-top: 8rem;
}

.item-companion {
  display: flex;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}

.item-companion:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}

.item-companion .title {
  flex: 0 0 37%;
  font-weight: 300;
  font-size: 3.5rem;
  margin-right: 5rem;
}

.item-companion .title strong {
  font-weight: 500;
}

.item-companion .ct {
  flex-grow: 1;
  font-weight: 300;
  font-size: 2rem;
  color: #555;
}

.item-companion .ct strong {
  font-weight: 500;
}

.item-companion .ct ul li {
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 1.3rem;
}

.item-companion .ct ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #555;
}

.ab-link {
  padding-bottom: 8rem;
}

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

.ab-link .wrap-link .title {
  font-size: 3.5rem;
  margin-right: 2rem;
}

.ab-link .wrap-link .title strong {
  font-weight: 500;
  color: #283F7C;
}

.ab-link .wrap-link .ct .link-support {
  text-decoration: underline;
  margin-right: 4rem;
  font-size: 2rem;
  transition: 0.3s;
}

.ab-link .wrap-link .ct .link-support:hover {
  color: #E02228;
}

.ab-link .wrap-link .ct .link-recruit {
  font-weight: 500;
  height: 4.8rem;
  border-radius: 30rem;
  font-size: 2rem;
  padding: 0 2.2rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid #000;
  transition: 0.3s;
}

.ab-link .wrap-link .ct .link-recruit:hover {
  color: #E02228;
  border-color: #E02228;
}

.ab-vision {
  padding-bottom: 5rem;
}

.ab-vision .item {
  margin-bottom: 5rem;
}

.ab-vision .item:first-child {
  border-top: 1px solid #D9D9D9;
  padding-top: 5rem;
}

.ab-vision .item .head {
  font-weight: 500;
  font-size: 4.5rem;
  margin-bottom: 3rem;
}

.ab-vision .item .ct .title {
  font-weight: 300;
  font-size: 4rem;
  color: #E02228;
  flex: 0 0 36%;
  margin-bottom: 2rem;
  line-height: 1.3;
}

.ab-vision .item .ct .desc {
  font-weight: 300;
  font-size: 2.3rem;
}

.ab-vision .item .ct .desc strong {
  font-weight: 500;
}

@media (min-width: 992px) {
  .ab-vision .item .ct {
    display: flex;
  }

  .ab-vision .item .ct .title {
    margin-right: 10rem;
  }
}

.ab-value {
  background-color: #DFDFDF;
  padding: 10rem 0 0 0;
  position: relative;
  margin-bottom: 4rem;
}

.ab-value .head {
  position: absolute;
  font-size: 4.5rem;
  font-weight: 500;
  color: #fff;
  background-color: #283F7C;
  border-radius: 50%;
  width: 34.6rem;
  height: 34.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  padding: 5%;
  left: 50%;
  top: calc(50% - 2rem);
  transform: translate(-50%, -50%);
}

.ab-value .head:before,
.ab-value .head:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ab-value .head:before {
  width: 125%;
  height: 125%;
  border-radius: 50%;
  border: 0.3rem solid #fff;
}

.ab-value .head:after {
  width: 170%;
  height: 170%;
  background: url("../images/dc-about.svg") no-repeat center;
  background-size: 100% 100%;
  animation: rotateCircle1 20s linear infinite;
}

@keyframes rotateCircle1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.ab-value .item {
  margin-bottom: 15rem;
  text-align: center;
  position: relative;
}

.ab-value .item .title {
  color: #283F7C;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.ab-value .item .desc {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.7;
}

.section {
  padding-bottom: 6rem;
}

.section .job-detail,
.section .side-bar {
  margin-top: 8rem;
}

@media (max-width: 767px) {

  .section .job-detail,
  .section .side-bar {
    margin-top: 5rem;
  }
}

.section .job-detail,
.section .card {
  border-radius: 1rem;
  border: 1px solid #eff0f2;
  overflow: hidden;
}

.section h5 {
  font-size: 1.9rem !important;
  font-weight: 500;
}

.section .fs-18 {
  font-size: 1.8rem !important;
}

.section .bg-soft-danger {
  background-color: #283F7C;
  color: #fff;
  padding: 1rem;
}

.section .text-primary {
  color: #E02228 !important;
}

.section .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
  white-space: normal !important;
}

.section .job-overview,
.section .company-profile {
  border-radius: 1rem;
  border: 1px solid #eff0f2;
}

.section .fw-medium {
  font-size: 1.8rem;
  font-weight: 500;
}

.section .job-details-company-profile {
  margin-left: 3rem;
  margin-top: -3.4rem;
  position: relative;
}

.section .text-md-end {
  text-align: right;
}

.section .text-md-end a {
  font-weight: 500;
  transition: 0.2s;
  font-size: 1.6rem;
}

.section .text-md-end a:hover {
  color: #E02228;
}

.section .job-detail .job-detail-content ol,
.section .job-detail .job-detail-content ul,
.section .section .blog-post .post-content ol,
.section .section .blog-post .post-content ul {
  margin-bottom: 2.5rem !important;
}

.section .job-detail .job-detail-content p,
.section .job-detail .job-detail-content span,
.section .job-detail .job-detail-content ul,
.section .section .blog-post .post-content p,
.section .section .blog-post .post-content span,
.section .section .blog-post .post-content ul {
  color: #74788d;
}

.section .job-detail .job-detail-content ul li,
.section .section .blog-post .post-content ul li {
  list-style: none;
  margin-top: 1.2rem;
  padding-left: 0.3rem;
  position: relative;
  color: #74788d;
}

.section .job-detail .job-detail-content .h5,
.section .job-detail .job-detail-content h5,
.section .section .blog-post .post-content .h5,
.section .section .blog-post .post-content h5 {
  margin-bottom: 1rem;
}

.section .job-detail .job-detail-content ul li:before,
.section .section .blog-post .post-content ul li:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  margin-right: 0.8rem;
  text-decoration: inherit;
  text-transform: none;
  width: 1rem;
  height: 1rem;
  border: 1px solid #74788d;
  border-radius: 50% !important;
}

.section .btn {
  font-size: 1.4rem;
  border-radius: 0.4rem;
}

.section .side-bar .btn-primary {
  background-color: #283F7C;
  border-color: #283F7C;
  height: 4.4rem;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 0.5rem !important;
  margin-top: 3rem !important;
  box-shadow: none !important;
  transition: 0.3s ease-in-out;
  color: #fff !important;
}

.section .side-bar .btn-primary:hover {
  background-color: rgb(27.5609756098, 43.4085365854, 85.4390243902);
}

.section .card-body {
  padding: 3rem !important;
}

@media (max-width: 767px) {
  .section .card-body {
    padding: 2rem !important;
  }
}

.section .border {
  padding: 2rem !important;
  border: 1px solid #eff0f2 !important;
  margin-bottom: 3rem;
}

.section .fs-17 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.section .fs-14 {
  font-weight: 600;
  font-size: 1.6rem;
}

.section .fs-13 {
  font-weight: 300;
  font-size: 1.4rem;
}

.section .job-details-desc .badge {
  background-color: #283F7C !important;
  color: #fff !important;
  padding: 0.5rem 1rem !important;
  margin-right: 0.5rem;
}

.ab-history {
  padding: 8rem 0;
  background-color: #F5F5F5;
  overflow: hidden;
}

.cas-his-top {
  padding-left: 11.4rem;
  padding-right: 5rem;
  position: relative;
  padding-bottom: 4rem;
}

.cas-his-top:before {
  content: "";
  position: absolute;
  left: 22.9rem;
  bottom: 0;
  height: 4rem;
  width: 1px;
  background-color: #000;
}

@media (max-width: 991px) {
  .cas-his-top:before {
    left: 18rem;
  }
}

@media (max-width: 575px) {
  .cas-his-top:before {
    left: 50%;
  }
}

.cas-his-top .slick-list {
  padding-bottom: 4rem;
}

.cas-his-top:after {
  content: "";
  position: absolute;
  left: -50%;
  width: 200%;
  height: 1px;
  bottom: 0;
  background-color: #000;
}

.cas-his-top .item {
  display: flex;
  align-items: center;
}

.cas-his-top .item .img {
  flex: 0 0 23rem;
  height: 23rem;
  display: block;
  margin-right: 9.4rem;
  border-radius: 50%;
  position: relative;
}

.cas-his-top .item .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.cas-his-top .item .ct .stage {
  color: #283F7C;
  font-size: 4.5rem;
  font-weight: 700;
  white-space: nowrap;
}

.cas-his-top .item .ct .title {
  color: #E02228;
  font-weight: 500;
  font-size: 3rem;
}

.cas-his-top .arrow {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}

.cas-his-top .arrow:hover {
  border-color: #E02228;
  color: #E02228;
}

.cas-his-top .arrow.prev {
  left: 0;
}

.cas-his-top .arrow.next {
  right: 0;
}

.cas-his-top .arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .cas-his-bottom {
    padding-left: 18.5rem;
  }
}

.list-item-his {
  display: flex;
  cursor: w-resize;
  width: calc(100% + 5rem);
  margin-left: -2.5rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.list-item-his::-webkit-scrollbar {
  display: none;
}

.list-item-his .item-his-content {
  flex: 0 0 calc(27% - 5rem);
  margin: 0 2.5rem;
}

.list-item-his .item-his-content .img {
  display: inline-block;
  margin-bottom: 1.5rem;
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
}

.list-item-his .item-his-content .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.list-item-his .item-his-content .ct {
  line-height: 1.7;
}

.item-his-content {
  font-weight: 300;
}

.item-his-content .img {
  margin-top: 6rem;
  position: relative;
}

.item-his-content .img:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 1rem);
  height: 5.9rem;
  width: 1px;
  background-color: #000;
}

.item-his-content .img:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border-radius: 50%;
  bottom: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
}

#applyNow .modal-content {
  border-radius: 1rem;
  border: none;
}

#applyNow .modal-title {
  font-size: 2.6rem;
  font-weight: 600;
}

#applyNow .modal-job-name {
  font-size: 2.2rem;
  font-weight: 600;
  color: #283F7C;
}

#applyNow .form-control {
  height: 4.4rem;
  font-size: 1.6rem;
  box-shadow: none;
  transition: 0.3s;
  border-radius: 0.5rem;
  border-color: #dbdfe2;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
}

#applyNow .form-control:focus {
  border-color: #E02228;
}

#applyNow .form-control::placeholder {
  color: rgba(153, 153, 153, 0.7);
}

#applyNow .form-control[type=file] {
  overflow: hidden;
}

#applyNow textarea {
  height: 10.6rem !important;
}

#applyNow .form-label {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

#applyNow .mb-3,
#applyNow .mb-4 {
  margin-bottom: 2.4rem !important;
}

#applyNow .btn-primary {
  background-color: #283F7C !important;
  border-color: #283F7C !important;
  height: 4.4rem;
  font-size: 1.8rem;
  border-radius: 0.4rem;
  transition: 0.3s;
  color: #fff !important;
}

#applyNow .btn-primary:hover {
  background-color: rgb(27.5609756098, 43.4085365854, 85.4390243902) !important;
}

.job-overview .icon {
  height: 4.6rem;
  width: 4.6rem;
  flex: 0 0 4.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #566ba5;
  color: #fff;
  font-size: 2rem;
  margin-right: 2rem;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .page-itera .banner {
    padding: 5rem;
  }

  .page-itera .banner .dc {
    right: 2rem;
    max-width: 50%;
    top: 15%;
  }

  .ab-story {
    padding-top: 6rem;
  }

  .ab-story .ct .desc {
    margin-bottom: 2rem;
  }

  .ab-story .ct .title {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }

  .ab-prize {
    padding: 6rem 0;
  }

  .ab-prize .title {
    font-size: 3.6rem;
  }

  .ab-person {
    margin-bottom: 6rem;
  }

  .ab-person .head {
    font-size: 3.6rem;
  }

  .wrap-person .ct .desc {
    font-size: 2rem;
  }

  .wrap-person .ct .title {
    font-size: 4rem;
  }

  .note-page {
    margin-bottom: 6rem;
    font-size: 3rem;
  }

  .ab-quote {
    padding: 5rem 2rem;
  }

  .ab-quote .content {
    font-size: 4rem;
    margin-bottom: 4rem;
  }

  .item-companion .title {
    font-size: 3rem;
  }

  .ab-link .wrap-link .title {
    font-size: 3rem;
  }

  .ab-banner .dc1 {
    width: 15rem;
    height: 15rem;
    right: 3%;
    bottom: 5%;
  }
}

@media (max-width: 991px) {
  .page-contact {
    padding-top: 5rem;
  }

  .page-contact .dc {
    top: 0;
  }

  .head-contact {
    margin-bottom: 4rem;
  }

  .head-contact .title {
    font-size: 5rem;
  }

  .info-contact {
    margin-bottom: 4rem;
  }

  .info-contact .title {
    margin-bottom: 2rem;
  }

  .info-contact .mail {
    font-size: 4rem;
    padding-bottom: 2rem;
  }

  .warranty .info {
    padding-left: 0;
  }

  .warranty .head {
    margin-bottom: 3rem;
  }

  .warranty .head .title {
    font-size: 2.6rem;
  }

  .warranty .head .ic {
    flex: 0 0 8rem;
    height: 8rem;
    margin-right: 2rem;
  }

  .map-contact {
    margin-top: 3rem;
    text-align: center;
  }

  .intro-service .head {
    flex: 0 0 40%;
  }

  .intro-service .desc {
    padding-left: 3rem;
  }

  .wrap-service-child .content ul li {
    border-bottom: 1px solid #fff !important;
  }

  .wrap-service-child .top .left {
    padding-right: 0;
  }

  .wrap-service-child .top .left .title {
    font-size: 3.2rem;
  }

  .page-itera .banner {
    padding: 4rem;
  }

  .page-itera .banner .ct .title {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }

  .page-itera .banner .ct .desc {
    font-size: 1.6rem;
  }

  .page-itera .banner .number li .title {
    font-size: 1.6rem;
  }

  .page-itera .banner .number li .num {
    font-size: 3.6rem;
  }

  .page-itera .banner .number li .num small {
    font-size: 2.6rem;
  }

  .intro-itera ul {
    font-size: 1.8rem;
  }

  .intro-itera .desc {
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }

  .ab-story .ct {
    margin-bottom: 4rem;
  }

  .video-story {
    padding-left: 0;
  }

  .cas-prize .item .img {
    flex: 0 0 16rem;
  }

  .cas-prize .item .ct {
    font-size: 2rem;
  }

  .wrap-person {
    padding: 5rem 3rem;
  }

  .video-person {
    margin-top: 3rem;
  }

  .note-page {
    font-size: 2.6rem;
    margin-bottom: 5rem;
  }

  .item-fac {
    margin-bottom: 4rem;
    height: calc(100% - 4rem);
  }

  .ab-quote .content {
    font-size: 3.6rem;
  }

  .ab-companion {
    padding-top: 5rem;
  }

  .item-companion {
    display: block;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }

  .item-companion .title {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .ab-link .wrap-link {
    display: block;
    text-align: center;
  }

  .ab-link .wrap-link .title {
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .ab-banner {
    padding: 3rem;
  }

  .ab-banner .dc1 {
    width: 10rem;
    height: 10rem;
  }

  .ab-banner .left {
    flex: 0 0 40%;
  }

  .ab-banner .right .title {
    font-size: 3.2rem;
  }

  .ab-banner .right .title img {
    max-width: 16rem;
    margin-left: 1.3rem;
  }

  .ab-value .head {
    width: 26rem;
    height: 26rem;
    font-size: 4rem;
  }

  .list-item-his .item-his-content {
    flex: 0 0 33%;
  }

  .cas-his-top {
    padding-left: 8rem;
  }

  .cas-his-top .item .img {
    margin-right: 2rem;
    flex: 0 0 20rem;
    height: 20rem;
  }

  .cas-his-top .item .ct .stage {
    font-size: 3.6rem;
  }

  .cas-his-top .item .ct .title {
    font-size: 2.4rem;
  }

  .wrap-quote {
    flex-direction: column-reverse;
  }

  .ab-quote {
    padding: 6rem 1rem;
  }

  .ab-quote .content {
    font-size: 2.6rem;
    padding-left: 6rem;
  }

  .ab-quote .content:before {
    width: 5rem;
  }

  .ab-quote .author {
    margin-right: 0;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .intro-service {
    display: block;
    margin-bottom: 4rem;
  }

  .intro-service .head {
    margin-bottom: 2rem;
    font-size: 3.6rem;
  }

  .intro-service .desc {
    padding-left: 0;
    font-size: 1.8rem;
  }

  .head-service {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }

  .item-service {
    margin-bottom: 4rem;
  }

  .item-service .img {
    margin-bottom: 1.5rem;
  }

  .item-service .ct .desc {
    margin-bottom: 1.5rem;
  }

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

  .wrap-service-child {
    padding-bottom: 5rem;
  }

  .wrap-service-child .content {
    padding: 2rem;
  }

  .page-itera .banner {
    padding: 3rem 2rem;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5rem;
  }

  .page-itera .banner .dc {
    top: inherit;
    bottom: 2rem;
  }

  .page-itera .banner .ct {
    max-width: 100%;
  }

  .page-itera .banner .number {
    margin-top: 2rem;
    display: block;
  }

  .page-itera .banner .number li {
    margin-bottom: 3rem;
  }

  .yt-box {
    margin-bottom: 5rem;
  }

  .wrap-itera {
    padding-bottom: 5rem !important;
  }

  .cas-year .item {
    font-size: 3rem;
  }

  .cas-year .item.slick-center {
    font-size: 3.5rem;
  }

  .cas-year .item span:after {
    width: 1rem;
    height: 1rem;
    left: calc(100% + 0.6rem);
  }

  .ab-prize {
    padding: 4rem 0;
  }

  .ab-prize .title {
    margin-bottom: 4rem;
  }

  .cas-year {
    margin-bottom: 3rem;
  }

  .cas-prize .item {
    display: block;
  }

  .cas-prize .item .img {
    margin-right: 0;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 3rem;
  }

  .wrap-person {
    padding: 4rem 2rem;
  }

  .wrap-person .ct .title {
    font-size: 3.2rem;
  }

  .note-page {
    font-size: 2.2rem;
    padding-left: 3rem;
  }

  .item-fac .ct {
    padding: 2rem;
  }

  .item-fac .ct .title {
    font-size: 2.8rem;
  }

  .item-companion .title {
    font-size: 2.8rem;
  }

  .item-companion .ct {
    font-size: 1.8rem;
  }

  .ab-link {
    padding-bottom: 5rem;
  }

  .ab-link .wrap-link .title {
    font-size: 2.4rem;
  }

  .ab-story {
    padding: 5rem 0;
  }

  .ab-story .ct .title {
    font-size: 3.2rem;
  }

  .ab-vision {
    position: relative;
    z-index: 1;
    padding-bottom: 12rem;
  }

  .ab-vision .item {
    margin-bottom: 3rem;
  }

  .ab-vision .item .head {
    font-size: 3.6rem;
    margin-bottom: 1rem;
  }

  .ab-vision .item .ct .title {
    margin-bottom: 1rem;
    font-size: 3rem;
  }

  .ab-vision .item .ct .desc {
    font-size: 2rem;
  }

  .ab-value {
    padding-top: 20rem;
  }

  .ab-value .item .title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  .ab-value .head {
    top: 0;
    width: 20rem;
    height: 20rem;
    font-size: 3.4rem;
  }

  .ab-value .item {
    margin-bottom: 4rem;
  }
}

@media (max-width: 575px) {
  .head-contact .title {
    font-size: 4rem;
  }

  .info-contact .mail {
    font-size: 3rem;
  }

  .head-service {
    font-size: 2rem;
  }

  .yt-box>.play:before {
    font-size: 6rem;
  }

  .ab-banner {
    padding: 4rem 2rem;
  }

  .ab-banner .dc1 {
    display: none;
  }

  .ab-banner .left img {
    max-width: 100%;
  }

  .ab-banner .right {
    margin-left: 2rem;
  }

  .ab-banner .right .title {
    display: block;
    text-align: center;
  }

  .ab-banner .right .title span {
    display: block;
    margin-bottom: 2rem;
  }

  .ab-banner .right .title img {
    margin-left: 0;
    max-width: 13rem;
  }

  .list-item-his {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }

  .list-item-his .item-his-content {
    flex: 0 0 60%;
    margin: 0 1.5rem;
  }

  .cas-his-top {
    padding-left: 8rem;
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }

  .cas-his-top .item {
    flex-direction: column-reverse;
  }

  .cas-his-top .item .img {
    margin-right: 0;
    flex: 0 0 14rem;
    height: 14rem;
  }

  .cas-his-top .item .ct {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .cas-his-top .item .ct .stage {
    font-size: 2.8rem;
  }

  .cas-his-top .item .ct .title {
    font-size: 2rem;
  }

  .cas-his-top .arrow {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.8rem;
  }

  .ab-history {
    padding: 0 0 5rem 0;
  }
}

.page-news {
  position: relative;
}

.page-search {
  position: relative;
  padding: 10rem 0;
  min-height: 70vh;
}

@media (max-width: 767px) {
  .page-search {
    padding: 3rem 0;
  }
}

.page-search h1 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 3rem;
}

.page-search h1 span {
  color: #E02228;
}

.page-search .nav-tabs {
  border-bottom: none;
  margin-bottom: 5rem;
}

.page-search .nav-tabs .nav-link {
  border: none;
  text-transform: uppercase;
  background-color: transparent;
  font-weight: 500;
  font-size: 1.6rem;
  margin-right: 2rem;
  border-radius: 4px;
  padding: 0.8rem 3rem;
  border: 1px solid #283F7C;
  color: #283F7C;
  transition: 0.3s ease-in-out;
}

.page-search .nav-tabs .nav-link.active {
  background-color: #283F7C;
  color: #fff;
}

.search-empty {
  font-weight: 500;
  font-size: 2rem;
}

.box-news-hightlight {
  background-color: #D9D9D9;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 10rem;
}

.item-news-hl {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 3.4rem;
  padding-right: 35.35%;
  height: calc(50% - 3.4rem);
  transition: 0.4s ease-in-out;
}

.item-news-hl .img {
  flex: 0 0 35.35%;
  display: block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 35.35%;
  height: 100%;
}

.item-news-hl .img img {
  transition: 0.4s ease-in-out;
  height: 100%;
  width: 100%;
}

.item-news-hl .img:hover img {
  transform: scale(1.05);
}

.item-news-hl .ct {
  position: relative;
  flex-grow: 1;
  padding: 4rem;
  z-index: 1;
}

.item-news-hl .ct .control {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 3rem;
}

.item-news-hl .ct .control .cate {
  padding-left: 1rem;
  margin-left: 1.2rem;
  border-left: 1px solid #fff;
}

.item-news-hl .ct .title {
  margin-bottom: 5rem;
}

.item-news-hl .ct .title a {
  font-size: 2.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.333em;
  max-height: calc(1.333em * 3);
}

.item-news-hl .ct .view-more {
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
  transition: 0.2s ease-in-out;
}

.item-news-hl .ct .view-more:hover {
  letter-spacing: 0.1em;
}

.item-news-hl.v1 {
  display: block;
  height: calc(100% - 3.4rem);
  padding-right: 0;
}

.item-news-hl.v1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  pointer-events: none;
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}

.item-news-hl.v1 .img {
  position: relative;
  width: 100%;
}

.item-news-hl.v1 .ct {
  position: absolute;
  bottom: 0;
  padding: 7rem;
}

.item-news-hl.v1 .ct .title {
  margin-bottom: 2rem;
}

.item-news-hl.v1 .ct .title a {
  font-size: 3rem;
}

.item-news-hl.v1 .ct .control {
  color: #e0e0e0;
}

.item-news-hl.v1 .ct .view-more {
  color: #e0e0e0;
}

.item-news-hl.v2 {
  background-color: #7579F3;
}

.item-news-hl.v2:hover {
  background-color: rgb(88.848, 93.664, 240.552);
}

.item-news-hl.v3 {
  background-color: #EEE9B7;
  color: #000;
}

.item-news-hl.v3:hover {
  background-color: rgb(228.2584269663, 220.393258427, 141.7415730337);
}

.item-news-hl.v3 .ct .control {
  color: #1a1a1a;
}

.item-news-hl.v3 .ct .control .cate {
  border-color: #000;
}

.item-news {
  display: flex;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #D9D9D9;
}

.item-news:last-child {
  border-color: transparent;
}

.item-news .img {
  flex: 0 0 31.9%;
  margin-right: 6.5rem;
  display: block;
  overflow: hidden;
}

.item-news .img img {
  transition: 0.4s ease-in-out;
  width: 100%;
}

.item-news .img:hover img {
  transform: scale(1.05);
}

.item-news .ct .control {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 2rem;
  color: #B7B7B7;
}

.item-news .ct .control .cate {
  padding-left: 1rem;
  margin-left: 1.2rem;
  border-left: 1px solid #B7B7B7;
}

.item-news .ct .title {
  margin-bottom: 2rem;
}

.item-news .ct .title a {
  font-size: 2rem;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  max-height: calc(1.5em * 3);
}

.item-news .ct .title:hover a {
  color: #E02228;
}

.item-news .ct .desc {
  color: #626262;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.875em;
  max-height: calc(1.875em * 3);
  font-size: 1.6rem;
}

.wrap-post-detail {
  padding-bottom: 5rem;
}

.wrap-post-detail .s-content {
  font-weight: 300;
  line-height: 1.78;
  font-size: 14px;
  color: #1A1A1A;
}

.wrap-post-detail .s-content p {
  margin-bottom: 3rem;
}

.wrap-post-detail blockquote {
  margin: 10rem 0 5rem 0;
  position: relative;
  font-weight: 400;
}

.wrap-post-detail blockquote .img {
  position: absolute;
  left: 0;
  top: -4.8rem;
  border-radius: 50%;
}

.wrap-post-detail blockquote .img img {
  border-radius: 50%;
  max-width: 15.4rem;
  max-height: 15.4rem;
}

.wrap-post-detail blockquote .ct {
  margin-left: 7rem;
  background-color: #283F7C;
  color: #fff;
  padding: 2rem 5.5rem 2rem 13rem;
  font-size: 2rem;
  border-radius: 20rem;
}

.title-post {
  font-weight: 300;
  font-size: 3.5rem;
  margin-bottom: 3rem;
}

.desc-post {
  color: #626262;
  font-size: 2rem;
  margin-bottom: 6rem;
}

.control-post {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
}

.control-post .social {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 4rem;
}

.control-post .social li {
  display: inline-block;
  margin: 0 0.7rem;
}

.control-post .social li:first-child {
  margin-left: 0;
}

.control-post .social li:last-child {
  margin-right: 0;
}

.control-post .social li a {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #A7B1CB;
  color: #fff;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
}

.control-post .social li a i {
  font-size: 1.2rem;
}

.control-post .social li a:hover {
  background-color: #E02228;
}

.control-post .time {
  color: #828282;
  font-size: 10px;
}

.news-related .head {
  margin-top: 1rem;
  padding-top: 2rem;
  border-top: 1px solid #D9D9D9;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 3rem;
}

.item-news-related {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 5rem;
}

.item-news-related .img {
  flex: 0 0 17.7rem;
  margin-left: 2.5rem;
  display: block;
  overflow: hidden;
}

.item-news-related .img img {
  transition: 0.4s ease-in-out;
  width: 100%;
}

.item-news-related .img:hover img {
  transform: scale(1.05);
}

.item-news-related .ct .title a {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5625em;
  max-height: calc(1.5625em * 3);
  transition: 0.2s ease-in-out;
}

.item-news-related .ct .title:hover a {
  color: #E02228;
}

.item-news-related .ct .time {
  white-space: nowrap;
  font-size: 1rem;
  color: #828282;
  margin-bottom: 1rem;
}

@media (max-width: 1199px) {
  .item-news-related {
    margin-bottom: 3rem;
  }

  .item-news-related:last-child {
    margin-bottom: 0;
  }

  .item-news-related .img {
    margin-left: 1.5rem;
    flex: 0 0 15rem;
  }

  .item-news-hl {
    margin-bottom: 3rem;
    height: calc(50% - 3rem);
  }

  .item-news-hl .ct {
    padding: 3rem;
  }

  .item-news-hl .ct .control {
    margin-bottom: 2rem;
  }

  .item-news-hl .ct .title {
    margin-bottom: 2rem;
  }

  .item-news-hl .ct .title a {
    font-size: 2rem;
  }

  .item-news-hl .ct .view-more {
    font-size: 1.4rem;
  }

  .item-news-hl.v1 {
    height: calc(100% - 3rem);
  }

  .item-news-hl.v1 .ct {
    padding: 4rem;
  }

  .item-news-hl.v1 .ct .title a {
    font-size: 2.4rem;
  }
}

@media (max-width: 991px) {
  .box-news-hightlight {
    margin-bottom: 5rem;
  }

  .item-news-hl .ct {
    padding: 2rem;
  }

  .item-news-hl.v1 .ct {
    padding: 3rem;
  }

  .item-news {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }

  .item-news .img {
    margin-right: 3rem;
  }

  .item-news .ct .title,
  .item-news .ct .control {
    margin-bottom: 1rem;
  }

  .direction-page .breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .wrap-post-detail blockquote .img {
    left: 50%;
    transform: translateX(-50%);
  }

  .wrap-post-detail blockquote .img img {
    max-width: 9.6rem;
  }

  .wrap-post-detail blockquote .ct {
    margin-left: 0;
    padding: 8rem 3rem 3rem 3rem;
    border-radius: 2rem;
  }

  .desc-post,
  .control-post {
    margin-bottom: 2rem;
  }

  .title-post {
    font-size: 3rem;
  }
}

@media (max-width: 575px) {
  .item-news-hl .ct .title a {
    font-size: 1.8rem;
  }

  .item-news {
    display: block;
  }

  .item-news .img {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

/*# sourceMappingURL=main.css.map */
