@charset "UTF-8";
@import url(../fonts/SVN-Poppins/stylesheet.css);
@import url(../fonts/SF-Pro/stylesheet.css);
@import url(../fonts/Oswald/stylesheet.css);
@import url(../fonts/Font-awesome-4.7.0/css/font-awesome.min.css);
@import url(../js/library/WOW-master/animate.css);
@import url(../js/library/Swiper/swiper-bundle.min.css);
@import url(../js/library/Magnific-Popup-master/magnific-popup.css);

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

* {
  margin: 0;
  padding: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

img,
iframe {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

ol,
ul {
  list-style-type: none;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
  outline: 0;
}

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

i,
.italic {
  font-style: italic;
}

sup {
  vertical-align: top;
  font-size: 70%;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px;
  background-color: transparent;
  cursor: pointer;
}

.f-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  outline: 0;
  width: 100%;
  border: 1px solid transparent;
  background-color: #fff;
  color: #000;
  padding: 0 15px;
  height: 44px;
  -webkit-transition: .2s;
  transition: .2s;
}

.f-control::-webkit-input-placeholder {
  color: #000;
}

.f-control:-ms-input-placeholder {
  color: #000;
}

.f-control::-ms-input-placeholder {
  color: #000;
}

.f-control::placeholder {
  color: #000;
}

.f-control:disabled {
  cursor: not-allowed;
}

.f-control:focus {
  border-color: #19555B;
}

.f-control.wpcf7-not-valid {
  border-color: #f00;
}

textarea.f-control {
  display: block;
  height: 120px;
  padding: 15px 20px;
  resize: none;
}

.scroll-top {
  position: fixed;
  z-index: 99;
  bottom: 200px;
  right: 15px;
  font-size: 14px;
  width: 38px;
  height: 38px;
  background-color: #19555B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  cursor: pointer;
  visibility: hidden;
  outline: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  opacity: 0;
  overflow: hidden;
}

.scroll-top i {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.scroll-top::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  border-radius: 3px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.6s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: 0.6s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.scroll-top:hover::after {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

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

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

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

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

.text-uppercase {
  text-transform: uppercase;
}

.text-italic {
  font-style: italic;
}

.fw-bold {
  font-weight: bold;
}

.fw-normal {
  font-weight: normal;
}

.fw-600 {
  font-weight: 600;
}

.fz-14 {
  font-size: 14px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.fz-24 {
  line-height: 1.3;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .fz-24 {
    font-size: 20px;
  }
}

.fz-30 {
  line-height: 1.3;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .fz-30 {
    font-size: 24px;
  }
}

.fz-40 {
  line-height: 1.3;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .fz-40 {
    font-size: 32px;
  }
}

.fz-60 {
  line-height: 1.3;
  font-size: 60px;
}

@media screen and (max-width: 1024px) {
  .fz-60 {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .fz-60 {
    font-size: 40px;
  }
}

.fz-50 {
  line-height: 1.3;
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  .fz-50 {
    font-size: 36px;
  }
}

.lh-15 {
  line-height: 1.5;
}

.lh-1 {
  line-height: 1;
}

.color-main {
  color: #19555B;
}

.color-main-2 {
  color: #F36F33;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000;
}

.gray-text {
  color: #CECECE;
}

.social-nav {
  display: block;
}

.social-nav li {
  display: inline-block;
  margin: 0 8px 8px 0;
}

.social-nav li a {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
  color: #656565;
  border-radius: 100%;
}

.social-nav li a:hover {
  background-color: #19555B;
  color: #fff;
}

.hamburger-btn {
  cursor: pointer;
  background-color: #F36F33;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .2s;
  transition: .2s;
}

.hamburger-btn .bar {
  position: relative;
  background: #fff;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  width: 20px;
  height: 2px;
}

.hamburger-btn .bar::before {
  width: 100%;
  height: 2px;
}

.hamburger-btn .bar::after {
  width: 70%;
  height: 2px;
}

.hamburger-btn .bar,
.hamburger-btn .bar::before,
.hamburger-btn .bar::after {
  border-radius: 50px;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.hamburger-btn .bar::before {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
}

.hamburger-btn .bar::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  background: #fff;
}

.hamburger-btn .bar::before {
  bottom: 6px;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-btn .bar::after {
  top: 6px;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-btn:hover {
  background-color: #19555B;
}

.hamburger-btn.active .bar {
  background: rgba(255, 255, 255, 0);
}

.hamburger-btn.active .bar::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-btn.active .bar::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mona-content strong,
.mona-content b {
  font-weight: bold;
}

.mona-content em,
.mona-content i {
  font-style: italic;
}

.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.6em;
}

.mona-content h1 {
  font-size: 1.7em;
}

.mona-content h2 {
  font-size: 1.6em;
}

.mona-content h3 {
  font-size: 1.25em;
}

.mona-content h4 {
  font-size: 1.125em;
}

.mona-content h5 {
  font-size: 1em;
}

.mona-content h6 {
  font-size: 0.85em;
}

.mona-content p {
  margin: 1em 0;
}

.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}

.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}

.mona-content ul {
  list-style-type: disc;
}

.mona-content ol {
  list-style-type: decimal;
}

.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}

.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}

.mona-content img,
.mona-content iframe {
  max-width: 100% !important;
  height: auto;
}

.mona-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1em 0;
  padding: 1em;
  quotes: "“" "”" "‘" "’";
}

.mona-content blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.mona-content blockquote p {
  display: inline;
}

.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e1e1;
}

.mona-content table th,
.mona-content table td {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 10px;
  vertical-align: middle;
}

.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mona-content .mona-table-wrap {
  overflow: auto;
}

.swiper-button-next,
.swiper-button-prev {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: #F36F33;
  border: 1px solid #F36F33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .2s;
  transition: .2s;
  top: 35%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff;
  font-size: 16px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #fff;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #F36F33;
}

@media screen and (max-width: 1200px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.swiper-button-next {
  right: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.swiper-button-prev {
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #707070;
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: #19555B;
  border: 1px solid #19555B;
}

.news-slider {
  position: relative;
  padding-bottom: 40px;
  border-bottom: 5px solid #F36F33;
  margin-bottom: 40px;
}

.news-slider .swiper-container {
  padding-bottom: 50px;
  margin: -15px;
}

@media screen and (max-width: 1200px) {
  .news-slider .swiper-container {
    margin: -7.5px;
  }
}

.news-slider .swiper-slide {
  width: calc(100% / 3);
  padding: 15px;
}

@media screen and (max-width: 1200px) {
  .news-slider .swiper-slide {
    padding: 7.5px;
  }
}

@media screen and (max-width: 768px) {
  .news-slider .swiper-slide {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 500px) {
  .news-slider .swiper-slide {
    width: calc(100% / 1);
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs .breadcrumb {
  margin-right: 15px;
  font-size: 18px;
  padding: 5px 0px;
  color: #000;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.breadcrumbs .breadcrumb::before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 15px;
  border-radius: 100%;
  background-color: #19555B;
}

.breadcrumbs .breadcrumb:first-child::before {
  content: unset;
}

.breadcrumbs .active {
  color: #F36F33;
  position: relative;
}

.wow {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@media screen and (max-width: 1200px) {
  .wow {
    -webkit-animation: unset !important;
    animation: unset !important;
  }
}

#body::-webkit-scrollbar {
  width: 8px;
  cursor: pointer;
}

#body::-webkit-scrollbar-track {
  background-color: #ddd;
  cursor: pointer;
}

#body::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #666;
}

.stop-scroll {
  height: 100%;
  overflow: hidden;
}

[data-tooltip] {
  position: relative;
}

[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: #000;
  padding: 5px 8px;
  width: -webkit-max-content;
  width: max-content;
  width: -moz-max-content;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  min-width: 50px;
  max-width: 300px;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
}

[data-tooltip]:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.list-row {
  position: relative;
  padding-left: calc(var(--width) + 15px) !important;
}

.list-row::before {
  content: '';
  width: var(--width);
  height: var(--height);
  background-image: var(--background);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-row---top::before {
  top: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.loading {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: #19555B;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
}

.loading img {
  max-width: 20%;
  -webkit-animation: loading 1s infinite;
  animation: loading 1s infinite;
}

@media screen and (max-width: 1024px) {
  .loading img {
    max-width: 50%;
  }
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.memory-top--count-down {
  text-align: center;
}

.text-done {
  display: none;
}

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -40px;
  font-family: 'Oswald';
}

@media screen and (max-width: 1024px) {
  .timer {
    margin: 0 -20px;
  }
}

@media screen and (max-width: 500px) {
  .timer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.timer .item {
  padding: 0 40px;
  position: relative;
}

.timer .item::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #19555B;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -150%);
  transform: translate(50%, -150%);
}

.timer .item::after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #19555B;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.timer .item .number {
  font-size: 50px;
  color: #19555B;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .timer .item .number {
    font-size: 40px;
  }
}

.timer .item .unit {
  text-align: center;
  text-transform: uppercase;
}

.timer .item:last-child::before,
.timer .item:last-child::after {
  content: unset;
}

@media screen and (max-width: 1024px) {
  .timer .item {
    padding: 0 20px;
  }
}

.btn-orange {
  min-height: 50px;
  padding: 15px;
  background-color: #F36F33;
  color: #fff;
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.btn-orange:hover {
  background-color: #19555B;
  color: #F36F33;
}

.btn-green {
  min-height: 50px;
  padding: 15px;
  background-color: #19555B;
  color: #fff;
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.btn-green:hover {
  background-color: #F36F33;
  color: #19555B;
}

.btn-apply {
  padding: 8px;
  text-align: center;
  height: 36px;
  display: block;
  width: 100%;
  background-color: #CECECE;
  border: 1px solid transparent;
  color: #fff;
  font-size: 14px;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-apply:hover {
  background-color: #fff !important;
  border: 1px solid #F36F33 !important;
  color: #F36F33 !important;
}

.pagination {
  margin-top: 35px;
}

.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .page-numbers .prev,
.pagination .page-numbers .next {
  font-size: 20px;
  margin: 0 10px;
  position: relative;
}

.pagination .page-numbers .prev .fa,
.pagination .page-numbers .next .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pagination .page-numbers .page-number {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border-radius: 100%;
  color: #CECECE;
  -webkit-transition: .2s;
  transition: .2s;
}

.pagination .page-numbers .page-number.current {
  background-color: #F36F33;
  color: #fff;
}

.pagination .page-numbers .page-number:hover {
  background-color: #F36F33;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #side-bar {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: -100%;
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%;
    height: 100vh;
    z-index: 9998;
    padding: 0px;
  }

  #side-bar.active {
    visibility: visible;
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .aside-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    padding: 20px;
    overflow: auto;
    border-radius: 0 !important;
  }
}

.btn-open-slide-bar-mb {
  position: fixed;
  z-index: 99;
  bottom: 200px;
  left: 15px;
  font-size: 14px;
  width: 40px;
  height: 40px;
  background-color: #19555B;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 5px 10px rgba(25, 85, 91, 0.3);
  box-shadow: 0px 5px 10px rgba(25, 85, 91, 0.3);
  border: 2px solid #19555B;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  display: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-open-slide-bar-mb i {
  color: #ffffff;
}

.btn-open-slide-bar-mb:hover {
  background-color: #ffffff;
  border: 2px solid #19555B;
}

.btn-open-slide-bar-mb:hover i {
  color: #19555B;
}

@media screen and (max-width: 768px) {
  .btn-open-slide-bar-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.side-bar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

@media screen and (max-width: 768px) {
  .side-bar-overlay {
    display: block;
  }
}

html {
  height: 100%;
}

body {
  font-family: "SVN-Poppins", sans-serif, Fontawesome;
  font-size: 16px;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  /* a:hover {
    color: #19555B;
  } */
}

::-moz-selection {
  background-color: #19555B;
  color: #fff;
}

::selection {
  background-color: #19555B;
  color: #fff;
}

#__mona {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-page {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
}

.wrapper-page::-webkit-scrollbar {
  width: 0px;
}

footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  padding: 0px 15px;
}

.hamburger-btn {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}



.header.active .hamburger-btn {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header.active .header-menu-nav li {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.header-menu {
  width: 375px;
  max-width: 100%;
  height: 100vh;
  background-color: rgba(25, 85, 91, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .header-menu {
    width: 315px;
  }
}

.header-menu-nav li>a {
  padding: 20px 40px;
  font-style: italic;
  color: #fff;
  display: block;
  vertical-align: middle;
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-menu-nav li>a:hover {
  color: #F36F33;
}

.header-menu-nav .current-menu-item a {
  padding-left: 0;
  color: #F36F33;
}

.header-menu-nav .current-menu-item a::before {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #F36F33;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.header-menu-nav .dropdown>a {
  position: relative;
  padding-right: 30px;
}

.header-menu-nav .dropdown>a>.fa {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu-nav .dropdown>.sub-menu-wrap {
  display: none;
}

.header-menu-nav .dropdown>.sub-menu-wrap>.sub-menu>li>a {
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-menu-nav .dropdown .dropdown>.sub-menu-wrap>.sub-menu>li>a {
  padding-left: 60px;
}

.header-menu-nav .dropdown.show-sub-menu>a>.fa::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-menu-nav .dropdown.show-sub-menu>.sub-menu-wrap {
  display: block;
}

.header-menu-inner {
  width: 100%;
}

.footer {
  color: #fff;
  padding: 0 0 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}

.footer .footer-top {
  padding: 50px 0;
}

.footer .coppy-right {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
  .footer .footer-logo {
    margin-right: 20px;
  }
}

@media screen and (max-width: 600px) {
  .footer {
    padding-bottom: 20px;
  }

  .footer .footer-logo {
    margin-bottom: 40px;
  }
}

.section {
  padding: 80px 0px;
}

@media screen and (max-width: 1024px) {
  .section {
    padding: 60px 0px;
  }
}

@media screen and (max-width: 500px) {
  .section {
    padding: 50px 0px;
  }
}

.section-60 {
  padding: 60px 0px;
}

@media screen and (max-width: 500px) {
  .section-60 {
    padding: 50px 0px;
  }
}

.flex-2__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 1170px) {
  .flex-2__col {
    margin: -7.5px;
  }
}

.flex-2__col .f-col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 15px;
}

@media screen and (max-width: 1170px) {
  .flex-2__col .f-col {
    padding: 7.5px;
  }
}

@media screen and (max-width: 600px) {
  .flex-2__col .f-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.flex-3__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 1170px) {
  .flex-3__col {
    margin: -7.5px;
  }
}

.flex-3__col .f-col {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  padding: 15px;
}

@media screen and (max-width: 1170px) {
  .flex-3__col .f-col {
    padding: 7.5px;
  }
}

@media screen and (max-width: 768px) {
  .flex-3__col .f-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 500px) {
  .flex-3__col .f-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.flex-4__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 1170px) {
  .flex-4__col {
    margin: -7.5px;
  }
}

.flex-4__col .f-col {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 15px;
}

@media screen and (max-width: 1170px) {
  .flex-4__col .f-col {
    padding: 7.5px;
  }
}

@media screen and (max-width: 768px) {
  .flex-4__col .f-col {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}

@media screen and (max-width: 500px) {
  .flex-4__col .f-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.flex-30-70__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 1170px) {
  .flex-30-70__col {
    margin: -7.5px;
  }
}

.flex-30-70__col .f-col__30 {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding: 15px;
}

@media screen and (max-width: 1170px) {
  .flex-30-70__col .f-col__30 {
    padding: 7.5px;
  }
}

@media screen and (max-width: 600px) {
  .flex-30-70__col .f-col__30 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.flex-30-70__col .f-col__70 {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  padding: 15px;
}

@media screen and (max-width: 1170px) {
  .flex-30-70__col .f-col__70 {
    padding: 7.5px;
  }
}

@media screen and (max-width: 600px) {
  .flex-30-70__col .f-col__70 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.flex-20-80__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 1170px) {
  .flex-20-80__col {
    margin: -7.5px;
  }
}

.flex-20-80__col .f-col__20 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 15px;
}

@media screen and (max-width: 1170px) {
  .flex-20-80__col .f-col__20 {
    padding: 7.5px;
  }
}

@media screen and (max-width: 600px) {
  .flex-20-80__col .f-col__20 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.flex-20-80__col .f-col__80 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  padding: 15px;
}

@media screen and (max-width: 1170px) {
  .flex-20-80__col .f-col__80 {
    padding: 7.5px;
  }
}

@media screen and (max-width: 600px) {
  .flex-20-80__col .f-col__80 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.flex-40-60__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 1170px) {
  .flex-40-60__col {
    margin: -7.5px;
  }
}

.flex-40-60__col .f-col__40 {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  padding: 15px;
}

@media screen and (max-width: 1170px) {
  .flex-40-60__col .f-col__40 {
    padding: 7.5px;
  }
}

@media screen and (max-width: 768px) {
  .flex-40-60__col .f-col__40 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.flex-40-60__col .f-col__60 {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  padding: 15px;
}

@media screen and (max-width: 1170px) {
  .flex-40-60__col .f-col__60 {
    padding: 7.5px;
  }
}

@media screen and (max-width: 768px) {
  .flex-40-60__col .f-col__60 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner {
  position: relative;
  height: 700px;
}

.banner .banner--item {
  position: relative;
  height: 100%;
  width: 100%;
}

.banner .banner-slider {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.banner .banner-slider .swiper-container {
  height: 100%;
}

.banner .banner-slider .swiper-slide {
  height: auto;
  opacity: 0 !important;
  visibility: hidden;
  -webkit-transition: all 1600ms linear;
  transition: all 1600ms linear;
}

.banner .banner-slider .swiper-slide .banner--item {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner .banner-slider .swiper-slide-active {
  opacity: 1 !important;
  visibility: visible;
}

.banner .banner-slider .swiper-slide-active .banner--item {
  -webkit-animation: zoom 60s;
  animation: zoom 60s;
}

.banner .banner--image {
  position: relative;
  z-index: 1;
  height: 100%;
}

.banner .banner--image img {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1560px) {
  .banner .banner--image img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 1200px) {
  .banner .banner--image img {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@media screen and (max-width: 500px) {
  .banner .banner--image {
    display: none;
  }
}

.banner .banner--text {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.banner .banner--text .title {
  padding: 60px 0px;
  font-weight: normal;
}

.banner .banner-mb {
  z-index: 1;
  position: relative;
  display: none;
  padding: 70px 20px;
}

.banner .banner-mb .banner-mb-logo-1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .banner .banner-mb {
    display: block;
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: translate(1, 1);
    transform: translate(1, 1);
  }

  100% {
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: translate(1, 1);
    transform: translate(1, 1);
  }

  100% {
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
  }
}

.sec-about {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0;
}

@media screen and (max-width: 1600px) {
  .sec-about {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1024px) {
  .sec-about {
    padding: 60px 0;
  }
}

@media screen and (max-width: 500px) {
  .sec-about {
    padding: 50px 0;
  }
}

.about-image img {
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

.sec-memory {
  position: relative;
}

.sec-memory .container {
  position: relative;
  z-index: 1;
}

.sec-memory .img-decor-left {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .sec-memory .img-decor-left {
    display: none;
  }
}

.sec-memory .img-decor-right {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 100%;
}

@media screen and (max-width: 1200px) {
  .sec-memory .img-decor-right {
    display: none;
  }
}

.memory-top {
  margin-bottom: 140px;
}

@media screen and (max-width: 1024px) {
  .memory-top {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .memory-top {
    margin-bottom: 60px;
  }

  .memory-top .f-col:first-child {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .memory-top {
    margin-bottom: 30px;
  }
}

.memory-wrap--step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -25px 0;
}

.memory-wrap--step .step {
  -ms-flex-preferred-size: calc(100% / 5);
  flex-basis: calc(100% / 5);
  position: relative;
  cursor: pointer;
  padding: 25px 0;
}

.memory-wrap--step .step .step--time {
  color: #F36F33;
}

.memory-wrap--step .step .step--line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #19555B;
  margin: 25px 0;
}

.memory-wrap--step .step .step--line::after {
  content: '\f111';
  font-size: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #F36F33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.memory-wrap--step .step.active~.step .step--time {
  color: #19555B;
}

.memory-wrap--step .step.active~.step .step--line {
  background-color: rgba(112, 112, 112, 0.2);
}

.memory-wrap--step .step.active~.step .step--line::after {
  color: #F36F33;
  background-color: #E7EDEE;
}

@media screen and (max-width: 768px) {
  .memory-wrap--step .step {
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
  }
}

@media screen and (max-width: 500px) {
  .memory-wrap--step .step {
    -ms-flex-preferred-size: calc(100% / 2);
    flex-basis: calc(100% / 2);
  }
}

.memory-top .flex-2__col .f-col {
  padding: 10px 20px;
}

.sec-event {
  background-color: #F8F8F8;
  position: relative;
}

.sec-event .container {
  position: relative;
  z-index: 1;
}

.sec-event .img-decor-left {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}

@media screen and (min-width: 1920px) {
  .sec-event .img-decor-left {
    display: block;
  }
}

.sec-event .img-decor-right {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: none;
}

@media screen and (min-width: 1920px) {
  .sec-event .img-decor-right {
    display: block;
  }
}

.event-list-item {
  width: 80%;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.event-list-item .event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.event-list-item .event-item .event-item--image {
  text-align: center;
  padding: 40px 0;
  position: relative;
}

.event-list-item .event-item .event-item--image::before {
  content: '';
  width: 170px;
  height: 170px;
  background-image: url("../images/bg-event-item--img.png");
  background-size: cover;
  -webkit-filter: drop-shadow(5px 5px 20px #00000029);
  filter: drop-shadow(5px 5px 20px #00000029);
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.event-list-item .event-item .event-item--image img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}

.event-list-item .event-item .event-item--image::after {
  content: '';
  height: 60px;
  width: 1px;
  background-color: #CCCCCC;
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-20%);
  transform: translateX(-50%) translateY(-20%);
}

.event-list-item .event-item .event-item--text {
  text-align: center;
  padding: 40px 0;
}

.event-list-item .event-item .event-item--text p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.event-list-item .event-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.event-list-item .event-item:hover .event-item--image::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.event-list-item .event-item:hover .event-item--text {
  color: #F36F33;
}

@media screen and (max-width: 500px) {
  .event-list-item .event-item {
    margin: -20px 0;
  }
}

.event-list-item .f-col:nth-child(even) .event-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.event-list-item .f-col:nth-child(even) .event-item .event-item--image::after {
  content: '';
  height: 60px;
  width: 1px;
  background-color: #CCCCCC;
  position: absolute;
  z-index: 1;
  top: unset;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(20%);
  transform: translateX(-50%) translateY(20%);
}

@media screen and (max-width: 768px) {
  .event-list-item .f-col:nth-child(even) .event-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .event-list-item .f-col:nth-child(even) .event-item .event-item--image::after {
    content: '';
    height: 60px;
    width: 1px;
    background-color: #CCCCCC;
    position: absolute;
    z-index: 1;
    top: unset;
    bottom: unset;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-20%);
    transform: translateX(-50%) translateY(-20%);
  }
}

.list-event--item {
  margin: -15px;
}

.item-event {
  padding: 15px;
}

.item-event .item-event--info .info--title a {
  color: #19555B !important;
}

.item-event .item-event--info .info--title a:hover {
  color: #F36F33 !important;
  text-decoration: underline;
}

.event--link {
  text-align: center;
  display: block;
}

.event--link a {
  color: #F36F33;
  display: inline-block;
  text-decoration: underline;
}

.event--link a:hover {
  color: #19555B;
}

.event--task__item {
  padding: 30px;
  text-align: center;
  background-color: #19555B;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 500px) {
  .event--task__item {
    padding: 15px;
  }
}

.event-middle {
  display: block;
  margin-top: 22px;
}

.event-bottom {
  padding-top: 80px;
}

@media screen and (min-width: 1920px) {
  .event-bottom {
    padding-bottom: 31px;
  }
}

@media screen and (max-width: 1024px) {
  .event-bottom {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .event-bottom {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .event-bottom .f-col__40 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {

  .event-bottom .event-bottom--info__title br,
  .event-bottom .event-bottom__desc br {
    display: none;
  }
}

.item-event-ready .item-event-ready__image {
  position: relative;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}

.item-event-ready .item-event-ready__image .img-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}

.item-event-ready .item-event-ready__info a:hover {
  color: #F36F33;
}

.item-event-ready .item-event-ready__info .info--desc {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.item-event-ready .item-event-ready__info .info--link a {
  display: inline-block;
  text-decoration: underline;
  color: #F36F33;
}

.item-event-ready .item-event-ready__info .info--link a:hover {
  color: #19555B;
}

.item-event-ready:hover .item-event-ready__image {
  -webkit-transform: translateX(100px) rotate(360deg);
  transform: translateX(100px) rotate(360deg);
}

.slider-task-event .swiper-slide {
  cursor: pointer;
}

.slider-task-event .swiper-slide:hover .event--task__item {
  background-color: #F36F33;
}

.slider-task-event .swiper-slide-thumb-active .event--task__item {
  background-color: #F36F33;
}

.sec-news-daily .flex-40-60__col {
  margin: 0;
}

.sec-news-daily .flex-40-60__col .f-col__60,
.sec-news-daily .flex-40-60__col .f-col__40 {
  padding: 0;
}

@media screen and (max-width: 1200px) {

  .sec-news-daily .flex-40-60__col .f-col__60,
  .sec-news-daily .flex-40-60__col .f-col__40 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.sec-news-daily .flex-3__col {
  margin: 0;
}

.sec-news-daily .flex-3__col .f-col {
  padding: 0;
}

@media screen and (max-width: 1600px) {
  .sec-news-daily .flex-3__col .f-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .sec-news-daily .flex-3__col .f-col {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}

@media screen and (max-width: 500px) {
  .sec-news-daily .flex-3__col .f-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.sec-news-daily .news-daily-list {
  height: 100%;
  background-color: #19555B;
  padding: 70px 60px 0;
  position: relative;
}

.sec-news-daily .news-daily-list .list-news {
  width: 330px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.sec-news-daily .news-daily-list .list-news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sec-news-daily .news-daily-list .list-news li span {
  display: inline-block;
}

.sec-news-daily .news-daily-list .list-news li span.number {
  float: left;
  width: 45px;
}

.sec-news-daily .news-daily-list .list-news li span.text {
  float: left;
  width: calc(100% - 45px);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.sec-news-daily .news-daily-list .list-news li span a:hover {
  color: #F36F33;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .sec-news-daily .news-daily-list .list-news {
    width: 100%;
  }
}

.sec-news-daily .news-daily-list .news-daily-list--link {
  width: 330px;
  max-width: 100%;
  text-align: center;
  padding: 20px 0;
}

.sec-news-daily .news-daily-list .news-daily-list--link a {
  display: inline-block;
  color: #F36F33;
  text-decoration: underline;
}

.sec-news-daily .news-daily-list .news-daily-list--link a:hover {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1200px) {
  .sec-news-daily .news-daily-list .news-daily-list--link {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .sec-news-daily .news-daily-list {
    padding: 50px 15px 0;
  }
}

.sec-news-daily .img-decor {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .sec-news-daily .img-decor {
    display: none;
  }
}

.item-news-daily {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

.item-news-daily::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(25, 85, 91, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.item-news-daily::after {
  content: '';
  width: 100px;
  height: 100px;
  background-image: url(../images/img-decor-it-new-home.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: .3;
  transition: .3;
}

.item-news-daily .item-news-daily--image {
  overflow: hidden;
}

.item-news-daily .item-news-daily--image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .3s;
  transition: .3s;
}

.item-news-daily .item-news-daily--info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  z-index: 1;
}

.item-news-daily .item-news-daily--info .item-news-daily--info__title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.item-news-daily .item-news-daily--info .item-news-daily--info__title a:hover {
  color: #F36F33;
}

@media screen and (max-width: 500px) {
  .item-news-daily .item-news-daily--info {
    padding: 15px;
  }
}

.item-news-daily:hover::before {
  opacity: 1;
}

.item-news-daily:hover::after {
  opacity: 1;
}

.item-news-daily:hover .item-news-daily--image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.item-news-slide .item-news-slide--image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.item-news-slide .item-news-slide--info {
  margin-top: 15px;
}

.item-news-slide .item-news-slide--info .info-link a {
  display: inline-block;
  color: #19555B;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.item-news-slide .item-news-slide--info .info-link a:hover {
  color: #F36F33;
}

.item-news-hight {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.item-news-hight .item-news-hight--title a {
  color: #19555B;
}

.item-news-hight .item-news-hight--title a:hover {
  color: #F36F33;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .item-news-hight {
    padding: 15px 0;
  }
}

.sec-lookbook {
  position: relative;
}

.sec-lookbook .container {
  position: relative;
  z-index: 1;
}

.sec-lookbook .img-decor-right {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .sec-lookbook .img-decor-right {
    display: none;
  }
}

.sec-lookbook .img-decor-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .sec-lookbook .img-decor-left {
    display: none;
  }
}

.sec-lookbook .slider-lookbook {
  margin-bottom: 90px;
}

.sec-lookbook .slider-lookbook .swiper-container {
  padding-bottom: 50px;
}

.sec-lookbook .slider-lookbook .swiper-container .swiper-pagination {
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .sec-lookbook .slider-lookbook {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .sec-lookbook .slider-lookbook {
    margin-bottom: 50px;
  }
}

.item-lookbook .item-lookbook--image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.item-lookbook .item-lookbook--info .info-auth img {
  border-radius: 50%;
}

.item-lookbook .item-lookbook--info .info-auth span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.layout-knowlege {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout-knowlege .left {
  float: left;
  width: 175px;
  max-width: 100%;
  display: inline-block;
}

.layout-knowlege .right {
  float: left;
  width: calc(100% - 175px);
  max-width: 100%;
  display: inline-block;
  padding-left: 30px;
}

@media screen and (max-width: 1200px) {
  .layout-knowlege .right {
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .layout-knowlege .right {
    width: 100%;
    padding-left: 0;
  }
}

.aside-knowlege .list-cate li {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.aside-knowlege .list-cate li a {
  display: inline-block;
}

.aside-knowlege .list-cate li::before {
  content: '\f111';
  font-size: 10px;
  width: 20px;
  height: 20px;
  color: #F36F33;
  background-color: #E7EDEE;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  vertical-align: middle;
}

.aside-knowlege .list-cate li::after {
  content: '';
  width: 1px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 10px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.aside-knowlege .list-cate li.active {
  font-size: 20px;
  font-weight: bold;
}

.aside-knowlege .list-cate li.active::before {
  background-color: #F36F33;
  color: #fff;
}

.aside-knowlege .list-cate li:last-child::after {
  content: unset;
}

.cate-knowlege {
  margin-bottom: 50px;
}

.cate-knowlege:last-child {
  margin-bottom: 0;
}

.cate-knowlege .list-knowlege .item-kowlege {
  padding: 0px 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 770px) {
  .cate-knowlege .list-knowlege .f-col:nth-child(n+4) .item-kowlege {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 500px) {
  .cate-knowlege .list-knowlege .f-col:nth-child(n+5) .item-kowlege {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.item-kowlege .item-knowlege--info .info--title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.item-kowlege .item-knowlege--info .info--title a {
  color: #19555B;
}

.item-kowlege .item-knowlege--info .info--title a:hover {
  color: #F36F33;
  text-decoration: underline;
}

.item-kowlege .item-knowlege--info .info-auth-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item-kowlege .item-knowlege--info .info-auth-date p {
  font-size: 12px;
}

.item-kowlege .item-knowlege--image {
  position: relative;
}

.item-kowlege .item-knowlege--image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.item-kowlege .item-knowlege--link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.item-kowlege:hover .item-knowlege--link .btn-apply {
  background-color: #F36F33;
  color: #fff;
}

.sec-knowlege__recent .swiper-button-next,
.sec-knowlege__recent .swiper-button-prev {
  top: 50%;
}

.layout-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout-detail .left {
  float: left;
  width: calc(100% - 370px);
  max-width: 100%;
  padding-right: 30px;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .layout-detail .left {
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .layout-detail .left {
    width: 100%;
    padding-right: 0;
  }
}

.layout-detail .right {
  float: left;
  width: 370px;
  max-width: 100%;
  display: inline-block;
}

.detail-auth-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
}

.share-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.share-post .list-share {
  margin-right: 10px;
}

.share-post .list-share .share-tt {
  display: inline-block;
  margin-right: 5px;
}

.share-post .list-share .share-tt span {
  display: inline-block;
  vertical-align: middle;
}

.share-post .list-share .share-tt .icon {
  margin-right: 10px;
}

.share-post .list-share ul {
  display: inline-block;
}

.share-post .list-share ul li {
  display: inline-block;
  margin: 0px 5px;
}

.share-post .list-share ul li a {
  display: inline-block;
}

.share-post .file span {
  display: inline-block;
  vertical-align: middle;
}

.share-post .file span.icon {
  margin-right: 10px;
}

.sec-giving {
  position: relative;
  z-index: 2;
  line-height: 1.6;
}

.sec-giving .box-title .txt-title {
  color: #19555B;
  line-height: 1.3;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .sec-giving .box-title .txt-title {
    font-size: 20px;
  }
}

.sec-giving .box-title .btn-orange {
  padding: 15px 55px;
}

.sec-giving .box-left-right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sec-giving .box-left-right .left {
  width: calc(9/12 * 100%);
}

@media screen and (max-width: 849px) {
  .sec-giving .box-left-right .left {
    width: 100%;
  }
}

.sec-giving .box-left-right .right {
  width: calc(3/12 * 100%);
}

@media screen and (max-width: 849px) {
  .sec-giving .box-left-right .right {
    width: 100%;
  }
}

.sec-giving .breadcrumbs {
  margin-bottom: 24px;
}

.sec-giving .list-box-giving {
  margin-top: 12px;
}

.sec-giving .list-box-giving .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 1200px) {
  .sec-giving .list-box-giving .cols {
    margin: -7.5px;
  }
}

.sec-giving .list-box-giving .cols .col {
  width: calc(3/12 * 100%);
  padding: 15px;
}

@media screen and (max-width: 1200px) {
  .sec-giving .list-box-giving .cols .col {
    padding: 7.5px;
  }
}

@media screen and (max-width: 768px) {
  .sec-giving .list-box-giving .cols .col {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .sec-giving .list-box-giving .cols .col {
    width: 100%;
  }
}

.sec-giving .c-giving .wrapper-img {
  position: relative;
}

.sec-giving .c-giving .wrapper-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.sec-giving .c-giving .wrapper-img .txt-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(25, 85, 91, 0.3);
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 2;
}

.sec-giving .c-giving .wrapper-img .txt-link::before {
  content: '';
  width: 100px;
  height: 100px;
  background: #FED230;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0px 0 0 1000px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.sec-giving .c-giving .wrapper-img .txt-link:hover {
  background: rgba(25, 85, 91, 0.8);
  color: #F36F33;
}

.sec-giving .c-giving .wrapper-img .txt-link:hover::before {
  opacity: 1;
  visibility: visible;
}

.sec-giving .c-giving .wrapper-content {
  padding-top: 10px;
  font-size: 16px;
}

.sec-giving .slide-giving {
  margin-top: 50px;
}

.sec-giving .slide-giving .gallery-thumb {
  position: relative;
}

.sec-giving .slide-giving .gallery-thumb .swiper-button-next,
.sec-giving .slide-giving .gallery-thumb .swiper-button-next {
  top: 50%;
}

.sec-giving .slide-giving .gallery-thumb .swiper-slide img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.sec-giving .slide-giving .gallery-thumb .swiper-slide-thumb-active img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.sec-giving .slide-giving .gallery-thumb .img-w-100 {
  cursor: pointer;
}

.sec-giving .slide-giving .gallery-thumb .img-w-100 img {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec-giving .gallery-giving {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 849px) {
  .sec-giving .gallery-giving {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.sec-giving .gallery-giving .wrapper-content {
  width: calc(5/12 * 100%);
  background: #19555B;
  color: #fff;
  padding: 20px;
}

@media screen and (max-width: 849px) {
  .sec-giving .gallery-giving .wrapper-content {
    width: 100%;
    padding: 20px 10px;
  }
}

.sec-giving .gallery-giving .wrapper-content .txt-title {
  line-height: 1.3;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .sec-giving .gallery-giving .wrapper-content .txt-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .sec-giving .gallery-giving .wrapper-content .txt-title {
    margin-bottom: 20px;
  }
}

.sec-giving .gallery-giving .wrapper-content .content {
  margin-top: 30px;
  font-size: 16px;
}

.sec-giving .gallery-giving .wrapper-content .content .txt-desc {
  font-style: italic;
  margin-bottom: 60px;
  font-weight: 300;
}

@media screen and (max-width: 1200px) {
  .sec-giving .gallery-giving .wrapper-content .content .txt-desc {
    margin-bottom: 30px;
  }
}

.sec-giving .gallery-giving .wrapper-content .content .txt-name {
  font-size: 18px;
  font-weight: bold;
}

.sec-giving .gallery-giving .wrapper-content .content .txt-name .italic {
  font-size: 12px;
  font-weight: 300;
  display: block;
}

.sec-giving .gallery-giving .wrapper-img {
  width: calc(7/12 * 100%);
}

@media screen and (max-width: 849px) {
  .sec-giving .gallery-giving .wrapper-img {
    width: 100%;
  }
}

.sec-giving .gallery-giving .wrapper-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec-recom-donggop {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  line-height: 1.6;
}

.sec-recom-donggop::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.sec-recom-donggop .container {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 770px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .sec-recom-donggop .container {
    max-width: 100%;
  }
}

.sec-recom-donggop .txt-title {
  line-height: 1.3;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .sec-recom-donggop .txt-title {
    font-size: 20px;
  }
}

.sec-recom-donggop .wrapper-btn {
  margin: -5px;
}

.sec-recom-donggop .wrapper-btn .btn {
  margin: 5px;
  width: 190px;
  text-transform: uppercase;
}

.sec-taitro {
  padding: 75px 0;
  line-height: 1.6;
}

.sec-taitro .taitro-main .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-taitro .taitro-main .cols .col-8 {
  width: calc(8/12 * 100%);
  background: #0A5F69;
}

@media screen and (max-width: 1200px) {
  .sec-taitro .taitro-main .cols .col-8 {
    width: 60%;
  }
}

@media screen and (max-width: 670px) {
  .sec-taitro .taitro-main .cols .col-8 {
    width: 100%;
  }
}

.sec-taitro .taitro-main .cols .col-4 {
  width: calc(4/12 * 100%);
}

@media screen and (max-width: 1200px) {
  .sec-taitro .taitro-main .cols .col-4 {
    width: 40%;
  }
}

@media screen and (max-width: 670px) {
  .sec-taitro .taitro-main .cols .col-4 {
    width: 100%;
  }
}

.sec-taitro .taitro-main .box-caunoi {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.sec-taitro .taitro-main .box-caunoi::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(25, 85, 91, 0.55);
  -webkit-backdrop-filter: blur(26px);
  backdrop-filter: blur(26px);
  z-index: 1;
}

.sec-taitro .taitro-main .box-caunoi .content {
  position: relative;
  z-index: 2;
  padding: 50px 30px;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .sec-taitro .taitro-main .box-caunoi .content {
    padding: 20px;
  }
}

.sec-taitro .taitro-main .box-caunoi .content .txt-title {
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 24px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .sec-taitro .taitro-main .box-caunoi .content .txt-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 670px) {
  .sec-taitro .taitro-main .box-caunoi .content .txt-title {
    margin-bottom: 40px;
  }
}

.sec-taitro .taitro-main .box-caunoi .content .txt-desc {
  margin-top: 30px;
  font-style: italic;
  font-weight: 300;
  max-width: 60%;
}

@media screen and (max-width: 1200px) {
  .sec-taitro .taitro-main .box-caunoi .content .txt-desc {
    max-width: 100%;
  }
}

.sec-taitro .taitro-main .box-caunoi .img-item {
  position: relative;
  z-index: 2;
  text-align: right;
  margin-top: -20%;
}

@media screen and (max-width: 1200px) {
  .sec-taitro .taitro-main .box-caunoi .img-item {
    text-align: center;
    margin-top: 0;
  }
}

.sec-taitro .taitro-main .box-info {
  padding: 100px 30px;
  color: #fff;
}

@media screen and (max-width: 670px) {
  .sec-taitro .taitro-main .box-info {
    padding: 30px;
  }
}

.sec-taitro .taitro-main .box-info .bold {
  font-size: 16px;
}

.sec-taitro .taitro-main .col-4 {
  background: #19555B;
  padding: 40px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .sec-taitro .taitro-main .col-4 {
    padding: 20px 10px;
  }
}

.sec-taitro .taitro-main .col-4 .txt-title {
  padding-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
}

.sec-taitro .taitro-main .col-4 .item-lydo {
  padding: 30px 0 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-taitro .taitro-main .col-4 .item-lydo .wrapper-img {
  width: 60px;
}

.sec-taitro .taitro-main .col-4 .item-lydo .wrapper-content {
  width: calc(100% - 60px);
  padding-left: 20px;
}

.sec-taitro .taitro-main .col-4 .item-lydo .wrapper-content .content-title {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 16px;
}

.sec-taitro .taitro-main .col-4 .item-lydo .wrapper-content .txt-desc {
  font-size: 14px;
}

.box-left-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .box-left-right {
    margin: -7.5px;
  }
}

.box-left-right .wrapper-flex {
  padding: 15px;
}

@media screen and (max-width: 1200px) {
  .box-left-right .wrapper-flex {
    padding: 7.5px;
  }
}

.giving-slide {
  border-bottom: 0;
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.giving-slide .swiper-container {
  padding-bottom: 0;
}

.sec-new__giving .box-left-right .txt-title {
  color: #19555B;
  line-height: 1.3;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec-new__giving .box-left-right .txt-title {
    font-size: 20px;
  }
}

.sec-new__giving .box-left-right .link-w-100 {
  color: #F36F33;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sec-new__giving .box-left-right .link-w-100:hover {
  color: #19555B;
}

.sec-new__giving .swiper-button-next,
.sec-new__giving .swiper-button-prev {
  top: 60%;
}

.sec-custom {
  padding-bottom: 0;
}

.sec-custom .right {
  padding-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .sec-custom .right {
    padding-bottom: 50px;
  }
}

.sec-custom .content-detail {
  margin-top: 20px;
  font-size: 16px;
}

.sec-custom .content-detail .txt-title {
  color: #19555B;
  line-height: 1.3;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .sec-custom .content-detail .txt-title {
    font-size: 20px;
  }
}

.sec-custom .content-detail .bold {
  font-size: 18px;
}

.sec-custom .content-detail i {
  margin: 1rem 0;
  display: block;
}

.sec-custom .box-slide-story {
  padding: 30px;
  border: 5px solid #19555B;
}

@media screen and (max-width: 1200px) {
  .sec-custom .box-slide-story {
    padding: 15px;
  }
}

.sec-custom .box-slide-story .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -15px;
}

@media screen and (max-width: 1200px) {
  .sec-custom .box-slide-story .cols {
    margin: -7.5px;
  }
}

.sec-custom .box-slide-story .cols .col {
  width: 50%;
  padding: 15px;
}

.sec-custom .box-slide-story .cols .col:last-child {
  padding-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .sec-custom .box-slide-story .cols .col {
    padding: 7.5px;
  }
}

@media screen and (max-width: 670px) {
  .sec-custom .box-slide-story .cols .col {
    width: 100%;
  }
}

.sec-custom .box-slide-story .item-say {
  font-size: 16px;
}

.sec-custom .box-slide-story .item-say .txt-desc {
  margin-bottom: 20px;
}

.sec-custom .box-slide-story .item-say .txt-italic {
  font-size: 12px;
  font-style: italic;
}

.sec-custom .box-slide-story .slide-story {
  position: relative;
}

.sec-custom .box-slide-story .slide-story .swiper-slide {
  height: auto;
}

.sec-custom .box-slide-story .slide-story .swiper-slide .cols {
  height: 100%;
}

.sec-custom .box-slide-story .slide-story .swiper-button-next,
.sec-custom .box-slide-story .slide-story .swiper-button-prev {
  bottom: 0;
  top: auto;
  height: 30px;
  width: 30px;
  right: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sec-custom .box-slide-story .slide-story .swiper-button-next::after,
.sec-custom .box-slide-story .slide-story .swiper-button-prev::after {
  font-size: 14px;
}

.sec-custom .box-slide-story .slide-story .swiper-button-prev {
  left: calc(50% + 30px);
}

@media screen and (max-width: 670px) {
  .sec-custom .box-slide-story .slide-story .swiper-button-prev {
    left: 15px;
  }
}

.sec-custom .box-slide-story .slide-story .swiper-button-next {
  left: calc(50% + 40px);
}

@media screen and (max-width: 670px) {
  .sec-custom .box-slide-story .slide-story .swiper-button-next {
    left: 30px;
  }
}

.sec-custom .list-hocbong {
  margin-top: 45px;
}

.sec-custom .list-hocbong .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 1200px) {
  .sec-custom .list-hocbong .cols {
    margin: -7.5px;
  }
}

.sec-custom .list-hocbong .cols .col {
  width: 50%;
  padding: 15px;
}

@media screen and (max-width: 1200px) {
  .sec-custom .list-hocbong .cols .col {
    padding: 7.5px;
  }
}

@media screen and (max-width: 670px) {
  .sec-custom .list-hocbong .cols .col {
    width: 100%;
  }
}

.sec-custom .list-hocbong .item-hocbong {
  position: relative;
}

.sec-custom .list-hocbong .item-hocbong:hover::after {
  background: rgba(25, 85, 91, 0.8);
}

.sec-custom .list-hocbong .item-hocbong:hover::before {
  opacity: 1;
  visibility: visible;
}

.sec-custom .list-hocbong .item-hocbong:hover .btn-green {
  background: #F36F33;
}

.sec-custom .list-hocbong .item-hocbong::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(25, 85, 91, 0.7);
}

.sec-custom .list-hocbong .item-hocbong::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  right: 0;
  top: 0;
  background: #FED230;
  border-radius: 0 0 0 1000px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.sec-custom .list-hocbong .item-hocbong .item-hocbong-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 35px 30px 30px;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .sec-custom .list-hocbong .item-hocbong .item-hocbong-content {
    padding: 15px;
  }
}

.sec-custom .list-hocbong .item-hocbong .item-hocbong-content .btn-green {
  margin-top: 23px;
  padding: 15px 45px;
  text-transform: uppercase;
}

.sec-custom .list-hocbong .item-hocbong .item-hocbong-content .content-title {
  font-weight: bold;
  margin-bottom: 30px;
  color: #F36F33;
  line-height: 1.3;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
  .sec-custom .list-hocbong .item-hocbong .item-hocbong-content .content-title {
    font-size: 20px;
  }
}

.sec-custom .list-hocbong .item-hocbong .item-hocbong-content .txt-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1200px) {
  .sec-custom .list-hocbong .item-hocbong .item-hocbong-content {
    padding: 15px;
  }
}

.sec-custom .list-hocbong .item-hocbong .item-hocbong-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .sec-custom .list-hocbong .item-hocbong .item-hocbong-img img {
    min-height: 350px;
  }
}

@media screen and (max-width: 849px) {
  .sec-custom .list-hocbong .item-hocbong .item-hocbong-img img {
    min-height: 400px;
  }
}

@media screen and (max-width: 670px) {
  .sec-custom .list-hocbong .item-hocbong .item-hocbong-img img {
    min-height: 350px;
  }
}

.sec-giving-box .layout-knowlege {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-giving-box .item-box-giving {
  padding: 70px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1200px) {
  .sec-giving-box .item-box-giving {
    padding: 35px 0;
  }
}

.sec-giving-box .item-box-giving>.txt-title {
  line-height: 1.3;
  font-size: 24px;
  color: #19555B;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sec-giving-box .item-box-giving>.txt-title {
    font-size: 20px;
  }
}

.sec-giving-box .item-box-giving>.txt-title.center {
  text-align: center;
}

.sec-giving-box .item-box-giving .box-item {
  padding: 15px 20px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1200px) {
  .sec-giving-box .item-box-giving .box-item {
    padding: 10px;
  }
}

.sec-giving-box .item-box-giving .box-item .txt-title {
  color: #19555B;
  font-size: 18px;
  margin-bottom: 20px;
}

.sec-giving-box .item-box-giving .box-item .txt-info-giving {
  font-size: 12px;
}

.sec-giving-box .item-box-giving .box-item .txt-info-giving .txt-big {
  font-size: 18px;
}

.sec-giving-box .item-box-giving .box-item .wrapper-line {
  width: 100%;
  margin: 20px 0;
  position: relative;
}

.sec-giving-box .item-box-giving .box-item .wrapper-line .line {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  height: 6px;
  background: #F36F33;
}

.sec-giving-box .item-box-giving .box-item .wrapper-line .line-thumb {
  width: 100%;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.16);
  height: 6px;
}

.sec-giving-box .item-box-giving .box-item .cols-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7.5px;
}

.sec-giving-box .item-box-giving .box-item .cols-info .col {
  padding: 7.5px;
}

.sec-giving-box .item-box-giving .box-item .cols-info .txt {
  font-size: 12px;
  margin-bottom: 15px;
}

.sec-giving-box .item-box-giving .box-item .cols-info .txt-number {
  color: #19555B;
  font-weight: bold;
}

.sec-giving-box .item-box-giving .box-item .wrapper-btn {
  margin-top: 35px;
}

.sec-giving-box .item-box-giving .box-item .wrapper-btn .btn-green {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.sec-giving-box .table-ds-hocbong {
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
}

.sec-giving-box .table-ds-hocbong .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-giving-box .table-ds-hocbong .cols .col {
  width: 50%;
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 450px) {
  .sec-giving-box .table-ds-hocbong .cols .col {
    padding: 5px 10px;
  }
}

.sec-giving-box .table-ds-hocbong .cols .col:nth-child(2)::before {
  content: "Số tiền";
}

@media screen and (min-width: 451px) {
  .sec-giving-box .table-ds-hocbong .cols .col:nth-child(2)::before {
    display: none;
  }
}

.sec-giving-box .table-ds-hocbong .cols .col:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 450px) {
  .sec-giving-box .table-ds-hocbong .cols .col:not(:last-child) {
    border-right: 0;
  }
}

.sec-giving-box .table-ds-hocbong .tbody {
  max-height: 420px;
  overflow: auto;
  font-size: 16px;
}

.sec-giving-box .table-ds-hocbong .tbody .txt-gray {
  color: #707070;
}

.sec-giving-box .table-ds-hocbong .tbody .cols:nth-child(2n + 2) {
  background: #f3f3f3;
}

.sec-giving-box .table-ds-hocbong .tbody::-webkit-scrollbar {
  width: 6px;
}

.sec-giving-box .table-ds-hocbong .tbody::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}

.sec-giving-box .table-ds-hocbong .tbody::-webkit-scrollbar-thumb {
  background: #19555B;
  border-radius: 5px;
}

@media screen and (max-width: 450px) {
  .sec-giving-box .table-ds-hocbong .tbody .col {
    width: 100%;
  }
}

.sec-giving-box .table-ds-hocbong .thead {
  background: #19555B;
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 450px) {
  .sec-giving-box .table-ds-hocbong .thead {
    display: none;
  }
}

.sec-giving-box .table-ds-hocbong .thead .col {
  width: calc(50% - 3px);
}

.sec-giving-box .table-ds-hocbong .thead .col:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.sec-giving-box .wrapper-btn {
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
}

.sec-giving-box .wrapper-btn .btn {
  width: 350px;
  max-width: 100%;
  margin: 5px;
}

.sec-giving-box .list-box-giving {
  margin-top: 12px;
}

.sec-giving-box .list-box-giving .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 1200px) {
  .sec-giving-box .list-box-giving .cols {
    margin: -7.5px;
  }
}

.sec-giving-box .list-box-giving .cols .col {
  width: calc(6/12 * 100%);
  padding: 15px;
}

@media screen and (max-width: 1200px) {
  .sec-giving-box .list-box-giving .cols .col {
    padding: 7.5px;
  }
}

@media screen and (max-width: 500px) {
  .sec-giving-box .list-box-giving .cols .col {
    width: 100%;
  }
}

.sec-giving-box .list-box-giving .c-giving .wrapper-img {
  position: relative;
}

.sec-giving-box .list-box-giving .c-giving .wrapper-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.sec-giving-box .list-box-giving .c-giving .wrapper-img .txt-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(25, 85, 91, 0.3);
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 2;
}

.sec-giving-box .list-box-giving .c-giving .wrapper-img .txt-link::before {
  content: '';
  width: 100px;
  height: 100px;
  background: #FED230;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0px 0 0 1000px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.sec-giving-box .list-box-giving .c-giving .wrapper-img .txt-link:hover {
  background: rgba(25, 85, 91, 0.8);
  color: #F36F33;
}

.sec-giving-box .list-box-giving .c-giving .wrapper-img .txt-link:hover::before {
  opacity: 1;
  visibility: visible;
}

.sec-giving-box .list-box-giving .c-giving .wrapper-content {
  padding-top: 10px;
  font-size: 16px;
}

.sec-camon .breadcrumbs {
  margin-bottom: 30px;
}

.sec-camon .img-w-100 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec-camon .content-camon {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}

.sec-camon .content-camon .txt-title {
  line-height: 1.3;
  font-size: 24px;
  color: #19555B;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .sec-camon .content-camon .txt-title {
    font-size: 20px;
  }
}

.sec-camon .content-camon .txt-desc {
  max-width: 770px;
  margin: auto;
  margin-bottom: 60px;
}

.sec-camon .content-camon .link-w-100 {
  color: #F36F33;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sec-camon .content-camon .link-w-100:hover {
  color: #19555B;
}

.sec-form-donggop .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 1200px) {
  .sec-form-donggop .cols {
    margin: -7.5px;
  }
}

.sec-form-donggop .cols .col-5 {
  width: calc(5/12 * 100%);
}

.sec-form-donggop .cols .col-7 {
  width: calc(7/12 * 100%);
}

.sec-form-donggop .cols>.col {
  padding: 15px;
}

@media screen and (max-width: 1200px) {
  .sec-form-donggop .cols>.col {
    padding: 7.5px;
  }
}

@media screen and (max-width: 992px) {
  .sec-form-donggop .cols>.col {
    width: 100%;
  }
}

.sec-form-donggop .box-item {
  padding: 25px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1200px) {
  .sec-form-donggop .box-item {
    padding: 10px;
  }
}

.sec-form-donggop .box-item .txt-title {
  color: #19555B;
  line-height: 1.3;
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .sec-form-donggop .box-item .txt-title {
    font-size: 20px;
  }
}

.sec-form-donggop .box-item .txt-info-giving {
  font-size: 16px;
}

.sec-form-donggop .box-item .txt-info-giving .txt-big {
  line-height: 1.3;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .sec-form-donggop .box-item .txt-info-giving .txt-big {
    font-size: 20px;
  }
}

.sec-form-donggop .box-item .wrapper-line {
  width: 100%;
  margin: 20px 0;
  position: relative;
}

.sec-form-donggop .box-item .wrapper-line .line {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  height: 6px;
  background: #F36F33;
}

.sec-form-donggop .box-item .wrapper-line .line-thumb {
  width: 100%;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.16);
  height: 6px;
}

.sec-form-donggop .box-item .cols-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7.5px;
}

.sec-form-donggop .box-item .cols-info .col {
  padding: 7.5px;
}

@media screen and (max-width: 450px) {
  .sec-form-donggop .box-item .cols-info .col {
    width: 100%;
  }
}

.sec-form-donggop .box-item .cols-info .txt {
  font-size: 16px;
  margin-bottom: 10px;
}

.sec-form-donggop .box-item .cols-info .txt-number {
  color: #19555B;
  font-weight: bold;
}

.sec-form-donggop .breadcrumbs {
  margin-bottom: 25px;
}

.sec-form-donggop .form-giaodich .item {
  padding: 40px 0;
}

.sec-form-donggop .form-giaodich .item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sec-form-donggop .form-giaodich .item .txt-title {
  font-weight: bold;
  color: #19555B;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 1.3;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .sec-form-donggop .form-giaodich .item .txt-title {
    font-size: 20px;
  }
}

.sec-form-donggop .form-giaodich .item .txt-desc {
  font-size: 16px;
  margin-bottom: 25px;
}

.sec-form-donggop .form-giaodich .list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.sec-form-donggop .form-giaodich .list-btn .container-input {
  padding: 5px;
  width: calc(4/12 * 100%);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 670px) {
  .sec-form-donggop .form-giaodich .list-btn .container-input {
    width: 50%;
  }
}

@media screen and (max-width: 350px) {
  .sec-form-donggop .form-giaodich .list-btn .container-input {
    width: 100%;
  }
}

.sec-form-donggop .form-giaodich .list-btn .container-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.sec-form-donggop .form-giaodich .list-btn .container-input .checkmark {
  display: block;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #19555B;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0);
}

.sec-form-donggop .form-giaodich .list-btn .container-input input:checked~.checkmark {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #C0C0C0;
}

.sec-form-donggop .form-giaodich select {
  background-image: url(../images/arrow-select.svg);
  background-position: center right 25px;
  background-repeat: no-repeat;
  background-size: 16px;
}

.sec-form-donggop .form-giaodich .f-control {
  padding: 10px 25px;
  height: 50px;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.sec-form-donggop .form-giaodich .f-control:hover {
  border-color: #19555B;
}

.sec-form-donggop .form-giaodich .f-control::-webkit-input-placeholder {
  font-weight: 500;
  color: #C0C0C0;
}

.sec-form-donggop .form-giaodich .f-control:-ms-input-placeholder {
  font-weight: 500;
  color: #C0C0C0;
}

.sec-form-donggop .form-giaodich .f-control::-ms-input-placeholder {
  font-weight: 500;
  color: #C0C0C0;
}

.sec-form-donggop .form-giaodich .f-control::placeholder {
  font-weight: 500;
  color: #C0C0C0;
}

.sec-form-donggop .form-giaodich .f-group {
  padding-bottom: 30px;
}

@media screen and (max-width: 670px) {
  .sec-form-donggop .form-giaodich .f-group {
    padding-bottom: 15px;
  }
}

.sec-form-donggop .form-giaodich .f-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media screen and (max-width: 1200px) {
  .sec-form-donggop .form-giaodich .f-flex {
    margin: 0 -7.5px;
  }
}

@media screen and (max-width: 670px) {
  .sec-form-donggop .form-giaodich .f-flex {
    margin: -7.5px;
  }
}

.sec-form-donggop .form-giaodich .f-flex .c-form {
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 1200px) {
  .sec-form-donggop .form-giaodich .f-flex .c-form {
    padding: 0 7.5px;
  }
}

@media screen and (max-width: 670px) {
  .sec-form-donggop .form-giaodich .f-flex .c-form {
    width: 100%;
    padding: 7.5px;
  }
}

.sec-form-donggop .form-giaodich .btn-orange {
  text-transform: uppercase;
  font: inherit;
  padding: 15px 50px;
  font-weight: bold;
}

.sec-lienhe .col-4 {
  width: calc(4/12 * 100%);
  padding-right: 70px;
}

.sec-lienhe .col-8 {
  width: calc(8/12 * 100%);
}

.sec-lienhe .cols {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .sec-lienhe .cols {
    margin: -7.5px;
  }
}

.sec-lienhe .cols .col {
  padding: 15px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .sec-lienhe .cols .col {
    padding: 7.5px;
    width: 100%;
  }
}

.sec-lienhe .txt-title {
  color: #19555B;
  font-weight: bold;
  line-height: 1.3;
  font-size: 24px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .sec-lienhe .txt-title {
    font-size: 20px;
  }
}

.sec-lienhe .item-event-ready {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-lienhe .item-event-ready:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .sec-lienhe .item-event-ready:not(:last-child) {
    margin-bottom: 15px;
  }
}

.sec-lienhe .item-event-ready:hover .item-event-ready__image {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.sec-lienhe .item-event-ready__image {
  width: 70px;
  height: 70px;
}

.sec-lienhe .item-event-ready__info {
  padding-left: 18px;
  width: calc(100% - 70px);
}

@media screen and (max-width: 670px) {
  .sec-lienhe .item-event-ready__info {
    padding-left: 10px;
  }
}

.sec-lienhe .item-event-ready .info--title {
  color: #000;
  padding-right: 0;
}

.sec-lienhe .item-event-ready .info--desc>a {
  color: #19555B;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sec-lienhe .item-event-ready .info--desc>a:hover {
  color: #F36F33;
}

.sec-lienhe iframe {
  width: 1150px;
  position: absolute;
  max-width: none;
  height: 500px;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .sec-lienhe iframe {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 300px;
  }
}

.sec-lienhe .breadcrumbs {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-30 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .mt-30 {
    margin-top: 20px;
  }
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-5 {
  margin-top: 5px;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.txt-custom {
  font-family: 'SF Pro Display', sans-serif;
  line-height: 1.6;
}

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