#homesvg{
	display:none;
}
hr {
   border: none;
    height: 1px;
    background-color: #d9dadd;
    width: 100%;
    margin-bottom: 40px;
}
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
#selectedImg{
	margin-bottom:4px;
}
#banner-mobile,#bg_action_mobile{
	display:none;
}
#content {
  box-sizing: border-box; /* Đảm bảo padding và border không làm tăng kích thước phần tử */
}
#down2,#header{
	display:none;
}

        body {
			font-family: 'Inter'!important;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-color: #fff;
            background-color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        .loader {
			position:fixed;
			top:0;
			bottom:0;
            width: 100%;
            height: 100%;
            background-color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2000;
			max-width:100vw;
        }


        header {
            display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: white;
    color: #1A3782;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
    box-sizing: border-box;
    position: fixed;
    width: 100vw;
    /* padding-left: 4.1vw; */
    /* margin-left: 12vw; */
    padding-left: 0;
        }

 
        .logo {
			height:57px;
			margin-right:20%;
			padding-top:10px;
			margin-left:6vw;
        }

        nav {
            flex-grow: 1;
            margin-left: auto;
            display: flex;
            justify-content: right;
        }

        .menu {
            list-style: none;
    display: flex
;
    position: relative;
    justify-content: center;
    align-items: center;
        }

        .menu li {
            position: relative;
        }

        .menu a {
            text-decoration: none;
            color: #1A3782;
            padding: 10px;
            display: block;
            font-weight: bold;
			font-size: 14px;
        }

        .submenu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background-color: white;
            list-style: none;
            min-width: 200px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
			text-align:left;
        }

        .submenu li {
            width: 100%;
        }

        .submenu a {
                padding: 10px;
    display: block;
    white-space: nowrap;
    color: black;
			font-weight: 300 !important;
        }

        .menu li:hover .submenu {
            display: block;
        }

        .search-lang {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .search img, .menu-toggle {
           
            cursor: pointer;
        }

        .lang-dropdown {
            position: relative;
        }

        .lang-dropdown img {
            width: 24px;
            height: 24px;
            cursor: pointer;
        }

        .lang-menu {
            display: none;
            position: absolute;
            background-color: white;
            list-style: none;
            top: 100%;
            left: 0;
            min-width: 120px;
            padding: 5px 0;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
        }

        .lang-menu li {
            padding: 8px 15px;
            cursor: pointer;
            white-space: nowrap;
        }

        .lang-menu li:hover {
            background-color: #f0f0f0;
        }

        .lang-dropdown:hover .lang-menu {
            display: block;
        }

        .menu-toggle {
            display: none;
            font-size: 32px;
    margin-left: 9px;
    margin-right: 9px;
        }

       .custom-dropdown {
            position: relative;
            width: 50px;
            height: 40px;
            cursor: pointer;
            border: 1px solid #fff;
            border-radius: 5px;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
		   margin-top: 0px;
		   margin-right: 3vw;
        }
        .dropdown-options {
            position: absolute;
            width: 50px;
            background: white;
            border: 1px solid #ccc;
            border-radius: 5px;
            display: none;
            flex-direction: column;
            z-index: 100;
			top:35px;
        }

        .option {
            padding: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .option img {
            width: 30px;
            height: 30px;
        }

        .option:hover {
            background: #f0f0f0;
        }    
   .search-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    align-items: right;
    top: 73px;
    padding-right: 82px;
	justify-content:right;
}

.search-modal-content {
    padding: 15px;
    border-radius: 8px;
    width: 400px;
    text-align: center;
}

/* Input tìm kiếm */
.search-modal-content input {
    width: 398px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 39px;
    font-size: 16px;
    height: 50px;
    margin-top: 10px;
}
#so_lieu img {
    width: 100vw;
    height: 100%;
    display: block; /* Tránh khoảng trắng dưới ảnh */
}
        /* CSS cho slider */
       #banner {
    position: relative;
    width: 100vw;
    max-height: 720px;
    min-height: 500px;
    height: 100vw;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 1s ease-in-out;
    height: 100%;
}

.slide {
    flex-shrink: 0;
    width: 100vw;
    height: 100%;
	object-fit: cover;
}

.slide.active {
    display: block; /* Hiển thị slide có lớp active */
}

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

        /* Dots (nút chuyển ảnh) */
        .dots {
            position: absolute;
            bottom: 48px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 28px;
        }

        .dot {
            width: 9px;
            height: 9px;
            background-color: #fff;
            border-radius: 50%;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .dot.active {
            background-color: #1A3782;
        }
	    #so_lieu {
    display: inline-block;
    position: relative;
    width: fit-content; /* Giữ nguyên chiều rộng theo ảnh */
	object-fit: cover;
}


#so_lieu_mobile, .bg_service_mobile,#bg_action_text_mobile,#bg_action_image_mobile {
    display: none; /* Ẩn trên desktop */
}

#bg_action {
    margin-top:40px; /* Ẩn trên desktop */
}
#title_du_an_tieu_bieu span{
    color: #1A3782;
    font-weight: 900;
    float: left;
    margin-left: 6%;
    margin-top: 40px;
    /* font-family: San Francisco Text; */
    font-weight: 700;
    font-size: 50px;
    line-height: 65.57px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
	}

	.project-container {
     display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0px;
    width: 76vw;
    padding-top: 2vw;
    margin-right: 12vw;
    margin-left: 12vw;
    margin-bottom: 30px;
}
#main_view_all{
	 margin-top: 61px;
    text-align: center;
    margin-bottom: -22px;
}
.project {
  width: 28vw;
  text-align: left;
}

.project-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.project-name {
    margin-top: 10px;
    font-weight: 600;
    font-size: 23px;
    float: left;
	color:#353E53;
}

.main_intro {
  display: flex;
  justify-content: center;  /* Căn giữa các phần tử (text và image) */
  align-items: center;  /* Căn giữa theo chiều dọc */
  width: 100vw;
  height: auto;
  background: #1A3782;
  color: white;
}
.main_lienhe {
  display: flex;
  justify-content: center;  /* Căn giữa các phần tử (text và image) */
  width: 100vw;
  height: auto;
  background: #E3E8F5;
  color: white;
  height:auto;
}
.main_intro_text {
  width: 50%;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  flex-direction: column;  /* Để các phần tử trong #main_intro_text xếp dọc */
  justify-content: flex-start;  /* Căn lề trên cùng */
  align-items: center;  /* Căn giữa theo chiều ngang */
  text-align: left;  /* Căn văn bản sang trái */
  padding: 20px;
}

.main_intro_span {
  width: 100%;
    text-align: left;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 28px;
    line-height: 46px; /* Đảm bảo văn bản xếp dọc */
}
.main_lienhe_span {
  width: 100%;
  text-align: left;  /* Đảm bảo các dòng văn bản căn lề trái */
  display: flex;
  justify-content: center;  /* Căn giữa nội dung trong #main_intro_span */
  flex-direction: column; /* Đảm bảo văn bản xếp dọc */
}
.main_lienhe_text{
	    width: 100vw;
    font-size: 18px;
    line-height: 32px;
    display: flex
;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    /* padding: 21px; */
    margin-top: 50px;
    padding-left: 12vw;
	padding-right:12vw;

}

.main_image {
  width: 50%;
  height: auto;
  overflow: hidden;
}

.main_image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Đảm bảo hình ảnh bao phủ hết div */
}

/* CSS cho nút */
.btn_container {
  margin-top: 33px; /* Khoảng cách giữa văn bản và nút */
  align-self: center; /* Căn giữa nút */
}

.btn_container img {
  cursor: pointer;
    max-width: 200px;
    width: 243px;
    border-radius: 40px;
    height: 50px;
}
.main_lienhe_form form{
		  width: 36vw; /* Để có khoảng cách thoải mái */
           margin: 0 auto;
	 }
.main_lienhe_form input{
	display: block;
    width: 40vw;
    height: 55px;
    margin-bottom: 0px;
    padding-left: 24px;
    padding-top: 6px;
    margin-top: 20px;
    border: 1px solid #B3B3B3;
    float: right;
    border-radius: 5px;
}
.main_lienhe_form input:focus{
	border:1px solid #1A3782!important;
}

.footer-donghoa * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        .footer-donghoa {
            background-color: #22377a;
            color: #ffffff;
            font-size: 18px;
            padding: 50px 0;
        }
        .footer-container {
            max-width: 76vw;
            margin: auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .column {
            flex: 1;
            padding: 15px;
            min-width: 250px;
        }
        .column h4 {
            font-size: 16px;
            margin-bottom: 15px;
            color: #7ba6ff;
            text-transform: uppercase;
        }
        .column p, .column a {
            color: #ffffff;
            text-decoration: none;
            margin-bottom: 10px;
			display:block;
        }
        .column ul {
            list-style: none;
            padding: 0;
        }
        .column ul li {
            margin-bottom: 15px;
        }
        .column ul li small {
            font-size: 12px;
            opacity: 0.7;
        }
        .social-icons a img {
            width: 32px;
            margin-right: 8px;
        }
        .footer-bottom {
             text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 20px;
    padding-top: 15px;
    width: 100%;
    opacity: 0.7;
    /* margin-left: 21vw; */
    padding-left: 12vw;
    height: 5px;
        }
        .logo_footer {
            width: 180px;
            margin-bottom: 15px;
        }
        .info-icon {
            width: 16px;
            vertical-align: middle;
            margin-right: 6px;
        }

.main {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#banner-thongtinchung,#banner-tintuc {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 89px;
}

#banner-thongtinchung img,#banner-tintuc img {
    width: 100%;
    height: auto;
    display: block;
	margin-top:9px;
}
#lable_history_mobile{
	display:none;
}
.header-bar {
        height: 42px;
    background-color:#222222;
    display: flex;
    align-items: center;
    opacity: 0.5;
    margin-bottom:-50px;
	padding-left: 6vw;
}
#title-tintuc {
    display: flex;
    justify-content: center; /* Căn giữa theo chiều ngang */
    align-items: center; /* Căn giữa theo chiều dọc */
	margin-top:-55px;
}

#title-tintuc span {
    font-size: 47px; /* Điều chỉnh kích thước chữ */
    font-weight: bold;
	color:white;
}

.menu-item {
    color: white;
    margin-right: 15px;
    cursor: pointer;
    font-size: 14px;
}

.menu-item:last-child {
    margin-right: 0; /* Xóa margin phải của phần tử cuối cùng */
}
	#custom-navbar {
   display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 15px 30px;
    border-radius: 16px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 76vw;
    margin: auto;
    position: absolute;
    left: 12vw;
    margin-top: -38px;
}
	.nav-item {
    text-decoration: none;
    color: #5C6271;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    transition: color 0.3s ease;
    flex: 1;
    text-align: center;
}

.nav-item.active {
    color: #002366; /* Màu xanh đậm cho mục đang chọn */
    font-weight: 700;
}

.nav-item:not(:last-child) {
    border-right: 1px solid #DADDE5; /* Đường gạch đứng phân cách */
}
	  #navbar-select{
		  display:none;
	  }
.custom-container {
           width: 76vw;
    margin-left: 12vw;
            margin-top:100px;
	        margin-bottom:44px;
        }

        .custom-banner {
            display: flex;
            flex-direction: row;
            align-items: stretch;
            background-color: #ffffff;
            border-radius: 8px;
            overflow: hidden;
        }

        .custom-banner-image {
            flex: 1;
        }

        .custom-banner-image img {
            width: 50vw;
            height: auto;
            object-fit: cover;
			max-height: 500px;
        }

        .custom-banner-text {
            background-color: #153e90;
            color: white;
            padding: 20px;
            flex: 1;
        }

        .custom-banner-text h2 {
            font-size: 28px;
            margin-bottom: 10px;
            font-weight: bold;
			text-align:right;
        }
	    .custom-banner-text p {
			text-align: justify;
			line-height:37px;
			background: #153e90 !important;
        }

        .custom-news-section {
            margin-top: 40px;
            text-align: left;
        }

        .custom-title {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .custom-news-grid{
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }
        
        .custom-duan-grid,.custom-lienquan-grid{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 37px;
        }
        .custom-donghoa-grid{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        .custom-news-item {
            background: white;
            border-radius: 8px;
            text-align: left;
        }

        .custom-news-item img {
            width: 100%;
    border-radius: 8px;
        }
#item_tintuc img{
	max-height:208px;
}
        .custom-news-item h3 {
            font-size: 24px;
            font-weight: bold;
            margin: 10px 0 5px;
        }

        .custom-pagination {
            display: flex;
            justify-content: center;
            margin-top: 50px;
    margin-bottom: 60px;
        }

        .custom-pagination button {
            background: #e5e7eb;
            color: black;
            border: none;
            padding: 8px 12px;
            margin: 0 5px;
            cursor: pointer;
            border-radius: 4px;
        }

        .custom-pagination .custom-active {
            background: #153e90;
            color: white;
            font-weight: bold;
        }
.custom-news-item a{
	text-decoration:none;
}
#anh_main_duan img{
 width: 76vw;
    height: auto;
    object-fit: cover;
    display: block;margin-left:10vw;
}
#table-anh-du-an img{
	width:20vw!important;
	height:auto;
}
.main_intro_mobile{display:none;}
#banner-tintuc {
    position: relative;
    width: 100%;
    text-align: center;
}

#banner-tintuc img {
    width: 100%;
    height: auto;
    display: block;
}

#label_banner {
    position: absolute;
    bottom: 50px; /* Cách đáy 50px */
    left: 50%;
    transform: translateX(-50%); /* Căn giữa theo chiều ngang */
    color: white; /* Màu chữ */
    padding: 10px 20px;
    font-size: 48px;
    font-weight: bold;
    border-radius: 5px; /* Bo góc nhẹ */
}
.post-content img {
  width: 100%;  /* Ảnh sẽ thu nhỏ theo kích thước của div */
  height: auto;     /* Giữ tỉ lệ ảnh */
}
#img-du-an,#img-du-an-tieu-bieu,.du_an_lien_quan{
	height:300px;
}
#img-du-an-dong-hoa{
	height:400px;
}

