@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&family=Prompt:wght@200;300;400;500&display=swap');
.followus {
	position: relative;
	width: 100%;
	/* margin: 0 auto; */
  	/* padding: 0 10px 20px 20px; */
}

/**/
/* main styles */
/**/
.followuss {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 0;
	text-align: left;
    width: 100%;
}
.followuss > input {
	position: absolute;
	left: -9999px;
}
.followuss > label {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all 0.1s;
	-o-transition: all 0.1s;	
	-ms-transition: all 0.1s;	
	-moz-transition: all 0.1s;	
	-webkit-transition: all 0.1s;
}
.followuss > label i {
	display: block;
	float: left;
	margin: 8px 8px 0 -2px;
	padding: 0;
	border: 0;
	outline: none;
	font-style: normal;
	font-size: 17px;
	font-family: 'Kanit', sans-serif;
}
.followuss > input:checked + label {
	cursor: default;
}
.followuss > ul {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 13px;
}
.followuss > ul > li {
	position: absolute;
	width: 100%;
	overflow: auto;
	padding: 30px 40px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;	
	-ms-transition: all 0.5s;	
	-moz-transition: all 0.5s;	
	-webkit-transition: all 0.5s;
}
.followuss > .followus_t-content-first:checked ~ ul .followus_t-content-first,
.followuss > .followus_t-content-2:checked ~ ul .followus_t-content-2 {
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transform: rotate(0deg);
}


/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.followuss-height-auto > ul {
	height: auto !important;
}
.followuss-height-auto > ul > li {
	position: static;
	display: none;
	height: auto !important;
}
.followuss-height-auto > .followus_t-content-first:checked ~ ul .followus_t-content-first,
.followuss-height-auto > .followus_t-content-2:checked ~ ul .followus_t-content-2{
	display: block;
}


/**/
/* grid */
/**/
.followuss .grid-row {
	margin-top: 20px;
}
.followuss .grid-row:after {
	content: '';
	display: table;
	clear: both;
}
.followuss .grid-row:first-child {
	margin-top: 0;
}
.followuss .grid-col {
	display: block;
	float: left;
	margin-left: 2%;
}
.followuss .grid-col:first-child {
	margin-left: 0;
}
.followuss .grid-col .inner {
	padding: 10px 0;
	border-radius: 5px;
	background: #f2f2f2;
	text-align: center;
}
.followuss .grid-col-1 {
	width: 15%;
}
.followuss .grid-col-2 {
	width: 32%;
}
.followuss .grid-col-3 {
	width: 49%;
}
.followuss .grid-col-4 {
	width: 66%;
}
.followuss .grid-col-5 {
	width: 83%;
}
.followuss .grid-col-offset-1 {
	margin-left: 19%;
}
.followuss .grid-col-offset-1:first-child  {
	margin-left: 17%;
}
.followuss .grid-col-offset-2 {
	margin-left: 36%;	
}
.followuss .grid-col-offset-2:first-child {
	margin-left: 34%;
}
.followuss .grid-col-offset-3 {
	margin-left: 53%;
}
.followuss .grid-col-offset-3:first-child {
	margin-left: 51%;
}
.followuss .grid-col-offset-4 {
	margin-left: 70%;
}
.followuss .grid-col-offset-4:first-child {
	margin-left: 68%;
}
.followuss .grid-col-offset-5:first-child {
	margin-left: 85%;
}


/**/
/* typography */
/**/
.followuss .typography {
	color: #666;
}
.followuss .typography h1,
.followuss .typography h2,
.followuss .typography h3,
.followuss .typography h4,
.followuss .typography h5,
.followuss .typography h6 {
	margin: 40px 0 0 0;
	padding: 0;
	font-family: 'Kanit', sans-serif;
	text-align: left;
	color: #333;
}
.followuss .typography h1 {
	font-size: 40px;
	line-height: 60px;
	text-shadow: 3px 3px rgba(0,0,0,0.1);
}
.followuss .typography h2 {
	font-size: 32px;
	line-height: 48px;
	text-shadow: 2px 2px rgba(0,0,0,0.1);
}
.followuss .typography h3 {
	font-size: 26px;
	line-height: 38px;
	text-shadow: 1px 1px rgba(0,0,0,0.1);
}
.followuss .typography h4 {
	font-size: 20px;
	line-height: 30px;
}
.followuss .typography h5 {
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
}
.followuss .typography h6 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.followuss .typography p {
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 20px;
	text-align: left;
}
.followuss .typography ul,
.followuss .typography ol {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.followuss .typography li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
}
.followuss .typography li ul,
.followuss .typography li ol {
	margin-top: 5px;
}
.followuss .typography ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 4px;
	background: #404040;
}
.followuss .typography ol {
	counter-reset: list1;
}
.followuss .typography ol > li:before {
	counter-increment:list1;
	content: counter(list1)'.';
	position: absolute;
	top: 0;
	left: 0;
}
.followuss .typography a {
	text-decoration: underline;
	color: #1889e6;
}
.followuss .typography a:hover {
	text-decoration: none;
}
.followuss .typography .pic {
	padding: 4px;
	border: 1px dotted #ccc;
}
.followuss .typography .pic img {
	display: block;
}
.followuss .typography .pic-right {
	float: right;
	margin: 0 0 10px 20px;
}
.followuss .typography .link {
	text-decoration: underline;
	color: #1889e6;
	cursor: pointer;
}
.followuss .typography .link:hover {
	text-decoration: none;
}
.followuss .typography h1:first-child,
.followuss .typography h2:first-child,
.followuss .typography h3:first-child,
.followuss .typography h4:first-child,
.followuss .typography h5:first-child,
.followuss .typography h6:first-child,
.followuss .typography p:first-child {
	margin-top: 0;
}
.followuss .typography .text-center {
	text-align: center;
}
.followuss .typography .text-right {
	text-align: right;
}


/**/
/* steps */
/**/
.followuss-steps > label {
	cursor: default;
}


/**/
/* animation effects */
/**/
.followuss-effect-scale > ul > li {
	-webkit-transform: scale(0.1,0.1);
}
.followuss-effect-rotate  > ul > li {
	-webkit-transform: rotate(180deg);
}
.followuss-effect-slide-top > ul > li {
	top: -40px;
}
.followuss-effect-slide-right > ul > li {
	left: 80px;
}
.followuss-effect-slide-bottom > ul > li {
	top: 40px;
}
.followuss-effect-slide-left > ul > li {
	left: -80px;
}



/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.followuss-layout-top-right {
	text-align: right;
}


/**/
/* top center */
/**/
.followuss-layout-top-center {
	text-align: center;
}


/**/
/* top combi */
/**/
.followuss > .right {
	float: right;
}



/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.followuss-icons-top > label i {
	text-align: center;
}
.followuss-icons-top > label i {
	float: none;
	margin: 0 auto -10px;
	padding-top: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.followuss-icons-right > label i {
	float: right;
	margin: 0 -2px 0 8px;
}
.followuss-icons-bottom > label {
	text-align: center;
}
.followuss-icons-bottom > label i {
	float: none;
	margin: -10px auto 0;
	padding-bottom: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.followuss-icons-only > label i {
	float: none;
	margin: 0 auto;
	font-size: 23px;
}

/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*----------------------------------------------------------------------------*/

/**/
/* pad */
/**/
@media screen and (max-width: 980px) {
	
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
	.followuss > label i {
		display: block;
	}
	.followuss > .right {
		float: none;
	}
}



/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/**/
/* default */
/**/
.followuss > label  {	
	padding: 0 20px;
	background: #e5e5e5;
	font-size: 13px;
	line-height: 49px;
}
.followuss > label  :hover {
	background: #f2f2f2;
}
.followuss > input:checked + label {
	background: #fff;
}
.followuss > ul {
	background: #fff;
	text-align: left;
}
.followuss-steps > label :hover {
	background: #e5e5e5;	
}


/**/
/* theme 1 */
/**/
.followuss-theme-1 > label  {
	margin: 0 5px 5px 0;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px rgba(0,0,0,0.2);
	color: #808080;
	opacity: 0.8;
}
.followuss-theme-1 > label :hover {
	background: #fff;
	opacity: 1;
}
.followuss-theme-1 > input:checked + label {
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #2b82d9;
	opacity: 1;
}
.followuss-theme-1 > ul {
	border-radius: 5px;
	box-shadow: 0 3px rgba(0,0,0,0.2);
}
.followuss-theme-1 > .followus_t-content-first:checked ~ ul {
	border-top-left-radius: 0;
}
@media screen and (max-width: 767px) {
	.followuss-theme-1 > label i {
		margin-right: 0;
	}
	.followuss-theme-1 > input:checked + label {
		margin-bottom: 5px;
		padding-bottom: 0;
		border-radius: 5px;
	}

	/* .followuss > label i {
		display: block;
		float: left;
		margin: 16px 8px 0 -2px;
		padding: 0;
		border: 0;
		outline: none;
		font-style: normal;
		font-size: 17px;
		font-family: 'Kanit', sans-serif;
	} */

	.followuss-theme-1 > .followus_t-content-first:checked ~ ul {
		border-top-left-radius: 5px;
	}
}

/*----------------------------------------------------------------------------*/
/*                               CUSTOMIZATION                                */
/*----------------------------------------------------------------------------*/

/**/
/* height */
/**/
.followuss > ul,
.followuss > ul > li {
	height: 450px;
    width: 100%;
}

@media screen and (max-width: 991px) {
  .followuss > ul,
  .followuss > ul > li {
      height: 450px;
      width: 100%;
  }
}
