.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}


/* --------------------------------------------------------------------- */


/* COMMON STYLING
/* --------------------------------------------------------------------- */

body {
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 18px;
  line-height: 1.42857143;
}

@media screen and (min-width: 768px) {
  body.horizontal-main-nav .container {
    width: 750px;
  }
}

@media screen and (min-width: 992px) {
  body.horizontal-main-nav .container {
    width: 970px;
  }
}

@media screen and (min-width: 1200px) {
  body.horizontal-main-nav .container {
    width: 1170px;
  }
}

body.horizontal-main-nav .page-content {
  background: #eff3f8;
  padding: 50px 0;
}

.nav-md .container.body .right_col {
  padding: 78px 20px 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #f8cb08;
}

a:hover {
  color: #cd9500;
}

a:focus {
  color: #f8cb08;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arial';
  font-weight: normal;
}

body.font2 h1,
body.font2 h2,
body.font2 h3,
body.font2 h4,
body.font2 h5,
body.font2 h6 {
  font-family: "Sawarabi Mincho";
  font-weight: normal;
}

.tr-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tr-bg-primary {
  background-color: #f8cb08;
}

.tr-bg-white {
  background-color: #fff;
}

.tr-bg-gray {
  background-color: #f6f6f6;
}


/* font-size */

.tr-f-12 {
  font-size: 12px;
}

.tr-f-14 {
  font-size: 14px;
}

.tr-f-16 {
  font-size: 16px;
}

.tr-f-18 {
  font-size: 18px;
}

.tr-f-20 {
  font-size: 20px;
}

.tr-f-22 {
  font-size: 22px;
}

.tr-f-24 {
  font-size: 24px;
}

.tr-f-26 {
  font-size: 26px;
}

.tr-f-28 {
  font-size: 28px;
}

.tr-f-30 {
  font-size: 30px;
}

.tr-f-32 {
  font-size: 32px;
}

.tr-f-34 {
  font-size: 34px;
}

.tr-f-36 {
  font-size: 36px;
}

.tr-f-38 {
  font-size: 38px;
}

.tr-f-40 {
  font-size: 40px;
}

.tr-f-42 {
  font-size: 42px;
}

.tr-f-44 {
  font-size: 44px;
}

.tr-f-46 {
  font-size: 46px;
}

.tr-f-48 {
  font-size: 48px;
}

.tr-f-50 {
  font-size: 50px;
}

.tr-f-52 {
  font-size: 52px;
}

.tr-f-54 {
  font-size: 54px;
}

.tr-f-56 {
  font-size: 56px;
}

.tr-f-58 {
  font-size: 58px;
}

.tr-f-60 {
  font-size: 60px;
}


/* padding-top */

.tr-pt-0 {
  padding-top: 0 !important;
}

.tr-pt-5 {
  padding-top: 5px;
}

.tr-pt-10 {
  padding-top: 10px;
}

.tr-pt-15 {
  padding-top: 15px;
}

.tr-pt-20 {
  padding-top: 20px;
}

.tr-pt-25 {
  padding-top: 25px;
}

.tr-pt-30 {
  padding-top: 30px;
}

.tr-pt-35 {
  padding-top: 35px;
}

.tr-pt-40 {
  padding-top: 40px;
}

.tr-pt-45 {
  padding-top: 45px;
}

.tr-pt-50 {
  padding-top: 50px;
}

.tr-pt-55 {
  padding-top: 55px;
}

.tr-pt-60 {
  padding-top: 60px;
}

.tr-pt-65 {
  padding-top: 65px;
}

.tr-pt-70 {
  padding-top: 70px;
}

.tr-pt-75 {
  padding-top: 75px;
}

.tr-pt-80 {
  padding-top: 80px;
}

.tr-pt-85 {
  padding-top: 85px;
}

.tr-pt-90 {
  padding-top: 90px;
}

.tr-pt-95 {
  padding-top: 95px;
}

.tr-pt-100 {
  padding-top: 100px;
}


/* padding-bottom */

.tr-pb-0 {
  padding-bottom: 0 !important;
}

.tr-pb-5 {
  padding-bottom: 5px;
}

.tr-pb-10 {
  padding-bottom: 10px;
}

.tr-pb-15 {
  padding-bottom: 15px;
}

.tr-pb-20 {
  padding-bottom: 20px;
}

.tr-pb-25 {
  padding-bottom: 25px;
}

.tr-pb-30 {
  padding-bottom: 30px;
}

.tr-pb-35 {
  padding-bottom: 35px;
}

.tr-pb-40 {
  padding-bottom: 40px;
}

.tr-pb-45 {
  padding-bottom: 45px;
}

.tr-pb-50 {
  padding-bottom: 50px;
}

.tr-pb-55 {
  padding-bottom: 55px;
}

.tr-pb-60 {
  padding-bottom: 60px;
}

.tr-pb-65 {
  padding-bottom: 65px;
}

.tr-pb-70 {
  padding-bottom: 70px;
}

.tr-pb-75 {
  padding-bottom: 75px;
}

.tr-pb-80 {
  padding-bottom: 80px;
}

.tr-pb-85 {
  padding-bottom: 85px;
}

.tr-pb-90 {
  padding-bottom: 90px;
}

.tr-pb-95 {
  padding-bottom: 95px;
}

.tr-pb-100 {
  padding-bottom: 100px;
}


/* margin-top */

.tr-mt-0 {
  margin-top: 0 !important;
}

.tr-mt-5 {
  margin-top: 5px;
}

.tr-mt-10 {
  margin-top: 10px;
}

.tr-mt-15 {
  margin-top: 15px;
}

.tr-mt-20 {
  margin-top: 20px;
}

.tr-mt-25 {
  margin-top: 25px;
}

.tr-mt-30 {
  margin-top: 30px;
}

.tr-mt-35 {
  margin-top: 35px;
}

.tr-mt-40 {
  margin-top: 40px;
}

.tr-mt-45 {
  margin-top: 45px;
}

.tr-mt-50 {
  margin-top: 50px;
}

.tr-mt-55 {
  margin-top: 55px;
}

.tr-mt-60 {
  margin-top: 60px;
}

.tr-mt-65 {
  margin-top: 65px;
}

.tr-mt-70 {
  margin-top: 70px;
}

.tr-mt-75 {
  margin-top: 75px;
}

.tr-mt-80 {
  margin-top: 80px;
}

.tr-mt-85 {
  margin-top: 85px;
}

.tr-mt-90 {
  margin-top: 90px;
}

.tr-mt-95 {
  margin-top: 95px;
}

.tr-mt-100 {
  margin-top: 100px;
}


/* margin-bottom */

.tr-mb-0 {
  margin-bottom: 0 !important;
}

.tr-mb-5 {
  margin-bottom: 5px;
}

.tr-mb-10 {
  margin-bottom: 10px;
}

.tr-mb-15 {
  margin-bottom: 15px;
}

.tr-mb-20 {
  margin-bottom: 20px;
}

.tr-mb-25 {
  margin-bottom: 25px;
}

.tr-mb-30 {
  margin-bottom: 30px;
}

.tr-mb-35 {
  margin-bottom: 35px;
}

.tr-mb-40 {
  margin-bottom: 40px;
}

.tr-mb-45 {
  margin-bottom: 45px;
}

.tr-mb-50 {
  margin-bottom: 50px;
}

.tr-mb-55 {
  margin-bottom: 55px;
}

.tr-mb-60 {
  margin-bottom: 60px;
}

.tr-mb-65 {
  margin-bottom: 65px;
}

.tr-mb-70 {
  margin-bottom: 70px;
}

.tr-mb-75 {
  margin-bottom: 75px;
}

.tr-mb-80 {
  margin-bottom: 80px;
}

.tr-mb-85 {
  margin-bottom: 85px;
}

.tr-mb-90 {
  margin-bottom: 90px;
}

.tr-mb-95 {
  margin-bottom: 95px;
}

.tr-mb-100 {
  margin-bottom: 100px;
}

.tr-bt-1 {
  border-top: 1px solid #e1e1e1;
}

.tr-bb-1 {
  border-bottom: 1px solid #e1e1e1;
}

.tr-overflow-ellipsis {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tr-gap {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.tr-color-primary {
  color: #f8cb08;
}

.tr-bg-primary {
  background-color: #f8cb08;
}

.tr-bg-white {
  background-color: #fff;
}

.tr-bg-gray {
  background-color: #f5f5f5;
}

.tabbable-custom>.nav-tabs>li>a {
  font-size: 16px;
}

.tabbable-custom>.nav-tabs>li>a,
.tabbable-custom>.nav-tabs>li>a:hover {
  color: #555;
}

.tabbable-custom>.nav-tabs>li.active {
  border-color: #f8cb08;
}

.tabbable-custom>.nav-tabs>li.active>a,
.tabbable-custom>.nav-tabs>li.active>a:hover {
  font-weight: bold;
  color: #f8cb08;
}

.tr-btn-radio-group .btn.active {
  color: #fff;
  border-color: #f8cb08;
  background: #f8cb08;
}

.tr-btn-checkbox-group .btn.active {
  color: #fff;
  background: #f8cb08;
}

.tr-col-wrapper:before,
.tr-col-wrapper:after {
  content: " ";
  clear: both;
  display: table;
}

.tr-col-wrapper .tr-col {
  float: left;
  position: relative;
  min-height: 1px;
}

.tr-col-wrapper .tr-col-left {
  float: left;
  position: relative;
  min-height: 1px;
}

.tr-col-wrapper .tr-col-right {
  float: right;
  position: relative;
  min-height: 1px;
}

.tr-col-wrapper.space10 {
  margin-left: -5px;
  margin-right: -5px;
}

.tr-col-wrapper.space10 .tr-col {
  padding-left: 5px;
  padding-right: 5px;
}

.tr-dp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  vertical-align: top;
  border-collapse: collapse;
}

.tr-dp-table-caption {
  display: table-caption;
}

.tr-dp-table-row {
  display: table-row;
}

.tr-dp-table-cell {
  display: table-cell;
  vertical-align: top;
}

.tr-dp-table.align-top .tr-dp-table-cell {
  vertical-align: top;
}

.tr-dp-table.align-middle .tr-dp-table-cell {
  vertical-align: middle;
}

.tr-dp-table.align-bottom .tr-dp-table-cell {
  vertical-align: bottom;
}

.tr-dp-table.no-border .tr-dp-table-cell {
  border: 0 none;
}

.tr-dp-table .tr-dp-table-cell.align-top {
  vertical-align: top;
}

.tr-dp-table .tr-dp-table-cell.align-middle {
  vertical-align: middle;
}

.tr-dp-table .tr-dp-table-cell.align-bottom {
  vertical-align: bottom;
}

.tr-dp-table .tr-dp-table-cell.no-border {
  border: 0 none;
}

table.text-center tr th,
table.text-center tr td {
  text-align: center;
}

table.align-top th,
table.align-top td {
  vertical-align: top !important;
}

table.align-middle th,
table.align-middle td {
  vertical-align: middle !important;
}

table.align-bottom th,
table.align-bottom td {
  vertical-align: bottom !important;
}

table th.align-top,
table td.align-top {
  vertical-align: top !important;
}

table th.align-middle,
table td.align-middle {
  vertical-align: middle !important;
}

table th.align-bottom,
table td.align-bottom {
  vertical-align: bottom !important;
}

.tr-dp-inline-block {
  display: inline-block;
  vertical-align: top;
}

.tr-dp-inline-block.align-top {
  vertical-align: top;
}

.tr-dp-inline-block.align-middle {
  vertical-align: middle;
}

.tr-dp-inline-block.align-bottom {
  vertical-align: bottom;
}

.modal-header:before,
.modal-body:before,
.modal-footer:before,
.modal-header:after,
.modal-body:after,
.modal-footer:after {
  content: " ";
  clear: both;
  display: table;
}

.tr-pagination {
  display: block;
  width: 100%;
  text-align: center;
}

.tr-pagination:before,
.tr-pagination:after {
  content: " ";
  clear: both;
  display: table;
}

.tr-pagination .pagination {
  display: inline-block;
  vertical-align: middle;
}

.tr-pagination .pagination>li>a:focus,
.tr-pagination .pagination>li>span:focus {
  color: #f8cb08;
  background: #fff;
}

.tr-pagination .pagination .active>a,
.tr-pagination .pagination .active>a:hover {
  color: #fff;
  background: #f8cb08;
  border-color: #f8cb08;
}

.tr-container-style-1 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.tr-container-style-1:before,
.tr-container-style-1:after {
  content: " ";
  clear: both;
  display: table;
}

.tr-thumb-style-1 {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
}

.elevatezoom-gallery-item {
  margin-bottom: 10px;
}

.elevatezoom-gallery-img {
  display: block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
}

.modal .alert {
  border-radius: 0;
  margin: 0;
}

.modal .alert .close {
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  background-position: center center;
}

.tr-file-upload .no-image {
  display: none;
}

.tr-file-upload .preview-image {
  padding-top: 10px;
  margin-bottom: 40px;
}

.tr-file-upload .preview-image img {
  margin-left: auto;
  margin-right: auto;
}

.tr-file-upload .show-file-info {
  min-height: 34px;
  line-height: 34px;
  height: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.tr-file-upload .btn-delete {
  cursor: pointer;
}

[class*="tr-well-style-"]:before,
[class*="tr-well-style-"]:after {
  content: " ";
  clear: both;
  display: table;
}

.tr-well-style-1 {
  background: #fff;
  padding: 20px;
}

[class*="tr-block-style-"]:before,
[class*="tr-block-style-"]:after {
  content: " ";
  clear: both;
  display: table;
}

.tr-block-style-1 .btn-select-file {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  left: auto;
  bottom: auto;
  cursor: pointer;
  min-width: 0;
  transition: all 0.4s ease;
}

.tr-block-style-1 .btn-select-file:active {
  opacity: 0.6 !important;
  transition: none;
}

.tr-block-style-1 .btn-select-file img {
  display: block !important;
}

.tr-block-style-1 .preview-image {
  display: block;
  position: relative;
  width: 250px;
  height: 250px;
  background-color: #fff;
  padding: 0;
  margin: 0;
}

.tr-block-style-1 .preview-image>.image-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  margin: 0;
}

.tr-block-style-1 .preview-image.no-image {
  background-color: #f1f1f1;
}

.tr-block-style-1 .preview-image.no-image>.image-bg {
  display: none;
}

.tr-block-style-1 .preview-image:hover .btn-select-file {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1919px) {
  .test-responsive {
    color: #fff;
  }
}

@media screen and (max-width: 1365px) {
  .test-responsive {
    color: #fff;
  }
}

@media screen and (max-width: 1199px) {
  .test-responsive {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .test-responsive {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .test-responsive {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .test-responsive {
    color: #fff;
  }
}

@media screen and (max-width: 319px) {
  .test-responsive {
    color: #fff;
  }
}

@media screen and (min-width: 320px) {
  .test-responsive {
    color: #fff;
  }
}

@media screen and (min-width: 480px) {
  .test-responsive {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .test-responsive {
    color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .test-responsive {
    color: #fff;
  }
}

@media screen and (min-width: 1200px) {
  .test-responsive {
    color: #fff;
  }
}

@media screen and (min-width: 1366px) {
  .test-responsive {
    color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .test-responsive {
    color: #fff;
  }
}


/* --------------------------------------------------------------------- */


/* .header
/* --------------------------------------------------------------------- */

.pd-lr-30 {
  padding: 0 30px;
}

.pd-30 {
  padding: 30px;
}

.pd-lr-10 {
  padding: 0 10px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-20 {
  margin-bottom: 20px;
}

.mrb-10 {
  margin-bottom: 10px;
}

.mrt-50 {
  margin-top: 50px;
}

.mrt-40 {
  margin-top: 40px;
}

.mrt-30 {
  margin-top: 30px;
}

.mrt-20 {
  margin-top: 20px;
}

.mrt-10 {
  margin-top: 10px;
}

.mrt50 {
  margin-top: -50px;
}

.mrt40 {
  margin-top: -40px;
}

.mrt30 {
  margin-top: -30px;
}

.mrt20 {
  margin-top: -20px;
}

.mrt10 {
  margin-top: -10px;
}

.pdt-80 {
  padding-top: 80px;
}

.pdt-70 {
  padding-top: 70px;
}

.pdt-60 {
  padding-top: 60px;
}

.pdt-50 {
  padding-top: 50px;
}

.pdt-40 {
  padding-top: 40px;
}

.pdt-30 {
  padding-top: 30px;
}

.pdt-20 {
  padding-top: 20px;
}

.pdt-10 {
  padding-top: 10px;
}

.font-20 {
  font-size: 20px !important;
}


/* --------------------------------------------------------------------- */


/* .member
/* --------------------------------------------------------------------- */

.member {
  /**/
}


/* --------------------------------------------------------------------- */


/* page-name
/* --------------------------------------------------------------------- */

.page-name {
  /**/
}

body {
  color: #222;
  background: #fff;
  position: relative;
  overflow-x: hidden;
}

.bold {
  font-weight: bold;
}

.module-main {
  display: inline-block;
  width: 100%;
}

.md-full {
  display: inline-block;
  width: 100%;
}

.border-bottom {
  border-bottom: 1px solid #b1c6d1;
  margin-bottom: 10px;
}

.btn.red {
  color: #FFFFFF;
  background-color: #cb5a5e;
}

.btn.green {
  color: #FFFFFF;
  background-color: #26a69a;
}

.btn.blue {
  color: #FFFFFF;
  background-color: #3598dc;
}

.btn.default {
  color: #333333;
  background-color: #E5E5E5;
}

.caption {
  font-size: 16px;
}

.text-left {
  text-align: left !important;
}

.controls-button {
  margin: 5px 0 8px;
}

.text-center {
  text-align: center;
}

.cl-green {
  color: #347986;
}

.mrb-0 {
  margin-bottom: 0 !important;
}

.md-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
  color: #262a3a;
  margin-bottom: 60px;
}

.md-title .ct-title {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  font-family: 'Roboto';
  display: inline-block;
}

.md-title .ct-title:before {
  position: absolute;
  width: 240px;
  height: 30px;
  content: "";
  top: 130%;
  left: 50%;
  margin-left: -120px;
  background: url(../images/bg-title.png) no-repeat;
}

.md-title .sub-title {
  font-size: 20px;
  font-style: italic;
  color: #333;
  text-transform: none;
  font-weight: normal;
  margin-top: 10px;
  margin-top: 35px;
}

.menu {
  position: relative;
  z-index: 9999;
}

.menu .nav-menu {
  float: left;
}

.menu .nav-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu .nav-menu ul li {
  display: inline-block;
  float: left;
}

.menu .nav-menu ul li a {
  color: #fff;
  padding: 13px 20px;
  display: inline-block;
}

.menu .button-menu {
  float: right;
}

.menu .button-menu a {
  float: right;
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 34px;
  width: 158px;
  border: 2px solid #fff;
  border-radius: 4px;
  line-height: 30px;
  color: #fff;
  margin-top: 6px;
}

.policy {
  margin-top: 50px;
}

.policy .md-title {
  position: relative;
  z-index: 99;
}

.policy .list-policy {
  margin-right: -12px;
  margin-left: -12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

.policy .list-policy .item {
  width: 33.33%;
  padding: 12px;
}

.policy .list-policy .item .md-full {
  padding: 15px;
  padding-top: 120px;
  position: relative;
}

.policy .list-policy .item .md-full .icon {
  position: absolute;
  width: 185px;
  height: 185px;
  display: inline-block;
  top: -70px;
  left: 50%;
  margin-left: -92px;
  line-height: 185px;
  text-align: center;
}

.policy .list-policy .item .md-full .content {
  display: inline-block;
  width: 100%;
  min-height: 120px;
  text-align: center;
  font-size: 20px;
}

.policy .list-policy .item .md-full .content p {
  margin-bottom: 2px;
  color: #fff;
}

.sale-off {
  margin-top: 100px;
}

.sale-off .img {
  text-align: center;
}

.sale-off .md-content {
  padding: 0 18%;
}

.sale-off .md-content .md-ct p {
  margin-bottom: 30px;
}

.sale-off .content-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #f8cb08;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
}

.sale-off .content-title p {
  margin-bottom: 5px;
}

.sale-off.style2 {
  margin-bottom: 50px;
}

.sale-off.style2 .md-title {
  margin-bottom: 35px;
}

.sale-off.style2 .md-content .md-ct p {
  position: relative;
  padding-left: 22px;
}

.sale-off.style2 .md-content img {
  float: left;
  width: 16px;
  position: absolute;
  height: 14px;
  top: 3px;
  left: 0;
}

.about {
  margin-top: 30px;
  margin-bottom: 20px;
}

.about .md-content {
  font-weight: normal;
}

.about .md-content p {
  line-height: 26px;
  margin-bottom: 10px !important;
}

.save {
  margin-bottom: 50px;
}

.save p {
  line-height: 30px;
}

.save .item {
  position: relative;
  padding-left: 72px;
  margin-bottom: 15px;
}

.save .item:before {
  position: absolute;
  width: 54px;
  height: 55px;
  content: "";
  background: url(../images/bg-li.html) no-repeat;
  top: 5px;
  left: 0;
}

.save.style2 {
  background: #f5e3a8;
  padding: 30px 0;
  padding-bottom: 50px;
  margin-bottom: 0;
}

.save.style2 .md-content {
  padding: 0 80px;
}

.save.style2 .md-content .item {
  position: relative;
  padding-left: 65px;
  margin-bottom: 25px;
}

.save.style2 .md-content .item.item1:before {
  position: absolute;
  width: 40px;
  height: 37px;
  content: "";
  background: url(../images/icon1.png) no-repeat;
  top: -2px;
  left: 0;
}

.save.style2 .md-content .item.item2:before {
  position: absolute;
  width: 37px;
  height: 41px;
  content: "";
  background: url(../images/icon2.png) no-repeat;
  top: -6px;
  left: 0;
}

.save.style2 .md-content .item.item3:before {
  position: absolute;
  width: 39px;
  height: 33px;
  content: "";
  background: url(../images/icon3.png) no-repeat;
  top: -2px;
  left: 0;
}

.detail-item .md-content {}

.detail-item .md-content .item-row {
  margin-bottom: 50px;
}

.detail-item .md-content .item-row .img {
  vertical-align: middle;
  padding-top: 100px;
}

.detail-item .md-content .item-row .img img {
  position: relative;
}

.detail-item .md-content .item-row .sub-title {
  margin-bottom: 20px;
  padding-left: 45px;
  position: relative;
  font-size: 20px;
}

.detail-item .md-content .item-row .sub-title span.number {
  float: left;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  width: 38px;
  height: 38px;
  display: inline-block;
  text-align: center;
  padding: 0;
  line-height: 38px;
  color: #fff;
  background: #f8cb08;
  border-radius: 8px;
  font-size: 30px;
}

.detail-item .md-content .item-row .check-note {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.detail-item .md-content .item-row .ct {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}

.detail-item .md-content .item-row .ct img {
  position: absolute;
  width: 25px;
  left: 0;
  height: 20px;
  top: 50%;
  margin-top: -10px;
}

.detail-item .md-content .item-row.style2 .img {
  padding-top: 65px;
}

.check-note {
  font-weight: bold;
  color: #f8cb08;
}

.check-note img {
  float: left;
  margin-right: 8px;
}

a:hover {
  cursor: pointer;
}

.avatar {
  margin-top: 100px;
}

.avatar .md-content .row-avatar {
  position: relative;
  padding-left: 310px;
  margin-bottom: 100px;
}

.avatar .md-content .row-avatar .item-content .sub-title {
  margin-bottom: 25px;
}

.avatar .md-content .row-avatar .item-content p {
  margin-bottom: 0;
  line-height: 26px;
}

.avatar .md-content .row-avatar .left-avatar {
  position: absolute;
  width: 213px;
  /*height: 214px;*/
  top: 50%;
  margin-top: -124px;
  left: 0;
  display: inline-block;
  overflow: hidden;
}

.avatar .md-content .row-avatar.style2 {
  padding-left: 0;
  padding-right: 310px;
  margin-bottom: 150px;
}

.avatar .md-content .row-avatar.style2 .left-avatar {
  position: absolute;
  width: 213px;
  /*height: 228px;*/
  top: 50%;
  margin-top: -124px;
  left: inherit;
  right: 0;
  display: inline-block;
  /*border-radius: 100%;*/
  overflow: hidden;
}

.all-book {
  background: url(../images/book123.html) no-repeat center;
  padding-top: 20px;
  padding-bottom: 100px;
  margin-bottom: 50px;
}

.all-book .md-content {
  margin-top: 20px;
}

.all-book .md-content .title {
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  margin-top: 15px;
}

.all-book .md-content p {
  margin-bottom: 0;
  color: #111;
}

.all-book .md-content .img {
  margin-bottom: 10px;
}

.book-detail {
  background: #fdfaef;
  padding: 35px 50px;
  padding-bottom: 80px;
  position: relative;
  border: 3px solid #edc784;
}

.book-detail span.border-top:before {
  position: absolute;
  width: 33px;
  height: 37px;
  content: "";
  background: url(../images/arow11.html) no-repeat;
  background-color: #fdfaef;
  top: -3px;
  left: -3px;
  z-index: 2;
}

.book-detail span.border-top:after {
  position: absolute;
  width: 33px;
  height: 37px;
  content: "";
  background: url(../images/arow12.html) no-repeat;
  background-size: 100%;
  bottom: -3px;
  left: -3px;
  z-index: 2;
}

.book-detail span.border-bottom:before {
  position: absolute;
  width: 33px;
  height: 37px;
  content: "";
  background: url(../images/arow13.html) no-repeat;
  background-color: #fdfaef;
  bottom: -3px;
  right: -3px;
  z-index: 2;
}

.book-detail span.border-bottom:after {
  position: absolute;
  width: 33px;
  height: 37px;
  content: "";
  background: url(../images/arow14.html) no-repeat;
  background-size: 100%;
  top: -3px;
  right: -3px;
  z-index: 2;
}

.banner-full {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}

.banner-full .container {
  position: relative;
}

.banner-full .title_banner {
  position: absolute;
  width: 400px;
  height: 76px;
  display: inline-block;
  line-height: 76px;
  padding: 0;
  padding-left: 30px;
  bottom: 40px;
  left: 0;
  background: #67C6DD;
}

.banner-full .title_banner span {
  font-size: 36px;
}

.inline {
  display: inline-block;
}

.footer_wrapper .footer-content {
  background: #121b2c;
  color: #fff;
  padding-bottom: 140px;
  padding-top: 100px;
  float: left;
}

.footer_wrapper .footer-content .left-footer {
  padding-left: 100px;
}

.footer_wrapper .footer-content .left-footer .footer-logo {
  text-align: center;
}

.footer_wrapper .footer-content .left-footer .left-content {
  text-align: center;
  margin-top: 40px;
}

.footer_wrapper .right-footer {
  padding-left: 100px;
  position: relative;
}

.footer_wrapper .right-footer:before {
  position: absolute;
  width: 1px;
  height: 102%;
  background: #fff;
  content: "";
  top: 3%;
  left: 30px;
}

.footer_wrapper .right-footer .item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.footer_wrapper .right-footer .item.no-margin {
  margin-bottom: 0;
}

.footer_wrapper .right-footer .item img {
  float: left;
  margin-right: 10px;
  margin-top: 0px;
}

.footer_wrapper .right-footer .item .title-sub {
  /*padding-left: 22px;*/
  margin-top: 15px;
}

.footer_wrapper .right-footer .item .title-sub p {
  margin-bottom: 0;
}

.footer_wrapper .right-footer .item .title {
  display: inline-block;
  width: 100%;
}

.footer_wrapper .right-footer .item .title .note-title {
  /*font-weight: bold;*/
  text-transform: uppercase;
  font-size: 18px;
  margin-right: 5px;
}

.mobile-call {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999999;
}

.mobile-call img {
  width: 100%;
}

.mobile-call a {
  float: left;
  width: 50%;
}

.new-position {
  position: relative;
  z-index: 9999;
}

.new-position .img-new img {
  width: 100%;
}

.md_full {
  position: relative;
  display: inline-block;
  width: 100%;
}

header {
  position: relative;
  text-align: center;
}

.main_container {
  display: inline-block;
  width: 100%;
}

.dot-1 {
  margin-right: 20px;
}

.sub-title {
  font-weight: bold;
  font-size: 16px;
  color: #f8cb08;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.sub-title.v2 {
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0;
}

.slideshow2 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
}

.slideshow2 .md-title {
  margin-bottom: 50px;
}

.slideshow2 .md-content {
  position: relative;
}

.slideshow2 .md-content .row {
  margin-left: -5px;
  margin-right: -5px;
}

.slideshow2 .md-content .item {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  position: relative;
}

.slideshow .md-title {
  margin-bottom: 30px;
}

.slideshow .item .right {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 180px;
  margin-bottom: 10px;
}

.slideshow .item .right .slide-avatar {
  position: absolute;
  width: 170px;
  height: 170px;
  border: 2px solid #f8cb08;
  display: inline-block;
  border-radius: 100%;
  top: 0;
  left: 50%;
  margin-left: -85px;
}

.slideshow .item .right p {
  margin-bottom: 0;
  color: #f8cb08;
}

.contact-book {
  padding: 60px 0;
  /*padding-top: 0;*/
  background: url(../images/bg-contact.jpg) no-repeat;
}

.contact-book .md-content .left {
  float: left;
  width: 50%;
  text-align: center;
}

.contact-book .md-content .left .module-title .md-title1 {
  font-size: 30px;
  font-weight: bold;
  color: #f8cb08;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.contact-book .md-content .left .module-title .md-title2 {
  font-size: 20px;
  /*font-weight: bold;*/
  color: #fff;
  font-style: italic;
  margin-bottom: 20px;
  padding: 0 25px;
  line-height: 26px;
}


.contact-book .md-content .left .module-title .note2 {
  color: #fff;
  font-size: 20px;
  font-style: italic;
}

.contact-book .md-content .left .module-title .time {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
}
.img-contact{
  display: inline-block;
  widows: 100%;
  text-align: center;
}

.contact-book .md-content .left .module-title .time2 {
  color: #fff;
  font-style: italic;
  margin-top: -20px;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.contact-book .md-content .left .module-title .time-clock {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
}

.contact-book .md-content .left .module-title .time-clock .none {
  display: none !important;
}

.contact-book .md-content .left .module-title .time-clock #clock .item {
  display: inline-block;
  width: 78px;
  height: 96px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  border: 2px solid #f8cb08;
  background: transparent;
  box-sizing: border-box;
}

.contact-book .md-content .left .module-title .time-clock #clock .item span {
  display: inline-block;
  width: 100%;
}

.contact-book .md-content .left .module-title .time-clock #clock .item .top {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  float: left;
  width: 84px;
  height: 70px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  padding-right: 5px;
}

.contact-book .md-content .left .module-title .time-clock #clock .item .top.date {
  color: #fff;
  position: relative;
}

.contact-book .md-content .left .module-title .time-clock #clock .item .top.date:before {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  font-size: 46px;
  font-family: 'roboto';
  content: "00";
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
}

.contact-book .md-content .left .module-title .time-clock #clock .item .text {
  /*font-weight: bold;*/
  font-size: 18px;
  position: absolute;
  width: 100%;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  bottom: 0;
  color: #fff;
  left: 0;
  text-transform: uppercase;
}

.contact-book .md-content .right {
  float: left;
  width: 50%;
  padding: 50px;
  padding-top: 70px;
}

.contact-book .md-content .right form {
  padding-left: 10%;
}

.contact-book .md-content .right input {
  height: 67px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  font-size: 25px;
  border: none;
  margin-bottom: 12px;
  color: #222;
  font-family: 'Roboto Condensed';
}

.contact-book .md-content .right .submit-form {
  text-align: center;
  margin-top: 30px;
}

.contact-book .md-content .right button {
  background: none;
  border: none;
}

input::-webkit-input-placeholder {
  /* Edge */
  color: #727272 !important;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #727272 !important;
}

input::placeholder {
  color: #727272 !important;
}

a:hover {
  text-decoration: none!important;
}

.pc-none {
  display: none !important;
}

.des_logo {
  float: left;
  padding-top: 35px;
  padding-left: 30px;
}

.des_logo p {
  margin-bottom: 3px;
  color: #000;
  font-size: 12px;
}

.sp-iconmenu {
  display: none;
}

.slider {
  position: relative;
  z-index: 99;
}

* {
  padding: 0;
  margin: 0;
}

.mrt_10 {
  margin-top: 10px;
}
.group-btn{
  display: none;
  position: fixed;
  bottom:0px;
  left: 0px;
  width: 100%;
  z-index: 10000;

}
.group-btn .btn-dk img,.group-btn .btn-phone img{
  display: inline;
  width: 50%;
  float: right;
}


/* --------------------------------------------------------------------- */


/* .header
/* --------------------------------------------------------------------- */


/* --------------------------------------------------------------------- */


/* .header
/* --------------------------------------------------------------------- */

@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}

@media (max-width: 1200px) {
  .contact-book {
    background-size: cover;
  }
}

@media (min-width: 769px) and (max-width: 1220px) {
  
  .sale-book {
    background-size: cover;
  }
}

@media (min-width: 980px) and (max-width: 1200px) {
  .slideshow .md-content .left .item {
    margin-right: 15px;
  }
  .sale-off .md-content {
    padding-left: 0;
    padding-right: 0;
  }
  .footer_wrapper .footer-content .left-footer {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .detail-item .md-content .item-row .img {
    padding-top: 0;
    text-align: center;
    margin-bottom: 50px;
  }
  .policy .list-policy .item .md-full .content p {
    font-size: 14px;
  }
  .avatar .md-content .row-avatar {
    padding-left: 280px;
  }
  .avatar .md-content .row-avatar.style2 {
    padding-right: 280px;
  }
  .contact-book .md-content .left {
    padding-right: 0;
    padding-left: 0;
  }
  .contact-book .md-content .right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer_wrapper .right-footer {
    padding-left: 60px;
  }
  .footer_wrapper .footer-content .left-footer {
    padding-left: 0;
  }
  .footer_wrapper .right-footer:before {
    left: 15px;
  }
}

.pc-none {
  display: none;
}

@media (max-width: 767px) {
  .pc-none {
    display: inline-block !important;
  }
  .sp-none {
    display: none !important;
  }
  body {
    font-size: 14px;
  }
  body p {
    line-height: 24px !important;
  }
  .md-title {
    font-size: 24px;
  }
  .md-title .ct-title {
    font-size: 30px;
  }
  .footer_wrapper .footer-content .left-footer {
    padding-left: 0;
  }
  .footer_wrapper .right-footer:before {
    display: none;
  }
  .footer_wrapper .right-footer {
    padding-left: 25%;
    margin-top: 60px;
  }
  .main_container {
    padding-top: 30px;
  }
  .about {
    margin-bottom: 0px;
    margin-top: 0;
  }
  .avatar {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .avatar .md-content .row-avatar {
    padding-left: 0;
    padding-top: 260px;
  }
  .avatar .md-content .row-avatar.style2 {
    padding-right: 0;
  }
  .avatar .md-content .row-avatar .item-content .sub-title {
    text-align: center;
  }
  .new-bg-2 {
    background: #f8cb08;
    padding: 20px 12%;
    padding-bottom: 15px;
  }
  .detail-item .md-title {
    margin-bottom: 5px;
  }
  .detail-item .md-content .item-row .item {
    padding-left: 0;
  }
  .sale-off .md-content {
    padding: 0;
  }
  .sale-off .content-title p {
    font-size: 18px;
  }
  .detail-item .md-content .item-row .img {
    padding-top: 0;
  }
  .policy .list-policy .item {
    width: 100%;
  }
  .sale-off {
    margin-top: 50px;
  }
  .policy .md-content {}
  .policy .list-policy .item {
    margin-bottom: 30px;
  }
  .contact-book {
    margin-top: 40px;
  }
  .footer_wrapper {
    margin-top: -6px;
    background: none;
  }
  .footer_wrapper .top span {
    font-size: 18px;
  }
  .contact-book .md-content .left {
    width: 100%;
  }
  .contact-book .md-content .right {
    width: 100%;
  }
  .contact-book .md-content .left .module-title .md-title1 {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .contact-book .md-content .left .module-title .md-title2 {
    font-size: 22px;
  }
  .contact-book .md-content .left .module-title .price {
    font-size: 30px;
  }
  .contact-book .md-content .left .module-title .title-price .note {
    font-size: 30px;
  }
  .contact-book .md-content .left .module-title .note2 {
    font-size: 18px;
    margin-top: 5px;
  }
  .contact-book .md-content .left .module-title .time {
    font-size: 16px;
  }
  .contact-book .md-content .right form {
    padding-left: 0;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .contact-book .md-content .left {
    background-size: 100%;
  }
}

@media (min-width: 450px) and (max-width: 500px) {
  .footer_wrapper .right-footer {
    padding-left: 20%;
  }
}

@media (min-width: 380px) and (max-width: 450px) {
  .footer_wrapper .right-footer {
    padding-left: 15%;
  }
  .contact-book .md-content .left {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-book .md-content .right {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 320px) and (max-width: 380px) {
  .footer_wrapper .right-footer {
    padding-left: 10%;
  }
  .contact-book .md-content .left {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-book .md-content .right {
    padding-right: 0;
    padding-left: 0;
  }
  .contact-book .md-content .left .module-title .md-title1 {
    font-size: 22px;
  }
  .contact-book .md-content .left .module-title .price {
    font-size: 24px;
  }
  .contact-book .md-content .left .module-title .title-price .note {
    font-size: 24px;
  }
  .contact-book .md-content .left .module-title .title-price img {
    margin-top: -8px;
  }
  .contact-book .md-content .left .module-title .time2 {
    font-size: 15px;
  }
  
  .contact-book .md-content .left .module-title .time-clock #clock .item span {
    display: inline-block;
    width: 100%;
  }
  
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.banner-policy {
  margin-bottom: 80px
}

.banner-policy .md-content {
  padding-left: 7%;
  position: relative
}

.banner-policy .md-content .right-ct {
  background: #f8cb08;
  color: #fff;
  padding-right: 80px;
  padding-top: 30px;
  padding-bottom: 25px
}

.banner-policy .md-content .right-ct .right-content {
  float: right;
  width: 40%
}

.banner-policy .md-content .right-ct .right-content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px
}

.banner-policy .md-content .left-img {
  position: absolute;
  width: 52%;
  left: 0;
  top: -25px
}

.no-padding-left {
  padding-left: 0!important
}

.no-padding-right {
  padding-right: 0!important
}

.detail-item .item-row .md-left {
  float: left;
  width: 47%
}

.detail-item .item-row .md-right {
  float: left;
  width: 53%
}

.detail-item .item-row .item {
  padding-right: 40px
}

.detail-item .item-row .item.no-padding-right .ct {
  padding-right: 30px
}

.detail-item .item-row .img {
  position: relative
}

.detail-item .item-row .img .md-img {
  position: relative;
  display: inline-block;
  float: right
}

.detail-item .item-row .img .md-img:before {
  position: absolute;
  width: 13px;
  height: 95%;
  background: #f8cb08;
  bottom: -15px;
  left: -13px;
  content: ""
}

.detail-item .item-row .img .md-img:after {
  position: absolute;
  width: 95%;
  height: 15px;
  background: #f8cb08;
  bottom: -15px;
  left: -13px;
  content: ""
}

.detail-item .item-row.style2 .md-left {
  padding-left: 20px
}

.detail-item .item-row.style2 .img .md-img {
  position: relative;
  display: inline-block;
  float: left
}

.detail-item .item-row.style2 .img .md-img:before {
  position: absolute;
  width: 13px;
  height: 95%;
  background: #f8cb08;
  bottom: -15px;
  left: inherit;
  right: -13px;
  content: ""
}

.detail-item .item-row.style2 .img .md-img:after {
  position: absolute;
  width: 95%;
  height: 15px;
  background: #f8cb08;
  bottom: -15px;
  left: inherit;
  right: -13px;
  content: ""
}

.policy {
  padding-top: 60px;
  padding-bottom: 40px;
  background: url(../images/bg1.jpg) no-repeat center
}

.policy .md-title .ct-title {
  color: #fff
}

.policy .list-policy {
  margin-top: 60px
}

.avatar .md-content .left-avatar .sub-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px
}

.banner-policy.style2 {
  margin-top: 120px
}

.banner-policy.style2 .link-contact {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 28px
}

.slideshow2 .content {
  background: #262a3a;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  height: 185px;
  padding: 15px;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 60px;
  position: relative;
  font-style: italic;
  margin-top: 15px
}

.slideshow2 .content:before {
  position: absolute;
  background: url(../images/arow1.html) no-repeat center;
  width: 23px;
  height: 28px;
  bottom: -23px;
  left: 45px;
  content: ""
}

.slideshow2 .content .arow {
  position: absolute;
  background: url(../images/arow2.html) no-repeat center;
  width: 38px;
  height: 30px;
  top: 20px;
  left: 10px
}

.slideshow2 .avatar-ct {
  position: relative;
  padding-left: 88px;
  color: #f8cb08;
  margin-top: 47px;
  padding-bottom: 50px
}

.slideshow2 .avatar-ct .avatar {
  position: absolute;
  width: 79px;
  height: 79px;
  left: 0;
  top: 0;
  margin-top: -20px
}

.slideshow2 .avatar-ct .avatar-title {
  font-weight: bold
}

.slideshow2 .avatar-ct .avatar-note {
  font-size: 13px
}

.sale-off .md-content p {
  color: #f8cb08;
  line-height: 26px
}

.sale-off .md-title {
  margin-bottom: 30px
}

.sale-off .img {
  margin-bottom: 15px
}

.sale-off.style2 .md-content p {
  color: #222;
  line-height: 26px
}

.footer_wrapper {
  margin-top: 80px
}

@media (min-width:768px) and (max-width:979px) {
  .banner-policy .md-content .right-ct .right-content p {
    font-size: 14px;
    line-height: 24px
  }
  .banner-policy .md-content .right-ct {
    padding-right: 15px
  }
  .banner-policy .md-content .right-ct .right-content {
    width: 46%
  }
  .detail-item .item-row .md-left {
    width: 100%
  }
  .detail-item .item-row .img .md-img {
    width: 100%;
    text-align: center
  }
  .slideshow2 .content {
    height: 300px
  }
  .sale-off {
    margin-top: 50px
  }
  .footer_wrapper .container {
    width: 98%
  }
}

@media (max-width:767px) {
  .banner-policy .md-content .right-ct {
    padding-right: 10px;
    padding-left: 15px;
    padding-top: 115px;
    float: left;
    margin-top: -100px
  }
  .banner-policy .md-content .right-ct .right-content {
    width: 100%
  }
  .banner-policy .md-content {
    padding-left: 3%
  }
  .banner-policy .md-content .right-ct {
    padding-bottom: 0
  }
  .banner-policy .md-content .left-img {
    position: relative;
    top: inherit;
    left: inherit;
    float: left;
    width: 100%;
    margin-left: -15px
  }
  .banner-policy .md-content .left-img img {
    width: 100%
  }
  .detail-item .item-row .md-left {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
  .banner-policy .md-content .right-ct .right-content p {
    font-size: 16px
  }
  .detail-item .item-row .item {
    padding-right: 0
  }
  .detail-item .item-row .md-right {
    width: 100%;
    padding-right: 15px;
    padding-left: 30px
  }
  .detail-item .item-row.style2 .md-right {
    width: 100%;
    padding-right: 30px;
    padding-left: 15px
  }
  .policy {
    background: url(../images/bg11.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 30px
  }
  .policy .list-policy .item .md-full .content {
    min-height: 50px
  }
  .policy .list-policy {
    margin-top: 0
  }
  .policy .list-policy .item .md-full {
    padding-top: 100px
  }
  .avatar .md-content .row-avatar .left-avatar,
  .avatar .md-content .row-avatar .left-avatar {
    margin-top: 0!important;
    top: 0!important;
    left: 50%!important;
    margin-left: -107px!important
  }
  .avatar .md-content .row-avatar {
    padding-top: 270px
  }
  .avatar .md-content .row-avatar.style2 {
    margin-bottom: 20px
  }
  .avatar .md-content .row-avatar {
    margin-bottom: 20px
  }
  .banner-policy.style2 {
    margin-top: 50px
  }
  .slideshow2 .md-content {
    width: 320px;
    margin: 0 auto
  }
}

@media (min-width:630px) and (max-width:767px) {
  .md-title .ct-title {
    font-size: 24px
  }
  .slideshow2 .md-content {
    width: 400px;
    margin: 0 auto
  }
}

@media (min-width:480px) and (max-width:630px) {
  .md-title .ct-title {
    font-size: 20px
  }
  .slideshow2 .md-content {
    width: 400px;
    margin: 0 auto
  }
}

@media (max-width:480px) {
  .md-title .ct-title {
    font-size: 20px
  }
  body {
    font-size: 13px
  }
  .group-btn{
    display: block;
  }
}

@media (max-width:420px) {
  .md-title .ct-title {
    font-size: 14px
  }
}
