/*****************************************
Datawork Stylesheet by CMNice Solutions. *
*****************************************/

/******** Fonts ********/
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Page Container */
.container {
    max-width: 1140px;
}

/* Content Container */
.content_container {
    position: relative;
}
/* Content Wrapper Container */
.logo{
	position: relative;
}
.top-contact {
    position: relative;
    font-family: 'Kanit', sans-serif;
}
.top-contact p {
    font: 13px/1 'Kanit', sans-serif;
    font-weight: 200;
    color: #fff;
}

/*.vertical.carousel .carousel-item {
    overflow: hidden;
}

.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
    transform: translateY(100%);
}

.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
    transform: translateY(-100%);
}

.vertical.carousel .carousel-indicators {
    top: 0;
    left: unset;

    margin-left: unset !important;
    margin-right: 1rem;

    flex-direction: column;
}

.vertical.carousel .carousel-indicators [data-bs-target] {
    height: 30px;
    width: 3px;
}

.vertical.carousel .carousel-control-prev,
.vertical.carousel .carousel-control-next {
    width: 100%;
    height: 60px;
}

.vertical.carousel .carousel-control-prev-icon,
.vertical.carousel .carousel-control-next-icon {
    transform: rotateZ(90deg);
}

.vertical.carousel .carousel-control-next {
    top: unset;
    bottom: 0;
}*/

.fa-stack[data-count] {
    cursor: pointer;
}
.fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: -5px;
    width: 15px;
    height: 15px;
    content: attr(data-count);
    font: 11px/14px 'Noto Sans SC', sans-serif !important;
    border-radius: 50%;
    text-align: center;
    font-weight: 700 !important;
    background: #fff;
    color: #000;
}

.header_container {
	position: relative;
    font-family: 'Kanit', sans-serif;
    z-index: 20;
}
.header_container p {
	font: 18px/1 'Kanit', sans-serif;
    color: #624827;
    font-weight: 300;
}
.header_menu {
    position: relative;
}
.header_container .btn-sm {
    font: 14px/1 'Kanit', sans-serif;
}

.header-about {
    position: relative;
}

#carouselCaptions {
    overflow: hidden;
}

.main_menu{
	width:100%;
	text-align: right;
	list-style:none;
	display:block;
}
.main_menu li{
	display:inline-block;
	border:1px solid #eb2031;
	vertical-align:top;
	margin:0 10px;
}
.main_menu li a{
	font:20.64px/32px 'supermarket';
	color:#fff;
	padding:0 5px;
}
.main_menu li:hover{
	background-color:#fde7e8;
	border:1px solid #000;
}
.main_menu li:hover a{
	color:#000;
}
#menu_active{
	background-color:#fde7e8;
	border:1px solid #000;
}
#menu_active a{
	color:#000;
}
.submenu{
	width:792px;
	position:absolute;
	top:91px;
	right:0;
	background-color:#000;
	background:url(../images/shape.png) left no-repeat,#000;
	background-position:0;
	z-index:9;
	list-style:none;
	display:block;
	box-sizing:border-box;
	padding-left:20px;
	text-align:center;

}
.submenu li{
	display:inline-block;
	border:0;
	margin:0 5px;
	position:relative;
}
.submenu li a{
	font:14.55px/34px 'supermarket';
	color:#fff;
}
.submenu li #submenu{
	width:120px;
	position:absolute;
	top:34px;
	left:-10px;
	opacity: 0;
	transition: visibility 0s, opacity 0.2s linear;
}
.submenu li:hover #submenu{
	opacity: 1;
}
.submenu li #submenu li{
	width:100%;
	background-color:#ff3333;
	margin:0;
	padding:0 10px;
	text-align:left;
	
}
.submenu li #submenu li a{
	color:#fff;
}

.nav-item .nav-link {
    font: 17.02px/1 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;
}
.nav-item .active {
    color: #fff !important;
    background-color: #ff914c !important;
}
.nav-item .dropdown-menu {
    background-color: #ffcc33;
}
.nav-item .dropdown-menu .dropdown-item {
    font: 17.02px/1 'Kanit', sans-serif;
    color: #624827;
    font-weight: 400;
}
.nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #CB953F;
    color: #000;
}
@media screen and (max-width:820px) {
    .navbar-nav {
        background-color: #666;
    }
}

.black-nav {
    z-index: 5;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-family: 'Kanit', sans-serif;
}
.black-nav .nav-link {
    font: 14px/1 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;
}

/* position dots in carousel */
.flickity-page-dots {
    bottom: 10px !important;
}

/* white circles */
.flickity-page-dots .dot {
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
    background: transparent !important;
    border: 2px solid white !important;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
    background: white !important;
}

.carousel-cell {
    width: 100%;
    margin-right: 10px;
}

/* Services */
.s-box {
    position: relative;
}
.s-box .img {
    position: relative;
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 50%;
    border: 5px solid #ccc;
}

/* Circle list */
.circle-list {
    position: relative;
}
.circle-list h1 {
    font: 29px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #3b1413;
}
.circle-list h2 {
    font: 14.96px/1.3 'Kanit', sans-serif;
    font-weight: 500;
    color: #d0a051;
    text-transform: uppercase;
}
.circle-list h3 {
    font: 15.55px/1 'Kanit', sans-serif;
    font-weight: 700;
    color: #3b1413;
}
.circle-list p {
    font: 15.03px/1.2 'Kanit', sans-serif;
    font-weight: 400;
    color: #3b1413;
}
.circle-list a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #e8645a;
    text-decoration: none;
}

/* NEWS Container */
.news-container {
    position: relative;
    z-index: 2;
    font-family: 'Kanit', sans-serif;
}
.news-container  h1 {
    font: 18px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #ff9900;
}
.news-container h3 {
    font: 12px/1 'Kanit', sans-serif;
    font-weight: 200;
    color: #e8645a;
}
.news-container h3 i {
    color: #ffd100;
}
.news-container p {
    font: 17px/1.2 'Kanit', sans-serif;
    font-weight: 300;
    color: #333;
}
.news-container a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #e8645a;
    text-decoration: none;
}

.all-link1 {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.all-link2 {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #e8645a;
    text-decoration: none;
}

.all-link1:hover,
.all-link2:hover {
    color: inherit;
}

/* Webboard */
.webboard-container {
    position: relative;
    background-color: #ececec;
}
.webboard-container .col {
    position: relative;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}
.webboard-container .col h3 {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 600;
    color: #000;
}
.webboard-container .col h4 {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #330000;
    text-align: center;
}
.webboard-container .col h5 {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.webboard-container h6 {
    font: 12px/1 'Kanit', sans-serif;
    font-weight: 500;
}
.webboard-container .col p,
.webboard-container p {
    font: 16px/1.3 'Kanit', sans-serif;
    font-weight: 300;
    color: #666;
}
.webboard-container .col li {
    font: 16px/1.3 'Kanit', sans-serif;
    font-weight: 300;
    color: #666;
    margin-bottom: 20px;
}
.webboard-container .col button {
    font: 16.16px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #fff;
    background-color: #4e9c74;
}

.green-addr {
    position: relative;
}
.green-addr h1 {
    font: 18.48px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #fff;
}
.green-addr p {
    font: 16px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #fff;
}
.green-addr p strong {
    font-weight: 400;
    color: #ff9900;
    text-transform: uppercase;
}

/* Lang */
.dd {
    width: 130px !important;
    position: absolute !important;
    top: 5px !important;
    right: 0 !important;
}
.ddlabel {
    font: 20px/20px 'kittithada_roman_55regular';
}

/* Slide */
.cart{
	position: relative;
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #000;
}
.btn-cart{
	width: 100%;
	height: auto;
	display: block;
	background-color: #fff;
	font: 12px/1 'Kanit', sans-serif;
    font-weight: 200;
	color: #eb2031;
	border: 1px solid #eb2031;
    padding: 5px;
}
/*.btn-cart1 i{
	width:22px;
	height:100%;
	float:left;
	background:url(../images/icn-btn1.png) left no-repeat,#ececec;
	border-right:1px solid #ccc;
	margin-right:5px;
}
.btn-cart2 i{
	width:22px;
	height:100%;
	float:left;
	background:url(../images/icn-btn2.png) left no-repeat,#ececec;
	background-size:80%;
	border-right:1px solid #ccc;
	margin-right:5px;
}*/
/* the slides */
.slick-slide {
    margin: 0 15px;
}
/* the parent */
.slick-list {
    margin: 0 -15px !important;
    overflow: visible !important;
}
.slick-slider {
    overflow: hidden !important;
}
.slider{
	width:100%;
	height:553px;
	position:relative;
	overflow:hidden;
}
/* Login*/
.login_container{
	padding:16px 0;
}
.login_container label{
	display:inline-block;
	font:13.43px 'MyriadPro-Regular';
	color:#212121;
	padding:0 25px;
	letter-spacing: 2px;
}
.login_container input[type="text"],
.login_container input[type="password"],
.login_container input[type="submit"]{
	display:inline-block;
}
.login_container input[type="text"],
.login_container input[type="password"]{
	height:32px;
	width:255px;
	border:1px solid #f8f8f8;
	background-color:#fff;
	color:#212121;
	margin-right:10px;
	padding:0 10px;
	box-sizing:border-box;
}
.login_container input[type="submit"],
.login_container button{
	width:150px;
	height:32px;
	background-color:#212121;
	text-align:center;
	font:9.4px 'MyriadPro-Regular';
	color:#fff;
	border:0;
	margin-left:10px;
	text-transform:uppercase;
	letter-spacing: 2px;
}
/* Member menu */
.member_menu_container {
	padding: 16px 0;
}
.member_menu{
	width: 55%;
	height:50px;
	float:right;
    background-color: #000;
    background: url(../images/shape2.png) left no-repeat,#000;
    background-position: 0;
    z-index: 9;
    list-style: none;
    display: block;
    box-sizing: border-box;
    padding-left: 20px;
    text-align: center;
}
.member_menu li{
	display:inline-block;
	text-align:left;
	height:50px;
}
.member_menu li a{
	text-decoration:none;
	font:20px 'kittithada_medium_65regular';
	color:#fff;
	line-height:50px;
	margin:0 10px;
}
.member_menu li a img{
	vertical-align:middle;
	margin-right:5px;
}
.member_name_show{
	width:45%;
	float:left;
	font:25px/22px 'kittithada_bold_75regular';
	color:#000;
}
.member_name_show p span{
	font:22px/22px 'kittithada_bold_75regular';
	color:#666;
}
.member_name_show img{
	width:50px;
	height:50px;
	vertical-align:middle;
	margin-right:10px;
}
/* social_container*/
.social_container .content_container{
	padding:15px 0;
	border-top:1px solid #f5f5f7;
}
.facebook_fanpage{
	width:430px;
	height:340px;
	float:left;
	vertical-align:top;
	background:url(../images/facebook.png) center no-repeat;
}
.youtube_block{
	width:585px;
	height:338px;
	float:right;
	display:inline-block;
	background:url(../images/video.png) center no-repeat;
	vertical-align:top;
}
/* Product */
.ui-carousel-next,
.ui-carousel-prev{
	width:25px;
	height:25px;
	cursor:pointer;
	position:absolute;
	top:0;
}
.ui-carousel-next{
	right:0;
	background:url(../images/btn-next.png) no-repeat center;
}
.ui-carousel-prev{
	right:34px;
	background:url(../images/btn-prev.png) no-repeat center;
}

/* position dots in carousel */
.flickity-page-dots {
    bottom: 10px !important;
}

/* white circles */
.flickity-page-dots .dot {
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
    background: transparent !important;
    border: 2px solid white !important;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
    background: white !important;
}

.header-style1 {
    font: 36px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #000;
}

.header-style2 {
    font: 23px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #000;
}

/*.header-style1::before {
    position: absolute;
    top: 0;
    right: -12px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 12px 0 0;
    border-color: #000000 transparent transparent transparent;
}
.header-style1::after {
    position: absolute;
    bottom: 0;
    right: -12px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 0 12px;
    border-color: transparent transparent transparent #000000;
}*/

.discount-ribbon {
    position: absolute;
    top: 1rem;
    left: 0;
    width: auto;
    height: 25px;
    background-color: #fb1731;
    z-index: 5;
}
.discount-ribbon h6 {
    font: 15px/25px 'Kanit', sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.discount-ribbon::before {
    position: absolute;
    top: 0;
    right: -8px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 8px 0 0;
    border-color: #fb1731 transparent transparent transparent;
}
.discount-ribbon::after {
    position: absolute;
    bottom: 0;
    right: -8px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 0 8px;
    border-color: transparent transparent transparent #fb1731;
}

.product_container .content_container{
	margin-bottom:7px;
}
.product_container h2{
	font:30px/30px 'supermarket';
	color:#ff3333;
	text-transform:uppercase;
	margin-bottom:0.4em;
}

.product-box {
    position: relative;
	width: 100%;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.product-box a {
	text-decoration: none !important;
}
.product-box .text{
	width:100%;
}
.product-box .text h3{
	font: 14px/1 'Kanit', sans-serif;
    font-weight: 200;
	color: #000;
	text-transform:uppercase;
	margin-bottom:0.3em;
}
.product-box .text p{
	font: 12px/1 'Kanit', sans-serif;
    font-weight: 200;
	color:#333;
}
.product-box .text h4{
	font: 14px/1 'kanit', sans-serif;
    font-weight: 500;
}
.product-box .text h4 span.span1{
	color:#ff1936;
}
.product-box .text h4 span.span2{
	text-decoration:line-through;
}
.product-box .btn-addtocart{
	display:block;
	margin:5px auto;
}
.product-box .content_date{
	background-color:#212121;
	font:20px/14px 'kittithada_medium_65regular';
	color:#fff;
}
.product-box .content_preview{
	font:18px/18px 'kittithada_roman_55regular';
	color:#333;
}
.btn-viewmore{
    position: absolute;
    top: 7px;
    right: 67px;
	display:block;
	text-decoration:none;
	font: 12px/1 'Kanit', sans-serif;
    font-weight: 300;
	color: #eb2031;
}
.p_block1{
	position: relative;
}
.p_block2{
    position: relative;
	font: 16px/1.3 'Kanit', sans-serif;
    font-weight: 300;
	color:#333;
}
.p_block2 h1{
	font: 18px/1 'Kanit', sans-serif;
	color:#000;
	margin-bottom:0.4em;
}
.p_block2 h2{
	font: 29px/1 'Kanit', sans-serif;
	color:#eb2031;
	margin-bottom:0.4em;
}
.p_block2 h3.product_price1{
	font: 22px/1 'Kanit', sans-serif;
	color:#e70013;
	margin:0;
}
.p_block2 h4.product_price2{
	font: 20px/1 'Kanit', sans-serif;
	color:#000;
	margin:0;
}
.p_block2 .product_price2 span{
	text-decoration:line-through;
}
.p_block2 input[type="text"]{
	display:inline-block;
	border:0;
	background-color:#ebebeb;
	color:#e70013;
	width:110px;
	height:28px;
	vertical-align:top;
	text-align:center;
	margin:0 10px;
}
.p_block2 .btn-addtocart{
	vertical-align:top;
}

/* Content */
.page-topic{
	font:24px/38px 'supermarket';
	color:#fff;
	padding:0 60px;
	margin-bottom:20px;
	display:inline-block; 
	background: linear-gradient(to right, #eb2031 24px,#eb2031 24px,#000000 24px,#000 88%,#000 100%); /* W3C */
}
/* About */
.about_container{
	font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
	color:#333;
}
.about_container h3{
	font:18px 'Kanit', sans-serif;
	color:#ff3333;
	margin-bottom:1em;
}
.about_container img {
	max-width: 100%;
    height: auto !important;
}
.sharebutton{
	float:right;
	vertical-align:top;
	
}

.accordion-header button {
    font: 27.42px/1 'Kanit', sans-serif !important;
    font-weight: 400 !important;
    color: #fff !important;
    background-color: #79a9e1 !important;
}
.accordion-body p {
    color: #000;
}
.accordion-table {
    position: relative;
}
.accordion-table thead {
    background-color: #8aced9;
}
.accordion-table thead th {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
.accordion-table tbody tr:nth-child(odd) td:first-child {
    background-color: #eee;
}
.accordion-table tbody tr:nth-child(even) td:first-child {
    background-color: #fff;
}
.accordion-table tbody tr td:last-child {
    text-align: center;
}
.accordion-table tbody tr:nth-child(odd) td:last-child {
    background-color: #f0ebdd;
}
.accordion-table tbody tr:nth-child(even) td:last-child {
    background-color: #fffaed;
}

/* Contact*/
.contact_container{
	position: relative;
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
	color:#333;
}
.contact_container .content_wrapper{
	width:100%;
	box-sizing:border-box;
	padding:20px;
	background-color:#fff;
	font:15px 'supermarket';
	color:#333;
}
.contact_container h3 {
	font: 22px 'Kanit', sans-serif;
	color:#333;
}
.contact_container li {
	font: 16px/1 'Kanit', sans-serif;
	color:#555;
}
.contact_container p{
	width:32%;
	display:inline-block;
	margin:0 5px;
}
.contact_container p label{
	display:block;
	font:22px/22px 'kittithada_roman_55regular';
	color:#333;
}
.contact_container p input[type="text"]{
	width:100%;
	height:48px;
	box-sizing:border-box;
	padding:0 10px;
	font:20px/48px 'kittithada_roman_55regular';
	color:#333;
}
.contact_container p textarea{
	width:100%;
	height:6em;
}
.contact_container input[type="submit"]{
	border:0;
	background-color:#eb2031;
	font:20px 'kittithada_roman_55regular';
	color:#333;
	padding:10px 15px;
	color:#fff;
	margin:10px 5px;
}

/* Payment*/
.paymeny_wrapper{
	width:566px;
	display:block;
	margin:0 auto;
	border:1px solid #b1b1b1;
	background-color:#f9f9fb;
	padding:52px 0;
}
.paymeny_wrapper table{
	width:80%;
	display:block;
	margin:0 auto;
}
.paymeny_wrapper table tr td p{
	width:100%;
	font:17.8px 'supermarket';
	color:#000;
}
.paymeny_wrapper table tr td:first-child{
	text-align:left;
	width:40%;
}
.paymeny_wrapper table tr td:last-child{
	text-align:left;
	width:60%;
}
.paymeny_wrapper input[type="text"],
.paymeny_wrapper select{
	width:100%;
	height:36px;
	background-color:#fff;
	border:1px solid #cecece;
	display:inline-block;
	margin:10px 0;
	box-sizing:border-box;
	padding:0 10px;
}
.paymeny_wrapper input[type="submit"]{
	display:block;
	margin:2em auto 0;
}
/* Branch*/
.branch_container{
	position: relative;
}
.branch_container .content_wrapper{
	background-color:#fff;
}

.branch_list {
	position:relative;
}
.branch_list h3 {
	font:20px/1 'Kanit', sans-serif;
    font-weight: 500;
	color:#ff3333;
}
.branch_list p {
	font: 15px/1.3 'Kanit', sans-serif;
    font-weight: 300;
	color:#333;
}
.branch_list .view-branch {
	position:absolute;
	top: 0;
	right: 0;
}
/* Article */
.page-title {
    background: rgb(121,169,225);
    background: -moz-linear-gradient(left,  rgba(121,169,225,1) 0%, rgba(121,169,225,1) 60%, rgba(134,197,219,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(121,169,225,1) 0%,rgba(121,169,225,1) 60%,rgba(134,197,219,1) 100%);
    background: linear-gradient(to right,  rgba(121,169,225,1) 0%,rgba(121,169,225,1) 60%,rgba(134,197,219,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79a9e1', endColorstr='#86c5db',GradientType=1 );
}
.page-title h1 {
    font: 39.98px/1 'Kanit', sans-serif !important;
    font-weight: 300 !important;
    color: #fff !important;
}

.article-contain{
	font-size:16px;
	font-family:'Kanit', sans-serif;
	line-height:1.4;
}
.article-contain hr {
	color: #b7e1e7 !important;
    border-top-width: 2px;
    opacity: 1;
}
.article-contain label {
	font-weight: 400;
}
.article-contain h1{
	font: 30px/1 'Kanit', sans-serif;
    font-weight: 300;
    color: #ff914d;
}
.article-contain h2{
	font: 18px/1 'Kanit', sans-serif;
    color: #333;
    font-weight: 500;
}
.article-contain h3 {
    font: 19px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #624827;
}
.article-contain h4{
	font-size: 18.57px;
    font-weight: 500;
    color: #3b1413;
}
.article-contain h5{
	font-size:17px;
    font-weight: 200;
}
.article-contain h6{
	font: 35px/1 '2005_iannnnnGMO';
}
.article-contain p,
.article-contain li {
	font: 16px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #333;        
}
/* Cart */
.cart_wrapper{
	width:692px;
	display:block;
	margin:0 auto;
	background:#fbfbfb;
	font:20px/20px 'kittithada_roman_55regular';
	color:#333;
}
.cart_wrapper table tr td{
	border:1px solid #ddd;
}
.cart_wrapper table tr td span{
	color:#ff3300;
}
.button-cart{
	width:692px;
	display:block;
	margin:30px auto;
	text-align:center;
}
.button-cart button{
	border:0;
	font:30px/38px 'kittithada_thin_35regular';
	color:#fff;
	padding:0px 10px;
	margin:0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: linear-gradient(to bottom, #c02f1c 50%,#c02f1c 50%,#a82515 80%,#a82515 50%,#a82515 50%); /* W3C */
}
/* Customer Details */
.customer_container{
	position: relative;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}
.customer_wrapper{
	position: relative;
}
.customer_form{
	position: relative;
}
.customer_form table{
	width:100%;
	border-spacing: 15px;
    border-collapse: separate;
}
.customer_form table tr td{
	width:50%;
}
.customer_form table tr td label{
	font:25.83px 'ThaiSansNeue_Regular';
	color:#000;
	display:block;
}
.customer_form table tr td label span{
	font:25.83px 'ThaiSansNeue-Bold';
	color:#000;
}
.customer_form table tr td input[type="text"]{
	width:100%;
	display:block;
	font:20px/25.83px 'ThaiSansNeue_Regular';
	color:#000;
	box-sizing:border-box;
	padding:4px 10px;
}
.customer_form table tr td input[type="submit"]{
	display:block;
	margin:0 auto;
	border:0;
	font:30px/38px 'kittithada_thin_35regular';
	color:#fff;
	padding:0px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: linear-gradient(to bottom, #c02f1c 50%,#c02f1c 50%,#a82515 80%,#a82515 50%,#a82515 50%); /* W3C */
}

.customer_order_details{
	position: relative;
}

.customer_order_details h1 {
	font: 16px/1 'Kanit', sans-serif;
    color: #ffcc00;
    background-color: #000;
}

.customer_order_details h3 {
	font: 14px/1 'Kanit', sans-serif;
    color: #000;
}

.customer_order_details p {
	font: 14px/1.5 'Kanit', sans-serif;
    color: #000;
    font-weight: 200;
}
.customer_order_details p span {
    color: #ff9900;
    font-weight: 400;
}

.customer_order_details table{
	width:100%;
}
.customer_order_details table tr td{
	width:50%;
    color: #000;
    font-family: 'Kanit', sans-serif;
    color: #000;
    font-weight: 200;
}
.customer_order_details table tr td .co-topic1{
	color:#000;
	text-align:center;
	font-weight: 400;
}
.customer_order_details .co-topic2{
	font: 22px/1 'Kanit', sans-serif;
	color:#fff;
	text-align:center;
	background-color:#eb2031;
}

.customer_order_details table tr td .co-topic4 span{
	color:#ff3300;
}
.customer_order_details table tr td .co-topic5{
	color:#666666;
}
.customer_order_details table tr td .co-topic5 span{
	color:#000;
	font-weight: 400;
}
.customer_order_details table tr td .co-topic6{
	color:#333;
	vertical-align:middle;
}
.customer_order_details table tr td .co-topic6 span{
	color:#00aeef;
}
.customer_order_details table tr td .co-topic7{
	color:#666666;
}
.customer_order_details table tr td .co-topic7 span{
	color:#52b848;
}
.customer_order_details table tr td table{
	color:#333;
	margin-bottom:1em;
}
.customer_order_details table tr td table tr:last-child td span{
	color:#339900;
}

.customer_order_details table.bank-details{
	
}
.customer_order_details table.bank-details tr td{
	width:auto;
	font: 14px/1 'Kanit', sans-serif;
	color:#666;
	text-align:center;
	vertical-align:middle;
}
.customer_order_details table.bank-details tr:first-child td{
	background-color:#fff;
	font: 16px/1 'Kanit', sans-serif;
	color:#ff3300;
}

.customer_policy {
	position: relative;
}
.customer_policy h3 {
	font: 17px/1 'Kanit', sans-serif;
    font-weight: 500;
	color: #eb2031;
}
.customer_order_details button{
	display:block;
	margin:20px auto 0;
	border:0;
	font:30px/38px 'kittithada_thin_35regular';
	color:#fff;
	padding:0px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: linear-gradient(to bottom, #c02f1c 50%,#c02f1c 50%,#a82515 80%,#a82515 50%,#a82515 50%); /* W3C */
}

/* Register */
.contact_container h3.regis_topic{
	display:block;
	text-align:center;
	border-bottom:1px solid #062642;
	margin-bottom:0.5em;
	font:30px 'kittithada_bold_75regular';
	line-height:1.5em;
	color:#000;
}
.regis_box_step1{
	width:100%;
	height:30em;
	border:10px solid #fff;
	overflow-y:scroll;
	box-sizing:border-box;
	padding:20px;
}
.regis_box_step1 p{
	display:block;
	width:auto;
	font:16px Tahoma;
	line-height:2em;
	color:#222;
}
.regis_box_step1 h3{
	font: bold 16px Tahoma;
	color:#eb2031;
	margin:0 0 0.5em;
}
.contact_container p.regis_accept_text{
	width:100%;
	text-align:center;
	font:25px 'kittithada_medium_65regular';
	line-height:1.5em;
	color:#000;
	display:block;
	margin:0.4em auto 0.2em;
}
.contact_container input[type="submit"].regis_submit_btn{
	border:0;
	background-color:#eb2031;
	color:#fff;
	font:25px 'kittithada_bold_75regular';
	line-height:1em;
	display:block;
	margin:0 auto;
}
/* Step2 */
.regis_box_form{
	display:inline-block;
	width:46%;
	margin:0 1% 1em;
	vertical-align:top;
}
.regis_box_form label{
	display:block;
	font:25px 'kittithada_roman_55regular';
	line-height:1em;
	color:#000;
}
.contact_container .regis_box_form select,
.contact_container .regis_box_form input[type="text"],
.contact_container .regis_box_form input[type="password"],
.contact_container .regis_box_form input[type="file"],
.contact_container .regis_box_form textarea{
	width:100%;
	height:auto;
	border:2px solid #e2e2e2;
	box-sizing:border-box;
	padding:5px;
	font:18px 'kittithada_roman_55regular';
}
.contact_container .regis_box_form input[type="file"]{
	margin-bottom:0.5em;
	border:0;
	font-size:16px;
}
.contact_container .regis_box_form textarea{
	width:100%;
	height:5.5em;
}
/*step3*/
.regis_box_step3{
	text-align:center;
}
.regis_box_step3 p{
	width:auto;
	display:block;
	font:25px 'kittithada_roman_55regular';
	line-height:1.5em;
	color:#000;
}
.regis_box_step3 p span{
	color:#FF0000;
}

/* Social Link */
.social-link {
    position: relative;
}
.social-link h1 {
    font: 19px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #333;
}
.social-link h1 span {
    color: #eb2031;
}

/* Footer */
.footer_bar{
	height:28px;
	background-color:#eb2031;
	font:19.5px/28px 'kittithada_roman_55regular';
	color:#fff;
	text-align:center;
}
.footer_bar p{
	margin:0;
	padding:0;
}
.footer_container{
	background: #f6f6f8;
}
.footer_container p {
	font: 15px/1 'Kanit', sans-serif;
    font-weight: 400;
	color: #624827;
}
.footer_box{
	position: relative;
}
.footer_box h3 {
	font: 13px/1 'Kanit', sans-serif;
    font-weight: 700;
    color: #d91c2a;
    margin-bottom: 20px;
}
.footer_box img.hr1{
	margin:4px 0;
	display:block;
}
.footer_container .box1 p {
    margin-bottom: 0;
}
.footer_container .box2 {
}
.footer_container .box3{
	
}
.footer_container .box4{
	
}
.footer_container .box5{
	
}
.footer_container ul{
	list-style:none;
	text-align:left;
    padding-left: 0;
}
.footer_container ul li{
	display:block;
}
.footer_container ul li a {
    font: 15px/1 'Kanit', sans-serif;
    font-weight: 400;
	text-decoration:none;
    color: #624827;
}

.footer {
    position: relative;
    background-color: #ff914d;
}
.footer p {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 200;
    color: #fff;
}
.footer a {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 200;
    color: #fff;
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

/* Simple Pager Nav */
ul.simplePagerNav{
    position: relative;
    z-index: 2;
    margin-top: 5px;
    text-align: center;
}
ul.simplePagerNav li{
    display:inline-block;
    padding: 3px;
    margin-bottom: 10px;
    font-family: georgia;
    width: 15px;
    text-align: center;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#fff;
	border:1px solid #e7e7e7;
	margin:0 2px;
	box-sizing: content-box;
}

ul.simplePagerNav li a{
    color: #00c9e0;
    text-decoration: none;
}

ul.simplePagerNav li.currentPage {
    background: #00c9e0;	
}

ul.simplePagerNav li.currentPage a {
	color: #fff;	
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background: #555;
    color: #fff;
    text-decoration: none;
}

.modal-content {
    font-family: 'Kanit', sans-serif;
}

/* Clearfix */
.clearfix {
    clear: both;
}
