
/*custom theme hotel*/

.section_about {
  margin-bottom:20px;
}

.section_about .img-about {
  overflow:hidden;
  width:100%;
  display:flex;
  -o-justify-content:center;
  -moz-justify-content:center;
  -webkit-justify-content:center;
  -os-justify-content:center;
  -o-display:flex;
  -moz-display:flex;
  -webkit-display:flex;
  -os-display:flex;
  align-items:center;
  position:relative;
  height:auto !important;
  padding-bottom:65%;
}

.section_about .img-about:after {
  content:"";
  position:absolute;
  left:0;
  opacity:1;
  position:absolute;
  right:0;
  bottom:0;
  background:rgba(255,255,255,0.5) none repeat scroll 0 0;
  height:100%;
  transition:all 0.5s ease-in-out 0s;
  width:0;
  z-index:1;
}

.section_about .img-about:hover:after {
  opacity:0;
  width:100%;
}

.section_about .img-about:before {
  content:"";
  left:0;
  opacity:1;
  position:absolute;
  right:0;
  top:0;
  background:rgba(255,255,255,0.5) none repeat scroll 0 0;
  height:0;
  transition:all 0.5s ease-in-out 0s;
  width:100%;
  z-index:1;
}

.section_about .img-about:hover:before {
  opacity:0;
  height:100%;
}

.section_about .img-about img {
  width:auto !important;
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transition:.3s ease-in-out all;
  will-change:opacify;
}

.section_about .title-frame {
  position:relative;
  display:inline-block;
  color:#eaecf3;
}

.section_about .title-frame>span {
  position:absolute;
  content:"";
  background-color:currentColor;
}

.section_about .title-frame .line-top {
  top:0;
  height:5px;
  width:172px;
  left:0;
}

.section_about .title-frame .line-right {
  left:172px;
  width:5px;
  height:100%;
}

.section_about .title-frame .line-bottom {
  bottom:0;
  height:5px;
  width:172px;
  left:0;
}

.section_about .title-frame .line-left {
  left:0;
  width:5px;
  height:100%;
}

.section_about .title-frame .line-mask {
  width:5px;
  height:calc(100% - 26px);
  top:13px;
  z-index:50;
  left:172px;
  background-color:#fff;
}

.section_about .title-frame .introduce-title-inner {
  display:inline-block;
  position:relative;
  z-index:150;
  padding:11px 0 11px 80px;
}

@media (max-width:991px) {
  .section_about .title-frame .introduce-title-inner {
    padding:11px 0 11px 10px;
  }
}

.section_about .title-frame .entry-title {
  display:block;
  margin:4px 10px;
  color:#000;
}

.section_about .title-frame .entry-title .name-intr {
  font-weight:bold;
  font-size:26px;
}

.section_about .title-frame .entry-title .title-intr {
  font-weight:600;
  font-size:22px;
}

.section_about .content-introduce {
  padding-top:48px;
}

@media (max-width:1025px) {
  .section_about .content-introduce {
    padding-top:0;
  }
}

@media (min-width:767px) and (max-width:991px) {
  .section_about .content-introduce {
    padding-top:20px;
  }
}

@media (max-width:767px) {
  .section_about .content-introduce {
    padding-top:20px;
  }
}

.section_about .introduce-wrap {
  margin-left:90px;
}

@media (max-width:1025px) {
  .section_about .introduce-wrap {
    margin-left:10px;
  }
}

@media (max-width:991px) {
  .section_about .introduce-wrap {
    margin-left:30px;
  }
}

.section_about .introduce-wrap p {
  padding:10px 0;
  margin-bottom:0;
}

.section_about .div-xem-them {
  padding:20px 0;
}

@media (max-width:767px) {
  .section_about .div-xem-them {
    margin-top:10px;
  }
}
.btn_seach_home{
    background: #cd9a2b !important
}
.section_about .div-xem-them a {
  background-color:#cd9a2b;
  color:#fff;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding:15px 40px;
}

.section_about .div-xem-them a:hover {
  background-color:#a37a22;
}

 .top-bar .btn_book_hea svg {
    width: 40px;
    height: 40px;
  }

.top-bar .button-book {
 position: absolute;
    top: 25px;
    right: 0;
    width: 105px;
    text-align: center;
    background: #b88a27;
    height: 73px;
    z-index: 2;
    padding-top: 0px;
    cursor: pointer;
}

@media (max-width:991px) {
  .top-bar .button-book {
    display:none;
  }
}

.top-bar .button-book:hover {
  box-shadow:0 0 5px #222;
}

@media (min-width:992px) and (max-width:1199px) {
  .top-bar .button-book {
    right:10px;
    width:95px;
    height:99px;
  }
}

.top-bar .button-book a {
  color:#fff;
}

.top-bar .button-book svg path {
  fill:#fff;
}
.top-bar  .text-book {
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
}

ul.tabs li {
  background:none;
  display:inline-block;
  cursor:pointer;
}

ul.tabs li.current {
  color:#000;
}

.tab-content {
  opacity:0;
  visibility:hidden;
  height:0;
  overflow:hidden;
  padding:1px;
}

.tab-content.current {
  opacity:1;
  visibility:visible;
  height:auto;
}
.section_tab_restaurant {
  padding:20px 0 20px;
  background:#f6f6f6;
}

.section_tab_restaurant .e-tabs {
  text-align:center;
}

.section_tab_restaurant .tabs-title {
  text-align:center;
  display:inline-block;
  background-color:#eeefed;
  margin-bottom:15px;
}

.section_tab_restaurant .tabs-title li.current {
  background:#cd9a2b;
}

.section_tab_restaurant .tabs-title li.current .item-name img {
  filter:brightness(0) invert(1);
}

.section_tab_restaurant .tabs-title li.current .item-name p {
  color:#fff;
}

.section_tab_restaurant .tabs-title li.current .item-name p:before {
  background:#fff;
}

.section_tab_restaurant .tabs-title li {
  padding:10px 15px;
}

.section_tab_restaurant .tabs-title .item-name img {
  width:30px;
  height:30px;
}

.section_tab_restaurant .tabs-title .item-name p {
  text-decoration:none;
  display:block;
  padding:5px 0;
  font-size:18px;
  line-height:1;
  font-weight:400;
  position:relative;
  z-index:1;
  text-align:center;
  color:#323c42;
  text-transform:uppercase;
  margin-bottom:0;
}

@media (max-width:767px) {
  .section_tab_restaurant .tabs-title .item-name p {
    font-size:13px;
  }
}

.section_tab_restaurant .tabs-title .item-name p svg {
  width:30px;
  height:30px;
}

.section_tab_restaurant .tabs-title .item-name p svg path {
  fill:#323c42;
}

.section_tab_restaurant .tabs-title .item-name p:before {
  display:block;
  content:'';
  width:100%;
  height:1px;
  left:0;
  bottom:0;
  z-index:0;
  position:absolute;
  background:#323c42;
  transition:all 0.3s ease-in-out;
}

.section_tab_restaurant .tab-float {
  background:#cd9a2b;
  padding:10px;
}

.section_tab_restaurant .tab-content .title_us {
  padding:10px 0;
}

.section_tab_restaurant .tab-content .title_us .txt_1 {
  color:#f8e1df;
  font-size:32px;
  text-transform:uppercase;
  text-align:left;
  padding:0 20px;
  font-family:initial;
  font-style:italic;
  margin-bottom:0;
  line-height:32px;
}

@media (min-width:767px) and (max-width:991px) {
  .section_tab_restaurant .tab-content .title_us .txt_1 {
    line-height:26px;
    font-size:26px;
  }
}

.section_tab_restaurant .tab-content .title_us .txt_2 {
  text-align:right;
}

.section_tab_restaurant .tab-content .title_cont_us {
  text-align:left;
  padding:80px 30px;
  background:rgba(255,255,255,0.6);
  margin:20px;
  margin-top:45px;
}

@media (min-width:992px) and (max-width:1199px) {
  .section_tab_restaurant .tab-content .title_cont_us {
    padding:30px 10px;
  }
}

@media (min-width:767px) and (max-width:991px) {
  .section_tab_restaurant .tab-content .title_cont_us {
    padding:26px 10px;
    margin:0;
  }
}

@media (max-width:767px) {
  .section_tab_restaurant .tab-content .title_cont_us {
    padding:10px 10px;
    margin:0;
    margin-top:10px;
    margin-bottom:10px;
  }
}

.section_tab_restaurant .tab-content .title_cont_us .txt_title {
  color:#5e5e5e;
  font-size:30px;
  text-transform:uppercase;
  font-family:initial;
  margin-bottom:5px;
  line-height:30px;
}

.section_tab_restaurant .tab-content .title_cont_us .txt_title_1 {
  color:#5e5e5e;
  font-size:16px;
  font-family:initial;
  margin-bottom:10px;
}

@media (min-width:767px) and (max-width:991px) {
  .section_tab_restaurant .tab-content .title_cont_us .txt_title_1 {
    font-size:15px;
  }
}

.section_tab_restaurant .tab-content .title_cont_us .txt_title_2 {
  color:#5e5e5e;
  font-size:14px;
  font-family:initial;
  margin-bottom:10px;
}

@media (min-width:767px) and (max-width:991px) {
  .section_tab_restaurant .tab-content .title_cont_us .txt_title_2 {
    font-size:13px;
  }
}

.section_tab_restaurant .tab-content .img_nbox {
  overflow:hidden;
  width:100%;
  display:flex;
  -o-justify-content:center;
  -moz-justify-content:center;
  -webkit-justify-content:center;
  -os-justify-content:center;
  -o-display:flex;
  -moz-display:flex;
  -webkit-display:flex;
  -os-display:flex;
  align-items:center;
  position:relative;
  height:auto !important;
  padding-bottom:126%;
}

.section_tab_restaurant .tab-content .img_nbox img {
  width:auto !important;
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transition:.3s ease-in-out all;
  will-change:opacify;
}

.section_tab_restaurant .tab-content .img_nbo_2 {
  overflow:hidden;
  width:100%;
  display:flex;
  -o-justify-content:center;
  -moz-justify-content:center;
  -webkit-justify-content:center;
  -os-justify-content:center;
  -o-display:flex;
  -moz-display:flex;
  -webkit-display:flex;
  -os-display:flex;
  align-items:center;
  position:relative;
  height:auto !important;
  padding-bottom:142%;
}

.section_tab_restaurant .tab-content .img_nbo_2 img {
  width:auto !important;
  max-height:100%;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transition:.3s ease-in-out all;
  will-change:opacify;
}

.secttion_blogs {
    margin-bottom: 40px;
}
.title_module_index {
    margin-bottom: 30px;
    text-align: center;
}
.title_module_index h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 5px;
}
.title_module_index h2:after {
    border-bottom: 3px double #333;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 10%;
}
.secttion_blogs .item_blog_index {
    margin-bottom: 30px;
}
.secttion_blogs .item_blog_index .img-blog .image-blog {
    padding-bottom: 60%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
}
.secttion_blogs .item_blog_index .img-blog .image-blog img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s ease-in-out all;
    will-change: opacify;
}
.secttion_blogs .item_blog_index .blog_content {
    background-color: #f8f8f8;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.19);
    padding: 5px 15px 5px;
    width: 90%;
    margin: -45px auto;
    position: relative;
    border-radius: 3px;
}
.secttion_blogs .item_blog_index .blog_content h3 a {
    color: #000;
    font-size: 22px;
    line-height: 28px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 56px;
    margin: 10px 0px;
    text-align: center;
}
.secttion_blogs .item_blog_index .blog_content .blog_description {
    color: #747474;
    font-size: 16px;
    line-height: 22px;
    word-break: break-word;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 66px;
}
.secttion_blogs .item_blog_index .blog_content .update_date {
    margin-bottom: 30px;
}
.secttion_blogs .item_blog_index .blog_content .blog_read_more {
    padding: 8px 8px;
    font-size: 14px;
    border-radius: 0px;
    position: absolute;
    right: -20px;
    bottom: -15px;
    line-height: inherit;
    background-color: #cd9a2b;
    color: #fff;
}
.blog_content h3{
	font-weight: 500;
}
.secttion_blogs .item_blog_index .blog_content .update_date .user_name {
    float: left;
}
.secttion_blogs .item_blog_index .blog_content .update_date .user_date {
    float: right;
}
.title_module_index a, .text-link {
    color: #323c42!important;
    text-decoration: none;
    background: transparent;
}
.title_module_index a:hover {
    color: #cd9a2b!important;
    text-decoration: none;
    cursor: pointer;
}
.swiper-button-next, .swiper-button-prev {
    color: #cd9a2b;
}
.swiper-pagination-bullet-active {
    background: #cd9a2b;
}

@media (max-width: 767px){
.row-room {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: unset;
}
.secttion_blogs .item_blog_index .blog_content {
    text-align: center;
    width: 100%;
    box-shadow: none;
    padding: 10px;
    border-radius: 0px;
    margin: -2px auto;
}
}
@media (max-width: 480px){
.row-room .col-24 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
}
@media (max-width: 569px){
.row-room .col-24 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
}
@media (max-width: 991px){
.secttion_blogs .item_blog_index .blog_content h3 a {
    font-size: 20px;
}
.secttion_blogs .item_blog_index .blog_content .update_date {
    margin-bottom: 15px;
}
.secttion_blogs .item_blog_index .blog_content .blog_read_more {
    display: none;
}
.secttion_blogs {
    margin-bottom: 0px;
}
}

@media (min-width: 991px){
.modal-dialog {
    width: 900px;
    margin: 30px auto;
}
}

/*trang chi tiet phong*/
.title-product {
  font-size:22px;
  margin:0 0 15px;
  line-height:28px;
  font-weight:600;
}

#slide_pro_room {
  margin-bottom:15px;
}

@media (max-width:767px) {
  #slide_pro_room {
    margin-bottom:0;
  }
}

#slide_pro_room ul.swiper-wrapper {
  list-style-type:none;
  margin:0;
  padding:0;
}

#slide_pro_room .swiper-slide img {
  width:100%;
}

#slide_pro_room .swiper-button-next {
  font-size:0;
  line-height:0;
  position:absolute;
  top:50%;
  display:block;
  width:40px;
  height:40px;
  padding:0;
  cursor:pointer;
  color:#cd9a2b;
  border:none;
  outline:none;
  background:rgba(0,0,0,0.4);
  border-radius:50%;
  line-height:50px;
  text-align:center;
  z-index:2;
  right:5px;
}

#slide_pro_room .swiper-button-next:after {
  font-size:15px;
  font-weight:bold;
  color:#cd9a2b;
}

#slide_pro_room .swiper-button-next:hover {
  background:#000;
}

#slide_pro_room .swiper-button-prev {
  font-size:0;
  line-height:0;
  position:absolute;
  top:50%;
  display:block;
  width:40px;
  height:40px;
  padding:0;
  cursor:pointer;
  color:#cd9a2b;
  border:none;
  outline:none;
  background:rgba(0,0,0,0.4);
  border-radius:50%;
  line-height:50px;
  text-align:center;
  z-index:2;
  left:5px;
}

#slide_pro_room .swiper-button-prev:after {
  font-size:15px;
  font-weight:bold;
  color:#cd9a2b;
}

#slide_pro_room .swiper-button-prev:hover {
  background:#000;
}


.tag_info_room {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  border-bottom:1px solid #cd9a2b;
  font-weight:400;
  font-size:18px;
  margin-bottom:15px;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

@media (max-width:767px) {
  .tag_info_room {
    font-size:14px;
  }
}

.tag_info_room .item_tag_info {
  margin-bottom:5px;
  float:none;
  position:relative;
  display:inline-block;
  -ms-flex:0 0 33.333333%;
  flex:0 0 33.333333%;
  max-width:33.333333%;
  padding:10px 0;
}

@media (max-width:767px) {
  .tag_info_room .item_tag_info {
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
}

.tag_info_room .item_tag_info img {
  max-width:26px;
  margin-right:10px;
}

@media (max-width:991px) {
  .room_services {
    margin-bottom:15px;
  }
}

.room_services .title_services {
  color:#fff;
  margin-left:10px;
  font-weight:500;
  font-size:18px;
  padding:0 15px;
  height:40px;
  border-radius:10px 10px 0 0;
  line-height:40px;
  background:#cd9a2b;
  display:inline-block;
}

.room_services .title_services:hover {
  background:#915b10;
}

.room_services .box_services {
  border:1px solid #cd9a2b;
  border-radius:10px;
}

.room_services .box_services ul {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-bottom:0;
  list-style:none;
  padding:5px 10px;
}

.room_services .box_services ul li {
  float:none;
  position:relative;
  display:inline-block;
  -ms-flex:0 0 33.333333%;
  flex:0 0 33.333333%;
  max-width:33.333333%;
  padding:10px 0;
}

@media (max-width:767px) {
  .room_services .box_services ul li {
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
  }
}

.room_services .box_services ul li .item_ser {
  display:-ms-flexbox;
  display:flex;
  align-items:center;
  font-size:18px;
}

@media (max-width:767px) {
  .room_services .box_services ul li .item_ser {
    font-size:14px;
  }
}

.room_services .box_services ul li img {
  max-width:26px;
  margin-right:10px;
}

@media (max-width:767px) {
  .pad-room {
    padding:0 3px;
  }
}

.pad-room .div-tem-price {
  position:relative;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flexbox;
  display:flex;
}

.pad-room .div-tem-price .a-btn {
  float:left;
  position:relative;
  flex:auto;
  display:inline-block;
  vertical-align:top;
  text-align:center;
  font-weight:bold;
  text-transform:uppercase;
  font-size:16px;
  padding:0;
  width:50%;
  height:45px;
  line-height:45px;
}

.pad-room .div-tem-price .a-btn:nth-child(1) {
  margin-right:10px;
}

.pad-room .div-tem-price .a-tam-tinh {
  background:#fff;
  border:1px #000 solid;
  color:#000 !important;
  border-radius:5px;
  line-height:40px;
}

.pad-room .div-tem-price .a-tam-tinh:hover {
  background:#000;
  color:#fff !important;
}

.pad-room .div-tem-price .a-dat-phong {
  background:#cd9a2b;
  border:1px #cd9a2b solid;
  color:#fff !important;
/*  pointer-events:none;*/
  cursor:default;
  /*opacity:0.6;*/
  border-radius:5px;
  line-height:40px;
  cursor: pointer;
}

.pad-room .div-tem-price .a-dat-phong:hover {
  background:#fff;
  border:1px #cd9a2b solid;
  color:#cd9a2b !important;
}

.pad-room .div-tem-price .a-dat-phong.active_book {
  pointer-events:inherit;
  cursor:pointer;
  opacity:1;
}

.pad-room #roototal {
  margin:10px 0;
  position:relative;
}

.pad-room #roototal .div-tam-tinh {
  display:flex;
  border-bottom:1px solid #dbdbdb;
  padding:5px 0;
}

.pad-room #roototal .div-tam-tinh .niem_yet_price {
  margin-left:auto;
}

.pad-room #roototal .div-tam-tinh .niem_yet_price span {
  white-space:nowrap;
  color:#111;
  font-weight:bold;
}

.pad-room #roototal .tong-gia {
  display:flex;
  padding:5px 0;
}

.pad-room #roototal .tong-gia .tille_tong {
  font-weight:bold;
}

.pad-room #roototal .tong-gia .tong-gia-price {
  margin-left:auto;
}

.pad-room #roototal .tong-gia .tong-gia-price span {
  white-space:nowrap;
  color:#111;
  font-weight:bold;
}

.form-booking {
  height:40px;
  display:flex;
  align-items:center;
  vertical-align:middle;
  cursor:pointer;
  background:#fff;
  transition:all .3s linear;
  user-select:none;
  color:#494b55;
  padding-left:8px;
  margin-bottom:5px;
  border-radius:5px;
}

@media (max-width:991px) {
  .form-booking {
    padding-left:5px;
  }
}

.form-booking .form-booking-icon {
  width:30px;
  padding-right:5px;
  border-right:1px dotted #a0a0a0;
}

.form-booking .form-booking-icon svg {
  margin-top:-2px;
}

.form-booking .form-booking-icon svg path,
.form-booking .form-booking-icon svg rect {
  fill:#cd9a2b;
}

.form-booking .form-booking-date {
  padding-left:5px;
  padding-right:10px;
  width:100%;
}

.form-booking input {
  padding-left:0;
  border:none;
  min-height:25px;
  color:#6c707e;
  font-size:15px;
  margin-bottom:0;
  padding-right:7px;
}

@media (max-width:991px) {
  .form-booking input {
    min-height:25px;
    font-size:14px;
  }
}

.form-booking input::-webkit-outer-spin-button,
.form-booking input::-webkit-inner-spin-button {
  -webkit-appearance:none;
  margin:0;
}

.form-booking input[type=number] {
  -moz-appearance:textfield;
}
.layout-product {
  padding-bottom:15px;
}

form#frm-booking {
  margin-bottom:15px;
  position:relative;
  padding:10px 5px 0;
  background:#F2F2F2;
  border-radius:10px;
  height:100%;
}

@media (max-width:991px) {
  .layout-product form {
    padding:10px;
  }
}

.layout-product .callmeback-form .price-box {
  border-bottom:1px solid #cd9a2b;
  padding-bottom:10px;
  margin-bottom:10px;
}

.layout-product .callmeback-form .price-box .special-price {
  font-size:22px;
  color:#c40025;
  font-weight:500;
  line-height:28px;
}

@media (max-width:767px) {
  .layout-product .callmeback-form .price-box .special-price {
    font-size:20px;
  }
}

.layout-product .callmeback-form .price-box .old-price {
  margin-left:5px;
  font-size:18px;
  color:#444;
}

@media (max-width:767px) {
  .layout-product .callmeback-form .price-box .old-price {
    font-size:16px;
  }
}

.layout-product .product-summary {
  font-size:14px;
  margin-bottom:15px;
}

.layout-product .product-summary p {
  margin-bottom:0;
}

.layout-product .product-summary img {
  display:none;
}

@font-face {
  font-family:swiper-icons;
  src:url("data:application/font-woff; charset=utf-8;base64,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") format("woff");
  font-weight:400;
  font-style:normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1;
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction:column;
}

.swiper-wrapper {
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:flex;
  transition-property:transform;
  box-sizing:content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform:translate3d(0px,0,0);
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap:wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap:wrap;
  flex-direction:column;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function:ease-out;
  margin:0 auto;
}

.swiper-slide {
  flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
  transition-property:transform;
}


.productRelate {
  margin-top:20px;
}

.productRelate .block-title {
  position:relative;
}

.productRelate .block-title h2 {
  margin-bottom:0;
  font-size:inherit;
}

.productRelate .block-title h2 a {
  color:#fff;
  margin-left:10px;
  font-weight:500;
  font-size:18px;
  padding:0 15px;
  height:40px;
  border-radius:10px 10px 0 0;
  line-height:40px;
  background:#cd9a2b;
  display:inline-block;
}

.productRelate .block-title h2 a:hover {
  background:#915b10;
}

.productRelate .product-relate-swiper {
  border:1px solid #cd9a2b;
  border-radius:10px;
  padding:15px 15px 0;
}

.productRelate .cus_pro_no {
  border:1px solid #cd9a2b;
  border-radius:10px;
  padding:15px;
}

.productRelate .swiper-button-next {
  font-size:0;
  line-height:0;
  position:absolute;
  top:50%;
  display:block;
  width:40px;
  height:40px;
  padding:0;
  cursor:pointer;
  color:#cd9a2b;
  border:none;
  outline:none;
  background:rgba(0,0,0,0.4);
  border-radius:50%;
  line-height:50px;
  text-align:center;
  z-index:2;
  right:5px;
}

@media (max-width:1024px) {
  .productRelate .swiper-button-next {
    display:none !important;
  }
}

.productRelate .swiper-button-next:after {
  font-size:15px;
  font-weight:bold;
  color:#cd9a2b;
}

.productRelate .swiper-button-next:hover {
  background:#000;
}

.productRelate .swiper-button-next.swiper-button-disabled {
  display:none;
}

.productRelate .swiper-button-prev {
  font-size:0;
  line-height:0;
  position:absolute;
  top:50%;
  display:block;
  width:40px;
  height:40px;
  padding:0;
  cursor:pointer;
  color:#cd9a2b;
  border:none;
  outline:none;
  background:rgba(0,0,0,0.4);
  border-radius:50%;
  line-height:50px;
  text-align:center;
  z-index:2;
  left:5px;
}

@media (max-width:1024px) {
  .productRelate .swiper-button-prev {
    display:none !important;
  }
}

.productRelate .swiper-button-prev:after {
  font-size:15px;
  font-weight:bold;
  color:#cd9a2b;
}

.productRelate .swiper-button-prev:hover {
  background:#000;
}

.productRelate .swiper-button-prev.swiper-button-disabled {
  display:none;
}
