@charset "UTF-8";
/** MOBILE FIRST SETTING **/
/** SI2019-0609: Set the photo in right side**/

@media (min-width: 0px) { /** ALL SIZE WILL APPLY THIS BLOCK STYLE **/
  /*body{display: none; all size disply none}*/
/** SI2019-0609: Set the photo in right side <start>**/
  .slm-20 {
    margin-left: 20px; }
  .sbm-20 {
    margin-bottom: 20px; }

  .right-img {
    width: 100%; }
/** SI2019-0609: Set the photo in right side <end>**/
}
/** SI2019-0609: Set the photo in right side <start>**/
/** Set the right-align photo size to 48% when screen size > 500px **/
@media (min-width: 501px){
  .right-img {
    float:right;
    width: 48%; }
}
/** SI2019-0609: Set the photo in right side <start>**/

@media (min-width: 768px) { /** >= 768 SIZE WILL DISPLAY **/
  /*body{
    display: none; only width px >= 768 disply none
  }*/
  .zh-main-menu-item > ul > li{
    font-size: 14px !important;
    padding: 0 30px !important;
  }
}
@media (min-width: 960px) {
  .zh-main-menu-item > ul > li{
    font-size: 14px !important;
    padding: 0 30px !important;
  }
}
@media (min-width: 1024px) {
  .zh-main-menu-item > ul > li{
    font-size: 16px !important;
    padding: 0 35px !important;
  }
}
@media (min-width: 1280px) {
  .zh-main-menu-item > ul > li{
    font-size: 16px !important;
    padding: 0 40px !important;
  }
}

