.f-40 {
    font-size: 2rem;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

.title-block {
    padding-bottom: 2.8rem;
}

.title-block h5.subtitle {
    line-height: 1.1;
    font-weight: 300;
    margin-bottom: 0.75rem
}

.title-block h2.main-title {
    line-height: 1.182;
    margin-bottom: 0;
}

.title-block p.text-block {
    font-size: 0.7rem;
    /*color: #fff;*/
    line-height: 1.571;
    margin-bottom: 1.5rem;
}

.title-block .seperator {
    margin: 0 auto;
    width: 0.05rem;
    height: 3.4rem;
    background-color: #cc151d;
}

.nav-category ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

.nav-category ul li {
    display: inline-block;
    padding: 0 0 0 0rem;
    margin: 0 0 0.5rem;
}

.nav-category ul li:last-child {
    padding-right: 0;
}
.nav-category ul li {
    padding: 0;
}

.nav-category ul li span {
    height: 0.05rem;
    background: #cc151d;
    width: 0;
    transition: .3s all;
    margin-right: 1rem;
    margin-left: 0.5rem;
}
.nav-category ul li.current-menu-item  a{
    color: #cc151d;
}
.nav-category ul li a {
    display: flex;
    align-items: center;
}

.nav-category ul li a:hover span {
    width: 2rem;
}
.nav-category ul li {
    margin-left: 1rem;
}
.nav-category ul li a {
    position: relative;
    font-size: 1rem;
    color: #000000;
    line-height: 1.1;
    text-decoration: none;
    font-weight: 300;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: none !important;
    padding: 0 !important;
}

.nav-category ul li .current-term {
    color: #cc151d;
    padding-left: 2.75rem;
}

.nav-category ul li a:hover {
    color: #cc151d;
}

.nav-category ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #cc151d;
    width: 2rem;
    height: 0.05rem;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform-origin: -50%;
    transform: scaleX(0);
}

.nav-category ul li a.current-term:before {
    transform: scaleX(1);
}

.project-container .project-wrapper .project-lists .project-grid {
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    grid-gap: 0.3rem;
    grid-auto-rows: minmax(15rem, auto);
    grid-auto-flow: dense;
    display: -ms-grid;
    display: grid;
}

.project-container .project-wrapper .project-lists .project-grid .project-item {
    padding: 1rem;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    height: 18.4rem;
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
}

.project-container .project-wrapper .project-lists .project-grid .project-item::after {
    pointer-events: none;
    z-index: 1;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-image: -moz-linear-gradient(90deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
    opacity: 0.8;
}

.project-container .project-wrapper .project-lists .project-grid .project-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-container:not(.related-projects) .project-wrapper .project-lists .project-grid .project-item:nth-child(2), .project-container:not(.related-projects) .project-wrapper .project-lists .project-grid .project-item:nth-child(6) {
    grid-column-end: span 2;
}

.project-container .project-wrapper .project-lists .project-grid .project-item a {
    z-index: 99;
}

.project-container .project-wrapper .project-lists .project-grid .project-item .line-top::before, .project-container .project-wrapper .project-lists .project-grid .project-item .line-top::after {
    content: '';
    display: block;
    width: 100%;
    transform-origin: left top;
    transform: scaleX(0);
    height: 0.05rem;
    background: #cc151d;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.project-container .project-wrapper .project-lists .project-grid .project-item .line-top::after {
    width: 0.05rem;
    height: 100%;
    transform: scaleY(0);
}

.project-container .project-wrapper .project-lists .project-grid .project-item .project-block {
    padding: 1.25rem;
    position: absolute;
    z-index: 99;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(1.25rem) translateX(-0.5rem);
    -ms-transform: translateY(1.25rem) translateX(-0.5rem);
    transform: translateY(1.25rem) translateX(-0.5rem);
}

.project-container .project-wrapper .project-lists .project-grid .project-item .project-block .project-title {
    font-size: 1.25rem;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    max-width: 80%;
    flex: 0 0 80%;
    font-weight: 300;
}

.project-container .project-wrapper .project-lists .project-grid .project-item .project-block .arrow-right {
    opacity: 0;
    transform: translateX(-2.5rem);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    fill: #cc151d;
}

.project-container .project-wrapper .project-lists .project-grid .project-item .line-bottom {
    position: relative;
    z-index: 99;
}

.project-container .project-wrapper .project-lists .project-grid .project-item .line-bottom::before, .project-container .project-wrapper .project-lists .project-grid .project-item .line-bottom::after {
    position: relative;
    z-index: 99;
    content: '';
    display: block;
    width: 100%;
    transform: scaleX(0);
    height: 0.05rem;
    background: #cc151d;
    transform-origin: right bottom;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.project-container .project-wrapper .project-lists .project-grid .project-item .line-bottom::after {
    width: 0.05rem;
    bottom: 16.45rem;
    height: 100%;
    transform: scaleY(0);
    float: right;
}

.project-container .project-wrapper .project-lists .project-grid .project-item:hover .line-top::before, .project-container .project-wrapper .project-lists .project-grid .project-item:hover .line-bottom::before {
    transform: scaleX(1);
}

.project-container .project-wrapper .project-lists .project-grid .project-item:hover .line-top::after, .project-container .project-wrapper .project-lists .project-grid .project-item:hover .line-bottom::after {
    transform: scaleY(1);
}

.project-container .project-wrapper .project-lists .project-grid .project-item:hover .project-block {
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.project-container .project-wrapper .project-lists .project-grid .project-item:hover .project-block .arrow-right {
    opacity: 1;
    transform: translateY(0rem);
}

.btn-rdm {
    outline: 0;
    margin-top: 3.05rem;
    height: 2.5rem;
    border: 0;
    min-width: 10rem;
    padding: 0.5rem;
    font-size: 0.9rem;
    color: #111111;
    line-height: 1.222;
    position: relative;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background: #cc151d;
    color: #fff;
}

.btn-rdm::before {
    content: '';
    position: absolute;
    left: 0.35rem;
    bottom: -0.4rem;
    width: 10.35rem;
    height: 0.05rem;
    background: #cc151d;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.btn-rdm::after {
    content: '';
    position: absolute;
    right: -0.4rem;
    top: 0.35rem;
    width: 0.05rem;
    height: 2.9rem;
    background: #cc151d;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.btn-rdm:hover {
    background: #ccc;
}

.btn-rdm:hover::before {
    left: 0;
}

.btn-rdm:hover:after {
    top: 0;
}

.project-gallery {
    grid-gap: 0.4rem;
    margin-bottom: 0;
}

.project-gallery .gallery-item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 4;
}

.project-gallery+.container {
    padding-top: 3.65rem;
}

.project-gallery .gallery-item img {
    height: 28.5rem;
    object-fit: cover;
    width: 100%;
}

.single-du-an-nelo .title-block {
    padding-bottom: 2.1rem;
}

.single-du-an-nelo .title-block .seperator {
    margin-bottom: 1.25rem;
}

.single-du-an-nelo .project-container .project-wrapper .project-lists .project-grid {
    grid-gap: 0.7rem;
}

.single-du-an-nelo .project-container {
    padding-bottom: 5.9rem;
}

.blog-item {
    padding: 0.15rem;
    position: relative;
    margin-bottom: 20px;
}

.blog-item .blog-wrapper {
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    height: 18.4rem;
    position: relative;
    overflow: hidden;
}

.blog-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
    -o-transition: all .7s cubic-bezier(.2, 1, .22, 1);
}

.blog-item .blog-block {
    padding: 1.25rem 1rem 1.75rem 1.75rem;
    position: absolute;
    z-index: 9;
    bottom: 0rem;
    left: 0rem;
    right: 0rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.blog-item .blog-block .entry-title {
    font-size: 1.25rem;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    max-width: 80%;
    flex: 0 0 80%;
    font-weight: 300;
}

.blog-item .blog-block .arrow-right {
    opacity: 1;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    fill: #fff;
}

.blog-item>a::after {
    pointer-events: none;
    z-index: 1;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-image: -moz-linear-gradient(90deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
    opacity: 0.8;
}

.blog-item:hover img {
    transform: scale(1.1);
}

.blog-item:hover .arrow-right {
    fill: #cc151d;
}

.heading-blog {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin-bottom: 2rem;
}

.heading-blog h1 {
    max-width: 40%;
    flex: 0 0 40%;
}

.heading-blog .nav-category {
    max-width: 60%;
    flex: 0 0 60%;
}

.heading-blog h1 {
    font-size: 2.75rem;
    color: rgb(245, 245, 245);
    text-transform: uppercase;
    line-height: 1.182;
    text-align: left;
    margin-bottom: 0;
}

.blog-media {
    width: 100%;
}


.blog-media .row {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
    margin-bottom: 0.95rem;
}

.single-post .wrap-single,
.page-template-why_choose .wrap-single{
}

.single-post .wrap-single img,
.page-template-why_choose .wrap-single img{
    width: 100%;
}

.single-post .wrap-single article, .single-post .wrap-single .entry-footer,
.page-template-why_choose .wrap-single article, .page-template-why_choose .wrap-single .entry-footer{
    padding-left: 5rem;
    padding-right: 5rem;
}

.single-post .wrap-single *, .fancybox-caption__body p, .office-lists li * ,
.page-template-why_choose .wrap-single *{
}

.single-post .wrap-single article * {
    margin-bottom: 0.9rem;
}

.single-post .wrap-single article p,
.page-template-why_choose .wrap-single article p{
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

.single-post .wrap-single figcaption {
    font-size: 0.7rem;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    background: transparent;
}

.pager, .office-lists {
    margin: 0;
    padding: 0;
}

.pager li {
    display: inline-block;
    padding: 0 0.3rem;
}

.pager li * {
    width: 2.1rem;
    height: 2.1rem;
    line-height: 2rem;
    border: 0.05rem solid #c3c3c3;
    border-radius: 50%;
    display: block;
    color: #fff333;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.pager li .active, .pager li:hover a {
    border-color: #cc151d;
    color: #cc151d;
}

.meta-wrapper {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

.meta-wrapper .meta-tag, .meta-wrapper .meta-share {
    flex: 0 0 50%;
    max-width: 50%;
}

.meta-wrapper .meta-tag, .meta-wrapper .list-share {
    display: flex;
    flex-flow: wrap;
    align-items: center
}

.meta-share .list-share {
    justify-content: flex-end;
}

.meta-wrapper strong {
    padding-right: 0.7rem;
}

.meta-tag ul, .meta-wrapper .list-share ul {
    margin: 0;
    padding: 0;
}

.meta-tag ul li, .meta-wrapper .list-share ul li {
    display: inline-block;
    padding: 0 0.225rem;
}

.meta-tag ul li a {
    display: inline-block;
    padding: 0.5rem;
    height: 1.85rem;
    min-width: 5.65rem;
    border: 0.05rem solid #b7b7b7;
    font-weight: 600;
    font-size: 0.7rem;
    text-align: center;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    line-height: 1;
}

.list-share ul li a {
    display: inline-block;
    vertical-align: middle;
    height: 1.5rem;
    width: 1.5rem;
    border: 0.05rem solid #111111;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    line-height: 1.6rem;
}

.list-share ul li svg {
    width: 0.6rem;
    height: 0.6rem;
    vertical-align: revert;
}

.meta-tag ul li a:hover, .list-share ul li a:hover {
    border-color: #cc151d;
    color: #cc151d;
}

.big-background {
    position: relative;
}

.big-background img {
    max-height: 40.5rem;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.big-background .overlay {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: -0.5rem;
    z-index: 9;
    left: 0;
    background-image: -moz-linear-gradient(90deg, #111111 22%, rgba(17, 17, 17, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #ffffff 22%, rgba(17, 17, 17, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #111111 22%, rgba(17, 17, 17, 0) 100%);
}

.work_environment .push-top {
    margin-top: 0;
    z-index: 10;
    position: relative;
}

.work_environment .item, .work_environment .item * {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.work_environment .item {
    padding-top: 1.8rem;
}

.work_environment .item:hover {
    transform: translateY(-1.8rem);
}

.work_environment .item:hover * {
    color: #cc151d;
}


.work_environment .blog-slider {
    padding-top: 1.8rem;
}

.work_environment .blog-title:before {
    width: 2rem;
}

.work_environment .blog-title a {
    padding-left: 2.65rem;
}

.contact-wrap {
    padding: 4.2rem 3.5rem 4.5rem;
    background: white;
    margin-top: -13.65rem;
    box-shadow: 0 0 2.15rem rgb(75 75 75 / 5%);
    height: calc(100% + 14.1rem);
    position: relative;
}
.contact-wrap:before{
    position: absolute;
    background-image: url(../images/bg_logo_form_contact.png);
    width: 15.1rem;
    height: 20.05rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom -0.6rem right 0.75rem;
    content: '';
    bottom: 0;
    left: 0;
}
.sec-contact .text-block p {
    font-size: 0.9rem;
    line-height: 1.4;
}

.office-lists li {
    display: block !important;
    padding: 1.5rem 0 1rem;
}

.office-lists li:not(:last-child) {
    border-bottom: 0.05rem solid#665224;
}

.office-lists li .title {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.office-lists li p {
    line-height: 1.5;
}

.office-lists li .title svg {
    margin-right: 0.5rem;
    vertical-align: text-top;
}

.nelo-form label {
    color: #000 !important;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    line-height: 1.1rem !important;
    margin-bottom: 0.4rem !important;
    text-transform: uppercase !important;
}

.nelo-form textarea {
    margin-bottom: 1rem !important;
}

div.nelo-form .wpforms-form label.wpforms-error {
    \    text-transform: none !important;
    font-size: 0.65rem !important;
}

.nelo-form button.wpforms-submit {
    float: right !important;
    margin-right: 0.4rem !important;
    outline: 0;
    height: 2.75rem !important;
    border: 0 !important;
    min-width: 10.1rem !important;
    padding: 0.5rem !important;
    font-size: 0.9rem !important;
    color: #fff !important;
    background-color: #cc151d !important;
    border-color: #cc151d !important;
    line-height: 1.222;
    position: relative !important;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    font-weight: 300;
}

.nelo-form button.wpforms-submit::before, .wpforms-container button.wpforms-submit::after {
    background-color: #cc151d !important;
}

.nelo-form button.wpforms-submit::after {
    height: 3.15rem;
}

.nelo-form button.wpforms-submit::before {
    width: 10.45rem;
}

.nelo-form button.wpforms-submit::before {
    width: 10.45rem;
}

.nelo-form button.wpforms-submit:hover {
    background-color: rgba(17, 17, 17, 0.9) !important;
    border-color: rgba(17, 17, 17, 0.9) !important;
}

.nelo-form .wpforms-form input, .nelo-form .wpforms-form textarea {
    border-radius: 0 !important;
    background-color: transparent !important;
    border-color: rgba(17, 17, 17, 0.2) !important;
    font-size: 0.6rem !important;
    color: #111 !important;
    font-weight: 600;
}

.nelo-form .wpforms-form input::placeholder, .nelo-form .wpforms-form textarea::placeholder {
    color: #111 !important;
}

.nelo-form .wpforms-form input:focus, .nelo-form .wpforms-form textarea:focus {
    border-color: rgba(17, 17, 17, 1) !important;
}

.sec-contact .contact-wrap h2 {
    font-size: 2rem;
    margin-bottom: 0.4rem;
    color: #000;
}

.sec-contact .contact-wrap p {
    color: #000;
    font-size: 0.7rem;
    line-height: 1.1rem;
    margin-bottom: 1.4rem;
    font-weight: 300 !important;
}
h1.entry-title {
    color: #fff;
    font-weight: 400;
}
.single-post .wrap-single>img {
    display: none;
}
.page-template-why_choose {
    background-color: #f7f7f7;
}

.single.single-post {
    background-color: #f7f7f7;
}

.single-post .wrap-single article,
.page-template-why_choose .wrap-single article{
    padding: 3.25rem 4.5rem !important;
}
.single-post header#masthead {
    background-color: #f7f7f7;
}
.reason-why   p.text-block.mb-5 {max-width: 39rem;margin: auto;}

.page-template-recruitment .subtitle {
    font-size: 1rem;
}

.sec-list-tuyen-dung h5.main-title {
    font-size: 2.75rem;
    font-weight: 400;
}

h5.main-title {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
}
.work_environment  h2.title-yellow {
    color: #fff333;
    font-weight: 400;
}

.work_environment h2.title-yellow + p {
    max-width: 31rem;
    margin: auto;
}

.work_environment .blog-title:before {
    top: 0.65rem;
}

.sec-contact {
    padding-bottom: 0 !important;
    padding-top: 4rem;
}

.sec-contact  .large-7 {
    padding-bottom: 0 !important;
}
.sec-contact .large-5 {
    padding-top: 0 !important;
    padding-right: 4rem;
}
.page-template-why_choose .wrap-single article h1, .page-template-why_choose .wrap-single article h2, .page-template-why_choose .wrap-single article h3 {
    font-family: Oswald, sans-serif;
}
.site-footer .social li a {
    color: white;
}
.wrap_filter {
    display: flex;
    justify-content: space-between;
}

.filter span {
    font-size: 1rem;
    font-weight: 200;
    display: inline-block;
    margin-right: 0.5rem;
}

.filter select {
    height: 2.2rem;
    border: 0.05rem solid #9d9d9d;
    font-size: 0.8rem;
    font-weight: 300;
    padding: 0 1.5rem 0 1rem;
}

.wrap_product {
    display: flex;
    flex-wrap: wrap;
    margin: 3.5rem -0.75rem 0;
}

.wrap_product .item_product {
    width: calc(calc(100% / 4) - 1.5rem);
    margin: 0 0.75rem 1.5rem;
    position: relative;
    border: 0.05rem solid transparent;
    transition: .3s all;
    cursor: pointer;
}

.wrap_product .item_product .box_img {
    height: 13rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.wrap_product .item_product .box_content {
    padding: 0 1.25rem 1.25rem;
    z-index: 99;
    position: relative;
}

.wrap_product .item_product .box_content h3 {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.45rem;
    color: #fff;
}

.price {
    font-size: 0.7rem;
    color: #fff;
}

.wrap_product .item_product .box_content ul {
    list-style: none;
    margin: 0.75rem  -0.25rem 0;
    padding: 0 !important;
    display: flex;
    opacity: 0;
    transition: .3s all;
}

.wrap_product .item_product .box_content ul li {}

.wrap_product .item_product .box_content ul li {
    width: 50%;
    text-align: center;
}

.wrap_product .item_product .box_content ul li a {
    height: 1.5rem;
    border: 0.05rem solid#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    color: #fff;
    margin: 0 0.25rem;
}

.wrap_product .item_product .box_content ul li a.green {
    color: #cc151d;
    border-color: #cc151d;
}

.wrap_product .item_product:hover {
    border: 0.05rem solid #dedede;
}

.wrap_product .item_product:hover .box_content ul {
    opacity: 1;
}
div.wpforms-container-full .wpforms-form input[type=text]:focus ,div.wpforms-container-full .wpforms-form textarea:focus{
    border: 0.05rem solid #cc151d !important;
}
.wrap_product .item_product .box_img img {
    max-height: 90%;
    width: auto;
    margin: auto;
}
.product_page {
    padding-bottom: 2.4rem;
    padding-top: 4rem;
}
.product_gallery .wrap_item {
    width: 100%;
    padding-top: 2.5rem;
}

.product_gallery .wrap_item .style_1 {
    display: flex;
}

.product_gallery .wrap_item .style_1 .box_img img {
    max-width: unset;
}

.product_gallery .wrap_item .style_1 .box_img {
    display: flex;
    justify-content: flex-end;
}

.product_gallery .wrap_item .style_1 .large-2 .box_img {
    justify-content: flex-start;
}

.product_gallery .wrap_item .box_content {}

.product_gallery .wrap_item .style_1 .wrap {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-between;
    justify-content: space-between;
}

.product_gallery .wrap_item .style_1 .wrap>* {
    padding: 1.5rem 1.5rem 1.5rem 0;
}

.product_gallery .wrap_item .style_1 .wrap .box_bottom {
    padding-left: 6.25rem;
    padding-right: 0;
}

.product_gallery .wrap_item .style_1 .wrap>* p {
    margin: 0 0 0.5rem 0;
}

.product_gallery .wrap_item .style_1 .wrap>* h2 {
    margin: 0;
}

.product_gallery .wrap_item .style_1 .wrap .content {
    margin-bottom: 0.25rem;
}

.product_gallery .wrap_item .style_1 .wrap .content {
    font-weight: 400;
}

.product_gallery .wrap_item .style_1 .wrap a {
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    color: #cc151d;
}

d {}

.product_gallery .wrap_item .style_2 .one_item {
    display: flex;
}

.product_gallery .wrap_item .style_2 {
    display: flex;
    margin-top: 4rem;
}

.product_gallery .wrap_item .style_2 .one_item .box_img {
    width: 16.85rem;
    height: 15.3rem;
    flex: 0 0 auto;
    margin-right: 1.5rem;
}

.product_gallery .wrap_item .style_2 .one_item .box_content {
    padding-top: 1.25rem;
}

.product_gallery .wrap_item .style_2 .large-6.col_2 {
    padding-left: 7.15rem;
}

.product_gallery .wrap_item .style_2 .large-6.col_2 .one_item {
    flex-wrap: wrap;
}

.product_gallery .wrap_item .style_2 .large-6.col_2 .one_item .box_img {
    width: 100%;
    height: auto;
    margin: 0;
}

section.product_gallery {
    padding-bottom: 4rem;
}

.product_gallery .wrap_item .style_2 .one_item .box_content p {
    margin: 0 0 0.1rem;
}

.product_gallery .wrap_item .style_2 .one_item .box_content a {
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    font-weight: 300;
    color: #cc151d;
}

.product_gallery .wrap_item .style_2 .one_item .box_content a svg {
    margin-left: 0.35rem;
}

.product_gallery:before{
    position: absolute;
    content: url(../images/bg_top.png);
    right: -13.45rem;
    top: -0.75rem;
}
.product_gallery:after{
    position: absolute;
    content: url(../images/bg_bottom.png);
    bottom: -2.5rem;
    left: -0.85rem;
}
.product_details {
    padding-top: 5rem;
}

.wrap_gallery_product {
    display: flex;
    align-items: center;
}

.wrap_gallery_product>* {
    max-width: 100%;
}

.wrap_gallery_product {
    position: relative;
}

.wrap_gallery_product .slider-nav {
    width: 3.4rem;
    flex: 0 0 auto;
}

.slider-for {
    width: calc(100% - 4.25rem);
    margin-left: 0.85rem;
    background: #f5f5f5;
}

.slider-for .item {
    height: 21.25rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slider-nav  .item {
    height: 4.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-vertical .slick-slide {
    height: 4.15rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-nav .item .inner {
    background: #f5f5f5;
    height: 3.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-arrow {
    position: absolute;
    top: -1.85rem;
    left: 1.7rem;
    transform: translateX(-50%);
    background: transparent;
    background-image: url(../images/arrow_slide.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: none;
}

.wrap_gallery_product {
    position: relative;
}

button.slick-next.slick-arrow {
    top: unset;
    bottom: -1.25rem;
    transform: translateX(-50%) rotate(180deg);
}

.product_details .box_content {
    padding-top: 1.25rem;
}

.product_details .box_content h1 {
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #cc151d;
}

.product_details .box_content span.price {
    color: #cc151d;
    font-size: 1.25rem;
    font-weight: 400;
}

.product_details .box_content .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product_details .box_content .content {
    padding: 0.75rem 0;

}

.product_details .box_content .content ul li {
    display: block;

    font-size: 0.7rem;
}

.product_details .box_content .content ul li b {
    font-size: 0.7rem;
}

.line {
    height: 0.05rem;
    background: #b7b7b7;
    opacity: .5;
}

.wrap_toggle {
    margin-top: 2.85rem;
    border-top: 0.05rem solid #929292;
    padding-top: 0.1rem;
}

.wrap_toggle h3 {
    font-size: 1rem;
    color: #fff;
    margin: 0;
    transition: .3s all;
    cursor: pointer;
    position: relative;
}

.wrap_toggle .item {
    border-bottom: 0.05rem solid #929292;
    padding: 0.75rem 0;
}

.wrap_toggle .item .content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
}

.wrap_toggle .item.active .content {
    max-height: 30rem;
}

.wrap_toggle .item.active h3 {
    margin-bottom: 1rem;
    color: #cc151d;
}

section.section.product_details_sec_2 .title-yellow:before {
    display: none;
}

.product_details_sec_2 {
    padding-top: 4.5rem;
}

.product_details_sec_2+.product_details_sec_2 {
    padding-top: 0;
}


.wrap_toggle h3:before{
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    content: '';
    background-image: url(../images/arrow_slide.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.9rem;
    right: -0.35rem;
    top: 46%;
    transform: translateY(-50%);
}
.wrap_toggle .item:not(.active) h3:before {
    transform: translateY(-50%) rotate(180deg);
}

.product_gallery .wrap_item a img {
    margin-left: 0.3rem;
    display: block;
}

.product_gallery .wrap_item .style_2 a {
    margin-top: 0.2rem;
}
.wrap_gallery_product .slider-nav img {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}
div#form_booking {
    width: 25rem;
}

div#form_booking div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 5rem;
}
.slider-for img {
    max-height: 90%;
    width: auto;
    max-width: 90%;
}
.f-55 {
    font-size: 2rem !important;
}

.f-18 {
    font-size: 0.9rem !important;
}
.title-yellow {
    color: #cc151d;
}
.blog-item>a {
    position: relative;
}
section.blog-section.pt-5.pb-5 {
    padding: 4rem 0;
}

.nav-category ul li {
    border: none !important;
}
section.banner_section {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 2rem;
}

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

.banner_section h1 {
    font-size: 3.25rem;
    color: #fff;
    margin: 0;
}
.contact-form input {
    box-shadow: none;
    height: 2.2rem;
    margin-top: .5rem;
}

.contact-form textarea {
    margin-top: .5rem;
}

.contact-form input[type="submit"] {
    margin: 0;
    border-radius: 100px;
}
.wrap_gallery .item {
    position: relative;
    width: calc(25% - 0.5rem);
    margin: 0 0.25rem 0.5rem;
    height: 17.35rem;
    overflow: hidden;
}

ul.nav_tabs_gallery {
    list-style: none;
    margin: 0;
    display: flex;
    flex: 0 0 auto;
}

ul.nav_tabs_gallery a {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 600;
    color: #333;
    position: relative;
    display: flex;
    align-items: center;
    transition: .3s all;
}

ul.nav_tabs_gallery a:before {
    content: '';
    width: 0;
    height: 1px;
    background: #cc151d;
    margin-right: 0;
    transition: .3s all;
}

ul.nav_tabs_gallery a.active:before {
    width: 2.5rem;
    margin-right: 0.5rem;
}

ul.nav_tabs_gallery li+li {
    margin-left: 1.5rem;
}

ul.nav_tabs_gallery a.active {
    color: var(--Red, #cc151d);
}

ul.nav_tabs_gallery li {
    margin-bottom: 0;
}

.home_sec_7 .nav_top {
    margin: 2.5rem 0;
}

.wrap_gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.25rem;
}

.for_tabs_gallery .item_for {
    display: none;
}

.wrap_gallery .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.wrap_gallery .box_content {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    bottom: 0;
    padding: 1.25rem;
}

.wrap_gallery   h3 {
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding-left: 0.6rem;
}

.wrap_gallery .box_content svg {
    display: flex;
    width: 1.6rem;
}

.wrap_gallery .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    height: 8.25rem;
    z-index: 2;
}

.wrap_gallery .item:nth-child(6n + 1),.wrap_gallery .item:nth-child(6n + 6) {
    width: calc(50% - 0.5rem);
}

.wrap_gallery .item:hover img {
    transform: scale(1.1);
}


.for_tabs_gallery .item_for.active {
    display: block;
    animation-name: fade_up;
    animation-duration: 1.5s;
}
@keyframes fade_up {
    from {
        opacity: 0;
        transform: translateY(0px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

section.tien_ich_page_sec_2 {
    padding: 3rem 0;
    position: relative;
}

section.tien_ich_page_sec_2 ul.nav_tabs_gallery {
    flex: 0 0 auto;
}

section.tien_ich_page_sec_2 .wrap_top {
    margin-bottom: 2.5rem;
}

.wrap_gallery.wrap_gallery_video .item {width: calc(50% - 0.5rem);}
.wrap_gallery.wrap_gallery_brochure .project_item {
    width: calc(25% - 0.5rem);
    margin: 0 .25rem;
}
.banner_section nav#breadcrumbs {
    position: unset !important;
    filter: brightness(0) invert(1);
}