/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/





/*************** ADD CUSTOM CSS HERE.   ***************/
.mfp-wrap {
        top: 0 !important;
    }
:root {
        --primary-color:#023768;
}
@font-face {
    font-family: 'SF Pro';
    src: url(./assets/fonts/SF-Pro-Text-Regular.otf);
    font-weight: normal;
}
@font-face {
    font-family: 'SF Pro';
    src: url(./assets/fonts/SF-Pro-Text-Light.otf);
    font-weight: 300;
}
@font-face {
    font-family: 'SF Pro';
    src: url(./assets/fonts/SF-Pro-Text-Medium.otf);
    font-weight: 500;
}
@font-face {
    font-family: 'SF Pro';
    src: url(./assets/fonts/SF-Pro-Text-Semibold.otf);
    font-weight: 600;
}
@font-face {
    font-family: 'SF Pro';
    src: url(./assets/fonts/SF-Pro-Text-Bold.otf);
    font-weight: 700;
}
body {
        font-family: 'SF Pro';
        font-weight: 300;
}
 b, strong {
    font-weight: inherit;
    font-weight: bold;
}
#header .header-bg-color {
        background: linear-gradient(0deg, #023768 0%, #06ADEE 169.66%);
}
.nav-dropdown-has-border .stuck .nav-dropdown {
        top: 54px;
}
.text-about {
	    height: 350px;
    display: block;
    overflow: auto;
    margin-bottom: 30px;
	    padding-right: 30px;
    text-align: justify;
}
.text-about::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.text-about::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.text-about::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #005CAF;
  border-radius:88px;
}
.logo-center .nav {
  gap:60px;
}
.header:not(.transparent) .header-nav-main.nav > li > a {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0;
}
.header:not(.transparent) .header-nav-main.nav > li:hover > a, .nav-dropdown.nav-dropdown-default>li>a:hover {
  font-weight: bold;
  scale: 1.05;
  color:  #06ADEE;

}
.nav-dropdown-has-border .nav-dropdown { background: url(./assets/images/bg-menu.png) no-repeat; background-size: cover; color: #fff; box-shadow: none; border: none; top: 63px; border-radius: 0 0 8px 8px; overflow: hidden; }
li.current-dropdown>.nav-dropdown {
    left: 50%;
    transform: translateX(-50%);
}
.nav > li.has-dropdown {
  position: relative;
}
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after, .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
  display: none;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 14px 10px;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 0.25px solid #5b819d;
}
.off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
    background-color: var(--primary-color);
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
  color: #fff;
}



.scroll-container  {
    width: 24px;
    height: 24px;
    bottom: 85px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}


@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scroll-container .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}





.heading-title * {
        font-family: 'UTM Aptima';
        color: #005CAF;
        font-size: 36px;
        font-weight: 700;
        text-transform: uppercase;
}


.text-about strong {
  font-weight: 600;
  color: var(--primary-color);
  text-align: justify;
  }

a.button.primary {
  box-shadow: 0px 0px 10px 0px #FFFFFF inset;
  background: #0D375D;
  border: midnightblue;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 300;
  min-width: 164px;
  padding-top: 2px;
  position: relative;
  overflow: hidden;
}
a.button.primary:before {
  content : "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/wp-content/uploads/2025/05/bg-button.jpg); 
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
  background-size: 200%;
}
a.button.primary:hover  {
  background: #005CAF;
}
a.button.primary span {
  position: relative;
}
a.button.is-outline {
  padding: 2px 0 0;
  min-width: 165px;
}
a.button.is-outline:hover {
  background-color: transparent !important;
  color: #06ADEE !important;
  border-color: #06ADEE;
}


blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 1em;
}
.uppercase {
  letter-spacing: 0;
}
.fw500 * {
  font-weight: 500;
}

.about-col-right .col-inner {
  padding-left: 50px;
}

.gallery-container .slide .gallery-col:first-child {
  width: 40%;
  height: 450px;
  float: left;
}
.gallery-container .slide .gallery-col:nth-child(2), .gallery-container .slide .gallery-col:nth-child(3) {
    width: 30%;
  float: left;
  height: 225px;
  padding-left: 10px;
}

.gallery-container .slide .gallery-col:nth-child(4), .gallery-container .slide .gallery-col:nth-child(5) {
  width: 30%;
  float: left;
  height: 225px;
  padding-left: 10px;
  padding-top: 10px;
}

.gallery-container .slide * {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#section_project {
  padding:80px 0;
}
#section_project a.button {
  border-width: 1px !important;
  border-radius: 5px;
  margin-top: 50px;
}
.sub-title *, .sub-title {
  font-weight: 500;
  text-transform: uppercase;
}

#section_project .heading-title {
  margin-bottom: 40px;
}
#section_about .heading-title {
      margin: 50px 0 40px;
}

.slide-home-post .col:nth-child(1), .slide-home-post .col:nth-child(2) {
    flex-basis: 50%;
  max-width: 50%;
}
.slide-home-post .col:nth-child(1)  .overlay, .slide-home-post .col:nth-child(2) .overlay {
  background: linear-gradient(180deg, rgba(2, 55, 104, 0) 0%, rgba(2, 55, 104, 0.8) 70%);
  display: block;
}
.slide-home-post .overlay {
  display: none;
}
.slide-home-post .box-image {
  border-radius: 10px;
  overflow: hidden;
}
.slide-home-post .col:nth-child(-n+2) .box-text {
  position: absolute;
  bottom: 0;
    padding: 15px;
    color: #fff;
}
.slide-home-post .col:nth-child(-n+2) .post-title {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.slide-home-post .col:nth-child(-n+2) .post-date {
  color: #fff;
}
.slide-home-post .box .from_the_blog_excerpt {
  font-size: 12px;
}
.slide-home-post .box .post-date {
  color: #5e5e5e;
  font-size: 11px;
  font-style: italic;
}
.dark .slide-home-post .box .post-date {
  color: #fff;
}
.post-title a {
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.slide-home-post .box .post-title a {
  margin-bottom: 8px;
  font-size: 13px;
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.slide-home-post .box:hover .post-title a {
  color: #06ADEE;
}
.dark .slide-home-post .box:hover .post-title a {
color: #06ADEE;
}
.slide-home-post .col:nth-child(-n+2) .box:hover .post-title a {
  color: #06ADEE;
}
.slide-home-post .col:nth-child(-n+2) .box {
  margin-bottom: 20px;
}
.flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
    fill: #023768;
    border-color: #023768 !important;
}
#section_news {
  padding:80px 0;
}
#section_news .heading-title {
  margin-bottom: 30px;
}
.flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
     width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
  padding: 13px;
  border: 1px solid #0D375D !important;
}
.flickity-prev-next-button {
  opacity: 1;
}
.dark .flickity-prev-next-button .arrow, .dark .flickity-prev-next-button svg {
    border: 1px solid #fff !important;
}

.dark .flickity-prev-next-button:hover .arrow,  .dark .flickity-prev-next-button:hover svg {
      background: #C3D4E4;
}

@media (min-width: 850px) {
  .slider-nav-outside .flickity-prev-next-button.previous {
      left: auto;
      right: 108%;
  }
  .slider-nav-outside .flickity-prev-next-button.next {
      left: 108%;
      right: auto;
  }
}



.form-lienhe {
  background: url(./assets/images/bg-ct.jpg) no-repeat;
  padding:60px 55px;
  border-radius: 8px;
  background-size: cover;
}

/* .page-lh .form-lienhe h3 {
	font-family: 'SF Pro';
	font-weight:500;
} */
.form-lienhe h3 {
  font-family: 'UTM Aptima';
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
.form-lienhe .desc {
  font-size: 14px;
  margin-bottom: 30px;
}
.form-lienhe input.wpcf7-form-control, .form-lienhe textarea {
  border:1px solid #C3D4E4;
  height: 48px;
  box-shadow: none;
  border-radius: 4px;
  font-style: italic;
}
.form-lienhe input::placeholder, .form-lienhe textarea::placeholder {
    color: #A1C6E8;

}
.form-lienhe input[type=checkbox] {
  margin: 0;
}

.form-lienhe .wpcf7-list-item-label {
      font-size: 10px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0;
}
.form-lienhe .wpcf7-list-item-label a {
  font-weight: 500;
  text-decoration: underline;
}
.wpcf7 .wpcf7-submit {
      margin: 0 auto;
    text-transform: initial;
    font-style: normal !important;
    min-width: 160px;
    font-size: 16px;
    margin-top: 10px;
    display: block;
    background: transparent;
}
.wpcf7 .wpcf7-submit:hover {
  color: #06ADEE !important;
  border-color: #06ADEE;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.title-contact {
   font-family: 'UTM Aptima';
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #023768;
  margin-bottom: 40px;
}
.home-contact .large-5 {
  padding-top: 60px;
}
.list-contact .item {
  color: #023768;
  display: flex;
}
.list-contact .icon {
  display: inline-block;
  width: 30px;
  min-width: 30px;
  text-align: left;
}
.list-contact .item + .item {
  margin-top: 20px;
}
.home-contact {
  margin-top: 80px;
}


/* abiot */
.header-about {
  padding: 200px 0;
}
.header-about h1 {
  font-size: 64px;
  text-transform: uppercase;
}

.color-main *, .color-main {
  color: var(--primary-color);
}
.content-about h2 {
  font-family: 'UTM Aptima';
  text-transform: uppercase;
  font-size: 56px;
  margin-bottom: 40px;
}
.content-about h2 span {
  font-size: 24px !important;
}
.content-about p {
  margin-bottom: 10px;
}

.content-about strong {
  font-weight: 500;
  font-style: italic;
}
.content-about {
  padding: 60px 0 400px 0;
}

.content-about .row-sm {
  max-width: 1200px;
}
.sm-content h3 {
   font-family: 'UTM Aptima';
   font-size: 32px;
   margin-bottom: 20px;
   text-transform: uppercase;
}

.sm-content {
  padding: 0 100px 0 50px;
}

.content-about .row-sm:nth-child(3) .sm-content {
  padding: 0 50px 0 100px;
}
.section-mission h2, .main-title  {
  font-size: 40px;
    font-family: 'UTM Aptima';

}
.section-mission .sub-title {
  font-size: 18px;
  font-family: 'UTM Aptima';
  font-weight: bold;
}


@media(min-width:767px) {
  .content-about .row-sm:nth-child(3) .c-right {
    order: -1;
  }
}
.section-mission {
  padding: 100px 0;
}
.col-inner.gt-box {
    border: 1px solid #ffff;
    border-radius: 4px;
    text-align: center;
    padding: 20px 10px;
}
.col-inner.gt-box:hover {
	background: linear-gradient(0deg, #06ADEE 0%, #046DCE 100%); 
	border:none;
}
.gt-box h3 {
  font-size: 24px;
  font-family: 'UTM Aptima';
  margin-top: 10px;
}
.utm {
  font-family: 'UTM Aptima';
}
@media screen and (min-width: 850px) {
    .row-gt-box .col:nth-child(-n+3) {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
}
.section-gtcl {
  padding: 100px 0;
}
.section-gtcl .main-title {
  margin-bottom: 60px;
}
.ct-content h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.ct-content h4 {
  color: #06ADEE;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
}
.ct-img img {
  width: 100%;
}
.ct-content {
  display: flex;
  align-items: center;
  padding: 30px 60px;
  background: url(/wp-content/uploads/2025/05/bg-duan-min.jpg) no-repeat;
  border-radius: 0 15px 15px 0;
}
.section-bld {
  padding: 80px 0;
}
.section-bld .main-title {
  margin-bottom: 50px;
}
.member-wrap {
  margin-top: 20px;
}
.member-item h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 10px;
}
.member-item .cv {
  font-size: 12px;
  text-transform: uppercase;
}
.member-wrap h2 {
  margin: 80px 0;
}
.log-item img {
  height: 80px;
  object-fit: contain;
  width: 145px;
}

.log-item {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%) !important;
}

.partner  .slider:hover .flickity-prev-next-button {
  transform: translateY(-50%) !important;
}



/* Contact */
.map iframe {
  width: 100%;
  height: 500px;
}
.map * {
  margin-bottom: 0;
}
.map {
  margin-bottom: -10px;
}


/* News */

.post-style1 .post-item:first-child, .post-style1 .post-item:nth-child(2) {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.post-style1 .post-item:nth-child(n+3) {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  padding-left: 20px;
}
.post-style1 .post-item:nth-child(-n+2) .box-text {
    position: absolute;
    bottom: 0;
    padding: 15px;
    color: #fff;
}
.post-style1 .post-item:nth-child(-n+2) .overlay {
    background: linear-gradient(180deg, rgba(2, 55, 104, 0) 0%, rgba(2, 55, 104, 0.8) 70%);
    display: block;
}
.post-style1 .post-item:nth-child(-n+2) .post-title {
  font-size: 16px;
  color: #fff;
}
.post-style1 .post-item:nth-child(-n+2) .from_the_blog_excerpt {
  font-size: 12px;
  font-weight: normal;
}
.post-style1 .post-date {
  font-size: 10px;
}
.post-style1 .box-image .image-cover {
  padding-top: 270px;
}

.post-item .box-image {
  border-radius: 10px !important;
  overflow: hidden;
}
.post-style1 .post-item {
  margin-bottom: 20px;
}

.post-style1 .post-item:nth-child(n+3) .box {
  display: flex;
}
.post-style1 .post-item:nth-child(n+3) .box-image {
  width: 40%;
}
.post-style1 .post-item:nth-child(n+3) .box-text {
  width: 60%;
  padding: 0 0 0 20px;
}
.post-style1 .post-item:nth-child(n+3) .from_the_blog_excerpt {
  display: none;
}
.post-style1 .post-item:nth-child(n+3) .box-image .image-cover {
  padding-top: 125px;
}

.post-style1 .post-item:nth-child(4) {
  top: 25%;
}
.post-style1 .post-item:nth-child(5) {
  top: 50%;
}
.post-style1 .post-item:nth-child(6) {
  top: 75%;
}

.post-style1 .post-item:nth-child(n+3) .post-title a {
  font-size: 14px;
  color: var(--primary-color);
  text-align: justify;
}
.post-style1 .post-item:nth-child(n+3) .box:hover .post-title a {
  color:#06ADEE;
}

.post-style1 .post-title a {
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.title-news h2 {
  font-size: 30px;
  color: var(--primary-color);
  text-transform: uppercase;
}
.dark .title-news h2 {
  color: #fff;
}
.title-news  {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 20px;
    align-items: center;
}
.title-news a.white.button.is-outline {
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  color: var(--primary-color) !important;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  height: 40px;
}
.dark .title-news a.white.button.is-outline {
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff !important;
}
.title-news a.white.button.is-outline:hover {
  color:#06ADEE !important;
  border-color: #06ADEE !important;
}
.post-style1 .post-item .box-text .post-date {
  margin-top: 10px;
}

#section-news {
  padding:80px 0;
}

.slider-nav-bot.slider-nav-outside .flickity-prev-next-button {
      bottom: 0;
    top: unset;
    transform: unset;
}
.slider-nav-bot {
  padding-bottom: 80px;
}
.slider-nav-bot.slider-nav-outside .flickity-prev-next-button.next {
  left: 53%;
}
.slider-nav-bot.slider-nav-outside .flickity-prev-next-button.previous {
  right: 50%;
}


.section-news2 {
  padding: 80px 0;
}
.news-layout.slide-home-post .col:nth-child(-n+2) .box-text {
  padding-bottom: 1.4em;
  padding-top: .7em;
  position: unset;
  color: black;
  padding: 10px 0;
}
.news-layout.slide-home-post .box-text .post-title a {
  font-size: 16px;
  color: black;
}
.news-layout .box:hover .box-text .post-title a {
  color:#06ADEE !important;
}
.news-layout.slide-home-post .col:nth-child(-n+2) .box-text .post-title a {
  font-size: 16px;
  color: black;
}
.news-layout.slide-home-post .col:nth-child(-n+2) .post-date {
  color: #5e5e5e;
}
.layout-news {
  padding: 80px 0;
}

@media screen and (min-width: 850px) {
  .slide-home-post.news-layout .col:nth-child(1), .news-layout.slide-home-post .col:nth-child(2)  {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}





.breadcrumbs {
  color:#B7B7B7;
  font-size: 24px;
}
.breadcrumbs * {
  font-size: 24px;
  text-transform: uppercase;
}
.breadcrumbs .last, .breadcrumbs .separator, .breadcrumbs a:last-child {
  color: var(--primary-color);
  opacity: 1;
}

.single .breadcrumbs * {
  font-size: 16px;
  font-weight: 600;
}
.single-post-title {
  font-size: 40px;
  color: var(--primary-color);
  line-height: 1.3;
  margin: 30px 0;
}
.single-post-date {
  color: #B7B7B7;
  font-size: 16px;
}


.post-archive .col:nth-child(-n+2) {
  flex-basis: 50%;
  max-width: 50%;
}
.post-archive .col:nth-child(-n+2) .overlay {
  background: linear-gradient(180deg, rgba(2, 55, 104, 0) 0%, rgba(2, 55, 104, 0.8) 70%);
  display: block;
}
.post-archive .box-image {
  border-radius: 10px;
  overflow: hidden;
}
.post-archive .col:nth-child(-n+2) .box-text {
    position: absolute;
    bottom: 0;
    padding: 15px;
    color: #fff;
}
.post-archive .col:nth-child(-n+2) .box-text .post-title a {
  color: #fff;
  font-size: 18px;
}
.post-archive .col:nth-child(-n+2) .box-image .image-cover {
  padding-top: 260px !important;
}
.post-archive .col:nth-child(-n+2) .from_the_blog_excerpt {
  font-size: 12px;
}
.post-archive .col:nth-child(-n+2) .post-date {
  font-size: 12px;
}
.post-archive .box .post-title a {
  font-size: 16px;
}
.post-archive .from_the_blog_excerpt {
  font-size: 14px;
}
.post-archive .post-date {
  color: #B7B7B7;
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
}
.post-archive .box:hover .post-title a {
  color: #06ADEE;
}

button.load-more-btn {
  color: #005CAF;
  border-color: #005CAF;
  min-width: 160px;
  border-radius: 4px;
  text-transform: initial;
  letter-spacing: 0;
  border-width: 1px !important;
}
.header-about h1.archive-title {
  font-size: 40px;
}
.blog-share {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: bold;
  color: var(--primary-color);
}
.single .slider-nav-bot {
  padding-bottom:40px;
}
.single .layout-news {
  padding-bottom: 0;
}


div#ez-toc-container {
  border: 1px solid #003667;
  background-color: transparent;
      padding: 20px 30px;
}

.ez-toc-title-container {
  font-size: 24px;
  font-weight: 700 !important;
  color: var(--primary-color);
}
div#ez-toc-container .ez-toc-title {
  font-weight: 700;
}
div#ez-toc-container ul li, div#ez-toc-container ul li a {
  color: var(--primary-color);
}





.absolute-footer.dark {
  display: none;
}
footer p {
  margin-bottom: 0;
}
.footer-nav li {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.footer-nav ul {
      display: flex;
      margin-bottom: 0;
    justify-content: space-between;
}
footer .ux-logo-link {
  padding: 0 !important;
}


@media(min-width:1024px) and (max-width:1366px) {
	.home .slide-home-post .col {
		flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
	}
	.home .slide-home-post .col:nth-child(1), .home .slide-home-post .col:nth-child(2) {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media(min-width:768px) and (max-width:1024px) {
    .footer-nav li {
        font-size:10px;
    }
    .copy-right * {
        font-size:10px;
    }
    .slider-nav-bot.slider-nav-outside .flickity-prev-next-button.previous {
            right: 51%;
        left: unset;
    }
    .layout-news .slide-home-post .col:nth-child(1), .layout-news .slide-home-post .col:nth-child(2) {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .home .slider-nav-outside {
        width: 90%;
        margin: 0 auto;
    }
    .home .slider-nav-outside.slider-nav-circle .previous {
        left:-7%;
    }
    .home .slider-nav-outside.slider-nav-circle .next {
        right:-7%;
        left: unset;
    }
    .content-about .row-sm:nth-child(3) .sm-content {
        padding: 0 30px 0 30px;
    }
    .sm-content {
        padding: 0 30px 0 30px;
    }
	.flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
		width: 30px;
		height: 30px;
		min-width: 30px;
		min-height: 30px;
    	padding: 9px; 
	}
	
}
@media(max-width:767px) {
	.breadcrumbs * {
		font-size:14px;
	}
    .slide-home-post .col:nth-child(1) .overlay, .slide-home-post .col:nth-child(2) .overlay {
        display: none;
    }
    .section-news2 .slide-home-post .col:nth-child(-n+2) .post-date {
        color: #fff;
    }
    .section-news2 .slide-home-post .box .post-title a {
        color: #fff;
    }
    .slide-home-post .col:nth-child(-n+2) .box-text {
        position: relative;
        color: black;
        padding: 15px 0;
    }
    .slide-home-post .col:nth-child(-n+2) .post-date {
    color: #5e5e5e;
    }
    .slide-home-post .col:nth-child(-n+2) .post-title {
    color: black;
    }
    .form-lienhe {
    padding: 40px 30px;
    }
    .heading-title * {
    font-size: 24px;
    }
    .about-col-right .col-inner {
    padding-left: 0;
    text-align: center;
    }
    .gallery-container .slide .gallery-col:first-child {
    width: 100%;
    height: 200px !important;
    float: unset;
    display: block;
    }
    .gallery-container .slide .gallery-col:nth-child(2), .gallery-container .slide .gallery-col:nth-child(3),
    .gallery-container .slide .gallery-col:nth-child(4), .gallery-container .slide .gallery-col:nth-child(5) {
    width: 25%;
    float: left;
    height: 100px;
    padding-top: 10px;
    }
    .gallery-container .slide .gallery-col:nth-child(2) {
    padding-left: 0;
    }
    .header-about {
    padding: 80px 0;
    }
    .header-about h1.archive-title, .header-about h1 {
    font-size: 28px;
    }
    .post-archive .box .post-title a {
    	font-size:14px;
    }
    .content-about h2 {
    font-size: 32px;
    }
    .content-about {
    padding-bottom: 150px;
    }
    .content-about p {
    color: black;
    }
    .sm-content {
        text-align: center;
    padding: 30px !important;
    }
    .section-mission {
      padding: 50px 0 !important;
    }
    .ct-content {
    border-radius: 0;
    }
    .row-slider .flickity-prev-next-button svg {
    border: 1px solid var(--primary-color) !important;
    padding: 9px !important;
    }
    .flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px; 
    }
    
    
    .post-style1 .post-item:first-child, .post-style1 .post-item:nth-child(2) {
    float: left;
    padding: 0 9.8px 19.6px;
    }
    .post-style1 .post-item:nth-child(n+3) {
    position: unset;
    float: left;
    padding: 0 9.8px 19.6px;
    }
    .post-style1 .post-item:nth-child(n+3) .box {
    display: block;
    }
    .post-style1 .post-item:nth-child(n+3) .box-image, .post-style1 .post-item:nth-child(n+3) .box-text {
    width: 100%;
    padding-left: 0;
    }
    .post-style1  {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    }
    .post-style1 .post-item {
    margin-bottom: 0;
    padding: 0 9.8px 19.6px;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    padding-left: 0;
    }
    .post-style1 .post-item:nth-child(n+3) .post-title a {
    text-align: left;
    display: block;
    margin-top: 10px;
    }
    .post-style1 .post-item:nth-child(n+3) .box-text .post-date {
    color: #003667;
    }
    .post-style1 .box-image .image-cover {
    padding-top: 125px;
    }
    .post-style1 .post-item:nth-child(-n+2) .box-text {
    position: relative;
    color: var(--primary-color);
    padding: 10px 0;
    }
    .post-style1 .post-item:nth-child(-n+2) .box-text .post-title a {
    color: var(--primary-color);
    font-size: 14px;
    }
    .post-style1 .post-item:nth-child(-n+2) .overlay {
    display: none;
    }
    .slider-nav-bot.slider-nav-outside .flickity-prev-next-button.previous {
    right: 50%;
    left: unset;
    }
    
    .slider-nav-bot.slider-nav-outside .flickity-prev-next-button.next {
      left: 50%;
    }
    .title-news a.white.button.is-outline {
    min-width: 110px;
    font-size: 14px;
    line-height: 32px;
    padding: 0;
    height: 30px;
    }
    .title-news h2 {
    font-size: 22px;
    }
    .home-contact .large-5 {
    padding-top: 0;
    }
    
    .single-post-title {
    font-size: 26px;
    }
	.post-archive .col:nth-child(-n+2) .box-image .image-cover {
		padding-top:55% !important;
	}
	.post-archive .col:nth-child(-n+2) .box-text {
		position:relative;
		color:black;
		        padding: 15px 0;
	}
	.post-archive .col:nth-child(-n+2) .box-text .post-title a {
    	color: black; 
		font-size:14px;
	}
	.post-archive .from_the_blog_excerpt {
		font-size:12px;
	}
	.post-archive .col:nth-child(1) {
        flex-basis: 100%;
        max-width: 100%;
    }
	.home #section_news .slider {
	        padding-bottom: 50px;
	}
	.home #section_news .slider.slider-nav-outside.slider-nav-circle .previous {
        bottom: 20px;
        transform: unset;
        top: unset;
        left: 37%;
	}
	.home #section_news .slider.slider-nav-outside.slider-nav-circle .next {
        bottom: 20px;
        top: unset;
        right: 37%;
	}
	.footer-nav ul {
		display:block;
		text-align: center;
		margin: 10px 0;
	}
	.footer-nav ul li:first-child {
		margin-left:0 !important;
	}
	.main-title {
		font-size:32px;
	}
	.partner  {
		    width: 80% !important;
    margin: 0 auto;
	}
	.partner .flickity-prev-next-button.next {
		    right: -8%;
	}
	.partner .flickity-prev-next-button.previous {
		    left: -8%;
	}
}


