	echo $path;	echo $path;	echo $path;	echo $path;@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../../gothic.eot"); /* IE9 Compat Modes */
  src: url("../../gothic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
       url("../../gothic.woff") format("woff"), /* Modern Browsers */
       url("../../gothic.ttf") format("truetype"); /* Safari, Android, iOS */
}
/* CSS Cơ bản để định hình bố cục trực quan */
body {
    font-family: 'Quicksand', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-color: #f4f4f4;
}
/* Thẻ wrapper bao bọc toàn bộ trang để giới hạn chiều rộng và căn giữa */
.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
header {
    background: white;
    color: #000;
}
main {
    flex: 3;
    padding-right: 20px;
}
.topbar_blue {
    background-color: #0b3795;  
    color: white;
    font-family: "Century Gothic";
    font-size: 0.9em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0px;
}
.contactbar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    flex: 2;
}
.contactbar_detail {
    display: flex;
    align-items: center;
    gap: 8px;
    /*    padding: 0 35px;*/
    position: relative;
	text-decoration: none;
}
.AAAcontactbar_detail:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: red;
}
.divider {
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.4);
}
.howtobar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
}
.howtobar a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0 5px;
}
.howtobar a::before {
    content: "●";
    margin-right: 8px;
    color: #ffffff;
    font-size: 1em;
}
.howtobar a:hover {
    color: yellow;
}
.topbar {
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
}
.topbar_logo {
    display: flex;
    width: 30%;
    /*
    display: flex;
	justify-content: center;
    align-items: center;
*/
    padding-left: 20px;
}
.topbar_shields {
    width: 70%;
    padding-right: 20px;
}
.topbar_shields ul {
    list-style-type: none;
/*    width: 100%;*/
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 20px;
}
/* Navbar container */
.navbar {
    background: linear-gradient(180deg, #003cc9 0%, #021646 100%);
    padding-left: 10px;
    display: flex;
}
/* Alignment of menu items */
.nav-links {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    font-family: "Century Gothic";
    width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.nav-links li {
    margin: 10px 5px 4px 0px;
    height: 33px;
}
.nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9em;
    letter-spacing: -0.2px;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
}
/* Hover and active states */
.nav-links a:hover, .nav-links a.active {
    color: #d4e11d;
    border-bottom-color: #d4e11d;
}
.feature-bar {
    display: flex;
    justify-content: center;
    background-color: #f1f1f1;/*    padding-bottom: 10px;*/
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 35px;
    position: relative;
}
/* Vertical divider lines between columns */
.feature-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #535353;
}
/* Monochrome Unicode character icon styling */
.feature-unicode-icon {
    font-size: 32px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 40px;
    user-select: none;
}
.feature-content {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    font-family: "Century Gothic";
    user-select: none;
}
.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-width: 60px;
    user-select: none;
}
.feature-title {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.feature-desc {
    font-size: 14px;
    font-weight: 400;
}
/*fotter */
footer {
    background-color: #021950;
    color: #fff;
    padding: 10px 30px;
    margin-top: 20px;
    font-family: "Century Gothic";
    font-size: 0.8em;
}
.bottombar {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
/*    padding-top: 20px;*/
}
#slogan_column {
    padding: 0px 20px 10px 0px;
    flex: 1.5;
    display: flex;
    flex-direction: column;
}
.common_column {
    padding: 5px 10px 10px 5px;
    display: flex;
    flex: 1;
    flex-direction: column;
}
.bottombar .col_name {
    color: greenyellow;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.bottombar .common_column a {
    text-decoration: none;
    color: white;
    margin-bottom: 8px;
}
#contact_column {
    padding: 5px 10px 10px 5px;
    display: flex;
    flex: 1.2;
    flex-direction: column;
}
#bottomlogo {
    margin-bottom: 20px;
    max-width: 200px;
    height: auto;
}
#contact_column > div {
    margin-bottom: 15px;
}
.contacti {
    display: inline-flex;
    gap: 12px;
    align-items: center;
}
#footer-slogan{
	text-align: justify;
	width: 90%;
}
/*footer end */


.white {
    color: white!important;
}
/*for menuicon*/
#menuicon {
    display: none;
    align-content: center;
    text-align: center;
    width: 50px;
    height: 44px;
    position: relative;
    top: 2px;
    right: 2px;
    background: white;
    line-height: 0.8;
    cursor: pointer;
    user-select: none;
}
#menuicon:hover {
    background: yellow;
}
#menuicon i {
    font-size: 14px;
}
#menuicon span {
    font-size: 10px;
}
#carticon {
    display: block;
    align-content: center;
    text-align: center;
    height: 44px;
    position: relative;
    top: 2px;
    right: 2px;
    background: white;
    line-height: 1.1;
    cursor: pointer;
    user-select: none;
	padding: 0px 10px 0px 10px;
}
#carticon:hover {
    background: #d1ffd1;
}
#carticon i {
    font-size: 18px;
}
#carticon span {
    font-size: 12px;
	font-weight: 800;
	color:red;
}
/*for menuicon end*/

#copyrightbar p{
	margin: 0px;
}

/* Responsive adjustments */
@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1200px) {
/*
.contactbar_detail::after {
		display: none;
	}	
*/
.nav-links {
    gap : 5px;
}
.divider {
    display: none;
}
.feature-desc {
    display: none;
}
.feature-item {
    padding: 0 5px;
    gap: 5px;
}
.topbar_logo {
    width: 50%;
}
.topbar_shields {
    width: 50%;
}
#li_sitelock {
    display: none;
}
}

@media screen and (max-width: 1024px) {
#logo-img {
    width: 100%;
    min-width: 250px;
    max-width: 432px;
}
#union-img1, #union-img2 {
    width: 100%;
    min-width: 122px;
}
}

@media screen and (max-width: 768px) {
.topbar {
    flex-direction: column;
}
.topbar_logo {
    width: 100%;
    padding: 0px;
    justify-content: center;
}
.topbar_shields {
/*    width: 60%;*/
    padding: 0px;
}
.topbar_shields ul {
    justify-content: center;
	padding: 0px;
}
.feature-icon {
    max-width: 30px;
    ;
}
.feature-title {
    font-size: 12px;
}
#top-add, #top-email {
    display: none;
}
.contactbar {
    flex: 1;
}

footer {
    padding: 10px 10px;
    margin-top: 10px;
    font-family: "Century Gothic";
    font-size: 0.8em;
}	
	
	#footer-divcompany, #footer-divinfo, #footer-slogan{
		display: none;
	}
	#slogan_column{
		flex:0.8;
	}
	#bottomlogo{
		width: 100%;
		min-width: 120px;
	}
}

@media screen and (max-width: 480px) {
.topbar_blue {
    flex-direction: column;
}
.nav-links {
    display: block;
	
}
.nav-links li:not(:first-child) {
    display: none;
}
.nav-links.responsive li {  
    display: block; 
}

#menuicon {
    display: block!important;
}
	
	#slogan_column{
		display: none;
	}

}

@media screen and (max-width: 412px) {
.feature-bar {
    display: none;
}
}
