        .container1 {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        /* Breadcrumb */
        .breadcrumb {
            margin-top: 10px;
            padding: 30px 0;
            font-size: 16px;
            color: #333;
        }
        
        .breadcrumb a {
            color: #333;
        }
        
        .breadcrumb a:hover {
            color: #333;
        }
        
        .breadcrumb span {
            margin: 0 5px;
        }
        
        /* Hero Image */
        .hero-image {
            height: 100%;
            object-fit: cover;
            margin-bottom: 30px;
			align-item: center;
        }
        
        /* Article */
        .article-title {
            font-size: 40px;
            font-weight: 500;
            margin-bottom: 35px;
            line-height: 1.4;
        }
        
        .article-date {
            font-size: 16px;
            color: #333;
            margin-bottom: 40px;
        }
        
        .article-section {
            margin-bottom: 20px;
			font-size: 18px;
			line-height: 1.8;
        }
        
        .article-section-title {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 10px;
            background-color: #f5f5f5;
            padding: 5px 10px;
        }
        
        .article-content {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 20px;
        }
        
        .contact-btn {
            display: inline-flex;
            align-items: center;
            background-color: #1a2b47;
            color: #fff;
            padding: 10px 78px;
            font-size: 15px;
            margin-top: 50px;
            margin-bottom: 50px;
            transition: background-color 0.3s;
			width: 240px;
			height:50px;
        }
        
        .contact-btn i {
            margin-right: 8px;
        }
        
        .contact-btn:hover {
            background-color: #d8d8d8;
			color: #222;
        }
        
        /* Related Articles */
        .related-section {
            margin: 50px 0;
        }
        
        .related-title {
            font-size: 36px;
            font-weight: 600;
            margin-bottom: 30px;
            position: relative;
        }
        
        .related-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 50px;
        }
        
        .related-card {
            display: flex;
            align-items: flex-start;
        }
        
        .related-card-img {
            width: 200px;
            height: 140px;
            object-fit: cover;
            margin-right: 30px;
        }
        
        .related-card-content {
            flex: 1;
        }
        
        .related-card-date {
            font-size: 16px;
            color: #999;
            margin-bottom: 5px;
        }
        
        .related-card-title {
            font-size: 24px;
            font-weight: 400;
            line-height: 1.4;
        }
        

        
        /* Responsive */
        @media (max-width: 992px) {
            .related-grid {
                grid-template-columns: 1fr;
            }
            
            .footer-container {
                flex-direction: column;
            }
            
            
            .footer-column {
                margin-left: 0;
            }
            
            .footer-qrcode {
                margin-top: 10px;
            }
            
            .footer-bottom {
                flex-direction: column;
            }
            
            .footer-bottom-right {
                margin-top: 20px;
            }
        }
        
        @media (max-width: 768px) {
			.search-icon {
				color: #333;
				font-size: 18px;
				cursor: pointer;
				margin-right: -200px;
			}
        /* Breadcrumb */
        .breadcrumb {
            margin-top: 10px;
            padding: 20px 0;
            font-size: 14px;
            color: #333;
            border-bottom: 1px solid #eee;
        }
        
        .breadcrumb a {
            color: #333;
        }
        
        .breadcrumb a:hover {
            color: #333;
        }
        
        .breadcrumb span {
            margin: 0 5px;
        }
        
        /* Hero Image */
        .hero-image {
            width: 100%;
            object-fit: cover;
            margin-bottom: 30px;
			align-item: center;
        }
        
        /* Article */
        .article-title {
            font-size: 40px;
            font-weight: 500;
            margin-bottom: 35px;
            line-height: 1.4;
        }
        
        .article-date {
            font-size: 16px;
            color: #333;
            margin-bottom: 40px;
        }
        
        .article-section {
            margin-bottom: 20px;
			font-size: 14px;
			line-height: 2;
        }
        .article-section img {
            width: 100%;
		}
        
        .article-section-title {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 10px;
            background-color: #f5f5f5;
            padding: 5px 10px;
        }
        
        .article-content {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 20px;
        }
        
        .contact-btn {
            display: inline-flex;
            align-items: center;
            background-color: #1a2b47;
            color: #fff;
            padding: 14px 61px;
            font-size: 16px;
            margin-top: 50px;
            margin-bottom: 50px;
            transition: background-color 0.3s;
        }
        
        .contact-btn i {
            margin-right: 8px;
        }
        
        .contact-btn:hover {
            background-color: #0f1a2e;
        }
        
        /* Related Articles */
        .related-section {
            margin: 50px 0;
        }
        
        .related-title {
            font-size: 24px;
            font-weight: 400;
            margin-bottom: 30px;
            position: relative;
        }
        
        .related-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }
        
        .related-card {
            display: flex;
            align-items: flex-start;
        }
        
        .related-card-img {
            width: 200px;
            height: 140px;
            object-fit: cover;
            margin-right: 20px;
        }
        
        .related-card-content {
            flex: 1;
        }
        
        .related-card-date {
            font-size: 14px;
            color: #999;
            margin-bottom: 5px;
        }
        
        .related-card-title {
            font-size: 16px;
            font-weight: 400;
            line-height: 1.4;
        }			
            .header-container {
                flex-wrap: wrap;
            }
			
            .mobile-menu-btn {
                display: block;
            }

            .nav-menu {
                display:none; 
            }
            
            .nav-list {
                display:none; 
            }
            .language-select {
                display:none; 
            }
			
			.language-select1 {
				border: 1px solid #fff;
				padding: 8px 15px;
				border-radius: 3px;
				font-size: 16px;
				line-height: 18px;
				color: #fff;
				background-color: transparent;
			}
        
			.language-select1 option {
				background-color: #4a5b76;
				color: #fff;
			}            

            
            .related-card {
                flex-direction: column;
            }
            
            .related-card-img {
                width: 100%;
                height: 150px;
                margin-right: 0;
                margin-bottom: 10px;
            }
            
        }
        
        @media (max-width: 576px) {
            .article-title {
                font-size: 20px;
            }
            .footer-column {
                width: 50%;
            }
            
            .footer-nav-column {
                flex: 0 0 100%;
            }

        }
