/* CSS Document */
@charset "UTF-8"; 
.footMain {
	padding: 0px 20px;
	background-image: url(../image/footbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.footMain .container {
	max-width: 1600px;
	padding: 0px;
	margin: 0px auto;
}
.footMain .footClassBox {
	padding-top: 40px;
	display: none;
	justify-content: space-between;
}
.footMain .footClassBox .footClass {
	display: flex;
	align-items: center;
}
.footMain .footClassBox .footClass a {
	font-size: 16px;
	color: #fff;
	margin-right: 30px;
}
.footMain .footClassBox .footClass a:last-child {
	margin-right: 0px;
}
.footMain .footClassBox .linkShop {
	width: 61px;
	height: 61px;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footMain .footClassBox .linkShop img {
	height: 27px;
	display: block;
}
.footMain .footformMain {
	justify-content: space-between;
	margin-top: 0px;
	padding: 35px 0px;
}
.footMain .footformMain .footform {
	width: 100%;
}
.footform form {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0px;
}
.footform .list {
	width: 100%;
	padding: 0px 0px 10px;
}
.footform .list label {
	display: flex;
	align-items: center;
	border-radius: 10px;
	padding: 8px 15px;
	position: relative;
	/* background: rgba(50,107,100,0.4); */
	border: none;
}
.footform .list label input {
	width: 100%;
	font-size: 12px;
	background: none;
	border: none;
	color: #fff;
}
.footform .list label input::-webkit-input-placeholder {
color: rgba(255,255,255,0.5);
}
.footform .list label input:-moz-placeholder {
color: rgba(255,255,255,0.5);
}
.footform .list label input::-moz-placeholder {
color: rgba(255,255,255,0.5);
}
.footform .list label input:-ms-input-placeholder {
color: rgba(255,255,255,0.5);
}
.footform .list label textarea {
	width: 100%;
	height: 100px;
	font-size: 14px;
	color: #fff;
	background: none;
	border: none;
}
.footform .list label textarea::-webkit-input-placeholder {
color: rgba(255,255,255,0.5);
}
.footform .list label textarea:-moz-placeholder {
color: rgba(255,255,255,0.5);
}
.footform .list label textarea::-moz-placeholder {
color: rgba(255,255,255,0.5);
}
.footform .list label textarea:-ms-input-placeholder {
color: rgba(255,255,255,0.5);
}
.footform .list.w100 {
	width: 100%;
}
.footform .list label input:focus {
	border-color: none !important;
	box-shadow: none !important;
}
.footform .list label textarea:focus {
	border: none !important;
	box-shadow: none !important;
}
.footform .list label:focus-within {
border:none;
}
.footform .list label img {
	position: absolute;
	right: 20px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	height: 22px;
}
.footform .btn {
	width: 100%;
	display: flex;
	padding: 15px 5px 0px;
}
.footform .btn button {
	width: 200px;
	height: 40px;
	font-size: 14px;
	border-radius: 40px;
	padding: 0px 20px;
	cursor: pointer;
	color: #ffffff;
	border: none;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #000;
}
.footMain .footformMain .footContact {
	width: 100%;
	padding-top: 25px;
	display: none;
}
.footMain .footformMain .footContact .list {
	padding-bottom: 15px;
	display: flex;
}
.footMain .footformMain .footContact .list .icon {
	width: 35px;
	height: 35px;
	position: relative;
	border-radius: 100%;
	border: 1px solid rgba(255,255,255,0.5);
}
.footMain .footformMain .footContact .list .icon img {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.footMain .footformMain .footContact .list .content {
	flex: 1;
	padding-left: 20px;
}
.footMain .footformMain .footContact .list .content .listTitle {
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.3);
}
.footMain .footformMain .footContact .list .content .desc {
	margin-top: 3px;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
}
.footMain .copyright {
	font-size: 14px;
	padding: 20px 0px;
	color: rgba(255,255,255,0.5);/* border-top: 1px solid rgba(31,89,87,0.8); */
	text-align: center;
}
.footMain .copyright a {
	color: #656665;
}
 @media (min-width:768px) {
.footMain {
	min-height: 46.625vw;
	padding: 0vw 1.25vw;
}
.footMain .container {
	max-width: 100vw;
}
.footMain .footClassBox {
	padding-top: 2.5vw;
	display: flex;
}
.footMain .footClassBox .footClass a {
	font-size: 1vw;
	margin-right: 1.875vw;
}
.footMain .footClassBox .linkShop {
	width: 3.813vw;
	height: 3.813vw;
	border-radius: 1.25vw;
}
.footMain .footClassBox .linkShop img {
	height: 1.688vw;
}
.footMain .footformMain {
	display: flex;
	margin-top: 1.875vw;
	padding: 3.75vw 0vw 5vw;
	border-top: 1px solid rgba(31,89,87,0.8);
}
.footform {
	width: 26.563vw;
}
.footform form {
	margin: 0vw -0.313vw;
}
.footform .list {
	width: 50%;
	padding: 0vw 0.313vw 0.625vw;
}
.footform .list label {
	border-radius: 1.375vw;
	padding: 0.938vw 1.25vw;
}
.footform .list label input {
	font-size: 0.875vw;
	border: 1px solid #fff;
}
.footform .list label textarea {
	height: 6.25vw;
	font-size: 0.875vw;
}
.footform .list label img {
	right: 1.25vw;
	top: 0vw;
	bottom: 0vw;
	height: 1.375vw;
}
.footform .btn {
	padding: 0.938vw 0.313vw 0vw;
}
.footform .btn button {
	width: 21.25vw;
	height: 2.813vw;
	font-size: 1vw;
	border-radius: 2.813vw;
	padding: 0vw 1.875vw;
}
.footContact {
	width: 45vw;
	padding-top: 0.625vw;
	display: block;
}
.footContact .list {
	padding-bottom: 1.875vw;
	align-items: center;
}
.footContact .list .icon {
	width: 2.75vw;
	height: 2.75vw;
}
.footMain .footformMain .footContact .list .content {
	padding-left: 1.25vw;
}
.footMain .footformMain .footContact .list .content .listTitle {
	font-size: 1vw;
}
.footMain .footformMain .footContact .list .content .desc {
	margin-top: 0.188vw;
	font-size: 1.125vw;
}
.footMain .copyright {
	font-size: 1vw;
	padding: 2.813vw 0vw;
}
}
 @media (min-width:1260px) {
.footMain {
	min-height: 31.854vw;
	padding: 0vw 1.042vw;
}
.footMain .container {
	max-width: 91.333vw;
}
.footMain .footClassBox {
	padding-top: 2.083vw;
}
.footMain .footClassBox .footClass a {
	font-size: 0.833vw;
	margin-right: 1.563vw;
}
.footMain .footClassBox .linkShop {
	width: 3.177vw;
	height: 3.177vw;
	border-radius: 1.042vw;
}
.footMain .footClassBox .linkShop img {
	height: 1.406vw;
}
.footMain .footformMain {
	margin-top: 1.563vw;
	padding: 3.125vw 0vw 4.167vw;
}
.footMain .footformMain .footform {
	width: 38.802vw;
}
.footform form {
	margin: 0vw -0.26vw;
}
.footform .list {
	width: 50%;
	padding: 0vw 0.26vw 0.521vw;
	text-align: left;
}
.footform .list label {
	border-radius: 5px;
	padding: 0;
	/* height: 35px; */
}
.footform .list label input {
	font-size: 1rem;
	height: 35px;
	border-radius: 5px;
	padding-left: 10px;
	
}
.footform .list label textarea {
	height: 50px;
	font-size: 1rem;
	border: solid 1px #fff;
	border-radius: 5px;
}
.footform .list label img {
	right: 1.042vw;
	top: 0vw;
	bottom: 0vw;
	height: 1.146vw;
	width: 30%;
}
.footform .btn {
	padding: 0.781vw 9.26vw 0vw;
}
.footform .btn button {
	width: 17.708vw;
	height: 2.344vw;
	font-size: 0.833vw;
	border-radius: 2.344vw;
	padding: 0vw 1.563vw;
}
.footContact {
	width: 37.5vw;
	padding-top: 0.521vw;
}
.footContact .list {
	padding-bottom: 1.563vw;
}
.footContact .list .icon {
	width: 2.292vw;
	height: 2.292vw;
}
.footContact .list .content {
	padding-left: 1.042vw;
}
.footContact .list .content .listTitle {
	font-size: 0.833vw;
}
.footContact .list .content .desc {
	margin-top: 0.156vw;
	font-size: 0.938vw;
}
.footMain .copyright {
	font-size: 0.833vw;
	padding: 1.344vw 0vw;
	text-align: left;
	font-family: 'Source','Courier New', monospace;
}
}
 @media (min-width:1921px) {
.footMain {
	min-height: 746px;
	padding: 0px 20px;
}
.footMain .container {
	max-width: 1600px;
}
.footMain .footClassBox {
	padding-top: 40px;
}
.footMain .footClassBox .footClass a {
	font-size: 16px;
	margin-right: 30px;
}
.footMain .footClassBox .linkShop {
	width: 61px;
	height: 61px;
	border-radius: 20px;
}
.footMain .footClassBox .linkShop img {
	height: 27px;
}
.footMain .footformMain {
	margin-top: 30px;
	padding: 60px 0px 80px;
}
.footMain .footformMain .footform {
	width: 745px;
}
.footformform {
	margin: 0px -5px;
}
.footform .list {
	width: 50%;
	padding: 0px 5px 10px;
}
.footform .list label {
	border-radius: 22px;
	padding: 15px 20px;
}
.footform .list label input {
	font-size: 14px;
}
.footform .list label textarea {
	height: 100px;
	font-size: 14px;
}
.footform .list label img {
	right: 20px;
	top: 0px;
	bottom: 0px;
	height: 22px;
}
.footform .btn {
	padding: 15px 5px 0px;
}
.footform .btn button {
	width: 340px;
	height: 45px;
	font-size: 16px;
	border-radius: 45px;
	padding: 0px 30px;
}
.footMain .footformMain .footContact {
	width: 720px;
	padding-top: 10px;
}
.footMain .footformMain .footContact .list {
	padding-bottom: 30px;
}
.footMain .footformMain .footContact .list .icon {
	width: 44px;
	height: 44px;
}
.footMain .footformMain .footContact .list .content {
	padding-left: 20px;
}
.footMain .footformMain .footContact .list .content .listTitle {
	font-size: 16px;
}
.footMain .footformMain .footContact .list .content .desc {
	margin-top: 3px;
	font-size: 18px;
}
.footMain .copyright {
	font-size: 16px;
	padding: 45px 0px;
}
}
.indexFooter{
	border-top: solid 2px #e7bd85;
	background: url(../image/u70.png) no-repeat top center;
}
.footer {
	/* background: #333; */
	color: #fff;
	padding: 50px 0 20px;
	width: 100%;
}
.footer-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.footer-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 60px;
	margin-bottom: 40px;
}
.footer-column h3 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 0.98vw;
	text-align: center;
}

.footer-column .footer-column h3 img{
	max-width: 70%;
	margin: 0 auto;
}
.footer-links {
	list-style: none;
	padding-left: 6.1vw;
	padding-top: 0.5vw;
}
.footer-links li {
	margin-bottom: 12px;
	text-align: left;
}
.footer-links a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s;
	display: inline-block;
	font-size: 0.98vw;
	line-height: 2.5vw;
}
.footer-links a:hover {
	color: #952c29;
	
}
.contact-info {
	color: #ccc;
	line-height: 1.8;
	margin-top: 1.025vw;
	
}
.contact-info h3{
	text-align:left;}
.contact-info span {
	display: block;
	margin-top: 1.025vw;
}
.contact-info span img{
	max-width: 31%;
}
.contact-info p {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.contact-info i {
/* margin-right: 10px; */
	/* color: #4CAF50; */
}
.social-links {
	display: flex;
	gap: 1vw;
	margin-top: 3.5vw;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	align-content: stretch;
	justify-content: space-evenly;
}
.social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}
.social-links a:hover {
	background: #952c29;
	transform: translateY(-5px);
}
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.copyright {
	color: #aaa;
	font-size: 14px;
}
.footer-legal {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.footer-legal a {
	color: #aaa;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s;
}
.footer-legal a:hover {
	color: #4CAF50;
}
/* Ã§â€°Â¹Ã¦Â®Å Ã§Â±Â»Ã¥ÂÂÃ§Å¡â€žÃ§â€¢â„¢Ã¨Â¨â‚¬Ã¨Â¡Â¨Ã¥Ââ€¢Ã¦Â Â·Ã¥Â¼Â - Ã©ÂÂ¿Ã¥â€¦ÂÃ¥â€ Â²Ã§ÂªÂ */
._fmsg_form_sec {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 105px;
}
._fmsg_form_title {
	font-size: 1.8rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
	/* border-bottom: 2px solid #4CAF50; */
	color: #fff;
	display: flex;
	align-items: center;
	gap: 8px;
	text-align: center;
	align-content: space-around;
	flex-direction: column;
}
._fmsg_form_title i {
	color: #4CAF50;
}
._fmsg_input_group {
	margin-bottom: 15px;
	position: relative;
}
._fmsg_form_input, ._fmsg_form_textarea {
	width: 100%;
	padding: 12px 15px;
	background: rgba(255, 255, 255, 0.08);

	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	transition: all 0.3s;
}
._fmsg_form_input:focus, ._fmsg_form_textarea:focus {
	outline: none;
	border-color: #4CAF50;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
}
 ._fmsg_form_input::placeholder, ._fmsg_form_textarea::placeholder {
 color: #aaa;
}
._fmsg_form_textarea {
	min-height: 100px;
	resize: vertical;

}
._fmsg_form_btn {
	width: 100%;
	padding: 12px;
	background: #4CAF50;
	color: white;
	border: none;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 5px;
}
._fmsg_form_btn:hover {
	background: #45a049;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
._fmsg_form_btn:active {
	transform: translateY(-1px);
}
._fmsg_form_note {
	font-size: 12px;
	color: #999;
	margin-top: 12px;
	text-align: center;
	line-height: 1.5;
}
._fmsg_success_msg {
	display: none;
	padding: 15px;
	background: rgba(76, 175, 80, 0.15);
	border: 1px solid rgba(76, 175, 80, 0.3);
	border-radius: 6px;
	color: #a5d6a7;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
	animation: fadeIn 0.5s ease;
}
 @keyframes fadeIn {
 from {
opacity: 0;
transform: translateY(10px);
}
to {
	opacity: 1;
	transform: translateY(0);
}
}
._fmsg_required {
	color: #ff6b6b;
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity 0.3s;
}
 ._fmsg_input_group:focus-within ._fmsg_required {
 opacity: 1;
}
        
        /* Ã¥â€œÂÃ¥Âºâ€Ã¥Â¼ÂÃ¨Â®Â¾Ã¨Â®Â¡ */
@media (max-width: 1200px) {
.footer-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}
}
 @media (max-width: 768px) {
.footer {
	padding: 40px 0 20px;
}
.footer-grid {
	grid-template-columns: 1fr;
	gap: 40px;
}
.footer-bottom {
	flex-direction: column;
	gap: 15px;
}
.footer-legal {
	justify-content: center;
}
._fmsg_form_sec {
	order: -1; /* Ã¥Å“Â¨Ã¦â€°â€¹Ã¦Å“ÂºÃ¤Â¸Å Ã¯Â¼Å’Ã¨Â¡Â¨Ã¥Ââ€¢Ã¦ËœÂ¾Ã§Â¤ÂºÃ¥Å“Â¨Ã¦Å“â‚¬Ã¥â€°ÂÃ©ÂÂ¢ */
}
}
 @media (max-width: 480px) {
.footer-container {
	padding: 0 15px;
}
.footer-column h3, ._fmsg_form_title {
	font-size: 16px;
}
.social-links {
	justify-content: flex-start;
}
._fmsg_form_input, ._fmsg_form_textarea {
	padding: 10px 12px;
}
}
.icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.icon-phone {
	background: #4CAF50;
	border-radius: 50%;
}
.icon-email {
	background: #2196F3;
	border-radius: 50%;
}
.icon-address {
	background: #FF9800;
	border-radius: 50%;
}
.Subscribe a {
	color: #fff;
	display: block;
	line-height: 3.3vw;
	width: auto;
	background-color: #004b98;
	border-radius: 40px;
	padding-left: 15%;
	background: #952c29 url(../image/fjtb_10.png) no-repeat right 45px center;
	font-size: 1rem;
	/* text-align: center; */
}
.Subscribe {
	margin-top: 6vw;
}
