@charset "utf-8";
@font-face {
    font-family: 'psl_toranong_proregular';
    src: url('../fonts/psl305pro-webfont.eot');
    src: url('../fonts/psl305pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/psl305pro-webfont.woff2') format('woff2'),
         url('../fonts/psl305pro-webfont.woff') format('woff'),
         url('../fonts/psl305pro-webfont.ttf') format('truetype'),
         url('../fonts/psl305pro-webfont.svg#psl_toranong_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'psl_toranong_probold';
    src: url('../fonts/psl307pro-webfont.eot');
    src: url('../fonts/psl307pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/psl307pro-webfont.woff2') format('woff2'),
         url('../fonts/psl307pro-webfont.woff') format('woff'),
         url('../fonts/psl307pro-webfont.ttf') format('truetype'),
         url('../fonts/psl307pro-webfont.svg#psl_toranong_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS Document */

body {
	color: #717174; 
	font-family: 'psl_toranong_proregular';
	font-size: 25px;
	line-height: 1.2;
}
p{
	margin-bottom: 0;
}
.head1{
	font-family: 'psl_toranong_probold';
	font-size: 70px;
	color: #ff6f61;
}
.head2{
	font-size: 28px;
}
.head3{
	font-family: 'psl_toranong_probold';
	font-size: 35px;
	color: #ff6f61;
}
.head4{
	font-family: 'psl_toranong_probold';
	font-size: 40px;
}
.normaltext{
	font-size: 25px;
}
.normaltext2{
	font-size: 28px;
}
.card-title{
	font-family: 'psl_toranong_probold';
}
.card-subtitle {
    font-family: 'psl_toranong_probold';
	margin-top: -0.75rem;
	margin-bottom: 1rem;
}
@media (max-width:414px){
	.head1{
	font-size: 45px;
}
	.head2{
	font-size: 25px;
}
	.normaltext{
	font-size: 20px;
}
	.normaltext2{
	font-size: 28px;
}
}
/*CI*/
.logo-efin {
	width: 30%;
    max-width: 159px;
    height: 84px;
    position: absolute;
    left: 30px;
	z-index: 9999;
}
.green-bar {
	width: 100%;
    height: 30px;
    background: #77bc1f;
	position: absolute;
	z-index: 999;
	top: 100;
}
@media (max-width:1024px){
	.logo-efin {
	top: 0;
}
	.green-bar {
	top: 0;
}
}
/*//CI*/

/*Video*/
.videowrap{
	margin: auto;
	padding-top: 0;
    padding-bottom: 2rem;
}
@media (max-width:768px){
	.videowrap{
     width: 100% !important;
}
}
@media (max-width:414px){
	.videowrap{
    top: 100px;
}
}
.video_responsive{
	width: 932px;
    height: 525px;
	display: block;
}
@media (max-width:1366px){
	.video_responsive{
	width: 825px;
	height: 395px;
}
}
@media (max-width:1024px){
	.video_responsive{
	width: 825px;
	height: 464px;
}
}
@media (max-width:768px){
	.video_responsive{
	width: 600px;
	height: 338px;
}
}
@media (max-width: 414px){
.video_responsive {
    width: 365px;
    height: 206px;
}
}
@media (max-width: 375px){
	.video_responsive{
	width: 320px;
	height: 180px;
}
}
@media (max-width: 320px){
.video_responsive {
    width: 290px;
    height: 163px;
}
}
a.Videowrap{
	color: #ff6f61;
	font-family: 'psl_toranong_probold';
}
/*//Video*/

/*form*/
.media-container-column {
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.form-inline .form-group {
    margin: 0 auto;
    padding: 1rem;
}
@media (min-width:1024px){
	.form-inline .form-group {
    margin: 0 auto;
    padding: 0.2rem;
}
}
.form-inline input {
    text-align: center;
	border-radius: 100px;
}
.form-inline select {
    text-align: center;
	border-radius: 100px;
	padding: 0 2.5rem;
	
}
.form-inline option{
}
select.form-control:not([size]):not([multiple]) {
    height: 2.8rem;
    margin: 0 auto;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
@media (max-width:414px){
	.form-inline .form-control {
    width: 220px;
}
}
.form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    color: #565656;
	min-height: 1em;
    padding: .5rem 1rem;
	font-size: 17px;
}
.form-control, .form-control:focus {
    border: 1px solid #e8e8e8;
}


.btn-primary, .btn-primary:active {
    background-color: #f99486 !important;
    border-color: #f99486 !important;
    color: #ffffff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active {
    color: #ffffff !important;
    background-color: #f5543d !important;
    border-color: #f5543d !important;
}
.btn {
	font-size: 20pt;
    font-style: normal;
    letter-spacing: 2px;
    margin: 0.8rem .8rem;
    white-space: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0.8rem 1.8rem;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.form-inline button {
  border-radius: 100px !important;
}
.buttons-wrap {
}
.pt-5, .py-5 {
    padding-top: 0 !important;
}
.mt-5, .my-5 {
    margin-top: 2rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 0rem !important;
}
/*//form*/

/*Dontmiss*/
.topic{
	padding: 1rem 2rem;
}
/*//Dontmiss*/

.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
	
/*AllCardLive*/
.card-img{
	text-align: center;
}
.card-box {
  padding-top: 2rem;
}
.card-wrapper {
	height: 100%;
	font-size: 23px;
	padding-bottom: 3rem;
}
@media (max-width:414px){
	.card-wrapper {
	padding: 0 2rem 3rem 2rem;
}
}
.media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
a.linktext{
	color: #ff6f61;
}
a.linktext:hover{
    color: #ff6f61;
    text-decoration: none;
}
li {
  margin-left: -20px;
}
	ul {
		list-style: none;
	}
ul li::before {
  content: "\2022";
  color: #ff6f61;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -20px;
}
/*//AllCardLive*/
/*Footer*/
.footer{
	text-align: center;
	color: #ffffff;
	background: #ff6f61;
	padding: 5rem 0;
	margin-top: 2rem;
}
/*//Footer*/

/*MarginWrap*/
.Videowrap{
	margin: 7rem auto;
}
.Dontmisswrap{
	margin: 3rem auto;
}
.Alllivewrap{
	margin: 7rem auto;
}
@media (max-width:414px){
	.Videowrap{
	margin: -1rem auto 5rem auto;
}
	.Dontmisswrap{
	margin: 5rem auto 0 auto;
}
	.Alllivewrap{
	margin: 5rem auto;
}
}
/*//MarginWrap*/
/*DownArrow*/


section {

  width: 100%;
  display: table;
}
section.ok{
 
}

.scroll-down:hover, .scroll-down:focus, .scroll-down.focus, .scroll-down.active {
    color: #ffffff !important;
    background-color: #f5543d !important;
    border-color: #f5543d !important;
}
.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}
.scroll-down {
    position: absolute;
    left: 70%;
	top: 730px;
    margin-left: -16px;
    display: inline-flex;
	font-size: 25pt;
	letter-spacing: 1px;
	padding: 0.5rem 2rem;
	background-color: #fe6f62;
    background-size: 14px auto;
    border-radius: 100px;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1);
}

 @media (max-width:1440px){
	.scroll-down{
		top: 530px;
		left: 68%;
	}
}
a.scroll-down{
	
	color: #ffffff;
}
a.scroll-down:hover{
    color: #ffffff;
    text-decoration: none;
}
/*.scroll-down:before {
	content: "ดูทันที";
	display: block;
	position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    
	transform: rotate(-45deg);
	width: 12px;
    height: 12px;
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}*/

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}