diff --git a/TWA-App/wwwroot/css/site.css b/TWA-App/wwwroot/css/site.css
index 40abe60..b1a33cd 100644
--- a/TWA-App/wwwroot/css/site.css
+++ b/TWA-App/wwwroot/css/site.css
@@ -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
diff --git a/TWA-App/wwwroot/images/1000/branch-section/map_branch.png b/TWA-App/wwwroot/images/1000/branch-section/map_branch.png
index c08fec9..9de5ce4 100644
Binary files a/TWA-App/wwwroot/images/1000/branch-section/map_branch.png and b/TWA-App/wwwroot/images/1000/branch-section/map_branch.png differ
diff --git a/TWA-App/wwwroot/js/libs/js-core.js b/TWA-App/wwwroot/js/libs/js-core.js
index de995b5..ea66714 100644
--- a/TWA-App/wwwroot/js/libs/js-core.js
+++ b/TWA-App/wwwroot/js/libs/js-core.js
@@ -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 () { });