@font-face {
  font-family: "SFP";
  src: url("../fonts/SFProDisplay-Regular.woff2") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "SFP";
  src: url("../fonts/SFProDisplay-Bold.woff2") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "GIL";
  src: url("../fonts/Gilroy-Bold.woff2") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: "Quicksand";
  font-weight: normal;
  font-size: 14px;
  color: #050505;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.7;
}

body.no-scroll {
    overflow: hidden;
}

.container {
  max-width: 1140px;
}

a {
  outline: none;
  color: #222222;
  text-decoration: none;
}
a span {
  border: 1px solid transparent;
}
a:hover, a:focus {
  color: #055695;
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

ol {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  line-height: 1.5;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: none;
}
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

input {
  outline: none;
}

.entry-content img{margin:0 0 1.5em;}
.alignleft,img.alignleft{margin-right:1.5em;display:inline;float:left;}
.alignright,img.alignright{margin-left:1.5em;display:inline;float:right}
.aligncenter,img.aligncenter{margin-right:auto;margin-left:auto;display:block;clear:both}
.wp-caption{margin-bottom:1.5em;text-align:center;padding-top:5px;max-width: 100%;}
.wp-caption img{border:0 none;padding:0;margin:0;height: auto;}
.wp-caption p.wp-caption-text{line-height:1.5;font-size:10px;margin:0}
.wp-smiley{margin:0!important;max-height:1em}
blockquote.left{margin-right:20px;text-align:right;margin-left:0;width:33%;float:left}
blockquote.right{margin-left:20px;text-align:left;margin-right:0;width:33%;float:right}
.centered{float:none;margin-left:auto;margin-right:auto}
.content-single img{max-width:100%;height: auto;}
button{outline:none}
button:focus { outline: none; }

.m-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

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

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

.p-60 { padding: 60px 0; }
.p-100 { padding: 100px 0; }


.pagination {
    display: block;
    text-align: center;
    clear: both;
    margin-top: 40px;
    width: 100%;
}

.pagination .page-numbers {
    font-size: 17px;
    color: rgba(77,77,77);
    width: 36px;
    transition: all ease .4s;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background-color: #EAEAEA;
}

.pagination .page-numbers:hover,.pagination .page-numbers:focus,.pagination .page-numbers.current {
    background-color: #055695;
    color: #fff;
}

.pagination .screen-reader-text {
    display: none;
}
.container.moreblog {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.pagination .page-numbers.dots {
    font-family: initial;
}

.position-relative { position: relative; }

tbody, td, tfoot, th, thead, tr { border-width: 1px; }

/*Header*/
.header {width: 100%; z-index: 990; transition: all .8s; }
.header.scroll { background: #fff; }
.header.scroll .navbar-nav .nav-item .nav-link { color: #055695; }
.header.scroll.single { transform: translateY(-100%); }
.header__inner {padding: 6px 0; width:100%; }
.header .logo-main { width: 100px; }
.header .logo-main img { max-height: 70px; object-fit: contain;}
.header .nav-comp-column {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.section-banner .item .wrap-info { position: absolute; bottom: 20px; left: 0; text-align: center; right: 0; z-index: 2; }

.banner.default-banner { height: 350px; width: 100%; position: relative;}


/*Nav-bar*/
.navbar-nav {-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } 
.navbar-nav>.nav-item {padding-right: 40px; -webkit-transition: all ease 0.6s; -o-transition: all ease 0.6s; transition: all ease 0.6s; }
.navbar-nav .nav-item .nav-link {position: relative; padding: 0; color: #055695; font-weight: 700; text-transform: uppercase;}
.header.active .navbar-nav .nav-item {padding: 10px; }
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item.active .nav-link { color: #055695; }
.navbar-toggler {display: none; outline: none;}
.mobile-menu {display: none; }
.navbar-nav>.nav-item:last-child { padding-right: unset; }


/*Commont*/
.title{ font-size: 16px; text-transform: uppercase; line-height: 1.3em; padding: 7px 0; font-weight: bold; }
.btn {
  background-color: #055695;
  color: #fff;
  padding: 15px 20px;
  transition: all ease .4s;
}

.bd-bot { border-bottom: 1px solid rgba(0,0,0,.16); }

/*header section*/
.heading.txt-center {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    float: none;
}

.heading {
  position: relative;
  margin-bottom: 10px;
}

.heading .sub-title {
    font-size: 14px;
    color: #055695;
    margin: 0;
    text-transform: uppercase;
    line-height: 20px;
/*     background: linear-gradient(to right,#A7761E 0%,#FFCE42 30.91%,#FFFFB5 41.82%,#FFCE42 57.58%,#A7761E 83.53%,#FFCE42 96.89%,#FFCE42 100%);
    -webkit-text-fill-color: transparent; */
    -webkit-background-clip: text;
}

.heading .title {
    margin: 0;
    padding-left: 40px;
    font-weight: bold;
    font-size: 23px;
    position: relative;
    line-height: 30px;
    color: #6ec1e4;
}

.heading .title:before {
    content: " ";
    width: 30px;
    height: 28px;
    border-top: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 0;
}

.project-banner-content .heading { margin-bottom: 0; }

/*Section_1*/
section.slider {
    height: 900px;
    background-position: center;
    background-size: cover;
    position: relative;
}

section.slider:before {
  content: '';
  left: 0; 
  right: 0; 
  bottom: 0; 
  top: 0;
  background: rgba(0,0,0,0.3);
  position: absolute;
}

section.slider .headline {
    position: absolute;
    right: 0;
    top: 240px;
    pointer-events: none;
    overflow: hidden
}

section.slider .headline h1 {
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;
}

section.slider .headline h1 .top {
    color: #fff;
    display: block;
    font-size: 100px;
}

section.slider .headline h1 .top:after {
    content: "";
    position: absolute;
    left: 300px;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right,#A7761E 0%,#FFCE42 30.91%,#FFFFB5 41.82%,#FFCE42 57.58%,#A7761E 83.53%,#FFCE42 96.89%,#FFCE42 100%);
    top: 98px;
}

section.slider .headline h1 .bot {
    font-size: 75px;
    background: linear-gradient(to right,#A7761E 0%,#FFCE42 30.91%,#FFFFB5 41.82%,#FFCE42 57.58%,#A7761E 83.53%,#FFCE42 96.89%,#FFCE42 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

section.slider .headline h2 {
    font-size: 26px;
}

.button.btn {background: #055695; color: #000; font-weight: 700; padding: 6px 80px; position: relative; border: 1px solid #7C7C7C; border-radius: 0; text-transform: uppercase; }
.button.btn span {position: relative; z-index: 1; }
.button.btn:before { position: absolute; content: ''; display: block; left: 0; top: 0; right: 0; bottom: 0; -webkit-transform: scale(1,1); transform: scale(1,1); -webkit-transform-origin: left center; transform-origin: left center; z-index: 1; background-color: #fff; -webkit-transition: -webkit-transform 0.45s cubic-bezier(.785,.135,.15,.86); transition: -webkit-transform 0.45s cubic-bezier(.785,.135,.15,.86); transition: transform 0.45s cubic-bezier(.785,.135,.15,.86); transition: transform 0.45s cubic-bezier(.785,.135,.15,.86),-webkit-transform 0.45s cubic-bezier(.785,.135,.15,.86);}
.button.btn:hover:before {webkit-transform-origin: right center; transform-origin: right center; -webkit-transform: scale(0,1); transform: scale(0,1); }
.button.btn:hover {color: #fff; }

.bg-slanted-left:before {z-index: -1; content: ""; background: linear-gradient(to top, #055695 0%, #1cace4 30.91%, #055695 41.82%, #1cace4 57.58%, #055695 83.53%, #1cace4 96.89%, #1cace5 100%); position: absolute; top: 7vw; left: 0; right: 0; height: 500px; transform: skewY(13deg); -webkit-transform: skewY(13deg); transform-origin: top; -webkit-transform-origin: top; }
.bg-slanted {position: relative; z-index: 1; }
.bg-slanted:after {z-index: -1; content: ""; position: absolute; top: 0; left: 0; bottom: -200px; right: 0; transform: skewY(-13deg); -webkit-transform: skewY(-13deg); transform-origin: top; -webkit-transform-origin: top; }
.bg-slanted.bg-skew-9:after {transform: skewY(-9deg); -webkit-transform: skewY(-9deg); }
.bg-slanted.bg-slanted-white:after {background:url(/wp-content/uploads/2026/01/imgi_97_bg-tien-ich-1.svg); }
.bg-slanted.bg-slanted-grey:after {background-color: #fff; }


.about-us { padding-top: 160px; padding-bottom: 180px; margin-top: -215px; }
.about-us__inner { display: flex; flex-wrap: wrap;}
.about-us__left { width: 60%; padding-right: 60px; padding-bottom: 40px;}
.about-us__list { display: flex; flex-wrap: wrap; margin: -20px; }
.about-us__list-item { width: 50%; padding: 20px;}
.about-us__list-item .icon img { height: 60px; }
.about-us__list-item .info .name { font-size: 20px; font-weight: bold; margin: 15px 0; }

.about-us__right { width: 40%; }
.about-us__right .wrap-img { height: 100%; position: relative;}
.about-us__right .wrap-img:before {content: ''; position: absolute; top: 80px; left: -30px; bottom: -30px; right: 30px; background: linear-gradient(to top, #055695 0%, #1cace4 30.91%, #055695 41.82%, #1cace4 57.58%, #055695 83.53%, #1cace4 96.89%, #1cace5 100%);}
.about-us__right .wrap-img:after {content: ''; position: absolute; top: 88px; left: -22px; background: #fff; bottom: -22px; right: 38px;}
.about-us__right .wrap-img img { height: 100%; position: absolute; top: 0; left: 0; width: 100%; z-index: 3;}


/*Project*/

.project .heading { padding-bottom: 20px; }
.project .introduce { max-width: 60%; margin: auto; text-align: center; margin-bottom: 40px;}
.project__inner { position: relative; }
.project__list { padding-left: 0; margin-bottom: 0; overflow: hidden;}
.project__list-item { list-style-type: none; }
.project__list-item .link-project { position: relative; display: block; }
.project__list-item .link-project .name { font-size: 24px; font-weight: bold; color: #ffffff; position: absolute; top: 20px; left: 30px; max-width: 146px; z-index: 1; }
.project__list-item .link-project .position { position: absolute; bottom: 30px; left: 30px; color: #F8F8F8; font-weight: bold; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; z-index: 1; letter-spacing: 6.8px; }
.project__list-item .link-project:before { content: ''; position: absolute; left: 0; bottom: 0; top: 0; right: 0; background-color: rgba(0, 0, 0, 0.42); z-index: 1; }
.project__list-item .link-project .wrap-img { position: relative; padding-top: 185%; height: 0; overflow: hidden;}
.project__list-item .link-project .wrap-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: all ease 0.4s;}
.project__list-item:nth-child(2n) .link-project:before { content: none; }
.project .button-arrow { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; color: #ffffff; font-size: 13px; text-transform: uppercase; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; }
.project .button-arrow img { width: 20px; }
.project .button-arrow span { padding: 0 10px; letter-spacing: 1.5px; }
.project .button-arrow.button-next { right: 15px; }
.project .button-arrow.button-prev { left: 15px; }
.project__list-item .link-project:hover img { transform: scale(1.1); }

.partner { position: relative; margin-top: -100px; background: transparent; padding-top: 100px; padding-bottom: 180px;}
.partner.bg-slanted-left:before { background: #fff }
.partner .heading { margin-bottom: 40px; }
.partner__list { display: flex; flex-wrap: wrap; margin: -15px;}
.partner__list-item { width: 20%; padding: 15px; }
.partner__list-item a {display: block; box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%); padding: 15px; background: #fff; height: 100%; } 
.partner__list-item .wrap-img { position: relative; height: 0; padding-top: 70%; }
.partner__list-item .wrap-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; }

.blog { position: relative; z-index: 10;}
.blog .heading { padding-bottom: 40px; }
.blog__list { display: flex; flex-wrap: wrap; margin: -10px; }
.blog__list-item { padding: 10px; }
/*.blog__list-item a { display: flex; position: relative; background: #fff; }*/
.blog__list-item .wrap-img { width: 100%; position: relative; height: 200px; padding-top: 40%; overflow: hidden;}
.blog__list-item .content { width: 100%; margin-top: 10px;}
.blog__list-item .content .title { font-size: 16px; padding: unset; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; margin-bottom: 5px; color:#055695;height:25px;}
.blog__list-item .content .des {display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; margin-bottom: 5px;}
.blog__list-item .wrap-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: all ease .4s;}
.blog__list-item a:hover .wrap-img img{ opacity: 0.8; transform: scale(1.1) }

.blog__list-item .date>div:first-child { font-size: 20px; font-weight: bold; line-height: 1;}
.blog__list-item .date>div:last-child { font-size: 12px; }
.blog__list-item a:hover .date { color: #fff; }
.blog__list-item .see-more { color: #055693; font-size: 13px; }

section.gcg .heading .sub-title { color: #055695; background: transparent; -webkit-text-fill-color: unset; }
section.gcg .heading .title:before { border-top-color: #fff; }
section.gcg { position: relative; z-index: 1; padding-top: 100px; padding-bottom: 200px; background:url(/wp-content/uploads/2026/01/imgi_97_bg-tien-ich-1.svg); }
section.gcg .overlay, section.gcg .overlay:before, section.gcg .overlay:after { z-index: -1; position: absolute; left: 0px; right: 0px; bottom: 0px; top: 0px; }
section.gcg .overlay:before { content: ""; background-image: url(../images/bg-cloud.jpg); background-attachment: fixed; background-size: cover; background-position: center; opacity: .2; }
section.gcg .overlay:after { content: "";  background-image: url(../images/shadow-bot.png); background-repeat: repeat-x; background-position: top; }
section.gcg .title { color: #055695; margin-bottom: 25px; }
.btn-contact-2 { position: relative; overflow: hidden; border: 1px solid #055594; background-color: #055594; color: #fff; font-size: 20px; letter-spacing : 4px; padding: 11px 29px; display: inline-block; border-radius: 6px; transition: all ease .4s; }
.btn-contact-2:hover { color: #fff; background: transparent; box-shadow: 1px 2px 5px rgba(0,0,0,0.3); }
.btn-contact-2:before { content: ""; width: 50px; position: absolute; left: -100px; top: -100%; bottom: -100%; background-color: rgba(255,255,255,.5); transform: rotate(45deg); -webkit-transform: rotate(45deg); transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }
.btn-contact-2:hover:before { left: 120%; }
section.gcg .btn-contact-2 { margin-bottom: 20px; }
section.gcg .image-gcg { width: 1000px; margin: auto; }


/*Footer*/
.section-info-footer { position: relative; text-align: center; background-image: url(/wp-content/uploads/2026/01/imgi_97_bg-tien-ich-1.svg); background-position: center; background-size: cover; padding: 60px 15px; z-index: 10;}
.section-info-footer:before { position: absolute; left: 0; top: 0; right: 0; bottom: 0; content: ""; background: rgba(255,255,255,.4); }
.section-info-footer .c-info-footer { position: relative; }
.section-info-footer .wrap-footer-logo { margin-bottom: 50px; }
.section-info-footer .wrap-footer-logo .footer-logo { width: 200px; }
.section-info-footer .company-info { border-bottom: 2px solid #091b34; padding-bottom: 10px; margin-bottom: 15px; display: inline-block; }
.section-info-footer .footer-socials { list-style-type: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; justify-content: center; }
.section-info-footer .footer-socials .item { padding-left: 15px; padding-right: 15px; }
.section-info-footer .footer-socials .item .text { color: inherit; text-decoration: none; }
.section-info-footer .footer-socials .item .icon { margin-right: 10px; }
.section-copyright { padding: 15px; color: #fff; background: #055695; text-align: center; }
.section-copyright a { color: #fff; }


/*News*/
.page-news.blog  { padding-top: 10px; background: transparent; padding-bottom: 60px;}
.page-news .blog__list-item a { display: block; }
.page-news .blog__list-item { width: 33.33%; }
.page-news .blog__list-item .wrap-img { width: 100%; padding-top: 75%;}
.page-news .blog__list-item .content { width: 100%; padding-left: unset; padding-top: 15px; }


/*Project*/
section.properties {
    padding-top: 120px; 
    margin-top: -60px;
    padding-bottom: 60px;
}

section.properties .title {
    padding-bottom: 15px;
    margin-bottom: 40px;
}

section.properties .title:after {
    left: 0;
    transform: none;
}

section.properties .list-properties {
    margin-left: -15px;
    margin-right: -15px;
    overflow: auto;
}

section.properties .list-properties .property-info {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    float: left;
    width: 33.33%;
    overflow: hidden;
    position: relative;
}

section.properties .property-info .container-property {
    position: relative;
    display: block;
    cursor: pointer;
}

section.properties .property-info .img {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    transition: all ease .4s;
}

section.properties .property-info .overlay {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 10%;
    bottom: 10%;
    background-color: rgba(0,0,0,.6);
    transition: all ease .4s;
}

section.properties .property-info .overlay:before {
    border: 1px solid #fff;
    position: absolute;
    left: 40%;
    right: 40%;
    top: 40%;
    bottom: 40%;
    content: '';
    opacity: 0;
    transition: all ease .4s;
}

section.properties .property-info:hover .overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

section.properties .property-info:hover .overlay:before {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    opacity: 1;
}

section.properties .property-info .info {
    position: absolute;
    left: 10%;
    right: 10%;
    padding: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

section.properties .property-info .info .property-title {
    text-transform: uppercase;
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 10px;
}

section.properties .property-info .info .price-tag {
    margin-bottom: 10px;
}

section.properties .property-info .info .price-tag .price {
    color: #e7b737;
}

section.properties .property-info .info .description {
    display: none;
}

.about-us { padding-top: 160px; padding-bottom: 180px; margin-top: -215px; }
.about-us__inner { display: flex; flex-wrap: wrap;}
.about-us__left { width: 60%; padding-right: 60px; padding-bottom: 40px;}
.about-us__list { display: flex; flex-wrap: wrap; margin: -20px; }
.about-us__list-item { width: 50%; padding: 20px;}
.about-us__list-item .icon img { height: 60px; }
.about-us__list-item .info .name { font-size: 20px; font-weight: bold; margin: 15px 0;color: #055695; }

.about-us__right { width: 40%; }
.about-us__right .wrap-img { height: 100%; position: relative;}
/*.about-us__right .wrap-img:before {content: ''; position: absolute; top: 80px; left: -30px; bottom: -30px; right: 30px; background: linear-gradient(to top,#A7761E 0%,#FFCE42 30.91%,#FFFFB5 41.82%,#FFCE42 57.58%,#A7761E 83.53%,#FFCE42 96.89%,#FFCE42 100%);}*/
.about-us__right .wrap-img:after {content: ''; position: absolute; top: 88px; left: -22px; background: #fff; bottom: -22px; right: 38px;}
.about-us__right .wrap-img img { height: 100%; position: absolute; top: 0; left: 0; width: 100%; z-index: 3;}


/*Project*/
.project .top { padding-top: 120px; padding-bottom: 0px; }
.project .heading { padding-bottom: 20px; }
.project .introduce { max-width: 60%; margin: auto; text-align: center; margin-bottom: 40px;}
.project__inner { position: relative; }
.project__list { padding-left: 0; margin-bottom: 0; overflow: hidden;}
.project__list-item { list-style-type: none; }
.project__list-item .link-project { position: relative; display: block; }
.project__list-item .link-project .name { font-size: 24px; font-weight: bold; color: #ffffff; position: absolute; top: 20px; left: 30px; max-width: 146px; z-index: 1; }
.project__list-item .link-project .position { position: absolute; bottom: 30px; left: 30px; color: #F8F8F8; font-weight: bold; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; z-index: 1; letter-spacing: 6.8px; }
.project__list-item .link-project:before { content: ''; position: absolute; left: 0; bottom: 0; top: 0; right: 0; background-color: rgba(0, 0, 0, 0.42); z-index: 1; }
.project__list-item .link-project .wrap-img { position: relative; padding-top: 185%; height: 0; overflow: hidden;}
.project__list-item .link-project .wrap-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: all ease 0.4s;}
.project__list-item:nth-child(2n) .link-project:before { content: none; }
.project .button-arrow { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; color: #ffffff; font-size: 13px; text-transform: uppercase; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; }
.project .button-arrow img { width: 20px; }
.project .button-arrow span { padding: 0 10px; letter-spacing: 1.5px; }
.project .button-arrow.button-next { right: 15px; }
.project .button-arrow.button-prev { left: 15px; }
.project__list-item .link-project:hover img { transform: scale(1.1); }

.viewmore {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 5px 15px 4px 15px;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.viewmore:hover {
    background-color: #e7b737;
    border-color: #e7b737;
}



/*Contact*/
/*Page Contact*/
.contact-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-content__inner .left {
  width: 40%;
}
.contact-content__inner .right {
  width: 60%;
  padding-left: 30px;
}
.contact-content__inner .list-contact__item .title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}
.contact-content__inner .list-contact__item a {
  color: #444c59;
}

.conent-page-contact .form-register {
  padding: unset;
  margin: unset;
}
.form-register .form-register__inner-submit .btn {
    background-color: #055594;
    color: #fff;
}

.form-register .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
.form-register .form-group .required-icon {
  color: red;
}
.form-register .form-group label {
  font-size: 12px;
  color: #afb0b0;
}
.form-register .form-group .input {
  padding: 12px 0;
  border: none;
  border-bottom: 2px solid #000;
  width: 100%;
  outline: none;
  color: #000;
  line-height: 21px;
  width: 100%;
}


section.video { position: relative; z-index: 2; padding-top: 100px; margin-top: 100px;}
section.video.bg-slanted:after { bottom: -160px; }
.about-us.page-introduce { padding-bottom: 100px; }
section.video .frame {width: 100%; padding-top: 56.25%; position: relative; margin-bottom: 40px; }
section.video .frame iframe {width: 100%; height: 100%; left: 0; top: 0; position: absolute; }
.partner.page-introduce { padding-top: 340px; padding-bottom: 80px; }
section.video .heading { margin-bottom: 30px; }

.contact-content { padding-top: 160px; margin-top: -215px; padding-bottom: 80px;}
.contact-content .list-contact { list-style: none; padding-left: unset; }

/*Recruitment*/
.content-after-banner {
   margin-top: 15px;
}

.content-after-banner.bg-skew-9 {
    margin-top: -60px
}
#page-tuyen-dung .tab-tuyen-dung .nav {
    background-color: #0DAD4B;
    margin-bottom: 40px
}

#page-tuyen-dung .tab-tuyen-dung .nav>li {
    margin: 0
}

#page-tuyen-dung .tab-tuyen-dung .nav>li a {
    border-radius: 0;
    transition: all ease .4s;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px
}

#page-tuyen-dung .tab-tuyen-dung .nav>li a:hover,#page-tuyen-dung .tab-tuyen-dung .nav>li a:focus,#page-tuyen-dung .tab-tuyen-dung .nav>li.active a {
    background-color: rgba(20,35,60,.67)
}


#page-tuyen-dung .title {
    margin-bottom: 20px;
}

#page-tuyen-dung .description {
    padding-bottom: 25px;
    border-bottom: 1px solid #14233C
}

#page-tuyen-dung .bock {
    display: table;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #14233C;
    width: 100%
}

#page-tuyen-dung .bock .block-title {
    display: table-cell;
    width: 37%;
    vertical-align: middle;
    padding-right: 15px
}

#page-tuyen-dung .bock .container-block-title {
    display: table;
    width: 100%
}

#page-tuyen-dung .bock .container-block-title .icon {
    display: table-cell;
    width: 77px;
    padding-right: 20px;
    vertical-align: middle
}

#page-tuyen-dung .bock .container-block-title .title {
    display: table-cell;
    text-transform: uppercase;
    width: calc(100% - 77px);
    vertical-align: middle;
    padding-bottom: 0;
    text-align: left
}

#page-tuyen-dung .bock .block-detail {
    display: table-cell;
    width: 63%;
    vertical-align: middle;
    padding-left: 15px;
    text-align: justify
}

#page-tuyen-dung .csns {
    padding-top: 20px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
}

#page-tuyen-dung .csns .list-position {
    width: 50%;
    padding-right: 38px;
}

.container-positions-info {
    width: 50%;
}

#page-tuyen-dung .csns .list-position .table>tbody>tr>td,#page-tuyen-dung .csns .list-position .table>tbody>tr>th,#page-tuyen-dung .csns .list-position .table>tfoot>tr>td,#page-tuyen-dung .csns .list-position .table>tfoot>tr>th,#page-tuyen-dung .csns .list-position .table>thead>tr>td,#page-tuyen-dung .csns .list-position .table>thead>tr>th {
    padding: 15px 5px;
}

#page-tuyen-dung .tab-tuyen-dung .nav {
    background-color: #f8c73f;
    margin-bottom: 40px;
}

#page-tuyen-dung .tab-tuyen-dung {
  display: flex;
  justify-content: center;
}

#page-tuyen-dung .tab-tuyen-dung .nav>li {
    margin: 0;
}

#page-tuyen-dung .tab-tuyen-dung .nav>li a {
    border-radius: 0;
    transition: all ease .4s;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    display: block;
    padding: 5px 15px;
}

#page-tuyen-dung .tab-tuyen-dung .nav>li a:hover,#page-tuyen-dung .tab-tuyen-dung .nav>li a:focus,#page-tuyen-dung .tab-tuyen-dung .nav>li.active a {
    background-color: #6ec1e4;
}




#page-tuyen-dung .positions-info { background-color: #f5f5f5; border-radius: 10px; margin-top: 15px; padding: 20px }
#page-tuyen-dung .csns tbody tr { cursor: pointer }

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

/*Library*/
.page-gallery.gallery { padding-top: 120px; margin-top: -60px; padding-bottom: 60px;}
.page-gallery__list__list { margin: -10px; }
.gallery .heading { margin-bottom: 30px; }
.page-gallery__list-item { padding: 10px; outline: none;}
.page-gallery__list-item .wrap-img { position: relative; height: 0; padding-top: 72.5%; overflow: hidden; }
.page-gallery__list-item .wrap-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: all ease 0.4s; }
.page-gallery__list-item .info, .video-library__list-item a .name { font-size: 18px; font-weight: bold; text-align: center; margin-top: 10px;}
.page-gallery__list-item a:hover .wrap-img img { transform: scale(1.1) rotate(5deg);}


.video-library { padding-top: 100px; margin-top: 100px;}
.video-library .title { margin-bottom: 30px; }
.video-library.bg-slanted:after { bottom: -160px; }
.video-library__inner { max-width: 83%; margin: auto; }
.video-library__list { list-style: none; padding-left: unset; margin: -15px;}
.video-library__list-item a { position: relative; display: block;}
.video-library__list-item .icon-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.video-library__list-item .icon-play img { width: 80px; height: 80px; }
.video-library__list-item .thumnail { position: relative; height: 100%; padding-top: 60%; overflow: hidden;}
.video-library__list-item .thumnail>img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: all ease 0.4s;}
.video-library__list-item { padding: 15px; outline: none;}

.slick-prev, .slick-next {  width: 30px; height: 30px; border-radius: 50%;}
.slick-prev:before, .slick-next:before { content: none; }
.slick-prev, .slick-prev:hover, .slick-prev:focus { left: -30px; background: #ca9143 url(../images/icons/arrow-prev-w.svg) no-repeat; background-size: 20px 10px; background-position: center; }
.slick-next, .slick-next:hover, .slick-next:focus { right: -30px; background: #ca9143 url(../images/icons/arrow-next-w.svg) no-repeat; background-size: 20px 10px; background-position: center;}
.video-library__list-item a:hover .thumnail img { transform: scale(1.1) rotate(3deg); }

.brochure-project { padding-bottom: 65px; padding-top: 300px; position: relative; z-index: 3;}
.brochure-project .title { margin-bottom: 30px; }
.brochure-project__content .list-page { list-style: none; margin-bottom: 0; max-width: 80%; margin: auto; padding: 0 8.5%;}
.brochure-project__content .list-page__item .wrap-img { height: 0; padding-top: 50%; position: relative; }
.brochure-project__content .list-page__item .wrap-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.brochure-project__content .list-page .slick-prev, .brochure-project__content .list-page .slick-prev:hover, .brochure-project__content .list-page .slick-prev:focus { left: 0; }
.brochure-project__content .list-page .slick-next, .brochure-project__content .list-page .slick-next:hover, .brochure-project__content .list-page .slick-next:focus { right: 0; }
.brochure-project__content .bottom .list-page__item .wrap-img { padding-top: 35.7%; }
.brochure-project__content .top { margin-bottom: 18px; }
.brochure-project__content .list-page__item { padding: 0 4px; outline: none;}
.brochure-project__content .list-page__item a { display: block; border-radius: 20px; overflow: hidden; background-color: #f0f0f0;}
.brochure-project__content .download { display: inline-block; background-color: #ca9143; margin-top: 60px;}
.brochure-project__content { text-align: center; }

.blog-related { padding-top: 20px; }
.blog-related .blog-list { display: flex; flex-wrap: wrap;}

.block-content .title>div { font-size: 13px; color: #999; font-weight: 400; }
.block-content .info { color: #055695; margin: -15px;}
.block-content .info span { padding: 15px; display: inline-block; }


/*Phone*/
.hotline-phone-ring-wrap {position: fixed; bottom: 0; left: 0; z-index: 999999; }
.hotline-phone-ring {position: relative; visibility: visible; background-color: transparent; width: 110px; height: 110px; cursor: pointer; z-index: 11; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); transition: visibility .5s; left: 0; bottom: 0; display: block; }
.hotline-phone-ring-circle {width: 87px; height: 87px; top: 10px; left: 10px; position: absolute; background-color: transparent; border-radius: 100%; border: 2px solid #055695; -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out; animation: phonering-alo-circle-anim 1.2s infinite ease-in-out; transition: all .5s; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; opacity: .5; }
.hotline-phone-ring-circle-fill {width: 57px; height: 57px; top: 25px; left: 25px; position: absolute; background-color: rgb(250, 179, 23, 0.75); border-radius: 100%; border: 2px solid transparent; -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out; animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out; transition: all .5s; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.hotline-phone-ring-img-circle {background-color: #055695; width: 33px; height: 33px; top: 37px; left: 37px; position: absolute; background-size: 20px; border-radius: 100%; border: 2px solid transparent; -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out; animation: phonering-alo-circle-img-anim 1s infinite ease-in-out; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; align-items: center; justify-content: center; }
.hotline-phone-ring-img-circle .pps-btn-img {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.hotline-phone-ring-img-circle .pps-btn-img img {width: 20px; height: 20px; }
.hotline-bar {position: absolute; background: rgb(250, 179, 23, 0.75); height: 40px; width: 200px; line-height: 40px; border-radius: 3px; padding: 0 10px; background-size: 100%; cursor: pointer; transition: all 0.8s; -webkit-transition: all 0.8s; z-index: 9; box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1); border-radius: 50px!important; left: 33px; bottom: 37px; }
.hotline-bar>a {color: #fff; text-decoration: none; font-size: 15px; font-weight: 700; text-indent: 50px; display: block; letter-spacing: 1px; line-height: 40px; }
.hotline-bar>a:hover,.hotline-bar>a:active {color: #fff; }
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}


.project-banner {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.project-banner-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20%;
  left: 0;
  z-index: -1;
}

.project-banner-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.project-banner-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.9;
  background: #fff;
}

.project-banner-wrapper {
  display: flex;
  justify-content: space-between;
}

.project-banner-image {
  width: 100%;
  max-width: 650px;
  margin-left: 20px;
}

.project-banner-img {
  display: block;
  height: 100%;
}

.project-banner-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.project-banner-content {
  flex: 1;
}

.project-banner-content .heading .title {
  margin-bottom: 0;
}

.project-banner-location {
  font-weight: 300;
  color: #0b0c0c;
}

.project-banner-description {
  margin-top: 45px;
}

.project-banner-description p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  /*.project-banner {*/
  /*  padding: 160px 0 15px;*/
  /*}*/

  .project-banner-image {
    max-width: 490px;
    margin-left: 15px;
  }

  .project-banner-description {
    margin-top: 34px;
  }
}

@media only screen and (max-width: 991px) {
  /*.project-banner {*/
  /*  padding: 100px 0 15px;*/
  /*}*/

  .project-banner-wrapper {
    flex-wrap: wrap;
  }

  .project-banner-content {
    width: 100%;
  }

  .project-banner-image {
    margin-left: 0;
    margin-top: 30px;
    max-width: 100%;
  }
}
/* END Project Banner */
/* Project Menu */
.project-nav {
  background-color: #fff;
  position: sticky;
  z-index: 100;
  top: 0;
}

.project-nav.sticky .project-logo {
  width: 100%x;
  height: auto;
  transition: 0.3s all ease;
}

.project-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-logo {
  width: 145px;
  height: 145px;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: 0.3s all ease;
}

.project-logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.project-nav-menu {
  width: 100%;
  max-width: 880px;
}

.project-menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-menu li {
  flex: 1;
  text-align: center;
}

.project-menu li a {
  display: block;
  padding: 7px;
  background: #f0f0f0;
  color: #b07c64;
  font-weight: 700;
}

.project-menu li + li {
  margin-left: 2px;
}

.project-menu li .item-hash.active {
  background: #b07c64;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .project-logo {
    width: 115px;
    height: 115px;
  }

  .project-nav-menu {
    max-width: 700px;
  }
}
@media only screen and (max-width: 991px) {
  .project-logo {
    width: 85px;
    height: 85px;
  }

  .project-nav-menu {
    max-width: 700px;
  }

  .project-nav-menu-mobile {
    flex: 1;
    width: 100%;
    max-width: 320px;
    margin-left: 20px;
  }

  .project-menu {
    width: 100%;
  }

  .project-menu .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 0;
    border-color: #b07c64;
    color: #b07c64;
    font-weight: 500;
    line-height: 1;
    box-shadow: none !important;
    outline: none;
  }

  .project-menu .dropdown-menu {
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: 0;
    margin: 0;
  }

  .project-menu .dropdown-menu .dropdown-item {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .project-logo {
    width: 60px;
    height: 60px;
  }

  .project-menu .btn {
    padding: 7px 15px;
  }
}
/* END Project Menu */
/* Project Video */
.project-title {
  color: #6a341b;
}

.project-video {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.project-video-wrapper {
  display: flex;
  justify-content: space-between;
}

.project-video-vid {
  width: 100%;
  max-width: 550px;
  margin-right: 20px;
}

.project-video-content {
  flex: 1;
}

.project-description ul {
  list-style: none;
}

.section-project .video {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 60%;
  z-index: 1;
}

.section-project .project-description table tr, .section-project .project-description table td {
  padding: 5px;
}

.section-project .video > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-project .video:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #6a341b;
  z-index: 1;
  opacity: 0.7;
}

.section-project .video-play-btn {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #fff !important;
  transition: 0.3s all ease;
}

.section-project .video-play-btn i {
  margin-left: 5px;
}

.section-project .video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  transition: 0.3s all ease;
}
@media only screen and (max-width: 1199px) {
  .section-project .project-video {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-project .project-video-vid {
    max-width: 410px;
    margin-right: 15px;
  }

  .section-project .video-play-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    font-size: 27px;
  }
}
@media only screen and (max-width: 991px) {
  .section-project .project-video-wrapper {
    flex-wrap: wrap;
  }

  .section-project .project-video-content {
    width: 100%;
  }

  .section-project .project-video-vid {
    max-width: 100%;
    margin: 0;
    margin-top: 10px;
  }
}
/* END Project Video */
/* Project Location */
.project-location {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 1199px) {
  .project-location {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 1199px) {
  .project-location {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* END Project Location */
/* Project Gallery */
.gallery-row {
  margin: -2px;
  display: flex;
  flex-wrap: wrap;
}

.project-gallery {
  overflow: hidden;
}

.gallery-col {
  padding: 2px;
  flex: 100%;
}

.gallery-col-3 {
  flex: calc(100% / 3);
}

.image-ratio {
  display: block;
  width: 100%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.image-ratio.image-ratio-small {
  padding-top: 35%;
}

.image-ratio > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
  transition: 0.3s all ease;
}

.img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  font-size: inherit;
  font-weight: 700;
  color: #fff;
  background-color: #b07c64;
}

.image-ratio:hover > img {
  transform: translate(-50%, -50%) scale(1.1);
  transition: 0.3s all ease;
}

/* END Project Gallery */
/* Project Slide */

.project-slide {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fcfcfc;
}

.project-slide-container .slick-list {
  margin: 0 -10px;
}

.project-slide-container .slick-slide {
  margin: 0 10px;
}

.project-slide-container .slick-dotted.slick-slider {
  margin-bottom: 10px;
}

.slick-pagination {
  position: relative;
}

.slick-pagination .slick-dots {
  position: relative;
  bottom: 0;
}

.slick-pagination .slick-dots li {
  width: auto;
  height: auto;
}

.slick-pagination .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  background-color: #5a5a5a;
}

.slick-pagination .slick-dots li button:before {
  display: none;
}

.slick-pagination .slick-dots li.slick-active button {
  background-color: #b07c64;
}
/* END Project Slide */
/* Project Note */
.project-note {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fcfcfc;
}

.project-note-container {
  padding: 40px;
  background-color: #f5f5f5;
}

.project-note-container .project-title {
  color: #b07c64;
  margin-bottom: 15px;
}

.project-note-container .project-title:before {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .project-note-container {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .project-note-container {
    padding: 30px 15px;
  }

  .project-note-container .project-title {
    margin-bottom: 0px;
  }
}
/* END Project Note */
/* Project Layout */
.heading h2.title.project-title {
  color: #6a341b;
}

.project-layout {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fcfcfc;
}

.project-layout-container {
  overflow: hidden;
}

.project-layout-container .slick-list {
  margin: 0 -10px;
}

.project-layout-container .slick-slide {
  margin: 0 10px;
}

.project-layout-container .slick-slide .image-ratio {
  pointer-events: none;
}

.project-layout-container .slick-slide .image-ratio:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #b07c64;
  opacity: 0.8;
  transition: 0.3s all ease;
}

.project-layout-container .slick-slide .image-ratio .img-lable {
  opacity: 0;
  transition: 0.3s all ease;
}

.project-layout-container .slick-slide.slick-current .image-ratio {
  pointer-events: auto;
}

.project-layout-container .slick-slide.slick-current .image-ratio:before {
  opacity: 0;
  transition: 0.3s all ease;
}
/* END Project Layout */
/* Project News */
.project-news {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
}

.project-news .row [class*="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* END Project News */
/* Project Gallery Full */
.project-gallery-full {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #f8f8f8;
}

.project-gallery-full .image-ratio {
  padding-top: 60%;
}

.gallery-padding-big {
  margin: -5px;
}

.gallery-padding-big .gallery-col {
  padding: 5px;
}

.gallery-col-4 {
  flex: 25%;
}

@media only screen and (max-width: 767px) {
  .gallery-col-4 {
    flex: 50%;
  }
}
/* END Project Gallery Full */
.wpcf7-form p {
  margin-bottom: 0;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  padding: 7px 10px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #a8a8a8;
  outline: none !important;
  box-shadow: none !important;
}
.header.single {
    display: none;
}
.wpcf7-form-control-wrap textarea {
  height: 6em;
}

/* Project Form Full */

.project-form-full {
  background: linear-gradient(180deg, #1cace4, #055695);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-form-full .heading h2.title {
  color: #fff;
}

.project-form-full .n-title:before {
  border-top-color: #fff;
}

.project-form-full .wpcf7-form-control-wrap input,
.project-form-full .wpcf7-form-control-wrap textarea {
  background: transparent;
  color: #fff;
}

.project-form-full .wpcf7-form-control-wrap input::placeholder,
.project-form-full .wpcf7-form-control-wrap textarea::placeholder {
  color: #fff;
}

.project-form-full .btn-submit {
  min-width: 280px;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  color: #b07c64;
  transition: 0.3s all ease;
}

.project-form-full .btn-submit:hover {
  background-color: #055694;
  color: #fff;
}

.input-group {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.input-group p {
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .project-form-full .btn-submit {
    min-width: 200px;
  }
}

/* END Project Form Full */
/* Project Form */

.project-form {
  padding-top: 30px;
  padding-bottom: 30px;
}

.project-form .container-right {
  padding-left: 0;
}

.project-form-container {
  display: flex;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.project-form-left {
  flex: 1;
}

.project-form-image {
  height: 100%;
  width: 100%;
}

.project-form-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.project-form-right {
  max-width: 490px;
  width: 100%;
  padding: 50px 45px;
}

.project-form .btn-submit {
  min-width: 280px;
  max-width: 100%;
  border-radius: 0;
  background-color: #b07c64;
  color: #fff;
  border: 1px solid transparent;
  transition: 0.3s all ease;
}

.project-form .btn-submit:hover {
  background-color: #fff;
  color: #b07c64;
  border-color: #b07c64;
}

@media only screen and (max-width: 991px) {
  .project-form .container-right {
    padding-left: 15px;
  }

  .project-form-container {
    flex-wrap: wrap;
  }

  .project-form-left {
    flex: unset;
  }

  .project-form-right {
    padding: 30px 20px;
  }

  .project-form-right,
  .project-form-left {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .project-form .btn-submit {
    min-width: 200px;
  }
}
/* END Project Form */

.form-submit-type-1 { background-color: #fff; display: block; text-align: center; padding: 20px; border: 1px solid #929292; border-radius: 10px; }
.form-submit-type-1 .title-form { margin: -21px; margin-bottom: 40px; font-size: 20px; color: #fff; text-transform: uppercase; background-color: #f8c73f; padding: 14px; }
.form-submit-type-1 .cta { font-size: 20px; color: #5D5D5D; text-transform: uppercase; margin-top: 0px; margin-bottom: 30px; }
.form-submit-type-1 .input-group { width: 100%; margin-bottom: 20px; }
.form-submit-type-1 input, .form-submit-type-1 textarea, .form-submit-type-1 select { background-color: transparent; width: 100%; border-radius: 5px; border: 1px solid #929292; padding: 12px 20px; outline: none; }
.form-submit-type-1 .submit { font-size: 16px; font-weight: bold; width: auto; text-transform: uppercase; color: #fff; background-color: #6ec1e4; border-radius: 5px; border: none; outline: none; padding: 7px 30px; transition: all ease .4s; }
.form-submit-type-1 .submit:hover { background-color: #f8c73f }
.form-submit-type-1 .wpcf7-not-valid { border-color: #ff2222; }
.wpcf7 input[type="file"] { display: block; }
.form-submit-type-1 .input-group .text-left { width: 100%; margin-bottom: 10px; text-align: left; }

#page-tuyen-dung .csns .contact { width: 100%; margin-top: 30px; }



.header.scroll {
    position: fixed;
}
.search-box {
    position: absolute;
    right: 0px;
    transform: translateY(0%)!important;
}
.property-info {
    margin-bottom: 24px;
}
.content-page-projects__top .inner { display: flex; flex-wrap: wrap;  }
.content-page-projects__top .search { width: 387px; }
.content-page-projects__top .search-inner { position: relative; display: flex;}
.content-page-projects__top .search input { border: 1px solid #B5B5B5; padding: 7px 15px 6px 35px; border-right: none;} 
.content-page-projects__top .search input::placeholder  { color: #8D8D8D; }
.content-page-projects__top .button-search {
    background: linear-gradient(90deg, #055695, #1cace4)!important;
    color: #fff;
    border-radius: 0;
    transition: all ease 0.4s;
    border: none;
    font-weight: 700;
      padding: 10px 20px;
      border: 1px solid transparent;
}

.content-page-projects__top .search .icon { position: absolute; top: 50%; left: 12px; transform: translateY(-50%); height: 15px; background-size: contain; }
.content-page-projects__top .button-search:hover { background: #fff; color: #cc9036;
    margin: 0;
    text-transform: uppercase;
    background: linear-gradient(90deg,#A7761E,#FFCE42);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; border-color: #B5B5B5;}
.loading-wrapper {
    display: none;
    text-align: center;
    color: #acacac;
    padding-bottom: 10px;
}

.loading-wrapper p {
    margin-bottom: 0;
}
.infolayer {
    display:none;
}
.faq-section {
    position: relative;
    z-index: 1;
}

.faq-section h2 {
    color: #055695 ;
}

.faq-section h3 {
    font-size: 16px !important;
    font-weight: 700;
}
.section-info-footer {
    text-align: left;
    padding: 24px 15px;
}
.c-support-footer, .c-link-footer, .c-social-footer {
    margin-top: 50px;
}
.section-info-footer li {
    list-style: none;
}
.section-info-footer:before {
    display:none;
}
.section-info-footer .heading {
    margin-bottom: 8px;
	color: #055696;
	font-size: 21px;
    font-weight: bold;
}
.section-info-footer .list{
    padding-left:0;
}


.box-calc .slidecontainer {
    display: flex;
    flex-wrap: wrap;
}

/* The slider itself */
.box-calc .slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.box-calc .slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.box-calc .slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #04AA6D; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.box-calc .slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #04AA6D; /* Green background */
  cursor: pointer; /* Cursor on hover */
}
.box-calc {
  border-radius: 4px;
  background-color: #d3d3d3;
  padding: 4px;
  margin:auto;
}
.input-value {
  background-color: white;
  padding: 24px 16px;
    position: relative;
    z-index: 1;
}

.output-value {
  padding: 24px 16px;
}

.input-wrap {
    margin-top: 24px;
  padding: 0;
}
.input-wrap .radio-box {
    width: 50%;
    position: relative;
    z-index:1;
}
.group-input-number input{
    margin-left: 15px;
    width: 44%;
}

.input-wrap p {
  margin: 0;
  margin-left: 12px;
  line-height: 1;
  height: 0px;
}

.input-wrap span {
  margin: 0;
  line-height: 1;
  height: 0px;
}
.input-value .btn {
    margin-top: 32px;
    background-color: transparent;
    border: 2px solid #055695!important;
    color: #055695!important;
    font-weight: 700;
}
.input-value .btn:hover {
    background-color: #1cace4;
    border: 2px solid #055695;
    color:white;
}
.input-wrap #interesti, .input-wrap #interest {
 width: 50px;
}
.input-wrap label {
    font-size: 17px;
}
.input-wrap>.label {
  width: 50%;
  color: black;
  text-align: left;
  font-size: 17px;
  padding: 0px;
}

.input-wrap #typepay {
  margin-left: 8px;
}

.output-value .title {
    padding: 0px;
    margin:0px;
}

/* chart */

#myPlot {
  margin-top: -100px;
    margin-left: -15%;
}
#myPlot .main-svg {
  background-color: transparent !important;

}

.output-value .chart {
  position: relative;
}

.output-value .chart-toltal {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  transform: translate(-70%, -100%);
  display: block;
  text-align: center;
  width: 100%;
}
.output-value .chart-toltal p {
  display: inline-block;

}

.output-value .chart-toltal #output-total {
  font-size: 36px;
}

.output-value .chart-des {
    position: absolute;
    right: 0;
    top: 10%;
    width: 30%;
}

.output-value .chart-des .value {
    font-weight:700;
    font-size: 16px;
    margin-bottom: 30px;
}
.output-value .chart-des .chart-des-1 .value {
    color:rgb(106, 117, 199);
}
.output-value .chart-des .chart-des-2 .value {
    color:rgb(73, 181, 193);
}
.output-value .chart-des .chart-des-3 .value {
    color:rgb(206, 104, 165);
}
.output-value .output-wrap {
  font-size: 18px;
  margin-top: 8px;
}

/* mytable */
#mytable {
    display:none;
}
.hide.popup-form { display:none;}

.popup-form {
    text-align: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index:991
}
.popup-form .form-register .form-group  {
    margin-bottom: 30px;
}

.popup-form .slay-off {
    width: 100vw;
    height: 100vh;
    background-color:   #00000080;
     position: absolute;
    top: 0;
    right: 0;
}

.popup-form .content {
    padding: 24px 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: solid 1px;
}

.popup-form  .wrap-button {
    position: relative;
}

.popup-form .block-input {
    position: absolute;
    background-color: #ffffff66;
    width: 100%;
    height: 100%;
}
.block-input.hide {
    display: none;
}
#kq , #output {
    font-size: 32px ;
}
.on-form .btn {
    background-color: red;
    color: white;
    font-weight: 700;
    border: 2px solid red;
}
.on-form .btn:hover {
    background-color: transparent;
    color: red;
    border: 2px solid red;
}
.popup-form .close{
    position: absolute;
    font-size: 24px;
    right: 12px;
    top: 12px;
    line-height: 1;
}
.contact-loan {
    font-size: 16px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 40px;
      justify-content: space-between;
        flex-wrap: wrap;
}
.contact-loan span {
    margin: 12px;
}
.contact-loan a {
    font-size: 20px;
    font-weight:100;
        color: #1cace4!important;
}
.contact-loan a:hover {
    color:#1cace4!important;
}
@media screen and (max-width: 639px) {
    .output-value .chart-toltal {
        transform: translate(-72%, -125%);
    font-size: 12px;
        
}
    .output-value .chart-toltal #output-total {
    font-size: 16px;
}
.output-value .chart-des {
  width: 40%;
}
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
        .output-value .chart-toltal {
        transform: translate(-72%, -120%);
        font-size: 10px;
}
    
    
    .output-value .chart-toltal #output-total {
    font-size: 18px;
}
    .output-value .chart-des {
        right: 40px;
        top:0;
    }
    .input-wrap {
        margin-top: 14px;
    }
    .btn {
        padding-left: 0px;
        padding-right:0px;
    }
}




/* page chủ đầu tư chu-dau-tu */

.cdt-box {
  border: 1px solid rgb(175, 127, 33);
  padding-left: 20px;
  position: relative;
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  margin: 24px 0px;
}
.cdt-box:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
  transform: scale(1.02) ;
 
}
.cdt-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  background-color: rgb(175, 127, 33);
}

.cdt-logo {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cdt-info {
  padding: 16px 32px ;
  background-color: white;
  width: 100%;
  height: 100%;
}
.cdt-project {
  padding: 16px 32px ;
}

/* Section Info */

.section-info .logo.wrap-img {
  border: 6px solid white;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:white;
}
.img {
  width: 100%;
}

.section-info tr {
  height: 52px;
}
.section-info   td:first-child {
  width: 30%;
}
.section-info {
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 128px 0;
margin-bottom: 30px;
}
.section-info .phu {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.7);

}

.section-info .header-box {
position: relative;
color: white;
}
.section-info tr, .section-info tbody, .section-info td {
border-width:0px;
}
.section-info table {
margin-left: 32px;
}
.section-info a {
color: #055695;
}
.project-deloy-list {
margin: 10px 0px;
border: 3px dashed #1cace4;
padding: 5px;
font-size: 16px;
font-weight: 900;
}
.project-deloy-list a {
    color: #1cace4;
}
span.ez-toc-js-icon-con {
    /* height: 30px; */
    line-height: 0;
}

.project-deloy-list .title {
color: #055695 ;
}
.simple-project {
text-align: JUSTIFY;
font-size: large;
}
.content td {
padding:6px;
}
.content h2 , .content h3, .content h4, .faq-section h2 {
color: #055695;
	font-weight:bold;
	text-transform: uppercase;
	    font-size: 20px;
}
.content a {
border-bottom: 3px solid #055695 ;
}
.content ul li a {
border-bottom: none !important ;
}

.wp-caption p.wp-caption-text {
background-color: #e1e1e1;
}
blockquote {
background-color: #0556956e;
padding: 32px;
border: 1px solid black;
}
@media (max-width: 600px) {
table { font-size: medium;}
.section-info table {
margin-left: 0px;

}
.section-info table tr td:last-child {
   padding-left:  12px;
}
}


/* author */

.author-infor {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000000c2;
    background-blend-mode: overlay;
    color: white;
    padding: 128px 0px;
}

.author-infor .list-social .social_link {
  font-size: 28px;
  margin-right: 20px;
}

.author-infor .info-item{
  list-style: none;
  margin-bottom: 8px;
}

.clearfix {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-radius: 10px;
}
.box.clearfix img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}
.info-project {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.clearfix:after, .clearfix:before {
    content: ' ';
    display: table;
    line-height: 0;
    clear: both;
}
.nddan {
    padding: 0px 16px;
    border-bottom: 2px solid #ccc;
}
.property-info {
    padding: 0px;
    margin: 10px;
    overflow: hidden;
}
.cssda {
   margin-bottom: 0;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #055695;
}
.nddan p {
    /*font-family: 'Montserrat';*/
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
    margin-bottom: 0px;
}
p.mtda {
    text-align: justify;
}
i.icon-map-pin-fill {
    padding-left: 2px;
}
.nddan i {
    color: #1cace4;
    width: 20px;
}

.slideshow .col.col-xl-4.col-6.col-md-4 {
    padding-bottom: 20px;
}

.property-info .text_price {
    width: 50%;
    float: left;
    line-height: 40px;
    color: #1cace4;
    padding-left: 10px;
    font-size: 18px;
}
.property-info .text_detail {
    float: right;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
    background: #1cace4;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    padding-right: 10px;
    width: 30%;
}
.cssboxtt {
   background: #fff;
    box-shadow: 1px 1px 1px 1px #055695;
    padding: 10px;
    border: 1px solid #1cace4;
}
article.article.article-pattern {
    margin-bottom: 20px;
}

article.simple-project p {
    margin-bottom: 3px;
}
.page-news.blog .col.col-xl-4.col-6.col-md-4 {
    padding: 10px;
}
.blog-related .col.col-xl-4.col-6.col-md-4 {
    padding: 10px;
}

.tien-ich_gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.tien-ich_gallery img {
        border-radius: 5px;
}
.cssbox {
    padding: 10px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-radius: 10px;
    margin-top: 20px;
}

.cssbox h3 {
    font-size: 16px!important;
}

.cssbox p {
    font-size: 14px;
}
button.butdk {
    background: red;
    color: #ffff;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    cursor: pointer;
}
.mb_them .tabbed-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-direction: row-reverse;
}
.mb_them .tabbed-content .nav-vertical {
    padding-top: 0;
    width: 19%;
    padding-left: 20px;
}

.mb_them .tabbed-content .nav-tabs {
    padding-top: 0;
    width: 19%;
    padding-left: 20px;
}
.mb_them .tabbed-content .nav-vertical li {
    margin-bottom: 10px;
}
.mb_them li.nav-item a {
    color: black;
    display: block;
}
.hientaiduan1 .tab-content img {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 10px 10px 0 0;
    border: solid 2px #fff;
}
.tabmatbang li.nav-item.mb-2 {
    text-align: center;
    background: #1cace4;
    color: #ffff;
}

li.nav-item.mb-2 a {
    color: #fff;
}

li.nav-item.mb-2 button {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.tabmatbang .nav-tabs .nav-link.active {
    background: #055695;
    color: #fff;
}
.banner img {
    width: 100%;
    object-fit: cover;
}
.tongquan iframe{
    width:100%;
    min-height:300px;
    display:block;
}
.tongquan,.vitri,.tienich,.thietke,.nhamau, .tiendo{
    position: relative;
    /* text-align: center; */
    background-image: url(/wp-content/uploads/2026/01/imgi_97_bg-tien-ich-1.svg);
    background-position: center;
    background-size: cover;
    padding: 20px 15px;
    z-index: 10;
}
.r-khung {
    background-image: linear-gradient(180deg, #055694 0%, #1bace5 100%);
    border: 5px solid #1cace4;
padding: 20px;
}
.gmd-p-title {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}
span.wpcf7-spinner {
    display: none;
}
.icon-box.featured-box.icb-baogia.icon-box-left.text-left {
    margin: 10px 0;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 30px;
display: flex;
}
.icon-box.featured-box.icb-baogia.icon-box-left.text-left img{
height: 33px;
margin-right: 10px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    
    border-radius: 5px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.cssnut {
    width: 100%;
    background: red;
color: #fff;
    font-weight: bold;
    margin-top: 10px;
border: 1px solid;
    border-radius: 5px;
}
.khung-text {
    text-align: center;
    color: #fff;
}
.khung-note {
    text-align: center;
    color: #ffff;
}
.r-baogia, .butdk, .cssnut {
    border-radius: 10px;
    animation: ct-pulse 2s infinite ease;
}
.align-center {
    justify-content: center !important;
}
.bao-gia-text {
    font-size: 14px;
}
@keyframes ct-pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}


.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color: #f00;
    opacity: .5;
}
.phonering-alo-ph-circle {
    width: 100px;
    height: 100px;
    top: 30px;
    left: -20px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color: rgba(242, 0, 0, 0.5);
}
.phonering-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 50px;
    left: 0px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(/wp-content/uploads/2026/01/phone.png) no-repeat center center;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 37px 36px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #055695;
}
.ndpk1 {
    height: 135px;
    overflow: hidden;
}
#phonering-zalo-phoneIcon {
    bottom: 198px;
}
.phonering-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 75px;
    height: 75px;
    cursor: pointer;
    z-index: 200000 !important;
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    right: 10px;
    bottom: 100px;
}
#phonering-zalo-phoneIcon .phonering-alo-ph-img-circle {
    background-image: url(/wp-content/uploads/2026/01/zalo.png);
    background-color: #0e93e3;
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color: #f00;
}
.phonering-alo-phone.phonering-alo-show {
    visibility: visible;
}





@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}


.product .woocommerce div.product {
    display: flex;
    gap: 40px;
}

.product .woocommerce div.product div.images {
    width: 60%;
}

.product .woocommerce div.product div.summary {
    width: 40%;
}
.bds-info>tbody>tr>td {
    padding: 9px 0;
}
.bds-info th:first-child, .bds-info td:first-child {
        width: 168px;
    }
.info td, .info th {
    border-bottom: 1px solid #ececec;
    font-size: .9em;
    line-height: 1.3;
    padding: .5em;
    text-align: left;
}
.bds-section-title {
   padding: 12px 20px;
    background: linear-gradient(248deg, #1cace4 0%, #055695 100%);
    font-size: 18px;
    font-weight: bolder;
        text-transform: uppercase;
}
.product-section {
    overflow: hidden;
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
display: none !important;
}
.header-sp #header {
    position: relative;
    background: #ffff;
    color: #055695;
    box-shadow: 1px 1px 1px;
    margin-bottom: 10px;
}

.header-sp #header a {
    color: #055695;
}
table.bds-info td {
    padding: 8px !important;
}

.navbar-nav>.nav-itemduan{ 
    padding-right: 32px;
}
html {
  scroll-behavior: smooth;
}
.cssbox img {
    margin-bottom: 10px;
}
.cssdalq {
    padding: 10px;
    box-shadow: 1px 1px 1px 1px skyblue;
    border: 1px sandybrown;
}
#header {
    background: #fff;
}
article.article.article-pattern {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-radius: 10px;
    padding: 10px;
}
.content-page-news__top {
    padding-top: 20px;
}
ul.amenities-features li {
    list-style: none;
}
ul.amenities-features {
    flex: 1;
    display: flex;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 0;
}
.flex-viewport {
    margin-bottom: 10px;
}
.woocommerce h1 {
    font-size: 26px;
    color: #055695;
    font-weight: bold;
}
body {
    position: relative;
    background-image: url(/wp-content/uploads/2026/01/imgi_97_bg-tien-ich-1.svg);
    background-position: center;
    background-size: cover;
    z-index: 10;
}

h2.section-title.section-title-normal {
    background: linear-gradient(248deg, #2ab574 0%, #283891 100%);
    color: #fff !important;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    padding: 5px;
}

ol.flex-control-nav.flex-control-thumbs li {
    padding: 1px;
}
.formdangky .featured-box {
    background: #072c4f;
    color: #fff;
    padding: 10px 0px 0px 10px;
    margin-bottom: 15px;
    display: flex;
}
.formdangky .icon-box-img {
    margin-right: 10px;
}
.formdangky .icon-box-text.last-reset {
    font-size: 16px;
}
.formcn input {
    margin-bottom: 10px;
}

.formcn {
    text-align: center;
}
.formdangky .icon-box-text.last-reset {
    font-size: 15px;
    width: 100%;
    text-align: justify;
}

.has-spinner {
    background: linear-gradient(248deg, #2ab574 0%, #283891 100%);
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid !important;
    padding: 3px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
}

.formdangky {
    background: #1080bb;
    padding: 10px;
    border-radius: 5px;
}

main.page-news {
    margin-top: 10px;
}