html, body {
	height: 100%;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #333;
	line-height: 1.125em;

	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

.font-20 {
	font-size:20px;	
}

.font-22 {
	font-size:22px;	
}

.font-24 {
	font-size:24px;	
}


/* --- UI --- */

.ui-group {
	padding:20px 10px;
	max-width:100%;
}

.ui-group input {
	font-family: "goudy_trajan_regularregular", tahoma;
}

.ui-group .title-head-1 {
	font-size: 23px;
	color: #d2b886;
	margin-bottom:50px;
	display:block;
}

.ui-group > span {
    
}

.ui-group span,
.ui-group-2 span,
.ui-group-3 span {
	font-family: "goudy_trajan_regularregular", tahoma;
	display:inline-block;
	margin-bottom:8px;
}

.ui-section {
	width: 100%;
	margin-top: 18px;
}

.radio-wrap {
	cursor: pointer;
	display: inline-block;
	border: 1px solid #D1B786;
	height: 20px;
	width: 20px;
	position: relative;
	-webkit-border-radius: 50%;	
	border-radius: 50%;	
}

.radio-wrap > input[type="radio"] {
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 0;
	margin: 0;
}

.radio-wrap.checked:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -7px;
	margin-top: -7px;
	background: #D1B786;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;	
	border-radius: 50%;	
}

.check-wrap {
	cursor: pointer;
	display: inline-block;
	border: 1px solid #D1B786;
	height: 20px;
	width: 20px;
	position: relative;
}

.check-wrap > input[type="checkbox"] {
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 0;
	margin: 0;
}

.check-wrap.checked:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -7px;
	margin-top: -7px;
	background: #D1B786;
	width: 14px;
	height: 14px;
}

.field-txt {
	font-family: tahoma;
	font-size: 14px;
	color: #333333;
	padding: 0 6px;
	height: 34px;
	border: 1px solid #D1B786;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
} 

.field-txt.full-size {
	width: 100%;
}

.field-txtbox {
	font-family: tahoma;
	font-size: 14px;
	color: #333333;
	padding: 4px 6px;
	height: 200px;
	border: 1px solid #D1B786;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
} 

.field-txtbox.full-size {
	width: 100%;
}

.select-wrap {
	cursor: pointer;
	border: 1px solid #D1B786;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	height: 34px;
	position: relative;
}

.select-wrap:after {
	content: "";
	background: url(../images/icon/grey-arrow.png);
	width: 14px;
	height: 8px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.select-wrap select {
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
}

.select-title {
	font-family: tahoma;
	font-size: 14px;
	color: #333333;
	position: absolute;
	left: 6px;
	top: 8px;
}

.normal-btn {
	cursor: pointer;
	height: 36px;
	width: 300px;
	background: #D2B886;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.ui-group .normal-btn {
    width: 100%;
}

.normal-btn:hover {
	background-color:#C6A566;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;	
}

.normal-btn.full-size {
	width: 100%;
}

.normal-btn span {
	font-family:"goudy_trajan_regularregular", tahoma;
	font-size: 18px;
	line-height:38px;
	color: #ffffff;
}

.con-bird > div {
	width:45%;
	margin-right:2%;
	float:left;
}


.ui-group-2 {
	padding:10px 10px;
}

.ui-group-2 > .ui-section > span {
	/*color: #d2b886;
    display: block;
    font-size: 24px;*/
}

.title-head-1 {
	padding:10px;
	padding-top:40px;
	padding-left: ;	
}

.title-head-1 > span {
	font-family:"goudy_trajan_regularregular", tahoma;
	color: #d2b886;
    display: inline-block;
	line-height:44px;
    font-size: 44px;
}

.title-head-2 > span {
	font-family:"goudy_trajan_regularregular", tahoma;
	color: #d2b886;
    display: inline-block;
	line-height:44px;
    font-size: 44px;
}


.ui-group-3 {
    padding: 15px;
	min-height: 500px;
}

.ui-group-3 span {
	display:block;
	font-family: "goudy_trajan_regularregular",tahoma;
}
	
.title-head-3 > span {
    color: #d2b886;
    display: inline-block;
    font-size: 26px;
    line-height: 32px;
}

.ui-group-2 > .ui-section > span {
	display:block;	
}

.ui-group-3 .ui-section span {
    font-size: 14px;
}

.ui-group-3 .normal-btn {
    width: 35%;
	margin-top:30px;
}

.title-head-4 {
    padding: 40px 10px 40px;
}

.title-head-4 > span {
    color: #d2b886;
    display:block;
    font-family: "goudy_trajan_regularregular",tahoma;
    font-size: 44px;
    line-height: 44px;
	text-align:center;
}

.txt-contact-01 {
	width:70%;
	margin:0 auto;
	text-align:center;
	font-family: "goudy_trajan_regularregular",tahoma;
	line-height:24px;	
}
/* ---END ALL UI --- */

/* IE8 Background */

.header {

	background: url(../images/bg-head.PNG);
    background-size: 100% 258px;
    background-repeat: no-repeat;
    
}

.sprite-icon {
	background-image: url("../images/icon/sprite-icon.png");
	display: inline-block;
}

.ie8 .bell-icon, .ie8 .fb-icon, .ie8 .google-icon, .ie8 .ig-icon,
.ie8 .vd-icon, .ie8 .tw-icon, .ie8 .pin-icon {
	behavior: url(css/backgroundsize.min.htc);
}

.bell-icon {
	background-image: url("../images/icon/icon-bell.png");
	background-size: 100% auto;
	display: inline-block;
	width: 10px;
	height: 14px;
	position:relative;
}

.bell-icon > div {
	top:0px;
	right:3px;
	color:#FFF;
	font-size:10px;
	position:absolute;
	font-style:normal;
}

.line-icon {
	background-image: url("../images/icon/line.png");
	background-size: 100% auto;
	display: inline-block;
	width: 28px;
	height: 28px;
}

.fb-icon {
	background-image: url("../images/icon/icon-fb.png");
	background-size: 100% auto;
	display: inline-block;
	width: 28px;
	height: 28px;
}

.fb-icon:hover {
	opacity:0.8;
}

.google-icon {
	background-image: url("../images/icon/icon-google.png");
	background-size: 100% auto;
	display: inline-block;
	width: 28px;
	height: 28px;
}

.google-icon:hover {
	opacity:0.8;
}

.ig-icon {
	background-image: url("../images/icon/icon-ig.png");
	background-size: 100% auto;
	display: inline-block;
	width: 28px;
	height: 28px;
}

.ig-icon:hover {
	opacity:0.8;
}

.vd-icon {
	background-image: url("../images/icon/icon-vd.png");
	background-size: 100% auto;
	display: inline-block;
	width: 28px;
	height: 28px;
}

.vd-icon:hover {
	opacity:0.8;
}

.tw-icon {
	background-image: url("../images/icon/icon-tw.png");
	background-size: 100% auto;
	display: inline-block;
	width: 28px;
	height: 28px;
}

.tw-icon:hover {
	opacity:0.8;
}

.pin-icon {
	background-image: url("../images/icon/icon-pin.png");
	background-size: 100% auto;
	display: inline-block;
	width: 28px;
	height: 28px;
}

.pin-icon:hover {
	opacity:0.8;
}

/* --- Nav Menu --- */

.nav-call {
	cursor: pointer;
}

.list-menu {
	width: 300px;
	background: #767676;
	overflow: hidden;
	max-height: 0px;
	-webkit-transition: max-height 0.3s ease;
	transition: max-height 0.3s ease;
}

.list-menu li {
	padding: 10px;
	border-top: 1px solid #fff;
}

.nav-group.actived .list-menu {
	max-height: 5000px;
	overflow: visible;
}

/* --- Tab Content --- */

.tgl-tab {
	cursor: pointer;	
}

.tab-group .tab-ctn {
	max-height: 0px;
	overflow: hidden;
}

.tab-group .tab-ctn.actived {
	max-height: 5000px;
	overflow: visible;
}

.nav-tab:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hiddenl
}

.nav-tab > li {
	float: left;
	padding: 10px;
	background: #1933AC;
	margin-left: 1px;
}

.tab-group .tab-ctn {
	background: #118BEF;
	width: 300px;
}

.tab-ctn-inner {
	padding: 10px;
}

/* --- ACD --- */
.acd-call {
	cursor: pointer;	
}

.acd-group {
	width: 300px;
}

.acd-head {
	background: #ff0;
	padding: 10px;
}

.acd-group .acd-box .acd-ctn {
	background: #0f0;
	max-height: 0px;
	overflow: hidden;
}

.acd-group .acd-box.actived .acd-ctn {
	max-height: 5000px;
	overflow: visible;
}

.acd-ctn-inner {
	padding: 10px;
}

/* --- Banner Slider --- */

.banner-slider {
	position: relative;
	width: 100%;
}

/* --- Scroll Bar --- */

.scroll-group {
	width: 300px;
	height: 300px;	
}

/* --- Popup --- */

.popup-ctn {
	width: 600px;
	display: none;	
}

/* --- ALL UI --- */

@font-face {
    font-family: 'goudy_trajan_regularregular';
    src: url('../fonts/TrajanPro-Regular/goudytrajan-regular-trial-webfont.woff2') format('woff2'),
         url('../fonts/TrajanPro-Regular/goudytrajan-regular-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.content-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	background:#FFF;
}

/*.footer {
	position:relative;
}*/

.set-padding-b30 {
	padding-bottom:30px;
	border-bottom:1px #CCCCCC solid;
}



.footer-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	background: #FFFFFF;
}



.nav-wrap {
	position: relative;
}

.icon-web {
	position: absolute;
	left: 40%;
	top: 5px;
	width: 75px;
}

.nav-btn {
	background: #151515;
	padding: 26px;
	width: 22px;
}

.nav-bar {
	display: block;
	background: #ffffff;
	height: 2px;
	margin-top: 4px;
}

.nav-bar:first-child {
	margin-top: 0px;
}

.nav-list {
	position: absolute;
	top: 54px;
	left: 0px;
	z-index: 2;
	width: 100%;
	max-height: 0px; 
	overflow: hidden;
	-moz-transition: min-height 0.3s ease;
	-webkit-transition: min-height 0.3s ease; 
	transition: max-height 0.3s ease;  
}

.nav-wrap.actived .nav-list {
	max-height: 2000px;
}

.nav-list li {
	font-family: "goudy_trajan_regularregular", Tahoma;
    font-size: 16px;
	color: #000000;
	background: #ffffff;
	position: relative;
	height: 41px;
	border-bottom: 1px solid #cccccc;
}

.nav-list li a {
	line-height: 40px;
	height: 52px;
	display: block;
	padding-left: 20px;
}

.nav-list2 {
	display:none;	
}

.manage-group {
	position: absolute;
	right: 10px;
	top: 4px;
}

.manage-group a {
	font-family:"goudy_trajan_regularregular";
	color:#CCC;
}


.nav-lang {
	text-align: right;	
}

.lang {
	font-family: Tahoma;
	font-size: 12px;
}

.lang > a {
	color: #666666;
}

.lang.actived > a {
    color: #ff0000;
}

.login-group {
	font-size: 12px;
	text-align: right;
	margin-top: 2px;
}

.login-group > span.set-hover1 > a:hover {
	color:#F60;
    -webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}


.login-group .hide-txt {
	display: none;
}

/* Slider */

.banner-slider .owl-dots {
    height: 16px;
	bottom: 30px;
}

.banner-slider .owl-dot span {
    height: 16px;
    width: 16px;
	border:1px solid #CCC;
}

.banner-slider .owl-dot.active span {
    background-color: #D2B886;
}

.banner-slider .item img {
	display: block;
}

.banner-slider .owl-prev,
.banner-slider .owl-next {
	cursor: pointer;
	background-size: 100% auto;
	height: 30px;
    width: 30px;
	overflow: hidden;
	text-indent: -999px;
}

.banner-slider .owl-prev {
	background-image: url("../images/icon/prev.png");
}

.banner-slider .owl-next{
	background-image: url("../images/icon/next.png");
}

.banner-slider .owl-prev.disabled, 
.banner-slider .owl-next.disabled
{
  opacity: 0.5;
  filter:alpha(opacity=80);
}

.brown-bg {
	background: #61544a;
}

.pink-bg {
	background: #a3657d;
}
.normal-bg{
	background: #D2B786;
}
.tag-head-group {
	text-align: center;
	height: 166px;
}

.title-wrap {
	display: inline-block;
}

.list-pic4 {
	background:#FFFFFF;
	border-right:2px solid #C0C2C5;
	border-left:2px solid #C0C2C5;
	border-bottom:1px solid #C0C2C5;
	border-top:none;
}

.list-pic > div {
	position: relative;
	width: 50%;
	float: left;
}

.list-pic4 > div {
	width: 49.5%;
}

.list-pic > .line-1 {
    width: 3px;
}

.list-pic:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;	
}

.list-pic a, 
.list-pic img {
	display: block;
	width:100%;
}

.list-desc {
	font-family:"goudy_trajan_regularregular";
	line-height: 37px;
	font-size: 18px;
	text-align: center;
	padding: 0 10px;
	min-height:90px;
	color: #D2B886;
}

.list-desc2 {
	color:#999;
}

.list-desc span {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}

.list-pic2 > span {
	font-family:"goudy_trajan_regularregular";
	color:#999;
	font-size:24px;
	padding:30px;
	padding-right:0px;
	display:block;
}

.list-pic2 > div {
	text-align: center;
	position: relative;
	width: 50%;
	float: left;
	padding: 20px 0;
}

.list-pic2 {
	padding-bottom:30px;
	border-bottom:1px #CCCCCC solid;
}

.list-pic2:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;	
}

.list-pic2 a {
	display: block;
}

.pic-inner {
	display: inline-block;
	width: 70%;
}

.pic-wrap {
	width: 32px;
	margin: 0 auto;
}

.title-wrap.style-1 {
	margin-top: 12px;
}

.title-wrap.style-2 {
	margin-top: 26px;
}

.title-wrap.style-3 {
	margin-top: 24px;
}

.title-list {
	font-family: 'goudy_trajan_regularregular', Tahoma;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
}

.title-list.pink-txt {
	color: #d06b93;
}

.title-list2 {
	font-family: 'goudy_trajan_regularregular', Tahoma;
	font-size: 22px;
	line-height: 24px;
	color: #ffffff;
}

.title-list3 {
	font-family: 'goudy_trajan_regularregular', Tahoma;
	font-size: 26px;
	line-height: 24px;
	color: #888888;
}

.list-pic3 .col-1 {
	position:relative;
	text-align: center;
}

.list-pic3 .col-1 > div {
	position:absolute;
}

.list-pic3 .col-1 .link-btn2 {
	margin-top: 50px;
}

.list-pic3 .col-2:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;	
}

.list-pic3 .col-2 div {
	float: left;
	width: 100%;
}



.list-pic3 .col-2 div a {
	display: block;
}

.list-pic3 .col-2 div a img {
    display: block;
	width:100%;
}

.link-btn {
	line-height: 22px;
	height: 26px;
	width: 100px;
	display: inline-block;
	text-align: center;
	background: #1F1C1C;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.set-box2 {

	position:relative;	
}

.set-box2 div {
	top:0px;
	position:absolute;
	color:#C3608D;	
	width:100% !important;
	top:24px;
}

.set-box2 span {
	font-family:"goudy_trajan_regularregular";
	display:block;
	margin:0 auto;
	text-align:center;
	font-size:28px;
	line-height:30px;
}

.set-box2 img {
	width:100%;
    background-size:100% auto;
}

.link-btn2 {
	position:absolute;
	bottom:0px;
	
}


.link-btn:hover {
	background: #656363;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

.link-btn > span {
	font-size: 14px;
	color: #ffffff;
}

.link-btn2 {
	line-height: 22px;
	height: 26px;
	width: 46%;
	display: inline-block;
	text-align: center;
	background: #ffffff;
	bottom:20px;
	left:28%;
}

.link-btn2:hover {
	background: #CCCCCC;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

.link-btn2 > span {
	font-size: 90%;
	color: #d46697;
}

.footer-inner {
	padding: 30px 0;
}

.footer-content {
	margin-left: 20px;
}
.imscfooter {
	
	border-top: 2px solid #F1D7CE;
    margin-top: 20px;
    
	margin:20px auto 0 auto;
	display: table;	
}
.imscfooter img {
	padding:20px 0 0 0;
	margin:0 12px;
}

.list-link a {
	font-size: 14px;
	font-family:"goudy_trajan_regularregular";
	position: relative;
	padding: 0 10px;
	border-left: 1px solid #d3ad67;	
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.list-link a:hover {
	color: #d3ad67;
}

.list-link a:first-child {
	border: none;
	padding-left: 0px;
}


/*page PAZZANI*/
.list-pic5 > div {
    float: left;
    position: relative;
    text-align: center;
    width: 50%;
}

.list-pic5 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
}

.list-pic5 a {
    display: block;
	padding-bottom:20px;
}

.bg-product1 {
	background-image:url(../images/bg-product1.PNG);
	background-size:cover;
/*	padding-top:30px;*/
}
            
.pic-inner2 {
    display: flex;
    width: 100%;
    height:451px; 
}

.submenu {
	
}

.submenu li {
	float:left;
	width:auto;
}

.submenu li:first-child {
	float:left;
	width:auto;
}


.submenu li a {
	display:block;
	padding:4px 0px;
	text-align:center;
	font-family:"goudy_trajan_regularregular";
}

.submenu li a:hover {
	color:#D2B786;
}
	
.submenu .width-1 {
	width:auto;
	margin:0px 10px;
}

.submenu .width-2 {
	width:auto;
}
/*end-page-PAZZANI*/



/*page PAZZANI2*/

.list-pic6 a {
	display:block;	
}

.list-pic6 > div:first-child {
    text-align: center;
    width: 100%;
}


.list-pic6 > div:last-child {
	margin:0px 20px;
    padding-bottom: 20px;
    max-width: 100%;
	border-bottom:1px solid #CCC;

}

.text-desc1 span,
.text-desc1 p {
	font-family:"goudy_trajan_regularregular";
	text-align:left;
	display:block;
	margin:20px 0px;
	color:#666;
}

.text-desc1 p {
	line-height:30px;	
	font-weight: bold;
}

.detail-1 {
	font-size:30px;
	color:#D2B886 !important;
}

.link-btn-2 {
	width: 130px;
    background: #d46697 none repeat scroll 0 0;
    display: inline-block;
    height: 28px;
}

.link-btn-2 span {
	text-align:center;
	line-height:28px;
}

.link-btn-2 a {
	color:#FFF;
	display:block;	
}

.link-btn-2 a:hover {
	background:#C73878 ;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

/*end-page-PAZZANI2*/


/*-page-services*/

.list-pic7 {
	position:relative;
}

.list-pic7 > div {
	padding-bottom:30px;
	border-bottom:1px solid #CCC;
}

.list-pic7 a {
	display:block;	
}

.list-pic7 img {
	display:block;	
}

.list-pic7 > div {
	padding-bottom:0px;
	border-bottom:none;
}

.list-pic .link-btn-3 {
    background: #ffffff none repeat scroll 0 0;
    bottom: 30px;
    height: 26px;
    left: 0px;
    line-height: 22px;
    text-align: center;
    width: 122px;
	position:absolute;
}

.list-pic7 .link-btn-3 {
	width: 24%;
	height: 10%;
    background: #ffffff none repeat scroll 0 0;
	right: 10%;
    bottom: 18%;  
    position: absolute;
    text-align: center;

}

.list-pic .link-btn-4 {
    width: 24%;
	height: 5%;
    background: #ffffff none repeat scroll 0 0;
	left: 6%;
    bottom: 10%;  
    position: absolute;
    text-align: center;
}


.list-pic .link-btn-5 {
    width: 24%;
	height: 5%;
    background: #ffffff none repeat scroll 0 0;
	right: 10%;
    bottom: 18%;  
    position: absolute;
    text-align: center;
}
.list-pic7 .link-btn-3:hover ,
.list-pic .link-btn-4:hover , 
.list-pic .link-btn-5:hover {
	background:#EAEAEA;
	
}

a .set-txt-3 {
	font-family:"goudy_trajan_regularregular";
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
	color:#C3608D;
}

a .set-txt-4 {
	font-family:"goudy_trajan_regularregular";
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
	color:#C3608D;
}

.text-desc-2  {
    color: #666;
    display: block;
    font-family: "goudy_trajan_regularregular";
    text-align: center;
}

.text-desc-2 .detail-1 {
	margin-top:60px;
	margin-bottom:40px;
	display:block;
	font-size: 32px;
}

.text-desc-2 p {
	width: 70%;
	margin:0 auto;
    line-height: 20px;
	padding-bottom:30px;
	font-size:14px;
}

.col-3 {
	width:60%;
	margin:0 auto;
}


.col-3 > div {
	width:32.5%;
	float:left;
}


/*end-page-services*/


/*page-about_blj*/

.col-4 {
	width:60%;
	margin:0 auto;
}


.col-4 > div:first-child {
	width:100%;
	margin-bottom:10px;
}

.col-4 > div:last-child {
	width:100%;
}

.col-4 > div:first-child img,
.col-4 > div:last-child img {
	margin:0 auto;
}


.banner-thumbnail {
	width:70%;
	margin:0 auto;
	margin-bottom: 60px;	
}

.banner-thumbnail > div {
	float:left;
	width:33.33%;
}

.banner-thumbnail a {
	display:block;
}

.banner-thumbnail img {
	margin:0 auto;
}

/*end-page-about_blj*/


/*contact-us-map*/

.con-maps {
	width:80%;
	min-height:140px;
	max-height:434px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30x;
}

.bg-map {
	width:100%;
	height:100%;
	background-size:100% auto;
}

.ui-group-4 {
	width:80%;
	margin:0 auto;
}

.ui-section-4 {
	width:100%; 
	margin-top:15px;
	margin-bottom:15px;
}

.ui-section-4 > span,
ui-section-4 > field-txt-2 {
	float:left;
}

.ui-section-4 > span {
	width:100%;
	font-family: "goudy_trajan_regularregular";
}

.field-txt-4,
.field-txt-5 {
    width:49%;
    box-sizing: border-box;
    color: #333333;
    
    font-size: 14px;
    height: 28px;
    padding: 0 6px;
}

.field-txt-5 {
    width:99.5%;
    height: 28px;
}

.field-txtbox-4 {
	width:99.5%;
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    height: 200px;
    padding: 4px 6px;
}

.normal-btn-3 {
	background: #C3608D none repeat scroll 0 0;
	color:#FFF;
    border: medium none;
	border-color:#ECD2DC;
    box-sizing: border-box;
    cursor: pointer;
    height: 26px;
    width: 90px;
	float:right;
}

.normal-btn-3:hover {
	background: #BB4D7E;

}

/*end-contact-us-map*/

@media screen and (max-width : 640px) {

.banner-slider .owl-dots {
    bottom: 6px;
    height: 16px;
}

.banner-slider .owl-dot span {
    border: 1px solid #ccc;
    height: 10px;
    width: 10px;
}


.list-pic > div {
    float: left;
    position: relative;
    width: 100%;
}


.list-pic > .line-1 {
    display:none;
}

a .set-txt-3 {
    font-size: 12px;
	display:inline-block;
}

a .set-txt-4 {
    font-size: 12px;
	display:inline-block;
}

}

@media screen and (min-width : 480px) {
.icon-web {
    left: 44%;

}

/*page-services*/
.list-pic7 .link-btn-3 {
	width: 22%;
	height: 9%;
	right: 12%;
    bottom: 18%;  

}

.list-pic .link-btn-4 {
    width: 22%;
	height: 5%;
	left: 6%;
    bottom: 10%;  
}


.list-pic .link-btn-5 {
    width: 22%;
	height: 5%;
	right: 12%;
    bottom: 18%; 
}

a .set-txt-3 {
    font-size: 16px;
	line-height:28px;
}

a .set-txt-4 {
    font-size: 16px;
	line-height:30px;
}



/*end-page-services*/

}


@media screen and (min-width : 640px) {

.set-padding-b60 {
	padding-bottom:60px;
}

.list-pic3 .col-2 div {
	float: left;
	width: 33.33%;
}

/*page-services*/
.list-pic7 .link-btn-3 {
	width: 16%;
	height: 7%;
	right: 18%;
    bottom: 18%;  

}

.list-pic .link-btn-4 {
	width: 32%; 
    height: 7%;
    right: 18%;
    bottom: 10%;
}


.list-pic .link-btn-5 {
    width: 32%; 
    height: 7%;
    right: 4%;
    bottom: 52%;
}

a .set-txt-3 {
    font-size: 16px;
    line-height: 28px;
}

a .set-txt-4 {
    font-size: 16px;
	line-height:26px;
}

/*end-page-services*/

/*page-contact-us*/

.ui-group {
	width:40%;
	float:left;
	padding:20px 20px;
}


.ui-group-2 {
	display:block;
	width:40%;
	float:right;
	padding:40px 20px;
	padding-top:22px;
}

/*page-contact-us*/


.ui-group-2 > .ui-section > span {
    color: #333;
    display: block;
    font-size: 18px;
}

.ui-group .normal-btn {
    width: 100%;
}
 
.normal-btn {
    width: 90%;
}

/*page-puzzani*/
.submenu {
	
}
.submenu li {
	float:left;
	width:13%;
}
.submenu li:nth-child(4){
	float:left;
	width:11%;
}
.submenu li:nth-child(6){
	float:left;
	width:19%;
}
.submenu li:nth-child(7){
	float:left;
	width:17%;
}
.submenu li:first-child {
	float:left;
	width:11%;
}

.submenu li a {
	display:block;
	padding:4px 0px;
	text-align:right;
	font-family:"goudy_trajan_regularregular";
	font-weight: bold;
}

.submenu .width-1 {
	width:1%;
}

.submenu .width-2 {
	width:11%;
}
/*page-puzzani*/
}

@media screen and (min-width : 768px) {
.icon-web {
    left: 46%;
}

}

@media screen and (min-width :800px) {
.list-pic > .line-1 {
    width: 5px;
}

.header {
	background-size:auto;
}

.bell-icon > div {
top: 11px;
    right: 11px;
    color: #FFF;
    font-size: 17px;
    position: absolute;
    font-style: normal;
}

.nav-wrap {
	height:106px;
}

.icon-web {
    left: 42%;
	top:12px;
    width: 100px;
}

.bell-icon {
      height: 30px;
    width: 31px;
}

.login-group .hide-txt {
    display: none;
}


.banner-slider .owl-prev, .banner-slider .owl-next {
    height: 54px;
    width: 54px;
	margin-top: -26px;
}

.manage-group {
    right: 35px;
    top: 20px;
}

.manage-group span {
    font-size:14px;
}

.list-pic > .line-1 {
    width: 6px;
}

.list-pic3 {
		
}

.list-pic3 .col-2 div {
	float: left;
	width: 33.33%;
}


.list-desc {

    font-size: 24px;
}

.list-pic3 .col-1 {
	width:33.333%;
	height:auto;
    float:left;
}

.list-pic3 .col-1 div {
	height:100%;
}

.list-pic3 .col-2 {
	width:100%;
    float:left;
}



.fb-icon {
    height: 41px;
    width: 41px;
}

.line-icon {
    height: 41px;
    width: 41px;
}

.ig-icon {
    height: 41px;
    width: 41px;
}

.vd-icon {
    height: 41px;
    width: 41px;
}

.tw-icon {
    height: 41px;
    width: 41px;
}

.google-icon {
    height: 41px;
    width: 41px;
}

.pin-icon {
    height: 41px;
    width: 41px;
}

.list-desc {
	font-size: 28px;
	 min-height: 110px;
}


.list-pic > span {
   
}

.set-box2 span {
    font-size:42px;
    line-height:50px;
	top: 38px;
  
}

a .set-txt2 {
    font-size:16px;
    line-height: 30px;
	top: 28px;
  
}

.link-btn2 {
    background: #ffffff none repeat scroll 0 0;
    bottom: 30px;
    height: 26px;
    left: 30%;
    line-height: 22px;
    text-align: center;
    width: 122px;
}


.list-pic2 > div {
    width: 25%;
}

.list-pic5 > div {
    width: 33.33%;
}

/*page-PAZZANI2*/

.list-pic6 {
	margin:20px;
	border-bottom:1px solid #CCC;
}

.list-pic6 > div {
	float:left;
}

.list-pic6 > div:first-child {
	width:50%;	
}

.list-pic6 > div:first-child > a {
	padding:0px 30px;
}

.list-pic6 > div:last-child {
	width:50%;
	margin:0px;
	border:none;
}

/*end-page-PAZZANI2*/


/*page-services*/


.text-desc-2 .detail-1 {
    font-size: 46px;

}

.text-desc-2 p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
    padding-bottom: 30px;
    width: 74%;
    font-family: angsana new;
    font-size: 32px;
}

.col-3 > div {
	width:32.5%;
	float:left;
	padding:2px;
}

.list-pic7 .link-btn-3 {
	width: 16%;
	height: 28px;
	right: 18%;
    bottom: 18%;  

}

.list-pic .link-btn-4 {
    width: 26%; 
    height: 6%;
    right: 18%;
    bottom: 10%;
}


.list-pic .link-btn-5 {
    width: 26%; 
    height: 6%;
    right: 4%;
    bottom: 52%;
}

a .set-txt-3 {
    font-size: 20px;
    line-height: 30px;
}


/*end-page-services*/


/*page-about_blj*/

.banner-thumbnail > div {
	    width: 24.5%;
}

.col-4 > div:first-child {
	width:64%;
	float:left;
	padding:2px;
}

.col-4 > div:last-child {
	width:32.5%;
	float:left;
	padding:2px;
}

/*end-page-about_blj*/


/*page-contact-us3*/


.ui-group-3 {
	padding:40px;
}


.title-head-3 > span {
    font-size: 44px;
}


.ui-group-3 .ui-section span {
    font-size:20px;
}


.ui-group-3 .normal-btn {
    width: 35%;
}

/*page-contact-us3*/

/*contact-us-map*/

.con-maps {
	width:80%;
	min-height:140px;
	max-height:434px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30x;
}

.bg-map {
	width:100%;
	height:100%;
	background-size:100% auto;
}

.ui-group-4 {
	width:80%;
	margin:0 auto;
}

.ui-section-4 {
	width:100%; 
	margin-top:15px;
	margin-bottom:15px;
}

.ui-section-4 > span,
ui-section-4 > field-txt-2 {
	float:left;
}

.ui-section-4 > span {
	width:15%;
	font-family: "goudy_trajan_regularregular";
}

.field-txt-4,
.field-txt-5 {
    width:42.1%;
    box-sizing: border-box;
    color: #333333;
    
    font-size: 14px;
    height: 28px;
    padding: 0 6px;
}

.field-txt-5 {
    width:85%;
    height: 28px;
}

.field-txtbox-4 {
	width:85%;
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    height: 200px;
    padding: 4px 6px;
}

/*end-contact-us-map*/

}

@media screen and (min-width :1000px) {

.login-group .hide-txt {
    display:inline-block;
}


.nav-wrap {
    height: 245px;
}

.icon-web {
    left: 42.8%;
    top: 12px;
    width: 196px;
}

.nav-list2 {
	display:block;	
}

.nav-list2 li a {
	font-family:"goudy_trajan_regularregular";
    color: #fff;
    font-size: 17px;
    height: 80px;
    line-height: 82px;
    padding-left: 0;
    text-align: center;
}

.nav-list2 li a:hover {
	color: #d3ad67;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.nav-btn {
    display:none;
}



.nav-list2 {
	width:100%;
	margin:0 auto;
	bottom:-11px;	
	position:absolute;
}

.nav-list2 ul {
	max-width:1100px;
	margin:0 auto;
}

.nav-list2 li {
   float:left;
   width:11%;
   text-align:center;
  
}

.tag-head-group {
    height: 166px;
}


.title-wrap.style-1 {
    margin-top: 16px;
}


.pic-wrap {
    width: 110px;
}


.title-list {
    font-size: 40px;
    line-height: 36px;
}


.title-list2 {
    font-weight: bold;
    line-height: 126px;
	font-size:76px;
}

.tag-head-group2 {
    height: 94px;
}

.title-list3 {
    font-size: 68px;
    line-height: 70px;
}

.footer-content {
	margin-left:50px;
}

.list-desc {
	font-family: "goudy_trajan_regularregular";
    line-height: 37px;
    font-size: 26px;
    text-align: center;
    padding: 10px 10px;
    min-height: 43px;
    color: white;
}

.list-desc2 {
	color:#666;
	height: 59px;
}

/*page-services*/

.list-pic7 .link-btn-3 {
	width: 14%;
	height: 28px;
	right: 20%;
    bottom: 18%;  

}

.list-pic .link-btn-4 {
    width: 26%; 
    height: 5%;
    right: 18%;
    bottom: 10%;
}


.list-pic .link-btn-5 {
    width: 26%; 
    height: 5%;
    right: 4%;
    bottom: 52%;
}


a .set-txt-3 {
    font-size: 20px;
    line-height: 28px;
}

a .set-txt-4 {
    font-size: 20px;
    line-height: 28px;
}

/*end-page-services*/

/*page-contact-us2*/

.title-head-1 {
    padding: 40px 100px 10px;
}

.ui-group {
	width:35%;
	float:left;
	padding-left: 100px;
}

.ui-group-2 {
	display:block;
	width:35%;
	float:right;
	padding-right:100px;
	padding-top:22px;
}

/*page-contact-us2*/

.title-head-2 {
    padding: 40px 100px 10px;
}

/*page-contact-us3*/


/*end-page-contact-us3*/

}