/* ==========================================================================
   #FONT
   ========================================================================== */

   @font-face {
    font-family: 'DB Helvethaica';
    src: url('font/DBHelvethaicaX-55Regular.woff2') format('woff2'),
        url('font/DBHelvethaicaX-55Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'DB Helvethaica';
  src: url('font/db_heavent_bd_v3.2-webfont.woff2') format('woff2'),
      url('font/db_heavent_bd_v3.2-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DB Helvethaica Bold';
  src: url('font/DBHeavent-Bold.woff2') format('woff2'),
      url('font/DBHeavent-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}





@font-face {
  font-family: 'TH SarabunPSK';
  src: url('font/THSarabunPSK.woff2') format('woff2'),
      url('font/THSarabunPSK.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}





  @font-face {
    font-family: 'Gotham';
    src: url('font/Gotham-Medium.woff2') format('woff2'),
        url('font/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }


  @font-face {
    font-family: 'Gotham Book';
    src: url('font/Gotham-Book.woff2') format('woff2'),
        url('font/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
  font-family: 'Gotham Bold';
  src: url('font/Gotham-Bold.woff2') format('woff2'),
      url('font/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


/* 
  

.font-robo {
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
}

.font-Kanit {
  font-family: "Kanit", "Arial", "Helvetica Neue", sans-serif;
} */


.font1{
  font-family: "DB Helvethaica";
}
.font2{
  font-family: "DB Helvethaica Bold";
}
/* ==========================================================================
   #GRID
   ========================================================================== */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-2 {
  width: -webkit-calc((100% - 30px) / 2);
  width: -moz-calc((100% - 30px) / 2);
  width: calc((100% - 30px) / 2);
}


.col-3 {
  width: -webkit-calc((100% - 30px) / 2);
  width: -moz-calc((100% - 30px) / 2);
  width: calc((100% - 30px) / 3);
}


/* .text-title {
  font-size: 1.6vw;
} */

.text-title>a {
  text-decoration: none;
  color: #ec2858;
}


.text-title>i{
color: #ec2858;
}
.text-title2 {
  font-size: 2vw;
}

.text-title3 {
  font-size: 1.6vw;
}
.text-price-old{
  font-size: 10px;
  color: #ff0000;
}
@media (max-width: 767px) {
  .col-2 {
    width: 100%;
  }

  .col-3 {
    width: 100%;
  }

  /* .text-title {
    font-size: 5vw;
  } */

  .text-title2 {
    font-size: 5vw;
  }

  .text-title3 {
    font-size: 5vw;
  }

}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li>ol,
li>ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

button {
  outline: none;
  background: none;
  border: none;
}

/* ==========================================================================
   #PAGE WRAPPER
   ========================================================================== */
.page-wrapper {
  min-height: 100vh;
}


  



body {
  font-family:"DB Helvethaica";
  /* font-weight: 400; */
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

/* ==========================================================================
   #BACKGROUND
   ========================================================================== */
.bg-blue {
  
}

.bg-red {
  background: #fa4251;
}

.bg-gra-01 {
  background: -webkit-gradient(linear, left bottom, left top, from(#fbc2eb), to(#a18cd1));
  background: -webkit-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
  background: -moz-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
  background: -o-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
  background: linear-gradient(to top, #fbc2eb 0%, #a18cd1 100%);
}
/* 
.bg-gra-02 {
  background-image: url('../images/Background_cottonday.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 18px solid #2ab745;
border-bottom: 18px solid #2ab745;



} */
/* 
.topright {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 250px;
  width: 250px;
  background: url("../images/flower1.png") no-repeat;
  text-indent: -999em;
  text-decoration: none;
  z-index: 999;
}  */


/* ==========================================================================
   #SPACING
   ========================================================================== */
.p-t-100 {
  padding-top: 100px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-t-130 {
  padding-top: 130px;
}

.p-t-180 {
  padding-top: 180px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.p-b-30 {
  padding-bottom: 30px;
}


.m-r-45 {
  margin-right: 45px;
}

.m-t--30 {
  margin-top: -30px;
}



/* ==========================================================================
   #WRAPPER
   ========================================================================== */
.wrapper {
  margin: 0 auto;
}
.text-word{
  font-size: 22px;
}

@media (max-width: 480px){
  h2 {
    font-size: 6vw;
    word-break: break-word;
  }

    h3 {
      font-size: 4.5vw;
      word-break: break-word;
    }
    .text-word{
      font-size: 5vw !important;
      word-break: break-word;

    }
    
  }


.alink a {
            text-decoration: none !important;
        }




.wrapper--w960 {
  max-width: 960px;
}

.wrapper--w780 {
  max-width: 780px;
}

.wrapper--w680 {
  max-width: 680px;
}
.page-wrapper-b1 {
//background-color: #104567;
//background-color: #95c847;
background-color: #27509B;
}
.page-wrapper-b2 {
background-color: #013475;
}


.page-wrapper {background-repeat: no-repeat; background-size:100%;background-position: bottom;  position: relative; color: #ffffff;}
.page-wrapper:after,
.page-wrapper:before {content:''; display: block; position: absolute;  z-index: 1;  }
/* .page-wrapper:after { width: 270px; height: 333px;background: url('../images/flower1.png') 100% 0 no-repeat; right: 0; top: 0; } */
/* .page-wrapper:before { width: 100%; height: 353px;background: url('https://file-center.eventpass.co/79871as56d4d654as6we5f4sd54fs5d4f6s465/get/1650432751704_eventpass_file_center_d54a98535f3d40db781048bff78810d745.png') 0 100% no-repeat;left: 0; bottom: 0; }*/
/* .page-wrapper .in {padding: 25px 0 34%; position: relative;}  */
/* .page-wrapper .in:after, */
/* .page-wrapper .in:before {content:''; display: block; position: absolute; left: 0; width: 100%; height: 24px; background-color: #33b54b;    } */
.page-wrapper .in:after {top: 0;}
.page-wrapper .in:before {bottom: 0;}


.wrapper .form_wrap {position: relative; z-index: 3;}
/* .wrapper .form_area {margin: 0 -20px; font-size: 0; border-bottom: 1px solid #005386;}
.wrapper .form_con {display: inline-block; width: calc(50% - 40px); vertical-align: top; margin: 20px;}
.wrapper .form_con:last-child {float: none; width: 100%; clear: both;}
.wrapper .form_con .label_box {font-size: 17px;  font-family: 'Gotham', 'YoonYGO530'; font-weight: 500; margin-bottom: 10px;}
.wrapper .form_con .label_box .sm_txt {font-size: 0.8em; font-family: 'YoonYGO530'; }
.wrapper .form_con .label_box .star {color: #f00;} */



/* ==========================================================================
   #BUTTON
   ========================================================================== */
.btn {
  display: inline-block;
  line-height: 50px;
  padding: 0 50px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  font-size: 22px;
  color: #005387cb;
  font-family: "DB Helvethaica Bold";
}

.btn--radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn--radius-2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn--pill {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.btn--green {
  background: #57b846;
}

.btn--green:hover {
  background: #4dae3c;
}

.btn--blue {
  background: #005387;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.btn--blue:hover {
  background: #005387cb;
}



.btn--yellow {
  background: #FCE500;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  
}

.btn--yellow:hover {
  background: #a09302;
}



/* ==========================================================================
   #DATE PICKER
   ========================================================================== */
td.active {
  background-color: #2c6ed5;
}

input[type="date"i] {
  /* padding: 14px; */
}

/* .table-condensed td,
.table-condensed th {
  font-size: 14px;
  font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
  font-weight: 400;
} */

.daterangepicker td {
  width: 40px;
  height: 30px;
}

.daterangepicker {
  border: none;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  display: none;
  border: 1px solid #e0e0e0;
  margin-top: 5px;
}

.daterangepicker::after,
.daterangepicker::before {
  display: none;
}

.daterangepicker thead tr th {
  padding: 10px 0;
}

/* .daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px;
  outline: none;
} */

/* ==========================================================================
   #FORM
   ========================================================================== */
input {
  outline: none;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* width: 100%; */
  font-size: 18px;
  font-family: inherit;
}

.input--style-4 {
  line-height: 50px;
  background: #fafafa;
  /* -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2); */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 18px;
  color: #666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}

.input--style-4::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666;
}

.input--style-4:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  opacity: 1;
}

.input--style-4::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  opacity: 1;
}

.input--style-4:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

.input--style-4:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

.input--style-4[readonly] {
  /* Microsoft Edge */
  color: #000000;
  background-color: rgb(170, 169, 169);
}


.input--style-5[readonly] {
  /* Microsoft Edge */
  color: #000000;
    background-color: rgb(222 222 222)  !important;
}


.text-ticket {
  line-height: 50px;
 
  padding: 0 20px;
  font-size: 16px;
  color: #666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}



.label {
  font-size: 22px;
  color: #ffffff;
  /* text-transform: capitalize; */
  display: block;
  margin-bottom: 5px;
  /* font-weight: 500; */
  /* font-weight: 700; */
  letter-spacing: 0.5px;
}

.radio-container {
  display: inline-block;
  position: relative;
  padding-left: 43px;
  cursor: pointer;
  font-size: 22px;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 20px;
}

.radio-container input {
  /* position: absolute; */
  opacity: 0;
  cursor: pointer;
}

.radio-container input:checked~.checkmark-radio {
  background-color: #e5e5e5;
}


.select{
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
}



.radio-container input:checked~.checkmark-radio:after {
  display: block;
}

.radio-container .checkmark-radio:after {
  /* top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #57b846; */

  top: 2px;
  left: 11px;
  box-sizing: border-box;
  width: 9px;
  height: 23px;
  transform: rotate(45deg);
  border-width: 4px;
  border-style: solid;
  border-color: #57b846;
  border-top: 0;
  border-left: 0;

}


.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 43px;
  cursor: pointer;
  font-size: 22px;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.checkbox-container input {
  /* position: absolute; */
  opacity: 0;
  cursor: pointer;
}


.checkbox-container input:checked~.checkmark-checkbox {
  background-color: #e5e5e5;
}

.checkbox-container input:checked~.checkmark-checkbox:after {
  display: block;
}

.checkbox-container .checkmark-checkbox:after {
  top: 2px;
  left: 11px;
  box-sizing: border-box;
  width: 9px;
  height: 23px;
  transform: rotate(45deg);
  border-width: 4px;
  border-style: solid;
  border-color: #57b846;
  border-top: 0;
  border-left: 0;

}





.checkmark-radio {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 20%;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}


.checkmark-checkbox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 20%;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}


.checkmark-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.input-group {
  position: relative;
  margin-bottom: 22px;
}

.input-group-icon {
  position: relative;
}

.input-icon {
  position: absolute;
  font-size: 22px;
  color: #999;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

/* ==========================================================================
   #SELECT2
   ========================================================================== */
.select--no-search .select2-search {
  display: none !important;
}

.rs-select2 .select2-container {
  width: 100% !important;
  outline: none;
  background: #fafafa;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.rs-select2 .select2-container .select2-selection--single {
  outline: none;
  border: none;
  height: 50px;
  background: transparent;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 0;
  color: #555;
  font-size: 16px;
  font-family: inherit;
  padding-left: 22px;
  padding-right: 50px;
}


.rs-select2 .select2-container .select2-selection--single .select2-selection__rendered option span {

  color: rgb(252, 0, 0);

}


.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after {
  font-family: "Material-Design-Iconic-Font";
  content: '\f2f9';
  font-size: 24px;
  color: #999;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


.rs-select2 option span {
  color: #ff0000;

}




.select2-container--open .select2-dropdown--below {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  margin-top: 5px;
  overflow: hidden;
}

.select2-container--default .select2-results__option {
  padding-left: 22px;
}

/* ==========================================================================
   #TITLE
   ========================================================================== */
.title {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 40px;
}

/* ==========================================================================
   #CARD
   ========================================================================== */
.card {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* background: #fff; */
}

.card-4 {
  /* background: #fff; */
  /* -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15); */
}

.card-4 .card-body {
  padding: 57px 65px;
  padding-bottom: 65px;
}

@media (max-width: 767px) {
  .card-4 .card-body {
    padding: 50px 40px;
  }
}


.timebid {
  font-size: 6vh;
  color: #9c9c9c;
}


.flipper {
  color: #333;
  display: block;
  font-size: 50px;
  line-height: 100%;
  padding: 20px 0;
  margin: 0 10%;
  height: 1.7em;
}
.flipper.flipper-invisible {
  font-size: 0px !important;
}

.flipper-group {
  position: relative;
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.flipper-group label {
  position: absolute;
  color: #fff;
  font-size: 20%;
  top: 100%;
  line-height: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  padding-top: .5em;
}

.flipper-digit {
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  height: 1.2em;
  overflow-y: hidden;
}
.flipper-digit span {
  font-size: 25%;
}

.flipper-delimiter {
  white-space: nowrap;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  color: #fff;
  min-width: .1em;
  white-space: nowrap;
  display: block;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  line-height: 1em;
}

.digit-face {
  display: block;
  visibility: hidden;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
}

.digit-next {
  display: block;
  position: relative;
  border-radius: 0.1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  height: 1.2em;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.digit-top {
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  background: #fff;
  padding-top: 0.1em;
  padding-bottom: 0;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform-origin: 0 0.6em 0 !important;
          transform-origin: 0 0.6em 0 !important;
  -webkit-transform-style: preserve-3d !important;
          transform-style: preserve-3d !important;
  z-index: 20;
}
.digit-top.r {
  transition: background 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear;
  transition: transform 0.2s linear, background 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  background: #cccccc;
}

.digit-top2 {
  visibility: hidden;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  background: #cccccc;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  line-height: 0em !important;
  top: 50% !important;
  bottom: auto !important;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0s linear, -webkit-transform 0s linear;
  transition: transform 0s linear, background 0s linear;
  transition: transform 0s linear, background 0s linear, -webkit-transform 0s linear;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d !important;
          transform-style: preserve-3d !important;
  -webkit-transform-origin: 0 0 0 !important;
          transform-origin: 0 0 0 !important;
  z-index: 20;
}
.digit-top2.r {
  visibility: visible;
  transition: background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s, background 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  background: #fff;
}

.digit-bottom {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  background: #fff;
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  line-height: 0em;
  padding-top: 0;
  padding-bottom: 0.1em;
  padding-left: 0.1em;
  padding-right: 0.1em;
  border-bottom-left-radius: 0.1em;
  border-bottom-right-radius: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: none;
}
.digit-bottom.r {
  transition: background 0.2s linear;
  background: #cccccc;
}

.flipper-digit:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #505050;
  top: 50%;
  display: block;
  z-index: 30;
  left: 0;
  right: 0;
}

.flipper-dark {
  color: #fff;
}
.flipper-dark .flipper-delimiter {
  color: #333;
}
.flipper-dark .digit-next {
  background: #727272;
}
.flipper-dark .digit-top {
  background: #727272;
}
.flipper-dark .digit-top.r {
  background: #727272;
}
.flipper-dark .digit-top2 {
  background: #727272;
}
.flipper-dark .digit-top2.r {
  background: #727272;
}
.flipper-dark .digit-bottom {
  background: #727272;
}

.flipper-dark-labels .flipper-group label {
  color: #ec2858;
}


.text_haed {

  margin-left: auto;
  margin-right: auto;
  display: table;

}

.text-content{
  font-size: 22px;
  width: 80%;
  margin: 0 auto;
}


.table{
  width: 100%;
}
.table > tbody > tr > .no-line {
  border-top: none;
}

.table > thead > tr > .no-line {
  border-bottom: none;
}

.table > tbody > tr > .thick-line {
  border-top: 2px solid;
}


.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  /* max-width: 600px; */
}

.uploader label {
  float: left;
  clear: both;
  width: 100%;
  padding: 1rem  1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  border: 3px solid #eee;
  transition: all .2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 28px;
}

.uploader label:hover {
  border-color: #454cad;
}

.uploader label.hover {
  border: 3px solid #454cad;
  box-shadow: inset 0 0 0 6px #eee;
}

.uploader label.hover #start i.fa {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.3;
}

.uploader #start {
  float: left;
  clear: both;
  width: 100%;
}

.uploader #start.hidden {
  display: none;
}

.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  transition: all .2s ease-in-out;
}

.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}

.uploader #response.hidden {
  display: none;
}

.uploader #response #messages {
  margin-bottom: .5rem;
}

.uploader #file-image {
  display: inline;
  margin: 0 auto .5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}

.uploader #file-image.hidden {
  display: none;
}

.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.uploader #notimage.hidden {
  display: none;
}

.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}

.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}

.uploader .progress[value]::-webkit-progress-value {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}

.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}

.uploader input[type="file"] {
  display: none;
}

.uploader div {
  margin: 0 0 .5rem 0;
  color: #5f6982;
}

.uploader .btns {
  display: inline-block;
  margin: .5rem .5rem 1rem .5rem;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: .2rem;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #d0d0d4;
  border-color: #d0d0d4;
  cursor: pointer;
}



.blog-card {
  display: flex;
  flex-direction: row;
  background: #fff;
  box-shadow: 0 0.1875rem 1.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
  overflow: hidden;
}

.card-link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}
.card-link:hover .post-title {
  transition: color 0.3s ease;
  color: #e04f62;
}
.card-link:hover .post-image {
  transition: opacity 0.3s ease;
  opacity: 0.9;
}

.post-image {
  transition: opacity 0.3s ease;
  display: block;
  width: 100%;
  object-fit: cover;
}

.article-details {
  padding: 1.5rem;
}

.post-category {
  /* display: inline-block;
  text-transform: uppercase; */
  font-size: 3vh;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2625rem;
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
  /* letter-spacing: 0.0625rem;
  margin: 0.75rem 0 0.75rem 0;
  padding: 0.75rem 0 1.25rem 0; */
  border-bottom: 0.0625rem solid #ebebeb;
}

.post-title {
  transition: color 0.3s ease;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #121212;
  font-weight: 700;
  margin-top: 0.75rem;
}

.post-author {
  font-size: 1.2rem;
  line-height: 1;
  padding-bottom: 10px;
  /* margin: 1.125rem 0px 1.125re 0px;
  padding: 1.125rem 0px 1.125re 0px; */
  border-bottom: 0.0625rem solid #ebebeb;
}
.post-description{
  margin-top: 0.75rem;
}
@media (max-width: 40rem) {


  .blog-card {
    flex-wrap: wrap;
  }
}
@supports (display: grid) {
  


  .post-image {
    height: 100%;
  }

  .blog-card {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
  }


  @media (max-width: 40rem) {
    .blog-card {
      grid-template-columns: auto;
      grid-template-rows: 12rem 1fr;
    }

 

    

  }
}



/* ==========================================================================
   #SELECT2
   ========================================================================== */

   .input_select {
    font-size: 16px;
    font-family: "Kanit", "Arial", "Helvetica Neue", sans-serif;
        height: 50px;
    right: 20px;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100% !important;
  outline: none;
  background: #fafafa;
  /* -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  }


.logopay{

height: 40px; width: auto;
}

.card-end{
  color: #ffffff;
  margin: 3% 10% 10% 10%;
  padding: 30px 4% 45px;
    background-color: #fff;
}

.card-end p{
  line-height: 1.5em;
}

.f-12{
  font-size: 12px;
}

.f-14{
  font-size: 14px;
}

.f-16{
  font-size: 16px;
}


.f-18{
  font-size: 18px;
}

.f-20{
  font-size: 20px;
}

.f-22{
  font-size: 22px;
}

.fvw-1-5{
  font-size: 1.5vw;
}


.fvw-2{
  font-size: 2vw;
}


.fvw-2-5{
  font-size: 2.5vw;
}

.line-end{
    margin: 0% 10%;
    border: none;
    border-top-color: #ffffff;
    border-top-style: solid;
    border-top-width: 3px;
   
}


@media only screen and (max-width: 600px) {


  

.f-12{
  font-size: 12px;
}

.f-14{
  font-size: 14px;
}

.f-16{
  font-size: 16px;
}


.f-18{
  font-size: 18px;
}

.f-20{
  font-size: 20px;
}

.f-22{
  font-size: 22px;
}

.fvw-1-5{
  font-size: 5vw;
}


.fvw-2{
  font-size: 6vw;
}


.fvw-2-5{
  font-size: 2.5vw;
}

.line-end{
    margin: 0% 10%;
    border: none;
    border-top-color: #ffffff;
    border-top-style: solid;
    border-top-width: 2px;
   
}



}