body {
    font-family: Montserrat, sans-serif !important;
}
.banner-layers h3 {
  font-weight: 600;
}
.facility-item7 {
    /*display: flex;*/
    justify-content: center;
}
.wpcf7-spinner {
  display: none !important;
}
.facility-card7:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border: 4px solid #009688;
}
.facility-card7 {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    
    border: 2px solid transparent;
}
.facility-badge7 {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #009688, #009688);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    z-index: 2;
}
.facility-img7 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.facility-title7 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
body {
  color: #000 !important;
}
.feedback .box-text {
  display: none !important;
}

.form-contact {
    padding: 30px 30px 30px 30px;
    margin: 0px 0px 0px 0px;
    border-radius: 16px;
}
@media (min-width: 550px) {
    .form-contact {
        padding: 60px 30px 40px 30px;
        margin: 0px 0px 0px -50% !important;
    }
}

.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-family: Montserrat, sans-serif !important;
    font-weight: 700;
}
.icon-box-left .icon-box-img+.icon-box-text {
  padding-left: 0.3em !important;
}
.three-box .one .col-inner {
  background-color: #ff9861;
    padding: 30px 0;
    border-radius: 30px;
}
.three-box .two .col-inner {
  background-color: #e39bf1;
    padding: 30px 0;
    border-radius: 30px;
}
.three-box .three .col-inner {
  background-color: #e9f764;
    padding: 30px 0;
    border-radius: 30px;
}
@media screen and (min-width: 1024px) {
  /* Desktop styles here */
    .three-box .col-inner {
      min-height: 220px;
    }
}

.couple .img-inner {
  border-width: 3px 10px 10px 3px;
    border-radius: 30px;
    border-style: solid;
    border-color: rgb(0, 25, 67);
    transform: rotate(-5deg);
}
.three-box .icon-box-text p {
  color: #000;
  font-size: 1.3em;
}
.img-radius img {
  border-radius: 30px;
}

.ux-menu-link a span:hover {
  color: #fff !important;
}
 .col, .gallery-item, .columns {
   padding: 0 15px 20px !important;
 }
.justify-start {
    justify-content: flex-start;
}
.box-overlay .box-text-inner {
  text-align: left;
}
.box-overlay .box-text-inner h5 {
  color: #fff !important;
}
.box-overlay .box-text-inner .from_the_blog_excerpt {
  color: #fff !important;
}
.ux-menu-link__link {
    align-items: baseline;
    border-bottom-color: #ececec;
    border-bottom-width: 1px;
    color: currentColor;
    flex: 1;
    min-height: 2.5em;
    padding-bottom: .3em;
    padding-top: .3em;
    transition: all .2s;
}

.flex {
    display: flex;
}
.tabbed-content .nav-outline>li>a {
  line-height: 1.7em !important;
  
    color: #000;
    display: block;
    font-weight: 500;
}
.tabbed-content .nav-size-normal {
  
    padding: 10px;
    border-radius: 90px;
    overflow: hidden
}
.nav>li>a {
    font-size: 1em !important;
}
.tabbed-content .nav>li {
  padding: 0 15px;
}
.nav-outline>li.active>a {
  display: block;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 90px;
    transition: 0.5s;
    margin: 0;
    color: #ffffff;
    background: #10155B;
}
.box-overlay .box-text, .box-shade .box-text {
      position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.51);
    color: #ffffff;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
  max-width: 1250px;
}

.row.row-collapse { max-width: 1220px; }
.row.row-small { max-width: 1242.5px; }
.row.row-large { max-width: 1280px; }

.header-main { height: 110px; }

#logo { width: 355px; }
#logo img {
  max-height: 110px;
  padding: 13px 0;
}

.header-bottom { min-height: 55px; }
.header-top { min-height: 50px; }

.transparent .header-main { height: 90px; }
.transparent #logo img { max-height: 90px; }

.has-transparent + .page-title:first-of-type,
.has-transparent + #main > .page-title,
.has-transparent + #main > div > .page-title,
.has-transparent + #main .page-header-wrapper:first-of-type .page-title {
  padding-top: 140px;
}

.header.show-on-scroll,
.stuck .header-main {
  height: 70px !important;
}

.stuck #logo img {
  max-height: 70px !important;
}

.header-bg-color,
.header-bottom {
  background-color: #ffffff;
}


.header-bottom-nav > li > a {
  line-height: 26px;
}

/* Typography */
body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6,
.heading-font,
.banner h1,
.banner h2,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.alt-font {
  font-family: "Dancing Script", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
}

/* Navigation colors */
.header:not(.transparent) .header-nav-main.nav > li > a,
.header:not(.transparent) .header-bottom-nav.nav > li > a {
  color: #0a0a0a;
}

.header:not(.transparent) .header-nav-main.nav > li > a:hover,
.header:not(.transparent) .header-nav-main.nav > li.active > a,
.header:not(.transparent) .header-nav-main.nav > li.current > a,
.header:not(.transparent) .header-bottom-nav.nav > li > a:hover,
.header:not(.transparent) .header-bottom-nav.nav > li.active > a,
.header:not(.transparent) .header-bottom-nav.nav > li.current > a {
  color: #026859;
}

.header-nav-main.nav-line-bottom > li > a:before,
.header-nav-main.nav-line-grow > li > a:before,
.header-nav-main.nav-line > li > a:before,
.header-nav-main.nav-box > li > a:hover,
.header-nav-main.nav-box > li.active > a,
.header-nav-main.nav-pills > li > a:hover,
.header-nav-main.nav-pills > li.active > a,
.header-bottom-nav.nav-line-bottom > li > a:before,
.header-bottom-nav.nav-line-grow > li > a:before,
.header-bottom-nav.nav-line > li > a:before,
.header-bottom-nav.nav-box > li > a:hover,
.header-bottom-nav.nav-box > li.active > a,
.header-bottom-nav.nav-pills > li > a:hover,
.header-bottom-nav.nav-pills > li.active > a {
  color: #fff !important;
  background-color: #026859;
}

.nav-vertical-fly-out > li + li {
  border-top: 1px solid;
}

/* Mobile */
@media (max-width: 549px) {
  .header-main { height: 70px; }
  #logo img { max-height: 70px; }

  body { font-size: 100%; }

  .filter-field {
    overflow: auto;
    display: flex;
  }

  .row_icon .icon-box.featured-box.icon-box-left.text-left {
    display: flex;
    justify-content: center;
  }

  .phc-achievements .post-item:first-child .box-text .post-title a,
  .post-item .box-text .post-title a {
    font-size: 16px !important;
  }

  .row_icon .icon-box-left .icon-box-img + .icon-box-text {
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
  }
}

/* Menu labels */
.label-new.menu-item > a:after { content: "Mới"; }
.label-hot.menu-item > a:after { content: "Thịnh hành"; }
.label-sale.menu-item > a:after { content: "Giảm giá"; }
.label-popular.menu-item > a:after { content: "Phổ biến"; }

/* Custom */
.phc-loadmore {
  display: none;
}

/*
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.   ***************/

.section-footer,
div#top-bar,
.section-grad {
    background: var(--11, linear-gradient(90deg, #10155B 0%, #10155B 100%));
}
.header-bottom .header-nav.header-bottom-nav {
	justify-content: space-between;
}
.header-bottom .flex-col {
	width: 100%;
}

.header-button-1 a.button.primary.lowercase {
    background: transparent !important;
    font-weight: 500;
    border: unset;
	box-shadow: none;
	color: #0a0a0a;
	padding: 0;
}
.header-button-1 a.button.primary.lowercase:hover {
	color: #026859;
	font-size:13px;
}

div#top-bar a.button.primary.lowercase {
    background: transparent;
    font-weight: 500 !important;
    border: unset;
	box-shadow: none;
	color: #0a0a0a;
}

.header-newsletter-item a {
    font-size: 13px !important;
	font-weight: 400 !important;
}

.social-icons.follow-icons i {
    font-size: 16px;
}

.social-icons.follow-icons {
    display: flex;
    gap: 8px;
}


ul.header-nav.header-nav-main.nav {
    display: flex;
    gap: 26px;
}

.absolute-footer.dark {
    display: none;
}

.section-footer span.ux-menu-link__text {
    color: #fff;
    transition: all 0.3s ease;
}

.section-footer span.ux-menu-link__text:hover {
    color: #033b33;
}

.section-footer i {
    color: #fff;
    font-size: 18px !important;
}

.col-icon-contact-page i {
    color: #033b33;
    font-size: 18px !important;
}

.header-main a.nav-top-link {
    font-weight: 400;
    transition: all 0.3 ease;
}

.header-main a.nav-top-link:hover,
.header-main li.active>a.nav-top-link {
    font-weight: 700;
}

.slider-home-first .flickity-page-dots {
    left: 70%;
    text-align: unset;

}

.flickity-page-dots .dot.is-selected {
    border-color: #33A34F !important;
    border-radius: 20px !important;
    background: var(--03, #33A34F) !important;
    width: 50px !important;
}

.flickity-page-dots .dot {
    border-color: #fff;
    background: #fff;
    opacity: 1;
}

.section-award .flickity-page-dots .dot {
    border-color: #D9D9D9;
    background: #D9D9D9;
    opacity: 1;
}

.section-award .flickity-page-dots {
    bottom: -31px;
}

.blog-home-right h5.post-title.is-large {
    font-size: 18px;
}


.banner-first strong {
    line-height: 1.3;
    font-weight: 500;
}

.section-grad {
    border-radius: 0 0 140px 140px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}

.section-history-formation .overlay {
    background-color: unset;

}

.section-history-formation .box-overlay.dark .box-text {
    text-shadow: unset;
}

.box.has-hover.img-box-stage-1,
.img-box-stage-3 {
    position: relative;
    z-index: 99;
}


.section-extra-activities .box {
    position: relative;
}


.section-extra-activities .box:hover .box-image::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px solid #33A34F;
    z-index: 1;
    transition: border 0.3s ease;
}

.section-extra-activities .box-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.section-extra-activities .box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: opacity 0.3s ease;
    padding: 25px;
}

.section-extra-activities .box-text-inner {
    padding: 10px;
}

.section-extra-activities .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.section-extra-activities .gap-element {
    padding-top: 30px;
}

.section-extra-activities .gap-element:nth-child(2),
.section-extra-activities .gap-element:nth-child(3) {
    padding-top: 20px;
}

.section-extra-activities .icon-box .text {
    font-size: 1.5rem;
    line-height: 1.25;
    color: rgb(0, 0, 0);
}

.section-extra-activities .icon-box .text>* {
    color: rgb(0, 0, 0);
}

.section-extra-activities .box-text .text {
    text-align: left;
    color: rgb(255, 255, 255);
}

.section-extra-activities .box-text .text>* {
    color: rgb(255, 255, 255);
}

.section-extra-activities {
    padding-top: 30px;
    padding-bottom: 30px;
}


.blog-home-right .box.box-vertical.box-text-bottom {
    border-bottom: 1px solid rgba(98, 98, 98, 0.50);
    padding-bottom: 32px;
}


h5.post-title.is-large,
p.from_the_blog_excerpt {
    color: #000;
}

.blog-home-left h5.post-title.is-large {
    font-size: 25px;
    padding: 10px 0px;
}

.blog-hidden-avatar .box-image {
    displaY: none !important;
}

.section-admission .box-image {
    border-radius: 15px;
}


.section-admission .box-image {
    position: relative;
}



.blog-home-admission h5.post-title.is-large,
.blog-home-admission p.from_the_blog_excerpt {
    color: #fff;
}

.blog-home-admission .post-time-with-icon {
    display: none !important;
}

.col-history-left,
.col-history-right {
    margin-top: -647px;
}

.img-tree-history {
    position: relative;
}

.img-tree-history {
    position: relative;
    overflow: visible;
}

.img-tree-history .img-inner {
    position: relative;
    overflow: visible;
}

.img-tree-history .img-inner::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 707px;
    background: #33A34F;
    z-index: -1;
    left: 90px;
}

.img-tree-history .img-inner::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 707px;
    background: #33A34F;
    z-index: -1;
    right: 90px;
    top: 0px;
}

.img-tree-history .img-inner img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 99;
}



.col-history-1 {
    position: relative;
}

.col-history-1 .col-inner {
    padding: 40px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
}

.col-history-1::before {
    content: '';
    position: absolute;
    top: 66px;
    left: 403px;
    width: 75px;
    height: 87px;
    background-image: url('data:image/svg+xml;utf8,');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}



.col-history-2 {
    position: relative;
}

.col-history-2 .col-inner {
    padding: 40px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.col-history-2::before {
    content: '';
    position: absolute;
    top: 66px;
    left: -61px;
    width: 75px;
    height: 87px;
    background-image: url('data:image/svg+xml;utf8,');
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    z-index: 0;
}

.boss-big .box-badge .box-text {
    bottom: 0px;
    padding: 20px 20px;
    position: absolute;
    transition: background .3s;
    z-index: 1;
    left: 0px;
    border-radius: 10px;
    background: linear-gradient(to left, rgba(13, 70, 48, 0.00) 0%, #20AC76 63.94%);
}





.icon-box-study {
    position: relative;
}

.icon-box-study .icon-box-img {
    width: 150px;
    padding: 10px;
}

.icon-box-study .icon-box-img img {
    display: block;
    width: 100%;
    height: auto;
    border: 3px solid #33A34F;
    border-radius: 50%;
    padding: 5px;
}

.icon-box-study .col-inner {
    padding: 12px 0px 2px 10px;
    background-color: #026859;
}


.col-infras {
    position: relative;
}

.col-infras .col-inner {
    padding: 40px 20px 20px 20px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
}

.col-infras .icon-box-img {
    width: 60px;
    padding: 10px;
    position: relative;
}

.col-infras .icon-box-img::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 2px;
    width: 60px;
    height: 60px;
    border: 2px solid #000;
    border-radius: 50%;
    z-index: 1;
}

.col-infras .icon-box-img img {
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}


.col-infras .col-inner {

    transition: all 0.3s ease;
}


.col-infras:hover .col-inner {
    background-color: #026859 !important;
}

.col-infras:hover .col-inner *,
.col-infras:hover .icon::before {
    color: #ffffff !important;
    fill: #ffffff !important;
    filter: brightness(0) invert(1);
    cursor: pointer;
}

.col-infras:hover .icon img {
    filter: brightness(0) invert(1);
}


.boss-lead {
    position: relative;
}

.boss-lead::before {
    content: '';
    position: absolute;
    bottom: 64px;
    left: 17px;
    width: 340px;
    height: 290px;
    background-image: url('/wp-content/themes/flatsome-child/assets/img/Rectangle%205%20(1).png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 0;
    pointer-events: none;
}

.boss-lead .col-inner {
    position: relative;
    z-index: 2;
}

.boss-lead .box-image {
    position: relative;
    overflow: visible;
}

.boss-lead .box-text {
    position: relative;
    z-index: 2;
}


.boss-member {
    position: relative;
}

.boss-member::before {
    content: '';
    position: absolute;
    bottom: 32px;
    left: -20px;
    width: 258px;
    height: 350px;
    background-image: url('/wp-content/themes/flatsome-child/assets/img/Ellipse%206.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 0;
    pointer-events: none;
}

.boss-member .col-inner {
    position: relative;
    z-index: 2;
}

.boss-member .box-image {
    position: relative;
    overflow: visible;
}

.boss-member .box-text {
    position: relative;
    z-index: 2;
}


.header-search-form input#s {
    border-radius: 40px;
    border: 1px solid var(--01, #06281C);
    PADDING: 20px 10px;
    width: 240px;
}


.searchform-wrapper:not(.form-flat) .submit-button,
.widget_search .submit-button {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
    margin-left: -37px !important;
}

button.ux-search-submit.submit-button.secondary.button.icon {
    border-radius: 20px;
}



/* .banner-first .banner-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 42%, rgba(255, 255, 255, 0) 62%);
} */



.col-history-1>.col-inner,
.col-history-2>.col-inner {
    border: 4px solid transparent;
    transition: border-color 0.3s ease;
}

.col-history-1>.col-inner:hover,
.col-history-2>.col-inner:hover {
    border-color: var(--03, #33A34F);
    cursor: pointer;
}


.banner-first .button.secondary {
    border-radius: 10px;
    padding: 0px 30px;
}

span.text-ok {
    font-weight: 400;
    font-size: 17px;
}

.col-form-contact p {
    color: #000;
    font-size: 16px;
}

.col-form-contact label {
    color: #000;
    font-weight: 200;
}


.col-form-contact input.wpcf7-form-control.wpcf7-text,
.col-form-contact textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 8px;
    border: 1px solid var(--03, #33A34F);
}


.col-form-contact input.wpcf7-form-control.wpcf7-submit.has-spinner {
    text-transform: none;
    border-radius: 8px;
    background: #026859;
}

em.required-note {
    font-size: 14px;
    margin-bottom: 12px !important;
    display: block;
}



.banner-activities .banner-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(32, 172, 118, 0.00) 0%, rgba(13, 70, 48, 0.70) 100%);
    z-index: 1;
    pointer-events: none;
}


.blog-activities .box-image,
.section-news .box-image {
    border-radius: 10px;
}

.blog-activities .col.post-item {
    transition: all 0.3s ease;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 20px;
}

.blog-activities .col.post-item:hover {
    border-radius: 20px;
    background: var(--04, #D5F6E1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);

}


.blog-divide-news .col.post-item {
    position: relative;
}

.blog-divide-news .col.post-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 90%;
    background: #ccc;
    border: 1px solid #ccc;
}

.blog-events .box.box-vertical {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;

    border: 1px solid #ccc;
    padding: 20px;
}


.blog-events .box-image {
    border-left: 1px solid #ccc;
    padding: 0px 45px 0px;
    border-radius: 0px;
}


.blog-events h5.post-title.is-large {
    font-size: 16px;
}


.banner-admin-procedures::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(13, 70, 48, 0.70) 0%, rgba(13, 70, 48, 0.70) 100%);
    z-index: 1;
}

.banner-admin-procedures .banner-layers {
    position: relative;
    z-index: 2;
}

.banner-admin-procedures .banner-bg img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.blog-admin-procedure .box.box-vertical.box-text-bottom.box-blog-post {
    border-bottom: 1px solid #0092C7;
    padding-bottom: 34px;
}

.button.secondary span {
    font-weight: 200;
}

.blog-home-right a.plain,
.blog-hidden-avatar a.plain {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-statement {
    position: relative;
}

.col-statement .col-inner {
    padding: 60px 20px 40px 20px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.col-statement::before,
.col-statement::after {
    content: '';
    position: absolute;
    width: 143px;
    height: 150px;
    background: #FFF;
    border: 5px solid #026859;
    z-index: 1;
    transition: all 0.3s ease;
}

.col-statement::before {
    bottom: 24px;
    left: 9px;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 20px;
}

.col-statement::after {
    top: -5px;
    right: 10px;
    border-top: none;
    border-right: none;
    border-radius: 0px 20px 0px;
    transform: rotate(180deg);
}

.col-statement:hover .col-inner {
    background-color: #026859 !important;
    cursor: pointer;
}

.col-statement:hover::before,
.col-statement:hover::after {
    display: none;
}

.col-statement:hover .col-inner * {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.col-statement:hover .icon img {
    filter: brightness(0) invert(1);
}


.text-pupil {
    margin: 12px 0px 0px !important;
    display: flex;
    align-items: center;
}

.text-class p {
    margin-bottom: 0px;
}

.text-award p {
    margin-bottom: 10px;
}

/* Filter posts */
.phc-product-filter {
    text-align: left;
}
.col.col-posts-filter {
    padding-bottom: 0;
}
.phc-filter-form {
    display: flex;
    justify-content: center;
}
.filter-field {
    background: #F1F3F5;
    padding: 10px;
    border-radius: 90px;
    overflow: hidden;
}
.filter-field .field-input {
    display: inline-block;
    position: relative;
    margin: 0;
    white-space: nowrap;
}
.filter-field .field-input:last-child {
    margin: 0;
}
.filter-field .field-input input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    margin: 0;
}
.filter-field .field-input label {
    display: block;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 90px;
    transition: 0.5s;
    margin: 0;
}
.filter-field .field-input:hover label,
.filter-field .field-input input.checked + .label-for-check {
    color: #ffffff;
    background: var(--fs-color-primary);
}
.loading {
    opacity: 0.5;
}
.phc-project-filter .post-item .box-text {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.51);
    color: #ffffff;
}
.phc-project-filter .post-item .from_the_blog_excerpt,
.phc-project-filter .post-item .post-title a {
    color: #ffffff;
}
.phc-project-filter .post-item .post-title a:hover {
    color: var(--fs-color-secondary);
}
.phc-loadmore {
    text-align: center;
}
.phc-loadmore a.button {
    border-radius:10px;
    padding:0 40px 0 40px;
}
.post-item .box-text .post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 850px) {
    .phc-project-filter .row {
        display: block;
        position: relative;
    }
    .phc-project-filter .row .col {
        float: left;
        width: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .phc-project-filter .row .col:nth-child(1),
    .phc-project-filter .row .col:nth-child(6) {
        width: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .phc-project-filter .row .col:nth-child(5) {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .phc-project-filter .post-item .box-text {
        min-height: 138px;
    }
    .phc-project-filter .post-item .box-image .image-cover {
        padding-top: 0 !important;
        height: 260px;
    }
    .phc-project-filter .post-item:nth-child(1) .box-image .image-cover,
    .phc-project-filter .post-item:nth-child(6) .box-image .image-cover {
        height: 550px;
    }
}
.phc-achievements .post-item .box-text .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (min-width: 550px) {
    .phc-achievements .col.post-item:nth-child(1) {
        flex-basis: 100%;
        max-width: 100%;
    }
    .phc-achievements .col.post-item:nth-child(1) .box {
        display: flex;
        align-items: center;
    }
    .phc-achievements .col.post-item:nth-child(1) .box .box-image {
        width: 50%;
    }
    .phc-achievements .col.post-item:nth-child(1) .box .image-cover {
        padding-top: 45% !important;
    }
    .phc-achievements .col.post-item:nth-child(1) .box .box-text {
        flex: 1;
        padding: 0 0 0 20px;
    }
    .phc-achievements .post-item:nth-child(1) .box-text .from_the_blog_excerpt {
        -webkit-line-clamp: 5;
    }
}
.phc-academic-achievement {
    overflow: hidden;
    position: relative;
}

.show-more-btn {
    display: block;
    width: 150px;
    padding: 0 20px;
    margin: 29px auto;
    background: var(--fs-color-success);
    border-radius: 9px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    text-transform: none;
}

@media (min-width: 1200px) and (max-width: 1360px) {
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 93% !important;
    }
}

.rd-15 img {
    border-radius: 15px;
}
.rd-20 img {
    border-radius: 20px;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    ul.nav.nav-center.nav-small.mobile-nav {
        display: flex;
        justify-content: flex-start;
    }

    .social-icons.follow-icons {
        display: flex;
        gap: 5px;
    }


    i.icon-menu,
    i.icon-envelop,
    .icon-phone {
        color: #026859 !important;
        opacity: 1 !important;
    }

    .nav>li>a>i.icon-menu {
        font-size: 35px;
    }

    .sidebar-menu.no-scrollbar {
        background: #fff;
    }

    .header-main {
        height: 100px !important;
    }


    .header-inner {
        padding-left: 0 !important;
        margin-left: 0 !important;
        justify-content: flex-start !important;
    }

    div#logo {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        margin: 0px;
        padding: 10px !important;
    }

    #logo img {
        max-height: 110px !important;
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
    }

    .nav-sidebar.nav-vertical a {
        text-transform: unset;
        font-size: 16px;
        color: #000;
        font-weight: 100;
        display: flex;
        justify-content: flex-end;
        padding-right: 20px;
    }

    .nav-sidebar.nav-vertical li.active>a,
    .nav-sidebar.nav-vertical a:hover {
        color: #033b33 !important;
        font-weight: 700;
    }

    .header-button .button {
        box-shadow: unset !important;
    }


    span.header-newsletter-title {
        color: #000;
        font-size: 13px !important;
    }

    .header-newsletter-item {
        display: flex;
        align-items: center;
        margin: 0 !important;
        padding: 0 10px !important;
    }

    .banner-first strong {
        font-size: 32px;
    }

    .header-newsletter-item a {
        display: flex;
        align-items: center;
        text-decoration: none;
        flex-wrap: nowrap !important;
    }

    .header-newsletter-item .icon-envelop {
        margin-right: 8px;
        font-size: 1.2em;
        line-height: 1;
        vertical-align: middle;
    }

    .header-newsletter-item .header-newsletter-title {
        font-size: 11px;
        color: #000;
        line-height: 1.5;
        vertical-align: middle;
        display: inline-flex;
        align-items: center;
    }

    .header-nav.nav-right {
        display: flex;
        align-items: center;
    }

    .header-button .button span {
        display: inline-block;
        line-height: 1.6;
        font-size: 13px;
    }

    .sidebar-menu li.html.header-social-icons {
        padding: 0 20px !important;
    }

    .nav-sidebar.nav-vertical>li.menu-item.active,
    .nav-sidebar.nav-vertical>li.menu-item:hover {
        background-color: unset;
    }

    .searchform-wrapper:not(.form-flat) .submit-button,
    .widget_search .submit-button {
        margin-left: -44px !important;
    }

    .header-search-form input#s {
        border-radius: 40px;
        border: 1px solid var(--01, #06281C);
        PADDING: 22px 10px;
        width: 258px;
    }

    .nav-vertical>li+li {
        border-top: unset !important;
    }

    .header-button a.button.primary.is-large.lowercase {
        background: unset !important;
        border: unset;
        display: flex;
        justify-content: flex-start;
        padding: 0px 10px;
    }

    .social-icons.follow-icons a {
        font-size: 16px;
        padding-right: 0px !important;
    }


    .banner-first .banner-bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 42%, rgba(255, 255, 255, 0) 80%);
    }


    .row-under-achivement-school {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding-bottom: 15px;
        -webkit-overflow-scrolling: touch;
    }

    .row-under-achivement-school .col {
        flex: 0 0 auto;
        min-width: 250px;
        margin-right: 20px;
    }

    .row-under-achivement-school .col:last-child {
        margin-right: 0;
    }

    .row-under-achivement-school::-webkit-scrollbar {
        display: none;
    }

    .row-under-achivement-school {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }



    .row-img-count-up .col {
        padding: 0 10px;
    }

    .row-extra-activities .col {
        padding: 0 8px;
    }

    .section-grad {
        border-radius: 0 0 60px 60px;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    }

    .section-history-formation img {
        height: 200px;
    }

    .section-extra-activities .box:hover .box-image::before {
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border: 2px solid #33A34F;
        z-index: 1;
        transition: border 0.3s ease;
    }

    .section-extra-activities .box-text-inner {
        padding: 0px;
    }

    .blog-hidden-avatar .col.post-item {
        border-bottom: 1px solid #ccc;
        padding-bottom: 28px;
        padding-top: 28px;
    }


    .col-history-left,
    .col-history-right {
        margin-top: 0px;
    }

    .col-history-1::before,
    .col-history-2::before {
        display: none;
    }



    .boss-member::before {
        content: '';
        position: absolute;
        bottom: 32px;
        left: 5px;
        width: 180px;
        height: 167px;
        background-image: url('/wp-content/themes/flatsome-child/assets/img/Ellipse%206.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left bottom;
        z-index: 0;
        pointer-events: none;
    }


    .boss-big .box-badge .box-text {
        bottom: 0px;
        padding: 10px;

    }

    .blog-activities h5.post-title.is-large {
        font-size: 22px;
    }


    .section-news h5.post-title.is-large,
    .blog-admin-procedure h5.post-title.is-large {
        font-size: 18px;
    }

    .blog-events .box.box-vertical {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        border: 1px solid #ccc;
        padding: 20px;
    }

    .blog-events .box-image {
        border-left: unset;
        padding: unset;
        border-radius: 0px;
    }

    .slider-home-first .flickity-page-dots {
        left: unset;
        text-align: unset;
    }
}

.service_head {
    width: 100%;
    float: left;
    height: unset;
    line-height: unset;
}
.service_head .wrap {
    height: 123px;
    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;
    vertical-align: middle;
}
.service_head .wrap .img {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    line-height: 50px;
    text-align: center;
}
.service_head .wrap .content {
    margin-left: 15px;
    display: block;
    float: left;
    width: calc(100% - 50px - 15px);
    -moz-width: calc(100% - 50px - 15px);
    -webkit-width: calc(100% - 50px - 15px);
    -o-width: calc(100% - 50px - 15px);
    -os-width: calc(100% - 50px - 15px);
}
.service_head .wrap .content p {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #282828;
    line-height: 24px;
    height: unset;
    margin-bottom: 0px;
}
.service_head .wrap .content span, .service_head .wrap .content a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #282828;
    line-height: 24px;
    height: unset;
}

.service_head .row .col-md-4 {
  padding: 0 20px !important;
}