fixed 19-09

This commit is contained in:
2025-09-19 09:55:29 +07:00
parent f6cc0175e0
commit 3c493c92d3
4 changed files with 107 additions and 14 deletions

View File

@ -162,12 +162,12 @@
</div>
</section>
<section class="con-parallax con-perf-section">
<div class="bg-wrapper parallax" data-dept="0.4" >
<div class="bg-wrapper parallax" data-dept="0.4">
<img src="/images/1000/passenger-planes.jpg" alt="Background" class="bg-img">
</div>
<div class="con perf-section section-break" data-content>
<div class="con section perf-section section-break" data-content>
<div class="r">
<div class="r-n-g w-n w-s-100">
<div class="r-n-g">
<div class="c-6 c-l-3">
<div class="d-f f-c a-i-center grid">
<div class="icon-wrap d-f j-c-center a-i-center">
@ -521,7 +521,6 @@
</div>
</div>
<div class="c-12 c-l-4 c-x-3">
</div>
</div>
</div>
@ -552,6 +551,49 @@
</div>
</div>
</section>
<section class="section branch-section">
<div class="con">
<div class="r">
<div class="c-12 c-l-6">
<div class="d-f f-c">
<div class="sub-title">
Coverage
</div>
<h2 class="title">Our Branch Network</h2>
<p class="desc mt-3">
With a strong presence across key cities, we ensure fast service, on-site support, and seamless connections to our customers nationwide and internationally.
</p>
<p class="desc mt-2">
Our company operates 5 branches strategically located in major business hubs. Each office is fully equipped to provide customer care, technical support, and logistics coordination, helping us deliver reliable and efficient services wherever our clients are.
</p>
</div>
</div>
<div class="c-12 c-l-6">
</div>
</div>
</div>
<div class="cfull">
<div class="r">
<div class="c-12">
<div class="map-container mt-5">
<img src="~/images/1000/branch-section/map_branch.png" alt="Company Branch Map">
<!-- Markers -->
<div class="marker han"></div>
<div class="marker dad"></div>
<div class="marker sgn"></div>
<div class="marker pnh"></div>
<div class="marker rgn"></div>
</div>
</div>
</div>
</div>
</section>
<section class="con section blog-section">
<div class="r j-c-center">
<div class="d-f f-c a-i-center">

View File

@ -64,7 +64,7 @@
}
.f-header .navmain a.active, .f-header .navmain a:hover, .f-header .navmain .nav-i.active a {
color: var(--text-color-dark)
color: var(--text-color-dark) !important
}
.f-header .ico-menu span{
@ -1065,6 +1065,57 @@ div[class*=sec]{
}
/***End Section**/
/***********Branch Section******************/
.map-container {
position: relative;
width: 100%; /* tự co theo responsive */
max-height: 1000px; /* tuỳ ý */
}
.map-container img {
width: 100%;
max-height: 1000px;
display: block;
}
.marker {
position: absolute;
width: 20px;
height: 20px;
border-radius: 50%;
background: rgba(255,0,0,0.4);
border: 2px solid red;
transform: translate(-50% ,-50%)
}
/* Tọa độ theo ô vuông bao */
.han {
left: 25.786560%;
top: 18.594452%;
}
.dad {
left: 33.688859%;
top: 33.202089%;
}
.sgn {
left: 31.533684%;
top: 43.914321%;
}
.pnh {
left: 27.941735%;
top: 40.018990%;
}
.rgn {
left: 9.982017%;
top: 30.280548%;
}
/***End Section**/
/***Our Service Section***/
.our-section {
padding:0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 366 KiB

After

Width:  |  Height:  |  Size: 333 KiB

View File

@ -966,8 +966,8 @@ class CacheManager {
}
}
}
this.flexPages.insert(url, { "linkID": idN, "info": info });
this.storage.set(idN, htmlData, function () { }, type = "flex");
// this.flexPages.insert(url, { "linkID": idN, "info": info });
//this.storage.set(idN, htmlData, function () { }, type = "flex");
if (this.countFP > 5) {
this.countFP = 0;
//this.storage.set("treePage", this.flexPages.toJSON(), function () { });