@-webkit-keyframes pulseA{0%{-webkit-transform:scale3d(1,1,1);    transform:scale3d(1,1,1);  }
100%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1); opacity:1;  }
}
@keyframes pulseA{0%{-webkit-transform:scale3d(1,1,1);    -ms-transform:scale3d(1,1,1); transform:scale3d(1,1,1);  }
100%{-webkit-transform:scale3d(1.1,1.1,1.1); -ms-transform:scale3d(1.1,1.1,1.1); transform:scale3d(1.1,1.1,1.1); opacity:1;  }
}
@media screen and (max-width:1200px){
.divLng{left: 50%;right: auto;}
.wrap_home .box_content{padding:40px 0 40px;}
h1.main-title, .content-text h1.main-title{font-size: 40px}
body{font-size: 16px}
a.button1{margin-top: 20px}
.divTitle{font-size: 38px}
.divTitle span{margin-bottom: 20px}
}
@media screen and (max-width:1100px){
.box_content_half .div_content_half{width: 100%;}
.divJoinContent{padding-bottom: 40px}
}

@media screen and (max-width:1020px){
.menuParent {width: 200px;}
.contentMenu {width: calc(100% - 240px);}	
}

@media screen and (max-width:940px){
.contentMenu {width:100%;order: 3}
.div_content:has(.contentMenu) {display: flex;flex-direction: column;}
.menuParent{width: 100%;order: 2;position: static;max-width: 100%}

.div_content:has(.contentMenu) h1.main-title{order: 1}
.menuLeft ul{display: grid;grid-template-columns: repeat(2,1fr);gap: 5px;}
.menuLeft ul li a{height: 100%;font-size: 12px;padding: 20px}
.menuLeft ul li{margin: 0}
}


@media screen and (max-width:590px){
.form table td{display: inline-block;width: 100%;padding: 0px;}
.form table td.f {text-align: left;width: 100%;}
.form table td.pw{margin-right: 20px;}
.content-text .form table td{display: inline-block;width: 100%;padding:0px;}
.content-text .form table td.f {text-align: left;width: 100%;padding:0px;}
.content-text .form table td.pw{margin-right: 20px;}	
.content-text table td.sendInfo{width: 100%;}	
.content-text table td.sendInfo{width: 100%;}	

.content-text table td.d input.inputTxt{width: 100%;box-sizing: border-box;}
.form table td.d textarea{width: 100%;box-sizing: border-box;}	
.content-text .form table td.fErr{float: left;}
.content-text .form table td.err{float: left;}
.content-text .form table{width: 100%;}
	
.form table td.fErr{float: left;}
.form table td.err{float: left;}
.form table{width: 100%;}	
.form table td.d input.inputTxt {box-sizing: border-box; width: 100%;}
.form table td.d .selectForm {box-sizing: border-box; width: 100%;}	
}