@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background: #000000;
}

a {
    color: #000000;
    transition: all 0.3s;
}

a:focus {
    outline: none;
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

.uppercase {
    text-transform: uppercase;
}

input,
button {
    border: none;
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

ul {
    margin: 0;
    padding: 0;
}

.nav-bar {
    z-index: 10000;
    position: fixed;
    width: 100%;
    background-color: #111;
}

.list-img-duan {
    padding: 25px 0;
}

.list-img-duan .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.list-img-duan .content .col-img {
    width: 100%;
}

.list-img-duan .content .col-img img {
    width: 100%;
}

.list-img-duan .content .col-double-img {
    display: flex;
    gap: 10px;
}

.list-img-duan .content .col-double-img img {
    width: calc(50% - 5px);
}

.slider-duAnKhac {
    background: #ffffff;
}

.slider-duAnKhac h3.section-title {
    color: #000000;
}

.slider-duAnKhac .btn_slider {
    color: #000000;
}

h3.section-title {
    color: #fff;
    font-size: 36px;
    margin-bottom: 30px;
}

.slider-duan {
    position: relative;
}

.slider-duan .box {
    margin: 0 15px;
}

.slider-duan .box .img-box-slider {
    height: 350px;
    overflow: hidden;
}

.slider-duan .box .img-box-slider:hover img {
    transform: scale(1.1);
}

.slider-duan .box .img-box-slider img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}

.slider-duan .box a {
    /* color: #fff; */
    color: #000000;
}

.slider-duan .box a:hover {
    color: #e0dd22;
}

.slider-duan .box a h3 {
    font-size: 16px;
}

.slider-duan .box p.text-box-slider {
    color: #000000;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-tuvan {
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 50px;
    background: #000000;
}

.form-tuvan p.text {
    margin-bottom: 35px;
}

.form-tuvan .form form {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 25px;
}

.form-tuvan .form form input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    height: 55px;
    padding: 0 8px;
    width: 250px;
    transition: all 0.3s;
}

.form-tuvan .form form input:focus {
    border-color: #e0dd22;
}

.form-tuvan .form button {
    background: linear-gradient(to bottom, #f77553, #da1b22);
    height: 55px;
    border: 2px solid #fff;
    border-radius: 8px;
    color: #39e320;
    font-weight: bold;
    transition: all 0.3s;
    padding: 0 15px;
}

i.lui-5 {
    transform: translateX(-5px);
}

i.tien-5 {
    transform: translateX(5px);
}

.form-tuvan .form button:hover {
    color: #e0dd22;
}

.btn-load {
    margin-bottom: 20px;
}

.btn-load a {
    padding: 10px 15px;
    color: #fff;
    background-color: #5a5a5a;
    font-size: 18px;
    border: 1px #5a5a5a solid;
    display: block;
    cursor: pointer;
}

.btn-load a:hover {
    /* color: #333; */
    background-color: #6a6a6a;
}

.btn-toggle-navbar {
    font-size: 36px;
    color: #fff;
    display: none;
}

.line {
    border-bottom: 2px solid #242424;
    margin-bottom: 15px;
}

.menu-link {
    padding: 10px 0;
    border-bottom: 1px solid #242424;
}

.menu-link a {
    color: #ccc;
    position: relative;
    margin-right: 15px;
    font-size: 14px;
}

.menu-link a:hover {
    color: #e0dd22;
}

.menu-link a::after {
    position: absolute;
    content: '>';
    margin: 0 5px;
    pointer-events: none;
}

.menu-link a:last-child:after {
    display: none;
}

.btn-navbar {
    cursor: pointer;
}

.form-search {
    position: absolute;
    bottom: -100px;
    right: 15px;
    height: 40px;
    z-index: 100000;
    width: 100%;
    max-width: 400px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.form-search.active {
    bottom: -40px;
    opacity: 1;
    visibility: visible;
}

.form-search form {
    position: relative;
    width: 100%;
    height: 100%;
}

.form-search form input {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 18px;
    padding: 0 45px 0 15px;
}

.form-search form button {
    position: absolute;
    height: 100%;
    width: 40px;
    right: 0;
    font-size: 19px;
    background: #242424;
    color: #fff;
}

.nav-bar-content {
    padding: 8px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-bar-content .btn-search {
    width: 45px;
    height: 45px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    margin: 0 25px;
}

.nav-bar-content .language {
    font-size: 20px;
    text-transform: uppercase;
}

.nav-bar-content .language a {
    color: #fff;
}

.nav-bar-content .logo {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.nav-bar-content .menu ul {
    display: flex;
}

.nav-bar-content .menu ul li {
    padding: 0 15px;
}

.nav-bar-content .menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.nav-bar-content .menu ul li a:hover {
    color: #e0dd22;
}

section.banner .slider-banner img {
    width: 100%;
    object-fit: cover;
}

.interior .tab-content {
    display: none;
}

.interior .tab-content.active {
    display: block;
}

.interior .section-title h3,
.interior .section-title h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
}

.interior .menu-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    padding: 25px 0;
}

.interior .menu-tab ul {
    display: flex;
}

.interior .menu-tab ul li {
    margin: 0 15px;
}

.interior .menu-tab ul li:hover a {
    color: #e0dd22;
}

.interior .menu-tab ul li a {
    color: #fff;
    font-size: 18px;
}

.interior .menu-tab ul li.tab.active a {
    color: #e0dd22;
}

section.interior .tab-container .tab-content .col-box a {
    color: #fff;
}

section.interior .tab-container .tab-content .col-box {
    background: #000000;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

section.interior .tab-container .tab-content .col-box .box-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #242424;
}

section.interior .tab-container .tab-content .col-box .img-box:hover img {
    transform: scale(1.1);
}

section.interior .tab-container .tab-content .col-box .box-content .title-box {
    height: 65px;
    display: flex;
    align-items: center;
}

section.interior .tab-container .tab-content .col-box .box-content .title-box a:hover {
    color: #e0dd22;
}

section.interior .tab-container .tab-content .col-box .box-content .title-box a h3 {
    font-size: 16px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}

section.interior .tab-container .tab-content .col-box .box-content .text-box {
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

section.interior .tab-container .tab-content .col-box .img-box {
    height: 559px;
    overflow: hidden;
}

section.interior .tab-container .tab-content .col-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

section.slider-ntk .row {
    margin-left: 0;
    margin-right: 0;
}

section.slider-ntk .row .img {
    padding: 0;
}

.slider-cmt {
    position: relative;
}

.btn_slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    font-size: 34px;
    color: #fff;
    cursor: pointer;
}

.btn_slider.btn_next-ntk {
    right: 10px;
}

.btn_slider.btn_prev-ntk {
    left: 10px;
}

.btn_prev-duan {
    left: -35px;
}

.btn_next-duan {
    right: -35px;
}

.slider-cmt .sl .box {
    display: flex;
    align-items: flex-start;
    color: #fff;
    justify-content: center;
    padding: 130px 45px;
}

.slider-cmt .sl .box i {
    margin: 0 8px;
}

.slider-cmt .sl .box .text {
    font-size: 16px;
    text-transform: capitalize;
    width: max-content;
}

.slider-cmt .sl .box .text p {
    font-size: 20px;
    margin-bottom: 15px;
}

section.slider-ntk .img img {
    width: 100%;
    height: 870px;
    object-fit: cover;
    position: relative;
}

section.slider-ntk .img h3.img_title {
    position: absolute;
    left: 35px;
    bottom: 20px;
    color: #fff;
    text-shadow: 1px 1px 2px #000000;
    pointer-events: none;
}

section.thiet-ke .box {
    position: relative;
    overflow: hidden;
    padding: 0;
}

section.thiet-ke .box .box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 85%;
    max-width: 100%;
    text-shadow: 1px 1px 3px #000000;
}

section.thiet-ke .box .box-content h3 {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    pointer-events: none;
}

section.thiet-ke .box .box-content a {
    color: #fff;
    font-size: 16px;
}

section.thiet-ke .box .box-content a:hover {
    color: #ccc;
}

section.thiet-ke .box img {
    width: 100%;
    height: 870px;
    object-fit: cover;
}

section.news {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.news .new-slider .box {
    margin: 0 20px;
}

.news h3.title {
    font-size: 36px;
    color: #025876;
}

.news .new-slider .time-update {
    margin-top: 15px;
    margin-bottom: 10px;
}

.news .new-slider .time-update i {
    font-weight: bold;
}

.news .new-slider .text-content p {
    line-height: 1.5;
    font-size: 16px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.news .new-slider .img {
    height: 270px;
    overflow: hidden;
}

.news .new-slider .img:hover img {
    transform: scale(1.1);
}

.news .new-slider img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}

.news .new-slider .box h3 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    transition: all 0.3s;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: unset;
}

.news .new-slider .box h3:hover {
    color: #025876;
}

.news .new-slider .box a h3 {
    height: 48px;
}

section.form {
    padding-top: 25px;
    padding-bottom: 15px;
    color: #fff;
}

section.form .col-form h3 {
    font-size: 34px;
    font-weight: 400;
}

section.form form {
    width: 75%;
    padding-left: 15px;
}

section.form form .row-groupp {
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
}

section.form form .row-groupp input {
    width: 100%;
    height: 100%;
    background: transparent;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
    transition: all 0.3s;
}

section.form form .row-groupp input:focus {
    border-color: #007bff;
}

section.form form button {
    color: #000000;
    background: rgb(227, 231, 0);
    padding: 6px 15px;
    font-size: 16px;
}

section.form .video {
    width: 100%;
}

section.form .video iframe {
    width: 100%;
}

.col-footer {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-top {
    background: #242424;
    color: #ccc;
}

.footer-top .logo img {
    max-width: 100%;
}

.footer-bottom {
    background: #131313;
}

.f-content-top .col-title p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.f-content-top .col-list-menu.list-menu {
    display: flex;
    column-gap: 50px;
}

.f-content-top .col-list-menu.list-menu ul li a:hover {
    color: #fff;
}

.f-content-top .col-list-menu a {
    color: #ccc;
}

.f-content-top .col-list-menu ul li {
    margin-bottom: 15px;
    display: flex;
}

.f-content-top .col-list-menu ul li p {
    margin-bottom: 0;
}

.f-content-top .col-list-menu ul li i {
    margin-right: 8px;
    transform: translateY(1px);
}

.col-link-icon ul {
    display: flex;
}

.col-link-icon ul li {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    border: 2px solid #ccc;
    border-radius: 50%;
    transition: all 0.3s;
}

.col-link-icon ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 22px;
}

.col-link-icon ul li:hover {
    border-color: #fff;
}

.col-link-icon ul li:hover a {
    color: #fff;
}

p.cty {
    font-size: 15px;
}

.footer-bottom .text {
    color: #ccc;
}

.footer-bottom .bct img {
    height: 61px;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.content-center {
    display: flex;
    align-items: center;
}

.scroll-top {
    position: fixed;
    right: 10px;
    bottom: 250px;
    display: none;
}

.scroll-top.sc-show {
    display: none;
}

.scroll-top .scr-content {
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #131313;
    color: red;
    border-radius: 50%;
    cursor: pointer;
}

.scroll-top p {
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
}

.blog-box,
.blog-box a {
    color: #fff;
}

.blogItem {
    display: flex;
    padding: 20px 0px;
}

.boxItem-content_title {
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
}

.boxItem-content_title a {
    font-size: 20px;
}

.boxItem-content_title:hover a,
.boxItem-content_more:hover {
    color: tomato;
}

.blogItem img {
    width: 100%;
    height: 156px;
    transition: all 0.3s;
}

.boxItem-content {
    width: 79%;
    margin: 0px 0px 0px 15px;
}

.blogItem-img {
    display: block;
    width: 20%;
}

.blog-right_title {
    padding: 10px 0px 10px 15px;
    background-color: #242424;
    border-left: 5px solid #c9b582;
    margin-top: 20px;
}

.blog-right_title-h3 {
    margin: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.blog-right_box .blog-right_box-img img {
    width: 100%;
    height: 177px;
    object-fit: contain;
    transition: all 0.3s;
}

.blog-right_box-title {
    margin-top: 18px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
}

.blog-right_box {
    padding: 7px;
}

.blog-right_box:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

.blog-right_box:hover .blog-right_box-title {
    transform: scale(1.1);
    color: tomato;
}

.blogItem .blogItem-img:hover img {
    transform: scale(1.1);
}

.map iframe {
    width: 100% !important;
    height: 400px !important;
}

.box-adress_title,
.box-form_title {
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}

.box-adress_title {
    font-size: 15px;
}

.box-form_title {
    font-size: 18px;
    font-weight: 600;
}

.contact-box,
.contact-box h3 {
    color: #fff;
}

.contact-box {
    margin-bottom: 20px;
}

.box-adress h5 b {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.box-adress h5 {
    margin-bottom: 25px;
    margin-top: 20px;
}

.box-adress p {
    margin-bottom: 16px;
    line-height: 1.6;
}

.form_c {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
}

.form {
    margin-bottom: 10px;
}

.form_c-input {
    height: 36px;
    padding-left: 15px;
}

.form_c-text {
    padding-left: 15px;
    height: 200px;
}

.btn_gui {
    padding: 10px 15px;
    color: #333;
    transition: all 0.3s;
    border-radius: 3px;
}

.btn_gui:hover {
    transform: scale(1.1);
}

.new-box,
.new-box h2,
.new-box a,
.new-box h3 {
    color: #fff;
}

.new-box h3 a {
    text-transform: uppercase;
    font-size: 15px;
}

.new-box h3:hover a {
    color: tomato;
}

.new-box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.new-box h3 {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.7);
    margin: 0px 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.new-box a img {
    width: 100%;
    height: 274px;
    transition: all 0.3s;
}

.new-box a:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

.about-box,
.about-box a,
.about-box h3,
.about-box h4,
.about-box h2,
.about-box p,
.about-box h1 {
    color: #fff;
}

.about-box {
    margin-bottom: 20px;
}

.about-content .about-img img {
    width: 100%;
    height: unset;
}

.col-img_box1 {
    display: flex;
    justify-content: space-between;
}

.col-img_box1 img {
    width: 49.5% !important;
    height: 600px !important;
}

.about-img {
    margin-bottom: 20px;
}

.about-title {
    margin-bottom: 20px;
    color: #fff;
}

.about-content h4 {
    color: #3498db;
    font-size: 20px;
}

.about-h4 {
    text-align: center;
}

.about-form h2 {
    font-weight: bold;
    font-size: 34px;
}

.about_input {
    color: #fff;
    background-color: #000000;
    margin-top: 10px;
}

.about-content2 {
    padding-bottom: 10px;
    margin-top: 68px;
}

.aboutForm,
.about-content2 {
    border-bottom: 1px solid #eee;
}

.about_input::placeholder {
    font-size: 13px;
}

.about-right iframe {
    width: 100%;
    height: 315px;
}

.main_album {
    background-image: url('../image/bag.jpg');
    padding: 52px 0px 36px 0px;
    position: relative;
    height: 600px;
}

.album_top {
    text-align: center;
    z-index: 2;
    position: absolute;
    width: 100%;
}

.album_top h3 {
    margin-bottom: 36px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 32px;
}

.album img {
    height: 318px;
}

.sec-con-slide .owl-stage-outer {
    overflow: visible;
}

.sec-con-slide .owl-stage-outer {
    overflow: visible;
}

.sec-con-slide .owl-item .slide-item {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.sec-con-slide .owl-item.active {
    z-index: 8;
}

.sec-con-slide .owl-item {
    -webkit-transition: -webkit-transform 0.3s 0.1s;
    transition: -webkit-transform 0.3s 0.1s;
    -o-transition: transform 0.3s 0.1s;
    transition: transform 0.3s 0.1s;
    transition: transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
}

.sec-con-slide .sec-con-img img {
    width: 100%;
}

.sec-con-slide .owl-item.slide-center {
    z-index: 10;
}

.sec-con-slide .owl-item.slide-center {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.sec-con-slide .owl-item.slide-center.slide-scale {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.sec-con-slide .owl-item.slide-scale {
    z-index: 9;
}

.sec-con-slide .owl-item.slide-scale {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.sec-con-slide .owl-item.active {
    -webkit-box-shadow: 0px 0px 27px #000;
    box-shadow: 0px 0px 27px #000;
}

.slide-container {
    max-width: 1400px;
    padding: 0 20px;
    margin: auto;
}

.slide-wrapper {
    max-width: 1200px;
    margin: auto;
}

.slide-item .sec-con-img img {
    width: 100%;
    height: 184px;
}

.sec-con-slide .owl-stage-outer {
    overflow-x: hidden;
    padding-top: 151px;
    padding-bottom: 147px;
}

.sec-con-slide .slide-item {
    position: relative;
}

.nen_xanh {
    background-color: rgb(27, 72, 86, 0.7);
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.sadsa {
    z-index: 0;
}

.album_bottom {
    text-align: center;
    margin: 60px 0px 31px 0px;
    bottom: 18px;
    z-index: 2;
    position: absolute;
    width: 100%;
}

.album_bottom a {
    border-radius: 15px;
    padding: 15px 30px;
    color: #000;
    background-color: #f2da8e;
    border: 1px solid #fff;
}

.album_bottom a:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #f2da8e;
}

.colImg {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.colImg img {
    width: 100%;
    margin-top: 15px;
    object-fit: cover;
}

.clearfix {
    clear: both;
}

.clearfix-10 {
    clear: both;
    height: 10px;
}

.clearfix-20 {
    clear: both;
    height: 20px;
}

.clearfix-30 {
    clear: both;
    height: 30px;
}

.clearfix-40 {
    clear: both;
    height: 40px;
}

.clearfix-50 {
    clear: both;
    height: 50px;
}

.clearfix-60 {
    clear: both;
    height: 60px;
}

.clearfix-70 {
    clear: both;
    height: 70px;
}

h2.title_section {
    color: #fff;
}