/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
@charset "UTF-8";
@keyframes raised-out {
  0% {
    width: 0;
    opacity: 0.4;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@keyframes fadeIn {
  from {
    margin-top: 10px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@font-face {
  font-family: "UTMAvo";
  src: url('UTMAvo.eot');
  src: url('UTMAvo.eot?#iefix') format("embedded-opentype"), url('UTMAvo.woff') format("woff"), url('UTMAvo.ttf') format("truetype"), url('UTMAvo.svg#svgFontName') format("svg");
}
@font-face {
  font-family: "GoogleSans";
  src: url('GoogleSans-Regular.woff2') format("woff2");
  src: url('GoogleSans-Regular.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GoogleSans";
  src: url('GoogleSans-Italic.woff2') type("woff2");
  src: url('GoogleSans-Italic.ttf') type("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GoogleSans";
  src: url('GoogleSans-Light.woff2') format("woff2");
  src: url('GoogleSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GoogleSans";
  src: url('GoogleSans-LightItalic.woff2') format("woff2");
  src: url('GoogleSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GoogleSans";
  src: url('GoogleSans-Bold.woff2') format("woff2");
  src: url('GoogleSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GoogleSans";
  src: url('GoogleSans-BlackItalic.woff2') format("woff2");
  src: url('GoogleSans-BlackItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "GoogleSans";
  src: url('GoogleSans-Black.woff2') format("woff2");
  src: url('GoogleSans-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GoogleSans";
  src: url('GoogleSans-BlackItalic.woff2') format("woff2");
  src: url('GoogleSans-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "GoogleSans", "Open-san", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color: #333333;
}
body.no-scroll {
  overflow: hidden;
}
body > * {
  font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  transition: 0.3s;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: inherit;
  text-decoration: none;
}
a, a:focus,
input,
input:focus,
button,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
  outline: 0;
}
img {
  max-width: 100%;
}
button,
label {
  cursor: pointer;
}
p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.mb-30 {
  margin-bottom: 30px !important;
}
.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.m-last-0:last-child {
  margin: 0 !important;
}
.p-last-0:last-child {
  padding: 0 !important;
}
.text {
  color: inherit;
}
.text:hover {
  color: inherit;
  text-decoration: none;
}
.text-orange {
  color: #FE8E04 !important;
}
.bold-1 {
  font-weight: bold;
}
.bold-2 {
  font-weight: bolder;
}
.text-red {
  color: #f00 !important;
}
.text-cyan {
  color: #008fec !important;
}
.text-12 {
  font-size: 12px !important;
}
.text-14 {
  font-size: 14px !important;
}
.text-16 {
  font-size: 16px !important;
}
.limit-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 1.5em;
  line-height: 1.5;
}
.limit-line--2 {
  -webkit-line-clamp: 2;
  max-height: 3em;
}
.limit-line--3 {
  -webkit-line-clamp: 3;
  max-height: 4.5em;
}
.limit-line--4 {
  -webkit-line-clamp: 4;
  max-height: 6em;
  height: 6em;
}
.limit-line--5 {
  -webkit-line-clamp: 5;
  max-height: 7.5em;
}
.limit-line--6 {
  -webkit-line-clamp: 6;
  max-height: 9em;
}
.over-hidden {
  overflow: hidden;
}
.gutter-16 {
  margin: 0 -8px;
}
.gutter-16 > [class^=col] {
  padding: 0 8px;
}
@media (min-width: 1200px) {
  .gutter-xl-60 {
    margin: 0 -30px;
  }
  .gutter-xl-60 > [class^=col] {
    padding: 0 30px;
  }
}
.bg-blue {
  background-color: #1a5493;
}
.img-wrap {
  position: relative;
}
.img-wrap::before {
  content: "";
  display: block;
  padding-bottom: 73.81%;
}
.img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}
.img-zoom {
  overflow: hidden;
}
.img-zoom img {
  transition: all 0.3s;
}
.img-zoom:hover img {
  transform: scale(1.05);
  transition: all 0.4s;
}
.calendar {
  color: #fff;
  font-size: 18px;
  font-family: "UTMAvo";
}
.standard {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 #d2d0d0;
  background-color: #fff;
}
.standard__body {
  flex-grow: 1;
  background-color: #fff;
  padding: 10px 0px;
}
.standard__title {
  text-align: center;
  font-weight: bold;
  font-size: 14pt;
  color: #314874;
  text-transform: uppercase;
}
.standard__stars {
  display: flex;
  justify-content: center;
  font-size: 12px;
  margin-bottom: 8px;
}
.standard__stars::before {
  content: "";
  font-family: "fontawesome";
  color: #efcb50;
  letter-spacing: 6px;
}
.standard__btn {
  color: #333333;
  font-weight: bold;
  display: inline-block;
  padding: 0 15px;
  line-height: 28px;
  background-color: #fff;
  margin-top: 4px;
}
.standard__btn:hover {
  color: #1a5493;
  text-decoration: none;
}
.student__name {
  text-align: center;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
  margin: 3px 0;
}
.respond {
  height: 100%;
  padding: 20px;
  background-color: #48719d;
  border-radius: 4px;
  color: #fff;
}
.respond__img {
  display: block;
  width: 200px !important;
  height: 200px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 50%;
  margin-bottom: 10px;
}
.respond__info {
  min-height: 70px;
  margin-bottom: 10px;
}
.respond__name {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
}
.respond__pos {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}
.respond__text {
  font-family: "UTMAvo";
  text-align: justify;
  min-height: 7.5em;
}
.respond__link {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.respond__link:hover {
  color: #fff;
  text-decoration: none;
}
.video__title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
}
.program__text {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.86);
  text-align: justify;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 70%;
  left: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.program:hover .program__text {
  opacity: 1;
  top: 0;
}
.program__title {
  display: block;
  width: 100%;
  background-color: #314874;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 10px;
  line-height: 30px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.program__title::before {
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  transition: 0.3s;
}
.program__title::after {
  content: "";
  display: block;
  width: 90%;
  height: 80%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 5%;
  background: radial-gradient(rgba(255, 255, 255, 0.4) 0%, transparent 80%);
}
.program:hover .program__title {
  background-color: #FE8E04;
  color: #fff;
}
.program:hover .program__title::before {
  border-bottom-color: #FE8E04;
}
.news {
  color: #fff;
}
.news__title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 3px;
}
.news__desc {
  text-align: justify;
}
.news-lg__content {
  width: 100%;
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.shadow-5 {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.breadcrumb1 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  counter-reset: flag;
  width: 100%;
}
.breadcrumb1 a:first-child {
  padding-left: 20px;
  border-radius: 5px 0 0 5px;
}
.msp-quote-content {
  position: relative;
}
.msp-item-card-container {
  overflow: hidden;
  flex-wrap: wrap;
}
.msp-item-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0px 5px;
}
.msp-item-card-container .list-item-container {
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 16px;
  overflow-y: hidden;
  overflow-x: auto;
}
.msp-item-card-container[num="3"] .msp-item-card-wrap {
  width: 280px;
}
.msp-item-card-container[num="4"] .msp-item-card-wrap {
  width: 230px;
}
.msp-item-card-container[num="5"] .msp-item-card-wrap {
  width: 230px;
}
.msp-item-card-wrap .disabled {
  opacity: 0.5;
  cursor: default;
}
/*
.msp-item-card-wrap:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}

.msp-item-card-wrap:first-child {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px
}
*/
.msp-item-card-wrap {
  height: 100%;
  width: 280px;
  min-width: 280px;
  min-height: 450px;
  display: table-cell;
  /*box-shadow: 0 1px 8px rgba(0, 0, 0, .06);*/
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-bottom: 4px solid #2680eb;
  margin: 0px 5px;
  border-radius: 8px;
}
.msp-item-card-wrap.recommend .msp-btn-buy {
  border: 1px solid #2680eb;
  color: #fff;
  background-color: #2680eb;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}
.msp-item-card-wrap.recommend {
  margin-left: -2px;
  margin-right: 0;
  z-index: 9;
  border-right: none;
  border-bottom: 4px solid #f3a825;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.msp-item-card-wrap.recommend .msp-btn-buy:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  color: #fff;
  background-color: #f9ba4d;
  cursor: pointer;
}
.msp-item-card-wrap.recommend .icon-item {
  border: solid #f3a825;
  border-width: 0 2px 2px 0;
}
.msp-item-card-wrap.recommend .msp-btn-buy {
  border: none;
  background: #f3a825;
}
.msp-item-card-wrap.recommend .msp-item-card .under-line {
  background-color: #f3a825;
}
.icon-star-white {
  /*background-image: url('../img/icons/icon-star-white.svg')*/
}
.icon-row-down {
  /*background-image: url('../img/icons/icon-row-down.svg')*/
}
.quote-wrap .package-suggest {
  margin: 0 auto;
  background-position: 12px 4px;
  background-repeat: no-repeat;
  width: 129px;
  height: 28px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  text-indent: 18px;
}
.msp-item-card {
  padding: 16px 20px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.msp-item-card .under-line {
  height: 3px;
  width: 50px;
  background-color: #2680eb;
  opacity: 0.3;
  margin: 2px auto;
}
.msp-item-name {
  margin-top: 8px;
  min-height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.msp-item-icon {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 12px 0;
  overflow-wrap: break-word;
  text-align: center;
}
.msp-item-price {
  line-height: 34px;
  height: 34px;
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
}
.msp-item-unit {
  line-height: 15px;
  height: 35px;
  color: #666;
  margin-top: 8px;
  margin-bottom: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.msp-item-info {
  line-height: 15px;
  height: 15px;
  margin-top: 8px;
}
.msp-btn-buy-disable {
  border: 1px solid #e0e0e0;
  background-color: #f2f2f2;
  color: #212121;
  text-align: center;
  width: 190px;
  height: 40px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 24px;
  margin-top: 24px;
}
.msp-btn-buy-disable {
  border: 1px solid #e0e0e0;
  background-color: #f2f2f2;
  color: #212121;
  text-align: center;
  width: 190px;
  height: 40px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 24px;
  margin-top: 24px;
}
.msp-btn-buy {
  text-align: center;
  width: 190px;
  height: 40px;
  border: 1px solid #2680eb;
  color: #fff;
  line-height: 40px;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 auto;
  margin-bottom: 8px;
  margin-top: 36px;
  position: relative;
  background: #3b50df;
  font-size: 12pt;
  font-weight: bold;
}
.msp-btn-buy:hover,
.msp-item-card-wrap.recommend .msp-btn-buy {
  border: 1px solid #2680eb;
  color: #fff;
  background-color: #2680eb;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}
.msp-item-card-wrap.recommend {
  margin-left: -2px;
  margin-right: 0;
  z-index: 9;
  border-right: none;
  border-bottom: 4px solid #f3a825;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.msp-item-card-wrap.recommend .msp-btn-buy:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  color: #fff;
  background-color: #f9ba4d;
  cursor: pointer;
}
.msp-item-card-wrap.recommend .icon-item {
  border: solid #f3a825;
  border-width: 0 2px 2px 0;
}
.msp-item-card-wrap.recommend .msp-btn-buy {
  border: none;
  background: #f3a825;
}
.msp-item-card-wrap.recommend .msp-item-card .under-line {
  background-color: #f3a825;
}
.msp-item-detail {
  padding: 12px 0 0 4px;
}
.msp-item-detail .item-detail {
  display: flex;
  margin-bottom: 20px;
}
.msp-item-detail .item-detail .icon-item {
  width: 8px;
  height: 16px;
  padding-left: 6px;
  border: solid #3b50df;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.icon-itemX {
  width: 8px;
  height: 16px;
  padding-left: 6px;
  border: solid #3b50df;
  border-width: 0 2px 0px 0;
  transform: rotate(45deg);
}
.icon-itemX::after {
  width: 1.5px;
  height: 100%;
  background-color: #9c9f9c;
  position: absolute;
  transform: rotate(-45deg);
  border-radius: 2px;
}
.msp-item-detail .item-detail .item-text {
  padding: 0 0 0 12px;
  text-align: left;
  line-height: 22px;
  font-size: 14px;
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
}
.item-text-delete {
  padding: 0 0 0 20px;
  text-align: left;
  line-height: 22px;
  font-size: 14px;
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
  color: red;
  text-decoration: line-through;
}
.msp-item-detail p {
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  margin-bottom: 12px;
  margin-top: 0;
  padding-left: 24px;
  position: relative;
}
.msp-item-detail p:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 0;
  width: 6px;
  height: 12px;
  border: solid #25e8a1;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.msp-item-detail .msp-view-more {
  color: #009eeb;
  display: none;
  cursor: pointer;
}
.msp-item-detail .msp-view-more .view-more-content {
  display: flex;
  justify-content: center;
}
.msp-item-detail .msp-view-more .view-more-content .view-more-text {
  line-height: 24px;
}
.msp-item-detail .msp-view-more .view-more-content .view-more-icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.msp-item-detail .msp-view-more.active .view-more-content .view-more-icon {
  transform: rotate(180deg);
}
.msp-item-detail .msp-view-detail {
  padding-left: 8px;
}
@media (max-width: 768px) {
  .msp-item-card-container .list-item-container {
    display: grid !important;
  }

  .msp-item-card-wrap {
    margin: 8px 0 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
    border-radius: 4px !important;
  }

  .msp-item-card-wrap {
    height: auto !important;
    min-height: auto !important;
  }

  .msp-btn-buy {
    pointer-events: none;
  }

  .msp-item-detail .msp-view-detail {
    display: none;
  }

  .msp-item-detail .msp-view-more {
    display: block !important;
    margin-bottom: 12px;
  }

  .msp-item-detail .msp-view-detail {
    display: block !important;
  }
}
.nav-link {
  /*background-color: #009eeb;*/
  /*background-color:#008FEC;*/
  background-color: #3B50DF;
  color: #fff;
  margin: 0px 5px;
  border-radius: 0px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
a.nav-link:hover {
  color: white;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #3B50DF;
  background-color: white;
  box-shadow: 0px -3px 3px 0px #ccc;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  /*box-shadow: 0px -2px 1px 1px rgba(0, 0, 0, 0.2);*/
  /*box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);*/
}
.package-suggest {
  margin: 0 auto;
  background-position: 12px 4px;
  background-repeat: no-repeat;
  width: 129px;
  height: 28px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  text-indent: 18px;
}
.icon-star-white {
  background-image: url("https://cdnamisapp.misa.vn/apps/misastore/img/icons/icon-star-white.svg");
}
.bg-blue {
  background-color: #3b50df;
  border-color: #3b50df;
}
.bc-blue {
  border-color: #3b50df !important;
}
.text-blue {
  color: #3b50df !important;
}
.bg-orange {
  background-color: #fe6c23 !important;
  border-color: #fe6c23 !important;
}
.bc-orange {
  border-color: #fe6c23 !important;
}
.text-orange {
  color: #fe6c23 !important;
}
.bg-green {
  background-color: #4cdd3f !important;
  border-color: #4cdd3f !important;
}
.bc-green {
  border-color: #4cdd3f !important;
}
.text-green {
  color: #4cdd3f !important;
}
.scroll {
  scrollbar-width: thin;
}
.mb-filter {
  display: none;
}
@media (max-width: 1199px) {
  .mb-filter {
    display: block;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -100%;
    transition: left 0s 0.3s, opacity 0.3s;
  }
  .mb-filter.is-show {
    left: 0;
    opacity: 0.5;
    transition: left 0s, opacity 0.3s;
  }
}
@media (max-width: 1199px) {
  .mb-menu {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-bottom: 50px;
    background-color: #fff;
    position: fixed;
    z-index: 1010;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.3s;
  }
  .mb-menu.is-show {
    left: 0;
  }
  .mb-menu > * {
    width: 100%;
  }
}
.header {
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}
.logo {
  display: inline-block;
  padding: 10px 0;
}
.logo img {
  height: 40px;
}
.menu-btn {
  display: inline-block;
  color: #033153;
  border: 0;
  background: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 30px;
}
.menu {
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.menu__item {
  margin-right: 40px;
  color: #033153;
  transition: 0.3s;
}
.menu__item:hover {
  color: #FE8E04;
}
.menu__item:last-child {
  margin-right: 0;
}
.menu__link {
  font-size: 16px;
  font-weight: normal;
  color: inherit;
}
.menu__link:hover {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .menu {
    flex-direction: column;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #dee2e6;
  }
  .menu__item {
    margin-right: 0;
  }
  .menu__link {
    display: block;
    padding: 8px 20px;
  }
}
.menu-2 {
  display: flex;
  padding-left: 0;
  margin-bottom: 14px;
  list-style: none;
  justify-content: flex-end;
}
.menu-2 li {
  position: relative;
  padding: 0 12px;
}
.menu-2 li::after {
  content: "|";
  position: absolute;
  top: -1px;
  right: 0;
}
.menu-2 li:last-child::after {
  display: none;
}
.menu-2 li:last-child {
  padding-right: 0;
}
.menu-2 a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #666666;
}
.menu-2 a:hover {
  color: #FE8E04;
  text-decoration: none;
}
.menu-2 a.menu-2__number {
  font-size: 16px;
  font-weight: bold;
  color: #FE8E04;
  line-height: 21px;
}
.menu-2 a.menu-2__number:hover {
  color: #FE8E04;
  text-decoration: none;
}
.menu-2 a.menu-2__lang img {
  height: 18px;
}
@media (max-width: 1199px) {
  .menu-2 {
    flex-direction: column;
    order: 2;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #dee2e6;
  }
  .menu-2 li {
    padding: 8px 20px;
  }
  .menu-2 li::after {
    display: none;
  }
}
.h-dropdown {
  position: relative;
}
.h-dropdown__menu {
  display: none;
  position: absolute;
  z-index: 1000;
  top: calc(100% + 17px);
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #dee2e6;
  border-top: 3px solid #033153;
  border-bottom: 3px solid #033153;
  padding-top: 10px;
  padding-bottom: 10px;
}
.h-dropdown__menu::before {
  content: "";
  display: block;
  min-width: 100%;
  height: 28px;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.h-dropdown__item {
  display: block;
  color: #333333;
  padding: 6px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
}
.h-dropdown__item .submenu_icon {
  position: absolute;
  display: block;
  left: 13px;
  top: 7px;
  width: 38px;
  height: 38px;
}
.h-dropdown__item .submenu_text {
  padding-left: 42px;
}
.h-dropdown__item:hover {
  color: #333333;
  text-decoration: none;
  background-color: #f4f4f4;
}
.h-dropdown__item:hover::before {
  width: 10px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .h-dropdown__menu {
    left: -820px;
    max-width: 1200px;
    width: 100vw;
  }
  .h-dropdown:hover .h-dropdown__menu {
    display: block;
    animation: fadeIn 0.3s ease-out;
  }
}
@media (max-width: 1199px) {
  .h-dropdown__menu {
    position: static;
    background-color: white;
    box-shadow: unset;
    margin: 0 20px;
    border: 0;
  }
  .h-dropdown__menu::before {
    display: none;
  }
  .h-dropdown__item {
    color: #333333;
  }
  .h-dropdown__item:hover {
    background-color: #f4f4f4;
    color: #333333;
  }
  .h-dropdown__item::before {
    background-color: #333333;
  }
  .h-dropdown__toggle {
    display: inline-block;
    width: 36px;
    height: 30px;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    border-radius: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    margin-top: 6px;
    cursor: pointer;
  }
  .h-dropdown__toggle::before, .h-dropdown__toggle::after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 1px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .h-dropdown__toggle::after {
    width: 2px;
    height: 10px;
    transition: all 0.3s;
  }
  .h-dropdown__toggle.active::after {
    transform: translate(-50%, -50%) rotateX(90deg);
  }
}
.footer {
  background: url('Footer.jpg') center/cover no-repeat;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 30px 0 50px;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to top, #314874, rgba(33, 82, 140, 0.8), #314874);
  position: absolute;
  top: 0;
  left: 0;
}
.footer__section {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0;
}
.footer__heading {
  font-family: "UTMAvo";
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  position: relative;
}
.footer__heading::after {
  content: "";
  width: 60%;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer__address {
  text-align: center;
  font-family: "UTMAvo";
  font-size: 14px;
  line-height: 25px;
}
.social-link {
  display: inline-block;
  padding: 5px;
  font-size: 20px;
  color: #fff;
}
.social-link:hover {
  color: #fff;
}
.nav-footer {
  display: flex;
  justify-content: center;
}
.nav-footer__item {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  padding: 5px 20px;
  position: relative;
}
.nav-footer__item:hover {
  color: #fff;
  text-decoration: none;
}
.nav-footer__item::after {
  content: "|";
  position: absolute;
  right: 0;
  top: -1px;
}
.nav-footer__item:last-child::after {
  display: none;
}
@media (max-width: 575px) {
  .nav-footer {
    flex-direction: column;
  }
  .nav-footer__item {
    text-align: center;
  }
  .nav-footer__item::after {
    display: none;
  }
}
.copyright {
  text-align: center;
  color: #dee2e6;
  font-family: "UTMAvo";
}
@media (min-width: 1100px) {
  .container {
    width: 1070px;
  }
}
/*  bhoechie tab */
div.bhoechie-tab-container {
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  /*  border:1px solid #ddd;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
  background-clip: padding-box;
}
div.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group > a {
  margin-bottom: 0;
  color: #1a5493;
}
div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
  color: #1a5493;
}
div.bhoechie-tab-menu div.list-group > a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
  background-color: #3B50DF;
  background-image: #3B50DF;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group > a.active:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #3B50DF;
}
div.bhoechie-tab-content {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 10px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}
.breadcrumb1 {
  /*centering*/
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);*/
  /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
  counter-reset: flag;
  width: 100%;
}
.breadcrumb1 a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 36px;
  color: white;
  font-weight: bold;
  /*need more margin on the left of links to accomodate the numbers*/
  padding: 0 10px 0 40px;
  background: #666;
  background: linear-gradient(#666, #333);
  position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb1 a:first-child {
  padding-left: 20px;
  border-radius: 5px 0 0 5px;
  /*to match with the parent's radius*/
}
.breadcrumb1 a:first-child:before {
  left: 14px;
}
.breadcrumb1 a.active:last-child:after {
  box-shadow: 3px -3px 0 2px rgba(255, 255, 255, 0.1);
}
/*hover/active styles*/
.breadcrumb1 a.active, .breadcrumb1 a:hover {
  background: #333;
  background: linear-gradient(#333, #000);
}
.breadcrumb1 a.active:after, .breadcrumb1 a:hover:after {
  background: #333;
  background: linear-gradient(135deg, #333, #000);
}
/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb1 a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  /*half of square's length*/
  /*same dimension as the line-height of .breadcrumb a */
  width: 36px;
  height: 36px;
  /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's:
  length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
  if diagonal required = 1; length = 1/1.414 = 0.707*/
  transform: scale(0.707) rotate(45deg);
  /*we need to prevent the arrows from getting buried under the next link*/
  z-index: 1;
  /*background same as links but the gradient will be rotated to compensate with the transform applied*/
  background: #666;
  background: linear-gradient(135deg, #666, #333);
  /*stylish arrow design using box shadow*/
  box-shadow: 5px -5px 0 5px white, 5px -5px 0 5px rgba(255, 255, 255, 0.1);
  /*
  	5px - for rounded arrows and
  	50px - to prevent hover glitches on the border created using shadows*/
  border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.flat a, .flat a:after {
  background: #ddd;
  color: #1a5493;
  transition: all 0.5s;
}
.flat a:hover, .flat a.active,
.flat a:hover:after, .flat a.active:after {
  color: white;
  font-weight: bold;
  background: #ff6600;
}
.shadow-10 {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
}
.shadow-15 {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}
.shadow-5 {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.bg-blue-lighter {
  background-color: #eaf3fa;
}
.banner {
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1a5493;
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.banner__img {
  position: relative;
  z-index: -2;
}
.banner__nav {
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 0;
}
.banner__btn {
  width: 230px;
  height: 60px;
  margin-bottom: 8px;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #ffd664, #d66739);
  position: relative;
  left: 160px;
  transition: 0.3s ease-in-out;
}
.banner__btn:last-child {
  margin-bottom: 0;
}
.banner__btn:hover {
  left: 0;
}
.banner__btn--red {
  background: linear-gradient(to right bottom, #f69090, #e83a4a);
}
.banner__btn--lightblue {
  background: linear-gradient(to right bottom, #48bce9, #188e98);
}
.banner__btn--blue {
  background: linear-gradient(to right bottom, #349dd4, #065383);
}
.banner__iwrap {
  display: flex;
  width: 70px;
  margin-right: 15px;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}
.banner__btn-2 {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #FE8E04;
  border-radius: 4px;
  line-height: 35px;
  padding: 0 20px;
  min-width: 300px;
}
.banner__btn-2:hover {
  color: #fff;
  text-decoration: none;
}
.banner__float {
  position: absolute;
  z-index: 2;
  top: 40px;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
}
.banner__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.banner__content span {
  display: inline-block;
  font-size: 32px;
  font-weight: bolder;
  line-height: 50px;
  padding: 0px;
  text-transform: uppercase;
  background-color: #fff;
  color: #1a5493;
}
@media (max-width: 991px) {
  .banner::before {
    display: none;
  }
  .banner__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
    padding: 15px;
  }
  .banner__btn {
    left: auto;
  }
  .banner__float {
    top: 10px;
  }
  .banner__content {
    align-items: center;
    text-align: center;
    padding: 20px 0;
  }
  .banner__content span {
    font-size: 24px;
    line-height: 1.2;
    padding: 0;
  }
  .banner__btn-2 {
    display: block;
    position: static;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .banner__float {
    top: 10px;
  }
  .banner__content {
    align-items: center;
    text-align: center;
    padding: 20px 0;
  }
  .banner__content span {
    font-size: 16px;
    line-height: 1;
    padding: 0;
  }
}
.section__header {
  padding: 40px 0;
}
.section__heading {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #1a5493;
  text-transform: uppercase;
}
.section__desc {
  text-align: center;
}
.slider-respond {
  position: relative;
}
.slider-respond .owl-prev,
.slider-respond .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.slider-respond .owl-prev .fa,
.slider-respond .owl-next .fa {
  font-size: 60px;
  color: #dddddd;
}
.slider-respond .owl-prev {
  left: -50px;
}
.slider-respond .owl-next {
  right: -50px;
}
.slider-student {
  position: relative;
}
.slider-student .owl-prev,
.slider-student .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.slider-student .owl-prev .fa,
.slider-student .owl-next .fa {
  font-size: 60px;
  color: #dddddd;
}
.slider-student .owl-prev {
  left: -50px;
}
.slider-student .owl-next {
  right: -50px;
}
.bg-gray {
  background-color: #F0F0F0;
}
.partner {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.partner img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
  object-position: 50%;
}
.nav-respond {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.nav-respond__item {
  display: inline-block;
  font-weight: bold;
  color: #fff;
}
.nav-respond__item:hover {
  text-decoration: none;
  color: #fff;
}
.nav-respond__item .fa {
  margin-right: 20px;
  transform: scale(1.5);
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  .nav-respond {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .nav-respond__item {
    padding: 8px 0;
  }
}
.nav-standard {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.nav-standard__item {
  display: inline-block;
  font-weight: bold;
  color: #333333;
  padding: 0 20px;
  position: relative;
}
.nav-standard__item:hover {
  color: #333333;
  text-decoration: none;
}
.nav-standard__item::after {
  content: "|";
  position: absolute;
  right: 0;
  top: -1px;
}
.nav-standard__item:last-child::after {
  display: none;
}
@media (max-width: 575px) {
  .nav-standard {
    flex-direction: column;
  }
  .nav-standard__item {
    padding: 3px 20px;
  }
  .nav-standard__item::after {
    display: none;
  }
}
.achievement {
  font-family: "UTMAvo";
}
.achievement .heading {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #033153;
  font-family: Arial, Helvetica, sans-serif;
}
.achievement .author {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  float: right;
  text-align: center;
}
.unit {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.unit__iwrap {
  height: 65px;
  margin-bottom: 20px;
}
.unit__iwrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.unit__title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #033153;
  margin-bottom: 5px;
}
.unit__btn {
  display: inline-block;
  background-color: #314874;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  padding: 0 25px;
}
.unit__btn:hover {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .border-left-lg {
    border-left: 1px solid #dee2e6;
  }
}
.section-news {
  background: url('school-chairs.jpeg') center/cover no-repeat;
  position: relative;
  z-index: 1;
  color: #fff;
}
.section-news__heading {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin: 30px 0;
}
.section-news::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to top, #314874, rgba(33, 82, 140, 0.8), #314874);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .section-news__heading {
    margin-top: 0;
  }
}
.fb-item {
  min-height: 400px;
  padding: 30px 20px;
  border: 1px solid #ced0e3;
  border-radius: 30px;
  text-align: center;
  height: 450px;
  box-shadow: 12px 12px 15px rgba(55, 85, 183, 0.06);
  background: #fff;
  text-align: center;
}
.fb-img {
  padding-bottom: 25px;
}
.fb-img img {
  width: 144px;
  display: unset;
}
.fb-content {
  height: 110px;
  max-height: 110px;
  overflow: auto;
  color: #484848;
  margin-bottom: 22px;
  padding: 0 5px;
}
.fb-author {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  padding-bottom: 10px;
  position: relative;
}
.fb-author::before {
  content: "";
  position: absolute;
  width: 62px;
  height: 2px;
  background-color: #008fec;
  left: calc(50% - 27px);
  top: -10px;
}
.fb-position {
  color: #757575;
  font-size: 15px;
}
.icon {
  align-items: center;
  display: flex;
  fill: #f15822;
  flex: 0 0 auto;
  height: 24px;
  margin-right: 10px;
}
.icon svg {
  height: 16px;
  width: 16px;
  overflow: hidden;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.float-button {
  border: none;
  width: 76px;
  height: 76px;
  display: block;
  position: fixed;
  outline: 0 !important;
  z-index: 999;
}
.float-button.call {
  background: url(/assets/images/call-btn.svg) no-repeat center/cover;
  bottom: 85px;
  right: 12px;
}
.float-button:after {
  content: "";
  width: 65px;
  height: 65px;
  position: absolute;
  top: 3px;
  left: 5px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transition: all 0.5s ease;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

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