@charset "UTF-8";
.sarabur {
  font-family: 'Sarabun', sans-serif; }

.top_h2Box {
  margin-bottom: 40px; }
  .top_h2Box .eng {
    font-family: 'Sarabun', sans-serif;
    font-weight: 800;
    font-size: 60px;
    display: inline-block;
    margin-right: 20px;
    color: #999;
    line-height: 1; }
  .top_h2Box h2 {
    font-size: 14px;
    display: inline-block;
    font-weight: bold; }

@media only screen and (max-width: 800px) {
  .top_h2Box {
    margin-bottom: 40px; }
    .top_h2Box .eng {
      font-family: 'Sarabun', sans-serif;
      font-weight: 800;
      font-size: 40px;
      display: inline-block;
      margin-right: 20px;
      color: #999; }
    .top_h2Box h2 {
      font-size: 14px;
      display: inline-block;
      font-weight: bold; } }
/*-----------------------------------------------
slider_sec
----------------------------------------------------*/
.fv_sec {
  position: relative;
  padding: 0; }
  .fv_sec .fv_sec_in {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 4; }
  .fv_sec .slider {
    width: 100%;
    margin: auto;
    padding: 0;
    overflow: hidden;
    text-align: center; }
  .fv_sec .slider img {
    width: 1920px;
    height: 780px;
    object-fit: cover;
    display: block;
    margin: auto; }
  .fv_sec .slider .dis-mb {
    display: none; }
  .fv_sec .fv_contentBox {
    width: 600px;
    padding-top: 90px; }
  .fv_sec .fv_contentBox_eng {
    font-family: 'Sarabun', sans-serif;
    font-weight: 800;
    font-size: 68px;
    line-height: 1;
    margin-bottom: 30px;
    color: #fff;
    text-shadow: -0.5px -0.5px 0.5px rgba(255, 255, 255, 0.5), 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.5); }
  .fv_sec .fv_contentBox_text {
    width: 426px;
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    text-align: center; }
  .fv_sec .fv_contentBox_text_in {
    width: 90%;
    margin: auto;
    padding: 20px 0 20px 0; }
  .fv_sec .fv_contentBox_img {
    width: 280px;
    margin: 0 auto 20px auto; }
  .fv_sec .fv_contentBox_line01 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px; }
  .fv_sec .fv_contentBox_line02 {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 1.3;
    margin-bottom: 10px; }

.thumb {
  width: 1200px;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  z-index: 5;
  display: flex;
  justify-content: space-between; }

.thumb .thumbnail-img img {
  display: block;
  height: 120px;
  width: calc(1150px/6);
  object-fit: cover;
  border: solid #fff 1px;
  -webkit-box-shadow: 0 0 5px 0 #777;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #777;
  box-shadow: 0 0 5px 0 #777;
  /* CSS3 */ }

@media only screen and (max-width: 1200px) {
  .fv_sec .slider {
    width: 100%;
    margin: auto;
    padding: 0;
    overflow: hidden; }
  .fv_sec .slider .dis-mb {
    display: none; }

  .thumb {
    width: 90%;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    z-index: 5;
    display: flex;
    justify-content: space-between; }

  .thumb .thumbnail-img {
    width: 160px; }

  .thumb .thumbnail-img img {
    display: block;
    height: 100px;
    width: 95%;
    object-fit: cover;
    border: solid #fff 1px;
    -webkit-box-shadow: 0 0 5px 0 #777;
    /* Safari, Chrome用 */
    -moz-box-shadow: 0 0 5px 0 #777;
    box-shadow: 0 0 5px 0 #777;
    /* CSS3 */ } }
@media only screen and (max-width: 800px) {
  .fv_sec {
    height: auto;
    position: relative;
    padding: 0;
    z-index: 9 !important; }
    .fv_sec .slider img {
      height: 580px;
      width: auto;
      object-fit: cover; }
    .fv_sec .fv_contentBox {
      width: 100%;
      padding-top: 90px;
      position: relative;
      height: 510px; }
    .fv_sec .fv_contentBox_eng {
      font-family: 'Sarabun', sans-serif;
      font-weight: 800;
      font-size: 30px;
      line-height: 1;
      margin-bottom: 30px;
      color: #fff;
      text-shadow: -0.5px -0.5px 0.5px rgba(255, 255, 255, 0.5), 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.5); }
    .fv_sec .fv_contentBox_text {
      width: 50%;
      margin: 0;
      background-color: rgba(255, 255, 255, 0.85); }
    .fv_sec .fv_contentBox_text_in {
      width: 90%;
      margin: auto;
      padding: 20px 0 20px 0; }
    .fv_sec .fv_contentBox_img {
      width: 80%;
      margin: 0 auto 20px auto; }
    .fv_sec .fv_contentBox_line01 {
      font-size: 10px;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 5px; }
    .fv_sec .fv_contentBox_line02 {
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 3px;
      line-height: 1.3;
      margin-bottom: 5px; }

  .thumb {
    width: 85%;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    z-index: 5;
    display: flex;
    justify-content: space-between; }

  .thumb .thumbnail-img {
    width: 30%; }

  .thumb .thumbnail-img img {
    display: block;
    height: 80px;
    width: 95%;
    object-fit: cover;
    border: solid #fff 1px;
    -webkit-box-shadow: 0 0 5px 0 #777;
    /* Safari, Chrome用 */
    -moz-box-shadow: 0 0 5px 0 #777;
    box-shadow: 0 0 5px 0 #777;
    /* CSS3 */ } }
/*-----------------------------------------------
sec-news
----------------------------------------------------*/
.news_sec {
  margin-top: 60px;
  font-size: 13px; }
  .news_sec .box_news {
    width: 900px;
    position: relative;
    padding: 30px 0 20px 0;
    margin: 0 auto 30px auto;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 #777;
    -moz-box-shadow: 0 0 5px 0 #777;
    box-shadow: 0 0 5px 0 #777;
    border-top: 2px solid #ff0000; }
  .news_sec .line {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0 10px 0;
    width: 650px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .news_sec .day {
    display: inline-block;
    width: 150px;
    font-weight: bold; }
  .news_sec .title {
    display: inline-block;
    width: 500px;
    font-weight: bold; }
  .news_sec .news_past {
    padding: 10px 20px 0 0;
    text-align: right; }

@media only screen and (max-width: 1200px) {
  .news_sec {
    font-size: 13px; }
    .news_sec .box_news {
      position: relative;
      width: 800px;
      padding: 20px 0 10px 0;
      margin: 0 auto 30px auto;
      z-index: 2;
      background: #fff; }
    .news_sec .line {
      border-bottom: 1px dotted #ccc;
      padding: 5px 0 5px 0;
      width: 650px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .news_sec .day {
      display: inline-block;
      width: 150px;
      font-weight: bold; }
    .news_sec .title {
      display: inline-block;
      width: 500px;
      font-weight: bold; }
    .news_sec .news_past {
      padding-right: 10px;
      text-align: right; } }
@media only screen and (max-width: 800px) {
  .news_sec {
    margin-top: 90px;
    font-size: 13px 0;
    position: relative; }
    .news_sec .box_news {
      width: 100%;
      position: relative;
      padding: 20px 0 10px 0;
      margin: 0 auto 30px auto;
      z-index: 2;
      background: #fff;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .news_sec .line {
      border-bottom: 1px dotted #ccc;
      padding: 5px 0 5px 0;
      width: 90%;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .news_sec .day {
      display: block;
      width: auto;
      font-weight: normal;
      width: 100%;
      font-size: 12px;
      color: #666; }
    .news_sec .title {
      display: block;
      width: auto;
      font-weight: bold;
      width: 100%; }
    .news_sec .news_past {
      padding: 30px 0 10px 0;
      text-align: right; } }
/*-----------------------------------------------
solution_sec
----------------------------------------------------*/
.solution_sec {
  margin-bottom: 60px; }
  .solution_sec .top_h2Box {
    color: #fff !important;
    padding: 30px 0 0 30px; }
  .solution_sec .top_h2Box .eng {
    color: #fff !important; }
  .solution_sec .sec_in {
    background: url(../images/page/top/solution_bg.webp);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px; }
  .solution_sec .solution_flBox {
    width: 1210px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    padding-top: 200px; }
  .solution_sec .solution_col {
    width: 390px;
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25); }
  .solution_sec .solution_col_in {
    width: 85%;
    margin: auto;
    padding: 30px 0 30px 0; }
  .solution_sec .solution_icon {
    text-align: center; }
  .solution_sec .solution_icon img {
    height: 83px;
    margin: auto; }
  .solution_sec .solution_line01 {
    font-size: 30px;
    font-weight: bold;
    text-align: center; }
  .solution_sec .solution_line02 {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px; }
  .solution_sec li {
    font-size: 16px;
    font-weight: 500;
    border-top: 1px dotted #ccc;
    background: url(../images/page/top/solution_bullet.svg);
    background-size: 15px;
    background-position: top 13px left 0;
    background-repeat: no-repeat;
    padding: 5px 0 5px 20px; }

@media only screen and (max-width: 1280px) {
  .solution_sec {
    margin-bottom: 60px; }
    .solution_sec .top_h2Box {
      color: #fff !important;
      padding: 30px 0 0 30px; }
    .solution_sec .top_h2Box .eng {
      color: #fff !important; }
    .solution_sec .sec_in {
      background: url(../images/page/top/solution_bg.webp);
      background-size: contain;
      background-position: top center;
      background-repeat: no-repeat;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px; }
    .solution_sec .solution_flBox {
      width: 95%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: auto;
      padding-top: 200px; }
    .solution_sec .solution_col {
      width: 32%;
      background: #fff;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25); }
    .solution_sec .solution_col_in {
      width: 85%;
      margin: auto;
      padding: 30px 0 30px 0; }
    .solution_sec .solution_icon {
      text-align: center; }
    .solution_sec .solution_icon img {
      height: 60px;
      margin: auto; }
    .solution_sec .solution_line01 {
      font-size: 28px;
      font-weight: bold;
      text-align: center; }
    .solution_sec .solution_line02 {
      font-size: 14px;
      text-align: center;
      margin-bottom: 20px; }
    .solution_sec li {
      font-size: 14px;
      border-top: 1px dotted #ccc;
      background: url(../images/page/top/solution_bullet.svg);
      background-size: 15px;
      background-position: top 13px left 0;
      background-repeat: no-repeat;
      padding: 5px 0 5px 20px; } }
@media only screen and (max-width: 800px) {
  .solution_sec {
    margin-bottom: 60px; }
    .solution_sec .top_h2Box {
      color: #fff !important;
      padding: 30px 0 0 30px; }
    .solution_sec .top_h2Box .eng {
      color: #fff !important; }
    .solution_sec .sec_in {
      background: url(../images/page/top/solution_bg.webp);
      background-size: contain;
      background-position: top center;
      background-repeat: no-repeat;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px; }
    .solution_sec .solution_flBox {
      width: 95%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: auto;
      padding-top: 0; }
    .solution_sec .solution_col {
      width: 100%;
      margin-bottom: 20px;
      background: #fff;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -webkit-box-shadow: 0 0 5px 0 #777;
      /* Safari, Chrome用 */
      -moz-box-shadow: 0 0 5px 0 #777;
      /* Firefox用 */
      box-shadow: 0 0 5px 0 #777;
      /* CSS3 */ }
    .solution_sec .solution_icon {
      text-align: center; }
    .solution_sec .solution_icon img {
      height: 60px;
      margin: auto; }
    .solution_sec .solution_line01 {
      font-size: 26px;
      font-weight: bold;
      text-align: center; }
    .solution_sec .solution_line02 {
      font-size: 13px;
      text-align: center;
      margin-bottom: 20px; }
    .solution_sec li {
      font-size: 12px;
      border-top: 1px dotted #ccc;
      background: url(../images/page/top/solution_bullet.svg);
      background-size: 15px;
      background-position: top 8px left 0;
      background-repeat: no-repeat;
      padding: 5px 0 5px 20px; } }
/*-----------------------------------------------
about_sec
----------------------------------------------------*/
.about_sec {
  padding: 30px 0 90px 0; }
  .about_sec .about_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .about_sec .about_flBox .col_l {
    width: 48%; }
  .about_sec .about_flBox .col_r {
    width: 48%; }
  .about_sec .about_flBox .line01 {
    font-size: 40px;
    font-weight: 800; }
  .about_sec video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 50% 50%; }

@media only screen and (max-width: 1200px) {
  .about_sec {
    padding: 30px 0 90px 0; }
    .about_sec .about_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .about_sec .about_flBox .col_l {
      width: 48%; }
    .about_sec .about_flBox .col_r {
      width: 48%; }
    .about_sec .about_flBox .line01 {
      font-size: 30px;
      font-weight: 800; }
    .about_sec video {
      width: 100%;
      height: 400px;
      object-fit: cover;
      object-position: 50% 50%; } }
@media only screen and (max-width: 800px) {
  .about_sec {
    padding: 30px 0 60px 0; }
    .about_sec .about_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .about_sec .about_flBox .col_l {
      width: 100%; }
    .about_sec .about_flBox .col_r {
      width: 100%; }
    .about_sec .about_flBox .line01 {
      font-size: 24px;
      font-weight: 800; }
    .about_sec video {
      width: 100%;
      height: 200px;
      object-fit: cover;
      object-position: 50% 50%; } }
/*-----------------------------------------------
service_sec
----------------------------------------------------*/
.service_sec .service_btn {
  background: #000;
  width: 250px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 10px 0 10px 0;
  border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  font-size: 13px; }
.service_sec .service_btn i {
  position: absolute;
  right: 15px;
  top: 16px; }
.service_sec .service_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative; }
.service_sec .service_box .col_l {
  width: 45%;
  opacity: 0.7;
  position: relative; }
.service_sec .service_box .col_l img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.service_sec .col_l_wr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
.service_sec .service_box .col_r {
  width: 55%;
  padding-bottom: 40px; }
.service_sec .service_box .col_r_in {
  width: 90%;
  margin: auto;
  padding: 40px 0 40px 0; }
.service_sec .service_box .eng {
  font-size: 40px;
  font-family: 'Sarabun', sans-serif;
  color: #999; }
.service_sec .service_box .line01 {
  font-size: 16px;
  font-weight: bold; }
.service_sec .service_box .line02 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px; }
.service_sec .service_box .text {
  font-size: 12px;
  width: 80%; }
.service_sec .service_01 .col_l_wr {
  background: linear-gradient(90deg, rgba(241, 228, 218, 0) 0%, rgba(241, 228, 218, 0) 50%, #f1e4da); }
.service_sec .service_02 .col_l_wr {
  background: linear-gradient(90deg, rgba(232, 230, 230, 0) 0%, rgba(232, 230, 230, 0) 50%, #e8e6e6); }
.service_sec .service_03 .col_l_wr {
  background: linear-gradient(90deg, rgba(221, 225, 221, 0) 0%, rgba(221, 225, 221, 0) 50%, #dde1dd); }
.service_sec .service_04 .col_l_wr {
  background: linear-gradient(90deg, rgba(233, 215, 189, 0) 0%, rgba(233, 215, 189, 0) 50%, #e9d7bd); }
.service_sec .service_01 {
  background: #f1e4da; }
.service_sec .service_02 {
  background: #e8e6e6;
  position: relative; }
.service_sec .service_03 {
  background: #dde1dd; }
.service_sec .service_04 {
  background: #e9d7bd; }

@media only screen and (max-width: 1200px) {
  .service_sec .service_btn {
    background: #000;
    width: 250px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    font-size: 13px; }
  .service_sec .service_btn i {
    position: absolute;
    right: 15px;
    top: 16px; }
  .service_sec .service_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative; }
  .service_sec .service_box .col_l {
    width: 45%;
    opacity: 0.7;
    position: relative; }
  .service_sec .service_box .col_l img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .service_sec .col_l_wr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .service_sec .service_box .col_r {
    width: 55%;
    padding-bottom: 40px; }
  .service_sec .service_box .col_r_in {
    width: 90%;
    margin: auto;
    padding: 40px 0 40px 0; }
  .service_sec .service_box .eng {
    font-size: 30px;
    font-family: 'Sarabun', sans-serif;
    color: #999; }
  .service_sec .service_box .line01 {
    font-size: 14px;
    font-weight: bold; }
  .service_sec .service_box .line02 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.5; }
  .service_sec .service_box .text {
    font-size: 12px;
    width: 80%; }
  .service_sec .service_01 .col_l_wr {
    background: linear-gradient(90deg, rgba(241, 228, 218, 0) 0%, rgba(241, 228, 218, 0) 50%, #f1e4da); }
  .service_sec .service_02 .col_l_wr {
    background: linear-gradient(90deg, rgba(232, 230, 230, 0) 0%, rgba(232, 230, 230, 0) 50%, #e8e6e6); }
  .service_sec .service_03 .col_l_wr {
    background: linear-gradient(90deg, rgba(221, 225, 221, 0) 0%, rgba(221, 225, 221, 0) 50%, #dde1dd); }
  .service_sec .service_04 .col_l_wr {
    background: linear-gradient(90deg, rgba(233, 215, 189, 0) 0%, rgba(233, 215, 189, 0) 50%, #e9d7bd); }
  .service_sec .service_01 {
    background: #f1e4da; }
  .service_sec .service_02 {
    background: #e8e6e6;
    position: relative; }
  .service_sec .service_03 {
    background: #dde1dd; }
  .service_sec .service_04 {
    background: #e9d7bd; } }
@media only screen and (max-width: 800px) {
  .service_sec .service_btn {
    background: #000;
    width: 200px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 5px 0 5px 0;
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0; }
  .service_sec .service_btn i {
    position: absolute;
    right: 15px;
    top: 16px; }
  .service_sec .service_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative; }
  .service_sec .service_box .col_l {
    width: 100%;
    opacity: 0.7;
    position: relative; }
  .service_sec .service_box .col_l img {
    width: 100%;
    height: 300px;
    object-fit: cover; }
  .service_sec .col_l_wr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .service_sec .service_box .col_r {
    width: 100%; }
  .service_sec .service_box .col_r_in {
    width: 90%;
    margin: auto;
    padding-top: 0;
    padding-bottom: 40px; }
  .service_sec .service_box .eng {
    font-size: 22px;
    font-family: 'Sarabun', sans-serif;
    color: #999; }
  .service_sec .service_box .line01 {
    font-size: 13px;
    font-weight: bold; }
  .service_sec .service_box .line02 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px; }
  .service_sec .service_box .text {
    font-size: 12px;
    width: 100%; }
  .service_sec .service_01 {
    background: #e8e6e6;
    position: relative; }
  .service_sec .service_01 .col_l_wr {
    background: linear-gradient(180deg, rgba(232, 230, 230, 0) 0%, rgba(232, 230, 230, 0) 50%, #e8e6e6); }
  .service_sec .service_02 .col_l_wr {
    background: linear-gradient(180deg, rgba(221, 225, 221, 0) 0%, rgba(221, 225, 221, 0) 50%, #dde1dd); }
  .service_sec .service_03 .col_l_wr {
    background: linear-gradient(180deg, rgba(241, 228, 218, 0) 0%, rgba(241, 228, 218, 0) 50%, #f1e4da); }
  .service_sec .service_02 {
    background: #dde1dd; }
  .service_sec .service_03 {
    background: #f1e4da; } }
/*-----------------------------------------------
archice
----------------------------------------------------*/
.archive_sec .archive_flBox {
  margin-bottom: 30px; }
.archive_sec .top_archive_btn {
  width: 250px;
  margin: auto;
  border: solid 1px #999;
  padding: 12px 0 12px 0;
  font-size: 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }
