@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Prompt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anuphan:wght@100..700&display=swap');

/*
Theme Name: Aron Alpha Theme
Author: Aron Alpha
Version: 1.0
*/

.wp-block-media-text .wp-block-media-text__content {
	padding: 0 2%!important;
}

.hidden {
    display: none!important; 
    visibility: hidden!important; 
}


.title p {
	font-family: 'Anuphan', sans-serif;
	margin: 0 10px;
}

.seemore {
	font-family: 'Anuphan', sans-serif;
}

.box-center {
	margin: auto;
	text-align: center;
}

.searchBarContainer {
	border: none;
	height: 2.5rem;
	background-color: #fff;
	border-radius: 35px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
	box-sizing: border-box;
	width: 100%;
	height: 55%;
	display: flex;
}
.head {
	position: relative;
}

.head .content-search {
	position: absolute;
	top: 15px;
	right: 170px;
}

.head .content-search input[type="search"],
.head .content-search input[type="search"]::placeholder {  
    /* Firefox, Chrome, Opera */ 
    padding-left: 10px; 
} 
.searchBarContainer .searchBox {
    padding: 5px 22px;
    border: none;
    float: left;
    width: 80%;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    background: #ffffff;
    font-size: 14px;
}

.btn-search {
	float: left;
    width: 20%;
    padding: 5px 5px;
    background: #6666664f;
    color: #585858;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

body {
	
	font-family: 'Anuphan', sans-serif;
	font-size: 18px;
}

a {
  	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.pc {
	display: block;
}

.mb {
	display: none;
}

.page-wrapper {
	min-height: 50vh;
}

.page-wrapper-single {
	margin: 20px 0 100px 0;
	min-height: calc(100vh - 343px);
}

@media (max-width: 1200px) {
	li.breadcrumb-item:last-child {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	    width: 60%;
	}
}

@media (max-width: 1024px) {
	.page-wrapper-single {
		min-height: 75vh;
	}
}

@media (max-width: 860px) {
	.page-wrapper-single {
		min-height: 70vh;
	}
}

@media (max-width: 480px) {
	.page-wrapper-single {
		margin-top: 25px;
	}
	.breadcrumb{
		padding: 0.75rem 0 !important;
	}
	.breadcrumb-item+.breadcrumb-item::before {
		padding-right: 0;
	}
}



/* search */
.content-search-name h1 {
	line-height: 1.3;
    font-size: 30px;
    color: #333333;
    border-bottom: double;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.search-tag {
    /*float: left;*/
    width: 100%;
    margin-top: 10px;
}

.pull-right {
    /*float: right;*/
}

/* Menu */

header {
  	position: sticky;
  	top: 0;
  	z-index: 100;
	width: 100%;
}

header .row {
	margin: 0;
}

header .col-xl-12, header .col-lg-12, header .col-md-12, header .col-sm-6, header .col-6 {
	padding: 0;
	min-height: 0;
}

header .menu-bar {
	position: relative;
}

nav {
	position: relative;
	height: 100px;
	background: #000;
	border-bottom: 3px solid #fdd209;
}

header .logo img {
	width: 250px; 
	position: absolute;
	top: 16px;
	left: 10px;
	z-index: 999;
}

/*header .txt-logo img {
	width: 150px; 
	position: absolute;
	top: 20px;
	left: 130px;
	z-index: 999;
}*/

header .fb-logo img {
	width: 35px; 
	position: absolute;
	top: 20px;
	left: 310px;
	z-index: 999;
}

nav a {
	color: #fff;
	font-weight: 500;
}

nav ul {
	position: absolute;
	/*top: 0;*/	
	margin: 0;
}

nav ul.menu-area-main {
	top: 75px;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	width: fit-content;
}

nav ul.lang {
	top: 30px;
	right: 0;
}


nav ul.lang li a[title="EN"]::after {
	
	content: "";
	background-image:url('img/flag/en.jpg');
	background-size: 100% 100%;
	display: block;
	width: 40px;
	height: 24px;
}

nav ul.lang li a[title="TH"]::after {
	content: "";
	background-image:url('img/flag/th.jpg');
	background-size: 100% 100%;
	display: block;
	width: 40px;
	height: 24px;
}

nav .line {
	position: absolute;
	right: 135px;
	bottom: 10px;
	border-left: 1px solid #806702;
	height: 40px;
}

nav ul li {
	display: inline-block;
	/*line-height: 80px;*/
	margin: 0 10px;
	text-align: center;
}

nav ul.menu-area-main li {
	margin: 0 25px;
}

/* menu dropdown */

nav ul li ul.dropdown-menu {
    min-width: 100%; /* Set width of the dropdown */
    background: #f2f2f2;
    display: none;
    position: absolute;
    top: 4rem;
    z-index: 999;
    left: 0;
}

ul li:hover ul.dropdown-menu {
   	display: block; /* Display the dropdown */
}

ul li ul.dropdown-menu li {
    display: block;
}

ul li ul.dropdown-menu li a {
	color: #000;
}


/* end menu dropdown */

nav ul li a {
	position: relative;
	color: #fff;
	font-size: 18px;
	padding: 5px 0;
	/*text-transform: uppercase;*/
}

nav ul li a .menu-item-description {
	font-size: 12px;
}

nav ul li a:hover {
	color: #fdd209;
}

nav ul li.current-menu-item a:link,
nav ul li a.current-menu-item-pro:link,
nav ul li a.current-menu-item-faq:link,
nav ul li.current-menu-item a:visited,
nav ul li a.current-menu-item-pro:visited,
nav ul li a.current-menu-item-faq:visited {
	color: #fdd209;
}

/*nav ul li a:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: #fff;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .4s linear;
}

nav ul li a:hover:before {
	transform: scaleX(1);
	transform-origin: left;
}*/

label #btn,
label #cancel {
	position: absolute;
	top: 10px;
	right: 0;
	color: #fff;
	font-size: 40px;
	float: right;
	line-height: 60px;
	margin-right: 20px;
	cursor: pointer;
	display: none;
}

#check {
	display: none;
}

@media (max-width: 1370px) {
	nav ul.menu-area-main li {
		margin: 0 12px;
	}
}




@media (max-width: 1118px) {
	nav img {
		left: 8%;
	}
}

@media (max-width: 1024px) {
	nav .line {
		right: 129px;
	}
}

@media (max-width: 944px) {
	nav img {
		left: 6%;
		top: 10px;
		width: 95px;
	}

	nav ul li a {
		font-size: 17px;

	}
}

@media (max-width: 860px){
	.pc {
		display: none;
	}

	.mb {
		display: block;
	}
	header .head {
		background: #000;
		border-bottom: 3px solid #fdd209;
	}
	header .logo img {
		width: 80px;
	}
	header .fb-logo img {
		width: 45px;
	    top: 30px;
	    left: 160px;
	}
	nav {
		border-bottom: unset;
	}
	nav ul.lang {
	    top: 0;
	    right: 75px;
	}
	nav .line {
		height: 30px;
		top: 25px;
    	right: 113px;
	}
	label #btn {
		display: block;
	}

	header ul.menu-area-main {
		position: fixed;
		width: 100%;
		height: -webkit-fill-available;
		background: #000;
		top: -100%;
		left: 0;
		text-align: center;
		transition: all .5s ease-in-out;
		transition: all .5s;
		transform: translateY(-50%);
		z-index: -1
	}

	nav ul.menu-area-main li {
		display: block;
		margin: 0 20px;
		line-height: 30px;
		text-align: left;
		border-bottom: 1px solid #fff;
	}

	nav ul li a {
		font-size: 20px;
	}

	nav ul.lang li {
		margin: 0 3px;
	}

	nav ul.lang li a[title="EN"]::after, nav ul.lang li a[title="TH"]::after {
		width: 30px;
		height: 18px;
	}

	#check:checked ~ div ul.menu-area-main {
		left: 0;
		top: 103px;
		transform: translateY(0);
		transition: all .4s ease-in-out;
		transition: all .4s;
	}

	#check:checked ~ label #btn {
		display: none;
	}

	#check:checked ~ label #cancel {
		display: block;
	}

	.head .content-search {
		top: 60px;
    	right: 25px;
	}
}

@media (max-width: 450px){ 
	.searchBarContainer {
		width: 180px;
	}

	header .fb-logo img {
	    width: 40px;
	    top: 55px;
	    left: 135px;
	}
}

@media (max-width: 375px) { 
	header .fb-logo img {
	    top: 10px;
	    left: 170px;
	}
}

@media (max-width: 375px) {
	header .fb-logo img {
	    left: 120px;
	}
}

@media (max-width: 280px) {
	nav ul.lang {
	    right: 60px;
	}

	header .fb-logo img {
	    left: 95px;
	}

	.searchBarContainer {
	    width: 160px;
	}
}

/* top slide */
#slide-section {
	
}

/* brand story */
#brand-section {
	
}

#brand-section .title {
	background: #fdd209;
	padding: 30px 0;
	
}

#brand-section .title h3 {
	text-align: center!important;
	color: #000;
	font-size: 40px;
	margin: 0;
	letter-spacing:1px;
}

#brand-section .title h3::before {
	content: "";
	background-image: url('img/logo/aron-alpha-drop.png');
	background-size: 100% 100%;
	display: inline-block;
	height: 28px;
	width: 21px;
	margin-right: 15px;
}

#brand-section .content-brand {
	margin: 60px 0;

}

#brand-section .content-brand h1 {
	text-align: center;
}

#brand-section .content-brand .btn-brand {
	text-align: center;
	margin: 10px 0;
}

#brand-section .content-brand .btn-brand a{
    font-size: 1.25rem;
    color: #000;
    border: 2px solid #000;
    padding: 5px 40px;
    box-shadow: 5px 8px #000;
    background-image: radial-gradient(#fad200 20%, transparent 20%), radial-gradient(#fad200 20%, transparent 20%);
    background-color: #fff;
    background-position: 0 0, 0 12px;
    background-size: 12px 12px;
    text-transform: uppercase;
}

#brand-section .content-brand .btn-brand a:hover {
	background:#000;
	color:#fff;
	box-shadow: 5px 8px #fdd209;
	
}

@media (max-width: 1024px){ 
	#brand-section .content-brand .btn-brand a {
		font-size: 1rem;
	}
}

@media (max-width: 860px){ 
	#brand-section .block-brand {
		margin-bottom: 30px;
	}
}

@media (max-width: 480px){
	#brand-section .content-brand .btn-brand a {
		padding: 5px;
	}
}

/* article */

#article-section .title {
	position: relative;
	background: #fdd209;
	padding: 30px 0;
	
}

#article-section a {
	color: #000;
}

#article-section .title h3 {
	text-align: center!important;
	color: #000;
	font-size: 40px;
	margin: 0;
	letter-spacing:1px;
}

#article-section .title h3::before {
	content: "";
	background-image: url('img/logo/aron-alpha-drop.png');
	background-size: 100% 100%;
	display: inline-block;
	height: 28px;
	width: 21px;
	margin-right: 15px;
}

#article-section .seemore {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

#article-section .seemore a {
	background: #000;
	color: #fff;
	padding: 5px 15px;
    border-radius: 10px;
}

#article-section .seemore a:hover {
	opacity: 0.6;
}

#article-section .content-art {
	margin: 60px 0;
	padding:0 50px;
}

#article-section .btn-art-read {
	text-align: left;
}

#article-section .btn-art-read a {
	background: #000;
	color: #fff;
	padding: 5px 75px;
	border-radius: 10px;
}

#article-section .btn-art-read a:hover {
	opacity: 0.6;
}

#article-section .content-txt-art {
	margin: 30px 0;
	height: 75px;
}

#article-section .content-txt-art h5 {
	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 1;
  	-webkit-box-orient: vertical;
}

#article-section .content-txt-art .des-txt-art p {
	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
}

@media (max-width: 860px){ 
	#article-section .block-art {
		margin-bottom: 30px;
	}

	#article-section .seemore {
		position: unset;
	    margin-top: 20px;
	    margin-right: 10px;
	    text-align: right;
	    transform: unset;
	}
}

@media (max-width: 480px){ 
	#article-section .seemore {
	    text-align: center;
	}
	#article-section .btn-art-read {
		text-align: center;
	}
}

/* news & activity */
#news-section a {
	color: #000;
	display:block;
}
.content-art .block-news .img-news img,
#news-section .block-news .img-news img,
#news .block-news .img-news img,
#article .block-news .img-news img {
	border-radius:10px;
}


#news-section .title {
	position: relative;
	background: #fdd209;
	padding: 30px 0;
	
}

#news-section .title h3 {
	text-align: center!important;
	color: #000;
	font-size: 40px;
	margin: 0;
	letter-spacing:1px;
}

#news-section .title h3::before {
	content: "";
	background-image: url('img/logo/aron-alpha-drop.png');
	background-size: 100% 100%;
	display: inline-block;
	height: 28px;
	width: 21px;
	margin-right: 15px;
}

#news-section .seemore {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

#news-section .seemore a {
	background: #000;
	color: #fff;
	padding: 5px 15px;
    border-radius: 10px;
}

#news-section .seemore a:hover {
	opacity: 0.6;
}
.content-art .block-news,
#news-section .block-news,
#news .block-news,
#article .block-news {
	margin-bottom: 30px;
	padding:10px;
}
.content-art .block-news a,
#news-section .block-news a,
#news .block-news a,
#article .block-news a{
	display:block;
	padding:15px 0 0 0;
	border-top:solid 5px #fff
}
.content-art .block-news a:hover,
#news-section .block-news a:hover,
#news .block-news a:hover,
#article .block-news a:hover{
	border-top:solid 5px #000;
}
#news-section .content-news {
	margin: 60px 0;
}
.content-art .btn-news-read,
#news-section .btn-news-read,
#news .btn-news-read,
#article .btn-news-read {
	background: #000000;
    display: inline-block;
    padding: 3px 12px;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
}
.center{
	text-align:center;
}
.content-art .block-news a:hover .btn-news-read,
#news-section .block-news a:hover .btn-news-read,
#news .block-news a:hover .btn-news-read,
#article .block-news a:hover .btn-news-read{
	background: #fdd209;
	color:#000;
}
.content-art, .block-news a:hover img,
#news-section .block-news a:hover img,
#news .block-news a:hover img,
#article .block-news a:hover img{
	opacity:0.9;
}

#news-section .btn-news-read a {
	background: #000;
	color: #fff;
	padding: 5px 75px;
	border-radius: 10px;
}

#news-section .btn-news-read a:hover {
	opacity: 0.6;
}
.content-art .content-txt-news,
#news-section .content-txt-news,
#news .content-txt-news,
#article .content-txt-news {
	margin: 10px 0;
}
.content-art .content-txt-news .txt-des-news,
#news-section .content-txt-news .txt-des-news,
#news .content-txt-news .txt-des-news,
#article .content-txt-news .txt-des-news{
	font-size:14px;
}
.content-art .content-txt-news .news-date,
#news-section .content-txt-news .news-date,
#news .content-txt-news .news-date,
#article .content-txt-news .news-date{
	font-size: 14px;
	color: #a3a3a3;
}
.content-art .block-news .img-news,
#news-section .block-news .img-news,
#news .block-news .img-news,
#article .block-news .img-news {
	text-align: center;
}

@media (max-width: 1024px){ 
	#news-section .btn-news-read a {
		padding: 5px 50px;
	}
}

@media (max-width: 860px){ 
	#news-section.block-news {
		margin-bottom: 30px;
	}

	#news-section .btn-news-read a {
		padding: 5px 75px;
	}

	#news-section .seemore{
		position: unset;
	    margin-top: 20px;
	    margin-right: 10px;
	    text-align: right;
	    transform: unset;
	}
}

@media (max-width: 480px){ 

	#news-section .seemore{
	    text-align: center;
	}
}

/* where to buy */
#where-section .title {
	position: relative;
	background: #fdd209;
	padding: 30px 0;
	
}

#where-section .title h3 {
	text-align: center!important;
	color: #000;
	font-size: 40px;
	margin: 0;
	letter-spacing:1px;
}

#where-section .title h3::before {
	content: "";
	background-image: url('img/logo/aron-alpha-drop.png');
	background-size: 100% 100%;
	display: inline-block;
	height: 28px;
	width: 21px;
	margin-right: 15px;
}

#where-section .seemore {
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(-50%, -50%);
}

#where-section .seemore a {
	background: #000;
	color: #fff;
	padding: 5px 15px;
    border-radius: 10px;
}

#where-section .seemore a:hover {
	opacity: 0.6;
}

#where-section .content-where {
	margin: 60px 0;
}

#where-section .content-where .where-our-sec img {
	margin: 15px 0;
}

@media (max-width: 860px){ 

	#where-section .seemore{
		position: unset;
	    margin-top: 20px;
	    margin-right: 10px;
	    text-align: right;
	    transform: unset;
	}
}

@media (max-width: 480px){ 

	#where-section .seemore{
	    text-align: center;
	}
}

/* company */
#com-section .title {
	position: relative;
	background: #fdd209;
	padding: 30px 0;
	
}

#com-section .title h3 {
	text-align: center!important;
	color: #000;
	font-size: 40px;
	margin: 0;
	letter-spacing:1px;
}

#com-section .title h3::before {
	content: "";
	background-image: url('img/logo/aron-alpha-drop.png');
	background-size: 100% 100%;
	display: inline-block;
	height: 28px;
	width: 21px;
	margin-right: 15px;
}

#com-section .content-com {
	margin: 60px 0;
	text-align: center;
}

#com-section .content-com .img-com {
	margin: 30px 0;
}

#com-section .content-com .btn-com {
	text-align: center;
	margin: 60px 0;
}

#com-section .content-com .btn-com a{
	font-size: 1.75rem;
	color: #000;
	border: 2px solid #000;
	padding: 5px 40px;
	box-shadow: 5px 8px #000;
	background-image: radial-gradient(#fad200 20%, transparent 20%),
      radial-gradient(#fad200 20%, transparent 20%);
  	background-color: #fff;
  	background-position: 0 0, 0 12px;
  	background-size: 12px 12px;
}

#com-section .content-com .btn-com a:hover {
	opacity: 0.6;
}

/* Footer */
footer {
	position: relative;
	background: #000;
}

footer .logo-footer img {
	width: 250px; 
	position: absolute;
	bottom: 30px;
	left: 10px;
	z-index: 99;
}

footer .top-footer {
	position: relative;
	height: 100px;
}

footer .top-footer .sns-social {
	width: 35px;
    position: absolute;
    top: 50%;
    right: 110px;
    transform: translate(-50%, -50%);
}

footer .top-footer .no1 {
	width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

footer .top-footer .box-menu-footer #nav-menus-footer {
	position: relative;
}

footer .top-footer .box-menu-footer ul.menu_footer {
	position: absolute;
	top: 60px;
  	left: 50%;
  	transform: translate(-50%, 50%);
	width: max-content;
	bottom:20px;
}

footer ul.menu_footer {
	
}


footer ul li {
	display: inline-block;
	
	margin: 0 15px;
}

footer ul li a {
	
	color: #fff;
}

footer ul li a:hover {
	
	color: #fff;
}

footer .bottom-footer {
	position: relative;
	color: #000;
	background: #fdd209;
}



footer .bottom-footer .copyright {
	position: relative;
	height: 35px;
}

footer .bottom-footer .copyright p{
	position: absolute;
	left: 50%;
	transform: translate(-50%, 50%);
	font-size: 12px;
	margin: 0;
}


.socialICON {
	position: fixed;
	right: 10px;
	bottom: 180px;
	z-index: 999;
}

.socialICON ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.socialICON ul li a {
	display: grid;
	padding: 5px;
	margin: 0;
	display:block;
}

.socialICON ul li a img {
	max-width: 50px;
	border:solid 1px #fff;
	border-radius:50%;
}
.socialICON ul li a:hover{
	opacity:0.8;
}
.whereTObuy{
	list-style:none;
	padding:0;
	margin:0 0 20px 0;
	float:left;
	width:100%;
}
.whereTObuy li{
	display:inline-block;
	width:23%;
	float:left;
	border:solid 1px #ebebeb;
	padding:10px;
	margin:0 20px 20px 0 ;
	text-align:center;
}
.whereTObuy li:hover{
	border:solid 1px #000;
}
.whereTObuy li span{
	font-size:15px;
}
.title-name{
    padding: 0 0 0 80px;
    color: #000;
    border-bottom: solid 3px #000;
    position: relative;
}
.title-name h3{
	font-size: 1.5rem;
    line-height: 1.3;
}
.title-name img.logo{
    position:absolute;
	top:0;
	left:0;
	max-width:70px;
	margin:0 !important;
}
.breadcrumb{
	margin-bottom:30px;
}
.contentDetail ul {
    list-style: disc;
    padding: 0 0 0 40px;
}
.contentDetail ul li {
    list-style: disc;
	margin-bottom:10px;
}
.contentDetail ol {
    list-style: decimal;
    padding: 0 0 0 40px;
}
.contentDetail ol li {
    list-style: decimal;
	margin-bottom:10px;
}
.contentDetail img{
	border-radius:10px;
	margin:20px auto;
}
@media (max-width: 1370px){
	footer .top-footer .box-menu-footer ul.menu_footer{
		width: max-content;
	}
}

@media (max-width: 860px){
	footer .logo-footer img {
		width: 80px; 
	}
	footer ul li {
		margin: 0 8px;
	}
	footer .top-footer .box-menu-footer ul.menu_footer {
		top: 50%;
		width: 50%;
		text-align: center;
	}
	footer .bottom-footer .copyright {
		height: 20px;
	}
	footer .bottom-footer .copyright p {
		position: unset;
		left: unset;
		transform: unset;
		text-align: center;
		font-size: 10px;
	}
	.whereTObuy li{
		width:30%;	
	}
}

@media (max-width: 600px){
	footer .top-footer .box-menu-footer {
		display: none;
	}
	footer .top-footer .box-menu-footer ul.menu_footer {
		top: 25%;
		text-align: center;
		left: unset;
		width: unset;
		transform: unset;
	}
}

@media (max-width: 450px){ 
	footer .top-footer .sns-social {
	    width: 55px;
	    right: unset;
	    left: 50%;
	}
	.whereTObuy li{
		width:48%;	
	}
	
}


body#lang_th #brand-section .title h3,
body#lang_th #article-section .title h3,
body#lang_th #article-section .title h3,
body#lang_th #news-section .title h3,
body#lang_th #where-section .title h3,
body#lang_th #com-section .title h3{
	font-weight:600;
	letter-spacing:normal;
	margin-bottom:10px;
}
.textHilight{
	background: #fdd209; font-size: 30px; font-weight: 600;padding:5px;text-align:center;
}
#tikTok{
    padding: 50px;
	background:#000;
}
#tikTok .tiktok-embed iframe {
    border-radius: 10px;
}