html{
	font-size:14px;
}
@font-face {
   font-family: 'Kanit-Light';
   src: url('fonts/Kanit-Light.eot');
   src: url('fonts/Kanit-Light.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-Light.woff') format('woff'),
      url('fonts/Kanit-Light.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'Kanit-Regular';
   src: url('fonts/Kanit-Regular.eot');
   src: url('fonts/Kanit-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-Regular.woff') format('woff'),
      url('fonts/Kanit-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'Kanit-Medium';
   src: url('fonts/Kanit-Medium.eot');
   src: url('fonts/Kanit-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-Medium.woff') format('woff'),
      url('fonts/Kanit-Medium.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

body{
   font-family: 'Kanit-Light';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	color: #003366;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

#nav-icon3{
	z-index: 56;
	width: 30px;
	height: 30px;
	position: relative;
    top: 0rem;
    right: 0;
	left: auto;
	margin:0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	box-shadow: none;
	background: none;
	border: none; 
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 2px;
	width: 33px;
    background: #003366;
    border-radius: 6px;
	opacity: 1;
	left: 0%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 0;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*#nav-icon3.open{
	top: -1.5rem;
    right: .0rem;
}*/
/*///////////Start-Header///////////////*/
.headerbar{
	width: 100%;
	color: #FFF;
	padding: 10px 0;
	background-image: -moz-linear-gradient( 0deg, rgb(0,51,102) 0%, rgb(51,106,177) 50%, rgb(0,51,102) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,51,102) 0%, rgb(51,106,177) 50%, rgb(0,51,102) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,51,102) 0%, rgb(51,106,177) 50%, rgb(0,51,102) 100%);
}
.headerbox ul{
	list-style: none;
	display: flex;
	align-items: center;
	color: #FFF;
}
.headerbox img{
	width: 20px;
	margin: 0 5px 0 0;
	filter: brightness(0) invert(1);
}
.headerbox  a{
	color: #FFF;
}
.language-box a{
	color: #FFF;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 1.3);
}
.language-box.mobileshow{text-align: right;}
.language-box img{
	width: 25px;
	margin-right: 5px;
	filter: brightness(0) invert(1);
}
.language-box .dropdown-menu{
	padding: 0;
	border: none;
	min-width: 7rem;
	background: #FFF;
	overflow: hidden;
	z-index: 1222;
	box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.language-box .dropdown-menu a{
	color: #003366;
	padding: 10px;
	display: block;
    overflow: inherit;
    line-height: normal;
    height: auto;
	text-align: center;
}
.language-box .dropdown-menu a:hover{
	color: #FFF;
	background: #003366;
}

.headbar-main{
    padding:.75rem 0;
	display: block;
    transition: all 0.6s;
	background-color: #FFF;
}
.slim.headbar-main{
	background: rgba(255,255,255,1);
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.hamburgers-box{
    width: 100%;
	height: 100%;
	padding: 0;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: 100%;
    text-align: left;
	color: #FFF;
    margin: 0 ;
	padding: 0;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 140px;
	transition: all 0.5s;
	margin: auto;
}

.navbar-collapse .navbar-brand{
	padding: 1rem ;
	margin: auto;
	text-align: center;
	display: block;
	width: 100%;
	background: #FFF;
}

.navbar-nav li{
	padding: 0;
	position: relative;
	transition: all 0.5s;
}
.navbar-nav li a{
	padding: 8px 30px;
	display: block;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s;
	color: #FFF;
	position: relative;
	text-transform: uppercase;
}
.navbar-nav li.active a, .navbar-nav a:hover{
	color: #d9ab4c;
	background: #FFF;
}
.navbar-nav li .dropdown-menu{
	padding: 0;
	border: none;
	border-radius: 0;
	background: #FFF;
	color: #003366;
	margin: 0;
}
.navbar-nav li .dropdown-menu a{
	padding: 5px 25px;
	color: #003366;
}
.navbar-nav li .dropdown-menu a.active,
.navbar-nav li .dropdown-menu a:hover{
	color: #FFF;
	background: #d9ab4c;
}
.social-header{
	text-align: center;
	padding: 0 30px;
	color: #FFF;
	margin: 2rem auto;
}
.social-header img{
	width: 35px;
	margin: auto;
	transition: all 0.8s;
	filter: brightness(0) invert(1);
}
.social-header img:hover{
	transform: scale(.95);
	filter: none;
}
.social-header ul{
	list-style: none;
	text-align: left;
	margin: .75rem auto;
	line-height: 2;
}
.social-header a:hover{
	color: #a52a2a;
	text-decoration: underline;
}
.social-header ul img{width: 22px;}
.social-header ul li a{padding: 0;}

.menu-mobile{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1231;
	background: #FFF;
	padding: .5rem 0;
	box-shadow: 0 -2px 15px rgba(0,0,0,0.15);
}
.menu-mobile .col-3{
	text-align: center;
}
.menu-mobile p{margin:.5rem 0 0;}
.menu-mobile img{
	width: 25px;
	filter: invert(15%) sepia(29%) saturate(4120%) hue-rotate(190deg) brightness(97%) contrast(104%);
}
.menu-mobile .col-3.active a,
.menu-mobile a:hover{color: #d9ab4c;}
.menu-mobile .col-3.active img,
.menu-mobile .col-3:hover img{filter: invert(88%) sepia(86%) saturate(2033%) hue-rotate(317deg) brightness(91%) contrast(86%);}


.products-search{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.products-search img{
	width: 30px;
}
.cartbox{position: relative;}
.cartbox img{
	width: 30px;
	filter: invert(16%) sepia(58%) saturate(2132%) hue-rotate(190deg) brightness(89%) contrast(104%);
}
.cartbox span{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #FFF;
	background: #F00;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
	
	position: absolute;
	right: 1rem;
	top: -.5rem;
	z-index: 1;
	font-size: .8rem;
}
.products-search .form-control{
	padding: 0;
	color: #adadad;
	border: none;
}
.products-search .form-control:focus{
	outline: none;
	box-shadow: none;
	border: none;
}
.products-search form.d-flex{
	border:1px solid #adadad;
	padding: 5px 5px 5px 15px;
	border-radius: 5px;
}
.searchbtn{
	padding: 0;
	box-shadow: none;
	border: none;
	border-radius: 0;
	background: none;
}
.products-search .searchbtn img{
	width: 20px;
	filter: invert(75%) sepia(13%) saturate(9%) hue-rotate(10deg) brightness(92%) contrast(85%);
}

.searchproducts {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.searchproducts .dropdown-menu{
	padding: 0;
	margin: 0;
	border-radius: 10px;
	background: #FFF;
	min-width: 19rem;
	overflow: hidden;
	box-shadow: 0 2px 14px rgba(0,0,0,0.15);
}
.searchproducts .fa-angle-down{margin-left: 8px;}
.searchproducts img{margin-right: 8px;filter: invert(15%) sepia(29%) saturate(4120%) hue-rotate(190deg) brightness(97%) contrast(104%);}
.searchproducts .dropdown-menu a{
	padding: 8px 13px;
	text-align: left;
	display: block;
}
.searchproducts .dropdown-menu a:hover{
	background: #003366;
	color: #FFF;
}


/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide .carousel-item{
	position: relative;
}
#carouselmainSlide .carousel-item img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#carouselmainSlide .carousel-control-next, 
#carouselmainSlide .carousel-control-prev{z-index: 5;}

#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
	z-index: 4;
}
#carouselmainSlide .carousel-indicators button{
	width: 10px;
	height: 10px;
	margin: 0 3px;
	opacity: 1;
	border-radius: 50%;
	border: none;
	background: rgb(159 200 253) 30%;
}
#carouselmainSlide .carousel-indicators button.active{
	background: rgb(51, 106, 177) 100%;
}

/*///////////End-mainSlide///////////////*/
/*banner*/
#carouselmainSlide .banner-captions{
	text-align: center;
	width: 100%;
	margin: auto;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 50%;
	/*transform: translate(0,-50%);*/
	color: #FFF;
	padding: 0 7%;
	letter-spacing: 2px;
	font-size: 1rem;
}
#carouselmainSlide .banner-captions h1{
	font-size: 40px;
	margin-bottom: 0;
}

.banner-captions{
    position: absolute;
    width: 100%;
    color: #FFF;
    /*text-transform: uppercase;*/
    text-shadow: 0px 1px 0.98px rgba(0, 0, 0, 0.49);
}
/*
caption1  == บนซ้าย
caption2  == บนกลาง
caption3  == บนขวา
caption4  == กลางซ้าย
caption5  == กลาง
caption6  == กลางขวา
caption7  == ล่างซ้าย
caption8  == ล่างกลาง
caption9  == ล่างขวา
*/
/*.caption1{left: 2rem; bottom: 2rem;}
.caption2{bottom: 2rem;text-align: center;}
.caption3{top: 1rem;left: 2rem;}
.caption4{right: 2rem;top: 4rem;text-align: right;}
.caption5{right: 2rem;bottom: 2rem;text-align: right;}
.caption7{
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
}*/
.caption1{left: 2rem;top: 2rem;}
.caption2{top: 2rem;text-align: center;}
.caption3{top: 2rem;text-align: right; right: 2rem;}
.caption4{left: 2rem; top: 35%;}
.caption5{
    text-align: center;
    top: 35%;
    transform: translate(0,-50%);
}
.caption6{
	right: 2rem;
	top: 35%;
	text-align: right;
}
.caption7{left: 2rem; bottom: 2rem;}
.caption8{bottom: 2rem;text-align: center;}
.caption9{bottom: 2rem;text-align: right; right: 2rem;}

/*///////////Start-Content///////////////*/
.content-box{
	padding: 10% 0;
	background-size: cover !important;
}
.content-box.abouthome{
	background: url("../images/bg-about1.png") top right repeat-y;
	background-size: 100% !important;
	
}
.img-box{
	text-align: center;
	overflow: hidden;
}

.img-box img{
	max-width: 100%;
	transition: all 0.5s;
}

.title-box {
	text-align: center;
	margin-bottom: 2rem;
}
.title-box h1{
	font-size: 27px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}
.title-box p{margin: 0;}
.title-box h2{
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Kanit-Regular';
}

.content-box.contentgray{
	background: #f0f0f0;
}
.icon-redtagline {
	color: #9e0b0f;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	font-family: 'Kanit-Medium';
	margin-bottom: 2rem;
}
.icon-redtagline h1{
	font-size: 1.25rem;
	margin-bottom: 0;
}
.icon-redtagline p{
	margin: 0;
}
.icon-redtagline img{
	width: 50px;
	margin-right: 10px;
	transition: all 0.5s;
	filter: invert(9%) sepia(62%) saturate(6004%) hue-rotate(351deg) brightness(108%) contrast(101%);
}
.icon-redtagline:hover img{transform: scale(.95);}

.topbanner-products{text-align: center;margin: 2rem auto;}
.topbanner-products img{
	width: 100%;
}
.products-box{
	margin-bottom: 2rem;
	padding: 0 0 .2rem;
	border: 1px solid #dfdfdf;
	border-radius: 10px;
	transition: all 0.5s;
}
.products-box .img-box{
	border-radius: 10px 10px 0 0;
	height: 170px;
	overflow: hidden;
	display: flex;
  align-items: center;
  justify-content: center;
}
.products-box .img-box img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.products-box:hover{box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}
.products-box:hover img{transform: scale(1.05);}
.textdetail-products{
	padding: 1rem .5rem .5rem;
	position: relative;
}
.textdetail-products a.qdtext{
	padding: 4px 8px;
	color: #FFF;
	background: #a8a8a8;
	font-family: 'Kanit-Medium';
	border-radius: 5px;
	cursor: pointer;
	font-size: .9rem;
}
.textdetail-products a.qdtext:hover{
	background: #003466;
}
.textdetail-products p{margin: 0;}
.textdetail-products ul{list-style: none;}
.textdetail-products ul li{margin-bottom: 4px;}
.textdetail-products ul li:first-child{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 3);
}
.textdetail-products ul li.discount-price{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.textdetail-products h1 span{
	color: #FFF;
	background: #9e0b0f;
	border-radius: 5px;
	padding: 2px;
	margin-right: 5px;
	display: inline-block;
}
.textdetail-products h1{
	font-size: 1.1rem;
	margin:6px 0;
	font-family: 'Kanit-Medium';
	
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 2.2);
}
.textdetail-products h2{
	font-size: 1.1rem;
	color: #9e0b0f;
	margin: 0 7px 0 0;
	font-family: 'Kanit-Medium';
}
.textdetail-products ul p{
	color: #9e0b0f;
	font-family: 'Kanit-Regular';
}
.popupdetail-products{
	z-index: 3;
	color: #FFF;
	background: #003466;
	padding: 1rem;
	border-radius: 10px;
	margin: 0;
	border: none;
	box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 420px;
	min-width: 18rem;
}
.textdetail-products .popupdetail-products ul li:first-child{
    -webkit-line-clamp: inherit;
    overflow: none;
    line-height: normal;
    height: auto;
}
.textdetail-products .popupdetail-products::-webkit-scrollbar{display: none;}
.textdetail-products .popupdetail-products .fa-angles-right{font-size: 10px;margin-right: 10px;}
.textdetail-products .popupdetail-products .fa-circle{font-size: 8px;}
.textdetail-products .popupdetail-products h1{
	font-size: 1.4rem;
	margin: 0 0 1rem;
	color: #FFF;
	font-family: 'Kanit-Medium';
    -webkit-line-clamp: inherit;
    overflow: none;
    line-height: 1;
    height: auto;
}
.textdetail-products .popupdetail-products p{margin: 0;}
.textdetail-products .popupdetail-products ul{
	list-style: none;
	margin: 1rem auto;
	padding-left: 1rem;
}
.textdetail-products .popupdetail-products h2{
	font-size: 1.3rem;
	margin: 0;
	color: #FFF;
	font-family: 'Kanit-Regular';
    -webkit-line-clamp: inherit;
    overflow: none;
    line-height: 1;
    height: auto;
}
.textdetail-products a.qdtext:hover > .popupdetail-products{display: block;}
.addtocart{
	padding: 6px;
	text-align: center;
	color: #9e0b0f;
	border: 1px solid #9e0b0f;
	background: #FFF;
	transition: all 0.5s;
	border-radius: 5px;
	width: 90%;
	margin: 1rem 0 0;
}
.addtocart img{
	width: 23px;
	margin-right: 10px;
	transition: all 0.5s;
	filter: invert(9%) sepia(78%) saturate(5182%) hue-rotate(341deg) brightness(98%) contrast(122%);
}
.addtocart a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.addtocart:focus,
.addtocart:hover,
.addtocart:active{
	background: #9e0b0f;
	color: #FFF;
}
.addtocart:focus img,
.addtocart:active img,
.addtocart:hover img{
	filter: brightness(0) invert(1);
}
/* Shutter Out Vertical */
.addtocart.hvr-shutter-out-vertical {
  background: #FFF;
}
.addtocart.hvr-shutter-out-vertical:before {
  background: #9e0b0f;
}

.tabs-categoryproducts .nav-pills {
	justify-content: flex-start;
}
.tabs-categoryproducts .nav-pills li{
	width: auto;
	margin: 0 10px;
}
.tabs-categoryproducts .nav-pills li a{
	color: #bfbfbf;
	display: block;
	align-items: center;
	padding: 5px 8px;
	border-radius: 3px;
}
.tabs-categoryproducts .nav-pills li a.active,
.tabs-categoryproducts .nav-pills li a:hover{
	color: #FFF;
	background-image: -moz-linear-gradient( 1deg, rgb(51,106,177) 0%, rgb(0,51,102) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(51,106,177) 0%, rgb(0,51,102) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(51,106,177) 0%, rgb(0,51,102) 100%); 
}
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #9e0b0f;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.readmore-btn{
	padding: 6px;
	text-align: center;
	color: #FFF;
	border: 1px solid #9e0b0f;
	transition: all 0.5s;
	border-radius: 5px;
	width: 230px;
	margin: 1rem auto 0;
	overflow: hidden;
}
.readmore-btn img{
	width: 23px;
	margin-left: 10px;
	transition: all 0.5s;
	filter: brightness(0) invert(1);
}
.readmore-btn:hover{background: #FFF;color: #9e0b0f;}
.readmore-btn:hover img{
	transform: translateX(10px);
	filter: invert(9%) sepia(78%) saturate(5182%) hue-rotate(341deg) brightness(98%) contrast(122%);
}
.readmore-btn a{
	display: flex;
	align-items: center;
	justify-content: center;
}



.address-box{
	margin-bottom: 2rem;
	color: #333333;
}
.address-box img{
	width: 25px;
	margin-right: 10px;
	filter: invert(12%) sepia(42%) saturate(5354%) hue-rotate(197deg) brightness(90%) contrast(101%);
}
.address-box h1{
	color: #003366;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.address-box ul{
	list-style: none;
}
.address-box ul li{
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
}
.mapbox{
	width: 100%;
	overflow: hidden;
	aspect-ratio:4/2;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}
.messagebox{margin: 2rem auto;}
.messagebox h1{
	font-size: 1.5rem;
	margin-bottom: 1rem;
	text-align: left;
	color: #003366;
	font-family: 'Kanit-Medium';
}

.detail-form{margin-bottom: 1rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #264382;
	font-size: 1.4rem;
	vertical-align: middle;
}
.detail-form span, .detail-form p.red-text, .control-label span{
	color: #F00;
	display: initial;
}
.detail-form p{margin-bottom: 5px;}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background:#FFF;
	border: 1px solid #0066ff;
    width: 100%;
	color: #000;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #000;
}
.form-text::placeholder{color: #d8d8d8;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 230px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #003366;
    color: #FFF;
    background: #003366;
    margin:.5rem 0;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 5px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #FFF;
	color: #003366;
	transform: scale(.98);
}

.banner-otherpage{
	padding: 5% 0 10%;
	background: url("../contactus/images/banner-contactus.png") center center no-repeat;
	background-attachment: fixed !important;
	background-size: cover !important;
}
.banner-otherpage .title-box{margin-top: 3rem;}
.hispage ul{
	list-style: none;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.hispage ul li{
	width: auto;
	margin: 0 5px 0 0;
}
.hispage ul li a{padding: 0 5px;}


.banner-ourproducts{
	position: relative;
	overflow: hidden;
}
.banner-ourproducts img{
	width: 100%;
}
.banner-ourproducts .hispage{
	padding-left: 1rem;
}
.category-listmenu {
	background-image: -moz-linear-gradient( 1deg, rgb(51,106,177) 0%, rgb(0,51,102) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(51,106,177) 0%, rgb(0,51,102) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(51,106,177) 0%, rgb(0,51,102) 100%);
	color: #FFF;
	padding: 10px 0 ;
}

.slideproductscategory {padding: 0 5%;}
.slideproductscategory .slick-track{
	align-items: center;
	display: flex;
	justify-content: center;
}
.slideproductscategory .slick-prev{
	left: 0;
	background: url("../ourproducts/images/down-arrow.png") center center no-repeat;
	background-size: 100% !important;
	width: 15px;
	height: 15px;
	filter: brightness(0) invert(1);
}
.slideproductscategory .slick-next{
	right: 0;
	background: url( "../ourproducts/images/down-right.png") center center no-repeat;
	background-size: 100% !important;
	width: 15px;
	height: 15px;
	filter: brightness(0) invert(1);
}
.slideproductscategory .slick-prev:before, .slideproductscategory .slick-next:before{display: none;}
.slideproductscategory .slick-slide{
	padding: 5px;
	margin: auto;
	width: auto !important;
}
.textcategory{
	text-align: center ;
	font-size: .8rem;
}
.textcategory a{padding: 8px;}
.slideproductscategory.nav-pills .textcategory a.active,
.slideproductscategory.nav-pills .textcategory a:hover{color: #e3b31f;}
/***************************/

.slide-products .slider-for{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.slide-products .slick-prev{
	transform: rotate(90deg) translate(0,50%);
	left: 50%;
    top: 0;
}
.slide-products .slick-prev:before{
	color: #000;
	font-size: 25px;
}

.slide-products .slick-next{
	transform: rotate(90deg) translate(0,-50%);
	right: 50%;
    top: auto;
	bottom: 0;
}
.slide-products .slick-next:before{
	color: #000;
	font-size: 25px;
}

.slide-products .slider-for .slick-slide{aspect-ratio: 3/3;}
.slide-products .slider-nav .slick-slide{
	aspect-ratio:4/3;
	margin: 7px 0 10px;
}
.slide-products .slider-nav{padding: 1rem 0;}
.slide-products .slider-nav img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio:4/3;
	cursor: pointer;
}
.slide-products .slider-for img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 3/3;
}

.vdo-presents {
  width: 100%;
  border-radius: 10px;
  margin: 2rem auto;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 3/2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.vdo-presents iframe {
  width: 100%;
  height: 100%;
}

/***************************/
.number-input {
    display: inline-flex;
    overflow: hidden;
    color: #181818;
	
	padding: 2px;
    text-align: center;
    border: 1px solid #9e0b0f;
    background: #FFF;
    border-radius: 5px;
    margin: 1rem .5rem 0 0;
	
}
.number-input .minus-bt {
    color: #181818;
}
.number-input .plus-bt {
    color: #181818;
}
.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.number-input input[type=number] {
    max-width: 65px;
    padding: 5px;
    border: none;
    border-width: 0 2px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #000;
    background: none;
}
.quantity[type="number"]::-webkit-inner-spin-button,
.quantity[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity[type="number"]:focus{
    outline: none;
    border: none;
    box-shadow: none;
}

.tagred{
	color: #FFF;
	text-align: center;
	padding: 8px;
	background: #9e0b0f;
	border-radius: 7px;
	width: 155px;
	margin-bottom: .75rem;
}
.text-products h3{
	color: #9e0b0f;
	font-size: 1.3rem;
	margin-bottom: .75rem;
}
.text-products h2{
	font-size: 1.6rem;
	margin: 0;
	font-family: 'Kanit-Regular';
}
.text-products h1{
	font-size: 2rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.text-products p{margin: 0 5px;}
.text-products ul{
	list-style: none;
}
.text-products2 ul{
	list-style: inherit;
	padding-left:30px;
}
.text-products ul li{margin-bottom: .75rem;}
.text-products ul li.discount-price{
	display: flex;
	align-items: center;
	color: #9e0b0f;
	font-family: 'Kanit-Regular';
}
.text-products ul li.addtocart-set{
	display: flex;
	align-items: center;
}
.addtocart-set .addtocart{width: 165px;margin-left: 1rem;}
.text-products  ul h2{
	font-size: 1.6rem;
	margin: 0;
}
.imgpro {
	text-align: center;
	overflow: hidden;
	aspect-ratio:2/2;
}
.imgpro img{
	width: 100%;
	transition: all 0.5s;
}

.slideproduct{margin: 2rem auto;}
.slideproduct .slider-nav{padding: 15px 10px;}
.slideproduct .slider-nav .slick-list{
	overflow: hidden;
	padding: 0 !important;
}
.slideproduct .slick-next::before,
.slideproduct .slick-prev::before{display: none;}
.slideproduct .slick-prev{
	width: 20px;
	height: 20px;
	background: url("../ourproducts/images/down-arrow.png") center center no-repeat;
	background-size: 100% !important;
	transform: rotate(90deg) translate(0,0%);
	left: 40%;
	top: 0;
	z-index: 1;
}
.slideproduct .slick-next{
	width: 20px;
	height: 20px;
	background: url("../ourproducts/images/down-right.png") center center no-repeat;
	background-size: 100% !important;
	transform: rotate(90deg) translate(0,-50%);
	right: 50%;
	top: auto;
	bottom: 0;
	z-index: 1;
}

.openmore-product{
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	border: none;
	background: none;
	text-align: left;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
	
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	color: #003366;
}

.text-products ul li span{font-family: 'Kanit-Medium';}
.text-products .fa-circle{font-size: 12px;margin-right: 5px;}
#collapseMoreproduct .card-body{border: none;border-radius: 0;}

.banner-otherpage.howtobuypage{
	background: url("../howtobuyandplay/images/banner-tobuy.png") center center no-repeat;
}
.icon-step{
	padding: 3rem 1rem 2rem;
	border-radius: 10px;
	border: 1px solid transparent;
	background: #FFF;
	position: relative;
	
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
	color: #333333 ;
}
.textred-center{text-align: center;margin: auto;}
.textred-center h1{
	font-size: 1.4rem;
	margin: 0;
	color: #9e0b0f;
	font-family: 'Kanit-Medium';
}
.icon-step.redbox{border-color: #9e0b0f;}
.icon-step.bluebox{border-color: #003366;}
.icon-step h1{
	font-size: 1.1rem;
	margin: 0;
	font-family: 'Kanit-Medium';
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem* 1.3* 6);
}
.icon-step span{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	width: 60px;
	height: 60px;
	margin: auto;
	position: absolute;
	top: -2rem;
	color: #FFF;
	font-family: 'Kanit-Medium';
	font-weight: bolder;
	border-radius: 50%;
	font-size: 2rem;
	transition: all 0.6s;
}
.icon-step:hover span{transform: scale(.95);}
.icon-step.redbox span{
	background: #9e0b0f;
}
.icon-step.bluebox span{
	background: #003366;
}

.howtobuypage .col-6{margin-bottom: 4rem;}
.creditcard{margin-bottom: 3rem;}
.creditcard h1{
	font-size: 1.4rem;
	margin-bottom: 2rem;
	font-family: 'Kanit-Medium';
}
.creditcard img{max-width: 100%;}

.textpolicy{
	margin-bottom: 2rem;
	color: #333333;
}
.textpolicy h1{
	color: #003366;
	font-size: 1.3rem;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
}
.textpolicy h2{
	font-size: 1.1rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Regular';
}
.textpolicy h3{
	font-size: 1rem;
	margin-bottom: .3rem;
	font-family: 'Kanit-Regular';
	padding-left: 3%;
}
.textpolicy p{
	text-indent: 3%;
	margin-bottom: 1rem;
}
.textpolicy .fa-circle{
	font-size: 12px;
	margin-right: 5px;
}
.textpolicy ul{
	list-style: none;
	padding-left: 3%;
	margin: 1rem auto;
}
.textpolicy ul li{margin-bottom: .5rem;}


.content-box.cartpage{overflow-x: hidden;}
.banner-otherpage.cartpage{
	background: url("../cart/images/banner-cart.png") center center no-repeat;
}

.boxcart-texttable{
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #dedede;
}
.intable-productcart{
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.closebtn{
	border: none;
	box-shadow: none;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	color: #9e0b0f;
}
.closebtn:hover, .edit-set:hover{color: #000;}
.edit-set{
	border: none;
	box-shadow: none;
	background: none;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	color: #9e0b0f;
}
.edit-set .fa-pen-to-square,
.closebtn .fa-circle-xmark{font-size: 1.2rem;}
.textboxcart-products h1{
	font-size: 1.1rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.textboxcart-products p{margin: 0;}
.textboxcart-products ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 1rem auto;
}
.textboxcart-products ul li p{
	font-size: .9rem;
}

.forentgreen{color: forestgreen;}
.darkred{color: darkred;}

.textboxcart-products h3{
	color: #9e0b0f;
	font-size: 1.3rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.textboxcart-products h2 span{
	color: #9b9b9b;
	text-decoration: line-through;
	font-family: 'Kanit-Light';
}
.textboxcart-products h3 span{
	/*color: #9b9b9b;*/
	font-family: 'Kanit-Light';
	font-size: 1rem;
}
.textboxcart-products h2{
	margin-bottom: .75rem;
	font-size: 1.3rem;
	font-family: 'Kanit-Regular';
}
.textboxcart-products h4{
	margin-bottom: .75rem;
	font-size: 1rem;
	font-family: 'Kanit-Regular';
}

.textboxcart-products .number-input input[type=number]{max-width: 35px;}
.textboxcart-products .number-input {
	margin: 0 10px;
}


.detail-listbox {
    width: 100%;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.detail-listbox h1{
    font-size: 1rem;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'NotoSansThai-Medium', 'NotoSans-Medium';
    border-bottom: 1px solid #003366;   
}
.detail-listbox p{
    margin: 15px auto;
    font-family: 'NotoSansThai-Medium', 'NotoSans-Medium';
}
.detail-listbox ul{
    list-style: none;
    margin: 15px auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #003366;   
}
.detail-listbox table td{
    text-align: right;
    padding: 7px;
}
.detail-listbox table tr:last-child td{padding-top: 30px;}
.detail-listbox table tr td span{
    font-size: 20px;
    font-family: 'NotoSansThai-Medium', 'NotoSans-Medium';
    text-decoration: underline;
}
.form-code{
    width: auto;
    padding: 4px 15px;
	border-radius: 10px;
    border: 1px solid #003366;
}
.form-code:focus{outline: none;}
.showprice-detail table{
    min-width: inherit;
}
.showprice-detail table td{text-align: right;}
.add-address {
    border-radius: 20px;
    margin-bottom: 2rem;
    padding: 2rem;
    background: #fff;
    border: 1px solid #003366;
}
.add-address .form-text{border: 1px solid #eee;}
.add-address .form-text:focus{border-color:#003366;}
.add-address h1{
    font-size: 1rem;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: 'NotoSansThai-Medium', 'NotoSans-Medium';
    border-bottom: 1px solid #003366;       
}
.detail-address{margin-bottom: 15px;}
.detail-address p{margin-bottom: 5px;}
.form-address{
    width: 100%;
    padding: 4px 8px;
    border: 1px solid #003366;    
}
.form-address:focus{outline: none;}
.form-address::placeholder{color: #B2B2B2;}
.add-address.addvat h1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.add-address.addvat .radiochoose{margin-bottom: 0;}
.add-address.addvat .checkmark{top: -5px;}

/* The container */
.radiochoose {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radiochoose input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border-radius: 50%;
    border: 1px solid #797979;
}

/* When the radio button is checked, add a blue background */
.radiochoose input:checked ~ .checkmark {
	background-color: #F5F5F5;
	border-color: #003366;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiochoose input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiochoose .checkmark:after {
 	top: 50%;
	left: 50%;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #003366;
    transform: translate(-50%,-50%);
}

.choose-address{
    width: 100%;
	display: block;
    color: #FFF;
    text-align: center;
    margin: 1rem auto;
    padding: 10px;
    border-radius: 27px;
    font-family: 'NotoSansThai-Regular', 'NotoSans-Regular';
	border: 1px solid #003366;
    transition: all 0.5s;
    background-color: #003366;
}
.choose-address:hover{
    background: #FFF;
    color: #003366;
}


.backbtn{
	width: 200px;
	margin: 1rem auto;
}
.backbtn a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.backbtn a .fa-circle-chevron-left{
	font-size: 1.4rem;
	margin-right: 10px;
	transition: all 0.5s;
}



.add-address.addvat h1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.add-address.addvat .radiochoose{margin-bottom: 0;}
.add-address.addvat .checkmark{top: -5px;}

/* The container */
.radiochoose {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radiochoose input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border-radius: 50%;
    border: 1px solid #797979;
}

/* When the radio button is checked, add a blue background */
.radiochoose input:checked ~ .checkmark {
	background-color: #FFF;
	border-color: #003366;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiochoose input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiochoose .checkmark:after {
 	top: 50%;
	left: 50%;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #003366;
    transform: translate(-50%,-50%);
}

.choose-address{
    width: 100%;
	display: block;
    color: #FFF;
    text-align: center;
    margin: 1rem auto;
    padding: 10px;
    border-radius: 27px;
    font-family: 'NotoSansThai-Regular', 'NotoSans-Regular';
	border: 1px solid #003366;
    transition: all 0.5s;
    background-color: #003366;
}
.choose-address:hover{
    background: #FFF;
    color: #003366;
}


.detail-listproduct h1{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-align: left;
}
/* .detail-listproduct h1{
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1;
} */
.detail-listproduct ul{
    list-style: none;
    margin-top: 1rem;
}
.detail-listproduct ul li{padding: 5px 0;}



/*===========paysuccess============*/

.carttext-success{
	text-align: center;
	margin: 2rem auto;
}
.carttext-success img{width: 150px;}
.carttext-success ul{
	justify-content: space-between;
	align-items: center;
	display: flex;
	color: #7d7d7d;
	margin-top: 3rem;
	list-style: none;
}
.carttext-success h1{
	font-size: 2rem;
	color: #003366;
	margin: 2rem auto 1rem; 
	 font-family: 'NotoSansThai-Bold', 'NotoSans-Bold';
}
.carttext-success h2{
	font-size: 1.7rem;
	margin-bottom: 0;
	 font-family: 'NotoSansThai-Bold', 'NotoSans-Bold';
}
.carttext-success span{
	font-size: 1.3rem;
	color: forestgreen;
	font-family: 'NotoSansThai-Medium', 'NotoSans-Medium';
}
.carttext-success p{margin: 0;}

/*===========paysuccess============*/



/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1rem;
    text-align: center;
}
.pagelist{
 text-align: center;
 padding:5px;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: auto;
}
.pagelist li{
	display:inline-block;
	font-size:18px;
	cursor:pointer;
	padding: 0.1rem 0rem;
	margin: 0.2rem;
	border:1px solid #ffffff;
	border-radius: 5px;
	background: #fff;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
 color:#d4d4d4;
}
.pagelist li a{
	color:#777;
	display:block;
	padding:0px 12px;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:18px;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
    
	transition: all 0.4s;
}
.pagelist li a:hover{
    color: #2348b8 ;
	transition: all 0.4s;
}
.pagelist li.active a {
    color: #2348b8;
}

/********************/
 
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#000;/*rgba(0,0,0,0.9);*/
  transition: 1s 0.4s;
}
 
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
/*///////////End-Content///////////////*/

/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    color: #003366 ;
    z-index: 1234;
    display: block;
    font-size: 1rem;	
	background:#FFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
.policy-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.policy-box ul li{padding: 0 10px;}
.policy-box p{
	font-size: 1.1rem !important; 
	margin-bottom: 0;
}
.policy-box a{text-decoration: underline;}
.policy-box a:hover{text-decoration: none;}
.policy-box .btn-policy{
    width: 150px;
    padding: 8px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    margin: .5rem auto;
	display: flex;
    align-items: center;
	border: 1px solid #003366;
    justify-content: center;
	border-radius: 5px;
	background:#003366;
	text-transform: uppercase;
}
.btn-policy:hover{
	transform: scale(.96);
	background:#FFF;
    color: #003366;
}


/*///////////End-Policy///////////////*/

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: url("../images/bg-banner.png") left bottom no-repeat;
	background-size: cover !important;
}
.footer ul{list-style: none;}
.footer h1{
	font-size: 1.3rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.footer p{margin-bottom: 0rem;}
.footer a:hover{text-decoration: underline;color: #d9ab4c;}

.footer ul li{padding-bottom: 8px;}
.address-footer {margin-bottom: 2rem;}
.copyright-box{
	text-align: center;
	margin-top: 8%;
	padding: 5% 3% 0;
	border-top: 1px solid #FFF;
}
.copyright-box a{font-family: 'Kanit-Light';}

.menu-footer, 
.contact-footer{
	margin-bottom: 2rem;
}

.contact-footer ul img{margin-right: 5px;width: 30px;}
.contact-footer ul{margin: 1rem auto 0;}
.contact-footer a{position: relative;}
.contact-footer img.visaimg{
	filter: none;
	width: auto;
	margin-bottom: 1rem;
	max-width: 100%;
}
.contact-footer img{
	width: 35px;
	margin: auto;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.contact-footer img:hover{
	transform: scale(.95);
}
.text-right{text-align: right;}
.text-left{text-align: left;}

/*///////////End-Footer///////////////*/

@media (min-width: 320px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
		background: #003366;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
		transition: all .8s;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse::-webkit-scrollbar{width: 0;}
	.navbar-collapse.in{
		left: 0;
		transition: all .8s;
	}
	.navbar-collapse.show{
		display:block;
		left: 0;
		transition: all .8s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		transition: all .8s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all .8s !important;
	}
	.navbar-expand-lg.-collapse {
		width:100%;
		transition: all .8s;
	}
}



.text-red{
	color: #9e0b0f;
}







