@charset "utf-8";
/* CSS Document */

/*===========body==========*/
body {
	width:100%;
	height:auto;
	background:url(../images/body-bg.png) repeat;
	color: #7f7f7f;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	outline:none;
	cursor:pointer;
	color: #7f7f7f;
	text-decoration:none;
}
a:hover {
	outline:none;
	cursor:pointer;
}
p {
	line-height:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*============ft============*/
.ft-fff {
	color:#fff;
}
.ft-000 {
	color:#000;
}
.ft-7f7 {
	color:#7f7f7f;
}
.ft-8e6 {
	color:#8e6705;
}
/*===========f-col===========*/
.f-col-fff {
	color:#fff;
}
.f-col-fff-act {
	color:#8e6705;
}
.f-col-7f7 {
	color:#7f7f7f;
}
.f-col-7f7-act {
	color:#8e6705;
}
/*=======f-dec-shadow========*/
.fs-14 {
	font-size:14px;
}
.fs-16 {
	font-size:16px;
}
.ft-upper {
	text-transform:uppercase;
}
.ft-ita {
	font-style:italic;
}
.f-dec1-nom {
	text-decoration:none;
}
.f-dec1-act {
	text-decoration:underline;
}
.f-dec2-nom {
	text-decoration:underline;
}
.f-dec2-act {
	text-decoration:none;
}
.ft-shadow-fff {
	text-shadow: 1px 1px 1px #FFFFFF;
}
.ft-shadow-000 {
	text-shadow: 1px 1px 1px #000000;
}
/*=======h1 h2 h3 h4=========*/
h1, h2, h3, h4, h5, h6 {
	cursor:default;
	color:#131516;
	font-weight:normal;
	font-family: 'Cabin', sans-serif;
}
h1 {
	font-size:30px;
	line-height:30px;
}
h2 {
	font-size:27px;
	line-height:30px;
}
h3 {
	font-size:24px;
	font-weight:bold;
	line-height:30px;
}
h4 {
	font-size:21px;
	font-weight:bold;
	line-height:25px;
}
h5 {
	font-size:18px;
	line-height:20px;
}
h6 {
	font-size:16px;
	line-height:20px;
}
/*========margin-top==========*/
.mtp5 {
	margin-top:5px;
}
.mtp10 {
	margin-top:10px;
}
.mtp15 {
	margin-top:15px;
}
.mtp20 {
	margin-top:20px;
}
.mtp25 {
	margin-top:25px;
}
.mtp30 {
	margin-top:30px;
}
/*========padding-top======*/
.pdt5 {
	padding-top:5px;
}
.pdt10 {
	padding-top:10px;
}
.pdt15 {
	padding-top:15px;
}
.pdt20 {
	padding-top:20px;
}
.pdt25 {
	padding-top:25px;
}
.pdt30 {
	padding-top:30px;
}
/*==========pad-l-r==========*/
.pdl-10 {
	padding-left:20px;
}
.pdr-10 {
	padding-right:20px;
}
.pdl-20 {
	padding-left:20px;
}
.pdr-20 {
	padding-right:20px;
}
/*==========link-btn-img=========*/
.btn1-nom {
	color:#393939;
	font-size:14px;
	font-family: 'Cabin', sans-serif;
}
.btn1-act {
	color:#8e6705;
}
.btn2-nom {
	display:inline-block;
	padding:0px 25px;
	height:39px;
	line-height:39px;
	border-radius: 20px;
	background:#ebebeb;
	color:#494949;
	font-size: 12px;
	font-family: 'Cabin', sans-serif;
}
.btn2-act {
	background:#494949;
	color:#fff;
}
.img-filter {
	-moz-opacity:0.5; /*FF*/
	opacity: 0.5; /* Firefox,Safari(WebKit),Opera)*/
	filter: "alpha(opacity=50)"; /* IE 8 */
	filter: alpha(opacity=50);  /* IE 4-7 */
	zoom: 1;
}
.link-tst {
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.link-mark1-nom {
	background:#ebebeb;
	color:#494949;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Cabin', sans-serif;
}
.link-mark1-act {
	background:#4e4e4e;
	color:#fff;
}
.line-lh {
	border-left: 1px solid #eeeeee;
}
.line-rh {
	border-right: 1px solid #eeeeee;
}
/*==========float===========*/
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	clear:both;
}
/*=========toTop=========*/
#totop {
	position:fixed;
	z-index:999;
	bottom:30px;
	right:60px;
	display:none;
	width:50px;
	height:50px;
	overflow:hidden;
}
*html #totop {
	position:absolute;
	cursor:pointer;
	right:60px;
	display:none;
 top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-112+"px");
}
#totop a {
	display:block;
	width:50px;
	height:50px;
	background: url(../images/up-top-nom.png) no-repeat center;
	_background: url(../images/up-top-ie6-nom.png) no-repeat center;
}
#totop a.cur {
	background: url(../images/up-top-act.png) no-repeat center;
	_background: url(../images/up-top-ie6-act.png) no-repeat center;
}
/*=========framebody=========*/
#body-waper {
	margin: 0px auto;
	width:100%;
	height:auto;
	overflow:hidden;
}
#frametop-waper, #framehead-waper {
	margin: 0px auto;
	width:100%;
	height:auto;
}
#framebody-waper, #frametail-waper {
	margin: 0px auto;
	width:100%;
	height:auto;
}
#framehead, #framebody, #frametail {
	margin: 0px auto;
	width:940px;
	height:auto;
	padding:0px 50px;
}
/*-----frametop----*/
#frametop-waper {
	height:auto;
	background:#000;
}
#frametop {
	margin: 0px auto;
	width:940px;
	height:auto;
}
.top-language {
	height:30px;
	padding-right:24px;
	line-height:30px;
	text-align:right;
}
.top-language a {
	display:inline-block;
	padding-left:57px;
}
/*-----framehead----*/
#framehead-waper {
	height:auto;
	background:url(../images/head-waper-bg.png) repeat-x top;
}
/*framehead-dl*/
.framehead-dl {
	width:940px;
	overflow:visible;
}
.framehead-dl dd {
	display:inline-block;
	float:left;
}
.framehead-dd1 {
	width:400px;
	height:100px;
	padding:10px 0px;
	overflow:hidden;
}
.framehead-dd2 {
	width:540px;
}
/*-----framebody----*/
#framebody {
	height:auto;
	background:#fff;
	overflow:hidden;
}
/*-----frametail----*/
#frametail-waper {
	height:auto;
	overflow:hidden;
}
#frametail {
	height:auto;
	padding-bottom:30px;
	background:#fff;
	overflow:hidden;
}
/*tail-list1*/
.tail-list1 {
	height:155px;
	padding-top:30px;
	overflow:hidden;
}
/*tail-copyright*/
.tail-copyright {
	height:20px;
	padding:20px 0px 5px 0px;
	font-size:12px;
	line-height:20px;
	text-align:center;
}
.tail-copyright a {
	display:inline-block;
	height:20px;
	line-height:20px;
	padding:0px 10px 0px 11px;
	background:url(../images/tail-line.png) no-repeat left center;
}

/* New styles for stats section */
.stats-container {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
    justify-content: space-around; /* Distribute items evenly */
    gap: 20px;
    padding: 30px 20px; /* Increased padding for vertical spacing */
    background-color: #f0f0f0; /* Lighter background for contrast */
    border-radius: 12px; /* More rounded corners */
    box-shadow: 0 6px 12px rgba(0,0,0,0.15); /* Stronger shadow for depth */
    text-align: center;
    margin: 20px auto; /* Center the container and add vertical margin */
    max-width: 940px; /* Match framebody width */
}

.stat-item-home {
    flex: 1; /* Allow items to grow and shrink */
    min-width: 250px; /* Minimum width for items before wrapping */
    padding: 25px;
    background: linear-gradient(145deg, #ffffff, #e6e6e6); /* Gradient background */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #ddd;
}

.stat-item-home:hover {
    transform: translateY(-5px) scale(1.02); /* Lift and slightly enlarge on hover */
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.stat-number-home {
    font-family: 'Cabin', sans-serif; /* Use Cabin font */
    font-size: 4.5em; /* Larger font size */
    font-weight: 700; /* Bolder */
    color: #007bff; /* A vibrant blue color */
    margin-bottom: 10px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.3); /* More pronounced shadow */
    letter-spacing: -1px; /* Slightly tighter letter spacing */
}

.stat-description-home {
    font-family: 'Cabin', sans-serif; /* Use Cabin font */
    font-size: 1.4em; /* Slightly larger description */
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}

/* Enhanced styles for stats section - synchronized with website design */
.stats-container {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping to keep all 3 on one line */
    justify-content: space-between;
    gap: 20px; /* Reduced gap to fit better on one line */
    padding: 40px 20px; /* Reduced horizontal padding */
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    text-align: center;
    margin: 30px auto;
    max-width: 940px;
    border: 2px solid #e0e0e0;
    position: relative;
    overflow: hidden;
}

.stats-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8e6705 0%, #b8860b 50%, #8e6705 100%);
}

.stat-item-home {
    flex: 1;
    min-width: 0; /* Allow items to shrink below their content size */
    padding: 30px 15px; /* Reduced padding to fit better */
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.stat-item-home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #8e6705, #b8860b);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.stat-item-home:hover::before {
    transform: scaleX(1);
}

.stat-item-home:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border-color: #8e6705;
}

.stat-number-home {
    font-family: 'Cabin', sans-serif;
    font-size: 4.5em; /* Slightly smaller to fit better on one line */
    font-weight: 800;
    background: linear-gradient(135deg, #8e6705 0%, #b8860b 50%, #8e6705 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    text-shadow: none;
    letter-spacing: -2px;
    line-height: 1;
    position: relative;
}

.stat-number-home::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #8e6705, #b8860b);
    border-radius: 2px;
}

.stat-description-home {
    font-family: 'Cabin', sans-serif;
    font-size: 1em; /* Slightly smaller for better fit */
    font-weight: 600;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 1px; /* Reduced letter spacing */
    line-height: 1.2;
    margin-top: 15px;
}

/* About Us page specific styling for vertical layout */
.sub1-llist1 .stats-container {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Reduced gap for more compact layout */
    padding: 20px 20px; /* Reduced padding for smaller vertical size */
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px; /* Slightly smaller border radius */
    box-shadow: 0 6px 20px rgba(0,0,0,0.1); /* Reduced shadow */
    text-align: center;
    border: 2px solid #e0e0e0;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.sub1-llist1 .stats-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8e6705 0%, #b8860b 50%, #8e6705 100%);
}

.sub1-llist1 .stat-item-home {
    flex: none;
    min-width: auto;
    padding: 15px 15px; /* Reduced padding for more compact size */
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 10px; /* Smaller border radius */
    box-shadow: 0 4px 15px rgba(0,0,0,0.08); /* Reduced shadow */
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.sub1-llist1 .stat-item-home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #8e6705, #b8860b);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.sub1-llist1 .stat-item-home:hover::before {
    transform: scaleX(1);
}

.sub1-llist1 .stat-item-home:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    border-color: #8e6705;
}

.sub1-llist1 .stat-number-home {
    font-family: 'Cabin', sans-serif;
    font-size: 3em; /* Reduced font size for more compact layout */
    font-weight: 800;
    background: linear-gradient(135deg, #8e6705 0%, #b8860b 50%, #8e6705 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px; /* Reduced margin */
    text-shadow: none;
    letter-spacing: -1px; /* Reduced letter spacing */
    line-height: 1;
    position: relative;
}

.sub1-llist1 .stat-number-home::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #8e6705, #b8860b);
    border-radius: 2px;
}

.sub1-llist1 .stat-description-home {
    font-family: 'Cabin', sans-serif;
    font-size: 0.9em; /* Slightly smaller font size */
    font-weight: 600;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.8px; /* Reduced letter spacing */
    line-height: 1.2;
    margin-top: 8px; /* Reduced margin */
}

/* Contact Page Enhancements */
.contact-cta-section {
    background: linear-gradient(135deg, #8e6705 0%, #b8860b 100%);
    padding: 40px 20px;
    margin: 30px 0;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(142, 103, 5, 0.3);
    position: relative;
    overflow: hidden;
}

.contact-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.contact-cta-content {
    position: relative;
    z-index: 2;
}

.contact-cta-title {
    font-family: 'Cabin', sans-serif;
    font-size: 2.2em;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.contact-cta-subtitle {
    font-size: 1.2em;
    color: #f8f9fa;
    margin-bottom: 25px;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.contact-cta-email {
    display: inline-block;
    background: #ffffff;
    color: #8e6705;
    padding: 15px 30px;
    border-radius: 25px;
    font-family: 'Cabin', sans-serif;
    font-size: 1.3em;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    margin: 10px;
}

.contact-cta-email:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    background: #f8f9fa;
}

.contact-cta-email:active {
    transform: translateY(-1px);
}

.contact-cta-description {
    font-size: 1em;
    color: #e9ecef;
    margin-top: 20px;
    font-style: italic;
}

/* Enhanced Contact Cards */
.sub3-llist1-ul1 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
}

.sub3-llist1-ul1 li {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    flex: 1;
    min-width: 300px;
    max-width: 350px;
}

.sub3-llist1-ul1 li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8e6705, #b8860b);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.sub3-llist1-ul1 li:hover::before {
    transform: scaleX(1);
}

.sub3-llist1-ul1 li:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.sub3-llist1-ul1 li h4 {
    font-family: 'Cabin', sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    color: #131516;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f3f4;
}

.sub3-llist1-ul1 li p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #495057;
}

.sub3-llist1-ul1 li p b {
    color: #8e6705;
    font-weight: 700;
    font-size: 1.1em;
    display: block;
    margin-bottom: 15px;
}

.sub3-llist1-ul1 li p span {
    font-weight: 600;
    color: #131516;
    display: inline-block;
    min-width: 80px;
}

.sub3-llist1-ul1 li a {
    color: #8e6705;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}

.sub3-llist1-ul1 li a:hover {
    color: #b8860b;
    text-decoration: underline;
}

/* Flag styling enhancements */
.flag-chinn, .flag-hongg, .flag-belgg {
    background-size: 30px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    margin-bottom: 10px;
}

/* Contact info icons */
.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 10px;
}

.contact-info-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
        gap: 20px;
        padding: 30px 20px;
    }
    
    .stat-item-home {
        min-width: auto;
        padding: 25px 20px;
    }
    
    .stat-number-home {
        font-size: 4em;
    }
    
    .stat-description-home {
        font-size: 1em;
    }
    
    .sub1-llist1 .stats-container {
        padding: 25px 20px;
        gap: 20px;
    }
    
    .sub1-llist1 .stat-item-home {
        padding: 20px 15px;
    }
    
    .sub1-llist1 .stat-number-home {
        font-size: 3.5em;
    }
    
    .contact-cta-title {
        font-size: 1.8em;
    }
    
    .contact-cta-subtitle {
        font-size: 1.1em;
    }
    
    .contact-cta-email {
        font-size: 1.1em;
        padding: 12px 25px;
    }
    
    .sub3-llist1-ul1 {
        flex-direction: column;
        align-items: center;
    }
    
    .sub3-llist1-ul1 li {
        min-width: auto;
        max-width: 100%;
        width: 100%;
    }
}

/* Animation Classes */
.fade-in {
    animation: fadeInUp 0.6s ease-out forwards;
    opacity: 0;
    transform: translateY(30px);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ripple Effect */
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    animation: ripple 0.6s linear;
    pointer-events: none;
}

@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.contact-cta-email {
    position: relative;
    overflow: hidden;
}
