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

.phuwa-meet {
	margin: 0;
	padding: 0;
	margin-top: 80px;
}

.phuwa-meet .top {
	margin: 0;
	padding: 0;
	padding-left: 30px;
	font: 40px/45px 'lineseed', Arial, sans-serif;
	color: #fff;
	background: url(../images/phuwa/icon-3.png) top left no-repeat;
}

.phuwa-meet .mid {

	margin-top: 20px;
}

.phuwa-meet .mid .pic {}

.phuwa-meet .mid .pic img {
	max-width: 100%;
	height: auto;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.phuwa-meet .mid .text {
	padding: 10px;
	font: 16px/20px 'lineseed', Arial, sans-serif;
	background: #FFF;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

}

.phuwa-meet .mid .text a {
	color: #333;
}

.phuwa-meet .bottom {
	margin-top: 20px;
	text-align: right;
}

.phuwa-meet .bottom-2 {
	margin-top: 20px;
	/* border:1px solid #3ba3e9; */
}

.phuwa-meet .bottom-2 .btn-1 {
	background: #33adffbf;
	padding: 10px 20px;
	border: 1px solid #3ba3e9;
	border-right: none;
	font: 18px/24px 'Kanit', Arial, sans-serif;
	color: #fff;
}

.phuwa-meet .bottom-2 .btn-1:hover {
	cursor: pointer;
}

.phuwa-meet .bottom-2 .btn-2 {
	background: #0974e194;
	padding: 10px 20px;
	border-top: 1px solid #3ba3e9;
	border-bottom: 1px solid #3ba3e9;
	font: 18px/24px 'Kanit', Arial, sans-serif;
	color: #fff;
}

.phuwa-meet .bottom-2 .btn-2:hover {
	cursor: pointer;
}

.phuwa-meet .bottom-2 .btn-3 {
	background: #5462c1ab;
	padding: 10px 20px;
	border: 1px solid #3ba3e9;
	border-left: none;
	font: 18px/24px 'Kanit', Arial, sans-serif;
	color: #fff;
}

.phuwa-meet .bottom-2 .btn-3:hover {
	cursor: pointer;
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.phuwa-meet .top {
		font: 30px/45px 'lineseed', Arial, sans-serif;
	}

	.phuwa-meet .mid .text {
		font: 13px/20px 'lineseed', Arial, sans-serif;
	}

	.phuwa-meet .bottom-2 .btn-1 {
		font: 16px/20px 'Kanit', Arial, sans-serif;
	}

	.phuwa-meet .bottom-2 .btn-2 {
		font: 16px/20px 'Kanit', Arial, sans-serif;
	}

	.phuwa-meet .bottom-2 .btn-3 {
		font: 16px/20px 'Kanit', Arial, sans-serif;
	}
}

@media (min-width: 1281px) and (max-width: 1366px) {
	.phuwa-meet .mid .text {
		font: 13px/20px 'lineseed', Arial, sans-serif;
	}

	.phuwa-meet .bottom-2 .btn-1 {
		font: 13px/24px 'Kanit', Arial, sans-serif;
	}

	.phuwa-meet .bottom-2 .btn-2 {
		font: 13px/24px 'Kanit', Arial, sans-serif;
	}

	.phuwa-meet .bottom-2 .btn-3 {
		font: 13px/24px 'Kanit', Arial, sans-serif;
	}
}

@media (min-width: 1367px) and (max-width: 1440px) {
	.phuwa-meet .mid .text {
		font: 13px/20px 'lineseed', Arial, sans-serif;
	}

	.phuwa-meet .bottom-2 .btn-1 {
		font: 13px/24px 'Kanit', Arial, sans-serif;
	}

	.phuwa-meet .bottom-2 .btn-2 {
		font: 13px/24px 'Kanit', Arial, sans-serif;
	}

	.phuwa-meet .bottom-2 .btn-3 {
		font: 13px/24px 'Kanit', Arial, sans-serif;
	}
}

@media (min-width: 1441px) and (max-width: 1600px) {
	.phuwa-meet .bottom-2 .btn-1 {
		font: 15px/24px 'Kanit', Arial, sans-serif;
	}

	.phuwa-meet .bottom-2 .btn-2 {
		font: 15px/24px 'Kanit', Arial, sans-serif;
	}

	.phuwa-meet .bottom-2 .btn-3 {
		font: 15px/24px 'Kanit', Arial, sans-serif;
	}
}

/* ----------------------------------------- */
@media(min-width:375px) and (max-width:419px) {
	.phuwa-meet .owl-theme .owl-nav {
		left: -30px !important;
		right: -30px !important;
		/* margin-top: 0 !important; */
	}
}

@media(min-width:420px) and (max-width:575px) {
	.phuwa-meet .owl-theme .owl-nav {
		left: -30px !important;
		right: -30px !important;
		/* margin-top: 0 !important; */
	}
}

@media(min-width:576px) and (max-width:767px) {
	.phuwa-meet .owl-theme .owl-nav {
		left: -45px !important;
		right: -45px !important;
		margin-top: -10px !important;
	}
}

@media(min-width:768px) and (max-width:991px) {
	.phuwa-meet .owl-theme .owl-nav {
		left: -40px !important;
		right: -40px !important;
		/* margin-top: -10px !important; */
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.phuwa-meet .owl-theme .owl-nav {
		left: -60px !important;
		right: -60px !important;
		margin-top: -10px !important;
	}
}

@media(min-width:1281px) and (max-width:1366px) {
	.phuwa-meet .owl-theme .owl-nav {
		left: -45px !important;
		right: -45px !important;
		margin-top: -10px !important;
	}
}

@media(min-width:1367px) and (max-width:1440px) {
	.phuwa-meet .owl-theme .owl-nav {
		left: -45px !important;
		right: -45px !important;
		margin-top: -10px !important;
	}
}

@media(min-width:1441px) and (max-width:1600px) {
	.phuwa-meet .owl-theme .owl-nav {
		left: -45px !important;
		right: -45px !important;
		margin-top: -10px !important;
	}
}

@media(min-width:1601px) and (max-width:1920px) {
	.phuwa-meet .owl-theme .owl-nav {
		left: -45px !important;
		right: -45px !important;
		margin-top: -10px !important;
	}
}