html {
  scroll-behavior: smooth;
}
.navbar-top {
	z-index: 51;
}
.footer p:hover {
    color: #717171;
}
.footer a:hover{
  --tw-text-opacity: 1;
  color: rgba(250, 171, 25, var(--tw-text-opacity));
}
.ds-tuyen-dung .my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}
.z-30 {
    z-index: 30;
}
.z-40 {
    z-index: 40;
}
.navbar {
    z-index: 20;
}
.popup p {
    font-style: inherit;
}
.tdct-content ul li:before {
    content: "•";
    margin-right: 0.5rem;
}
.bg-site {
  background: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
}
.news-detail .content blockquote{
    font-family: Saira, serif;
    --tw-border-opacity: 1;
    border-color: rgba(211, 241, 248, var(--tw-border-opacity));
    border-style: solid;
    border-left-width: 4px;
    display: block;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
}
.news-detail .content blockquote p{
    font-family: Saira, serif;
    max-width: unset;
    display: block;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgba(61, 138, 188, var(--tw-text-opacity));
}
.popup-content {
  overflow-y: auto;
  max-height: 100%;
}
/* width */
.popup-content::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.popup-content::-webkit-scrollbar-track {
  background: #e6e6e7; 
}
 
/* Handle */
.popup-content::-webkit-scrollbar-thumb {
  background: #a1a1aa; 
}

/* Handle on hover */
.popup-content::-webkit-scrollbar-thumb:hover {
  background: #cfcfd1; 
}
.about-story__top p:not(:last-child) {
    margin-right: 0;
}
.splide__arrows button:hover {
	background: rgba(250, 171, 25, var(--tw-bg-opacity));
}
.history .splide__list::before,
.history .item::before,
.history .item::after{
	top: 80px;
}
.history .item h4 {
	padding-left: 0;
    padding-bottom: 100px;
}
.history .item h4 span{
	position: absolute;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-family: Saira, serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #015480;
    color: white;	
}
.single .content p span {
    font-style: initial;
}
.thumbnail {
	margin-bottom: 30px;
}
.thumbnail img {
	margin: auto;
}
.close-search {
  cursor: pointer;
  padding-right: 5px;
  background-color: #015480;
  padding-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 49px;
  width: 48px;
  border-radius: 5px 0 0 5px; }
  @media screen and (max-width: 567px) {
    .close-search {
      height: 36px;
      width: 38px; } }
  .close-search path {
    fill: #333 !important; }
  .close-search svg {
    width: 20px;
    height: 20px;
    margin: 0; }

.search-form {
  position: absolute;
  right: -2px;
  top: -2px;
  min-width: 950px;
  align-items: center;
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 567px) {
    .search-form {
      right: -5px;
      top: -5px; } }
  .search-form.active {
    opacity: 1;
    visibility: visible;
    z-index: 100; }
  @media screen and (max-width: 991px) {
    .search-form {
      min-width: 700px; } }
  @media screen and (max-width: 768px) {
    .search-form {
      min-width: 550px; } }
  @media screen and (max-width: 567px) {
    .search-form {
      max-width: 250px;
      min-width: 250px; } }
  .search-form input {
    padding: 16px 15px;
    font-size: 12px;
    line-height: 15px;
    width: 100%;
    border-radius: 0 5px 5px 0;
    outline: none;
    border: 1px solid #015480;
    border-left: none; }
    @media screen and (max-width: 567px) {
      .search-form input {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .search-form input::placeholder {
      font-size: 12px;
      line-height: 15px;
      font-weight: 300; }
  .search-form .btn-search-form {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: transparent;
    border: none; }
    .search-form .btn-search-form path {
      fill: #828282 !important; }
.search-form .btn-search-form {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: transparent;
    border: none;
}
.btn-search-form svg {
    margin-top: 3px;
    margin-right: 9px;
}
.close-search path {
    fill: white !important;
}
.general li {
    display: block;
}
.line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
	text-align: justify;
}
.form-hs input, .img-text, .cv-text{
  outline: none;
  font-size: 18px;
  font-family: Inter, serif;
  color: #a1a1aa;
	font-style: initial;
}
.form-hs input[type="submit"]{
  color: white;
}
.outline-none {
  outline: none;
}
@media (min-width: 768px){
  .news-detail .content blockquote,
  .news-detail .content blockquote p{
    font-size: 25px;
    line-height: 1.3;
  }
	.title-page-link {
		font-size: 16px;
		line-height: 1.5;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 8px;
		align-items: center;
		font-family: Saira, serif;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		background: #015480;
	}
	.title-page-link a{
		color: white;
		padding: 0 15px;
		border-right: 1px solid;
	}
	.title-page-link a:hover{
		color: #f9aa18;
	}
	.title-page-link P {
		display: inline;
	}
	.title-page-link P:last-child a{
		border-right: unset;
	}
}

@media (min-width: 1024px){
  .news-detail .content blockquote,
  .news-detail .content blockquote p{
    font-size: 32px;
    line-height: 41px;
  }
  .popup-content {
    min-width: 630px;
  }
  .sub-menu{
    top: 85px;
  }
	.mini-item .image {
		width: 45%;
		padding-top: 45%;
		float: left;
		margin-right: 15px;
	}
	.main-menu > .menu-item-has-children > a:before,
	.main-menu > .menu-item-has-children:hover > a:before {
		width: calc(100% + 40px) !important;
	}
}
@media (max-width: 1024px){
  .popup-content {
    min-width: 90%;
  }
}
@media all and (min-width: 800px) {
    .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 0;
        left: 0;
        right : 0;
        height: 95px;
        padding: 10px 10px 5px 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3);
    }

    .fancybox-thumbs__list {
        margin: 0 auto;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px;
    }

    .fancybox-thumbs__list a:before {
        border: 4px solid #FAAB19;
    }
}

.main-menu > .menu-item > a {
  position: relative;
}

.main-menu > .menu-item:hover > a:before {
  content: '';
  position: absolute;
  width: calc(100% + 20px);
  left: -10px; top: 50%;
  height: 34px;
  background-color: rgba(59, 130, 246, 0.1);
  transform: translate(0, -50%);
  border-radius: 5px;
}

.main-menu > .menu-item.current-menu-ancestor > a:before,
.main-menu > .menu-item.current-menu-parent > a:before,
.main-menu > .menu-item.current-menu-item > a:before {
  content: '';
  position: absolute;
  width: calc(100% + 20px);
  left: -10px; top: 50%;
  height: 34px;
  background-color: rgba(59, 130, 246, 0.1);
  transform: translate(0, -50%);
  border-radius: 5px;
}

.general .btn.btn-secondary {
  padding: 10px 24px;
  font-size: 16px;
}
.project h5 {
  line-height: 1.6;
}
.project-info p span {
  color: inherit;
}
/*FIX 19/02/2021*/
.main-menu > .menu-item.current-menu-item > a:before,
.main-menu > .menu-item:hover > a:before {
  background-color: rgba(250, 171, 25, 1);
  z-index: -1;
}
#project_overviw_main .sidebar li.text-blue:hover {
	color: white;
	background: #FAAB19;
	transition: 0.5s all;
}
.banner-video {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.home_banner .content {
	z-index: 9;
}
.project-detail p span {
    font-style: initial;
}
.news-detail .content ul {
	list-style-type: initial;
}
.news-detail .wp-caption {
	width: 100% !important;
}
.news-detail .wp-caption img{
	margin-bottom: 15px !important;
}
.news-detail .wp-caption-text {
	text-align: center;
	font-style: italic;
	font-size: 15px;
}
.contact-info .info a {
	transition: 0.5s all;
}
.contact-info .info a:hover {
	color: #faab19;
	transition: 0.5s all;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter img {
	margin: auto;
}
@media screen and (min-width: 567px){
	.project-detail .gallery img {
		object-fit: cover;
	}
}
@media screen and (min-width: 991px){
	.news-detail .content h2 {
		font-size: 34px;
		font-weight: 600;
	}
	.news-detail .content h3 {
		font-size: 28px;
		font-weight: 500;
	}
}
@media (min-width: 1024px){
	.news-detail .content img {
		margin-top: 0;
		margin-bottom: 0;
	}
	.news-detail .content figure {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

body.preloading {
  overflow: hidden;
}

#preload img {
  width: 200px;
  height: auto;
  display: block;
  transform: translate(-50%,-50%);
}