@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Katibeh&display=swap");
.gallery.gallery-list .modulecontent ul.da-thumbs li a:before, .gallery.gallery-list .modulecontent ul.da-thumbs li a:after {
  display: block;
  content: '';
  position: absolute;
  opacity: 0;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  transition: opacity 0.5s, transform 0.5s;
  z-index: 2;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a:before {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a:after {
  border-left: 1px solid white;
  border-right: 1px solid white;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a:hover:before, .gallery.gallery-list .modulecontent ul.da-thumbs li a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.5s, transform 0.5s;
}

@font-face {
  font-family: 'vl_kathya';
  src: url("../fonts/VL_KATHYA.otf");
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}

a, a:link, a:visited {
  color: #1B75BC;
  text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover {
  color: #FFBB00;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

canvas {
  cursor: pointer;
}

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

strong {
  font-weight: 600;
}

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

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

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

input, textarea {
  width: 100%;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  vertical-align: baseline;
  background-color: transparent;
  box-shadow: none;
  padding: 5px;
}
input.error, textarea.error {
  border-color: #FF0000;
}

hr {
  width: 100%;
  margin: 10px auto;
  height: 1px;
  background-color: #d2d2d2;
}

sup {
  line-height: 0;
  font-size: 8pt;
}

dl, dd, dt {
  font-weight: normal;
  line-height: 1.5;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 24px;
  line-height: 1.5;
}

h2 {
  font-size: 22px;
  line-height: 1.5;
}

h3 {
  font-size: 20px;
  line-height: 1.5;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
}

h5 {
  font-size: 16px;
  line-height: 1.5;
}

.color-white {
  color: #FFF;
}

.highlight {
  color: #1B75BC;
}

.no-data {
  text-align: center;
  padding: 10px;
}

.clear {
  clear: both !important;
}

.hide {
  display: none !important;
}

.text-align-center {
  text-align: center;
}

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

.text-align-right {
  text-align: right;
}

/*------------------------------------------------
** General
**------------------------------------------------*/
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  background: #fff;
  position: relative;
  color: #585858;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}

.page {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url("../images/bg.jpg") repeat center/cover;
}
.page.home {
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.button,
a.button {
  display: block;
  width: fit-content;
  padding: 10px 24px;
  background-color: #ffbb00;
  text-decoration: none;
  font-weight: 400;
  color: #585858;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  border-radius: 5px;
  box-shadow: none;
  margin: auto;
}
.button:hover,
a.button:hover {
  color: #FFF;
  border-color: #FFBB00;
  background-color: #1b75bc;
}

.bg-page {
  background-color: #f7fafd;
}

.bg-gray {
  background-color: #f5f8fa;
}

.section {
  padding: 40px 0;
}

.module {
  width: 100%;
  border: 0;
  margin: 0 auto;
  position: relative;
}

.module-header {
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}

.module-title {
  position: relative;
  padding: 0;
  width: fit-content;
  margin: auto;
  font-size: 26px;
  color: #1B75BC;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*&:after {
    content: "";
    width: 80%;
    height: 2px;
    margin-top: 5px;
    background: $color_page_1;
  }*/
}
.module-title.text-left {
  margin-left: 0;
  align-items: flex-start;
}
.module-title.text-right {
  margin-right: 0;
  align-items: flex-end;
}

.module-content {
  padding: 0;
  position: relative;
}

.box {
  position: relative;
}

.box-header {
  width: 100%;
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
}

.box-title {
  position: relative;
  width: fit-content;
  padding: 0;
  margin: auto;
  font-size: 50px;
  color: #1B75BC;
  font-family: 'vl_kathya';
  /*font-weight: 500;*/
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  /*&:after {
    content: "";
    width: 60%;
    height: 2px;
    margin-top: 5px;
    background: $color_page_1;
  }*/
}
.box-title.text-left {
  margin-left: 0;
  align-items: flex-start;
}
.box-title.text-right {
  margin-right: 0;
  align-items: flex-end;
}

.box-description {
  text-align: center;
  color: #1B75BC;
  font-size: 16px;
}

.heading {
  background-color: #1B75BC;
  background-image: url(../images/heading_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.heading .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.heading .container h1 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 1;
}
.heading .container .content {
  position: relative;
  margin: 0;
  text-align: left;
  z-index: 2;
  text-transform: uppercase;
  font-size: 20px;
}
.heading .container .content a {
  color: #fff;
}
.heading .container .content a:hover {
  text-decoration: underline;
}
.heading .container .content span {
  line-height: 1.5;
}
.heading .container .content span.item_sep {
  opacity: 0.5;
  margin: 0 15px;
}

.breadcrumbs {
  position: relative;
  margin: 0;
  padding: 15px 0 15px;
  text-align: left;
  z-index: 2;
  background: #f7f7f7;
}
.breadcrumbs a {
  color: #1B75BC;
}
.breadcrumbs a:hover {
  color: #585858;
}
.breadcrumbs span.item_sep {
  opacity: 0.5;
  margin: 0 5px;
}
.breadcrumbs.brb-header {
  padding: 25px 0;
}
.breadcrumbs.brb-header .container-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.breadcrumbs.brb-header .breadcrumbs-header {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.more {
  position: relative;
  height: 110px;
}
.more .loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
}
.more .readmore {
  text-align: center;
  padding: 30px 0;
}
.more .readmore a {
  display: block;
  width: fit-content;
  padding: 10px 24px;
  background-color: #ffbb00;
  text-decoration: none;
  font-weight: 400;
  color: #585858;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  border-radius: 5px;
  box-shadow: none;
  margin: auto;
}
.more .readmore a:hover {
  color: #FFF;
  border-color: #FFBB00;
  background-color: #1b75bc;
}

#loading {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9;
}
#loading img {
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.notice {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100%);
  padding: 15px 15px 15px 20px;
  margin: 0;
  text-shadow: initial;
  text-align: left;
  border: 1px solid #dcdcdc;
  color: #585858;
}
.notice.success {
  border-left: 3px solid #7ad03a;
  background: #f8fdf5;
}
.notice.info {
  border-left: 3px solid #02a0d2;
  background: #f2fafd;
}
.notice.error {
  border-left: 3px solid #bf0000;
  background: #fdf5f5;
}
.notice.warning {
  border-left: 3px solid #ff5722;
  background: #fff2ed;
}

.fblike {
  text-align: left;
  padding: 10px 0;
}

.social-date {
  margin-bottom: 15px;
  padding: 10px 0 0px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #f5f5f5;
  border-width: 1px 0;
  align-items: center;
  justify-content: space-between;
}
.social-date .fblike {
  text-align: left;
}
.social-date span.published {
  position: relative;
  margin-right: 15px;
  padding-left: 20px;
  color: black;
}
.social-date span.published:before {
  position: absolute;
  content: "\f017";
  font-family: "FontAwesome";
  font-size: 16px;
  left: 0;
  top: 0;
  color: #5bc8a5;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #b4b4b4;
}

/*------------------------------------------------
** Slick
**------------------------------------------------*/
.slick-slider {
  margin: 0;
  height: 100%;
}
.slick-slider .slick-track {
  display: flex;
}
.slick-slider .slick-list {
  height: 100%;
}
.slick-slider .slick-list .slick-track {
  height: 100%;
}
.slick-slider > button {
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.2);
  top: calc(50% - 15px);
}
.slick-slider > button:before {
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 14px;
  line-height: 1.1 !important;
}
.slick-slider > button.slick-prev:before {
  content: "\f053";
}
.slick-slider > button.slick-next:before {
  content: "\f054";
}
.slick-slider > button:hover, .slick-slider > button:focus {
  background-color: rgba(0, 0, 0, 0.8);
}
.slick-slider .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
}
.slick-slider .slick-dots li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  background-color: #b3b3b3;
  border-radius: 10px;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active {
  width: 40px;
}
.slick-slider .slick-dots li.slick-active button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-slider .slick-dots li.slick-active button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #797979;
  width: 40px;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}

.slide-for {
  background: #dedede;
  overflow: hidden;
  margin: 0 !important;
}
.slide-for p,
.slide-for div,
.slide-for img {
  margin: 0 !important;
}
.slide-for .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track .slick-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide-for .slick-list .slick-track .slick-slide a {
  display: block;
  width: 100%;
  height: calc(100% * 3 / 4);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.slide-for .slick-list .slick-track .slick-slide a img {
  visibility: hidden;
}
.slide-for button {
  top: calc(100% - 50px);
  width: 50px !important;
  height: 50px !important;
  margin: 0;
  background-color: rgba(27, 117, 188, 0.7);
}
.slide-for button:before {
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
}
.slide-for button:hover, .slide-for button:focus {
  background-color: #1b75bc;
}
.slide-for button.slick-next {
  right: 0;
}
.slide-for button.slick-next:before {
  content: "\f054";
}
.slide-for button.slick-prev {
  left: calc(100% - 100px);
}
.slide-for button.slick-prev:before {
  content: "\f053";
}

.slide-nav {
  height: 150px;
  overflow: hidden;
  margin: 0 !important;
}
.slide-nav p,
.slide-nav div,
.slide-nav img {
  margin: 0 !important;
}
.slide-nav .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.slide-nav .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.slide-nav .slick-list .slick-track .slick-slide {
  position: relative;
  height: 100%;
  cursor: pointer;
  padding: 3px;
  opacity: 0.5;
  transition: 250ms;
}
.slide-nav .slick-list .slick-track .slick-slide.slick-center, .slide-nav .slick-list .slick-track .slick-slide:hover {
  opacity: 1;
}
.slide-nav .slick-list .slick-track .slick-slide.slick-center .image, .slide-nav .slick-list .slick-track .slick-slide:hover .image {
  border: 1px solid #989898 !important;
}
.slide-nav .slick-list .slick-track .slick-slide span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slide-nav .slick-list .slick-track .slick-slide span img {
  visibility: hidden;
}
.slide-nav > button {
  top: 3px;
  width: 50px;
  height: calc(100% - 6px);
  margin: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
.slide-nav > button:before {
  font-family: "FontAwesome";
  color: #717171;
  display: inline-block;
  font-size: 16px;
  line-height: 1.1;
}
.slide-nav > button:hover, .slide-nav > button:focus {
  background-color: white;
}
.slide-nav > button:hover:before, .slide-nav > button:focus:before {
  color: #000;
}
.slide-nav > button.slick-next {
  right: 0;
  border-right: 3px solid #d2d2d2;
}
.slide-nav > button.slick-next:before {
  content: "\f054";
}
.slide-nav > button.slick-prev {
  left: 0;
  border-left: 3px solid #d2d2d2;
}
.slide-nav > button.slick-prev:before {
  content: "\f053";
}

/*------------------------------------------------
** HEADER
**------------------------------------------------*/
.menunav {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  position: relative;
  text-align: center;
}
.menunav li {
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 100%;
}
.menunav li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  text-align: center;
  color: #585858;
  font-weight: 400;
  white-space: nowrap;
}
.menunav li:hover, .menunav li.active {
  position: relative;
}
.menunav li:hover a, .menunav li.active a {
  color: #1B75BC;
}
.menunav li.column {
  position: initial;
}
.menunav li .menu-header {
  color: #1B75BC;
  font-weight: 600;
  text-align: left;
  padding: 0 20px;
}
.menunav li.online {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.menunav li.online a {
  height: 42px;
  border-radius: 5px;
  background-color: #FFBB00;
  color: #585858 !important;
  padding: 0 20px;
}
.menunav li:last-child ul.level1 {
  left: initial !important;
  right: 0;
}
.menunav li:last-child ul.level1:before {
  left: initial;
  right: 10px;
}
.menunav ul.level1 {
  position: absolute;
  left: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  background: #FFF;
  padding: 10px 0;
  z-index: 9;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 15px -5px;
}
.menunav ul.level1:before {
  content: '';
  position: absolute;
  left: 10px;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #FFF;
}
.menunav ul.level1 li {
  width: 100%;
  margin: 0;
}
.menunav ul.level1 li a {
  line-height: 35px;
  text-align: left;
  padding: 0 20px;
  color: #585858;
  background-color: #FFF;
}
.menunav ul.level1 li a .fa {
  margin-right: 8px;
  color: #9c9c9c;
}
.menunav ul.level1 li:hover:after, .menunav ul.level1 li.active:after {
  height: 0;
}
.menunav li:hover ul.level1 {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease;
  transform: translateY(0px);
  left: 0;
}
.menunav li:hover ul.level1 li a {
  padding: 0 20px;
  text-align: left;
}
.menunav li:hover ul.level1 li a .fa {
  margin-right: 8px;
  color: #585858;
}
.menunav li:hover ul.level1 li.active a, .menunav li:hover ul.level1 li:hover a {
  color: #FFBB00;
}
.menunav li:hover ul.level1 li.active a .fa, .menunav li:hover ul.level1 li:hover a .fa {
  color: #FFBB00;
}
.menunav ul.level2 {
  position: absolute;
  left: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  background: transparent;
  padding: 5px 0 10px;
  z-index: 9;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 15px -5px;
  background: #f7faff;
  top: 0;
  left: 100%;
}
.menunav ul.level2:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #f7faff;
}
.menunav ul.level2 li {
  width: 100%;
  margin: 0;
}
.menunav ul.level2 li a {
  padding: 0 20px;
  color: #585858;
  background-color: #f7faff;
}
.menunav ul.level2 li a .fa {
  margin-right: 8px;
  color: #9c9c9c;
}
.menunav ul.level2 li:hover:after, .menunav ul.level2 li.active:after {
  height: 0;
}
.menunav ul.level1 li:hover ul.level2 {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.3s all ease !important;
}
.menunav ul.level1 li:hover ul.level2 li a {
  padding: 0 20px;
  color: #585858;
}
.menunav ul.level1 li:hover ul.level2 li a .fa {
  margin-right: 8px;
  color: #585858;
}
.menunav ul.level1 li:hover ul.level2 li.active a, .menunav ul.level1 li:hover ul.level2 li:hover a {
  color: #FFBB00;
}
.menunav ul.level1 li:hover ul.level2 li.active a .fa, .menunav ul.level1 li:hover ul.level2 li:hover a .fa {
  color: #FFBB00;
}
.menunav li ul.submenu_inner {
  width: 100%;
  display: flex;
}
.menunav li ul.submenu_inner li.submenu {
  display: block;
  width: calc(100% / 3);
  padding: 0 20px;
  text-align: left;
  border-right: 1px solid #e6e6e6;
}
.menunav li ul.submenu_inner li.submenu a.title {
  font-size: 18px;
}
.menunav li ul.submenu_inner li.submenu:hover {
  background: none;
}
.menunav li ul.submenu_inner li.submenu:last-child {
  border-right: 0;
}
.menunav li ul.submenu_inner:after {
  display: block;
  content: '';
  clear: both;
}
.menunav li ul.submenu_inner li ul.submenu_level {
  display: block;
  position: relative;
}
.menunav li ul.submenu_inner li ul.submenu_level li {
  display: block;
  margin-bottom: 15px;
}
.menunav li ul.submenu_inner li ul.submenu_level li a {
  line-height: 20px;
  font-weight: 100;
}
.menunav li ul.submenu_inner li ul.submenu_level li:hover a, .menunav li ul.submenu_inner li ul.submenu_level li.active a {
  color: #1B75BC;
}
.menunav .lang-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.menunav .lang-inner .item {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 5px;
  border: 1px solid #FFF;
  cursor: pointer;
}
.menunav .lang-inner .item img {
  max-width: initial;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.menunav .lang-inner .item:hover {
  border-color: #FFBB00;
}

@media only screen and (max-width: 900px) {
  .menunav li a {
    padding: 0 10px;
    font-size: 14px;
  }
}
header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: 80px;
  z-index: 990;
  transition: all 0.3s ease-in-out;
}
header .header {
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  transition: all 0.3s ease-in-out;
}
header .container-wrapper {
  height: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  height: 100%;
  padding: 5px;
}
header .logo img {
  height: 100%;
}
header .logo img.light {
  display: none;
}
header .main_menu {
  height: 100%;
}
header.home {
  position: fixed;
}
header.home .header {
  background: transparent;
}
header.home .logo a {
  height: 100%;
  display: flex;
  align-items: center;
}
header.home .logo img {
  display: none;
}
header.home .logo img.light {
  display: block;
  height: 60%;
}
header.home .main_menu .menunav > li > a {
  color: #FFF;
}
header.home .main_menu .menunav > li:hover > a, header.home .main_menu .menunav > li.active > a {
  color: #FFBB00;
}
header.stick {
  height: 60px;
}
header.stick .header {
  position: fixed;
  height: 60px;
  transition: all 0.3s ease-in-out;
  background-color: rgba(27, 117, 188, 0.98);
  /*background-color: rgba(255, 255, 255, 0.98);*/
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
header.stick .logo img {
  display: none;
}
header.stick .logo img.light {
  display: block;
  height: 100%;
}

.main_menu.stick .menunav li > a {
  color: #FFF;
}
.main_menu.stick .menunav li:hover > a, .main_menu.stick .menunav li.active > a {
  color: #FFBB00;
}
.main_menu.stick .menunav li ul.level1 li a {
  color: #585858;
}
.main_menu.stick .menunav li ul.level1 li:hover a, .main_menu.stick .menunav li ul.level1 li.active a {
  color: #FFBB00;
}

@media only screen and (max-width: 1000px) {
  /*header.home {
		background: rgba(246, 247, 249, 0.92);
    border-bottom: 1px solid #ccc;
		ul.menunav li {
			a {color: #2f3236;}
			&.active, &:hover {
				a {color: #387cde;}
			}
		}
	}*/
}
.rd-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 1009;
}
.rd-panel .rd-panel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;
}
.rd-panel .rd-panel_toggle span {
  cursor: pointer;
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  border-radius: 2px;
  position: relative;
  display: block;
  margin: auto;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-panel .rd-panel_toggle span:before, .rd-panel .rd-panel_toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-panel .rd-panel_toggle span:after {
  top: 8px;
}
.rd-panel .rd-panel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  height: 0;
}
.rd-panel .rd-panel_toggle.active span:before, .rd-panel .rd-panel_toggle.active span:after {
  top: 8px;
  width: 35px;
  left: 0;
}
.rd-panel .rd-panel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-panel .rd-panel_toggle.active span:after {
  top: -12px;
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.rd-panel .logo {
  height: 100%;
  padding: 5px;
  position: absolute;
  left: 50px;
}
.rd-panel .logo img {
  height: 100%;
  max-width: initial;
}
.rd-panel .logo img.img_s {
  display: none;
}
.rd-panel .online {
  position: absolute;
  right: 6px;
}
.rd-panel .online .fa {
  font-size: 25px;
}

.rd-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1008;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-menu .menunav {
  display: block;
}
.rd-menu .menunav li {
  height: auto;
}
.rd-menu .menunav li a {
  text-align: left;
}
.rd-menu ul {
  position: fixed;
  z-index: 99;
  top: 56px;
  margin: 0;
  left: 0;
  bottom: -20px;
  width: 0;
  padding: 24px;
  color: #666;
  background: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 100px;
  overflow: auto;
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-menu ul li {
  line-height: 21px;
}
.rd-menu ul li a:not([href]):not([tabindex]) {
  color: #000;
}
.rd-menu ul li a, .rd-menu ul li .mm-image {
  display: block;
  padding: 0;
  color: #585858;
  font-weight: 500;
  line-height: 35px;
  text-transform: uppercase;
}
.rd-menu ul li ul {
  display: block;
  position: initial;
  width: 100%;
  padding: 0;
  background: transparent;
}
.rd-menu ul li ul .mm-image {
  display: none;
}
.rd-menu ul li ul li a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-transform: unset;
}
.rd-menu ul li ul li a i {
  width: 20px;
  font-size: 16px;
  padding-left: 5px;
}
.rd-menu ul li ul li ul.submenu_level li a {
  font-weight: 400;
}
.rd-menu ul li ul li:hover a {
  color: #FEDB6B;
}
.rd-menu ul li:hover > a, .rd-menu ul li.active > a {
  color: #1B75BC;
}
.rd-menu ul li:hover > a .fa, .rd-menu ul li.active > a .fa {
  color: #1B75BC;
}
.rd-menu ul li:hover ul.level1 > a, .rd-menu ul li.active ul.level1 > a {
  color: #585858;
}
.rd-menu ul li:hover ul.level1 li a, .rd-menu ul li.active ul.level1 li a {
  padding: 0 0 5px 0;
}
.rd-menu ul li:hover ul.level1 li.active a, .rd-menu ul li.active ul.level1 li.active a {
  color: #1B75BC;
}
.rd-menu ul li:hover ul.level1 li.active a .fa, .rd-menu ul li.active ul.level1 li.active a .fa {
  color: #1B75BC;
}
.rd-menu ul li:hover ul.level1 li:hover a, .rd-menu ul li.active ul.level1 li:hover a {
  color: #1B75BC;
}
.rd-menu ul li:hover ul.level1 li:hover a .fa, .rd-menu ul li.active ul.level1 li:hover a .fa {
  color: #1B75BC;
}
.rd-menu ul li.online {
  width: fit-content;
  margin: 30px 0;
  padding: 0;
}
.rd-menu ul li.online a {
  display: flex;
  align-items: center;
  height: initial;
  line-height: 50px;
  padding: 0 30px;
}
.rd-menu ul.level1 {
  position: initial;
  visibility: initial;
  opacity: initial;
  background: transparent;
  box-shadow: none;
}
.rd-menu ul.level1 li a {
  padding: 0 0 5px 0;
  background: transparent;
  line-height: 30px;
}
.rd-menu.active {
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.rd-menu.active ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
}
.rd-menu.active ul li ul {
  width: 100%;
}
.rd-menu ul.level2 {
  position: initial;
  visibility: visible;
  opacity: 1;
  background: transparent;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 30px;
}

/*------------------------------------------------
** Main
**------------------------------------------------*/
.main-body {
  min-height: 400px;
  position: relative;
  z-index: 1;
}
.main-body #center {
  width: 100%;
  max-width: calc(100% - 390px);
  padding-left: 60px;
}

.main-content {
  padding: 60px 0 80px;
}

#main {
  display: flex;
  flex-wrap: wrap;
}
#main #center {
  width: calc(100% - 370px);
  padding-right: 30px;
}
#main #sidebar {
  width: 100%;
  max-width: 370px;
  will-change: min-height;
}
#main #sidebar .sidebar__inner {
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
#main #sidebar .sidebar__inner .banner {
  width: 100%;
  padding-bottom: 10px;
}
#main .sidebar {
  padding: 0;
}

.box-main {
  padding-top: 60px;
  padding-bottom: 60px;
}
.box-main .container-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.box-main .container-wrapper .block {
  display: flex;
  flex-wrap: wrap;
}
.box-main .container-wrapper .block.block-left {
  width: 300px;
  padding-right: 30px;
}
.box-main .container-wrapper .block.block-main {
  width: calc(100% - 300px);
}

.box-head {
  background: url("../images/header_bg.png") no-repeat center/cover;
}
.box-head .image-card {
  padding: 60px 0;
}
.box-head.intro {
  padding: 0;
}
.box-head.intro .container {
  max-width: 100%;
  padding: 0;
}

.box-card .container {
  max-width: 900px;
}
.box-card .box-body .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-card .box-body .item .image {
  width: 50%;
}
.box-card .box-body .item .content {
  width: 50%;
  padding: 0px 20px;
}
.box-card .box-body .item .content p {
  margin-bottom: 15px;
}
.box-card .box-body .item .content p.title {
  font-size: 18px;
  font-weight: 500;
  color: #1B75BC;
  text-transform: uppercase;
}
.box-card .box-body .item .content p .fa {
  color: #FFBB00;
}
.box-card .box-body .item.reverse {
  flex-direction: row-reverse;
}

.box-content .box-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-content .box-body .content {
  width: 40%;
  padding-right: 30px;
}
.box-content .box-body .content .box-header {
  margin-bottom: 10px;
}
.box-content .box-body .content .box-one {
  margin-bottom: 20px;
}
.box-content .box-body .content .box-two .button {
  margin: 30px 0 0;
}
.box-content .box-body .detail {
  width: 60%;
  padding-left: 30px;
}
.box-content .box-body .detail table {
  width: 98%;
  font-size: 14px;
  background-color: #fffdf6;
  border-collapse: collapse;
  margin: 20px auto;
}
.box-content .box-body .detail table tr {
  border: 1px solid #000;
  color: #000;
  background: rgba(27, 117, 188, 0.1);
}
.box-content .box-body .detail table tr:nth-child(2n + 1) {
  background: #fff;
}
.box-content .box-body .detail table tr:first-child {
  background: #1B75BC;
  color: #fff;
  font-weight: bold;
}
.box-content .box-body .detail table tr td {
  margin: 0;
  padding: 15px 10px;
  border: 1px solid #000;
  vertical-align: middle;
  text-align: center;
}
.box-content .box-body .detail table tr td .highlight {
  font-weight: 500;
}
.box-content .box-body .detail table tr p {
  width: 100%;
  padding: 5px 0;
  margin: 0;
}
.box-content .box-body .detail .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.box-content .box-body .detail .images .item {
  width: calc(50%);
}

.box-four .container {
  max-width: 1000px;
}

.box-partner-category {
  width: 100%;
}
.box-partner-category ul {
  width: 100%;
  background-color: #E7F1F8;
}
.box-partner-category ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
  color: #FFF;
  background-color: #1B75BC;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 56px;
  padding-left: 20px;
}
.box-partner-category ul li a:hover {
  color: #FFBB00;
}
.box-partner-category ul li:hover > a, .box-partner-category ul li.active > a {
  color: #FFBB00;
}
.box-partner-category ul li ul {
  padding: 20px 0;
}
.box-partner-category ul li ul li a {
  color: #585858;
  background-color: transparent;
  text-transform: initial;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  padding: 0 20px 6px;
  margin-bottom: 6px;
  position: relative;
}
.box-partner-category ul li ul li a:after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #f9f9f9;
}
.box-partner-category ul li ul li a:hover {
  color: #1B75BC;
}
.box-partner-category ul li ul li:hover > a, .box-partner-category ul li ul li.active > a {
  color: #1B75BC;
}
.box-partner-category ul li ul li:last-child a {
  padding-bottom: 0;
  margin: 0;
}
.box-partner-category ul li ul li:last-child a:after {
  display: none;
}

.box-relative {
  padding-top: 40px;
}
.box-relative .box-title {
  width: fit-content;
  border: 0;
}
.box-relative.partner-list .module {
  background-color: #E7F1F8;
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}

.box-card-relative {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-card-relative .image {
  width: calc(50% - 10px);
}

/*------------------------------------------------
** Boxes
**------------------------------------------------*/
.box-about {
  padding: 0;
  margin-top: -130px;
}
.box-about .container-wrapper {
  overflow: hidden;
}
.box-about .box-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-about .box-body .image {
  width: 55%;
  padding: 0;
  text-align: center;
}
.box-about .box-body .contentWrapper {
  width: 45%;
  padding-left: 30px;
}
.box-about .box-body .contentWrapper .group-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.box-about .box-body .contentWrapper .group-icon .item {
  width: calc(100% / 3);
}
.box-about .box-body .contentWrapper .content {
  padding-bottom: 20px;
}
.box-about .box-body .contentWrapper p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1100px) {
  .box-about {
    padding: 0;
    margin-top: -100px;
  }
}
@media only screen and (max-width: 900px) {
  .box-about .box-body {
    flex-direction: column-reverse;
  }
  .box-about .box-body .image {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  .box-about .box-body .contentWrapper {
    padding: 0;
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
  .box-about .box-body .contentWrapper .group-icon {
    justify-content: space-evenly;
  }
  .box-about .box-body .contentWrapper .group-icon .item {
    width: calc(100% / 4);
  }
  .box-about .box-body .contentWrapper p {
    text-align: justify;
  }
}
@media only screen and (max-width: 600px) {
  .box-about {
    margin: 0;
  }
  .box-about .box-body .contentWrapper .group-icon {
    margin-bottom: 20px;
  }
  .box-about .box-header {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .box-about {
    /*.box-header { margin-bottom: 20px; }*/
  }
  .box-about .box-body .contentWrapper .group-icon {
    display: none;
  }
}
.box-intro .box-header {
  margin-bottom: 15px;
}
.box-intro .box-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-intro .box-body .content {
  width: 40%;
  padding-right: 30px;
}
.box-intro .box-body .content p {
  margin-bottom: 15px;
}
.box-intro .box-body .content p .fa {
  color: #FFBB00;
}
.box-intro .box-body .content a.button {
  margin: 30px 0 0;
}
.box-intro .box-body .images {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.box-intro .box-body .images .item {
  width: calc(40%);
}

@media only screen and (max-width: 1000px) {
  .box-intro .box-body .content {
    width: 50%;
  }
  .box-intro .box-body .images {
    width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .box-intro .container {
    max-width: 600px;
  }
  .box-intro .box-body .content {
    text-align: justify;
    width: 100%;
    padding: 0;
  }
  .box-intro .box-body .images {
    width: 100%;
    padding: 30px 0 0;
  }
}
.box-reason {
  background-color: #1B75BC;
  background-image: url("../images/reason_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFF;
}
.box-reason .box-title {
  color: #FFF;
}
.box-reason .box-body .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-reason .box-body .inner .item {
  width: calc(100% / 3 - 30px);
  margin: 0 15px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-reason .box-body .inner .item .image {
  width: 96px;
  height: 96px;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-reason .box-body .inner .item .content {
  width: calc(100% - 100px);
  padding-left: 30px;
}
.box-reason .box-body .inner .item .content .title {
  font-size: 15px;
  padding-bottom: 8px;
  font-weight: 500;
}
.box-reason .box-body .inner .item .content .description {
  height: 95px;
  padding-bottom: 20px;
}
.box-reason .box-body .inner .item:hover .image {
  background-color: #FFBB00;
}
.box-reason .box-body .inner .item:hover .content .title {
  color: #FFBB00;
}

@media only screen and (max-width: 900px) {
  .box-reason .box-body .inner .item .image {
    width: 80px;
    height: 80px;
  }
  .box-reason .box-body .inner .item .content {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 800px) {
  .box-reason .box-body .inner {
    align-items: flex-start;
  }
  .box-reason .box-body .inner .item {
    justify-content: center;
    margin-bottom: 15px;
  }
  .box-reason .box-body .inner .item .content {
    width: calc(100%);
    padding: 10px 0 0 0;
  }
  .box-reason .box-body .inner .item .content .title {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .box-reason .box-body .inner .item {
    width: 100%;
    margin: 0 0 35px;
    justify-content: center;
    margin-bottom: 15px;
  }
  .box-reason .box-body .inner .item .image {
    width: 80px;
    height: 80px;
  }
  .box-reason .box-body .inner .item .content {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
  .box-reason .box-body .inner .item .content .title {
    text-align: left;
    font-size: 18px;
  }
}
.box-newsletter {
  padding: 60px 0;
  background: url("../images/newsletter_bg.jpg") no-repeat right center/cover;
}
.box-newsletter .box-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.box-newsletter .box-body .box-header {
  margin: 0;
}
.box-newsletter .box-body .box-header .box-title {
  color: #FFBB00;
}
.box-newsletter .box-body .box-header .box-title:after {
  background: #FFF;
}
.box-newsletter .box-body .box-header p {
  text-align: left;
  color: #FFF;
}
.box-newsletter .box-body .social {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.box-newsletter .box-body .social a.button {
  padding: 20px 44px;
}
.box-newsletter .box-body .social a.button:hover {
  background-color: rgba(255, 187, 0, 0.95);
}

@media only screen and (max-width: 700px) {
  .box-newsletter .box-body {
    flex-direction: column;
    justify-content: center;
  }
  .box-newsletter .box-body .box-header .box-title {
    width: 100%;
    align-items: center;
  }
  .box-newsletter .box-body .box-header p {
    text-align: center;
  }
  .box-newsletter .box-body .social {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .box-achievements .box-body .item {
    width: 100%;
  }

  .box-newsletter .box-body .newsletter .form .form-inner .row-input {
    width: calc(100%);
    padding: 0;
  }
  .box-newsletter .box-body .newsletter .form .form-inner .row-input input {
    width: 100%;
  }
  .box-newsletter .box-body .newsletter .form .form-inner a.button {
    width: 100%;
  }
}
.box-partner {
  background-color: rgba(27, 117, 188, 0.1);
}
.box-partner .box-body {
  display: flex;
  flex-wrap: wrap;
}
.box-partner .box-body .block-content {
  width: 40%;
}
.box-partner .box-body .block-content p {
  margin-bottom: 15px;
}
.box-partner .box-body .block-content p .fa {
  color: #FFBB00;
}
.box-partner .box-body .content-images {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
.box-partner .box-body .content-images .item {
  width: calc(100% / 3);
  padding: 5px 10px;
}
.box-partner .box-body .content-images .item .image {
  height: 100%;
  padding: 10px;
  background-color: #FFF;
  /*border: 1px solid #f1f1f1;*/
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-partner .box-body .content-images .item .image a {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.box-partner .box-body .content-images .item .image a img {
  max-height: 100%;
}
.box-partner .box-body .content-images .item .image:hover {
  /*background: #f1f1f1;*/
}
.box-partner .box-body a.button {
  margin: 30px 0 0;
}
.box-partner .box-body .slick-list {
  height: 200px;
}
.box-partner .box-body .slick-list .slick-track {
  height: 100%;
}
.box-partner .box-body .slick-prev, .box-partner .box-body .slick-next {
  top: calc(50% - 25px);
}
.box-partner .box-body .slick-prev {
  left: 0;
}
.box-partner .box-body .slick-next {
  right: 0;
}
.box-partner.partner-list .box-body .content-images {
  width: 100%;
}
.box-partner.partner-list .box-body .content-images .item {
  width: calc(100% / 4);
}

@media only screen and (max-width: 900px) {
  .box-partner .box-body .block-content {
    width: 50%;
  }
  .box-partner .box-body .content-images {
    width: 50%;
  }
  .box-partner .box-body .content-images .item {
    width: 50%;
  }
  .box-partner .box-body .content-images .item:nth-child(n+5) {
    display: none;
  }
  .box-partner.partner-list .box-body .content-images .item:nth-child(n+5) {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  .box-partner.partner-list .box-body .content-images .item {
    width: calc(100% / 3);
  }
  .box-partner.partner-list .box-body .content-images .item:nth-child(n+7) {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .box-partner .box-body .block-content {
    width: 100%;
    padding: 0 10px 20px;
  }
  .box-partner .box-body .block-content .box-header {
    margin-bottom: 20px;
  }
  .box-partner .box-body .content-images {
    width: 100%;
  }
  .box-partner .box-body .content-images .item {
    width: calc(100% / 3);
  }
  .box-partner .box-body .content-images .item:nth-child(n+5) {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .box-partner.partner-list .box-header {
    margin-bottom: 20px;
  }
  .box-partner.partner-list .box-body .content-images {
    justify-content: space-between;
  }
  .box-partner.partner-list .box-body .content-images .item {
    width: calc(100% / 2 - 5px);
    padding: 0 0 6px;
  }
}
@media only screen and (max-width: 500px) {
  .box-partner .box-body .content-images .item {
    width: calc(100% / 2);
  }
  .box-partner .box-body .content-images .item:nth-child(n+5) {
    display: none;
  }
}
/*------------------------------------------------
** Typo
**------------------------------------------------*/
.content-detail {
  font-size: 16px;
}
.content-detail ul,
.content-detail ol {
  text-align: left;
  list-style: initial;
  padding-left: 20px;
}
.content-detail ul li,
.content-detail ol li {
  text-align: left;
  display: list-item;
}
.content-detail h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.content-detail p,
.content-detail div,
.content-detail img {
  margin: 5px 0 15px 0;
}
.content-detail img {
  margin: 5px 0;
}
.content-detail table {
  width: 98%;
  font-size: 14px;
  background-color: #fffdf6;
  border-collapse: collapse;
  margin: 20px auto;
}
.content-detail table tr {
  border: 1px solid #000;
  color: #000;
  background: #e2e2e2;
}
.content-detail table tr:nth-child(2n + 1) {
  background: #fff;
}
.content-detail table tr:first-child {
  background: #1B75BC;
  color: #fff;
  font-weight: bold;
}
.content-detail table tr td {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #000;
  vertical-align: middle;
}
.content-detail table tr td ul {
  width: 100%;
  padding: 0;
}
.content-detail table tr td ul li {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-indent: 10px;
}
.content-detail table tr p {
  width: 100%;
  padding: 5px 0;
  margin: 0;
}
.content-detail iframe {
  max-width: 100%;
  width: 100% !important;
}

/*------------------------------------------------
** Components
**------------------------------------------------*/
.news.news-list .module-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.news.news-list .item {
  width: calc(100%/3 - 20px);
  margin: 0 10px 30px;
}
.news.news-list .item .item-wrap {
  width: 100%;
  height: 100%;
}
.news.news-list .item .image-wrap {
  overflow: hidden;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}
.news.news-list .item .image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news.news-list .item .image a {
  display: block;
  background-color: rgba(27, 117, 188, 0.1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: calc(100% * 9/16);
  overflow: hidden;
  position: relative;
}
.news.news-list .item .image a img {
  visibility: hidden;
  display: none;
}
.news.news-list .item .title {
  height: 52px;
  padding: 0;
  margin: 15px 0 10px 0;
}
.news.news-list .item .title a {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news.news-list .item .description {
  font-weight: normal;
  color: #858585;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news.news-list .item .published {
  display: none;
}
.news.news-list .item .view-more {
  margin: 40px 0;
  text-align: right;
  font-size: 13px;
}
.news.news-list .item:hover .image {
  transform: scale(1.1);
}
.news.news-list .item:hover .view-more a {
  color: #fff !important;
}
.news.news-list .item.column {
  width: 100%;
  height: 100%;
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.news.news-list .item.column .item-wrap {
  display: flex;
  flex-wrap: wrap;
}
.news.news-list .item.column .image-wrap {
  width: 30%;
  max-width: 300px;
  min-width: 120px;
}
.news.news-list .item.column .content {
  width: 70%;
  min-width: calc(100% - 300px);
  max-width: calc(100% - 120px);
  padding: 0 0 0 10px;
}
.news.news-list .item.column .content .title {
  margin: 0;
  height: initial;
  border: 0;
  padding: 0;
}
.news.news-list .item.column:last-child {
  margin: 0 0 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.news.news-list .view-more {
  margin: 30px 0;
}
.news.news-list .view-more a:hover {
  color: #fff;
}
.news.news-detail .module {
  max-width: 860px;
}
.news.news-detail .title {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.news.news-detail .description {
  font-weight: 500;
  margin: 20px 0 10px;
}

@media only screen and (max-width: 800px) {
  .news.news-list .item {
    width: calc(100%/2 - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .news.news-detail .module-title h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .news.news-list .module-content {
    margin: 0;
  }
  .news.news-list .item {
    width: calc(100%);
    margin: 0 0 20px;
  }
}
.box-event {
  background-color: rgba(27, 117, 188, 0.1);
}
.box-event .item {
  display: flex;
  flex-direction: row;
}
.box-event .item .image {
  width: 65%;
  position: relative;
}
.box-event .item .image .unit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 65vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-event .item .inner {
  position: relative;
  width: 35%;
}
.box-event .item .inner .box-header {
  margin-bottom: 10px;
  padding-left: 20px;
}
.box-event .item .inner .content {
  margin-left: -60px;
  padding: 60px;
  background-color: #1B75BC;
  box-shadow: 0 0 15px 1px #ccc;
}
.box-event .item .inner .content .title {
  margin-bottom: 30px;
}
.box-event .item .inner .content .title a {
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
}
.box-event .item .inner .content .title a:hover {
  color: #FFBB00;
}
.box-event .item .inner .content .description {
  color: #FFF;
}
.box-event .item .inner .block-time {
  padding: 40px 20px;
}
.box-event .item .inner .block-time h2 {
  font-weight: 700;
  text-transform: uppercase;
}
.box-event .item .inner .block-time .time, .box-event .item .inner .block-time .place {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 5px;
}
.box-event .item .inner a.button {
  margin: 0 0 30px -60px;
}

.event.event-list .module-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.event.event-list .box-header {
  padding-top: 30px;
}
.event.event-list .item {
  margin: 0 15px 30px;
  box-shadow: 0px 0px 15px #ccc;
  border-radius: 5px;
  overflow: hidden;
  width: calc(100% / 3 - 30px);
  background: #FFF;
}
.event.event-list .item a.image {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: calc(100% * 9/16);
  background-color: #e6e6e6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.event.event-list .item a.image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.event.event-list .item .content {
  padding: 15px;
}
.event.event-list .item .content h4.title {
  height: 45px;
  margin-bottom: 4px;
  overflow: hidden;
}
.event.event-list .item .content h4.title a {
  display: block;
  line-height: 20px;
  margin: 5px 0;
  font-weight: normal;
}
.event.event-list .item .content .date {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 15px 0 0;
}
.event.event-list .item .content .date p {
  border-radius: 3px;
  border: 1px solid #1B75BC;
  /*background: $color_page;*/
  margin: 0 5px;
  color: #1B75BC;
  text-align: center;
  padding: 5px 10px;
  width: 60px;
  font-size: 18px;
  line-height: 30px;
  /*&.month {
  	background: $color_page_2;
  }
  &.year {
  	background: $color_page_1;
  }*/
}
.event.event-list .item .content .date p span {
  display: block;
  line-height: 20px;
  font-size: 13px;
}
.event.event-list .item .content .description {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.event.event-list .item:hover a.image:before {
  opacity: 1;
}
.event.event-list .item:hover a.image:after {
  opacity: 0.5;
}
.event.event-detail {
  max-width: 900px;
  padding: 50px 0 20px;
  margin: auto;
}
.event.event-detail .head_title {
  padding: 0 0 30px;
}
.event.event-detail .module {
  /*background-color: #FFF;
  padding: 20px;*/
  max-width: 900px;
}
.event.event-detail .module-title {
  padding: 0;
}
.event.event-detail .module-title h1 {
  font-size: 25px;
  line-height: 1.4;
}
.event.event-detail .item .description {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #F5F5F5;
  padding: 0 0 20px;
  margin-bottom: 15px;
}
.event.event-detail .item .content img {
  max-width: 100%;
  margin: 15px auto 10px auto;
}
.event.event-detail .fblike {
  text-align: left;
  padding: 10px 0;
}
.event.event-detail .social-date {
  margin-bottom: 10px;
  padding: 10px 0;
}
.event.event-detail .social-date .fblike {
  float: left;
  border: 0;
  padding: 0;
}
.event.event-detail .social-date span.published {
  float: right;
  position: relative;
  display: block;
  line-height: 20px;
}
.event.event-detail .social-date span.published:before {
  position: absolute;
  content: '\f017';
  font-family: "FontAwesome";
  font-size: 16px;
  left: -20px;
  top: -0;
  color: #5BC8A5;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #B4B4B4;
}
.event.relative {
  padding: 0 0 20px;
}
.event .box-regis {
  display: block;
}

@media only screen and (max-width: 1100px) {
  .event.event-list .item {
    width: calc(100% / 2 - 30px);
  }
}
@media only screen and (max-width: 1000px) {
  .box-event .item .image {
    width: 50%;
  }
  .box-event .item .image .unit {
    width: 50vw;
  }
  .box-event .item .inner {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .box-event .item {
    flex-direction: column;
  }
  .box-event .item .image {
    width: 100%;
    padding-top: calc(100% * 9/16);
  }
  .box-event .item .image .unit {
    width: 100vw;
    margin-right: -15px;
  }
  .box-event .item .inner {
    width: 100%;
  }
  .box-event .item .inner .box-header {
    display: none;
  }
  .box-event .item .inner .content {
    margin: -60px 0 0;
    padding: 30px;
  }
  .box-event .item .inner .block-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .box-event .item .inner a.button {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 600px) {
  .event.event-list .module-content {
    justify-content: space-around;
  }
  .event.event-list .module-content .item {
    width: calc(100%);
    max-width: 500px;
    margin: 0 0 30px;
  }
  .event.event-detail .module {
    padding: 0;
  }

  .box-event .event.event-list .module-content .item {
    max-width: initial;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 420px) {
  .box-event .item .inner .content {
    padding: 20px;
  }
  .box-event .item .inner .block-time {
    padding: 40px 0 20px;
  }
  .box-event .item .inner a.button {
    margin: 0 auto 30px;
  }
  .box-event .item .countdown .simply-countdown .simply-section {
    margin: 10px 5px;
  }
}
/*------------------------------------------------
** gallery
**------------------------------------------------*/
#gallery .gallery {
  padding-top: 50px;
}

.gallery .container {
  max-width: 100%;
}
.gallery.gallery-list .modulecontent ul.da-thumbs {
  width: initial;
  display: flex;
  flex-wrap: wrap;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li {
  height: initial;
  padding: 0;
  margin: 0 15px 30px;
  position: relative;
  width: calc(100% / 4 - 30px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: initial;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: calc(100%);
  border: 1px solid #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a.video-cover .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/img-play.png) no-repeat center/80px;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a .overlay {
  top: 100%;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  background: rgba(88, 88, 88, 0.7);
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a .overlay span {
  color: #FFF;
  padding: 5px 20px;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li a .overlay span:first-child {
  background: rgba(255, 187, 0, 0.95);
  border-radius: 5px;
}
.gallery.gallery-list .modulecontent ul.da-thumbs li .title {
  padding: 5px 0 0;
}

@media only screen and (min-width: 1600px) {
  .gallery .container {
    padding: 0 80px;
  }
  .gallery.gallery-list .modulecontent ul.da-thumbs li {
    width: calc(100% / 5 - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .gallery.gallery-list .modulecontent ul.da-thumbs li {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 800px) {
  .gallery.gallery-list .modulecontent ul.da-thumbs li {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 500px) {
  .gallery.gallery-list .modulecontent ul.da-thumbs li {
    display: block;
    width: calc(100%);
    margin: 0 0 20px;
  }
}
/*------------------------------------------------
** Partner
**------------------------------------------------*/
.partner.partner-list .module-content {
  display: flex;
  flex-wrap: wrap;
}
.partner.partner-list .module-content .item {
  width: calc(100% / 3);
}
.partner.partner-list .module-content .item .item-wrap {
  padding: 15px 10px;
}
.partner.partner-list .module-content .item .item-wrap .image-wrap {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.partner.partner-list .module-content .item .item-wrap .image-wrap .image {
  width: 100%;
}
.partner.partner-list .module-content .item .item-wrap .image-wrap .image a {
  display: flex;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.partner.partner-list .module-content .item .item-wrap .image-wrap .image a img {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.partner.partner-list .module-content .item .item-wrap .image-wrap:hover {
  padding: 10px;
}
.partner.partner-list .module-content .item .item-wrap .content .title {
  padding: 10px 5px 0;
  text-align: center;
}
.partner.partner-detail .module {
  background-color: #E7F1F8;
  padding: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
.partner.partner-detail .content-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
}
.partner.partner-detail .content-info .image {
  width: 200px;
  height: 200px;
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #1B75BC;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner.partner-detail .content-info .image img {
  max-width: 100%;
  max-height: 100%;
}
.partner.partner-detail .content-info .info {
  width: calc(100% - 200px);
  padding-left: 30px;
}
.partner.partner-detail .content-info .info .title {
  text-transform: uppercase;
  color: #1B75BC;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #1B75BC;
}
.partner.partner-detail .content-info .info dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 0;
}
.partner.partner-detail .content-info .info dl dt {
  width: 100px;
  font-weight: 300;
}
.partner.partner-detail .content-info .info dl dd {
  width: calc(100% - 100px);
  font-weight: 500;
}

/*------------------------------------------------
** FOOTER
**------------------------------------------------*/
footer {
  background: #1B75BC;
  border-top: 3px solid #1B75BC;
}
footer .container {
  text-align: center;
  padding: 30px 0 0 0;
  color: #FFF;
  overflow: hidden;
}
footer .container .container_inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
footer .container .container_inner .company {
  padding-left: 20px;
}
footer .container .container_inner .company .footer_logo {
  padding: 0 0 10px 0;
  text-align: left;
}
footer .container .container_inner .company .footer_logo a {
  float: left;
  margin: 0 20px 0 0;
}
footer .container .container_inner .company .footer_logo label {
  color: #FFF;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  position: relative;
}
footer .container .container_inner .company .footer_logo label:before {
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 150px;
}
footer .container .container_inner .company .footer_logo:after {
  display: block;
  content: ' ';
  clear: both;
}
footer .container .container_inner .company .info {
  text-align: left;
}
footer .container .container_inner .company .info p {
  font-size: 15px;
  margin-bottom: 2px;
}
footer .container .container_inner .company .info p .fa {
  font-size: 18px;
  margin-right: 10px;
  width: 16px;
  text-align: center;
}
footer .container .container_inner .company .info p:nth-child(2n) {
  margin-bottom: 10px;
}
footer .container .container_inner .company .info a, footer .container .container_inner .company .info span {
  color: #fff;
}
footer .container .container_inner .map {
  width: initial;
  /*height: 250px;*/
  height: auto;
}
footer .container .container_inner .map iframe {
  height: 100%;
}
footer .container .container_inner .fan_page {
  margin-top: 0px;
  padding-right: 20px;
}
footer .container .container_inner .fan_page .fb-page {
  width: 100%;
}
footer .container .container_inner:after {
  content: ' ';
  clear: both;
  display: block;
}
footer .container .copyright {
  color: #FFF;
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #1e70b1;
}

@media only screen and (max-width: 1100px) {
  footer .container .container_inner .fan_page {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  footer .container .container_inner {
    flex-direction: column;
  }
}
@medi;
/*------------------------------------------------
** Maintain
**------------------------------------------------*/
.page-error {
  width: 100%;
  height: 100%;
  border-top: 10px solid #FFBB00;
}
.page-error p {
  display: block;
  text-align: center;
  font-size: 24px;
}
.page-error .container-wrapper {
  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-error .container-wrapper .image {
  padding-top: 5%;
}
.page-error .container-wrapper .content {
  margin: auto;
}
.page-error .container-wrapper .content h1 {
  font-weight: 700;
  font-size: 15rem;
  line-height: 1;
  color: #FFBB00;
}
.page-error .container-wrapper .content a.back {
  margin-top: 20px;
  font-size: 25px;
  color: #FFBB00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-error .container-wrapper .content a.back .fa {
  font-size: 20px;
}
.page-error .container-wrapper .content a.back:hover {
  color: #585858;
}
.page-error .container-wrapper .content .note {
  font-size: 16px;
}

.page-maintain {
  width: 100%;
  height: 100%;
  border-top: 10px solid #FFBB00;
}
.page-maintain p {
  display: block;
  text-align: center;
  font-size: 24px;
}
.page-maintain .container-wrapper {
  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-maintain .container-wrapper .image {
  padding-top: 5%;
}
.page-maintain .container-wrapper .content {
  margin: auto;
}
.page-maintain .container-wrapper .content h1 {
  font-weight: 700;
  font-size: 15rem;
  line-height: 1;
  color: #FFBB00;
}
.page-maintain .container-wrapper .content a.back {
  margin-top: 20px;
  font-size: 25px;
  color: #FFBB00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-maintain .container-wrapper .content a.back .fa {
  font-size: 20px;
}
.page-maintain .container-wrapper .content a.back:hover {
  color: #585858;
}
.page-maintain .container-wrapper .content .note {
  font-size: 16px;
}

/*------------------------------------------------
** MORE
**------------------------------------------------*/
.scroll-to-top {
  position: fixed;
  bottom: 166px;
  right: 29px;
  width: 50px;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #414C5B;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #ffffff;
  display: none;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.scroll-to-top:hover {
  color: #ffffff;
  background: #1B75BC;
}
.scroll-to-top.active {
  display: flex;
}

.icon_zalo {
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  position: fixed;
  bottom: 95px;
  right: 18pt;
  z-index: 99;
  padding: 10px 0;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt;
  background: #1B75BC;
}
.icon_zalo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.icon_zalo a img {
  height: 40px;
}
.icon_zalo:hover {
  background: #FFBB00;
}

.contact-fixed {
  position: fixed;
  right: 18px;
  bottom: 10px;
  z-index: 999;
}
.contact-fixed .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-fixed .inner .phone {
  position: relative;
  /*padding: 3px 20px;*/
  border-radius: 3px;
  font-weight: 600;
  line-height: 0;
  margin: 10px;
  /*border: 1px solid #208f5c;*/
}
.contact-fixed .inner .phone .fa {
  color: #FFF;
  background: #1B75BC;
  border-radius: 50%;
  padding: 10px;
  margin: 2px 0 0 19px;
  animation: 1s ease-in-out 0s normal none infinite running ring;
  font-size: 35px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
}
.contact-fixed .inner .phone .number {
  color: #31d256;
}
.contact-fixed .inner .phone .ring {
  animation: 1.2s ease-in-out 0s normal none infinite running ring-circle;
  background-color: #1B75BC;
  border-radius: 100%;
  height: 85px;
  left: 1px;
  opacity: 0.1;
  position: absolute;
  top: -18px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 85px;
}
.contact-fixed .inner .button {
  padding: 15px 20px;
  border: 1px solid #FFF;
  background: #BF0000;
  color: #FFF;
}

.popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  overflow: auto;
}
.popup .popup-inner {
  background: #fff;
  width: 95%;
  max-width: 1100px;
  max-height: 750px;
  display: block;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.popup .popup-inner .head {
  padding: 30px 20px 0;
}
.popup .popup-inner .head .head_title {
  padding-bottom: 10px;
}
.popup .popup-inner .head .head_title .title {
  font-size: 20px;
}
.popup .popup-inner .head .sub_title {
  font-size: 18px;
}
.popup .popup-inner span.close {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url("../images/popup-close.png") no-repeat center;
}
.popup .popup-inner .inner {
  margin: auto;
  padding: 30px 20px;
  margin: 0 30px;
  overflow-y: scroll;
  border: 1px solid #cccccc;
}
.popup .popup-inner .box-popup {
  padding: 30px 0;
  position: relative;
}
.popup .popup-inner .box-popup .box-inner {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.popup .popup-inner .box-popup .box-inner .text {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #1B75BC;
  font-weight: 600;
  padding-bottom: 15px;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 2000;
}
.overlay-bg img {
  position: fixed;
  top: calc(50% - 58px);
  left: calc(50% - 58px);
  z-index: 20001;
}

/*------------------------------------------------
** MEDIA ONLY SCREEN
**------------------------------------------------*/
@media only screen and (max-width: 1100px) {
  .page {
    padding-top: 56px;
  }
  .page .rd-menu,
  .page .rd-panel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .page header {
    display: none;
  }
  .page header .header-top {
    height: initial;
    padding: 5px 0;
  }
  .page header .header-top .logo {
    display: none;
  }
  .page header .header-top .header_address {
    width: 100%;
    justify-content: space-evenly;
  }
  .page header .header-top .header_address .item_address {
    margin: 0;
    position: relative;
  }
  .page header .header-top .header_address .item_address .item_text {
    width: calc(100% - 60px);
    max-width: 300px;
  }
  .page header .header-top .header_address .item_address .item_text a {
    display: block;
  }
  .page header .header-top .header_address .item_address .item_text span {
    display: none;
  }
  .page nav.main_menu {
    display: none;
  }

  .main_menu .plugin-search {
    width: 240px;
  }

  .main-body .main-content #center {
    margin: 0;
  }
  .main-body .main-content #sidebar {
    float: initial !important;
    max-width: 100%;
  }
  .main-body .main-content #sidebar .sidebar__inner {
    position: relative !important;
    transform: initial !important;
    top: initial !important;
    left: initial !important;
    width: initial !important;
  }

  .page-intro .box-about {
    margin-top: -70px;
  }

  .box-content.card .box-body .content {
    width: 50%;
    padding: 0;
  }
  .box-content.card .box-body .detail {
    width: 50%;
    max-width: 600px;
    margin: auto;
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 1000px) {
  .box-main .container-wrapper .block.block-left {
    display: none;
  }
  .box-main .container-wrapper .block.block-main {
    width: 100%;
  }

  .box-content .box-body .content {
    width: 100% !important;
    padding: 0;
  }
  .box-content .box-body .detail {
    width: 100% !important;
    max-width: 600px;
    margin: auto;
    padding: 30px 0 0;
  }

  .box-card {
    padding: 0;
  }
  .box-card .box-header {
    margin-bottom: 20px;
  }
  .box-card .box-header .box-title {
    width: 100%;
    align-items: flex-start;
  }

  .box-four .box-header {
    margin-bottom: 20px;
  }
  .box-four .box-header .box-title {
    width: 100%;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 800px) {
  .partner.partner-list .module-content .item {
    width: calc(100% / 2);
  }
}
@media only screen and (max-width: 700px) {
  .box-card {
    padding: 0;
  }
  .box-card .box-body .item {
    flex-direction: column-reverse;
  }
  .box-card .box-body .item .image {
    width: 100%;
    max-width: 400px;
  }
  .box-card .box-body .item .content {
    width: 100%;
    padding: 0;
  }
  .box-card .box-body .item.reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 600px) {
  .partner.partner-detail .module {
    padding: 10px 5px;
  }
  .partner.partner-detail .content-info .image {
    margin: 0 auto 20px;
  }
  .partner.partner-detail .content-info .info {
    width: 100%;
    padding: 0;
  }

  .box-relative.partner-list .module {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 500px) {
  .rd-panel .logo img {
    display: none;
  }
  .rd-panel .logo img.img_s {
    display: block;
  }

  .page-intro .box-about {
    margin-top: 20px;
  }

  .partner.partner-list .module-content {
    justify-content: center;
  }
  .partner.partner-list .module-content .item {
    width: calc(100%);
    max-width: 400px;
  }
}
@media only screen and (max-width: 400px) {
  .page header .header-top .header_address {
    flex-direction: column;
  }
  .page header .header-top .header_address .item_address {
    padding-bottom: 6px;
  }
  .page header .header-top .header_address .item_address .item_text p {
    display: flex;
  }
  .page header .header-top .header_address .item_address .item_text p span {
    display: block;
    margin: 0 6px;
  }
}
/*------------------------------------------------
** Animate
**------------------------------------------------*/
@keyframes zoomIcon {
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  75% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes mymove {
  0% {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
  }
  25% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes ring-circle {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

/*# sourceMappingURL=style.css.map */
