/* Mitr */
@font-face {
  font-family: 'Mitr-Regular';
  src: url('../fonts/mitr/Mitr-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Mitr-Bold';
  src: url('../fonts/mitr/Mitr-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Mitr-ExtraLight';
  src: url('../fonts/mitr/Mitr-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Mitr-Light';
  src: url('../fonts/mitr/Mitr-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Mitr-Medium';
  src: url('../fonts/mitr/Mitr-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Mitr-SemiBold';
  src: url('../fonts/mitr/Mitr-SemiBold.ttf') format('truetype');
}


html, body{
  width: 100%;
  /* height: auto; */
  padding: 0;
  margin: 0;
  /* font-family: 'Sarabun', sans-serif; */
  font-family: 'Mitr-ExtraLight' !important;
  /* background-color: #fff; */
  background-color: #fbe2ea;
  /* db5b8c */
  /* fbe2ea */
}

.center p {
  text-align: center;
  vertical-align: middle;
  line-height: 90px;
}

.center-cropped {
  background-position: center center;
  background-repeat: no-repeat;
}

.container{
  width: 100%;
  max-width: 1024px;
  margin: 0px auto;
  color: #3d3a36;
  padding: 0px;
  /* border: 1px solid #333; */
}

.fix_top{
  width: 100%;
  position: fixed;
  z-index: 4;
}

.fix_top > .title{
width: 100%;
background-color: #ee1f79;
color: #fff;
padding: 15px;
font-weight: bold;
text-align: center;
max-height: 50px;
}
/* header */
.header {
  /* width: 100%;
  position: fixed; */
  z-index: 4;
  height:fit-content;
  max-height: 60px;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.4);
  background-color: #999;
}

.header ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  overflow: hidden;
  z-index: 3;
  background-color: rgba(255,255,255,.9);
}

.header li a {
  display: block;
  width: 100%;
  padding: 8px 0px 10px 0px;
  color: #333;
  /* background-color: #fff; */
  text-decoration: none;
  text-align: center;
  font-size: 1em;
  cursor: pointer;
}

.header li a:hover,
.header li .active,
.header .menu-btn:hover {
  color: #333;
  text-align: center;
  border-bottom: 0px;
}
.header li:first-child {
  padding: 6px 0px 0px 0px;
  /* background-color: #fff; */
}
.header li:last-child {
  padding: 0px 0px 6px 0px;
  /* background-color: #fff; */
}

.header .logo {
  display: block;
  background-color: #fff;
  margin: 0px 0px 0px 5%;
  border-radius: 0px 0px 10px 10px;
  top: 0px;
  text-decoration: none;
  width: 100px;
  position: absolute;

}

/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #FFF;
  display: block;
  height: 4px;
  position: relative;
  /* transition: background .2s ease-out; */
  width: 28px;
  /* margin-top: 5px; */
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #FFF;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 8px;
}

.header .menu-icon .navicon:after {
  top: -8px;
}

/* menu btn */
.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 300px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

#feature{
  width: 90%;
  float: left;
  margin: 5% 15% 5% 15% ;
  height: auto;
}
#feature .item:first-child {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  float: left;
}
#feature .item:last-child {
  position: relative;
  width: 100%;
  height: auto;
  margin: 15px 0px 15px 0px;
  float: left;
}
#feature .item{
  position: relative;
  width: 100%;
  height: auto;
  margin: 10px 0px;
  float: left;
}

#feature .card_home {
  width: 100%;
  height: auto;
  min-height: 150px;
  border-top-left-radius: 55px;
  border-bottom-right-radius: 55px;
  color: #fff;
  background-color: #e36c9a;
  /* text-align: center; */
}

#feature .card_home .image_top {
  display: block;
  width: 100%;
  max-height:200px;
}

#feature .card_home .image_bottom {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 55px;
  height: 45px;
  margin-top:15px;
  margin-bottom:10px;
}

#feature .card_home .text_card {
  color: #fff;
  padding-bottom: 15px;
  font-family: 'Mitr-ExtraLight';
  font-size: 14px;
}

#feature .text {
  width: 100%;
  height: auto;
  min-height: 60px;
  line-height: 60px;
  padding: 20px 20px;
  border-radius: 15px;
  color: #fff;
  background-color: rgba(90,90,90,.8);
  text-align: center;
}
#feature .text:hover {
  background-color: rgba(123,19,50,.8);
}
#feature .circle {
  position: relative;
  width: 90%;
  height: 0;
  padding: 90% 0 0;
  margin: 0px 5%;
  border-radius: 50%;
  overflow: hidden;
}
#feature .circle img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer{
  clear: both;
  width: 100%;
  height: auto;
  min-height: 350px;
  padding: 30px 0px;
  float: left;
  background-color: rgb(24, 42, 78);
  position:relative;
  height: 200px;
  margin-top: -200px;
}
.footer_box{
  max-width: 992px; height: auto; min-height: 150px; padding: 10px 0px 0px 0px; margin: 0px auto;
}
.footer_container{
  width: 100%; height: auto; display: inline-block; min-height: 150px; padding: 0px 0px 10px 0px; margin: 0px auto;
}
#footer #address_box{
  width: 86%;
  margin-left: 7%;
  float: left;
  color: #FFF;
  font-size: 14px;
}

#footer #address_box .title{
  font-size: 1.8em;
  line-height: normal;
  padding: 0px;
  font-family: 'Mitr-Medium';
  text-align: center;
  color: #e30d68;
}

#footer #address_box .topic{
  font-size: 1.3em;
  line-height: normal;
  padding: 10px 0px 14px 0px;
  text-align: center;
  font-family: 'Mitr-Light';
}
#footer #address_box .address{
  /* padding: 12px 0px 6px 0px; */
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
}
#footer #address_box .contact{
  padding: 12px 0px 6px 0px;
  font-size: 1em;
  line-height: 1.3em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#footer #address_box .social{
  width: auto;
  padding: 12px 20px 0px 60px;
  line-height: 45px;
  position: relative;
  font-size: 1em;
  line-height: 1.3em;
  display: inline-block;
}
#footer #address_box .social .social-icon{
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
}

#footer #column_logo{
  width: 90%;
  margin-left: 4%;
  margin-top: 4px;
  float: left;
  display:table;
}

/* #footer #column_logo .image_logo{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height:40px;
  margin: 0px auto 10px auto;
} */

#footer #column_box{
  width: 86%;
  margin-left: 7%;
  margin-top: 5%;
  float: left;
  display: inline-block;
}
#footer #column_box .cm{
  width: 90%;
  margin: 0px 5%;
}
#column_box ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  overflow: hidden;
  z-index: 3;
  display: block;
}
#column_box ul li a {
  width: 100%;
  padding: 6px 0px 4px 0px;
  margin-right: 0px;
  color: #db5b8c;
  min-width: 100px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  display: inline-block;
  /* border-bottom: 0px; */
}
#column_box ul li a:hover,
#column_box ul li .active,
#column_box .menu-btn:hover {
  color: #db5b8c;
  text-align: center;
  /* border-bottom: 0px; */
}
#column_box ul li > ul{
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  overflow: hidden;
  z-index: 3;
  display: inline-block;
}
#column_box ul li > ul li a {
  display: block;
  width: 100%;
  padding: 10px 0px 6px 0px;
  color: #FFF;
  font-size: 1.1em;
  text-decoration: none;
  text-align: center;
  border-bottom: 0px;
}
#column_box ul li > ul li a:hover,
#column_box ul li > ul li .active,
#column_box .menu-btn:hover {
  color: #FFF;
  text-align: center;
  border-bottom: 0px;
}

#copyright{
  width: 100%;
  height: auto;
  padding: 10px 0px 8px 0px;
  background-color: #ee1f79;
  color:#fff;
  text-align: center;
  /* position: absolute; */
  /* bottom: 0px; */
  position: fixed;
   left: 0;
   bottom: 0;
   font-size: 12px;
   /* width: 100%; */
   /* background-color: red; */
   /* color: white; */
   /* text-align: center; */
}

#back_to_top{
  display: none;
  position: fixed;
  bottom: 20px;
  line-height: 30px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(120,120,120,.5);
  color: white;
  cursor: pointer;
  padding: 18px 15px 12px 15px;
  border-radius: 4px;
}

#radius_bottom {
  border: 1px solid #fff;
  background-color: #fff;
  width: 80px;
  height: 110px;
  padding: 10px;
  border-radius: 0px 0px 20px 20px;
}

.arrow {
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media (min-width: 320px) and (max-width: 1087px) {

  .footer_box{
    /* max-width: 992px;  */
    /* height: auto;  */
    /* min-height: 150px;  */
    padding: 10px 0px 0px 0px;
    /* margin: 0px auto; */
    width: 100%;
    float: left;
    box-sizing: border-box;
  }

  #footer{
    width: 100%;
    height: auto;
    min-height: 350px;
    padding: 10px 0px 70px 0px;
    float: left;
    background-color: #0a203e;
    /* position: relative; */
  }

  #copyright{
    width: 100%;
    float: left;
    height: auto;
    padding: 10px 0px 7px 0px;
    background-color: #666;
    color:#fff;
    box-sizing: border-box;
    text-align: center;
  }
  .header {
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 4;
    box-shadow: none;
    background-size: 1000px;
    background-repeat: repeat-x;
    background-color: #999;
  }

  .baner_image{
    width: 100%;
    padding:0px;
    margin:0px;
    position:relative;
    margin-top:110px;
  }



}

/* desktop size  em*16 =  */
@media (min-width: 68em) {

  .header {
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 4;
    box-shadow: none;
    /* background:url(../images/main_menu_bg.png) repeat-x top left; */
    background-size: 1000px;
    background-repeat: repeat-x;
    background-color: #999;
    /* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
  	src='../images/main_menu_bg.png',
  	sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
  	src='../images/main_menu_bg.png',
  	sizingMethod='scale')"; */
  }
  .header .logo {
    display: block;
    font-size: 1em;
    margin: 0px 0px 0px 5%;
    text-decoration: none;
    /* width: 140px; */
    position: absolute;
    top: 0px;
    /* border: 1px solid #fff; */
    background-color: #fff;
    width: 124px;
  /* height: 101px; */
  /* padding: 10px; */
    border-radius: 0px 0px 10px 10px;
  }
  .header ul {
    margin: 0px 12px 0px 0px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    /* background-color: none; */
    background:none !important;
  }
  .header li {
    float: left;
  }
  .header li a {
    display: block;
    width: 100%;
    padding: 0px 16px 0px 16px;
    line-height: 60px;
    color: #fff;
    font-size: 1em;
    /* background-color: #fff; */
    background-color: transparent;
    text-decoration: none;
    border-bottom: 0px;
    text-align: center;
    cursor: pointer;
  }
  .header li a:hover,
  .header li .active,
  .header .menu-btn:hover {
    color: #fff;
    background-color: #ee1f79;
    border-bottom: 0px;
  }
  .header li:first-child {
    padding: 0px;
    background-color: transparent !important;
  }
  .header li:last-child {
    padding: 0px;
    background-color: transparent !important;
  }

  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }

  #feature{
    width: 100%;
    float: left;
    margin: 5% 15% 5% 15% ;
    height: auto;
  }
  #feature .item:first-child {
    position: relative;
    width: 32.33%;
    height: auto;
    margin: 0px 1% 0px 0px;
    float: left;
    /* border-radius: 10px 0px 10px 0px; */
  }
  #feature .item:last-child {
    position: relative;
    width: 31.33%;
    height: auto;
    margin: 0px 0px 0px 1%;
    float: left;
    /* border-radius: 10px 0px 10px 0px; */
  }

  #feature .item{
    position: relative;
    width: 32.33%;
    height: auto;
    margin: 0px 1%;
    float: left;
    padding: 0px 10px 0px 1px;
    /* border-radius: 10px 0px 10px 0px; */
    /* border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; */
    /* background-color: red; */
  }

  #feature .card_home {
    width: 100%;
    height: auto;
    min-height: 150px;
    border-top-left-radius: 55px;
    border-bottom-right-radius: 55px;
    color: #fff;
    background-color: #e36c9a;
    /* text-align: center; */
  }

  #feature .card_home .image_top {
    display: block;
    width: 100%;
    max-height:300px;
  }

  #feature .card_home .image_bottom {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
    margin-bottom:20px;
    width: 55px;
    height: 45px;
  }

  #feature .card_home .text_card {
    color: #fff;
    padding-bottom: 20px;
    font-family: 'Mitr-Medium';
    font-size: 16px;
  }

  #feature .text {
    width: 100%;
    height: auto;
    min-height: 150px;
    line-height: 150px;
    padding: 20px 20px;
    /* border-radius: 15px; */
    color: #fff;
    background-color: rgba(90,90,90,.8);
    text-align: center;
  }
  #feature .circle {
    position: relative;
    width: 90%;
    height: 0;
    padding: 90% 0 0;
    margin: 0px 5%;
    border-radius: 50%;
    overflow: hidden;
  }
  #feature .circle img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #footer{
    width: 100%;
    height: auto;
    min-height: 350px;
    padding: 10px 0px 70px 0px;
    float: left;
    background-color: #0a203e;
    position: relative;
  }
  .footer_box{
    max-width: 1100px;
    height: auto; min-height: 150px;
    padding: 10px 20px 40px 20px;
    margin: 0px auto;
    box-sizing: border-box;
    /* border: 1px solid #fff; */
  }
  .footer_container{
    width: 100%; height: auto; display: inline-block; min-height: 150px; padding: 10px 0px 0px 0px; margin: 0px auto;
  }
  #footer #address_box{
    width: 51%;
    margin-left: 0px;
    float: left;
    color: #FFF;
  }

  #footer #address_box .title{
    font-size: 2em;
    line-height: normal;
    padding: 10px 0px 14px 0px;
    font-family: 'Mitr-Medium';
    text-align: left;
    color: #e30d68;
  }
  #footer #address_box .topic{
    font-size: 1.5em;
    line-height: normal;
    padding: 10px 0px 4px 0px;
    text-align: left;
    font-family: 'Mitr-Regular';
  }
  #footer #address_box .address{
    /* padding: 12px 0px 6px 0px; */
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: left;
  }

  #footer #address_box .contact{
    padding: 12px 0px 6px 0px;
    line-height: 1.5em;
    font-size: 1.1em;
    text-align: left;
    color: #fff;
    text-decoration: none;
  }
  #footer #address_box .social{
    padding: 12px 0px 0px 50px;
    line-height: 45px;
    position: relative;
    display: flex;
  }
  #footer #address_box .social .social-icon{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
  }
  #footer #column_box{
    width: 40%;
    margin-left: 4%;
    margin-top: 4px;
    float: left;
    display:flex;
  }
  #footer #column_logo{
    width: 45%;
    margin-left: 4%;
    margin-top: 4px;
    float: left;
    display:table;
  }
  #footer #column_box .cm{
    width: 20%;
    margin: 0px;
  }
  #column_box ul {
    width: 95%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    overflow: hidden;
    z-index: 3;
    display: flex;
  }
  #column_box ul li a {
    display: block;
    width: 100%;
    padding: 6px 0px 4px 0px;
    min-width: 100px;
    color: #db5b8c;
    text-decoration: none;
    text-align: left;
    font-size: 1.2em;
    display: inline-block;
    /* border-bottom: 0px; */
  }
  #column_box ul li a:hover,
  #column_box ul li .active,
  #column_box .menu-btn:hover {
    color: #db5b8c;
    text-align: left;
    /* border-bottom: 0px; */
  }
  #column_box ul li > ul{
    width: 90%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    overflow: hidden;
    z-index: 3;
    display: inline-block;
  }
  #column_box ul li > ul li a {
    display: block;
    width: 100%;
    padding: 4px 0px 6px 0px;
    color: #FFF;
    font-size: 1em;
    line-height: 1em;
    text-decoration: none;
    text-align: left;
    border-bottom: 0px;
  }
  #column_box ul li > ul li a:hover,
  #column_box ul li > ul li .active,
  #column_box .menu-btn:hover {
    color: #FFF;
    text-align: left;
    border-bottom: 0px;
  }

  #copyright{
    width: 100%;
    height: auto;
    padding: 10px 0px 7px 0px;
    background-color: #ee1f79;
    color:#fff;
    text-align: center;
    position: absolute;
    bottom: 0px;
    font-size: 12px;
  }

}
