body{
  margin: 0;
}


.i_con_t{
  max-width: 47px;
  float: left;
  margin-right: 10px;
}
.txt_top{
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  float: left;
  margin-top: 4px;
  padding-right: 13px;
}




.div_box{
  /* width: 1600px; */
}
#header_bar{
  background: url(../img/bar.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* min-height: 125px; */
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
}
#header_bar_m{
  display: none;
}
.img_bar{
  width: 100%;
}
.img_logo{
  position: relative;
  top: 8px;
  left: 52px;
  max-width: 355px;
  width: 100%;
}
.img_line_top{
  position: absolute;
  max-width: 44px;
  top: 5px;
  left: 960px;
}
.txt_line_top{
  position: absolute;
  top: 9px;
  left: 1008px;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}
.img_fb_top{
  position: absolute;
  max-width: 44px;
  top: 6px;
  left: 1155px;
}
.txt_fb_top{
  position: absolute;
  left: 1208px;
  top: 8px;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}

#btn-black{
  border-radius: 1px;
  font-size: 20px;
  font-family: 'Kanit', sans-serif;
  color: #000;
}
#btn-white{
  border-radius: 1px;
  font-size: 20px;
  font-family: 'Kanit', sans-serif;
  color: #FFFFFF;
}
.btn_groups_l {
    text-align: left;
    margin-top: 12px;
}
.btn_groups_r {
    text-align: right;
    margin-top: -48px;
}
.hl-text-dark{
  background: #1f1f1f;
  padding: 0px 8px;
  font-size: 16px;
  color: #ffb507;
  font-weight: 300;
  border-radius: 3px;
}
/* ------ MENU --------*/
#menu_bar{
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  font-family: 'Kanit', sans-serif;
}
.link_active{
  color: #e20000 !important;
  font-weight: 400;
}
/* Menu Bar Responsive */
/*Everything else*/
header {
    top:0;
    width:100%;
    background:#c41d23;
}
#logo {
  position: relative;
  line-height: 60px;
  top: 18px;
  z-index: 555;
}

nav #menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: #212121;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
nav #menu ul {
    margin: 0;
    -webkit-transform: translateY(15vh);
    transform: translateY(15vh);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
nav ul li {
    list-style: none;
    display: block;
    margin: 0;
}
nav #menu ul li a:hover {
    color: #c41d23;
}
nav #menu ul li a {
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px;
  font-size: 22px;
  line-height: 40px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: 'Kanit', sans-serif;
}
#toggle {
  width: 60px;
  height: 40px;
  position: relative;
  top: 0px;
  right: 0px;
  background: #e0a800;
  border-radius: 3px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  cursor: pointer;
  z-index: 555;
}
#toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 35px;
    background: #333;
    border-radius: 25px;
    opacity: 1;
    left: 50%;
    margin-left: -17px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#toggle span:nth-child(1) {
    top: 10px;
}
#toggle span:nth-child(2),
#toggle span:nth-child(3) {
    top: 19px;
}
#toggle span:nth-child(4) {
    top: 28px;
}
#toggle.open span:nth-child(1) {
    top: 29px;
    width: 0%;
    left: 50%;
    margin: 0;
}
#toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#toggle.open span:nth-child(4) {
    top: 29px;
    width: 0%;
    left: 50%;
    margin: 0;
}
body.active nav #menu {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
body.active nav #menu ul {
    -webkit-transform: translateY(1
      0vh);
    transform: translateY(10vh);
}
#extra {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.call_us,.email_us {
    position: relative;
    bottom: 25px;
}
.call_us {
    left: 25px;
}
.email_us {
    right: 25px;
}
.call_us a,.email_us a {
    display: block;
    padding: 9px;
    position: relative;
    background: #960000;
    font-weight: 200;
    letter-spacing: .9px;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
}
.catalog_i{
  font-size: 14px !important;
  font-weight: 200 !important;
  color: #000000 !important;
  line-height: 25px !important;
  background: #d6d6d6;
  padding: 3px 6px !important;
  border-radius: 3px;
  margin: 2px;
  width: 88%;
}


/*Page Style*/
.left {float: left;}
.right {float: right;}
.padAll {padding: 25px;}
.alignCenter {text-align:center;}
.clear::after{clear:both;content:"";display:table;}
#content_area {background:#E3F2FD;margin-top:115px;height:500px;}

/* Menu Bar Responsive */


footer{
  background: url(../img/bar_footer.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  text-align: center;
  color: #000;
  bottom: 0;
}
.text_f{
  margin: 0;
  padding: 9px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}
.bg_f{
  background: #CC1725;
  position: relative;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 14px;
}
.img_logo_f {
    top: 8px;
    left: 52px;
    max-width: 255px;
    width: 100%;
}
.center_f{
  text-align: center;
}
.txt_f_1{
  font-family: 'Kanit', sans-serif;
  font-size: 28px;
  padding: 9px;
  color: #FFF;
}
.txt_f_2{
  font-family: 'Kanit', sans-serif;
  font-size: 22px;
  padding: 9px;
  color: #FFF;
}
.txt_f_3{
  font-size: 26px;
  padding: 3px;
  color: #FFF;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  font-style: italic;
  margin-top: -24px;
}
.img_ads{
  width: 100%;
  margin-bottom: 30px;
}
.p_20{
  padding-top: 20px;
  padding-bottom: 20px;
}
.p_40{
  padding-top: 40px;
  padding-bottom: 40px;
}
.color_bg{
  background: linear-gradient(black, #1d1d1d, black);
}
.img_box{
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.h3_box{
  font-family: 'Prompt', sans-serif;
  font-size: 22px;
  color: #FFF;
  text-align: center;
  margin: 12px 0px;
  min-height: 30px;
}
.p_box{
  font-family: 'Prompt', sans-serif;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  font-weight: 200;
  line-height: 22px;
}
.img_box_bt{
  width: 100%;
  max-width: 140px;
}
.center_box{
  text-align: center;
  margin-bottom: 40px;
}
.a_link_box{
  color: #FFF;
}
.a_link_box:active, .a_link_box:focus, .a_link_box:hover{
  color: #CCC;
}
#link_d{
  background: linear-gradient(to right, #e02c3a,#ab000d,#d82f3c,#a50612);
  /*     background: linear-gradient(to right, #edc54a,#a87d2f,#fef898,#d6ac41); */
  padding: 10px;
  width: 100%;
  text-align: center;
  font-family: 'Prompt', sans-serif;
  font-size: 28px;
  margin-bottom: 30px;
  color: #FFF;
}
#link_d:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: linear-gradient(to right, #b3b3b3,#ffffff,#e2e2e2,#808080);
  color: #CC1725;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.p_40_top {
  padding-top: 60px;
  padding-bottom: 40px;
}
.top_title{
  font-family: 'Prompt', sans-serif;
  color: #FFF;
  font-weight: 500;
  font-size: 61px;
  margin: 10px 0;
}
.top_p_title{
  font-family: 'Prompt', sans-serif;
  color: #FFF;
  font-weight: 300;
  font-size: 20px;
  margin: 10px 0;
  word-wrap: break-word;
  line-height: 34px;
}

#return-to-top {
  position: fixed;
  bottom: 21px;
  right: 93px;
  z-index: 9;
  background: rgb(0, 0, 0);
  background: rgb(171, 11, 23);
  width: 64px;
  height: 64px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 20px;
    top: 19px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.img_recipes{
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img_recipes_bt {
  width: 100%;
  max-width: 160px;
  padding-top: 15px;
}
.p_40_formula {
    padding-top: 80px;
    padding-bottom: 0px;
}
.p_20_formula {
    padding-top: 126px;
    padding-bottom: 0px;
}
.formula_title{
  font-family: 'Prompt', sans-serif;
  font-size: 42px;
  color: #FFF;
  text-align: center;
  margin: 12px 0px;
  min-height: 30px;
}
.formula_p{
  font-family: 'Prompt', sans-serif;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  margin: 12px 0px;
  min-height: 30px;
  font-weight: 200;
}
.p_40_formula_b {
    padding-bottom: 30px;
}
.bt_center{
  text-align: center;
}
.ct_title{
  font-family: 'Prompt', sans-serif;
  font-size: 42px;
  color: #FFF;
  text-align: center;
  margin: 12px 0px;
  min-height: 30px;
}
.ct_title_2{
  font-size: 60px;
  color: #FFF;
  text-align: center;
  margin: 12px 0px;
  min-height: 30px;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}
.ct_title_3{
  font-family: 'Prompt', sans-serif;
  font-size: 32px;
  color: #FFF;
  text-align: center;
  margin: 12px 0px;
  min-height: 30px;
}
figure.snip0001 {
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
figure.snip0001 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0001 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0001 > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip0001 > div::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-image: linear-gradient(45deg, #000000 0%, transparent 40%, #0000006b);
}
figure.snip0001 i {
  display: inline-block;
  font-size: 30px;
  color: #ffffff;
  padding: 6px 16px;
  position: absolute;
  bottom: 2px;
  left: -2px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.05s linear;
  transition: 0.05s linear;
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
}
figure.snip0001 .curl {
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(225deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all .4s ease;
}
figure.snip0001 .curl:before,
figure.snip0001 .curl:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 12%;
  bottom: 6%;
  width: 70%;
  max-width: 300px;
  max-height: 100px;
  height: 55%;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
  transform: skew(-10deg) rotate(-6deg);
}
figure.snip0001 .curl:after {
  left: auto;
  right: 6%;
  bottom: auto;
  top: 14%;
  transform: skew(-15deg) rotate(-84deg);
}
figure.snip0001 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0001:hover > div::before,
figure.snip0001.hover > div::before {
  opacity: 1;
}
figure.snip0001:hover i,
figure.snip0001.hover i {
  opacity: 1;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.snip0001:hover .curl,
figure.snip0001.hover .curl {
  width: 90px;
  height: 90px;
}
.ct_p {
    font-family: 'Prompt', sans-serif;
    font-size: 20px;
    color: #FFF;
    margin: 12px 0px;
    min-height: 30px;
    font-weight: 200;
    text-indent: 0em !important;
}
.ct_box{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: linear-gradient(to right, #b3b3b3,#ffffff,#e2e2e2,#808080);
  color: #CC1725;
  padding: 18px;
  font-family: 'Prompt', sans-serif;
  text-align: center;
  font-size: 24px;
}
.ct_label{
  font-family: 'Prompt', sans-serif;
  font-size: 30px;
  color: #FFF;
  margin: 0px;
  min-height: 30px;
  font-weight: 200;
}
.ct_from{
  padding-top: 40px;
}
.ct_box_bt {
    width: 100%;
    max-width: 330px;
}
.ct_submit{
  text-align: -webkit-center;
  margin-top: 40px;
}
.icon_menu{
  max-width: 24px;
  margin-right: 10px;
}
.dt_title {
  font-family: 'Prompt', sans-serif;
  font-size: 23px;
  letter-spacing: 10px;
  font-weight: 200;
  color: #FFF;
  text-align: center;
  margin: 12px 0px;
  min-height: 30px;
}
.dt_title_2 {
    font-size: 50px;
    color: #FFF;
    text-align: center;
    margin: 12px 0px;
    min-height: 30px;
    font-weight: 600;
    font-family: 'Prompt', sans-serif;
}
.dt_title_3 {
  font-family: 'Prompt', sans-serif;
  font-size: 15px;
  color: #FFC107;
  text-align: center;
  margin: 12px 0px;
  min-height: 30px;
  font-weight: 300;
}
.dt_img{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  max-width: 500px;
  width: 100%;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/loading.gif) center no-repeat #000;
}
.box_picc{
  background: #1a1a1a;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.06), 0 2px 5px 0 rgba(0,0,0,.02);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.06), 0 2px 5px 0 rgba(0,0,0,.02);
  padding: 0px 0px 18px 0px;
  text-align: -webkit-center;
  cursor: pointer;
  margin-bottom: 11px;
}
.box_picc:hover{
  background: #333333;
}

.box_top{
  background: #1a1a1a;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.06), 0 2px 5px 0 rgba(0,0,0,.02);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.06), 0 2px 5px 0 rgba(0,0,0,.02);
  padding: 30px 15px;
  text-align: -webkit-center;
  cursor: pointer;
  margin-bottom: 11px;
}
.box_top:hover{
  background: #333333;
}
.box_top_title{
  font-family: 'Prompt', sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #ffd868;
}
.box_top_p{
  font-family: 'Prompt', sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #ffffff;
}
.box_top_icon{
  max-width: 120px;
  background: #ffd868;
  padding: 6px;
  border-radius: 2px;
  width: 100%;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
iframe {
  border: none;
  /* top: 0;
  right: 0;
  bottom: 0;
  left: 0; */
  max-width: 100%;
}
.a-link{
  color: #333333;
  text-decoration: none;
}
.a-link:hover{
  color: #FFBE00;
  text-decoration: inherit;
}

.a-login{
  background: #FFC107;
  color: #000 !important;
  font-weight: 500;
}
.a-login:hover{
  background: #e82e24 !important;
  color: #fff !important;
  font-weight: 500;
}
.div-m-f{
  position: fixed;
  bottom: 78px;
  left: 0;
  width: 100%;
  text-align: -webkit-center;
}
.register-m{
    border-radius: 1px;
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    color: #FFFFFF;
    background: #2196f3;
    padding: 8px 16px;
    width: 100%;
}
.login-m{
    border-radius: 1px;
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    color: #000000;
    background: #ff9800;
    padding: 8px 16px;
    width: 100%;
}
.board-m{
  border-radius: 1px;
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  font-weight: 200;
  color: #ffffff;
  background: #408601;
  padding: 3px 16px;
  width: 100%;
  margin-bottom: 5px;
}
.div-user-r{
  width: 49.5%;
  display: flex;
  padding-right: 25px;
}
.div-user-l{
  width: 49.5%;
  display: flex;
  padding-left: 25px;
}
.div-user-board{
  width: 100%;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
}
.profile_text{
    font-family: 'Prompt', sans-serif;
    font-size: 30px;
    color: #ca0000;
    margin: 0px;
    min-height: 30px;
    background: #ffffff;
    font-weight: 200;
    border-radius: 4px;
    padding: 0 13px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: linear-gradient(to right, #b3b3b3,#ffffff,#e2e2e2,#808080);
}
.chat{
  position: fixed;
  max-width: 150px;
  left: 96px;
  bottom: 19px;
}

@media (max-width:1140px) {
  .row {
  	margin-left: -15px;
  	margin-right: -10px !important;
  }
  .chat-room{
    display: none;
  }
  .btn_groups_l {
      text-align: left;
      margin-top: -8px;
  }
  #btn-black {
      border-radius: 1px;
      font-size: 14px;
      font-family: 'Kanit', sans-serif;
      color: #000;
  }
  #btn-white {
      border-radius: 1px;
      font-size: 14px;
      font-family: 'Kanit', sans-serif;
      color: #FFFFFF;
  }
  .btn_groups_r {
      text-align: right;
      margin-top: -37px;
  }
  .panel-title {
        font-size: 16px !important;
    }
  .img_logo {
    position: relative;
    top: -15px;
    left: 0px;
    max-width: 230px;
    width: 100%;
  }
  .carousel {
    margin-top: 0px !important;
  }
  #header_bar{
    display: none;
  }
  #header_bar_m{
    display: inline-block;;
  }
  .carousel-indicators {
      bottom: -13px !important;
  }
  .carousel-indicators .active {
      width: 32px !important;
      height: 6px !important;
  }
  .carousel-indicators li {
      width: 6px !important;
      height: 6px !important;
  }
  .h3_box{
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    margin: 6px 0px;
    min-height: 30px;
  }
  .p_box{
    font-family: 'Prompt', sans-serif;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    font-weight: 200;
    line-height: 14px;
    min-height: 30px;
  }
  .img_box_bt{
    width: 100%;
    max-width: 90px;
  }
  .p_40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .img_logo_f {
      top: 8px;
      left: 52px;
      max-width: 200px;
      width: 100%;
  }
  .txt_f_1 {
      font-family: 'Kanit', sans-serif;
      font-size: 20px;
      padding: 9px;
      line-height: 24px;
      color: #FFF;
    }
  .txt_f_2 {
      font-family: 'Kanit', sans-serif;
      font-size: 18px;
      padding: 9px;
      color: #FFF;
    }
    .txt_f_3 {
      font-size: 14px;
      padding: 3px;
      color: #FFF;
      font-weight: 300;
      font-family: 'Oswald', sans-serif;
      font-style: italic;
      line-height: 35px;
      margin-top: -24px;
    }
    #link_d{
      background: linear-gradient(to right, #e02c3a,#ab000d,#d82f3c,#a50612);
      padding: 5px;
      width: 100%;
      text-align: center;
      font-family: 'Prompt', sans-serif;
      font-size: 18px;
      margin-bottom: 20px;
      color: #FFF;
    }
    #link_d:hover{
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      background: linear-gradient(to right, #b3b3b3,#ffffff,#e2e2e2,#808080);
      color: #CC1725;
    }
    .center_box {
        text-align: center;
        margin-bottom: 20px;
    }
    .top_title{
      font-family: 'Prompt', sans-serif;
      color: #FFF;
      font-weight: 500;
      font-size: 40px;
      margin: 10px 0;
    }
    .top_p_title{
      font-family: 'Prompt', sans-serif;
      color: #FFF;
      font-weight: 300;
      font-size: 18px;
      word-wrap: break-word;
      margin: 10px 0;
      line-height: 26px;
    }
    .p_40_top {
      padding-top: 10px;
    }
    .p_40_formula {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .p_20_formula {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .formula_title {
        font-family: 'Prompt', sans-serif;
        font-size: 32px;
        color: #FFF;
        text-align: center;
        margin: 12px 0px;
        min-height: 30px;
    }
    .p_40_formula_b {
        padding-bottom: 0px;
    }
    .ct_title {
        font-family: 'Prompt', sans-serif;
        font-size: 32px;
        color: #FFF;
        text-align: center;
        margin: 12px 0px;
        min-height: 30px;
    }
    .ct_title_2 {
        font-size: 50px;
        color: #FFF;
        text-align: center;
        margin: 12px 0px;
        min-height: 30px;
        font-weight: 600;
        font-family: 'Oswald', sans-serif;
    }
    .ct_title_3 {
        font-family: 'Prompt', sans-serif;
        font-size: 21px;
        color: #FFF;
        text-align: center;
        margin: 12px 0px;
        min-height: 30px;
    }
    .ct_p {
        font-family: 'Prompt', sans-serif;
        font-size: 14px;
        color: #FFF;
        margin: 12px 0px;
        min-height: 30px;
        font-weight: 200;
        text-indent: 3.5em;
    }
    .ct_box {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background: linear-gradient(to right, #b3b3b3,#ffffff,#e2e2e2,#808080);
        color: #CC1725;
        padding: 6px;
        font-family: 'Prompt', sans-serif;
        text-align: center;
        font-size: 20px;
        font-weight: 300;
    }
    .ct_label {
        font-family: 'Prompt', sans-serif;
        font-size: 18px;
        color: #FFF;
        margin: 0px;
        min-height: 30px;
        font-weight: 200;
    }
    .ct_box_bt {
        width: 100%;
        max-width: 240px;
    }
    .dt_title {
      font-family: 'Prompt', sans-serif;
      font-size: 14px;
      letter-spacing: 4px;
      color: #FFF;
      text-align: center;
      margin: 12px 0px;
      min-height: 12px;
    }
    .dt_title_2 {
        font-size: 28px;
        color: #FFF;
        text-align: center;
        margin: 12px 0px;
        min-height: 30px;
        font-weight: 600;
        font-family: 'Prompt', sans-serif;
    }
    .dt_title_3 {
        font-family: 'Prompt', sans-serif;
        font-size: 13px;
        color: #FFC107;
        text-align: center;
        margin: 12px 0px;
        min-height: 30px;
        font-weight: 300;
    }
    .img_ads{
      width: 100%;
      margin-bottom: 5px;
    }
    .se-pre-con {
    	position: fixed;
    	left: 0px;
    	top: 0px;
    	width: 100%;
    	height: 100%;
    	z-index: 9999;
    	background: url(../img/loading_m.gif) center no-repeat #000;
    }
    .dt_img {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        max-width: 70%;
        width: 100%;
    }
}
