@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap&subset=vietnamese");
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;
  /* ie8 */
}

a, a:link, a:visited {
  color: #2c343b;
  text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover {
  color: #118fff;
  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 {
  outline: none;
  border: none;
  border-radius: 0;
  vertical-align: baseline;
  background-color: transparent;
  box-shadow: none;
}

hr {
  width: 100%;
  margin: 10px auto;
  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: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 14px;
}

@font-face {
  font-family: 'iconset-vov';
  src: url("../fonts/iconset-vov.eot?y7wwh2");
  src: url("../fonts/iconset-vov.eot?y7wwh2#iefix") format("embedded-opentype"), url("../fonts/iconset-vov.ttf?y7wwh2") format("truetype"), url("../fonts/iconset-vov.woff?y7wwh2") format("woff"), url("../fonts/iconset-vov.svg?y7wwh2#iconset-vov") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconset-vov' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-business-and-finance:before {
  content: "\e900";
}

.icon-calendar:before {
  content: "\e901";
}

.icon-conference:before {
  content: "\e902";
}

.icon-exam:before {
  content: "\e903";
}

.icon-global:before {
  content: "\e904";
}

.icon-Group:before {
  content: "\e905";
}

.icon-mail:before {
  content: "\e906";
}

.icon-megaphone:before {
  content: "\e907";
}

.icon-old-typical-phone-1:before {
  content: "\e908";
}

.icon-Placeholder:before {
  content: "\e909";
}

.icon-problem:before {
  content: "\e90a";
}

.icon-telephone-1:before {
  content: "\e90b";
}

.icon-test:before {
  content: "\e90c";
}

.icon-urban:before {
  content: "\e90d";
}

.icon-user:before {
  content: "\e90e";
}

/*------------------------------------------------
** General
**------------------------------------------------*/
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  background: #FFF;
  position: relative;
  color: #333333;
  font-family: "Montserrat", sans-serif, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
}

.visib-hide {
  visibility: hidden;
}

.spacer-separator {
  padding: 15px 0;
}

.page {
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

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

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

.clear {
  clear: both;
}

.hide {
  display: none !important;
}

.highlight {
  font-weight: 600;
  color: #118fff;
}

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

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

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

button, .button {
  display: block;
  width: fit-content;
  padding: 17px 25px;
  background-color: #3375ec;
  text-decoration: none;
  color: #FFF;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-shadow: none;
  transition: .3s;
  text-transform: uppercase;
  font-size: 0.875em;
  letter-spacing: 0.06px;
  border-radius: 20px;
  font-weight: 400;
  margin: auto;
}
button:hover, .button:hover {
  color: #fff;
  border-color: #118fff;
  background-color: #118fff;
}

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

.module-header {
  padding: 0;
  margin-bottom: 20px;
}
.module-header .module-title {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
}

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

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

.section {
  padding: 40px 0;
}

.box {
  position: relative;
}

.box-header {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}

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

.box-title {
  position: relative;
  padding: 10px 0;
  width: fit-content;
  margin: auto;
  font-size: 36px;
  color: #118fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-title span {
  font-weight: 400;
}
.box-title:after {
  content: ' ';
  width: 120px;
  height: 2px;
  margin-top: 10px;
  background: #00d363;
}
.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: #291843;
  font-size: 18px;
}

.text-bold {
  font-weight: 600;
}

.heading {
  background-color: #f2f3f9;
  background-image: url(../images/img_heading.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  height: 300px;
  position: relative;
  overflow: hidden;
  /*&.heading-remove-mask{
  	&:after{
  		content: unset;
  	}
  }*/
}
.heading .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.heading .container h1 {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 2px;
  z-index: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.heading .container h1:after {
  content: '';
  width: 100px;
  height: 2px;
  margin-top: 10px;
  background: #FFF;
}
.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;
}
.heading:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65), transparent);
}

.breadcrumbs {
  position: relative;
  margin: 0;
  padding: 15px 0 15px;
  text-align: left;
  z-index: 2;
  /*text-transform: uppercase;*/
  background: #cecece;
}
.breadcrumbs a:hover {
  color: #118fff;
}
.breadcrumbs span {
  line-height: 1.5;
}
.breadcrumbs span.item_sep {
  opacity: 0.5;
  margin: 0 6px;
}

.readmore {
  text-align: center;
  padding: 20px 0 0;
}
.readmore a {
  position: relative;
  vertical-align: middle;
  z-index: 1000;
  background: #118fff;
  color: #fff !important;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 24px;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.readmore a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3a3a3a;
  background: #00d363;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.readmore a:hover {
  color: #fff !important;
}
.readmore a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

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

#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: #333333;
}
.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;
}

.social-date {
  margin-bottom: 10px;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #d2d2d2;
  border-width: 1px 0;
}
.social-date .fblike {
  border: 0;
  padding: 0;
}
.social-date span.published {
  position: relative;
  margin-right: 15px;
  padding-left: 20px;
}
.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;
}

.box-border, .box-reason .box-body .item .box-item-inner:hover {
  -webkit-box-shadow: 0px 0px 4px 1px rgba(140, 140, 140, 0.53);
  -moz-box-shadow: 0px 0px 4px 1px rgba(140, 140, 140, 0.53);
  box-shadow: 0px 0px 4px 1px rgba(140, 140, 140, 0.53);
}

.line-clamp-unset {
  -webkit-line-clamp: unset !important;
}

/*------------------------------------------------
** Slick
**------------------------------------------------*/
.slider {
  position: relative;
}
.slider.department-slide {
  padding-bottom: 30px;
}
.slider .box-slideshow-contact {
  margin-top: 20px;
  position: fixed;
  z-index: 40;
  bottom: 15px;
  left: 15px;
}
.slider .box-slideshow-contact .box-contact {
  display: flex;
  align-items: center;
  width: fit-content;
  background: #118fff;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 25px;
  line-height: 20px;
  box-shadow: 0px 0px 4px 0px #1d1c1c75;
}
.slider .box-slideshow-contact .box-contact .box-contact-icon {
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
}
.slider .box-slideshow-contact .box-contact .box-contact-icon .wrap-contact-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.slider .box-slideshow-contact .box-contact .box-contact-info {
  padding-left: 5px;
  padding-left: 10px;
  font-weight: 600;
  color: #fff;
}
.slider .box-slideshow-nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.slider .box-slideshow-nav .box-slideshow-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.slider .box-slideshow-nav .box-slideshow-inner .nav-slideshow {
  font-size: 40px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
}
.slider .box-slideshow-nav .box-slideshow-inner .nav-slideshow i {
  position: relative;
}
.slider .box-slideshow-nav .box-slideshow-inner .nav-slideshow.btn-slideshow-previous i {
  left: -2px;
}
.slider .box-slideshow-nav .box-slideshow-inner .nav-slideshow.btn-slideshow-next i {
  right: -2px;
}

.box-slide-content {
  	/*position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;*/
  height: 100%;
}
.box-slide-content .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.box-slide-content .box-slide-inner {
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  /*background-color: #2c2827ba;
  position: relative;
  padding: 15px 10px;
  width: 400px;
  height: max-content;*/
}
.box-slide-content .box-slide-inner .box-slide-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  /*padding-bottom: 15px;*/
}
.box-slide-content .box-slide-inner .box-slide-description {
  font-size: 16px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-slide-content .box-slide-inner .box-contact {
  /*position: absolute;*/
}
.box-slide-content.child-page .container {
  align-items: flex-start;
}
.box-slide-content.child-page .box-slide-inner {
  background-color: unset;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  height: auto;
}
.box-slide-content.child-page .box-slide-inner .box-slide-title {
  font-size: 30px;
  flex: 0 0 100%;
  /*max-width: 50%;*/
}
.box-slide-content.child-page .box-slide-inner .box-slide-description {
  -webkit-line-clamp: 3;
  font-size: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
}
.box-slide-content.child-page .box-slide-inner .box-slide-description a {
  color: #fff;
}

.slick-slider {
  margin: 0;
}
.slick-slider .slick-list .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.slick-slider > button {
  width: 50px;
  height: 50px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.2);
  top: calc(50% - 25px);
}
.slick-slider > button:before {
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 16px !important;
  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-prev, .slick-slider .slick-next {
  width: 40px;
  height: 40px;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  font-size: 40px;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}
.slick-slider .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
}
.slick-slider .slick-dots button:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.slide-for {
  background: #dedede;
  /*height: 520px;*/
  overflow: hidden;
  margin: 0 !important;
  	/*button {
  		top: calc(100% - 50px);
      width: 50px !important;
      height: 50px !important;
      margin: 0;
      background-color: $color_page;
      &:before {
      	font-family: "FontAwesome" !important;
      	display: inline-block !important;
  	    font-size: 16px !important;
  	    line-height: 1.1 !important;
      }
      &:hover, &:focus{
      	background-color: $color_page_2;
      }
      &.slick-next {
      	right: 0;
      	&:before {
      		content: "\f054";
      	}
      }
      &.slick-prev {
      	left: calc(100% - 100px);
      	&:before {
      		content: "\f053";
      	}
      }
  	}*/
}
.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-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: 5px;
  opacity: .6;
  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 span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.slide-nav .slick-list .slick-track .slick-slide span img {
  visibility: hidden;
}
.slide-nav button {
  top: 5px;
  width: 50px;
  height: calc(100% - 5px);
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0;
}
.slide-nav button:before {
  font-family: "FontAwesome" !important;
  color: #FFF;
  display: inline-block !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
}
.slide-nav button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.slide-nav button:hover:before {
  color: #FFF;
}
.slide-nav button.slick-next {
  right: 0;
}
.slide-nav button.slick-next:before {
  content: "\f054";
}
.slide-nav button.slick-prev {
  left: 0;
}
.slide-nav button.slick-prev:before {
  content: "\f053";
}

.responsive .item .inner {
  padding: 0 5px;
}
.responsive .item .inner a.image {
  padding-top: calc(100% * 3/4);
}

/*------------------------------------------------
** HEADER
**------------------------------------------------*/
.block-search {
  width: 280px;
  padding-left: 20px;
}
.block-search .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.block-search .inner a.search {
  display: none;
}
.block-search .inner .form-search {
  padding: 15px 0;
  width: 100%;
  height: 100%;
}
.block-search .inner .form-search .form_label {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 20px;
  padding: 2px 5px 2px 15px;
  position: relative;
  display: flex;
  flex-direction: row;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-search .inner .form-search .form_label .form_input {
  display: block;
  width: calc(100% - 40px);
  font-size: 15px;
  line-height: 16px;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  font-weight: normal;
  background: transparent;
}
.block-search .inner .form-search .form_label .form_submit {
  position: relative;
  height: 100%;
  color: #fff;
  width: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-search .inner .form-search .form_label .form_submit:after {
  content: "\f002";
  font: 300 22px/22px "FontAwesome";
  color: #a4a4a4;
}
.block-search .inner .form-search.active {
  display: flex;
}
.block-search .inner .form-search.active .form_label {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-search .inner .form-search.active .form_label .form_input {
  padding: 0 20px;
}

.main_menu ul.menunav {
  width: 100%;
  padding: 0;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.main_menu ul.menunav li {
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.main_menu ul.menunav li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  /*text-transform: uppercase;*/
  color: #FFF;
  white-space: nowrap;
  font-weight: 600;
  padding: 0 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.main_menu ul.menunav li.active a {
  background-color: #ffffff;
  color: #118fff;
}
.main_menu ul.menunav li:hover a {
  background-color: #ffffff;
  color: #118fff;
}
.main_menu ul.menunav li.column {
  position: relative;
}
.main_menu ul.menunav li.column ul.level1:before {
  display: none;
}
.main_menu ul.menunav li.column ul.level1 li a {
  padding: 0 8px !important;
  line-height: 30px !important;
}
.main_menu ul.menunav li ul.level1 {
  position: absolute;
  left: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  background: #FFF;
  padding: 5px 0;
  z-index: 9;
  margin-top: 0;
  margin-bottom: 10px;
  box-shadow: 0px 0px 15px -5px;
}
.main_menu ul.menunav li 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;
}
.main_menu ul.menunav li ul.level1 li {
  width: 100%;
}
.main_menu ul.menunav li ul.level1 li a {
  line-height: 25px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  text-transform: initial;
  font-weight: 400;
  padding: 0 20px;
  color: #333333;
  background-color: #FFF;
}
.main_menu ul.menunav li ul.level1 li a .fa {
  margin-right: 8px;
  color: #8e8e8e;
}
.main_menu ul.menunav li:hover ul.level1 {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.3s all ease !important;
  transform: translateY(0px) !important;
  left: 0;
}
.main_menu ul.menunav li:hover ul.level1 li a {
  padding: 0 20px;
  line-height: 40px;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
}
.main_menu ul.menunav li:hover ul.level1 li a .fa {
  margin-right: 8px;
  color: #8e8e8e;
}
.main_menu ul.menunav li:hover ul.level1 li.active a, .main_menu ul.menunav li:hover ul.level1 li:hover a {
  color: #118fff;
}
.main_menu ul.menunav li:hover ul.level1 li.active a .fa, .main_menu ul.menunav li:hover ul.level1 li:hover a .fa {
  color: #118fff;
}
.main_menu ul.menunav li ul.submenu_inner {
  width: calc(100% + 80px);
  background-color: #FFF;
}
.main_menu ul.menunav li ul.submenu_inner li.submenu {
  display: block;
  padding-left: 10px;
  text-align: left;
}
.main_menu ul.menunav li ul.submenu_inner li.submenu a.title {
  font-size: 18px;
}
.main_menu ul.menunav li ul.submenu_inner li.submenu:hover {
  background: none;
}
.main_menu ul.menunav li ul.submenu_inner li.submenu:last-child {
  border-right: 0;
}
.main_menu ul.menunav li ul.submenu_inner li ul.submenu_level1 {
  display: block;
  position: relative;
}
.main_menu ul.menunav li ul.submenu_inner li ul.submenu_level1 li {
  display: block;
}
.main_menu ul.menunav li ul.submenu_inner li ul.submenu_level1 li a {
  line-height: 25px;
}
.main_menu ul.menunav li ul.submenu_inner li ul.submenu_level1 li:hover {
  background: none;
}
.main_menu.stick ul.menunav {
  border: 0;
  border-radius: 0;
  box-shadow: initial;
}
.main_menu.stick ul.menunav > li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1200px) {
  .main_menu ul.menunav li a {
    padding: 0 7px;
  }
}
@media only screen and (max-width: 900px) {
  .main_menu ul.menunav li a {
    padding: 0 10px;
    font-size: 14px;
  }
}
header .container-wrapper {
  height: 146px;
  padding: 20px 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: url(../images/top-banner.jpg);
  background-repeat: no-repeat;
}
header .container-wrapper .block-left {
  height: 100%;
  display: flex;
  flex-direction: row;
}
header .container-wrapper .block-left .logo {
  max-height: 100%;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}
header .container-wrapper .block-left .logo a {
  color: #ff8c00;
  font-weight: 600;
}
header .container-wrapper .block-left .logo a img {
  max-width: initial;
  height: 100%;
}
header .container-wrapper .block-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
header .container-wrapper .block-right p {
  font-size: 20px;
  font-weight: 600;
}
header .container-wrapper .block-right span {
  font-family: "Montserrat", sans-serif;
  font-size: 33px;
  font-weight: 700;
  color: #ff8c00;
}
header .container-wrapper .block-right .frm-header-search {
  margin-top: 30px;
}
header .container-wrapper .block-right .frm-header-search .box-search {
  position: relative;
  border: 1px solid #118fff;
  display: flex;
  flex-direction: row-reverse;
  align-content: center;
  width: 220px;
  border-radius: 20px;
}
header .container-wrapper .block-right .frm-header-search .box-search .inp-search {
  border: none;
  background: transparent;
  padding: 0 10px;
  padding-right: 10px;
  max-width: 100%;
  padding-right: 0px;
  font-size: 15px;
}
header .container-wrapper .block-right .frm-header-search .box-search .inp-search:focus {
  box-shadow: unset;
}
header .container-wrapper .block-right .frm-header-search .box-search .lbl-search {
  display: flex;
  align-items: center;
  padding: 0 10px;
  width: 45px;
}

nav.main_menu {
  position: relative;
  z-index: 99;
  width: 100%;
}
nav.main_menu .menu_inner {
  width: 100%;
  background: #118fff;
}
nav.main_menu .menu_inner .container-wrapper {
  display: flex;
  flex-wrap: wrap;
}
nav.main_menu .menu_inner .container-wrapper .menunav {
  /* width: calc(100% - 280px); */
}
nav.main_menu.stick .menu_inner {
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
}

nav.second_menu {
  position: relative;
  z-index: 50;
  width: 100%;
}
nav.second_menu .menu_inner {
  width: 100%;
  background: #eeeeee;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(128, 124, 128, 0.48);
  -moz-box-shadow: 0px 2px 5px 0px rgba(128, 124, 128, 0.48);
  box-shadow: 0px 2px 5px 0px rgba(128, 124, 128, 0.48);
}
nav.second_menu .menu_inner .container-wrapper {
  display: flex;
  flex-wrap: wrap;
}
nav.second_menu .menu_inner .container-wrapper .menunav {
  /* width: calc(100% - 280px); */
}
nav.second_menu.stick .menu_inner {
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  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-mobilepanel .rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  width: 50px;
  height: 50px;
}
.rd-mobilepanel .rd-mobilepanel_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-mobilepanel .rd-mobilepanel_toggle span:before, .rd-mobilepanel .rd-mobilepanel_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-mobilepanel .rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel .rd-mobilepanel_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-mobilepanel .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel .rd-mobilepanel_toggle.active span:after {
  top: 8px;
  width: 35px;
  left: 0;
}
.rd-mobilepanel .rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel .rd-mobilepanel_toggle.active span:after {
  top: -12px;
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.rd-mobilepanel .logo {
  width: 105px;
  height: 33px;
  padding: 5px;
}
.rd-mobilepanel .logo img {
  height: 100%;
}
.rd-mobilepanel .block-search {
  width: calc(100% - 100px);
  padding-right: 10px;
  display: flex;
  justify-content: flex-end;
}
.rd-mobilepanel .block-search .inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.rd-mobilepanel .block-search .inner .form-search {
  max-width: 500px;
}
.rd-mobilepanel .block-search .inner .form-search .form_label {
  padding: 6px 5px 6px 15px;
  border: 1px solid #dedede;
}

.rd-mobilemenu {
  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-mobilemenu .rd-mobilemenu_ul {
  position: fixed;
  z-index: 99;
  top: 50px;
  margin: 0;
  left: 0;
  bottom: -20px;
  width: 0;
  padding: 24px;
  color: #666;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 20px;
  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-mobilemenu .rd-mobilemenu_ul li {
  line-height: 21px;
}
.rd-mobilemenu .rd-mobilemenu_ul li > a {
  display: block;
  padding: 0;
  color: #333333;
  font-size: 16px;
  line-height: 45px;
}
.rd-mobilemenu .rd-mobilemenu_ul li > a i {
  float: right;
  margin-top: 7px;
  width: 45px;
  text-align: center;
  font-size: 30px;
}
.rd-mobilemenu .rd-mobilemenu_ul li ul.level1 li a {
  font-size: 14px;
  line-height: 35px;
}
.rd-mobilemenu .rd-mobilemenu_ul li ul.level1 li a i {
  float: left;
  margin-top: 3px;
  width: 25px;
  font-size: 25px;
}
.rd-mobilemenu .rd-mobilemenu_ul li ul.level1 li:hover a {
  color: #00d363;
}
.rd-mobilemenu .rd-mobilemenu_ul li:hover a, .rd-mobilemenu .rd-mobilemenu_ul li.active a {
  color: #00d363;
}
.rd-mobilemenu .rd-mobilemenu_ul li:hover ul.level1 a, .rd-mobilemenu .rd-mobilemenu_ul li.active ul.level1 a {
  color: #333333;
}
.rd-mobilemenu .rd-mobilemenu_ul li:hover ul.level1 li.active a, .rd-mobilemenu .rd-mobilemenu_ul li.active ul.level1 li.active a {
  color: #00d363;
}
.rd-mobilemenu .rd-mobilemenu_ul li.lang {
  display: none;
}
.rd-mobilemenu .rd-mobilemenu_ul hr {
  background: #dbdbdb;
}
.rd-mobilemenu.active {
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
}

.slider .item a {
  display: block;
  width: 100%;
  min-height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider .item a img {
  visibility: hidden;
  max-height: 100%;
}

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

.main-content {
  padding: 40px 0;
}

#main {
  display: flex;
  flex-wrap: wrap;
}
#main #center {
  width: calc(100% - 350px);
  padding-right: 30px;
}
#main #sidebar {
  width: 100%;
  max-width: 350px;
  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-border, .box-reason .box-body .item .box-item-inner:hover {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 15px 0px #e8e8e8;
  /*0px 0px 4px 1px rgba(140,140,140,0.53);*/
  -moz-box-shadow: 0 0 15px 0px #e8e8e8;
  /*0px 0px 4px 1px rgba(140,140,140,0.53);*/
  box-shadow: 0 0 15px 0px #e8e8e8;
  /*0px 0px 4px 1px rgba(140,140,140,0.53);*/
  /*border: 1px solid #e6e6e6;*/
}

.box-news .box-body .module-content {
  display: flex;
  flex-direction: row;
}
.box-news .box-body .module-content .box-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box-news .box-body .module-content .box-inner .nav-intro {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  width: calc(100% / 3);
}
.box-news .box-body .module-content .box-inner .nav-intro .an-nav-content {
  padding: 20px 5px;
  display: block;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.box-news .box-body .module-content .box-inner .nav-intro .an-nav-content:hover {
  background: #12b05cc4;
}
.box-news .box-body .module-content .item {
  display: flex;
  flex-direction: row;
  padding: 0 15px;
  margin: 0;
  background: transparent;
  overflow: unset;
}
.box-news .box-body .module-content .item .image {
  width: 40%;
  height: initial;
  min-width: 120px;
  padding-top: 0;
  margin-right: 15px;
}
.box-news .box-body .module-content .item .image a {
  height: initial;
  padding-top: calc(100% * 9/16);
}
.box-news .box-body .module-content .item .content {
  width: 60%;
  max-width: calc(100% - 135px);
  padding: 0;
}
.box-news .box-body .module-content .item .content .description {
  -webkit-line-clamp: 2;
}
.box-news .box-body .module-content .item .content .description ul {
  list-style: disc;
  padding-left: 10px;
  list-style-position: inside;
}
.box-news .box-body .module-content .item.main {
  flex-direction: column;
  margin-bottom: 25px;
  width: 340px;
}
.box-news .box-body .module-content .item.main .image {
  width: 100%;
  padding: 0;
}
.box-news .box-body .module-content .item.main .content {
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
  font-family: "Noto Sans", sans-serif;
}
.box-news .box-body .module-content .item.main .content .description {
  -webkit-line-clamp: 3;
  -webkit-line-clamp: unset;
  padding: 0 5px;
}
.box-news .box-body .module-content .list-more {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.box-news .box-body .module-content .list-more .item {
  width: 100%;
  padding-right: 0;
}
.box-news .box-body .module-content.module-list .item {
  padding: 10px;
  border-bottom: 1px solid #d6d2d2;
}
.box-news .box-body .module-content.module-list .item a {
  color: #118fff;
}
.box-news .news-detail .box-header {
  font-size: 36px;
  color: #118fff;
  font-weight: 600;
}

.box-achievements {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background: url("../images/triet-ly.jpg") no-repeat center/cover;
}
.box-achievements .box-achievements-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 25px 0;
}
.box-achievements .box-achievements-inner .item {
  text-align: center;
  color: #fff;
  width: 25%;
  padding: 0 10px;
}
.box-achievements .box-achievements-inner .item .box-item {
  color: #118fff;
  font-size: 100px;
}
.box-achievements .box-achievements-inner .item .box-content .title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-achievements .box-achievements-inner .item .box-content .content {
  font-size: 14px;
  color: #fff;
}

.box-video .box-title span {
  position: relative;
}
.box-video .box-title span sup {
  position: absolute;
  right: -12px;
  top: 20px;
  font-size: 12pt;
}
.box-video .content {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: center;
  .item {
  	width: calc(50% - 30px);
  	padding:20px;
  	iframe{ width:100%; }
  	.wrap {
  		position: relative;
  		width: 100%;
  		padding-top: calc(100% * 9/16);
  		iframe {
  			position: absolute;
  			top: 0;
  			width: 100%; height: 100%;
  		}
  	}
  }*/
  display: flex;
  flex-wrap: wrap;
  background: #dedede;
  padding: 10px;
}
.box-video .content .slide-nav {
  width: 370px;
  height: initial;
  background: #FFF;
}
.box-video .content .slide-nav .item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.box-video .content .slide-nav .item .image {
  width: 40%;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.box-video .content .slide-nav .item .image img {
  display: none;
}
.box-video .content .slide-nav .item .title {
  width: 60%;
  padding-left: 10px;
  line-height: 1.5;
}
.box-video .content .slide-nav .item.slick-center {
  background: #118fff;
}
.box-video .content .slide-nav .item.slick-center .title {
  color: #FFF;
}
.box-video .content .slide-nav .slick-list .slick-track .slick-slide {
  height: auto;
  opacity: 1;
}
.box-video .content .slide-nav.ver button {
  top: 0;
  width: 100%;
  height: 50px;
}
.box-video .content .slide-nav.ver button.slick-next {
  top: initial;
  bottom: 0;
}
.box-video .content .slide-nav.ver button.slick-next:before {
  content: "\f078";
}
.box-video .content .slide-nav.ver button.slick-prev:before {
  content: "\f077";
}
.box-video .content .slide-nav.hor {
  display: none;
  margin-bottom: 10px !important;
}
.box-video .content .slide-nav.hor .item {
  flex-direction: column;
}
.box-video .content .slide-nav.hor .item .image {
  width: 100%;
}
.box-video .content .slide-nav.hor .item .title {
  width: 100%;
  padding: 5px 0 0;
  text-align: center;
  font-size: 14px;
}
.box-video .content .slide-nav.hor button {
  top: 0;
  width: 45px;
  height: 100%;
}
.box-video .content .slide-nav.hor button.slick-next {
  top: 0;
  /*bottom: 0;*/
  /*&:before {
  	content: "\f078";
  }*/
}
.box-video .content .slide-nav.hor button.slick-prev {
  /*&:before {
  	content: "\f077";
  }*/
}
.box-video .content .slide-for {
  background: transparent;
  width: calc(100% - 370px);
  height: 450px;
  padding: 0 10px 0 0;
  /*a {height: initial;}
  .item {
  	width: calc(100% / 3);
  	height: auto;
  	padding: 0;
  	.inner {
  		position: relative;
  	}
  }
  button {border-radius: 50%;}*/
}
.box-video .content .slide-for .item {
  height: 100%;
}
.box-video .content .slide-for .item iframe {
  width: 100% !important;
  height: 100% !important;
}

.box-quote .slick-dots {
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: -5px;
  right: 12px;
  height: 25px;
  text-align: center;
}
.box-quote .slick-dots li.slick-active {
  width: 45px;
}
.box-quote .slick-dots li.slick-active button:before {
  width: 45px;
  border-radius: 10px;
  background: #12b05cc4;
  border-width: 1px;
}
.box-quote .slick-dots button:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  border: 2px solid #12b05cc4;
  border-radius: 50%;
  color: transparent;
  content: " " !important;
}
.box-quote .box-header {
  padding-left: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.box-quote .box-header .box-description {
  text-align: left;
}
.box-quote .box-header .box-title {
  text-align: left;
  margin: 0 auto;
}
.box-quote .slick-track {
  padding: 10px 0;
}
.box-quote .slick-track .item .wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.box-quote .slick-track .item .wrap .customer {
  width: 80px;
}
.box-quote .slick-track .item .wrap .customer img {
  width: 100%;
}
.box-quote .slick-track .item .wrap .box-blockquote {
  font-size: 16px;
}
.box-quote .slick-track .item .wrap .box-blockquote blockquote .quote {
  font-family: "Open Sans", sans-serif;
  padding-bottom: 10px;
}
.box-quote .slick-track .item .wrap .box-blockquote .info .name {
  font-weight: 500;
  color: #118fff;
}
.box-quote .slick-slider .slick-list .slick-track {
  display: flex;
  padding-bottom: 60px;
}
.box-quote .slick-slider .slick-list .slick-track .slick-slide {
  float: initial;
  height: auto;
}

.box-relative {
  border-top: 1px solid #efefef;
  padding-top: 20px;
  margin-top: 20px;
}

.box-partner {
  overflow: hidden;
  padding: 0;
}
.box-partner .slick-list {
  height: 200px;
}
.box-partner .slick-list .slick-track {
  height: 100%;
}
.box-partner .slick-prev, .box-partner .slick-next {
  top: calc(50% - 25px);
  border-color: #118fff;
}
.box-partner .slick-prev:before, .box-partner .slick-next:before {
  color: #118fff;
}
.box-partner .slick-prev:focus:before, .box-partner .slick-prev:hover:before, .box-partner .slick-next:focus:before, .box-partner .slick-next:hover:before {
  color: #fff !important;
}
.box-partner .slick-prev {
  left: -25px;
}
.box-partner .slick-next {
  right: -25px;
}
.box-partner .item {
  padding: 0 15px;
}
.box-partner .item .image {
  height: 100%;
  /* border: 1px solid #f1f1f1; */
  border-radius: 10px;
  padding: 5px;
}
.box-partner .item .image a {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.box-partner .item .image a img {
  max-height: 100%;
}
.box-partner .item .image:hover {
  background: #f1f1f1;
}

.box-reason {
  background: #fff;
}
.box-reason .box-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box-reason .box-body .item {
  width: 20%;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.box-reason .box-body .item .image .box-image {
  padding: 15px 0px 0px 15px;
  text-align: center;
}

.box-credit {
  padding: 0;
}
.box-credit .box-body {
  display: flex;
  flex-wrap: wrap;
}
.box-credit .box-body .block {
  width: 50%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFF;
  font-family: "Noto Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}
.box-credit .box-body .block.block-left {
  background-image: url("../images/img_giangvien.jpg");
  justify-content: flex-end;
  text-align: right;
}
.box-credit .box-body .block.block-right {
  background-image: url("../images/img_sinhvien.jpg");
  justify-content: flex-start;
}
.box-credit .box-body .block:hover {
  color: #dcdcdc;
}

.box-education {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background: url("../images/img_bg.jpg") no-repeat center/cover;
  position: relative;
}
.box-education:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.box-education ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 25px 0;
}
.box-education ul .item {
  text-align: center;
  color: #fff;
  width: 20%;
  padding: 0 10px;
}
.box-education ul .item .wrap {
  position: relative;
  display: flex;
}
.box-education ul .item .wrap .image {
  width: 100%;
}
.box-education ul .item .wrap .image img {
  width: 100%;
}
.box-education ul .item .wrap .title {
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0;
  padding: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(17, 143, 255, 0.8);
  color: #FFF;
  transition: all 0.3s ease;
}
.box-education ul .item .wrap:hover .title {
  height: 100%;
  transition: all 0.3s ease;
}

.map {
  background: #ccc;
  width: 100%;
  height: 450px;
  border: 1px solid #ebebeb;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*------------------------------------------------
** Faqs
**------------------------------------------------*/
.form {
  box-shadow: 0 0 15px -5px #b1b1b1;
  padding: 30px;
  margin-bottom: 30px;
}
.form input[type="text"], .form input[type="email"], .form textarea {
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 22px 0px 22px 20px;
  background: #edf4f8;
  border: 1px solid #fbfbfb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 20px;
  color: #3498d9;
  margin-bottom: 20px;
  font-size: 11pt;
  line-height: 1.2;
}
.form input[type="text"].error, .form input[type="email"].error, .form textarea.error {
  border: 1px solid red;
}
.form a.button {
  color: #fff;
  width: 120px;
  font-size: 15px;
  padding: 10px 0;
}
.form a.button:hover {
  color: #FFF;
}

#faqs .heading {
  background-image: url("../images/heading_faqs.jpg");
}

.faqs {
  margin-bottom: 30px;
}
.faqs.faqs-list .module-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faqs.faqs-list .item {
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 0 15px -5px #909090;
  padding: 16px 22px;
}
.faqs.faqs-list .item .wrap {
  position: relative;
  overflow: hidden;
}
.faqs.faqs-list .item .wrap .content {
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.faqs.faqs-list .item .wrap .published {
  text-align: right;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.faqs.faqs-list .item .wrap .published span {
  position: relative;
  padding-left: 20px;
  line-height: 1.22;
}
.faqs.faqs-list .item .wrap .published span: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;
}
.faqs.faqs-list .item.active .wrap {
  color: #333333;
}
.faqs.faqs-list .item.active .wrap .title {
  color: #00d363;
}

/*------------------------------------------------
** News
**------------------------------------------------*/
.section-news.sector .heading {
  background-image: url("../images/heading_sector.jpg");
}
.section-news .news-category {
  padding-top: 40px;
}
.section-news .box-slide-inner {
  padding: 15px 10px;
  text-align: center;
  padding-bottom: 25px;
}
.section-news .box-slide-inner .box-slide-title {
  font-size: 35px;
  text-align: left;
  text-transform: uppercase;
}
.section-news .box-slide-inner .box-slide-description {
  font-size: 16px;
}

.box-news-intro {
  min-height: 100%;
}
.box-news-intro .container-left {
  background-color: #118fff;
}
.box-news-intro .box-intro-left {
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #118fff;
}
.box-news-intro .box-intro-left .list-menu {
  color: #fff;
}
.box-news-intro .box-intro-left .list-menu li {
  padding: 8px 10px;
  border-radius: 20px 0px 0px 20px;
  margin-bottom: 15px;
}
.box-news-intro .box-intro-left .list-menu li.active {
  background-color: #fff;
  font-weight: 600;
}
.box-news-intro .box-intro-left .list-menu li.active .a-item {
  color: #118fff;
}
.box-news-intro .box-intro-left .list-menu li .a-item {
  font-size: 16px;
  color: #fff;
  padding: 0px 20px 0px 10px;
}
.box-news-intro .box-intro-detail {
  padding-top: 30px;
  color: #000;
  background-color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 600px;
}

.box-news-intro .static-tamnhin {
  padding: 10px 30px;
}
.box-news-intro .static-tamnhin .row {
  align-items: center;
  margin-bottom: 30px;
}
.box-news-intro .static-tamnhin .box-tamnhin {
  color: #118fff;
}
.box-news-intro .static-tamnhin .box-tamnhin .box-icon {
  font-size: 100px;
  padding-left: 15px;
}
.box-news-intro .static-tamnhin .box-tamnhin .box-tamnhin-content {
  font-size: 16px;
  padding-left: 35px;
}
.box-news-intro .static-tamnhin .box-tamnhin .box-tamnhin-content .title {
  font-size: 26px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-weight: bold;
}
.box-news-intro .static-tamnhin .box-tamnhin .box-tamnhin-content .description {
  color: #333333;
  font-family: "Open Sans", sans-serif;
}
.box-news-intro .static-tamnhin .box-tamnhin .box-map {
  margin: 0 auto;
}

.module-sector {
  padding-top: 40px !important;
}
.module-sector .box-main-content .news-item {
  padding: 0 20px;
  margin: 0 !important;
  margin-bottom: 20px !important;
}
.module-sector .box-main-content .news-item .box-news-item-inner {
  background: #fff;
  height: 100%;
}
.module-sector .box-main-content .news-item .image a {
  padding-top: 75% !important;
  position: relative;
}
.module-sector .box-main-content .news-item .image a .box-datetime {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 25px 0 0 25px;
  font-size: 14px;
}
.module-sector .box-main-content .news-item .image a .box-datetime .lbl-datetime {
  padding: 5px 20px;
}
.module-sector .box-main-content .news-item .image a .box-datetime .lbl-date {
  background-color: #004767;
}
.module-sector .box-main-content .news-item .image a .box-datetime .lbl-year {
  font-weight: 600;
  background-color: #118fff;
}
.module-sector .box-main-content .news-item .content {
  padding: 20px !important;
}
.module-sector .box-main-content .news-item .content .title {
  margin-top: 0 !important;
}
.module-sector .box-main-content .news-item .content .published-category {
  font-family: "Noto Sans", sans-serif;
  color: #118fff;
  border-bottom: 1px solid #d3d3d3 !important;
  padding: 12px 0 !important;
}
.module-sector .box-main-content .news-item .content .published-category .published {
  color: #118fff !important;
  padding-right: 8px !important;
  font-size: 16px;
}
.module-sector .box-main-content .news-item .content .description {
  font-family: "Open Sans", sans-serif;
  -webkit-line-clamp: 5 !important;
}
.module-sector .title {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #3375ec;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 20px;
}
.module-sector .title:after {
  content: '';
  flex-grow: 1;
  margin-left: 15px;
  height: 1px;
  margin-top: 5px;
  background-color: #d7d7d7;
}

.box-sidebar.box-sidebar-qa {
  position: relative;
  background: #fff;
  transition: right 1s;
}
.box-sidebar .box-nav-sidebar {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}
.box-sidebar .box-nav-sidebar .box-header {
  margin-bottom: 5px;
  background-color: #118fff;
}
.box-sidebar .box-nav-sidebar .box-header .box-title {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.box-sidebar .box-nav-sidebar .box-header .box-title:after {
  content: unset;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar {
  padding: 5px 20px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form {
  padding: 0px 25px;
  padding-bottom: 20px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .group-input {
  position: relative;
  margin-top: 25px;
  font-size: 14px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .group-input label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  color: #c4c4c4;
  transition: top 0.6s, left 0.6s, transform 0.6s;
  transition-timing-function: ease;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .group-input .btn.btn-primary {
  padding: 10px 50px;
  background: #118fff;
  font-weight: 600;
  border: none;
  color: #fff;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .group-input.group-button {
  text-align: center;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form textarea {
  padding: 10px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form textarea.form-control {
  resize: none;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form textarea.form-control:focus ~ label {
  top: -25px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form textarea.form-control.remove-placeholder ~ label {
  top: -25px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .form-control {
  border: none;
  border-bottom: 2px solid #c8ecd6;
  border-radius: unset;
  padding: 10px 0;
  font-size: 15px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .form-control:focus {
  outline: none !important;
  border: none;
  border-bottom: 2px solid #c8ecd6;
  box-shadow: unset;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .form-control:focus ~ label {
  top: -22px;
  left: -26px;
  transform: scale(0.9);
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-form .form-control.remove-placeholder ~ label {
  top: -22px;
  left: -26px;
  transform: scale(0.9);
}
.box-sidebar .box-nav-sidebar .box-content-sidebar ul {
  font-weight: 500;
  font-size: 15px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar ul li {
  position: relative;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar ul li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  line-height: 25px;
  padding: 10px 0;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar ul li:not(:last-child):after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d3d3d3;
  bottom: 0;
  left: 0;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar ul li:hover:after, .box-sidebar .box-nav-sidebar .box-content-sidebar ul li.active:after {
  background: #118fff !important;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar ul li:hover a, .box-sidebar .box-nav-sidebar .box-content-sidebar ul li.active a {
  color: #118fff;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-news-sidebar {
  font-size: 16px;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-news-sidebar .news-datetime {
  font-size: 14px;
  color: #333333;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-news-sidebar .news-title {
  font-weight: 600;
  width: 100%;
}
.box-sidebar .box-nav-sidebar .box-content-sidebar .box-news-sidebar .news-title:hover {
  color: #118fff;
}
.box-sidebar .box-nav-sidebar .box-search {
  display: flex;
}
.box-sidebar .box-nav-sidebar .box-search .box-search-input {
  padding-left: 0;
}
.box-sidebar .box-nav-sidebar .box-search .box-search-input input {
  padding: 10px 0;
  width: 100%;
}
.box-sidebar .box-nav-sidebar .box-search .box-search-button {
  width: 90px;
}
.box-sidebar .box-nav-sidebar .box-search .box-search-button button {
  background-color: #118fff;
  box-shadow: unset;
  border-radius: 3px;
  border: 0;
  margin-right: 0;
  margin-left: 15px;
  width: 100%;
  font-weight: 600;
}

.nav-bar {
  height: 70px;
  background-color: #f7f8f9;
}
.nav-bar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}
.nav-bar ul li {
  height: 100%;
  max-width: calc(100% / 3);
  text-align: center;
  line-height: 1.3;
}
.nav-bar ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 30px;
  color: #333333;
  font-weight: 700;
}
.nav-bar ul li:hover a {
  color: #00d363;
}
.nav-bar ul li.active a {
  color: #118fff;
  background-color: #FFF;
  border-left: 1px solid #acacac;
  border-right: 1px solid #acacac;
  text-decoration: underline;
}
.nav-bar ul li:last-child {
  max-width: initial;
}
.nav-bar.intro ul li {
  max-width: calc(100% / 4);
}

.box-about {
  padding-top: 20px;
  position: initial;
  margin-top: 20px;
}
.box-about .container {
  z-index: 99;
}
.box-about .block-static {
  max-width: 760px;
  margin: -40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-about .block-static .item {
  max-width: 230px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 10px -5px #000;
}
.box-about .block-static .item a {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 25px 5px;
  height: 100%;
  width: 100%;
}
.box-about .block-static .item a .icon {
  width: 40px;
}
.box-about .block-static .item a p {
  padding-left: 20px;
  font-size: 18px;
}
.box-about .block-static .item a:hover {
  background-color: #3375ec;
  color: #FFF;
}
.box-about .block-static .item a:hover .icon .ico {
  color: #FFF;
}
.box-about .box-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0;
  margin-top: 0;
}
.box-about .box-body .content {
  max-width: 100%;
}
.box-about .box-body .content p {
  text-indent: 15px;
  margin-bottom: 16px;
}
.box-about .box-body .content a.button {
  margin: 20px auto 0;
  text-transform: initial;
  padding: 15px 33px;
  color: #fff;
  font-size: 16px;
  background: #118fff;
  border-radius: 2px;
}
.box-about .box-body .video {
  position: relative;
  max-width: 100%;
}
.box-about .box-body .video img {
  width: 100%;
  display: none;
}
.box-about .box-body .video .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-about .box-body .video .video-cover .icon {
  position: absolute;
  top: calc(50% - 33px);
  left: calc(50% - 33px);
  font-size: 140px;
  color: #fff;
  will-change: transform;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: url("../images/img-play.png") no-repeat center/cover;
  width: 66px;
  height: 66px;
  animation: zoomIcon 1.5s infinite linear;
}
.box-about .box-body .video .video-cover .icon:hover {
  transform: scale(1.2);
}

.about-us .about-wrapper .box-about-us .box-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-us .about-wrapper .box-about-us .box-body .description {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.about-us .about-wrapper .box-about-us .box-body .image {
  width: calc(50% - 15px);
  position: relative;
}
.about-us .about-wrapper .box-about-us .box-body .image .icon {
  position: absolute;
  top: calc(50% - 33px);
  left: calc(50% - 33px);
  display: inline-block;
  background: url(../images/icon_play.svg) no-repeat center/cover;
  width: 66px;
  height: 66px;
  animation: zoomIcon 1.5s infinite linear;
}
.about-us .about-wrapper .box-about-us .box-body .content {
  width: 100%;
}
.about-us .about-wrapper .box-about-us .box-body .content p {
  margin-bottom: 20px;
  text-indent: 20px;
}
.about-us .box-intro {
  padding-top: 0;
}
.about-us .box-intro .box-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-us .box-intro .box-body .image {
  width: calc(50% - 15px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-us .box-intro .box-body .image img {
  display: none;
}
.about-us .box-intro .box-body .content-wrapper {
  width: calc(50% - 15px);
}
.about-us .box-intro .box-body .content-wrapper .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.about-us .box-intro .box-body .content-wrapper .item .unit {
  width: 170px;
  margin-right: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #d2d2d2;
}
.about-us .box-intro .box-body .content-wrapper .item .unit .icon {
  margin: auto;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us .box-intro .box-body .content-wrapper .item .unit .title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #118fff;
}
.about-us .box-intro .box-body .content-wrapper .item .content {
  width: calc(100% - 200px);
}

.box-intro {
  padding: 0;
}
.box-intro .box-body {
  display: flex;
  flex-wrap: wrap;
}
.box-intro .box-body .image {
  width: 50%;
  padding: 0;
  text-align: center;
  height: auto;
  position: relative;
}
.box-intro .box-body .image .img {
  background-image: url("../images/home-intro.jpg");
  width: 50vw;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box-intro .box-body .container-wrapper {
  width: 50%;
  max-width: 600px;
  padding: 20px 0 20px 20px;
}
.box-intro .box-body .container-wrapper .box-intro-header {
  font-weight: 600;
}
.box-intro .box-body .container-wrapper .box-intro-header .subtitle {
  color: #333333;
  font-size: 20px;
}
.box-intro .box-body .container-wrapper .box-intro-header .title {
  color: #118fff;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 0;
}
.box-intro .box-body .container-wrapper .box-intro-content {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  text-align: justify;
}
.box-intro .box-body .container-wrapper .box-intro-content p {
  margin-bottom: 15px;
}

.seemore {
  font-family: "Open Sans", sans-serif;
}
.seemore.button {
  background-color: #12b05cc4;
  color: #fff;
  font-size: 18px;
  padding: 15px 50px;
  border-radius: 10px;
}
.seemore a {
  display: flex;
  align-items: center;
  color: #BF0000;
}
.seemore a:hover {
  color: #000;
}
.seemore .text {
  padding-right: 10px;
}
.seemore i {
  font-size: 20px;
}

.news.news-list {
  width: 100%;
  padding: 0;
}
.news.news-list.home .box-title {
  padding-top: 0;
}
.news.news-list .module {
  overflow: hidden;
}
.news.news-list .module-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-evenly;
}
.news.news-list .module-content.tin-tuyen-sinh {
  justify-content: center;
}
.news.news-list .module-content.tin-tuyen-sinh .item.main {
  width: 355px;
}
.news.news-list .module-nav {
  padding-top: 20px;
  padding-bottom: 30px;
}
.news.news-list .module-nav .btn-dangky-tuyensinh {
  color: #fff;
  background: #12b05cc4;
  font-size: 16px;
  font-weight: 600;
  border-radius: unset;
  padding: 10px 40px;
}
.news.news-list .box-item-inner {
  background: #fff;
  height: 100%;
}
.news.news-list .item {
  margin: 0 15px 30px;
  width: calc(100% / 3 - 30px);
  overflow: hidden;
}
.news.news-list .item .image a {
  display: block;
  position: relative;
  padding-top: calc(100% * 9/16);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-color: #e8e8e8;
  overflow: hidden;
}
.news.news-list .item .image a img {
  display: none;
}
.news.news-list .item .content {
  font-family: "Open Sans", sans-serif;
  padding: 25px 20px;
  color: #000000 !important;
  text-align: justify;
}
.news.news-list .item .content .description {
  -webkit-line-clamp: 3 !important;
  padding: 0 !important;
  margin: 10px 0;
}
.news.news-list .item .content .title {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
.news.news-list .item .content .title a {
  padding: 5px 0;
  display: block;
}
.news.news-list .item .content .title a:hover {
  color: #118fff;
}
.news.news-list .item .content .published {
  color: #a9a9a9;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 6px;
  width: 100%;
  display: block;
  /*.big-day{
  	color:$color_page;
  	font-size:36px;
  	padding-right:10px;
  }	*/
}
.news.news-list .item .content .description {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}
.news.news-list .item.column {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
.news.news-list .item.column .image {
  width: 30%;
  max-width: 300px;
  min-width: 200px;
}
.news.news-list .item.column .image img {
  display: none;
}
.news.news-list .item.column .content {
  width: 70%;
  min-width: calc(100% - 300px);
  max-width: calc(100% - 200px);
  padding: 0 0 0 30px;
}
.news.news-list .item.column .content .title {
  margin: 0;
}
.news.news-list #main-content #center .module-content .item .image a {
  padding-top: 0;
  height: 100%;
}
.news.news-detail {
  /*padding: 40px 0;*/
}
.news.news-detail .module {
  max-width: 900px;
  background-color: #FFF;
}
.news.news-detail .module-title {
  padding: 0 0 20px 0;
}
.news.news-detail .module-title h1 {
  font-size: 25px;
  line-height: 1.1;
}
.news.news-detail .item .description {
  font-weight: 700;
  font-size: 16px;
  padding: 0 0 20px;
  margin-bottom: 15px;
}
.news.news-detail .item .content img {
  max-width: 100%;
  margin: 15px auto 10px auto;
}
.news.news-detail .item .article {
  display: none;
}
.news.news-detail .item .article h3.title {
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
}
.news.news-detail .fblike {
  text-align: left;
}
.news.relative .row {
  display: flex;
  flex-wrap: wrap;
}
.news.relative .item .blog-dsc h4.title {
  margin: 0;
}
.news.relative .item .blog-dsc .description {
  font-weight: 300;
}
.news.featured {
  display: flex;
  flex-direction: row;
  padding: 40px 0 20px;
}
.news.featured .left {
  width: 50%;
  height: 100%;
}
.news.featured .left .item {
  display: block;
  width: 100%;
  padding: 0 20px 0 0;
  margin: 0;
}
.news.featured .left .item a.image {
  width: initial;
  height: 400px;
  background-size: cover;
  background-position: center;
}
.news.featured .left .item a.image img {
  visibility: hidden;
}
.news.featured .left .item .blog-dsc {
  width: 100%;
  padding: 0;
}
.news.featured .left .item .blog-dsc a.category {
  padding: 10px 0 0px;
  display: inline-block;
}
.news.featured .left .item .blog-dsc h4.title {
  margin: 0;
}
.news.featured .right {
  width: 50%;
  height: 100%;
}
.news.featured .right .item {
  float: left;
  width: 50%;
  height: 100px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  margin: 0 0 30px 0;
  padding: 0;
}
.news.featured .right .item a.image {
  display: block;
  width: 35%;
  height: 100%;
}
.news.featured .right .item .blog-dsc {
  width: 65%;
  height: 100%;
  padding: 0 20px;
}
.news.featured .right .item .blog-dsc h4.title {
  margin: 0;
}
.news.featured .right .item .blog-dsc h4.title a {
  margin: 0;
  line-height: 1.2;
}
.news.featured .right .item:after {
  height: 0;
}
.news.latest .head-title {
  margin-bottom: 10px;
}
.news.latest .head-title span {
  font-size: 30px;
}
.news.latest .item {
  width: 100%;
  margin: 0 0 15px 0;
}

.news.department.home.news-list {
  width: 100%;
}
.news.department.home.news-list .module {
  overflow: hidden;
}
.news.department.home.news-list .module-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.news.department.home.news-list .item {
  margin: 0 15px 30px;
  width: calc(100% / 2 - 30px);
  overflow: hidden;
  width: calc(100% / 3 - 30px);
  box-shadow: 0 0 15px 0px #e8e8e8;
  display: unset;
  padding: 0;
  background: #fff;
}
.news.department.home.news-list .item .image {
  width: 100%;
}
.news.department.home.news-list .item .image a {
  display: block;
  position: relative;
  padding-top: calc(100% * 9/16);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-color: #00d363;
  overflow: hidden;
}
.news.department.home.news-list .item .image a img {
  display: none;
}
.news.department.home.news-list .item .content {
  padding: 0 0 20px;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}
.news.department.home.news-list .item .content .title {
  margin: 15px 0 0;
}
.news.department.home.news-list .item .content .title a {
  font-size: 17px;
  font-weight: 700;
  display: block;
  margin: 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}
.news.department.home.news-list .item .content .published-category {
  text-align: right;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  color: #929292;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news.department.home.news-list .item .content .published-category .published {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.news.department.home.news-list .item .content .published-category .published i {
  padding-right: 10px;
}
.news.department.home.news-list .item .content .published-category .published img {
  margin-right: 8px;
}
.news.department.home.news-list .item .content .published-category .category {
  color: #118fff;
}
.news.department.home.news-list .item .content .published-category .category:hover {
  color: #00d363;
}
.news.department.home.news-list .item .content .published-category .sep {
  position: relative;
  width: 1px;
  height: 15px;
  background-color: #929292;
  margin: 0 10px;
}
.news.department.home.news-list .item .content .description {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}
.news.department.home.news-list .item .content .published {
  text-align: right;
  padding: 0 0 10px 0;
  color: #929292;
}
.news.department.home.news-list .item.column {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
.news.department.home.news-list .item.column .image {
  width: 30%;
  max-width: 300px;
  min-width: 200px;
}
.news.department.home.news-list .item.column .image img {
  display: none;
}
.news.department.home.news-list .item.column .content {
  width: 70%;
  min-width: calc(100% - 300px);
  max-width: calc(100% - 200px);
  padding: 0 0 0 30px;
}
.news.department.home.news-list .item.column .content .title {
  margin: 0;
}
.news.department.home.news-list .box-body .button {
  color: #118fff;
  border-radius: 2px;
  color: #fff;
}
.news.department.home.news-detail {
  padding: 40px 0;
}
.news.department.home.news-detail .module {
  max-width: 900px;
}
.news.department.home.news-detail .module-title {
  padding: 0 0 20px 0;
}
.news.department.home.news-detail .module-title h1 {
  font-size: 25px;
  line-height: 1.1;
}
.news.department.home.news-detail .item .description {
  font-weight: 700;
  font-size: 16px;
  padding: 0 0 20px;
  margin-bottom: 15px;
}
.news.department.home.news-detail .item .content img {
  max-width: 100%;
  margin: 15px auto 10px auto;
}
.news.department.home.news-detail .item .article {
  display: none;
}
.news.department.home.news-detail .item .article h3.title {
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
}
.news.department.home.news-detail .fblike {
  text-align: left;
}
.news.department.home.relative .row {
  display: flex;
  flex-wrap: wrap;
}
.news.department.home.relative .item .blog-dsc h4.title {
  margin: 0;
}
.news.department.home.relative .item .blog-dsc .description {
  font-weight: 300;
}

.box-main-content {
  padding: 20px;
  text-align: left;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
}
.box-main-content .list_qa .qa_item {
  border-left: 3px solid #03bfcb;
  padding-left: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  position: relative;
}
.box-main-content .list_qa .qa_item:not(:last-child):after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}
.box-main-content .list_qa .qa_item .box-qa-question {
  color: #004767;
  font-size: 18px;
  font-weight: 600;
}
.box-main-content .list_qa .qa_item .box-qa-datetime {
  font-family: "Noto Sans", sans-serif;
  padding: 10px 0;
}
.box-main-content .list_qa .qa_item .box-qa-datetime span {
  padding-right: 5px;
}
.box-main-content .list_qa .qa_item .box-qa-answer {
  font-family: "Noto Sans", sans-serif;
}
.box-main-content .form-info {
  font-family: "Noto Sans", sans-serif;
  padding: 15px 0;
}
.box-main-content .form-info > div > .row {
  padding-bottom: 20px;
}
.box-main-content .form-info > div > .row label {
  padding-bottom: 8px;
}
.box-main-content .form-info .header-info {
  color: #118fff;
  font-size: 30px;
  padding: 10px 0;
  font-weight: 600;
}
.box-main-content .form-info .form-info-submit {
  border-radius: 5px;
  background-color: #118fff;
  border: 0;
  padding: 15px 40px;
  margin: 0;
  font-weight: 600;
  font-family: "Noto Sans", sans-serif;
}
.box-main-content .form-info .star-info {
  color: #fc4850;
}
.box-main-content .form-info .form-input {
  width: 100%;
  font-size: 16px;
  height: 39px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.box-main-content .form-info .form-input select, .box-main-content .form-info .form-input input {
  border: 1px solid #afb3b6;
  padding: 5px 10px;
  width: 100%;
  background-color: #e4edf3;
  height: 39px;
}
.box-main-content .content-title {
  font-size: 22px;
  font-weight: 700;
}
.box-main-content .content-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
  margin-bottom: 15px;
}
.box-main-content .content-date .extra {
  display: flex;
  align-items: center;
}
.box-main-content .content-date .extra .lbl-data {
  display: flex;
  padding-right: 30px;
  font-weight: 600;
  font-size: 16px;
}
.box-main-content .content-date .extra .lbl-data img {
  padding-right: 8px;
}
.box-main-content .content-date .extra .fblike {
  text-align: left;
  width: 138px;
}
.box-main-content .box-news-description {
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}
.box-main-content .content-date {
  display: flex;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}
.box-main-content .content-date .icon {
  color: #118fff;
  padding-right: 10px;
  font-size: 20px;
}
.box-main-content ul, .box-main-content ol {
  text-align: left;
  list-style: initial;
  padding-left: 20px;
}
.box-main-content ul li, .box-main-content ol li {
  text-align: left;
  display: list-item;
}
.box-main-content table {
  width: 100%;
  max-width: 100%;
}
.box-main-content hr {
  background-color: #779dae;
  margin-bottom: 15px;
}
.box-main-content iframe {
  max-width: 100%;
}

.box-contact .content-detail {
  font-family: "Open Sans", sans-serif;
}
.box-contact .content-detail ul li {
  padding-bottom: 20px;
}

.content-detail table {
  width: 95%;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  border-collapse: collapse;
  margin: 0 auto;
  max-width: 100% !important;
}

.content-detail table tr {
  color: #000;
  background: #e2e2e2;
}

.content-detail table tr:nth-child(2n+1) {
  background: #fff;
}

.content-detail table tr td {
  margin: 0;
  padding: 5px 10px;
  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 p {
  width: 100%;
  padding: 5px 0;
  text-align: center;
}

.content-detail p {
  margin-bottom: 15px;
}

.content-detail h1, .content-detail strong {
  color: #004767;
  font-weight: 600;
  padding: 15px 0;
}

.content-detail ul {
  list-style: disc inside;
}

/*------------------------------------------------
** Multimedia
**------------------------------------------------*/
ul.da-thumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
ul.da-thumbs li {
  width: calc(100% / 4 - 30px);
  padding: 0;
  margin: 15px;
  height: initial;
  float: initial;
}
ul.da-thumbs li a {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*height: 300px;*/
  padding-top: calc(100% * 9/16);
}
ul.da-thumbs li a img {
  display: none;
  visibility: hidden;
}
ul.da-thumbs li a div {
  top: 100%;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  text-align: center;
  background: rgba(0, 211, 99, 0.2);
}
ul.da-thumbs li a div span {
  text-transform: uppercase;
  font-size: 20px;
  padding: 20px;
  color: #FFF;
}
ul.da-thumbs li a div span:hover {
  color: #00d363;
}
ul.da-thumbs:after {
  display: block;
  content: '';
  clear: both;
}

.multimedia.multimedia-list {
  padding: 40px 0;
}
.multimedia.multimedia-list .list_item:after {
  content: ' ';
  clear: both;
  display: block;
}
.multimedia.multimedia-list .list_item .item {
  /*float: left;*/
  display: inline-block;
  margin: 0 21px 10px;
  position: relative;
  width: calc(99% / 3 - 44px);
  max-width: 360px;
}
.multimedia.multimedia-list .list_item .item .image {
  max-width: 360px;
  height: 225px;
  overflow: hidden;
  position: relative;
  background: #f7f7f7;
  border: 1px solid #f1f1f1;
}
.multimedia.multimedia-list .list_item .item .image img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.multimedia.multimedia-list .list_item .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: rgba(17, 143, 255, 0.8);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.multimedia.multimedia-list .list_item .item .overlay .detail {
  color: white;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.multimedia.multimedia-list .list_item .item .overlay .detail .read_more {
  color: yellow;
  font-size: 20px;
}
.multimedia.multimedia-list .list_item .item .overlay .detail .read_more:hover {
  color: #ccc;
}
.multimedia.multimedia-list .list_item .item .overlay .detail .title {
  white-space: nowrap;
  color: #FFF;
  font-size: 16px;
  padding: 5px 20px;
  /*border: 1px solid $color_page_2;*/
  background: #00d363;
  border-radius: 20px;
}
.multimedia.multimedia-list .list_item .item .overlay .detail .title:hover {
  background: #00d363;
}
.multimedia.multimedia-list .list_item .item span.title {
  display: block;
  height: 60px;
  line-height: 30px;
  overflow: hidden;
}
.multimedia.multimedia-list .list_item .item span.title i {
  float: right;
  color: #949494;
}
.multimedia.multimedia-list .list_item .item:hover .overlay {
  height: calc(100% - 60px);
}
.multimedia.multimedia-list ul.da-thumbs li {
  width: calc(100% / 3 - 30px);
}
.multimedia.multimedia-list ul.da-thumbs li span {
  display: block;
  padding: 10px 0;
}

.page-contact .box-contact-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-contact .box-contact-item {
  padding-top: 40px;
  width: 100%;
}
.page-contact .box-contact-item .box-contact {
  height: 100%;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 8px 0.1px rgba(199, 195, 199, 0.64);
  -moz-box-shadow: 0px 0px 8px 0.1px rgba(199, 195, 199, 0.64);
  box-shadow: 0px 0px 8px 0.1px rgba(199, 195, 199, 0.64);
  border-radius: 5px;
}
.page-contact .box-contact-item .box-contact .box-title {
  font-size: 20px;
}
.page-contact .box-contact-item .box-contact .box-title::after {
  content: unset;
}
.page-contact .box-contact-item .box-contact .box-content {
  font-size: 16px;
}
.page-contact .box-contact-item .box-contact .box-content .box-subtitle {
  font-weight: bolder;
}
.page-contact .box-contact-item .box-map {
  height: 100%;
  min-height: 340px;
}

.box-form-placeholder {
  padding: 0px;
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
.box-form-placeholder .group-input {
  position: relative;
  margin-top: 25px;
}
.box-form-placeholder .group-input label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6px 12px 6px 0;
  color: #666666;
  transition: top 0.6s, left 0.6s, transform 0.6s;
  transition-timing-function: ease;
}
.box-form-placeholder .group-input .btn.btn-primary {
  padding: 10px 60px;
  background: #12b05cc4;
  font-weight: 600;
  border: none;
  color: #fff;
}
.box-form-placeholder .group-input.group-button {
  text-align: center;
  padding-top: 30px;
}
.box-form-placeholder textarea {
  padding: 10px;
}
.box-form-placeholder textarea.form-control {
  resize: none;
}
.box-form-placeholder textarea.form-control:focus ~ label {
  top: -30px;
}
.box-form-placeholder textarea.form-control.remove-placeholder ~ label {
  top: -30px;
}
.box-form-placeholder .form-control {
  border: none;
  border-bottom: 1px solid #c4c4c4;
  border-radius: unset;
}
.box-form-placeholder .form-control:focus {
  outline: none !important;
  border: none;
  border-bottom: 1px solid #12b05cc4;
  box-shadow: unset;
}
.box-form-placeholder .form-control:focus ~ label {
  top: -22px;
  left: -26px;
  transform: scale(0.9);
}
.box-form-placeholder .form-control.remove-placeholder ~ label {
  top: -22px;
  left: -26px;
  transform: scale(0.9);
}

.box-row {
  padding-top: 30px;
}

.box-news.twocol .module-content {
  justify-content: flex-start;
}
.box-news.twocol .module-content .item.main .image a {
  padding-top: calc(100% * 6/16);
}
.box-news.twocol .module-content .box-list-news {
  width: 500px;
}
.box-news.twocol .module-content .box-list-news .list-news-item {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.box-news.twocol .module-content .box-list-news .list-news-item .icon {
  font-size: 50px;
  color: #d50000;
  padding: 0px 20px;
}
.box-news.twocol .module-content .box-list-news .list-news-item .item-title {
  font-size: 16px;
  font-weight: 500;
}
.box-news.twocol .module-content .box-list-news .list-news-item .item-title a {
  color: #000;
}

.border-left-wrap.box-title {
  margin: 0;
  padding-top: 0;
  padding-left: 25px;
  margin-left: 15px;
  text-transform: none;
  align-items: flex-start;
}
.border-left-wrap.box-title:after {
  content: ' ';
  width: 4px;
  height: 30px;
  margin-top: 0px;
  background: #00d363;
  position: absolute;
  top: 12px;
  left: 0px;
}

.box-calendar {
  padding: 0;
  margin-bottom: 200px;
}
.box-calendar .box-calendar-inner {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background: url(../images/vo.jpg) no-repeat center/cover;
  width: calc(100%* 3/5);
  height: 510px;
}
.box-calendar .box-calendar-inner .container-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
}

.box-tkb {
  -webkit-box-shadow: 0px 0px 10px 1px #ccc8cc;
  -moz-box-shadow: 0px 0px 10px 1px #ccc8cc;
  box-shadow: 0px 0px 10px 1px #ccc8cc;
  padding: 30px 50px;
  background: #fff;
  top: 100px;
  position: relative;
  left: -10%;
  width: calc(100% + 10%);
}
.box-tkb .border-left-wrap.box-title {
  margin-left: 0;
}
.box-tkb .box-content .content-detail {
  font-family: "Open Sans", sans-serif;
}
.box-tkb .box-content .content-detail ul {
  list-style: disc;
  list-style-position: inside;
}
.box-tkb .box-content .content-detail ul li {
  padding-bottom: 20px;
}

.box-hinhthuchoc .box-hinhthuchoc-common {
  padding: 0 30px;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  line-height: 34px;
  height: 350px;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.box-hinhthuchoc .box-hinhthuchoc-left {
  background: url(../images/hinhthuchoc-left.jpg) no-repeat center/cover;
  text-align: right;
}
.box-hinhthuchoc .box-hinhthuchoc-right {
  background: url(../images/hinhthuchoc-right.jpg) no-repeat center/cover;
  text-align: left;
}

.box-gallery .box-sidebar {
  width: 290px;
  margin-right: 20px;
  padding-top: 20px;
}
.box-gallery .box-sidebar .box-menu-sidebar {
  -webkit-box-shadow: 0px 4px 5px -1px #999799;
  -moz-box-shadow: 0px 4px 5px -1px #999799;
  box-shadow: 0px 4px 5px -1px #999799;
}
.box-gallery .box-sidebar .box-menu-sidebar li {
  font-size: 16px;
  padding: 10px 20px;
  border-bottom: 1px solid #d3d3d3;
}
.box-gallery .box-sidebar .box-menu-sidebar li:hover, .box-gallery .box-sidebar .box-menu-sidebar li.active {
  border-bottom: 1px solid #118fff;
}
.box-gallery .box-sidebar .box-menu-sidebar li:hover a, .box-gallery .box-sidebar .box-menu-sidebar li.active a {
  color: #118fff;
}
.box-gallery .box-sidebar .box-menu-sidebar li.caption {
  font-size: 16px;
  background-color: #007ac1;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.box-gallery .box-sidebar .box-menu-sidebar li.caption a {
  color: #fff;
}

.box-gallery .box-header {
  font-size: 38px;
  color: #118fff;
  font-weight: bold;
}
.box-gallery .title {
  color: #d50000;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 25px;
}
.box-gallery .title:after {
  content: unset;
}
.box-gallery ul.gallery-list {
  list-style: none;
  padding: 0;
}
.box-gallery ul.gallery-list li {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px;
}
.box-gallery ul.gallery-list li .title {
  font-size: 16px;
  color: #333333;
  text-align: center;
  display: block;
  padding-bottom: 0;
}
.box-gallery ul.gallery-list li:hover .title {
  color: #d50000;
}

.box-staff .box-title {
  text-transform: unset !important;
}
.box-staff .box-title::after {
  content: unset;
}
.box-staff .module-content.box-staff-row {
  display: flex;
  justify-content: center;
}
.box-staff .module-content.box-staff-row .staff-image {
  padding: 10px;
}
.box-staff .module-content.box-staff-row .staff-image.level2 {
  padding: 20px;
}

.box-khaothi .border-left-wrap {
  margin-left: 0;
}
.box-khaothi .box-list {
  justify-content: center;
}
.box-khaothi .box-list .list-item-box {
  padding-bottom: 25px;
}
.box-khaothi .box-list .list-item-box .box-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(145, 140, 145, 0.49);
  -moz-box-shadow: 0px 2px 5px 0px rgba(145, 140, 145, 0.49);
  box-shadow: 0px 2px 5px 0px rgba(145, 140, 145, 0.49);
  height: 100%;
  border-radius: 5px;
}
.box-khaothi .box-list .list-item-box .box-wrap:hover {
  background-color: #118fff;
}
.box-khaothi .box-list .list-item-box .box-wrap:hover .icon {
  color: #fff;
}
.box-khaothi .box-list .list-item-box .box-wrap:hover .title a {
  color: #fff;
}
.box-khaothi .box-list .list-item-box .box-wrap .icon {
  font-size: 30px;
  padding-right: 20px;
  color: #d50000;
}
.box-khaothi .box-list .list-item-box .box-wrap .title {
  font-size: 16px;
  font-weight: 600;
}
.box-khaothi .box-list .list-item-box .box-wrap .title a {
  color: #000;
}

/*------------------------------------------------
** Department
**------------------------------------------------*/
.department .header {
  background-image: url("../images/banner_department.jpg");
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 480px;
  position: relative;
  overflow: hidden;
}
.department .header:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.department .header .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.department .header .container .wrap {
  color: #FFF;
  position: relative;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 100px;
}
.department .header .container .wrap .logo {
  width: 90px;
}
.department .header .container .wrap .name {
  width: calc(100% - 90px);
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.4;
}
.department .main-menu {
  background-color: #f7fafd;
  box-shadow: 0 5px 15px -10px #000;
  margin-bottom: 10px;
}
.department .main-menu .menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  height: 70px;
}
.department .main-menu .menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 15px;
  text-transform: uppercase;
}
.department .main-menu .menu li:hover a {
  color: #00d363;
}
.department .main-menu .menu li.active a {
  background-color: #00d363;
  color: #FFF;
}
.department .slider .item a {
  height: 300px;
}
.department .box-about {
  padding-top: 60px;
}
.department .box-about .box-body {
  padding-top: 0;
}
.department .box-about .box-body .image {
  position: relative;
  width: calc(50% - 15px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.department .box-about .box-body .image img {
  width: 100%;
  display: none;
}
.department .box-middle .box-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.department .box-middle .box-body .block {
  width: calc(100%);
  display: flex;
  flex-direction: column;
}
.department .box-middle .box-body .block .block-header {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.department .box-middle .box-body .block .block-title {
  position: relative;
  padding: 10px 0;
  margin: auto;
  font-size: 25px;
  color: #00d363;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
.department .box-middle .box-body .block .block-body {
  flex-grow: 1;
}
.department .box-middle .box-body .block.block-news .block-body .news.news-list {
  height: 100%;
}
.department .box-middle .box-body .block.block-news .block-body .news.news-list .module-content {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.department .box-middle .box-body .block.block-news .block-body .news.news-list .module-content .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #FFF;
  box-shadow: 0 0 15px 0px #e8e8e8;
  margin: 0;
}
.department .box-middle .box-body .block.block-news .block-body .news.news-list .module-content .item:not(:last-child) {
  margin-bottom: 15px;
}
.department .box-middle .box-body .block.block-news .block-body .news.news-list .module-content .item .image {
  width: 190px;
}
.department .box-middle .box-body .block.block-news .block-body .news.news-list .module-content .item .image a {
  height: 100%;
  padding: 0;
}
.department .box-middle .box-body .block.block-news .block-body .news.news-list .module-content .item .content {
  width: calc(100% - 190px);
  padding: 15px;
}
.department .box-middle .box-body .block.block-news .block-body .news.news-list .module-content .item .content .title {
  margin: 0;
}
.department .box-middle .box-body .block.block-notif {
  /*width: calc(40% - 15px);*/
}
.department .box-middle .box-body .block.block-notif .block-body {
  background-color: #FFF;
  padding: 20px 5px;
  box-shadow: 0 0 15px 0px #e8e8e8;
}
.department .box-middle .box-body .block.block-notif .block-body .notif.notif-list .module-content {
  display: flex;
  flex-wrap: wrap;
}
.department .box-middle .box-body .block.block-notif .block-body .notif.notif-list .module-content .item {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
  /*&:last-child {
  	padding-bottom: 0;
  	margin-bottom: 0;
  	border: 0;
  }*/
}
.department .box-sector .box-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.department .box-sector .box-body .item {
  width: calc(100% / 4 - 30px);
  margin: 0 10px 20px;
  transition: all .5s ease-in-out;
  box-shadow: 0 0 15px 0px #e8e8e8;
}
.department .box-sector .box-body .item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  width: 100%;
  height: 100%;
}
.department .box-sector .box-body .item a .icon {
  width: 100%;
  max-width: 100px;
  padding: 0;
  margin: 0 auto 15px;
  text-align: center;
}
.department .box-sector .box-body .item a .icon .ico:before {
  font-size: 65px;
}
.department .box-sector .box-body .item a .text {
  text-align: center;
  font-size: 18px;
  padding-bottom: 8px;
  font-weight: 600;
  text-transform: uppercase;
}
.department .box-sector .box-body .item:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -10px, 0);
  background-color: #3375ec;
}
.department .box-sector .box-body .item:hover a {
  color: #FFF;
}
.department .box-sector .box-body .item:hover a .ico:before {
  color: #FFF;
}
.department .news.news-list .item {
  width: calc(100% / 3 - 30px);
}
.department .news.news-detail {
  padding: 0;
}
.department .sidebar .box-list-notif .notif.notif-list .item {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.department .sidebar .box-list-notif .notif.notif-list .item .image {
  display: none;
}
.department .sidebar .box-list-notif .notif.notif-list .item .content {
  width: 100%;
}
.department .schedule {
  padding-top: 10px;
}
.department .document {
  padding-top: 10px;
}
.department.news-page .news-list .item {
  width: calc(100% / 2 - 30px);
}

.box-list-onlytitle {
  /*width: max-content !important;*/
  margin: auto;
}

.notif.notif-list .item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 15px;
  margin-bottom: 10px;
  align-items: center;
}
.notif.notif-list .item .image {
  width: unset;
  padding-right: 15px;
  font-size: 45px;
  color: #e00b0b;
}
.notif.notif-list .item .content {
  width: calc(100% - 70px);
}
.notif.notif-list .item .content .title {
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notif.notif-list .item .content .published {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 0;
}
.notif.notif-list .item .content .published img {
  margin-right: 10px;
}
.notif.notif-list .item .content .published i {
  padding-right: 10px;
  font-size: 20px;
}

.box-newslist-title {
  margin-bottom: 25px !important;
}
.box-newslist-title .item {
  box-shadow: unset !important;
  padding: 0 10px !important;
  margin: 0 !important;
  background-color: unset !important;
}
.box-newslist-title .item .content .title {
  margin: 0 !important;
}
.box-newslist-title .item .content .title a {
  border: 1px solid #e8e8e8;
  display: unset;
  background: #fff;
  padding: 10px 20px !important;
}

/*------------------------------------------------
** FOOTER
**------------------------------------------------*/
footer {
  background: #118fff;
  color: #FFF;
}
footer .container-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer_logo {
  width: 250px;
}
footer .company {
  padding: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
}
footer .company h3 {
  font-size: 22px;
  padding: 15px 0;
  font-weight: 600;
}
footer .company p {
  font-size: 16px;
  margin-bottom: 2px;
}
footer .company p .fa {
  width: 30px;
}
footer .company a {
  color: #FFF;
}
footer .company a:hover {
  color: #00d363;
}
footer .company .p-box-location {
  display: flex;
  font-size: 14px;
  margin-bottom: 10px;
}
footer .company .p-box-location .location-icon {
  padding-right: 10px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .company .footer-contact-title {
  padding: 15px 0;
  font-weight: 600;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
}
footer .company .info {
  max-width: 410px;
  font-family: "Open Sans", sans-serif;
}
footer .company .newsletter {
  width: calc(100% - 750px);
  padding-right: 50px;
  padding-left: 50px;
  margin-top: 55px;
  position: relative;
}
footer .company .newsletter #newsletter {
  display: block;
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 100%;
}
footer .company .newsletter #newsletter .form_label {
  width: 100%;
  padding: 2px 67px 2px 50px;
  margin: 12px 0 0;
  background: white;
  border: 1px solid #3375ec;
  border-radius: 3px;
  position: relative;
  display: flex;
  flex-direction: row;
}
footer .company .newsletter #newsletter .form_label:before {
  content: "\f003";
  position: absolute;
  top: 9px;
  left: 13px;
  height: 22px;
  font: 300 25px/25px "FontAwesome";
  color: #3375ec;
}
footer .company .newsletter #newsletter .form_label .form_input {
  color: #000000;
  display: block;
  width: 100%;
  min-width: 90px;
  font-size: 15px;
  line-height: 16px;
  height: 40px;
  border: 0;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
footer .company .newsletter #newsletter .form_label .form_input:focus {
  box-shadow: none;
}
footer .company .newsletter #newsletter .form_label.error {
  border: 1px solid #BF0000;
}
footer .company .newsletter #newsletter .form_submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  color: #fff;
  background: #3375ec;
  width: 70px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  padding: 0;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
footer .company .newsletter #newsletter .form_submit:hover {
  background: #118fff;
}
footer .company .newsletter .social-footer {
  display: flex;
}
footer .company .newsletter .social-footer li {
  padding-right: 15px;
}
footer .company .newsletter .social-footer li img {
  width: 40px;
}
footer .company .fan_page {
  width: 340px;
  justify-content: flex-end;
  margin-top: 70px;
}
footer .footer {
  padding: 15px 0;
}
footer .footer .container {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding-top: 10px;
}
footer .footer .copyright {
  width: 100%;
  text-align: center;
}

/*------------------------------------------------
** PAGING
**------------------------------------------------*/
.pagination {
  margin: 20px auto 10px;
  text-align: center;
  padding: 0;
  list-style: none;
}
.pagination li {
  display: inline-block;
}
.pagination li span, .pagination li a {
  font: 14px/24px sans-serif;
  display: inline-block;
  padding: 0px 9px;
  margin-right: 4px;
  border-radius: 3px;
  border: solid 1px #c0c0c0;
  background: #e9e9e9;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
  font-size: .875em;
  font-weight: normal;
  text-decoration: none;
  color: #717171;
  text-shadow: 0px 1px 0px white;
}
.pagination li a:hover {
  background: #fefefe;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
  background: -moz-linear-gradient(0% 0% 270deg, #FEFEFE, #f0f0f0);
}
.pagination li.active span {
  border: none;
  background: #616161;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.8);
  color: #f0f0f0;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.pagination .limit {
  margin: 10px auto;
}
.pagination .limit select {
  border-radius: 3px;
  min-width: 50px;
}

/*------------------------------------------------
** BOX ACTION
**------------------------------------------------*/
.box_action {
  width: 60px;
  text-align: center;
  display: block;
  position: fixed;
  right: 18pt;
  z-index: 99;
  bottom: 10px;
  padding: 10px 0;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt;
  background: #FFF;
  visibility: hidden;
}
.box_action .gotop {
  display: none;
  opacity: 0.6;
  width: 40px;
  height: 40px;
  margin: 0 auto 0;
  background: #00d363;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: height 450ms ease;
  -moz-transition: height 450ms ease;
  -ms-transition: height 450ms ease;
  -o-transition: height 450ms ease;
  transition: height 450ms ease;
  border-radius: 50%;
  border: 1px solid rgba(144, 148, 156, 0.36);
}
.box_action .gotop:before {
  position: absolute;
  content: '\f106';
  font-family: "FontAwesome";
  top: 0;
  left: 6px;
  font-size: 40px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFF;
  height: 100%;
  line-height: 34px;
}
.box_action .gotop:hover {
  opacity: 1;
}
.box_action .gotop.active {
  display: block;
}

.open_app {
  overflow: hidden;
  position: fixed;
  right: 5px;
  bottom: -320px;
  transition: bottom 500ms ease;
  z-index: 999;
  max-width: 310px;
  width: 100%;
}
.open_app .box_hotro {
  background: #118fff;
  color: #fff;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  font-size: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.open_app .box_hotro .hideface:before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 15px;
  top: 18px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 15px;
  right: 14px;
  position: absolute;
}
.open_app.active {
  bottom: 0px;
}
.open_app.active .box_hotro .hideface:before {
  top: 9px;
  transform: rotate(132deg);
}

.more {
  position: relative;
}
.more .loading {
  display: none;
  /*background: rgba(0, 0, 0, 0.5); */
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
}
.more .readmore {
  text-align: center;
  padding: 30px 0;
}

.contact-fixed {
  position: fixed;
  left: 30px;
  bottom: 75px;
  z-index: 999;
}
.contact-fixed .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-fixed .inner .phone {
  position: relative;
  padding: 3px 20px;
  background-color: #BF0000;
  border-radius: 3px;
  font-weight: 600;
  line-height: 0;
  margin-right: 10px;
  border-radius: 30px;
  border: 1px solid #BF0000;
}
.contact-fixed .inner .phone .fa {
  color: red;
  background: #FFF;
  border-radius: 50%;
  padding: 10px;
  margin-right: 10px;
  animation: 1s ease-in-out 0s normal none infinite running ring;
}
.contact-fixed .inner .phone .number {
  color: #FFF;
}
.contact-fixed .inner .phone .ring {
  animation: 1.2s ease-in-out 0s normal none infinite running ring-circle;
  background-color: #FFF;
  border-radius: 100%;
  height: 70px;
  left: 1px;
  opacity: 0.1;
  position: absolute;
  top: -15px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 70px;
}
.contact-fixed .inner .button {
  padding: 15px 20px;
  background: #3375ec;
  color: #118fff;
  border: 1px solid #118fff;
  border-radius: 30px;
}

@keyframes zoomIcon {
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  75% {
    transform: scale(1.1, 1.1);
  }
}
/*.contact-fixed {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 999;
	.inner {
		display: flex;
    align-items: center;
    justify-content: center;
    .phone {
    	position: relative;
	    border-radius: 3px;
	    font-weight: 700;
	    line-height: 0;
	    margin: 10px;
	    .fa {
	    	color: #FFF;
		    background: #31d256;
		    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;
	    }
	    .number {
	    	color: #31d256;
	    }
	    .ring{
	    	animation: 1.2s ease-in-out 0s normal none infinite running ring-circle;
		    background-color: #31d256;
		    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;
			}
    }
    .button{
    	padding: 15px 20px;
    	border: 1px solid #FFF;
    	background: #BF0000;
    	color: #FFF;
    }
	}
}*/
/* materialize */
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}
.collapsible li {
  position: relative;
}
.collapsible li .collapsible-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  color: #00d363;
}
.collapsible li .collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
}
.collapsible li .collapsible-body dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0 0 10px;
  border-bottom: 1px solid #f1f1f1;
  margin: 10px 0 0 0;
}
.collapsible li .collapsible-body dl:last-child {
  border: 0;
}
.collapsible li .collapsible-body dl dt {
  width: 50%;
  text-align: left;
  font-weight: 300;
}
.collapsible li .collapsible-body dl dd {
  width: 50%;
  text-align: right;
}
.collapsible li:after {
  position: absolute;
  top: 10px;
  right: 0;
  font-family: FontAwesome;
  content: "\f107";
}
.collapsible li.active:after {
  content: "\f106";
  right: 10px;
}
.collapsible.popout {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.collapsible.popout > li {
  /*-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/
  margin: 0 24px;
  -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

/*------------------------------------------------
** MEDIA ONLY SCREEN
**------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .heading {
    height: 320px;
  }

  .box-sector:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
  .box-sector .container {
    position: relative;
  }
  .box-sector .container .container-wrapper {
    z-index: 1;
    position: relative;
  }
}
@media only screen and (max-width: 1100px) {
  .page {
    padding-top: 56px;
  }
  .page .rd-mobilemenu, .page .rd-mobilepanel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .page .main_menu {
    display: none;
  }
  .page .slider, .page .heading {
    margin-top: 0;
  }

  header {
    display: none;
  }

  .heading {
    height: 230px;
  }

  .box-achievements .box-achievements-inner {
    padding: 0;
  }
  .box-achievements .box-achievements-inner .item {
    width: 50%;
    margin: 5px 0;
    padding: 0 20px;
  }
  .box-achievements .box-achievements-inner .item .box-item {
    font-size: 60px;
  }

  .box-quote .slick-track .item {
    padding: 10px;
  }

  .recruitment.recruitment-list .item {
    width: 100%;
  }
  .recruitment.recruitment-list .item .border .image {
    width: 30%;
    min-width: 200px;
  }
  .recruitment.recruitment-list .item .border .content-wrapper {
    width: 70%;
    max-width: calc(100% - 200px);
  }

  .box-education ul .item {
    width: calc(100% / 2);
    max-width: 400px;
    padding: 0 20px 40px;
  }

  footer .company .container-inner {
    justify-content: space-evenly;
  }
  footer .company .container-inner .info {
    padding: 0 0 20px 0;
  }
  footer .company .container-inner .newsletter {
    width: 360px;
    padding: 0 0 0 30px;
  }
  footer .company .container-inner .fan_page {
    display: flex;
    width: 100%;
    margin: 20px auto 0;
    justify-content: center;
  }
}
@media only screen and (max-width: 1000px) {
  .box-intro .box-body {
    flex-direction: column-reverse;
  }
  .box-intro .box-body .container-wrapper {
    width: 100%;
    max-width: 800px;
    padding: 40px 0 5px;
    margin: auto;
  }
  .box-intro .box-body .image {
    height: 300px;
    width: 100%;
  }
  .box-intro .box-body .image .img {
    width: 100vw;
  }

  .box-main-content {
    width: 100% !important;
  }

  .box-sidebar {
    width: calc(100% - 15px - 10px) !important;
  }

  .box-slide-inner .box-slide-title {
    font-size: 15px !important;
    display: block;
  }
  .box-slide-inner .box-slide-description {
    font-size: 13px !important;
  }

  .box-credit .box-body .block {
    height: 350px;
  }

  .box-reason .box-body .item {
    width: calc(100% / 3);
  }

  .box-video {
    padding-bottom: 0;
  }
  .box-video .content .slide-nav {
    width: 100%;
    display: none;
  }
  .box-video .content .slide-nav.hor {
    display: block;
  }
  .box-video .content .slide-for {
    width: 100%;
    padding: 0;
  }

  .multimedia.multimedia-list ul.da-thumbs li {
    width: calc(100% / 2 - 30px);
  }

  .main-content {
    background: #FFF !important;
    padding: 20px 0;
  }
  .main-content #main #sidebar {
    width: 100%;
    max-width: 100%;
    height: initial !important;
    will-change: initial !important;
  }
  .main-content #main #sidebar .sidebar__inner {
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: initial !important;
    will-change: initial !important;
    margin-top: 30px;
  }
  .main-content #main #sidebar .sidebar__inner .box-sidebar {
    width: 100% !important;
  }
  .main-content #main #center {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .main-content.faqs #main {
    flex-direction: column-reverse;
  }
  .main-content.faqs #main #sidebar {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .page-contact .box-contact-item {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 900px) {
  .box-video .content .item {
    width: 100%;
    max-width: 800px;
    padding: 5px 0;
  }

  .box-sector .box-body {
    flex-direction: column;
  }
  .box-sector .box-body ul {
    width: 100%;
    max-width: 100%;
    flex-direction: unset;
    flex-flow: wrap;
  }
  .box-sector .box-body ul li {
    width: 50%;
  }

  .box-quote .slick-track .item {
    padding: 10px 0;
  }
  .box-quote .slick-track .item .wrap {
    padding: 0;
  }

  .box-news .box-body .module-content {
    margin: 0;
    flex-direction: row;
  }

  .news.news-list .item {
    width: calc(100% / 2 - 30px);
  }

  .news.department.home.news-list .item {
    width: calc(100% / 2 - 30px);
  }
}
@media only screen and (max-width: 800px) {
  .box-info .box-body .item:last-child {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  #contact .contact .container-wrapper .contact-info .contact-inner .item {
    width: 100%;
  }

  .department .box-middle .box-body .block.block-notif .block-body .notif.notif-list .module-content {
    padding: 0 10px;
  }
  .department .box-middle .box-body .block.block-notif .block-body .notif.notif-list .module-content .item {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  .box-news .box-body .module-content .box-inner .nav-intro {
    width: 100%;
    max-width: 400px;
    margin: 5px auto;
  }

  .news.news-list .module-content {
    /*margin: 40px auto 0;*/
  }
  .news.news-list .module-content .item {
    width: calc(100%);
    margin: 0 0 20px;
  }
  .news.news-list .module-content .item.column {
    padding: 0;
    border: 0;
  }
  .news.news-list .module-content .item.column .image {
    width: 100%;
  }
  .news.news-list .module-content .item.column .content {
    width: 100%;
    padding: 0 0 10px;
  }
  .news.news-list .module-content .item.column .content .title {
    margin-top: 15px;
  }
  .news.news-list .module-content .item.column .content .description {
    -webkit-line-clamp: 3;
  }
  .news.news-list #main-content #center .module-content .item.column .image {
    width: 30%;
  }
  .news.news-list #main-content #center .module-content .item.column .content {
    width: 70%;
    padding: 0 0 0 10px;
  }

  .multimedia.multimedia-list ul.da-thumbs li {
    width: calc(100%);
    margin: 0 0 10px;
  }

  footer .company .container-inner .info {
    padding: 0 0 10px 0;
    width: 100%;
    max-width: 360px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  footer .company .container-inner .newsletter {
    width: 100%;
    max-width: 360px;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  .box-credit .box-body .block {
    width: 100%;
    height: 250px;
  }
}
@media only screen and (max-width: 600px) {
  .box-achievements .box-achievements-inner .item {
    width: 100%;
  }

  .box-sector .box-body {
    flex-direction: column;
  }
  .box-sector .box-body ul {
    padding-right: 10px;
  }
  .box-sector .box-body ul li {
    width: 100%;
    font-weight: 400;
    margin-bottom: 2px;
  }
  .box-sector .box-body ul li a {
    line-height: 1.4;
  }

  .box-reason .box-body .item {
    width: calc(100% / 2);
    padding: 10px 5px;
  }

  .box-credit .box-body .block {
    height: 200px;
    padding: 0;
    justify-content: center !important;
    text-align: center !important;
  }

  .recruitment.recruitment-list .item .border {
    flex-direction: column;
  }
  .recruitment.recruitment-list .item .border .image {
    width: 100%;
    padding-top: calc(100% * 9/16);
  }
  .recruitment.recruitment-list .item .border .content-wrapper {
    width: calc(100%);
    max-width: 100%;
  }

  .slider .box-slideshow-contact {
    display: none !important;
  }

  .news.department.home.news-list .item {
    width: calc(100%);
  }

  .box-education ul .item {
    width: calc(100%);
  }
}
@media only screen and (max-width: 500px) {
  .box-educate .box-body {
    padding: 40px 0;
  }
  .box-educate .box-body .item {
    margin: auto;
    text-align: center;
  }
  .box-educate .box-body .item .row-button {
    flex-direction: column;
    align-items: center;
  }
  .box-educate .box-body .item .row-button a.button {
    width: 185px;
    margin-left: auto;
    margin-right: auto;
  }

  .box-news .box-body .module-content .list-more {
    width: 100%;
  }
  .box-news .box-body .module-content .list-more .item .content .title a {
    -webkit-line-clamp: 2;
    font-size: 15px;
  }
  .box-news .box-body .module-content .list-more .item .content .published-category {
    flex-direction: column;
    align-items: flex-start;
  }
  .box-news .box-body .module-content .list-more .item .content .published-category .sep {
    display: none;
  }
  .box-news .box-body .module-content .list-more .item .content .description {
    display: none;
  }

  .news.news-list .box-news-inner {
    width: 310px;
    padding: 10px;
    margin: auto;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(140, 140, 140, 0.53);
    -moz-box-shadow: 0px 0px 4px 1px rgba(140, 140, 140, 0.53);
    box-shadow: 0px 0px 4px 1px rgba(140, 140, 140, 0.53);
  }
  .news.news-list #main-content #center .module-content .item.column .image {
    width: 100%;
    max-width: 100%;
  }
  .news.news-list #main-content #center .module-content .item.column .image a {
    padding-top: calc(100% * 9/16);
    height: initial;
  }
  .news.news-list #main-content #center .module-content .item.column .content {
    width: 100%;
    max-width: 100%;
    padding: 0 0 20px 0;
  }

  .box-main-content {
    padding: 20px 0;
  }

  .form {
    padding: 20px 5px;
  }
}
@media only screen and (max-width: 414px) {
  .box-video .slide-for .item .inner {
    padding-bottom: 20px;
  }
  .box-video .slide-for .item .inner .row-button {
    flex-direction: column;
  }
  .box-video .slide-for .item .inner .row-button a.button {
    width: 180px;
    margin: 15px auto;
  }

  footer .company .fan_page {
    width: 320px;
    overflow: hidden;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 360px) {
  .box-main-content .content-date .icon {
    display: none;
  }
}
@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 */
