/***** Default Settings *****/
 
#rot, html, body {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
#rot, html {
  height: 100%;
}
*/

#rot .msg_404 {
  padding: 2.5em;
  text-align: center;
} 

html {
  color: #606060;
  font: 13px arial, verdana, sans-serif;
}

/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
 
h1 {
  font-size: 2em;
  letter-spacing: -1px;
  padding: 1em 0;
}
 
h2 {
  font-size: 1.5em;
  letter-spacing: -1px;
  padding: 1em 0;
}
 
h3 {
  font-size: 1.3em;
}
 
p, ul {
  margin: 0;
  padding: 0;
}
 
ul {
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}
 
blockquote {
  margin: 1em 2em;
  padding: 0;
}
 
small, .small {
  font-size: .9em;
}
 
img {
  border: 0;
}
 
sup {
  bottom: 0.3em;
  position: relative;
  vertical-align: baseline;
}
 
sub {
  bottom: -0.2em;
  position: relative;
  vertical-align: baseline;
}
 
acronym, abbr {
  border-bottom: 1px dashed;
  cursor: help;
  letter-spacing: 1px;
}
 
/***** Links *****/
 
a, a:visited {
  color: #4787c7;
  text-decoration: underline;
}

/***** Forms *****/
 
form {
  border: 0;
  margin: 0;
  padding: 0;
}

input, textarea {
  border: 1px solid #CCC;
  margin: 0;
  padding: .2em .3em; 
}

input[type=submit] {
  font-size: 1em;
  height: 1.8em;
  left: 0em;
}

input[type=reset] {
  font-size: 1em;
  height: 1.8em;
}

input[type=text], input[type=password] {
  font-size: 1em; 
  width: 13em;
}

input[type=checkbox],
input[type=radio] {
  border: 0;
}

input[type=radio] {
  margin-top: .5em;
}


select { 
  font-size: 1em;
}

textarea {
  line-height: 1.25;
  height: 6em;
  width: 100%;
}

/**** The char_* class help to set the width of form fields ****/
input.char_8 {
  width: 5em;
}

input.char_5 {
  width: 3.3em;
}

input.char_4 {
  width: 2.7em;
}

input.char_3 {
  width: 2em;
}

input.char_2 {
  width: 1.4em;
}

input.char_1 {
  width: 1em;
}

.button {
  background: #FFFFEA;
  border: 1px solid #F0B034;
  cursor: pointer;
  float: left;
  line-height: 1.7em;
  margin: 0 .3em;
  padding: 0em .4em;
}

  .button.mousedown {
    border-color: #BE8B29;
  }

  .button.disabled {
    background-color: #DDD;
    border-color: #999;
    color: #777;
    cursor: auto;
  }

/***** Global Classes *****/
.clear         { clear: both; }
.clear_l       { clear: left; }
.clear_r       { clear: right; }
 
.float_l       { float: left; }
.float_follow  { position: relative; top: 3px; }
.float_r       { float: right; }
 
.text_left     { text-align: left; }
.text_right    { text-align: right; }
.text_center   { text-align: center; }
.text_justify  { text-align: justify; }
 
.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }

.hidden        { display: none; }

.vert_divider  { padding: 0 .2em; font-size: .9em; vertical-align: top; } 

body {
  font-size: 18px;
}
body {
  background-attachment: scroll;
  background-color: #ffffff;
  background-image:  url(/static/designs/images/repository/img_1600x212_skyscrapers.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
#rot h2 {
  color: rgba(255,165,2,1);
  font-size: 3em;
  letter-spacing: -1px;
  padding-bottom: 39px;
  padding-top: 39px;
}
#rot a {
  color: rgba(255,165,2,1);
  text-decoration: none;
}
#rot a:hover {
  text-decoration: underline;
}
#rot #rot_ctr1_bod_ctr1_bod {
  color: #ffffff;
  font-size: 23.4px;
  text-align: center;
}
#rot #rot_ctr1_bod_ctr1_bod h1 {
  padding-bottom: .9em;
  padding-top: .9em;
}
#rot #rot_ctr1_bod_ctr2_bod ul {
  background-color: #000000;
  color: #b6b6b6;
  font-size: 1em;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}
#rot #rot_ctr1_bod_ctr2_bod ul li {
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}
#rot #rot_ctr1_bod_ctr2_bod ul li a {
  color: rgba(255,255,255,1);
  font-size: 1em;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}
#rot #rot_ctr1_bod_ctr2_bod ul li a:hover {
  color: #ffba00;
}
#rot #rot_ctr1_bod_ctr2_bod ul li ul {
  width: auto;
}
#rot #rot_ctr1_bod_ctr2_bod ul li ul li {
  display: block;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
#rot #rot_ctr1_bod_ctr2_bod ul li ul li a {
  display: block;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}
#rot #rot_ctr1_bod_ctr3 h1 {
  margin-left: 50%;
  margin-right: 50%;
}
#rot #rot_ctr1_bod_ctr3 {
  padding-top: 20px;
}
#rot #rot_ctr1_bod_ctr3_bod {
  padding-top: 0px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1 {
  margin-left: auto;
  margin-right: auto;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1 h3 {
  border-bottom-color: #bababa;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4f4742;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1 p {
  line-height: 1.5;
}
#rot #rot_ctr1_bod_ctr3_ftr {
  clear: both;
  height: 50px;
}
#rot #rot_ctr1_bod_ctr4 {
  background-color: #000000;
  clear: both;
  color: #FFFFFF;
  font-size: 1em;
  margin-top: auto;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: left;
}
#rot #rot_ctr1_bod_ctr4 a {
  color: #ffba00;
  text-decoration: none;
}
#rot #rot_ctr1_bod_ctr4 p {
  padding-top: 40px;
}
#rot #rot_ctr1_bod_ctr4_blk1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#rot #rot_ctr1_bod_ctr4_blk1_blk1 {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
#rot #rot_ctr1_bod_ctr4_blk1_blk2 {
  display: inline-block;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#rot #rot_ctr1_bod_ctr4_blk1_blk3 {
  display: inline-block;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#rot #rot_ctr1_bod_ctr4_hdr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  text-align: center;
  width: auto;
}
#rot #rot_ctr1_bod_ctr4_hdr p {
  padding-top: 0px;
}
#rot #rot_ctr1_bod_ctr4_hdr_blk1 {
  clear: both;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#rot #rot_ctr1_bod_ctr4_hdr_blk1 p {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
#rot #rot_ctr1_bod_ctr4_hdr_blk2 {
  clear: both;
  display: inline-block;
  margin-left: 40px;
  margin-top: auto;
}
#rot #rot_ctr1_bod_ctr4_hdr_blk2 a {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
input[type=submit], input[type=reset] {
  font-family: Arial, Verdana, sans-serif;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.jqui_force_inline_block .ui-effects-wrapper {
  display: inline-block !important;
}

/*-----------------------------------------------------------------------------
* Force "width: auto" for certain Widgets
-----------------------------------------------------------------------------*/
.b_customform img,
.fullcalendar img,
.minimonthcalendar img,
.weather img,
.twitterfeed img,
.pinit_container img,
.instagram_container img,
.socialnetwork7 img,
.socialnetwork6 img,
.socialnetwork4 img,
.socialnetwork3 img,
.socialnetwork2 img,
.socialnetwork img {
  width: auto !important;
}
/*-----------------------------------------------------------------------------
* end "width: auto" force
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
* Menu/Menuwidget Submenu Support
-----------------------------------------------------------------------------*/
.default_menu ul.sub_menu,
.b_menuwidget ul.sub_menu {
  visibility: hidden;
}

.default_menu ul li:hover > ul.sub_menu,
.b_menuwidget ul li:hover > ul.sub_menu {
  visibility: visible;
}
/*-----------------------------------------------------------------------------
* end Menu/Menuwidget Submenu Support
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
* Responsive
-----------------------------------------------------------------------------*/
#__res_main_nav_button {
  position: absolute;
  visibility: hidden;
}

#__res_main_nav_label {
  display: none;
  cursor: pointer;
  user-select: none;
}

.res_main_nav_button_child {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}

@media screen and (max-width:499px) {
  .b_menu {
    z-index: 940000;
  }
}


/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 980000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 980000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 980001;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 980002;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 980003;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 980004;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}




body {
  background-image: none;
}
#rot #rot_ctr1_bod_ctr2 {
  z-index: 1009999;
  margin-top: %;
  text-align: center;
  overflow: visible;
  width: 100%;
  position: relative;
}
#rot #rot_ctr1_bod_ctr2 {
  display: none;
}
#rot #rot_ctr1_bod_ctr2 ul li {
  padding-top: 0px;
  padding-left: 0px;
}
#rot #rot_ctr1_bod_ctr3 {
  padding-top: 0px;
}
#rot #rot_ctr1_bod_ctr2_bod {
  position: relative;
  top: 10px;
  z-index: 1000000009999;
  font-family: 微軟正黑體;
  display: block;
  margin-top: 5px;
  font-size: 16px;
}
#rot #rot_ctr1_bod_ctr2_bod {
  display: none;
}
#rot #rot_ctr1_bod_ctr2_bod > ul > li.first {
  width: auto;
  padding-left: 0px;
  padding-top: 0px;
}
#rot #rot_ctr1_bod_ctr2_bod > ul > li.first > a {
  text-align: center;
}
#rot #rot_ctr1_bod_ctr2_bod ul {
  background-color: transparent;
  height: 60px;
}
#rot #rot_ctr1_bod_ctr2_bod ul li {
  overflow: hidden;
  width: auto;
  margin-left: 1%;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  margin-right: 1%;
  padding-bottom: 0px;
}

@media screen and (max-width: 1000px) {
#rot #rot_ctr1_bod_ctr2_bod {
  height: 0px;
  position: relative;
  top: 50px;
}
#rot #rot_ctr1_bod_ctr2_bod > ul > li.first {
  width: auto;
}
#rot #rot_ctr1_bod_ctr2_bod ul {
  height: auto;
}
#rot #rot_ctr1_bod_ctr2_bod ul li {
  margin-right: 1%;
  margin-left: 1%;
}
#rot #rot_ctr1_bod_ctr2_bod ul li a {
  margin-left: %;
}

}

@media screen and (max-width: 770px) {
#rot #rot_ctr1_bod_ctr2 {
  margin-left: auto;
  margin-right: auto;
}
#rot #rot_ctr1_bod_ctr2_bod {
  margin-top: 15px;
  top: 15px;
  width: 100%;
  margin-left: auto;
  position: relative;
  margin-right: auto;
}
#rot #rot_ctr1_bod_ctr2_bod > ul > li.first {
  width: auto;
}
#rot #rot_ctr1_bod_ctr2_bod ul {
  margin-top: 5px;
  padding-bottom: 0px;
  padding-top: 0px;
}

}

@media screen and (max-width: 499px) {
#rot #rot_ctr1_bod_ctr2 {
  top: 0px;
}
#rot #rot_ctr1_bod_ctr2_bod {
  margin-top: 0px;
  text-align: left;
  background-color: rgba(23,23,23,1);
  display: block;
  position: static;
  top: auto;
  width: auto;
  height: auto;
  margin-left: px;
  margin-right: px;
}
#rot #rot_ctr1_bod_ctr2_bod #__res_main_nav_button:checked ~ label {
  background-color: rgba(0,61,120,1);
}
#rot #rot_ctr1_bod_ctr2_bod #__res_main_nav_button:checked ~ ul {
  background-color: rgba(16,16,16,1);
  display: block;
  width: 100%;
}
#rot #rot_ctr1_bod_ctr2_bod #__res_main_nav_button:checked ~ ul > li {
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  position: relative;
  text-align: left;
  width: 100%;
}
#rot #rot_ctr1_bod_ctr2_bod #__res_main_nav_label {
  background-image: url('/static/designs/images/repository/util_38x38_hamburger_menu.png');
  background-position: 0.5em 0.5em;
  background-repeat: no-repeat;
  display: block;
  height: 55px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 0em;
  padding-top: 0em;
  position: relative;
  width: 100%;
}
#rot #rot_ctr1_bod_ctr2_bod .res_main_nav_button_child:checked ~ label {
  background-image: url('/static/designs/images/repository/util_7x7_minus.png');
}
#rot #rot_ctr1_bod_ctr2_bod .res_main_nav_button_child:checked ~ ul {
  display: block;
  overflow: hidden;
  width: 100%;
}
#rot #rot_ctr1_bod_ctr2_bod .res_main_nav_button_child:checked ~ ul > li {
  padding-left: 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
#rot #rot_ctr1_bod_ctr2_bod .res_main_nav_label_child {
  background-image: url('/static/designs/images/repository/util_7x7_plus.png');
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: auto;
  min-height: 1.25em;
  min-width: 0px;
  position: absolute;
  top: 8px;
  width: 20px;
}
#rot #rot_ctr1_bod_ctr2_bod ul {
  margin-top: 0px;
  display: none;
  float: left;
  height: 100%;
  padding-bottom: 20px;
  padding-top: 0px;
}
#rot #rot_ctr1_bod_ctr2_bod ul li a {
  display: block;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 14px;
  padding-right: 0px;
  padding-top: 10px;
  text-align: left;
}
#rot #rot_ctr1_bod_ctr2_bod ul li ul {
  margin-top: 0px;
  background-color: transparent;
  margin-left: auto;
}
#rot #rot_ctr1_bod_ctr2_bod ul li ul li {
  float: left;
}
#rot #rot_ctr1_bod_ctr2_bod ul li ul li a {
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 0px;
  padding-top: 10px;
}

}


#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1 {
  color: #FFFFFF;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  min-height: 540px;
  min-width: 0px;
  overflow: hidden;
  text-align: center;
  width: 75%;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1 h1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 26px;
  padding-top: 26px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_blk1 {
  padding-top: 35px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_blk1 h2 {
  color: #ffffff;
  font-size: 52px;
  letter-spacing: 1px;
  line-height: 1.1;
  padding-bottom: 20px;
  padding-top: 20px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_blk2 {
  clear: both;
  font-size: 17px;
  padding-left: 75px;
  padding-right: 75px;
  text-align: left;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_blk3 {
  background-color: rgba(0,0,0,0.8);
  clear: both;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  min-height: 0px;
  text-align: center;
  vertical-align: middle;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_blk3 a {
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 10px;
  text-align: center;
  vertical-align: middle;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_blk3 a:hover {
  color: rgba(255,165,2,1);
  text-decoration: none;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2 {
  background-image:  url(/static/designs/images/repository/bg_984x291_service_gears.jpg);
  background-position: left bottom;
  background-repeat: repeat-x;
  min-height: 800px;
  text-align: center;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk1 {
  clear: both;
  display: block;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk2 {
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
  width: 300px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk2_blk1 {
  clear: both;
  font-weight: bold;
  margin-bottom: 15px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk2_blk2 {
  background-image:  url(/static/designs/images/repository/bg_2x1_vert_lines.png);
  clear: both;
  height: 183px;
  line-height: 20;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  vertical-align: middle;
  width: 255px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk2_blk2 p {
  line-height: 20;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk2_blk2 img {
  left: 50%;
  margin-left: -17%;
  margin-right: auto;
  margin-top: -20%;
  position: absolute;
  right: auto;
  top: 50%;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk2_blk3 {
  clear: both;
  font-size: 1.1em;
  margin-left: 55px;
  margin-right: 55px;
  margin-top: 10px;
  text-align: justify;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk2_blk4 {
  background-color: rgba(0,0,0,0.8);
  clear: both;
  display: inline-block;
  margin-top: 30px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk2_blk4 a {
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  text-decoration: none;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk2_blk4 a:hover {
  color: rgba(255,165,2,1);
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk3 {
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
  width: 300px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk3_blk1 {
  clear: both;
  font-weight: bold;
  margin-bottom: 15px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk3_blk2 {
  background-image:  url(/static/designs/images/repository/bg_2x1_vert_lines.png);
  clear: both;
  height: 183px;
  line-height: 20;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  vertical-align: middle;
  width: 255px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk3_blk2 p {
  line-height: 20;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk3_blk2 img {
  left: 50%;
  margin-left: -18%;
  margin-right: auto;
  margin-top: -20%;
  position: absolute;
  right: auto;
  top: 50%;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk3_blk3 {
  clear: both;
  font-size: 1.1em;
  margin-left: 55px;
  margin-right: 55px;
  margin-top: 10px;
  text-align: justify;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk3_blk4 {
  background-color: rgba(0,0,0,0.8);
  clear: both;
  display: inline-block;
  margin-top: 30px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk3_blk4 a {
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  text-decoration: none;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk3_blk4 a:hover {
  color: rgba(255,165,2,1);
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk4 {
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
  width: 300px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk4_blk1 {
  clear: both;
  font-weight: bold;
  margin-bottom: 15px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk4_blk2 {
  background-image:  url(/static/designs/images/repository/bg_2x1_vert_lines.png);
  clear: both;
  height: 183px;
  line-height: 20;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  vertical-align: middle;
  width: 255px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk4_blk2 p {
  line-height: 20;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk4_blk2 img {
  left: 50%;
  margin-left: -18%;
  margin-right: auto;
  margin-top: -20%;
  position: absolute;
  right: auto;
  top: 50%;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk4_blk3 {
  clear: both;
  font-size: 1.1em;
  margin-left: 55px;
  margin-right: 55px;
  margin-top: 10px;
  text-align: justify;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk4_blk4 {
  background-color: rgba(0,0,0,0.8);
  clear: both;
  display: inline-block;
  margin-top: 30px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk4_blk4 a {
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  text-decoration: none;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk4_blk4 a:hover {
  color: rgba(255,165,2,1);
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk5 {
  display: inline-block;
  margin-bottom: 150px;
  vertical-align: top;
  width: 300px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk5_blk1 {
  clear: both;
  font-weight: bold;
  margin-bottom: 15px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk5_blk2 {
  background-image:  url(/static/designs/images/repository/bg_2x1_vert_lines.png);
  clear: both;
  height: 183px;
  line-height: 20;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  vertical-align: middle;
  width: 255px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk5_blk2 p {
  line-height: 20;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk5_blk2 img {
  left: 50%;
  margin-left: -18%;
  margin-right: auto;
  margin-top: -20%;
  position: absolute;
  right: auto;
  top: 50%;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk5_blk3 {
  clear: both;
  font-size: 1.1em;
  margin-left: 55px;
  margin-right: 55px;
  margin-top: 10px;
  text-align: justify;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk5_blk4 {
  background-color: rgba(0,0,0,0.8);
  clear: both;
  display: inline-block;
  margin-top: 30px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk5_blk4 a {
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  text-decoration: none;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_blk1_blk5_blk4 a:hover {
  color: rgba(255,165,2,1);
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3 {
  background-image:  url(/static/designs/images/repository/img_1600x732_skyscrapers.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  min-height: 625px;
  padding-bottom: 25px;
  text-align: center;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_blk1 {
  clear: both;
  min-height: 500px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_blk1_blk1 h2 {
  padding-bottom: 50px;
  padding-top: 50px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_blk1_blk2 {
  background-color: #FFFFFF;
  display: inline-block;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: 4%;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 7px;
  vertical-align: top;
  width: 300px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_blk1_blk2_blk1 {
  background-color: #322d2a;
  clear: both;
  color: #FFFFFF;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_blk1_blk2_blk2 {
  clear: both;
  line-height: 1.4;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  text-align: left;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_blk1_blk2_blk3 {
  background-color: rgba(0,0,0,0.8);
  clear: both;
  display: inline-block;
  margin-bottom: 20px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_blk1_blk2_blk3 a {
  color: #FFFFFF;
  display: inline-block;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_blk1_blk2_blk3 a:hover {
  color: rgba(255,165,2,1);
  text-decoration: none;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_blk1_blk3 {
  background-color: #FFFFFF;
  display: inline-block;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 7px;
  vertical-align: top;
  width: 300px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_blk1_blk3_blk1 {
  background-color: #322d2a;
  clear: both;
  color: #FFFFFF;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_blk1_blk3_blk2 {
  clear: both;
  line-height: 1.4;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  text-align: left;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_blk1_blk3_blk3 {
  background-color: rgba(0,0,0,0.8);
  clear: both;
  display: inline-block;
  margin-bottom: 20px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_blk1_blk3_blk3 a {
  color: #FFFFFF;
  display: inline-block;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_blk1_blk3_blk3 a:hover {
  color: rgba(255,165,2,1);
  text-decoration: none;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk4 {
  background-image:  url(/static/designs/images/repository/img_976x391_3d_people_blocks.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 500px;
  padding-bottom: 400px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk4_blk1 {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  min-height: 500px;
  width: 800px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk4_blk1_blk1 {
  clear: both;
  text-align: center;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk4_blk1_blk1 h2 {
  padding-bottom: 50px;
  padding-top: 50px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk4_blk1_blk2 {
  clear: both;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk4_blk1_blk2_blk1 {
  background-image:  url(/static/designs/images/repository/img_200x200_client_male.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  clear: both;
  color: #808080;
  font-size: 1.1em;
  font-style: italic;
  line-height: 1.5;
  min-height: 200px;
  min-width: 200px;
  padding-left: 250px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk4_blk1_blk3 {
  clear: both;
  padding-left: 25px;
  padding-right: 25px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk4_blk1_blk3_blk1 {
  background-image:  url(/static/designs/images/repository/img_200x200_client_female.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  clear: both;
  color: #808080;
  font-size: 1.1em;
  font-style: italic;
  line-height: 1.5;
  min-height: 200px;
  min-width: 200px;
  padding-left: 250px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5 {
  background-attachment: scroll;
  background-color: transparent;
  background-image:  url(/static/designs/images/repository/img_1600x605_keyboard_contact.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  clear: both;
  color: #FFFFFF;
  min-height: 550px;
  text-align: center;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_blk1 {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  min-height: 300px;
  width: auto;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_blk1_blk1 {
  text-align: center;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_blk1_blk1 h2 {
  padding-bottom: 50px;
  padding-top: 50px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_blk1_blk2 {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_blk1_blk2_blk1 {
  border-right-style: solid;
  border-right-width: 1px;
  clear: both;
  display: inline-block;
  float: none;
  font-size: 1.5em;
  min-height: 200px;
  min-width: 0px;
  padding-top: 50px;
  vertical-align: top;
  width: 25%;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_blk1_blk2_blk1 p {
  word-wrap: break-word;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_blk1_blk2_blk2 {
  border-right-style: solid;
  border-right-width: 1px;
  clear: both;
  display: inline-block;
  float: none;
  font-size: 1.5em;
  min-height: 200px;
  min-width: 0px;
  padding-top: 50px;
  vertical-align: top;
  width: 25%;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_blk1_blk2_blk2 p {
  word-wrap: break-word;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_blk1_blk2_blk3 {
  clear: both;
  display: inline-block;
  float: none;
  font-size: 1.5em;
  min-height: 200px;
  min-width: 0px;
  padding-top: 50px;
  vertical-align: top;
  width: 25%;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_blk1_blk2_blk3 p {
  word-wrap: break-word;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk6 {
  clear: both;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_custom {
  position: absolute;
  top: 0px;
  clear: both;
  float: none;
  width: auto;
  margin-bottom: 0px;
  margin-top: 0px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_custom a {
  color: rgba(144,6,98,1);
  font-family: 微軟正黑體;
  letter-spacing: 1.5px;
  word-spacing: normal;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_custom img {
  display: inline;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_custom a:hover {
  color: rgba(181,91,168,1);
  letter-spacing: 1.5px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_custom a:active {
  color: rgba(181,91,168,1);
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2_custom {
  width: auto;
  clear: both;
  float: none;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_custom {
  width: auto;
  float: none;
  min-height: 30px;
  clear: both;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_custom h2 {
  padding-bottom: 15px;
  padding-top: 39px;
  letter-spacing: 0.5px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_custom ul li {
  padding-left: 2px;
  margin-left: 5px;
  padding-right: 2px;
  margin-right: 5px;
  letter-spacing: 1px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk4_custom {
  margin-top: 5%;
  width: auto;
  clear: both;
  float: none;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_custom {
  width: 60%;
  margin-right: 20%;
  margin-left: 20%;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_custom img {
  width: 100%;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk6_custom {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 150px;
  width: 60%;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk6_custom img {
  width: 100%;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk7_custom {
  margin-left: 20%;
  margin-right: 20%;
  width: 60%;
  margin-top: 150px;
  margin-bottom: 100px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk7_custom img {
  width: 100%;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk8_custom {
  margin-right: 20%;
  margin-left: 20%;
  margin-bottom: 100px;
  width: 60%;
  margin-top: 150px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk8_custom img {
  width: 100%;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk9_custom {
  background-color: rgba(246,159,182,1);
  width: auto;
  min-height: 30px;
  padding-bottom: 2%;
  clear: both;
  float: none;
  padding-top: 2%;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk10_custom {
  background-color: rgba(144,6,98,1);
  width: auto;
  padding-top: 10px;
  clear: both;
  float: none;
  padding-bottom: 10px;
  min-height: 30px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk6_custom_blk1_custom {
  width: auto;
  clear: both;
  float: none;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk6_custom_blk1_custom h2 {
  letter-spacing: 1px;
  font-size: 26px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk6_custom_blk1_custom p {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk6_custom_blk2_custom {
  letter-spacing: 1.2px;
  clear: both;
  float: none;
  width: auto;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk6_custom_blk3_custom {
  width: auto;
  clear: both;
  float: none;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk6_custom_blk3_custom p {
  margin-top: 25px;
  margin-bottom: 25px;
  letter-spacing: 0.7px;
  font-size: 18px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk6_custom_blk4_custom {
  width: auto;
  clear: both;
  float: none;
  margin-left: 0px;
  border-left-width: 4px;
  border-left-color: rgba(255,237,249,1);
  border-left-style: solid;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk6_custom_blk4_custom h5 {
  padding-top: 10px;
  margin-bottom: 0px;
  margin-left: 25px;
  margin-top: 25px;
  letter-spacing: 0.7px;
  font-weight: bold;
  line-height: 0.5;
  font-size: 22px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk6_custom_blk4_custom p {
  margin-top: -5px;
  margin-left: 25px;
  line-height: 1.6;
  letter-spacing: 0.7px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_custom_blk1_custom {
  width: auto;
  float: none;
  clear: both;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_custom_blk1_custom h2 {
  letter-spacing: 1px;
  font-size: 26px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_custom_blk1_custom p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_custom_blk2_custom {
  width: auto;
  clear: both;
  float: none;
  letter-spacing: 1.2px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_custom_blk3_custom {
  width: auto;
  clear: both;
  float: none;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_custom_blk3_custom p {
  letter-spacing: 0.7px;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 25px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_custom_blk4_custom {
  width: auto;
  clear: both;
  float: none;
  border-left-width: 4px;
  border-left-color: rgba(255,237,249,1);
  border-left-style: solid;
  margin-left: 0px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_custom_blk4_custom h5 {
  line-height: 0.5;
  font-size: 22px;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 0px;
  margin-left: 25px;
  margin-top: 25px;
  letter-spacing: 0.7px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_custom_blk4_custom p {
  line-height: 1.6;
  margin-top: -5px;
  margin-left: 25px;
  letter-spacing: 0.7px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk9_custom_blk1_custom {
  clear: both;
  float: none;
  width: auto;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk8_custom_blk1_custom {
  width: auto;
  clear: both;
  float: none;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk8_custom_blk1_custom h2 {
  letter-spacing: 1px;
  font-size: 26px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk8_custom_blk1_custom p {
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 14px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk8_custom_blk2_custom {
  width: auto;
  clear: both;
  float: none;
  letter-spacing: 1.2px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk8_custom_blk3_custom {
  clear: both;
  width: auto;
  float: none;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk8_custom_blk3_custom p {
  margin-top: 25px;
  margin-bottom: 25px;
  letter-spacing: 0.7px;
  font-size: 18px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk8_custom_blk4_custom {
  margin-left: 0px;
  float: none;
  clear: both;
  width: auto;
  border-left-width: 4px;
  border-left-color: rgba(255,237,249,1);
  border-left-style: solid;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk8_custom_blk4_custom h5 {
  margin-top: 25px;
  padding-top: 10px;
  margin-bottom: 0px;
  margin-left: 25px;
  line-height: 0.5;
  font-size: 22px;
  letter-spacing: 0.7px;
  font-weight: bold;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk8_custom_blk4_custom p {
  margin-left: 25px;
  margin-top: -5px;
  line-height: 1.6;
  letter-spacing: 0.7px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk7_custom_blk1_custom {
  width: auto;
  float: none;
  clear: both;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk7_custom_blk1_custom h2 {
  font-size: 26px;
  letter-spacing: 1px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk7_custom_blk1_custom p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk7_custom_blk2_custom {
  width: auto;
  clear: both;
  float: none;
  letter-spacing: 1.2px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk7_custom_blk3_custom {
  clear: both;
  float: none;
  width: auto;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk7_custom_blk3_custom p {
  font-size: 18px;
  letter-spacing: 0.7px;
  margin-bottom: 25px;
  margin-top: 25px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk7_custom_blk4_custom {
  width: auto;
  float: none;
  clear: both;
  border-left-style: solid;
  border-left-color: rgba(255,237,249,1);
  border-left-width: 4px;
  margin-left: 0px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk7_custom_blk4_custom h5 {
  line-height: 0.5;
  font-size: 22px;
  letter-spacing: 0.7px;
  font-weight: bold;
  margin-top: 25px;
  margin-left: 25px;
  padding-top: 10px;
  margin-bottom: 0px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk7_custom_blk4_custom p {
  letter-spacing: 0.7px;
  line-height: 1.6;
  margin-left: 25px;
  margin-top: -5px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk10_custom_blk1_custom {
  width: auto;
  float: none;
  clear: both;
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 770px) {}

@media screen and (max-width: 499px) {#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_custom img {
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_custom {
  min-height: 30px;
  width: 95%;
  margin-right: 2.5%;
  margin-left: 2.5%;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_custom h2 {
  margin-bottom: -10px;
  margin-top: 0px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_custom p {
  font-size: 14px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3_custom ul li {
  letter-spacing: 0px;
  font-size: 13.2px;
  margin-top: 10px;
  width: 35%;
  padding-right: -0px;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_custom {
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk6_custom {
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
  margin-top: 120px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk7_custom {
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
  margin-top: 120px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk8_custom {
  margin-right: 10%;
  margin-left: 10%;
  width: 80%;
  margin-top: 120px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk6_custom_blk1_custom h2 {
  font-size: 24px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk6_custom_blk3_custom p {
  letter-spacing: 1.4px;
  line-height: 1.6;
  font-size: 17px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk6_custom_blk4_custom h5 {
  font-size: 16px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk6_custom_blk4_custom p {
  font-size: 17px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_custom_blk1_custom h2 {
  font-size: 24px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_custom_blk3_custom p {
  letter-spacing: 1.4px;
  font-size: 17px;
  line-height: 1.6;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_custom_blk4_custom h5 {
  font-size: 16px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk5_custom_blk4_custom p {
  font-size: 17px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk8_custom_blk1_custom h2 {
  font-size: 24px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk8_custom_blk3_custom p {
  line-height: 1.6;
  font-size: 17px;
  letter-spacing: 1.4px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk8_custom_blk4_custom h5 {
  font-size: 16px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk8_custom_blk4_custom p {
  font-size: 17px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk7_custom_blk1_custom h2 {
  font-size: 24px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk7_custom_blk3_custom p {
  letter-spacing: 1.4px;
  font-size: 17px;
  line-height: 1.6;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk7_custom_blk4_custom h5 {
  font-size: 16px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk7_custom_blk4_custom p {
  font-size: 17px;
}
}




