/*
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.   ***************/
.container,
.container-width,
.full-width .ubermenu-nav,
.row {
  /*max-width: 1170px;*/
}
.topHead {
  margin-top: 7px;
}
.topHead ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
.topHead ul li {
  color: #565656;
  list-style: none;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0;
}
.topHead ul li span {
  background-image: linear-gradient(
    to right,
    #f0c227,
    #e9b721,
    #e3ac1c,
    #dba116,
    #d49611
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: block;
  font-size: 17px;
}
.topHead ul li:nth-child(1) {
  background: url(images/hd1.png) left center no-repeat;
  padding-left: 60px;
}
.topHead ul li:nth-child(2) {
  background: url(images/hd2.png) left center no-repeat;
  padding-left: 60px;
}
.header-search {
}
.header-search .header-button i {
  background: url(images/hd3.png) no-repeat;
  padding-left: 30px;
  height: 40px;
  width: 40px;
  box-shadow: none;
}
.header-button .icon-search:before {
  display: none;
}
.header-button a {
  background: transparent;
  box-shadow: none !important;
  border: none;
}
#masthead .header-inner #logo {
  width: 111px;
  transform: translate(0px, -58px);
}
#masthead .header-inner #logo img {
  max-height: 111px;
}
.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-nav-main.nav > li > a.active,
.header:not(.transparent) .header-nav-main.nav > li > a.current {
  background-image: linear-gradient(
    to right,
    #f0c227,
    #e9b721,
    #e3ac1c,
    #dba116,
    #d49611
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ftFooter {
}
.ftLogo {
}
.ftLogo .img-inner {
}
.ftLogo .img-inner img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.ftInfo {
}
.ftInfo h4 {
  font-size: 1.2em;
}
.ftInfo ul {
  margin: 0;
}
.ftInfo ul li {
  list-style: none;
  margin: 0 0 0.6em;
  color: white;
  padding-left: 26px;
}
.ftInfo ul li:nth-child(1) {
  background: url(images/ft1.png) 0px 1px no-repeat;
}
.ftInfo ul li:nth-child(2) {
  background: url(images/ft2.png) 0px 2px no-repeat;
}
.ftInfo ul li:nth-child(3) {
  background: url(images/ft3.png) 0px 6px no-repeat;
}
.ftList {
}
.ftList h4 {
}
.ftList ul {
}
.ftList ul li {
}
.ftList ul li a {
}
.ftList ul li a::before {
  content: "";
}
.ftList ul li a:hover {
}
.ftList ul li a:hover::before {
}

.ftSocial {
}

.ftSocial ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.ftSocial ul::before {
  content: "";
  background: white;
  width: 100%;
  height: 1px;
  display: none;
}

.ftSocial ul::after {
  content: "";
  background: white;
  width: 100%;
  height: 1px;
  display: none;
}

.ftSocial ul li {
  margin: 0;
  list-style: none;
}

.ftSocial ul li a {
  width: 36px;
  height: 36px;
  position: relative;
  display: block;
  background: white;
  border-radius: 50%;
}

.ftSocial ul li:nth-child(1) a {
  background: url(images/so1.png) center center no-repeat;
  background-size: 36px;
}

.ftSocial ul li:nth-child(2) a {
  background: url(images/so2.png) center center no-repeat;
  background-size: 36px;
}

.ftSocial ul li:nth-child(3) a {
  background: url(images/so3.png) center center no-repeat;
  background-size: 36px;
}

.ftSocial ul li:hover a {
}

.xBanner {
}
.xBanner h3 {
  background-image: linear-gradient(
    to right,
    #f0c227,
    #e9b721,
    #e3ac1c,
    #dba116,
    #d49611
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-form-wrap .col-inner {
  /* border-top: 1px solid #e0e0e0; */
  background-color: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.075);
  padding: 30px 30px 1px;
  /* border-radius: 30px; */
  margin-bottom: 15px;
}

.imgContactPage img {
  width: auto;
  margin: 0 auto;
  display: block;
}

.contact-form-wrap .form-header {
  text-transform: uppercase;
  color: #808000;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-form label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.contact-form .wpcf7-form-control {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: none;
}
.contact-form .btn-submit {
  width: 100%;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 40px;
  margin: 0;
  line-height: 40px;
  background-image: linear-gradient(
    to right,
    #f0c227,
    #e9b721,
    #e3ac1c,
    #dba116,
    #d49611
  );
  border: none;
}
.ctHeading {
}
.ctHeading h3 {
  background-image: linear-gradient(
    to right,
    #f0c227,
    #e9b721,
    #e3ac1c,
    #dba116,
    #d49611
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ctInfo {
}

.pageBreamBox {
}
.breamBox {
  background: #f5f5f5;
  padding: 10px 0;
}
.breamBox span {
}
.breamBox span > span {
  font-size: 13px;
  color: #252a2b;
}
.breamBox span > span > a {
  color: #252a2b;
}

.pPageItem {
  overflow: hidden;
  display: block;
  padding: 0;
  /* background: white; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  overflow: hidden;
  /* background-image: linear-gradient(to right, #f0c227, #e9b721, #e3ac1c, #dba116, #d49611); */
  /* padding-bottom: 1px; */
}

.pPageItemThumb {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0.5em;
  height: auto;
  width: 100%;
}

.pPageItemThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.pPageItemContent {
  background: white;
  padding: 15px 10px;
}

.pPageItemTitle {
  margin-bottom: 10px;
}

.pPageItemTitle a {
  font-weight: bold;
  color: black;
  font-size: 0.9em;
  /* text-transform: uppercase; */
  letter-spacing: 0.5px;
  word-spacing: 2px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 51px;
  overflow: hidden;
}

.pPageItemDate {
  color: #0066b5;
}

.pPageItemDescription {
  font-size: 0.95em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
  color: black;
  height: 73px;
}

.pPageItemRead {
  margin-top: 15px;
}

.pPageItemRead a {
  height: 35px;
  background: #0066b5;
  border: 1px solid #cbd5e1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  font-size: 0.775rem;
  text-transform: uppercase;
  line-height: 130%;
  color: white;
  max-width: 110px;
}

.boxPostGrid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 25px;
}

.postPage {
  padding: 30px 0;
}
.boxPostGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

.widget {
  border-radius: 5px;
  overflow: hidden;
}

.widget .widget-title {
     background-image: linear-gradient(to right, #f0c227, #e9b721, #e3ac1c, #dba116, #d49611);
  color: white;
  display: block;
  padding: 15px 30px;
}

.widget .widget-title span {
}

.widget .is-divider {
  display: none;
}

.widget ul {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
}

.widget ul li {
  border: none !important;
}

.widget ul li a {
  border-bottom: 1px dashed #cecaca !important;
  display: block;
  line-height: 18px;
  padding: 10px 24px 10px 5px;
  position: relative;
  margin-bottom: 0;
  color: black;
}

.widget ul li:last-child a {
  border: none;
}

.pPageItemReadMore {
}

.pPageItemReadMore a {
  background: linear-gradient(110.15deg, #247eda 5.6%, #81e2a6 95.6%);
  color: white;
  display: block;
  padding: 6px 18px;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}

.pPageItem:hover .pPageItemTitle a {
  background-image: linear-gradient(
    to right,
    #f0c227,
    #e9b721,
    #e3ac1c,
    #dba116,
    #d49611
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.boxPostGridRelate {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}

.signPostBoxContent ul,
.signPostBoxContent ol {
  padding-left: 17px;
}

.signPostBoxEx {
  /* border: 1px solid #f2f2f2; */
  /* padding: 30px; */
  background: #fff;
  margin-bottom: 30px;
  border-radius: 8px;
  /* box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%); */
  /* -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%); */
  color: black;
}

.signDate {
  display: none;
}

.signPostBoxEx p {
  margin-top: 10px;
}

.signPostBoxTitle h1 {
  margin: 0 0 25px 0;
  line-height: 1.4;
  text-align: center;
  font-size: 1.5em;
  background: linear-gradient(110.15deg, #247eda 5.6%, #81e2a6 95.6%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.pagePostDetails {
  padding: 30px 0;
}

.relate-post {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-size: 1.5em;
  color: #00539c;
  text-transform: uppercase;
}

.postTwoThumb {
  width: 202px;
  flex-shrink: 0;
  border-radius: 0.25rem;
  overflow: hidden;
}

.postTwo {
  background-color: white;
  padding: 0.75rem;
  border-radius: 0.5rem;
  margin-bottom: 33px;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.postTwoThumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  transition-duration: 0.3s;
}

.postRelate {
  flex-wrap: wrap;
  background: white;
  box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  margin-bottom: 0px !important;
}

.postRelate .postTwoThumb {
  width: 100%;
  height: 160px;
}

.postTwoTitle a {
  font-size: 1em;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: bold;
  height: 49px;
  margin-bottom: 5px;
}

.postTwoDescription {
  font-size: 0.9em;
  color: black;
  /* line-height: normal; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 48px;
}

.postAsideList {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.postAsideHomeItem {
  display: flex;
  gap: 10px;
  align-items: center;
}

.postAsideHomeItemThumb {
  height: 60px;
  min-width: 60px;
  max-width: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.postAsideHomeItemThumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.postAsideHomeItemContent {
}

.postAsideHomeItemTitle {
}

.postAsideHomeItemTitle a {
  color: black;
  font-size: 0.95em;
  font-style: normal;
  /* line-height: normal; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.postAsideHomeItemDesc {
  display: none;
}

.postAsideHomeItem:hover .postAsideHomeItemTitle a {
  color: #00539c;
}

.widget ul li:last-child a {
  border: none !important;
}

.signRelateGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
.pPageItemCover {
  padding-top: 56.65%;
  position: relative;
  width: 100%;
}
.signPostBoxContent p {
  font-size: 0.95em;
  text-align: justify;
}
.rRowAbout {
}
.rRowAbout h3 {
  font-size: 1.6em;
  background-image: linear-gradient(
    to right,
    #f0c227,
    #e9b721,
    #e3ac1c,
    #dba116,
    #d49611
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ykien {
}
.ykien .box-image {
}
.ykien .box-image img {
  max-width: 150px;
  margin: 0 auto;
  display: block;
}
.ykien h4 {
  background-image: linear-gradient(
    to right,
    #f0c227,
    #e9b721,
    #e3ac1c,
    #dba116,
    #d49611
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.proPageList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.pPageItem {
}
.pPageItemThumb {
}
.pPageCover {
  position: relative;
  width: 100%;
  padding-top: 65%;
}
.pPageCover img {
  transition: all 500ms;
}
.pPagePriceGroup {
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 30px;
}
.pagePro {
  padding: 40px 0;
}

.pPagePriceGroup .new {
  font-weight: bold;
  color: #c20e0e;
  font-size: 1.1em;
}

.pPagePriceGroup .new .num {
}
.pPagePriceGroup .new .unit {
  display: inline-block;
  margin-left: 2px;
}

.pPagePriceGroup .old {
  font-weight: bold;
  color: #989898;
  font-size: 1em;
}

.pPagePriceGroup .old .num {
}
.pPagePriceGroup .old .unit {
  display: inline-block;
  margin-left: 2px;
}
.pPagePriceGroup {
}
.pPagePriceGroup .contact {
  font-weight: bold;
  color: red;
  font-size: 0.95em;
}
.proRelateList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

.home-project-slider .owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-indent: -9999px;
  margin: 0;
}

.home-project-slider .owl-prev:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: linear-gradient(
    to right,
    #f0c227,
    #e9b721,
    #e3ac1c,
    #dba116,
    #d49611
  );
  transition: 0.4s all;
  transform: rotate(0);
}

.home-project-slider .owl-prev:after {
  content: "";
  position: absolute;
  background: url(images/arrow-left.svg) center no-repeat;
  background-size: 15px;
  width: 25px;
  height: 12px;
}

.home-project-slider .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-indent: -9999px;
  margin: 0;
}

.home-project-slider .owl-next:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: linear-gradient(
    to right,
    #f0c227,
    #e9b721,
    #e3ac1c,
    #dba116,
    #d49611
  );
  transition: 0.4s all;
  transform: rotate(0);
}

.home-project-slider .owl-next:after {
  content: "";
  position: absolute;
  background: url(images/arrow-right.svg) center no-repeat;
  background-size: 15px;
  width: 25px;
  height: 12px;
}

.home-project-slider .owl-prev:hover:before,
.home-project-slider .owl-next:hover:before {
  transition: 0.4s all;
  transform: rotate(45deg);
}

.home-project-slider-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-project-slider-info p {
  margin-bottom: 0;
  color: #fff;
  padding: 0 25px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 22px;
  max-width: 75%;
}

.owl-item:hover .home-project-slider-info {
  background: #000;
  transition: 0.4s all;
}

.owl-item:hover .home-project-slider-info .btn-1 {
  background: #231f20;
  transition: 0.4s all;
}
.coverImage {
  padding-top: 56.65%;
  position: relative;
  width: 100%;
}
.coverImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.signProPage {
  padding: 30px 0;
}

.pPageItem {
}
.pPageItem .status {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 99;
  color: white;
  border-radius: 5px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  font-size: 0.8em;
}
.pPageItem .status-open {
  background: #219653;
}
.pPageItem .status-pause {
  background: #ececec;
  color: #4f4f4f;
}
.pPageItem .status-sold {
  background: #eb5757;
}
.proPageContent .col-inner {
}
.proPageContent .col-inner p {
  letter-spacing: 0.5px;
  word-spacing: 2px;
  font-size: 0.9em;
}
.formcontact {
  padding: 2px 11px;
  border-radius: 40px;
  background-image: linear-gradient(
    to right,
    #f0c227,
    #e9b721,
    #e3ac1c,
    #dba116,
    #d49611
  );
}

.formcontact p {
  font-size: 16px;
  color: #343e44;
  font-weight: 700;
  margin-bottom: 10px;
  display: none;
}
.formcontact .fones {
  position: relative;
  font-size: 1em;
  font-weight: 700;
  color: white;
  padding-left: 57px;
  background: url(images/hd1.png) left center no-repeat;
  height: 60px;
  display: flex;
  align-items: center;
}

.signGroupText {
  display: flex;
  justify-content: space-between;
}
.signBoxeText1 {
  max-width: 167px;
  margin-bottom: 15px;
}

.accordion {
  width: 100%;
  /* border: 1px solid #ddd; */
  border-radius: 6px;
  overflow: hidden;
  /* font-family: sans-serif; */
}

.accordion-item {
  border-bottom: none;
  background: transparent;
  padding: 5px 0;
  border-radius: 5px;
}
.accordion-item.active {
  background-image: linear-gradient(
    to right,
    #f0c227,
    #e9b721,
    #e3ac1c,
    #dba116,
    #d49611
  );
}
.accordion-header {
  background-image: linear-gradient(
    to right,
    #f0c227,
    #e9b721,
    #e3ac1c,
    #dba116,
    #d49611
  );
  background: transparent;
  padding: 14px 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
  color: white;
}

.accordion-header:hover {
  background-image: linear-gradient(
    to right,
    #f0c227,
    #e9b721,
    #e3ac1c,
    #dba116,
    #d49611
  );
}

.accordion-header::after {
  content: "";
  font-weight: bold;
  transition: transform 0.3s;
  background: url(images/arDown.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
}

.accordion-header.active::after {
  content: "";
}
.accordion-item.active .accordion-header::after {
  transform: rotate(-180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  background: none;
  transition: max-height 0.4s ease;
  padding: 0 16px;
  background: transparent;
}

.accordion-content p {
  margin: 12px 0;
}

.text1Proj {
  color: white;
  font-weight: 500;
}
.readMoreProj {
  margin-top: 5px;
}
.readMoreProj a {
  text-align: right;
  color: white;
  font-weight: bold;
  display: block;
  background: url(images/arrowLeft.png) no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 70px);
}
.text1ProjBox {
}
.project-list h2 {
  color: white;
  text-transform: uppercase;
  font-size: 1.65em;
  font-weight: bold;
}
#home-projects {
  padding: 150px 0 100px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center center;
}
.project-list {
  background: rgb(38 38 38 / 89%);
  padding: 30px 35px;
  border-radius: 10px;
      max-width: 520px;
}
.headingDefault {
}
.headingDefault h2 {
  background-image: linear-gradient(
    to right,
    #f0c227,
    #e9b721,
    #e3ac1c,
    #dba116,
    #d49611
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.headingDefault h2::after {
  content: "";
  background: url(images/line1.png) no-repeat;
  width: 70px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.taisaoItem {
}
.taisaoItem .icon-box-img {
}
.taisaoItem .icon-box-img .icon {
}
.taisaoItem .icon-box-img .icon .icon-inner {
}
.taisaoItem .icon-box-img .icon .icon-inner img {
}
.taisaoItem .icon-box-text {
}
.taisaoItem .icon-box-text h3 {
  color: #814b1c;
  font-size: 1.4em;
}
.taisaoItem .icon-box-text p {
}
.thanhtuuItem {
  /* max-width: 112px; */
  margin: 0 auto;
  display: block;
}
.thanhtuuImage {
  max-width: 112px;
  display: block;
  margin: auto;
  margin-bottom: 5px;
}
.thanhtuuImage img {
}
.thanhtuuContent {
  text-align: center;
}
.thanhtuuTitle {
  font-weight: bold;
  color: #636363;
  text-transform: uppercase;
}
.thanhtuuText1 {
  color: #eba51d;
  font-weight: bold;
  font-size: 1.8em;
}
.ttList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ttListBox {
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
  padding: 40px 0;
}
.postHomeList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.postHomeItem {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.postHomeItemThumb {
}
.postHomeItemCover {
  padding-top: 65%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.postHomeItemCover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 500ms;
}
.postHomeItemContent {
  position: absolute;
  bottom: 0;
  background: rgb(0 0 0 / 80%);
  padding: 10px;
}
.postHomeItemTitle {
  margin-bottom: 7px;
}
.postHomeItemTitle a {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.5px;
  word-spacing: 2px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 41px;
  overflow: hidden;
}
.postHomeItem:hover {
}
.postHomeItem:hover .postHomeItemCover img {
  transform: scale(1.1);
}
.postHomeItem:hover .postHomeItemTitle a {
}
.postHomeItemText1 {
  color: #c9c9c9;
  font-size: 0.8em;
  letter-spacing: 0.5px;
  word-spacing: 2px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.xCol {
}
.xCol .col-inner {
}
.xCol .col-inner h2 {
  background-image: linear-gradient(
    to right,
    #f0c227,
    #e9b721,
    #e3ac1c,
    #dba116,
    #d49611
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.xCol .col-inner p {
}
.xCol .wpcf7-form-control-wrap .wpcf7-text {
  border: none;
  box-shadow: none;
  background: #f4f4f4;
  height: 40px;
  border-radius: 8px;
}
.xCol .wpcf7-form-control-wrap .wpcf7-textarea {
  box-shadow: none;
  border: none;
  background: #f4f4f4;
  max-height: 40px;
  min-height: 60px;
  border-radius: 8px;
}
.xCol .btn-submit {
  background-image: linear-gradient(
    to right,
    #f0c227,
    #e9b721,
    #e3ac1c,
    #dba116,
    #d49611
  );
  border-radius: 8px;
  width: 100%;
  margin: 0;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
}
.wpcf7-spinner {
  display: none;
}
.proPageContent .col-inner p {
 
    text-align: justify;
}


.ftSocial1 {
}
.ftSocial1 ul {
  display: flex;
  gap: 10px;
}
.ftSocial1 ul li {
  margin: 0;
  list-style: none;
}
.ftSocial1 ul li a {
  display: block;
  width: 35px;
  height: 35px;
}
.ftSocial1 ul li:nth-child(1) a {
  background: url(images/to1.webp) no-repeat;
  background-size: 35px;
}
.ftSocial1 ul li:nth-child(2) a {
  background: url(images/to2.png) no-repeat;
  background-size: 35px;
}
.ftSocial1 ul li:nth-child(3) a {
  background: url(images/to3.webp) no-repeat;
  background-size: 35px;
}
.ftSocial1 ul li:nth-child(4) a {
  background: url(images/to4.png) no-repeat;
  background-size: 35px;
}
.xBanner .button{
      background-image: linear-gradient(to right, #f0c227, #e9b721, #e3ac1c, #dba116, #d49611);
}
.but-chitiet {
    margin-bottom: 0;
    margin-right: 8px;
    font-size: 14px;
}

.navbar-static-top {
    box-shadow: 1px 0 10px -3px black;
    top: 0;
    position: sticky;
    z-index: 9;
    background: #ffffff;
}
.pagePostDetails .full-width {
    display: block;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.pagePostDetails .banner:after {
    position: absolute;
    content: "";
    height: 20%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 100%)
}

.pagePostDetails .banner a span {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
    z-index: 9
}

.pagePostDetails .banner a span:nth-of-type(1) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.pagePostDetails .banner a span:nth-of-type(2) {
    bottom: 76px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.pagePostDetails .banner a span:nth-of-type(3) {
    bottom: 102px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
/*desktop*/
@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 48em) {
  .signGroupText {
  
    flex-wrap: wrap;
}
  .formcontact {

    margin-bottom: 10px;
}
  .ttList {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
  .accordion-header {
    font-size: 0.8em;
  }
  .project-list {
    padding: 15px 20px;
  }
  .postHomeList {

    grid-template-columns: repeat(1, 1fr);
  
}
  .thanhtuuTitle {

    font-size: .85em;
}
  .proPageList {
    grid-template-columns: repeat(1, 1fr);
  }
  .proRelateList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }

  .nav-icon .button.icon.is-small {
    background: white;
  }
  .nav-icon .button.icon.is-small i {
    background-image: linear-gradient(
      to right,
      #f0c227,
      #e9b721,
      #e3ac1c,
      #dba116,
      #d49611
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #masthead .header-inner #logo {
    transform: unset;
  }
  .boxPostGrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .ftInfo h4 {
    font-size: 1em;
  }
  .signRelateGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }
}



@keyframes blinking {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

body {
    font-family: "Krub",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 400;
    color: #000203;
    margin-top: 0;
}

body.single-du-an {
    margin-top: 0
}

body.iosBugFixCaret.modal-open {
    position: fixed;
    width: 100%
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Oswald",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    /* margin-top: 2rem; */
    margin-bottom: 1rem;
    color: #0B3050
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 1rem !important
}

p {
    margin-bottom: 0.5rem
}

#primary {
    padding: 0
}

.row {
    /* margin: 0; */
}

.justify {
    text-align: justify
}

b,strong {
    font-weight: 700
}

img {
    max-width: 100%;
    display: block;
    height: auto
}

img.float-left {
    margin-right: 15px
}

img.float-right {
    margin-left: 15px
}

img.aligncenter {
    margin: auto;
    height: auto
}

a:focus,button:focus {
    outline: none
}

a {
    text-decoration: none;
    color: #155D9C
}

a:hover {
   
}

a[href="https://dongtayland.vn/shortcodes/"] {
    display: none
}

a.custom-lightbox img {
    box-shadow: 0 0.5rem 1.2rem rgba(0,0,0,0.2);
    border: 2px solid #003050;
    padding: 5px;
    transition: all .3s ease-in-out
}

a.custom-lightbox img:hover {
    filter: brightness(120%);
    box-shadow: 0 0.25rem 0.6rem rgba(0,0,0,0.15)
}

a.sdt {
    color: inherit
}

iframe {
    max-width: 100%
}

input[type="submit"] {
    cursor: pointer
}

.badge {
    font-size: 100%;
    font-weight: inherit
}

abbr {
    text-decoration: none !important;
    border-bottom: 1px dotted #bb6a12 !important;
    color: #003050
}

.tooltip .tooltip-inner {
    background-color: #155D9C
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #155D9C !important
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
    border-top-color: #155D9C !important
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
    border-left-color: #155D9C !important
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
    border-right-color: #155D9C !important
}

.btn {
    white-space: normal
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: #155D9C
}

.btn-outline-primary {
    border: 2px solid #0B3050;
    color: #0B3050;
    font-weight: bold;
    padding: 7px 30px 5px
}

.btn-outline-primary:hover {
    background-color: #155D9C;
    border-color: #155D9C;
    color: #fff
}

.btn:link,.btn:visited {
    transition: all .2s
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2)
}

.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    background-color: #155D9C
}

#namhoian-lido ul {
    margin: 0
}

#namhoian-lido ul li {
    list-style: none !important;
    background: #f7eed0 !important;
    padding: 7px 15px 7px 30px !important;
    margin-bottom: 5px;
    counter-increment: item;
    position: relative
}

#namhoian-lido ul li:before {
    position: absolute;
    content: counter(item);
    font-size: 1.5em;
    left: -15px;
    background-color: #73633f;
    top: 0px;
    color: #fff;
    line-height: 32px;
    padding: 0 10px
}

blockquote {
    padding: 10px 0 20px 20px;
    border-left: 5px solid #bb6a12;
    font-style: italic;
    color: #555;
    font-size: 1.1em;
    position: relative
}

blockquote:after {
    position: absolute;
    content: " ĂƒÂ¢Ă¢â€Â¬Ă‚Â";
    top: -30px;
    right: -20px;
    font-size: 10em;
    opacity: .2;
    line-height: 1em;
    font-weight: 700;
    font-style: normal
}

blockquote p {
    display: inline;
    border-bottom: 1px solid #dedede;
    padding-bottom: 3px
}

.captcha-wrapper .form-control {
    background-color: transparent;
    border: none;
    padding: 0
}

.inline-contact textarea {
    display: none
}

.inline-contact input[type="text"],.inline-contact input[type="tel"],.inline-contact input[type="email"] {
    border: none !important;
    background-color: #fff !important
}

.inline-contact input[type="submit"] {
    background-color: #155D9C !important;
    color: #fff !important;
    padding: 5px 20px !important;
    font-weight: 700
}

.alm-btn-wrap {
    text-align: center
}

.alm-btn-wrap .alm-load-more-btn.done {
    opacity: 0.3;
    pointer-events: none
}

.alm-btn-wrap .alm-load-more-btn {
    background-color: #0B3050 !important
}

.info-modal .modal-content .modal-title {
    font-weight: 700;
    color: #155D9C;
    line-height: 25px;
    margin-top: 0.5rem
}

.modal-backdrop.show {
    opacity: 0.95;
    background-color: #ececec
}

.modal-content {
    padding: 20px;
    box-shadow: 10px 10px 60px -25px;
    border: none;
    border-radius: 0
}

.modal-content .modal-title {
    margin-top: 0.5rem
}

.wpcf7 .ajax-loader {
    display: none !important
}

.cf7-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.9);
    display: none;
    z-index: 9999999999
}

.cf7-loading .wrapper {
    margin: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.cf7-loading .loader {
    box-shadow: 0px 0px 15px -5px black;
    margin: auto
}

.cf7-loading .text {
    margin-top: 20px;
    color: #155D9C
}

#comments ol {
    border-left: 3px solid #f7f7f7;
    list-style-type: none
}

#comments .comment-reply-link {
    background-color: transparent;
    color: #c0c0c0;
    padding: 0;
    border: none;
    font-size: 0.8em;
    text-transform: uppercase
}

#comments .comment-reply-link:hover {
    color: #0B3050
}

#comments .comment-body {
    margin-bottom: 20px
}

#comments img {
    border-radius: 50%;
    margin-left: -65px;
    float: left;
    margin-right: 12px
}

#comments .comment-author {
    font-size: 0.8em;
    margin-bottom: 5px
}

#comments .comment-author .fn {
    color: #155D9C
}

#comments .comment-author time {
    color: #c0c0c0;
    display: inline-block
}

#comments .comment-author .phone {
    font-family: monospace;
    color: #155D9C
}

#comments .comment.byuser>article .comment-author .fn:after {
    content: "CSKH";
    margin-left: 5px;
    margin-right: 2px;
    background: #0B3050;
    color: #fff;
    padding: 0 5px;
    font-size: 0.8em;
    border-radius: 2px
}

#comments .comment.byuser>article .phone {
    display: none
}

#comments #comment {
    border-radius: 0
}

#comments #comment:focus,#comments #comment:hover {
    outline: none;
    box-shadow: none;
    border-color: #155D9C
}

#comments #author,#comments #email,#comments #url {
    border-radius: 0;
    border-width: 0 0 1px 0
}

#comments #author:focus,#comments #author:hover,#comments #email:focus,#comments #email:hover,#comments #url:focus,#comments #url:hover {
    outline: none;
    box-shadow: none;
    border-color: #155D9C
}

#comments .children .children>li:last-child {
    margin-bottom: 40px
}

#comments .form-submit {
    width: 50%
}

#reply-title {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold
}

.comment-notes,.logged-in-as {
    font-size: 0.8em;
    color: #155D9C
}

.comments-pagination {
    text-align: center;
    margin-top: 60px
}

.comments-pagination h2 {
    display: none
}

.comments-pagination .page-numbers {
    padding: 1px 5px;
    border: 1px solid #155D9C;
    font-size: .8em
}

.comments-pagination .page-numbers:hover,.comments-pagination .page-numbers.current {
    background: #155D9C;
    color: #fff;
    text-decoration: none
}

.comment-list ~ #respond {
    margin-top: 80px;
    margin-bottom: 0px
}

.comment-body ~ #respond {
    margin-top: 20px;
    margin-bottom: 60px
}

#home-slides .carousel-control {
    cursor: pointer;
    background-color: #445986;
    display: inline-block;
    padding: 20px 30px 15px;
    margin-top: -100px;
    transition: all 0.3s ease-in-out
}

#home-slides .carousel-control:hover {
    background-color: #155D9C
}

#home-slides .dtl-carousel-control-prev:hover {
    transform: translateX(-10px)
}

#home-slides .dtl-carousel-control-next:hover {
    transform: translateX(10px)
}

#home-slides .carousel-inner {
    overflow-x: visible;
    overflow-y: visible;
    border-bottom: 3px solid #0B3050
}

#home-slides .carousel-item {
    background-size: cover !important;
    padding-top: 600px;
}

#home-slides .dtl-carousel-caption {
    padding: 30px 60px 60px;
    background-color: #fff;
    color: #000203;
    position: absolute;
    bottom: -42px;
    box-shadow: rgba(50,50,93,0.25) 0px 50px 100px -20px,rgba(0,0,0,0.3) 0px 30px 60px -30px
}

#home-slides .dtl-carousel-caption h2 {
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #445986;
}

#home-slides .dtl-carousel-caption p {
    color: #000203
}

#home-slides .dtl-carousel-caption .btn {
    padding: 7px 30px;
    border: 0;
    margin-top: 10px;
    position: relative;
    z-index: 2
}

#home-slides .dtl-carousel-caption .btn:hover {
    background-color: #155D9C
}

#home-slides .dtl-carousel-caption::before {
    content: "";
    position: absolute;
    background-image: url(../images/asset1.png);
    width: 50px;
    height: 72px;
    left: -25px;
    top: -12px
}

#about {
    background-image: url(img/logo-DTL-parallax.jpg);
    background-position: 10% 30%;
    background-size: auto;
    background-repeat: no-repeat
}

.home-section .section-title {
    text-transform: uppercase;
    color: #155D9C;
    font-size: 2.5em;
    position: relative;
    font-weight: bold
}

#home-icons .icon {
    text-align: center;
    font-size: 4em;
    color: #155D9C;
    display: inline-block;
    position: relative;
    transition: all .3s ease-in-out
}

#home-icons .title {
    text-align: center;
    color: #155D9C;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 15px 0
}

#home-icons .content {
    text-align: center;
    font-size: 16px
}

#home-icons .icon-wrapper:hover .icon {
    border-color: #0B3050
}

.post-v3-wrapper .post-item {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    border-top: 5px solid #445986;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 60px 40px 40px;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 24px
}

.post-v3-wrapper .post-item .date {
    padding: 20px 23px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #445986;
}

.post-v3-wrapper .post-item .date .day {
    font-size: 3em;
    line-height: 0.8
}
.post-v3-wrapper .post-item .title{margin-top: 20px;}
.post-v3-wrapper .post-item .desc {
    display: none;
    color: #fff
}

.post-v3-wrapper .post-item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #445986;
    top: -100%;
    left: 0;
    z-index: 0;
    transition: all 0.3s ease-in-out
}

.post-v3-wrapper .post-item:hover::before {
    top: 0
}

.post-v3-wrapper .post-item:hover .date {
    color: #445986;
    background-color: #fff
}

.post-v3-wrapper .post-item:hover .title a {
    color: #fff
}

.post-v3-wrapper .post-item:hover img {
    display: none
}

.post-v3-wrapper .post-item:hover .desc {
    display: block
}

.post-v3-wrapper .post-item:hover .desc a {
    display: block;
    color: #e4eef5;
    margin-top: 15px;
    font-family: "Oswald"
}

.post-v3-wrapper .first-post {
    margin-bottom: 60px
}

.post-v3-wrapper .first-post .brief {
    padding: 20px 30px 40px;
    background: #fff;
    margin-top: -60px
}

.post-v3-wrapper .first-post .brief a {
    font-weight: bold;
    font-family: "Oswald";
    margin-top: 15px
}

.post-v3-wrapper .first-post .date {
    padding: 40px 23px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #445986;
    margin-bottom: -40px;
    z-index: 1;
    position: relative
}

.post-v3-wrapper .first-post .date .day {
    font-size: 3em;
    line-height: 0.8
}

.newest-posts {
    margin-top: 120px
}

.newest-posts .title-wrapper {
    padding: 90px 0 110px;
    background-color: #445986;
    color: #fff
}

.newest-posts .title-wrapper h2 {
    color: #fff
}

.newest-posts .title-wrapper .row {
    transition: all 0.5s ease-in-out
}

.newest-posts .post-wrapper {
    overflow-x: clip
}

.newest-posts .post-wrapper .container {
    transform: translateX(33.33333%);
    margin-top: -470px;
    transition: all 0.5s ease-in-out
}

.newest-posts .post-wrapper .post-item {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    border-top: 5px solid #445986;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 60px 40px 40px;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    background-color: #fff
}

.newest-posts .post-wrapper .post-item .date {
    padding: 20px 23px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #445986;
}

.newest-posts .post-wrapper .post-item .date .day {
    font-size: 3em;
    line-height: 0.8
}
.newest-posts .post-wrapper .post-item .title{
  margin-top:20px;
}
.newest-posts .post-wrapper .post-item .desc {
    display: none;
    color: #fff
}

.newest-posts .post-wrapper .post-item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #445986;
    top: -100%;
    left: 0;
    z-index: 0;
    transition: all 0.3s ease-in-out
}

.newest-posts .post-wrapper .post-item:hover::before {
    top: 0
}

.newest-posts .post-wrapper .post-item:hover .date {
    color: #0B3050;
    background-color: #fff
}

.newest-posts .post-wrapper .post-item:hover .title a {
    color: #fff
}

.newest-posts .post-wrapper .post-item:hover img {
    display: none
}

.newest-posts .post-wrapper .post-item:hover .desc {
    display: block
}

.newest-posts .post-wrapper .post-item:hover .desc a {
    display: block;
    color: #e4eef5;
    margin-top: 15px;
    font-family: "Oswald"
}

.newest-posts:hover .post-wrapper .container {
    transform: translateX(0)
}

.newest-posts:hover .title-wrapper .row {
    opacity: 0
}

#home-videos {
    background-image: url(../images/home-icons-bg-2.png);
    background-size: 120%;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding: 24px 0 150px
}

#home-videos a:hover {
    text-decoration: none
}

#home-videos .wrapper {
    position: relative
}

#home-videos .title {
    text-align: center;
    text-transform: uppercase;
    background: #445986;
    color: #fff;
    padding: 10px 15px;
    line-height: 20px;
    min-height: 60px
}

#home-videos .overlay {
    background: #445986;
    opacity: .9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .3s
}

#home-videos .play {
    position: absolute;
    width: 100%;
    height: 30%;
    background-image: url(../images/play-button-blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    top: 50%;
    transform: translateY(-50%) translateX(-30px);
    left: 50%;
    mix-blend-mode: overlay;
    transition: all 1s;
    transform-origin: center left;
    z-index: 1
}

#home-videos .video-item {
    overflow: hidden
}

#home-videos .video-item:hover .overlay {
    opacity: 0
}

#home-videos .video-item:hover .play {
    opacity: 0;
    transform: scale(5);
    left: 10%
}

#home-videos .video-item:hover .title {
    background: #f17d26;
}

.home .wrapper .col-md-6 {
    margin-bottom: 60px
}

#home-projects {
    padding: 250px 0 100px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center center
}


#home-projects .section-title {
    margin-top: 20px;
    margin-bottom: 30px
}

#home-projects .project-list {
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
  
    padding: 40px 40px 60px
}

#home-projects .all-project {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

#home-projects #accordionProject .accordion-header {
    margin-top: 0;
    text-transform: uppercase
}

#home-projects #accordionProject .accordion-header .accordion-button {
    font-size: 1.5rem;
    color: #0B3050
}

#home-projects #accordionProject .accordion-header .accordion-button:not(.collapsed) {
    background-color: #445986;
    color: #fff;
    opacity: 1;
}

#home-projects #accordionProject .accordion-collapse {
    background-color: #445986;
    color: #fff
}

#home-projects #accordionProject .accordion-collapse .accordion-body {
    padding-top: 0
}

#home-projects #accordionProject .accordion-collapse .accordion-body a {
    color: #fff;
    display: block;
    margin-top: 10px;
    font-family: "Oswald";
    text-align: right
}

#home-projects #accordionProject .accordion-item {
    border: none
}

.contact {
    
    background-size: cover;
    background-position: center top;
    padding: 120px 0 200px
}

.contact .contact-left {
    position: relative
}

.contact .form-control {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid transparent;
    padding: 12px 20px;
    color: #0B3050
}

.contact .form-control::-webkit-input-placeholder {
    color: #0B3050;
    font-weight: 400
}

.contact .form-control::-moz-placeholder {
    color: #0B3050;
    font-weight: 400
}

.contact .form-control:-ms-input-placeholder {
    color: #0B3050;
    font-weight: 400
}

.contact .form-control:-moz-placeholder {
    color: #0B3050;
    font-weight: 400
}

.contact .form-control.g-recaptcha {
    background-color: transparent
}

.contact input[type="submit"] {
    padding: 0px 15px;
    background-color: #f17d26;
    transition: all .3s ease-in-out;
    margin: 0;
}

.contact .notice {
    color: #fff;
    opacity: 0.5
}

.contact h6 {
    text-align: center;
    color: #fff
}

.contact h6 a {
    color: #fff
}

.contact h6 .big {
    font-size: 2rem;
    font-weight: bold
}

.inline-social.social {
    margin-right: 30px;
    font-family: "Oswald"
}

.inline-social.social a {
    padding: 0 5px;
    color: #fff
}

#home-duan a {
    cursor: pointer
}

#home-duan a:hover {
    text-decoration: none
}

#home-duan .title {
    background-color: #0B3050;
    padding: 5px 15px
}

#home-duan .nav-tabs {
    border-bottom-color: #677f8e
}

#home-duan .nav-tabs .nav-item .nav-link {
    margin: 0 2px;
    position: relative;
    background-color: #0B3050;
    color: #fff;
    border-color: transparent;
    padding: 6px 16px;
    border-radius: 3px;
    transition: transform .5s;
    font-family: "Oswald"
}

#home-duan .nav-tabs .nav-item .nav-link.active {
    background: #fff;
    font-weight: 700;
    color: #155D9C;
    border-color: #155D9C #155D9C #fff #155D9C;
    padding: 8px 16px;
    border-radius: 3px 3px 0 0
}

#home-duan .nav-tabs .nav-item .nav-link:not(.active):hover {
    transform: translateY(3px);
    border-radius: 3px 3px 0 0
}

#home-duan .nav-tabs .nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    height: 3px;
    width: calc(100% - 2rem);
    bottom: 0;
    left: 1rem;
    background-color: #155D9C
}

#home-duan .wrapper:first-child {
    margin-top: 30px
}

#home-duan .wrapper a:hover {
    color: #155D9C
}

#home-duan .wrapper .inner {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

#home-duan .wrapper .inner h5 {
    position: absolute;
    color: #fff;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.8)
}

#home-duan .wrapper .inner img {
    transition: all .3s
}

#home-duan .wrapper .inner:hover img {
    transform: scale(1.1, 1.1);
    filter: brightness(70%)
}

#home-duan .wrapper .inner-bg {
    background-position: center;
    background-size: cover;
    padding-top: calc(100%/20*9);
    position: relative;
    transition: all .3s
}

#home-duan .wrapper .inner-bg:before {
    content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAQAAAAm93DmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFEWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA0LTA3VDE1OjQxOjEyKzA3OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wNC0wN1QxNTo0MjozNSswNzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0wNC0wN1QxNTo0MjozNSswNzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjEiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJEb3QgR2FpbiAyMCUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Y2Q2YzAxZTctZTk2Zi01YjRiLThhZDgtYTU0NjBkM2I3MDhiIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOmNkNmMwMWU3LWU5NmYtNWI0Yi04YWQ4LWE1NDYwZDNiNzA4YiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmNkNmMwMWU3LWU5NmYtNWI0Yi04YWQ4LWE1NDYwZDNiNzA4YiI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6Y2Q2YzAxZTctZTk2Zi01YjRiLThhZDgtYTU0NjBkM2I3MDhiIiBzdEV2dDp3aGVuPSIyMDIwLTA0LTA3VDE1OjQxOjEyKzA3OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+H3x4egAAAplJREFUSMetlk1oE0EUx6dQxKZNRcRDKWLwKqKHgl8UPXgQKdFo3BhsDyK2NTQxjRQKFg/SnoMXj9LqxUOrB/ETPPSgUq2CaPVioAqtIn5Q+6UJ9edlMtnsx3R36c5l895/fpmZN++9FYhAo55TjPCeWQrcJ8eWsicYbj/jVD+fSAcHHmcepycfDGiwIgETXCLOeW5TlJZO/8AEi3LyFeqlrYYYcwB8YatfXHkt3RZPG38AyPk7u78S1+PgHQXggZ/VlSTugqO/G4CPXnEHVGTTrsECmPEKPCdxKVdFPwBvvQI3coM3nHX1h3gNwIifoGzS+IbkDuKCtRi9EveC8OribexiOxs0ih6JW6BFnyl1ZHjEND/5xiuG2aO5LlAkps/lg0xakn+Oq9S6bHaRhL7atPNLgYom6C0aTKqstP7D0NdDQ0HGyXKEJHl+SMtupUpJS6mCcwZGWZbSy6xX1p08AcZotOCWOGmebcedVjmbtXgaaCUk3zNSs0yyWmXf7JKU5jTxz6jNdlh91T9jLFhKQJjDNFkmZdXqovY/q653RQsuxF3gA4eUppYBFXvDafWV17jqFZXNRtRahukgSh8TytLufBwVXLneXTS5a7lmuoMr6u13dWTtwGOquNvrXZrvlox5zl73gAkELSoUGUfRDoZ4RoHPTDHGGep0xUTQqHK2VyMM00Qzm6lZrToJEhI3uCaVUQhuAjBpSjJ7RVznBzgFQL+rpItpHhPxDpwFcL0GaZcvBQ2wAECXtleUaPUOfAjAqKZXFDnq5wz7ZCq1ufaKhL8oR/gqO0ZM3bIwg9Ze4R0o6FRruUMKgwFequw1/N9DgSDv+Ik7z4kgF7scgIIF95R9wTKlPJrJco8CM7zjOknCwVLvP3XqqEhzNYoTAAAAAElFTkSuQmCC");
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0,87,138,0.8);
    width: 100%;
    color: #fff;
    font-size: 3em;
    font-weight: 400;
    text-align: center;
    line-height: 3em;
    height: 0;
    opacity: 0;
    transition: all .3s
}

#home-duan .wrapper .inner-bg h5 {
    position: absolute;
    background: #fff;
    margin-bottom: 0;
    margin-top: -39px;
    width: 90%;
    margin-left: 5%;
    padding: 20px;
    text-align: center;
    font-weight: 400
}

#home-duan .wrapper .inner-bg:hover {
    box-shadow: 0px 10px 30px -7px rgba(5,57,97,0.5)
}

#home-duan .wrapper .inner-bg:hover:before {
    top: 0;
    opacity: 1;
    height: 100%
}

.form-control::-webkit-input-placeholder {
    color: rgba(0,0,0,0.85);
    font-weight: 400
}

.form-control::-moz-placeholder {
    color: rgba(0,0,0,0.85);
    font-weight: 400
}

.form-control:-ms-input-placeholder {
    color: rgba(0,0,0,0.85);
    font-weight: 400
}

.form-control:-moz-placeholder {
    color: rgba(0,0,0,0.85);
    font-weight: 400
}

.form-control[type="date"] {
    height: 38px
}

#homepopup p {
    margin-bottom: 0
}

#homepopup .first {
    position: relative;
    cursor: pointer;
    transition: filter 0.3s
}

#homepopup .first:hover {
    filter: brightness(105%)
}

#homepopup .first:hover .overlay {
    opacity: 1
}

#homepopup .first .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    padding: 3px 20px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity .3s;
    cursor: pointer
}

.daily {
    margin: 2px 0
}

.daily i {
    opacity: 0.5
}

.doitac {
    width: 210px;
    margin-bottom: 20px
}

.doitac img {
    margin: auto;
    transition: all .5s;
    filter: grayscale(1)
}

.doitac img:hover {
    filter: grayscale(0)
}

.vcenter {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.navbar.scrollspy .nav-link.active {
    color: #155D9C
}

.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
    max-width: 100% !important
}

.navbar {
    padding: 0 1rem;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.04);
    background-color: #fff
}

.navbar.fixed-top {
    box-shadow: 0 2px 15px rgba(0,0,0,0.15)
}

.navbar .navbar-brand img {
    max-height: 60px
}

.navbar .navbar-nav .menu-item {
    text-transform: uppercase;
    font-weight: 700
}

.navbar .navbar-nav .menu-item a {
    font-family: "Oswald";
    position: relative;
    color: #000203
}

.navbar .navbar-nav .menu-item a:hover {
    color: #0B3050
}

.navbar .navbar-nav .menu-item.active a {
    color: #0B3050
}

.navbar .navbar-nav .menu-item .dropdown-menu {
    border: none;
    border-radius: 0 0 3px 3px;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.04);
    margin: 0
}

.navbar .navbar-nav .menu-item .dropdown-menu a:active {
    background-color: transparent;
    color: #155D9C
}

.trans-navbar {
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 20px;
    background: transparent;
    border: none
}

.trans-navbar .container {
    background: rgba(255,255,255,0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    border: 2px solid rgba(255,255,255,0.2);
    padding: 0 30px
}

.trans-navbar .navbar-nav .nav-link {
    color: #fff;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.4)
}

.trans-navbar .navbar-brand img {
    max-height: 80px
}

.trans-navbar .navbar-collapse {
    transition: all 0.5s
}

.trans-navbar .navbar-collapse.show {
    text-align: center;
    background-color: rgba(187,106,18,0.8)
}

@media (min-width: 1200px) {
    .main .navbar-nav .nav-link {
        padding-right:1rem;
        padding-left: 1rem
    }

    .navbar-collapse-2 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.page-header {
    padding: 80px 0 20px;
    margin-bottom: 80px;
    background-color: #445986;
    color: #fff;
    animation: panning 60s infinite linear
}

.page-header h1,.page-header a {
    color: #fff
}

.page-header #breadcrumbs {
    margin-bottom: 5px
}

.page-header #breadcrumbs .breadcrumb_last {
    opacity: 0
}

@keyframes panning {
    0% {
        background-position: 0% 0%
    }

    50% {
        background-position: 100% 100%
    }

    100% {
        background-position: 0% 0%
    }
}

.single-post-wrapper p,.single-post-wrapper h1,.single-post-wrapper h2,.single-post-wrapper h3,.single-post-wrapper h4,.single-post-wrapper h5,.single-post-wrapper h6,.single-post-wrapper ul,.single-post-wrapper ol,.single-post-wrapper blockquote,.single-post-wrapper div {
    /* width: 800px; */
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.single-post-wrapper p {
    font-size: 14pt;
    margin-bottom: 1em
}

.single-post-wrapper ul {
    font-size: 14pt
}

.single-post-wrapper h1,.single-post-wrapper h2,.single-post-wrapper h3,.single-post-wrapper h4,.single-post-wrapper h5,.single-post-wrapper h6 {
    font-weight: bold
}

.single-post-wrapper figure {
    margin: 40px auto !important
}

.related-wrapper article {
    margin-bottom: 20px
}

.related-wrapper .archive-entry-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 0
}

.related-wrapper a:hover {
    text-decoration: none
}

.post-archive-wrapper {
    list-style-type: none;
    padding-left: 0;
    padding-right: 0
}

.post-archive-wrapper .post-archive-card {
    transition: all .3s;
    position: relative;
    margin-bottom: 20px
}

.post-archive-wrapper .post-archive-card .archive-entry-title {
    font-size: 1.2em;
    font-weight: 700;
    color: #155D9C;
    margin-top: 0.5rem
}

.post-archive-wrapper .post-archive-card .date {
    opacity: .5;
    font-size: .8em
}

.post-archive-wrapper .post-archive-card img {
    transition: all .3s;
    margin-left: -10px;
    border-left: 4px solid #0B3050
}

.post-archive-wrapper .post-archive-card a {
    color: inherit
}

.post-archive-wrapper .post-archive-card a:hover {
    text-decoration: none
}

.post-archive-wrapper .post-archive-card:hover {
    border-color: #fff;
    -webkit-box-shadow: 0px 10px 77px -23px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 77px -23px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 77px -23px rgba(0,0,0,0.3)
}

.post-archive-wrapper .post-archive-card:hover img {
    margin-left: -15px
}

.post-archive-wrapper .post-archive-card:hover .archive-entry-title {
    color: #155D9C;
    color: #0B3050
}

.post-archive-wrapper article {
    font-size: 16px
}

#blog-sidebar section {
    padding: 15px;
    background-color: #fdebd8;
    margin-bottom: 30px
}

#blog-sidebar .widget-title {
    color: #0B3050
}

#blog-sidebar .widget_recent_entries {
    position: sticky;
    top: 90px
}

#blog-sidebar .widget_recent_entries ul {
    margin-top: 10px
}

#blog-sidebar .widget_recent_entries ul li {
    font-size: 0.8em;
    font-weight: 700;
    border-bottom: 1px solid rgba(187,106,18,0.2)
}

#blog-sidebar .widget_recent_entries ul li:last-child {
    border: none
}

#blog-sidebar .widget_recent_entries ul li a {
    padding: 6px 0;
    transition: color .3s
}

#blog-sidebar .widget_recent_entries ul li a:hover {
    color: #0B3050
}

#blog-sidebar .widget_categories ul li a {
    font-weight: 700;
    text-transform: uppercase;
    transition: color .3s;
    padding: 5px 2px
}

#blog-sidebar .widget_categories ul li a:hover {
    color: #0B3050
}

#blog-sidebar .widget_categories ul.children li a {
    text-transform: none;
    font-size: 0.8em;
    padding: 4px 0px 4px 20px
}

figure {
    max-width: 100%
}

figure.aligncenter {
    margin: 0 auto 15px
}

figcaption {
    text-align: center;
    background: #e4eef5;
    color: #155D9C;
    padding: 3px 5px
}

.card.cta {
    border: none
}

.dot-overlay {
    position: relative;
    color: #fff
}

.dot-overlay:after {
    content: '';
    opacity: .8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(img/dot-overlay.png);
    z-index: 1;
    pointer-events: none
}

.dot-overlay .container {
    position: relative;
    z-index: 2
}

#intro-duan {
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
    padding: 150px 0;
    margin-top: 70px;
    text-align: center
}

#intro-duan .wrapper {
    display: inline-block;
    background-color: rgba(0,48,80,0.7);
    border: 1px solid rgba(0,48,80,0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    color: #fff;
    padding: 30px 40px 20px;
    margin: 0 15px
}

#intro-duan .wrapper #breadcrumbs {
    opacity: 0.6
}

#intro-duan .wrapper #breadcrumbs a {
    color: #fff
}

.banner {
    position: relative
}

.banner:after {
    position: absolute;
    content: "";
    height: 20%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 100%)
}

.banner a span {
   
}

.banner a span:nth-of-type(1) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.banner a span:nth-of-type(2) {
    bottom: 76px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.banner a span:nth-of-type(3) {
    bottom: 102px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
.section-title-pr {
    font-weight: 700;
    margin-bottom: 30px;
    color: #445986;
    position: relative;
    font-size: 2.5rem
}
.section-title-pr small {
    color: #155D9C
}
.section-title {
    font-weight: 700;
    margin-bottom: 30px;
    color: #155D9C;
    position: relative;
    font-size: 2.5rem
}

.section-title small {
    color: #155D9C
}

.project-wrapper section {
    padding: 60px 0
}

.project-wrapper section.no-padding {
    padding: 0
}

.project-wrapper section#tong-quan {
    background-color: #fdebd8
}

.project-wrapper section#tong-quan .content {
    padding: 20px
}

.project-wrapper section#tong-quan .image p {
    margin: 0
}

.project-wrapper section#tong-quan table.tongquan th,.project-wrapper section#tong-quan table.tongquan td {
    border: none
}

.project-wrapper section#tong-quan table.tongquan th {
    white-space: pre
}

.project-wrapper section#phan-tich .section-title {
    color: #fff
}

.project-wrapper section#phan-tich #phantichTabs .item {
    background-color: rgba(0,0,0,0.7);
    padding: 15px 15px 7px 15px;
    margin: 5px 0;
    border-radius: 3px
}

.project-wrapper section#phan-tich #phantichTabs a[data-toggle="collapse"] {
    color: #0B3050;
    cursor: pointer
}

.project-wrapper section#phan-tich #phantichTabs a[data-toggle="collapse"] h3 {
    font-size: 1.5em
}

.project-wrapper section#phan-tich #phantichTabs a[data-toggle="collapse"]:hover {
    text-decoration: none;
    color: #0B3050
}

.project-wrapper section#hinh-anh .img-holder {
    text-align: center;
    margin-bottom: 30px
}

.project-wrapper section#hinh-anh .img-holder img {
    border-radius: 5px;
    transition: all .3s;
    margin: auto;
    box-shadow: 0 0 14px -4px black;
    border: 10px solid #fff
}

.project-wrapper section#hinh-anh .img-holder img:hover {
    filter: brightness(120%);
    box-shadow: 0px 10px 77px -23px rgba(0,0,0,0.75)
}

.project-wrapper section#tien-ich {
    background: #e4eef5
}

.project-wrapper section#tien-ich h3 {
    font-size: 1.5em;
    color: #0B3050
}

.project-wrapper section#tien-ich .img-holder {
    margin-bottom: 20px
}

.project-wrapper section#tien-ich .img-holder img {
    transition: all .3s;
    margin: auto;
    border: 5px solid #fff
}

.project-wrapper section#tien-ich .img-holder img:hover {
    filter: brightness(120%);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1)
}

.project-wrapper section#chinh-sach .feature {
    display: table-cell;
    vertical-align: middle
}

.project-wrapper section#chinh-sach .feature.icon {
    font-size: 4em;
    color: #155D9C
}

.project-wrapper section#chinh-sach .feature.text {
    font-size: 1.2em;
    padding-left: 10px;
    color: #155D9C
}

.project-wrapper section#lien-he {
    background-color: #155D9C;
    color: #fff
}

.project-wrapper section#lien-he .section-title {
    color: #fff;
    margin-bottom: 0
}

.project-wrapper section#lien-he .section-subtitle {
    opacity: .7
}

.project-wrapper section#lien-he .phone {
    font-size: 1.7em;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 25px
}

.carousel-slider .carousel-slider__item img {
    width: auto !important
}

.sow-masonry-grid-item img {
    transition: filter .3s;
    filter: brightness(60%)
}

.sow-masonry-grid-item:hover img {
    filter: brightness(30%)
}

.sow-masonry-grid-item:hover .project-name {
    bottom: 20%
}

.project-name {
    bottom: 5%;
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 1.5em;
    transition: bottom .3s
}

.cta-btn {
    color: #fff;
    background: #155D9C;
    padding: .5rem 2rem;
    box-shadow: 0 10px 77px -23px rgba(0,0,0,0.75);
    transition: all .3s;
    border: 2px #155D9C solid;
    white-space: normal
}

.cta-btn:hover {
    color: #fff;
    background: #0B3050;
    border-color: #0B3050
}

.cta-btn img {
    animation: blinking 1s step-start infinite;
    margin-right: 5px;
    font-size: 1.2em
}

.btn-primary {
    background-color: #445986;
    border: none;
    border-radius: 3px;
    padding: 6px 30px;
    font-family: "Oswald"
}

.btn-primary:hover {
    background-color: #155D9C
}

.category-select .btn-primary {
    color: #fff;
    background-color: #f17d26;
    text-transform: uppercase;
}

.category-select .btn-primary.active {
    background-color: #fff;
    color: #f17d26;
}

.r-post-item {
    padding: 10px;
    border: 3px dashed #eae8e6;
    border-radius: 5px;
    transition: all .3s
}

.r-post-item img {
    height: 85px;
    width: auto
}

.r-post-item:hover {
    border: 3px solid #fff;
    box-shadow: 0 10px 77px -23px rgba(0,0,0,0.75)
}

.r-post-item a:hover {
    text-decoration: none
}

.r-post {
    margin: 10px 0
}

@keyframes line {
    from {
        top: 0px;
        opacity: 1
    }

    to {
        top: -15px;
        opacity: 0;
        height: 8px
    }
}

.search-fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(10,48,80,0.95);
    z-index: 9999999999;
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.search-fullscreen h1 {
    color: #fff
}

.search-fullscreen input[type="text"] {
    width: 600px;
    max-width: 100%;
    padding: 15px 20px;
    font-size: 1.2em;
    margin-bottom: 10px
}

.search-fullscreen button {
    background: #155D9C;
    padding: 19px 30px;
    margin-top: -3px
}

#search-close {
    font-family: "Oswald";
    font-size: 1.6em;
    color: #fff;
    margin-top: 30%;
    display: block
}

#search-close img {
    display: inline;
    margin-top: -7px;
    margin-right: 8px
}

.call-btn {
    position: fixed;
    bottom: 36px;
    right: 165px;
    background: #37c837;
    text-align: center;
    color: #fff;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    z-index: 99;
    transition: all .3s;
    font-weight: 700;
    border-radius: 5px;
    padding: 3px 10px 0px 38px;
    font-size: 18px;
    line-height: 25px
}

.call-btn img {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 7px;
    background: rgba(0,0,0,0.3);
    border-radius: 5px 0 0 5px;
    animation: blinking 1s ease-in-out infinite
}

.call-btn:hover {
    box-shadow: 0 0 0 rgba(0,0,0,0)
}

.call-btn:hover span {
    opacity: 1
}

.call-btn span {
    position: absolute;
    white-space: nowrap;
    font-size: 16px;
    left: 109px;
    top: 11px;
    transform: translateX(-50%);
    background: #37c837;
    line-height: 24px;
    padding: 2px 8px;
    border-radius: 0px 5px 5px 0;
    font-weight: 700;
    transition: all .3s;
    opacity: 0
}

.call-btn-zalo {
    background-color: #35c235;
    background: -moz-linear-gradient(left, #35c235 0%, #007bff 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #35c235), color-stop(100%, #007bff));
    background: -webkit-linear-gradient(left, #35c235 0%, #007bff 100%);
    background: -o-linear-gradient(left, #35c235 0%, #007bff 100%);
    background: -ms-linear-gradient(left, #35c235 0%, #007bff 100%);
    background: linear-gradient(41deg, #35c235 0%, #007bff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35c235', endColorstr='#007bff', GradientType=1 );
    position: fixed;
    bottom: 24px;
    right: 92px;
    z-index: 999;
    padding: 6px 12px;
    border-radius: 5px;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    transition: all .3s
}

.call-btn-zalo:hover {
    box-shadow: 0 0 0 rgba(0,0,0,0)
}

.paginate ul {
    padding: 0;
    margin-top: 40px;
    list-style-type: none
}

.paginate ul li {
    display: inline-block;
    margin: 0 1px
}

.paginate ul li a {
    padding: 2px 10px 4px;
    border: 1px solid #155D9C;
    transition: all .3s
}

.paginate ul li a:hover {
    text-decoration: none;
    background-color: #155D9C;
    color: #fff
}

.paginate ul li span {
    padding: 2px 10px 4px;
    border: 1px solid #155D9C;
    background-color: #155D9C;
    color: #fff;
    cursor: none
}

#colophon {
    background-color: #051e33;
    color: #fff;
    text-align: center
}

#colophon a {
    color: #fff;
    font-weight: 700
}

.site-info {
    display: inline-block;
    vertical-align: middle
}

@media all and (max-width: 1199px) {
    #home-slides .carousel-item .dtl-carousel-caption {
        padding:30px
    }

    #home-slides .carousel-item .dtl-carousel-caption h2 {
        font-size: 1.6rem;
        margin-top: 1rem
    }
}

@media all and (max-width: 991px) {
    .post-v3-wrapper .post-item {
        padding-top:0;
        min-height: auto;
        border: none
    }

    .post-v3-wrapper .post-item .date {
        display: none
    }

    .newest-posts {
        margin-top: 0
    }

    .newest-posts .post-wrapper .post-item {
        padding-top: 0;
        min-height: auto;
        border: none
    }

    .newest-posts .post-wrapper .post-item .date {
        display: none
    }

    .newest-posts .post-wrapper .container {
        transform: translateX(0);
        margin-top: -50px
    }

    .newest-posts:hover .title-wrapper .row {
        opacity: 1
    }
}

@media all and (max-width: 767px) {
    .post-v3-wrapper .first-post .brief {
        margin-top:0px
    }

    #home-slides .carousel-item .dtl-carousel-caption {
        bottom: -130px
    }

    #home-slides .carousel-item .dtl-carousel-caption .btn {
        display: block
    }

    #home-slides .carousel-item .dtl-carousel-caption::before {
        width: 30px;
        height: 43px;
        background-size: contain;
        left: -15px;
        top: -7px
    }

    #home-slides .carousel-control {
        padding: 8px 20px 3px;
        margin-top: 127px
    }

    #home-slides .carousel-control .icon {
        width: 1.2rem;
        height: 1.2rem
    }

    #home-slides .row {
        text-align: center
    }

    #home-slides .carousel-inner {
        z-index: 2
    }

    .banner:after {
        display: none
    }

    #about-slide {
        top: 0 !important
    }

    .banner a {
        /* display: none; */
    }
}

@media all and (max-width: 500px) {
    .dropdown-menu .menu-item .dropdown-item {
        white-space:normal
    }

    .post-archive-wrapper .post-archive-card {
        width: 100%;
        margin: 10px 0
    }
}

.timeline {
    list-style: none;
    padding: 60px 0;
    position: relative
}

.timeline a:hover {
    text-decoration: none;
    color: #0B3050
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #155D9C;
    left: 50%;
    margin-left: -1.5px
}

.timeline>li {
    margin-bottom: 20px;
    position: relative
}

.timeline>li:before,.timeline>li:after {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li:before,.timeline>li:after {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 10px;
    position: relative;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    transition: all .3s
}

.timeline>li>.timeline-panel:hover {
    box-shadow: 0px 8px 40px 0px rgba(0,0,0,0.18)
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #d6d6d6;
    border-right: 0 solid #d6d6d6;
    border-bottom: 15px solid transparent;
    content: " "
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "
}

.timeline>li>.timeline-badge {
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0B3050;
    z-index: 100;
    line-height: 15px;
    padding: 4px 10px;
    border-radius: 3px
}

.timeline>li>.timeline-badge span {
    display: block;
    font-weight: 700
}

.timeline>.timeline-inverted>.timeline-panel {
    float: right
}

.timeline>.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline>.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.timeline-title {
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.timeline-body>p,.timeline-body>ul {
    margin-bottom: 0
}

.timeline-body>p+p {
    margin-top: 5px
}

@media (max-width: 767px) {
    .timeline:before {
        left:40px
    }

    .timeline>li>.timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px)
    }

    .timeline>li>.timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px
    }

    .timeline>li>.timeline-panel {
        float: right
    }

    .timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }

    .timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }
}

@keyframes blinking {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}
