@font-face {
  font-family: 'show';
  src: url("../fonts/SHOWG.ttf") format("truetype");
  font-display: swap;}
@font-face {
  font-family: 'avo';
  src: url("../fonts/UTM Avo.ttf") format("truetype"); font-display: swap;}
@font-face {
  font-family: 'avob';
  src: url("../fonts/UTM AvoBold.ttf") format("truetype"); font-display: swap;}
@font-face {
  font-family: 'avoi';
  src: url("../fonts/UTM AvoItalic.ttf") format("truetype");font-display: swap; }
@font-face {
  font-family: 'Bangers';
  src: url("../fonts/Bangers-Regular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: 'Lalezar';
  src: url("../fonts/Lalezar-Regular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: 'Pacifico';
  src: url("../fonts/Pacifico-Regular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: 'SigmarOne';
  src: url("../fonts/SigmarOne-Regular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap; }
object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit; }

b, strong, th {
  font-weight: bold; }

i, em {
  font-style: italic; }

sub, sup {
  font-size: 75%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none; }

ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0; }

label {
  font-weight: normal; }

input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 12px;
  padding-right: 12px; }

select {
  padding-left: 8px; }

input[type="number"] {
  padding-left: 5px; }

textarea {
  padding: 8px 12px 5px 12px; }

input, textarea, select, button, a {
  outline: none; }

button {
  border: none;
  background: none;
  padding: 0; }

* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top); }

.col-xs-f20, .col-sm-f20, .col-md-f20, .col-lg-f20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.c-img {
  display: block;
  position: relative;
  padding-top: 73%; }
  .c-img img, .c-img .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit; }

.hv-over {
  display: block;
  position: relative; }
  .hv-over:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-over:hover:after {
    background: #2077a7;
    opacity: 0.5; }

.hv-scale {
  overflow: hidden;
  display: block; }
  .hv-scale img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-scale:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.hv-light {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff; }
  .hv-light:before, .hv-light:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
  .hv-light:before {
    right: 0;
    bottom: 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-light:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.12);
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
  .hv-light:hover:after {
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.s-content .aligncenter {
  display: block;
  text-align: center;
  margin: auto; }

.s-content .alignright {
  display: block;
  text-align: right;
  margin-left: auto; }

.s-content .alignleft {
  display: block;
  text-align: left;
  margin-right: auto; }

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content li {
  list-style: inherit;
  margin-bottom: 5px; }
.s-content p {
  margin-bottom: 10px; }
.s-content img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  object-fit: contain; }
.s-content table, .s-content iframe {
  max-width: 100%; }
.s-content a {
  color: #e45200; }
.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #ebebeb; }
  .s-content table td {
    border-collapse: collapse;
    border: solid 1px #ebebeb;
    padding: 3px; }
.s-content h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }
.s-content h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }
.s-content h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }
.s-content h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }
.s-content h5 {
  display: block;
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }
.s-content h6 {
  display: block;
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }

.s-social .fb_iframe_widget, .s-social a.pinterest {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px; }

.slick-list {
  margin: 0 0px; }
  .slick-list .slick-slide {
    margin: 0 0px; }

.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute; }

.slick-dots {
  text-align: center; }
  .slick-dots button {
    display: none; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: solid 2px #666;
    border-radius: 50%;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #666; }

.table {
  display: table;
  margin: 0; }
  .table .line {
    display: table-row; }
  .table .cell {
    display: table-cell;
    vertical-align: middle; }

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover; }

.col-xs-f20 {
  float: left;
  width: 20%; }

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%; } }
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-md-80,
.col-xl-15,
.col-xl-80 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

.col-xs-80 {
  width: 80%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; }

  .col-sm-80 {
    width: 80%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; }

  .col-md-80 {
    width: 75%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; }

  .col-lg-80 {
    width: 80%;
    float: left; } }
.col-xs-f20 {
  float: left;
  width: 20%; }

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%; } }
.row-ibl {
  font-size: 0; }
  .row-ibl > [class^="col-"] {
    font-size: 14px;
    float: none;
    display: inline-block;
    vertical-align: top; }
  .row-ibl:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .row-ibl.mid > [class^="col-"] {
    vertical-align: middle; }
  .row-ibl.bot > [class^="col-"] {
    vertical-align: bottom; }
  .row-ibl > [class^="col-"].i-mid {
    vertical-align: middle; }
  .row-ibl > [class^="col-"].i-top {
    vertical-align: top; }
  .row-ibl > [class^="col-"].i-bot {
    vertical-align: bottom; }

.pad-0 {
  padding-left: 0px;
  padding-right: 0px; }

.pad-5 {
  padding-left: 5px;
  padding-right: 5px; }

.pad-8 {
  padding-left: 8px;
  padding-right: 8px; }

.pad-10 {
  padding-left: 10px;
  padding-right: 10px; }

.row-10 {
  margin-left: -10px;
  margin-right: -10px; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px; }

.col-mar-0 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px; }

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px; }

.col-mar-5 > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px; }

.col-mar-8 > div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px; }

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px; }

.col-mar-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.relative {
  position: relative; }

.static {
  position: static; }

.absolute {
  position: absolute; }

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

.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both; }

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

@media all and (max-width: 1199px) {
  .md-left {
    text-align: left; }

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

  .md-right {
    text-align: right; } }
@media all and (max-width: 991px) {
  .sm-left {
    text-align: left; }

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

  .sm-right {
    text-align: right; } }
@media all and (max-width: 767px) {
  .xs-left {
    text-align: left; }

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

  .xs-right {
    text-align: right; }

  .xs-pad-7 {
    margin: 0 -7px; }
    .xs-pad-7 > div[class^="col-"] {
      padding: 0 7px; }

  .xs-pad-5 {
    margin: 0 -5px; }
    .xs-pad-5 > div[class^="col-"] {
      padding: 0 5px; } }
.delay02 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.delay08 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.delay10 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s; }

.delay12 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.dura5 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.dura15 {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.dura20 {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

.dura100 {
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s; }

body {
  font-size: 14px;
  font-family: 'avo','arial';
  line-height: 1.5;
  max-width: 1920px;
  margin: auto;
  color: #333;
  background-size: cover; }

p {
  word-break: break-word; }

button:focus {
  outline: none !important; }

.avo {
  font-family: 'avo'; }

.avob {
  font-family: 'avob'; }

.avoi {
  font-family: 'avoi'; }

.f_show {
  font-family: 'show'; }
.font_h1 {
  font-family: 'SigmarOne';}
.font_h2 {
  font-family: 'Bangers';}
.font_h3 {
  font-family: 'Lalezar';}
.font_nd {
  font-family: 'Pacifico';}
.clwhite {
  color: white !important; }

.clblack {
  color: black !important; }

.clgray {
  color: #676767 !important; }

.clmain {
  color: #380702; }

.clsp {
  color: #cc9b2d; }

.row5 {
  margin-left: -5px;
  margin-right: -5px; }

.col5 {
  padding-left: 5px;
  padding-right: 5px; }

.row1 {
  margin-left: -1px;
  margin-right: -1px; }

.col1 {
  padding-left: 1px;
  padding-right: 1px; }

.row0 {
  margin-left: -0px;
  margin-right: -0px; }

.col0 {
  padding-left: 0px;
  padding-right: 0px; }

.hv_main {
  color: #380702 !important; }
  .hv_main:hover {
    color: #cc9b2d !important; }

.pb6rem {
  padding-bottom: 6rem; }

.hv_main_sp:hover {
  color: #380702 !important; }

.pt_53 {
  padding-top: 53%; }

.hv_sp:hover {
  color: #cc9b2d !important; }

.hv_sp_main {
  color: #cc9b2d !important; }
  .hv_sp_main:hover {
    color: #380702 !important; }

.bg-main {
  background-color: #380702; }

.cspoint {
  cursor: pointer; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.cltext {
  color: #676767; }

.fs-10 {
  font-size: 10px; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px !important; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.fs-22 {
  font-size: 22px; }

.fs-24 {
  font-size: 24px !important; }

.fs-26 {
  font-size: 26px; }

.fs-28 {
  font-size: 28px; }

.fs-30 {
  font-size: 30px !important; }

.fs-36 {
  font-size: 36px !important; }

.fs-48 {
  font-size: 48px !important; }

.lh15 {
  line-height: 1.5; }

.active2 {
  left: 0 !important; }

.mt_63rem {
  margin-top: 2rem; }

.pt_63rem {
  padding-top: 2rem; }

.pb_63rem {
  padding-bottom: 2rem; }

.bg-none {
  background: none !important; }

.bg-black {
  background: #333 !important; }

.bor_radi_15 {
  border-radius: 15px !important;
  overflow: hidden; }

.w-35 {
  width: 35% !important; }

.w-65 {
  width: 65% !important; }

.scrollstyle1::-webkit-scrollbar-track {
  background-color: #f7f7f7;
  width: 6px; }
.scrollstyle1::-webkit-scrollbar {
  background-color: #380702;
  margin: 6px;
  width: 6px; }
.scrollstyle1::-webkit-scrollbar-thumb {
  background-color: #380702;
  border-radius: 3px;
  width: 6px; }

.rotate {
  transform: rotate(90deg); }

.ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
  pointer-events: none; }

.t_all_input {
  border: solid 1px #d9d5d4;
  height: 45px;
  background: #d9d5d4;
  margin-bottom: 25px; }

.t_all_area {
  border: solid 1px #d9d5d4;
  background: #d9d5d4;
  margin-bottom: 10px; }

.t_all_select {
  border: solid 1px #d9d5d4;
  height: 45px;
  background: #d9d5d4;
  margin-bottom: 25px; }

.t_all_btn {
  border: solid 1px #380702;
  padding: 8px 20px;
  background: #380702;
  color: white; }
  .t_all_btn:hover {
    background: white;
    color: #380702; }

.t_all_btn_hv {
  border: solid 1px #380702;
  background: #380702;
  color: white; }
  .t_all_btn_hv:hover {
    background: white;
    color: #380702; }

.t_all_viewmore {
  margin: 10px 0; }
  .t_all_viewmore a, .t_all_viewmore button {
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    color: #380702 !important;
    font-size: 16px;
    font-family: 'avob';
    line-height: 3;
    width: 136px;
    height: 52px;
    background: url("../images/view_more.png"); }
    .t_all_viewmore a img, .t_all_viewmore button img {
      width: 12px;
      height: 12px; }
      .t_all_viewmore a img:first-child, .t_all_viewmore button img:first-child {
        margin-right: -5px; }
    .t_all_viewmore a:hover, .t_all_viewmore button:hover {
      transform: scale(1.1); }

.t_all_title {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  color: white;
  font-family: 'avob';
  position: relative;
  padding-bottom: 2px; }
  .t_all_title .main_title {
    display: inline-block;
    position: relative;
    letter-spacing: 7px; }
  .t_all_title .subtitle {
    font-family: 'show';
    font-size: 50px; }
.active_search {
  display: flex !important; }
.breadcrumb {
  padding: 0;
  margin: 0;
  background: unset;
  font-size: 15px;
  text-transform: uppercase;
  justify-content: left;
  font-family: 'robom';
  color: #380702; }
  .breadcrumb li {
    position: relative;
    padding-right: 20px; }
    .breadcrumb li:after {
      content: "";
      position: absolute;
      width: 2px;
      height: 15px;
      background: #380702;
      top: 3px;
      right: 10px; }
    .breadcrumb li:first-child:before {
      content: "\f015";
      font-family: "FontAwesome"; }
    .breadcrumb li:last-child:after {
      content: "\f015";
      display: none; }

.te-pagination a {
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
  transition: 0.3s;
  color: white; }
  .te-pagination a:hover {
    color: #cc9b2d; }
.te-pagination strong {
  color: white;
  font-family: 'avob';
  font-size: 18px;
  margin-right: 5px; }

.banner_slider {
  position: relative; }
  .banner_slider .item .c-img{
    max-height: 840px;
    padding-top: 62%;
  }
  .banner_slider .slick-list{
    max-height: 840px;
    overflow: hidden;
  }
  .banner_slider .item img {
    width: 100%; }
  .banner_slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%; }
    .banner_slider .slick-dots li {
      border: solid 2px white; }
    .banner_slider .slick-dots .slick-active {
      background: white; }
  .banner_slider:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(54, 7, 2, 0.2);
    z-index: 1;
    pointer-events: none; }

.header {
  position: fixed;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 998;
  max-width: 1920px;
  margin: auto;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); }
  .header .bg {
    position: relative;
    height: 100%;
    padding-left: 40px;}
    .header .bg .logo_img {
      width: 60px;}
    .header .bg .content_hd {
      width: calc(100% - 40px); }
      .header .bg .content_hd .lang {
        width: 60px;
        max-width: 100%; }
      .header .bg .content_hd .logo_text {
        width: 260px; }
      .header .bg .content_hd .menu {
        text-align: right;
        width: calc(100% - 260px); }
        .header .bg .content_hd .menu .main_menu {
          width: calc(100% - 260px); }
    .header .bg:after {
      content: "";
      background: url("../images/header_bg.jpg");
      background-size: cover;
      opacity: 0.7;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: -1; }
.btn_hotline {
  width: 200px;
  max-width: 100%;
  color: white; }
  .btn_hotline .item {
    padding: 5px;
    background: #cc9b2d;
    color: white;
    font-family: 'avob';
    font-size: 22px;
    text-align: center;
    display: block; }
   .btn_hotline .item p {
    padding-bottom: 5px;} 
  .btn_hotline .item .sp_text {
      font-size: 13px; }
  .btn_hotline .item:hover {
      background: #380702; }

.btn_sp_menu:hover {
  color: white; }
    .main_menu ul {
      display: flex;
      align-items: center;
      justify-content: flex-end;}
    .main_menu ul li {
    margin-right: 18px;
    font-size: 19px;
    color: white;
    position: relative;
    text-align: center; }
    .main_menu ul li:last-child {
      margin-right: 0;}
    .main_menu ul li a {
      display: block;
      padding-bottom: 5px; }
    .main_menu ul li ul {
      position: absolute;
      width: 200px;
      top: 100%;
      left: 0;
      opacity: 0;
      pointer-events: none;
      z-index: -1;
      display: block;
      -webkit-transform: translate(0px,10px);
       -moz-transform: translate(0px,10px);
       -ms-transform: translate(0px,10px);
       -o-transform: translate(0px,10px);
       transform: translate(0px,10px); 
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;}
      .main_menu ul li ul li {
        position: relative;
        text-align: left;
        width: 100%; }
        .main_menu ul li ul li a {
          padding: 5px 10px;
          background: rgba(204, 155, 45, 0.7);
          border-bottom: solid 1px #380702; }
    .main_menu ul li:hover a {
        color: #380702; }
    .main_menu ul li:hover >ul {
      opacity: 1;
      pointer-events: all;
      z-index: 99;
      -webkit-transform: translate(0px,0px);
       -moz-transform: translate(0px,0px);
       -ms-transform: translate(0px,0px);
       -o-transform: translate(0px,0px);
       transform: translate(0px,0px); }
       .main_menu ul li ul li ul {
        top: 0px;
        pointer-events: none;
        padding-left: 2px;
        left: 100%;
        display: block;}
      .main_menu ul li ul li ul li a {
        border-left: solid 1px #380702;}
.sp_menu {
  position: fixed;
  height: 100vh;
  top: 0;
  left: -100%;
  width: 350px;
  max-width: 70%;
  background: rgba(56, 7, 2, 0.87); }
  .sp_menu ul li {
    border-top: solid 1px white;
    font-size: 15px;
    color: white;
    position: relative; }
    .sp_menu ul li a {
      display: block;
      padding: 8px 15px; }
    .sp_menu ul li i {
      position: absolute;
      right: 0;
      top: 0;
      padding: 8px 15px;
      font-size: 20px;
      background: transparent !important; }
    .sp_menu ul li ul {
      display: none;
      background: #4b3434; }
      .sp_menu ul li ul li a {
        padding: 8px 15px 8px 35px; }
    .sp_menu ul li:hover > a, .sp_menu ul li:hover i {
      color: #380702;
      background: white; }
.t_all_sp_title {
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
  font-family: 'avob';
  color: white; }
  .t_all_sp_title:before {
    content: '';
    position: absolute;
    width: 58px;
    height: 2px;
    background: white;
    bottom: 0;
    left: 0; }
.f_time_news_roman {
  font-family: "Times New Roman", Times, serif;}
.bold_time_news_roman {
  font-family: "Times New Roman", Times, serif !important;
  font-weight: bold;}
.h_about {
  padding-top: 50px;
  padding-bottom: 70px; }
  .h_about .t_all_title {
    margin-bottom: 50px; }
  .h_about .about_slider {
    box-shadow: 0px 0px 25px black;
    position: relative;
    background: #380702; }
    .h_about .about_slider .item {
      display: flex;
      flex-wrap: wrap; }
      .h_about .about_slider .item .img {
        position: relative;
        width: 50%; }
        .h_about .about_slider .item .img .c-img {
          padding-top: 100%; }
        .h_about .about_slider .item .img:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          background: rgba(54, 7, 2, 0.2);
          z-index: 1;
          pointer-events: none; }
      .h_about .about_slider .item .ct {
        width: 50%;
        color: white;
        padding: 20px; }
        .h_about .about_slider .item .ct .t_all_sp_title {
          margin-bottom: 50px; }
    .h_about .about_slider .slick-arrow {
      position: absolute;
      width: 40px;
      height: 40px;
      background: #5a140c;
      font-size: 36px;
      color: #7a443f;
      top: 0; }
      .h_about .about_slider .slick-arrow:hover {
        color: white;
        background: #802117; }
    .h_about .about_slider .t-left {
      right: 40px;
      border-right: solid 2px #7a443f; }
    .h_about .about_slider .t-right {
      right: 0; }

.shot_content {
  text-align: justify;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.5; }

.h_service {
  margin-bottom: 80px; }
  .h_service .t_all_title {
    margin-bottom: 100px; }
  .h_service .service_ct {
    width: 100%;
    max-width: 780px;
    background: #380702;
    margin: auto;
    box-shadow: 0px 0px 10px black;
    padding: 0px 90px; }
    .h_service .service_ct .item {
      display: flex;
      padding-top: 55px; }
      .h_service .service_ct .item .img {
        width: 100px;
        position: relative; }
        .h_service .service_ct .item .img .img_ct {
          position: absolute;
          box-shadow: 0px 0px 10px black;
          width: 314px;
          top: -115px;
          left: -280px; }
          .h_service .service_ct .item .img .img_ct .show_img {
            position: relative; }
            .h_service .service_ct .item .img .img_ct .show_img .c-img {
              padding-top: 132%; }
            .h_service .service_ct .item .img .img_ct .show_img .text {
              position: absolute;
              width: 225px;
              height: 290px;
              background: rgba(34, 17, 14, 0.7);
              left: 50%;
              top: 50%;
              margin-top: -145px;
              margin-left: -112.5px;
              justify-content: center;
              align-items: center;
              padding: 15px;
              transform: scale(0);
              transition: 0.5s;
              display: flex; }
              .h_service .service_ct .item .img .img_ct .show_img .text .name {
                text-align: center; }
                .h_service .service_ct .item .img .img_ct .show_img .text .name p {
                  font-size: 12px; }
                .h_service .service_ct .item .img .img_ct .show_img .text .name i {
                  margin-top: 15px; }
            .h_service .service_ct .item .img .img_ct .show_img:hover .text {
              display: flex;
              transform: scale(1); }
      .h_service .service_ct .item .ct {
        position: relative;
        width: calc(100% - 100px);
        padding-bottom: 10px; }
        .h_service .service_ct .item .ct .tocall_space {
          letter-spacing: 3px;
          font-size: 16px; }
        .h_service .service_ct .item .ct .t_all_sp_title {
          margin-bottom: 25px;
          padding-bottom: 2px; }
          .h_service .service_ct .item .ct .t_all_sp_title:before {
            height: 3px; }
        .h_service .service_ct .item .ct .t_all_viewmore {
          margin: 15px 0; }
        .h_service .service_ct .item .ct:before {
          content: '';
          position: absolute;
          width: 396px;
          height: 2px;
          background: white;
          left: 0;
          bottom: 0; }
      .h_service .service_ct .item:last-child .ct:before {
        content: '';
        display: none; }
    .h_service .service_ct .item2 .img .img_ct {
      right: -280px;
      left: unset; }
    .h_service .service_ct .item2 .ct {
      text-align: right; }
      .h_service .service_ct .item2 .ct .t_all_sp_title:before {
        left: unset;
        right: 0; }
      .h_service .service_ct .item2 .ct:before {
        content: '';
        left: unset;
        right: 0; }

.h_news {
  margin-top: 50px;
  margin-bottom: 20px; }
  .h_news .content {
    margin: 0 -15px; }
    .h_news .content .item {
      margin-bottom: 20px;
      padding: 0 15px;
      position: relative; }
      .h_news .content .item .content {
        position: absolute;
        width: calc(100% - 50px);
        height: calc(100% - 20px);
        background: rgba(34, 17, 14, 0.7);
        left: 40px;
        top: 10px;
        justify-content: center;
        align-items: center;
        padding: 15px;
        transform: scale(0);
        transition: 0.5s;
        display: flex; }
        .h_news .content .item .content .name {
          text-align: center;
          text-transform: uppercase; }
          .h_news .content .item .content .name p {
            font-size: 16px; }
          .h_news .content .item .content .name i {
            margin-top: 15px; }
      .h_news .content .item .c-img {
        padding-top: 100%; }
      .h_news .content .item:nth-child(1) {
        width: 25%; }
      .h_news .content .item:nth-child(2) {
        width: 25%; }
      .h_news .content .item:nth-child(3) {
        width: 50%; }
        .h_news .content .item:nth-child(3) .c-img {
          padding-top: calc(50% - 15px); }
      .h_news .content .item:nth-child(4) {
        width: 50%; }
        .h_news .content .item:nth-child(4) .c-img {
          padding-top: calc(50% - 15px); }
      .h_news .content .item:nth-child(5) {
        width: 25%; }
      .h_news .content .item:nth-child(6) {
        width: 25%; }
      .h_news .content .item:nth-child(7) {
        width: 25%; }
      .h_news .content .item:nth-child(8) {
        width: 50%; }
        .h_news .content .item:nth-child(8) .c-img {
          padding-top: calc(50% - 15px); }
      .h_news .content .item:nth-child(9) {
        width: 25%; }
      .h_news .content .item:hover .content {
        transform: scale(1); }

.select_op_news {
  text-align: center;
  margin-bottom: 50px; }
  .select_op_news ul {
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    padding: 2px 30px 5px 30px; }
    .select_op_news ul li {
      display: inline-block;
      color: white;
      font-size: 24px;
      margin-right: 10px; }
      .select_op_news ul li span {
        cursor: pointer; }
        .select_op_news ul li span:hover {
          color: #cc9b2d; }
      .select_op_news ul li:after {
        content: '|';
        margin-left: 10px;
        font-family: "avo" !important; }
      .select_op_news ul li:last-child {
        margin-right: 0; }
        .select_op_news ul li:last-child:after {
          content: '|';
          display: none; }
    .select_op_news ul .active {
      font-family: 'avob'; }

.our_images {
  position: relative; }
  .our_images .item {
    position: relative;
    box-shadow: 0px 0px 15px 6px black;
    transform: scale(0.8); }
    .our_images .item img {
      width: 100%; }
    .our_images .item .c-img {
      padding-top: 62%; }
    .our_images .item .text {
      position: absolute;
      width: calc(100% - 220px);
      height: calc(100% - 140px);

      top: 70px;
      left: 110px;
      text-align: center;
      color: white;
      transform: scale(0);
      transition: 0.5s; }
      .our_images .item .text p {
        font-size: 12px; }
    .our_images .item i {
      margin-top: 5px; }
    .our_images .item:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(54, 7, 2, 0.2);
      z-index: 1;
      pointer-events: none; }
  .our_images .slick-center {
    transform: scale(1.2);
    z-index: 2; }
    .our_images .slick-center:before {
      display: none; }
    .our_images .slick-center:hover .text {
      transform: scale(1); }
  .our_images .slick-list {
    padding: 100px 320px !important; }
  .our_images .slick-arrow {
    font-size: 35px;
    padding: 5px;
    width: 45px;
    color: white;
    height: 45px;
    border-radius: 50%;
    border: solid 2px white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    margin-top: -22.5px; }
  .our_images .t-left {
    left: 150px; }
  .our_images .t-right {
    right: 150px; }

.footer {
  margin-top: 90px; }
  .footer .logo_ft img:first-child {
    width: 80px;
    margin-right: 20px; }
  .footer .logo_ft img:last-child {
    width: 180px; }
  .footer .item_ft {
    height: 80px;
    margin-bottom: 5px; }
    .footer .item_ft .ft_title {
      font-size: 20px;
      font-family: 'avob';
      color: white;
      text-transform: uppercase;
      letter-spacing: 3.5px; }
  .footer .content {
    font-size: 18px;
    color: white;
    background: rgba(0, 0, 0, 0.49);
    padding: 20px;
    line-height: 1.2;
    height: calc(100% - 85px); }
    .footer .content p {
      margin-bottom: 5px;
      word-break: break-word; }
  .footer .map iframe {
    width: 100%;
    max-height: 300px; }
  .footer .fan_page .fb-page {
    width: 100%; }
    .footer .fan_page .fb-page iframe {
      width: 100%;
      max-height: 300px; }
  .footer .cop_text {
    font-size: 20px;
    color: white;
    padding: 0 15px 15px 15px;
    text-align: center; }
  .footer .icon_mxh {
    display: flex;
    font-size: 30px;
    padding: 0 15px 15px 15px; }
    .footer .icon_mxh a {
      display: flex;
      width: 62px;
      height: 62px;
      color: #333;
      background: white;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      margin-right: 20px; }
      .footer .icon_mxh a:hover {
        background: #333;
        color: white; }
      .footer .icon_mxh a:last-child {
        margin-right: 0px; }
  .footer .copy_rught {
    justify-content: space-evenly;
    background: rgba(56, 7, 2, 0.65);
    margin-top: 10px;
    padding-top: 15px; }
.t_bct{
  cursor: pointer;
  z-index: 999;
  width: 145px;
  width: 200px;
  color: #fff;
  border: solid 1px transparent;
}
.back-to-top {
  position: fixed;
  font-size: 30px;
  cursor: pointer;
  text-align: center;
  z-index: 999;
  width: 45px;
  height: 40px;
  line-height: 30px;
  right: 33px;
  bottom: 100px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 5px;
  color: #fff;
  border: solid 1px transparent; }

.back-to-top:hover {
  background: #380703;
  border: solid 1px rgba(255, 255, 255, 0.45); }

.all_banner {
  padding-top: 110px;
  height: 380px;
  position: relative; }
  .all_banner .t_all_title {
    position: relative;
    z-index: 2; }
  .all_banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(54, 7, 2, 0.2);
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none; }

.contact_main {
  margin-top: 80px; }
  .contact_main .content {
    background: rgba(56, 7, 2, 0.85);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
    padding: 60px 50px; }
  .contact_main .t_all_sp_title {
    font-size: 24px;
    margin-bottom: 25px; }
  .contact_main .t_all_viewmore {
    padding-bottom: 90px;
    border-bottom: solid 1px white; }
  .contact_main .thongtin {
    color: #ffffff;
    font-size: 20px;
    padding-bottom: 170px;
    border-bottom: solid 1px white; }
  .contact_main .contact_title {
    font-size: 30px;
    font-family: 'avob';
    color: white;
    margin-top: 20px; }
  .contact_main .contact_title_p {
    font-size: 20px;
    color: white; }

.side_bar .t_all_sp_title {
  font-size: 20px !important;
  margin-bottom: 20px; }
.side_bar .item_video {
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
  padding: 20px 10px;
  background: rgba(56, 7, 2, 0.85);
  margin-bottom: 30px; }
  .side_bar .item_video .t_all_sp_title {
    text-transform: uppercase;
    margin-bottom: 25px; }
  .side_bar .item_video .c-img {
    padding-top: 67%; }
    .side_bar .item_video .c-img iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      border-radius: inherit; }
  .side_bar .item_video .video_add {
    position: relative;
    cursor: pointer; }
    .side_bar .item_video .video_add .btn {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 60px;
      height: 60px;
      margin-left: -30px;
      margin-top: -30px;
      background: rgba(0, 0, 0, 0.5);
      transform: rotate(90deg);
      border-radius: 50%; }
      .side_bar .item_video .video_add .btn:before {
        content: '';
        position: absolute;
        top: 2px;
        left: 15px;
        width: 0;
        height: 0;
        border: 16px solid transparent;
        border-bottom-color: white; }
.side_bar .item_hotline {
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
  margin-bottom: 30px;
  padding: 20px 10px;
  background: rgba(56, 7, 2, 0.85); }
  .side_bar .item_hotline .t_all_sp_title {
    text-transform: uppercase;
    margin-bottom: 25px; }
  .side_bar .item_hotline .text_hotline {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-family: 'avob';
    text-transform: uppercase;
    color: #380702;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.5px; }
  .side_bar .item_hotline .c-img {
    padding-top: 66%; }
.side_bar .item_order {
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
  padding: 20px 10px;
  background: rgba(56, 7, 2, 0.85); }
  .side_bar .item_order .t_all_viewmore {
    padding-bottom: 0;
    padding-top: 15px;
    border-bottom: none; }
    .side_bar .item_order .t_all_viewmore a {
      font-size: 14px; }
  .side_bar .item_order .c-img {
    padding-top: 66%; }
.side_bar .hot_news_sidebar {
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
  padding: 20px 10px 10px 10px;
  background: rgba(56, 7, 2, 0.85); }
  .side_bar .hot_news_sidebar .item {
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 20px;
    display: flex;
    padding-bottom: 15px; }
    .side_bar .hot_news_sidebar .item .img {
      width: 105px; }
    .side_bar .hot_news_sidebar .item .ct {
      padding-left: 15px;
      width: calc(100% - 105px);
      color: white; }
      .side_bar .hot_news_sidebar .item .ct .content_sp {
        font-size: 12px; }
.side_bar .te-pagination {
  margin-top: -10px; }
  .side_bar .te-pagination strong {
    font-size: 24px !important; }
  .side_bar .te-pagination a {
    font-size: 22px !important; }

.canyoucare .canyoucare_slider {
  position: relative;
  background: #380702;
  padding: 12px 0;
  margin-top: 5px; }
  .canyoucare .canyoucare_slider .item {
    position: relative;
    height: 270px;
    overflow: hidden; }
    .canyoucare .canyoucare_slider .item .img {
      height: 100%; }
      .canyoucare .canyoucare_slider .item .img img {
        min-height: 100%; }
    .canyoucare .canyoucare_slider .item .text {
      position: absolute;
      width: calc(100% - 20px);
      height: calc(100% - 30px);
      background: rgba(34, 17, 14, 0.7);
      left: 10px;
      top: 15px;
      justify-content: center;
      align-items: center;
      padding: 15px;
      transform: scale(0);
      transition: 0.5s;
      color: white;
      text-align: center;
      display: flex; }
      .canyoucare .canyoucare_slider .item .text .name {
        text-align: center; }
        .canyoucare .canyoucare_slider .item .text .name p {
          font-size: 12px; }
        .canyoucare .canyoucare_slider .item .text .name i {
          margin-top: 15px; }
    .canyoucare .canyoucare_slider .item:hover .text {
      transform: scale(1); }
  .canyoucare .canyoucare_slider .slick-arrow {
    position: absolute;
    font-size: 36px;
    color: white;
    top: 50%;
    margin-top: -15px; }
  .canyoucare .canyoucare_slider .t-left {
    left: 40px; }
  .canyoucare .canyoucare_slider .t-right {
    right: 40px; }

.news_main {
  margin-top: 80px; }
  .news_main .content {
    background: rgba(56, 7, 2, 0.85);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
    padding: 60px 50px; }
    .news_main .content .s-content {
      color: white;
      font-size: 16px;
      line-height: 1.8;
      letter-spacing: 0.5px; }

.order_main .introduce_main {
  background: rgba(56, 7, 2, 0.85);
  padding: 18px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); }
  .order_main .introduce_main .introduce_slider {
    margin-bottom: 80px;
    position: relative; }
    .order_main .introduce_main .introduce_slider .item .c-img {
      padding-top: 63%; }
    .order_main .introduce_main .introduce_slider .slick-arrow {
      font-size: 35px;
      padding: 5px;
      width: 45px;
      color: white;
      height: 45px;
      border-radius: 50%;
      border: solid 1px white;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      margin-top: -22.5px; }
    .order_main .introduce_main .introduce_slider .t-left {
      left: 15px; }
    .order_main .introduce_main .introduce_slider .t-right {
      right: 15px; }
  .order_main .introduce_main .s-content {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.3;
    color: white; }
.order_main .item_sidebar {
  background: #380702;
  padding: 20px 15px;
  color: white;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); }
  .order_main .item_sidebar .t_all_sp_title {
    font-size: 20px;
    font-family: 'avo';
    padding-bottom: 5px;
    margin-bottom: 15px; }
  .order_main .item_sidebar .content {
    font-size: 18px; }

.base_create_order {
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
  background: #380702;
  padding: 35px 15px 50px 15px;
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center }
  .base_create_order .item_title {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 20px;
    min-height: 44px; }
  .base_create_order .item_date {
    width: 300px;
    position: relative;
    margin-right: 10px; }
    .base_create_order .item_date input {
      color: white;
      cursor: pointer;
      font-size: 20px;
      border: solid 1px white;
      background: #380702;
      height: 50px;
      width: 100%;
      -webkit-border-radius: 0px !important;
      -moz-border-radius: 0px !important;
      border-radius: 0px !important; }
      .base_create_order .item_date input::placeholder {
        color: white;
        opacity: 1; }
      .base_create_order .item_date input:-ms-input-placeholder {
        color: white; }
      .base_create_order .item_date input::-ms-input-placeholder {
        color: white; }
    .base_create_order .item_date i {
      position: absolute;
      font-size: 30px;
      color: white;
      bottom: 10px;
      right: 10px;
      pointer-events: none; }
  .base_create_order .item_quanty {
    width: 155px;
    margin-right: 10px; }
  .base_create_order .item_final .t_all_viewmore {
    margin: 0 !important; }
    .base_create_order .item_final .t_all_viewmore a, .base_create_order .item_final .t_all_viewmore button {
      width: 190px;
      background: url("../images/view_more_2.png"); }

.d_inputNumber {
  position: relative;
  margin-top: 6px; }
  .d_inputNumber i {
    color: white;
    cursor: pointer;
    transition: 2s;
    padding: 5px; }
  .d_inputNumber span {
    user-select: none;
    font-size: 20px;
    position: absolute;
    right: 5px; }
    .d_inputNumber span:hover i {
      color: #cc9b2d;
      transition: 0.3s; }
  .d_inputNumber .d_inputNumber_cong {
    top: -2px; }
  .d_inputNumber .d_inputNumber_tru {
    bottom: -2px; }
  .d_inputNumber input {
    padding-left: 15px;
    pointer-events: none;
    color: white;
    cursor: pointer;
    font-size: 20px;
    border: solid 1px white;
    background: #380702;
    height: 50px;
    width: 100%;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; }
    .d_inputNumber input::placeholder {
      color: white;
      opacity: 1; }
    .d_inputNumber input:-ms-input-placeholder {
      color: white; }
    .d_inputNumber input::-ms-input-placeholder {
      color: white; }
  .d_inputNumber:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 35px;
    background: white;
    right: 32px;
    top: 8px; }

.order_main2 .combo_phong .content {
  padding: 25px 15px;
  background: rgba(56, 7, 2, 0.85);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); }
  .order_main2 .combo_phong .content .item {
    margin-bottom: 35px;
    display: flex; }
  .order_main2 .combo_phong .content .item .item-action-box{
    border-top: solid 1px #fff;
  }
    .order_main2 .combo_phong .content .item .img {
      width: 225px; }
    .order_main2 .combo_phong .content .item .ct {
      width: calc(100% - 225px);
      padding-left: 15px; }
      .order_main2 .combo_phong .content .item .ct .t_all_sp_title {
        letter-spacing: 2px;
        font-size: 20px;
        padding-bottom: 8px; }
        .order_main2 .combo_phong .content .item .ct .t_all_sp_title:before {
          height: 4px; }
      .order_main2 .combo_phong .content .item .ct .ct2 {
        display: flex; }
        .order_main2 .combo_phong .content .item .ct .ct2 .text {
          font-size: 14px;
          line-height: 1.3;
          width: calc(100% - 145px);
          margin-top: 5px;
          letter-spacing: 0.8px;
          text-align: justify; }
          .order_main2 .combo_phong .content .item .ct .ct2 .text .select_item {
            width: 50%;
            padding: 0 5px; }
            .order_main2 .combo_phong .content .item .ct .ct2 .text .select_item_none{
              width: 100%;
            }
            .order_main2 .combo_phong .content .item .ct .ct2 .text .select_item select {
              margin-top: 10px; }
        .order_main2 .combo_phong .content .item .ct .ct2 .price {
          width: 145px;
          color: white;
          text-align: center;
          font-size: 20px;
          padding-left: 10px; }
          .order_main2 .combo_phong .content .item .ct .ct2 .price .price_main span {
            font-family: 'avob'; }
          .order_main2 .combo_phong .content .item .ct .ct2 .price .quanty {
            padding-bottom: 8px; }
          .order_main2 .combo_phong .content .item .ct .ct2 .price .t_all_viewmore a, .order_main2 .combo_phong .content .item .ct .ct2 .price .t_all_viewmore button {
            width: 94px;
            height: 36px;
            background: url("../images/view_more1.png") !important;
            background-size: cover;
            background-repeat: no-repeat;
            line-height: 1.5; }
    .order_main2 .combo_phong .content .item:last-child {
      margin-bottom: 0; }
.order_main2 .content_service {
  padding: 20px 15px 0 15px;
  background: rgba(56, 7, 2, 0.85);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); }
  .order_main2 .content_service .service_table {
    font-size: 24px;
    margin-bottom: 20px;
    overflow: auto; }
    .order_main2 .content_service .service_table table {
      min-width: 650px;
      width: 100%;
      margin-top: 5px;
      color: white; }
      .order_main2 .content_service .service_table table thead th {
        border: none;
        padding: 8px; }
        .order_main2 .content_service .service_table table thead th:nth-child(1) {
          width: 130px; }
        .order_main2 .content_service .service_table table thead th:nth-child(2) {
          width: calc(100% - 370px); }
        .order_main2 .content_service .service_table table thead th:nth-child(3) {
          width: 100px;
          text-align: center; }
        .order_main2 .content_service .service_table table thead th:nth-child(4) {
          width: 140px;
          text-align: right; }
      .order_main2 .content_service .service_table table tbody tr td {
        vertical-align: middle;
        border: none; }
        .order_main2 .content_service .service_table table tbody tr td:nth-child(1) {
          padding-bottom: 25px; }
        .order_main2 .content_service .service_table table tbody tr td:nth-child(2) {
          font-size: 12px;
          line-height: 1.3;
          padding: 0px 10px 25px 10px; }
        .order_main2 .content_service .service_table table tbody tr td:nth-child(3) {
          text-align: center;
          padding: 0px 10px 25px 10px; }
        .order_main2 .content_service .service_table table tbody tr td:nth-child(4) {
          width: 140px;
          text-align: right;
          padding-bottom: 25px; }
.order_main2 .form_order {
  padding: 25px 15px;
  background: rgba(56, 7, 2, 0.85);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); }
  .order_main2 .form_order .t_all_sp_title {
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 25px; }
  .order_main2 .form_order .form_order_final {
    font-size: 16px;
    color: white; }
    .order_main2 .form_order .form_order_final .t_all_sp_title {
      margin-top: 80px; }
    .order_main2 .form_order .form_order_final .border_div {
      border: solid 1px white;
      padding: 20px 10px 0 10px; }
      .order_main2 .form_order .form_order_final .border_div input {
        margin-bottom: 15px; }
        .order_main2 .form_order .form_order_final .border_div input:first-child {
          border-right: solid 2px white;
          border-radius: 0;
          margin-top: 0px; }
    .order_main2 .form_order .form_order_final .call_view_more .t_all_viewmore a, .order_main2 .form_order .form_order_final .call_view_more .t_all_viewmore button {
      font-size: 20px;
      line-height: 1.5; }
    .order_main2 .form_order .form_order_final .call_view_more .t_all_viewmore:nth-child(1) {
      margin-right: 10px; }
    .order_main2 .form_order .form_order_final .call_view_more .t_all_viewmore:nth-child(2) {
      margin-right: 10px; }
      .order_main2 .form_order .form_order_final .call_view_more .t_all_viewmore:nth-child(2) a, .order_main2 .form_order .form_order_final .call_view_more .t_all_viewmore:nth-child(2) button {
        width: 190px;
        background: url(../images/view_more_2.png); }
    .order_main2 .form_order .form_order_final .call_view_more .t_all_viewmore:nth-child(3) a, .order_main2 .form_order .form_order_final .call_view_more .t_all_viewmore:nth-child(3) button {
      width: 190px;
      background: url(../images/view_more_2.png); }

.order_success {
  padding: 25px 15px 10px 15px;
  background: rgba(56, 7, 2, 0.85);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); }
  .order_success .content {
    max-width: 720px;
    width: 100%;
    margin: auto;
    color: white; }
    .order_success .content .title {
      font-size: 30px;
      text-align: center;
      padding-bottom: 8px;
      border-bottom: solid 1px white;
      font-family: 'avob'; }
    .order_success .content .thank_you {
      margin-top: 45px;
      font-size: 30px;
      margin-bottom: 20px; }
      .order_success .content .thank_you span {
        color: #7c2b23;
        font-style: italic; }
      .order_success .content .thank_you .thank_you_title {
        letter-spacing: 5px; }
    .order_success .content .item {
      text-align: left !important;
      font-size: 20px;
      font-style: italic;
      display: flex; }
      .order_success .content .item .text1 {
        width: 250px;
        border-right: solid 1px #7c2b23;
        border-bottom: solid 1px #7c2b23;
        padding: 5px 20px; }
      .order_success .content .item .text2 {
        width: calc(100% - 250px);
        padding: 5px 10px;
        border-bottom: solid 1px #7c2b23;
        display: flex; }
        .order_success .content .item .text2 p {
          font-size: 14px; }
        .order_success .content .item .text2 .ct1 {
          width: 50%;
          border-right: solid 1px #7c2b23; }
        .order_success .content .item .text2 .ct2 {
          width: 50%;
          padding-left: 10px; }
    .order_success .content .hv_sp {
      font-size: 20px;
      display: inline-block;
      margin-top: 10px;
      margin-bottom: 200px;
      border-bottom: solid 1px white;
      font-style: italic; }
    .order_success .content .final_title {
      font-style: italic;
      font-size: 30px;
      text-align: center;
      border-top: solid 1px #7c2b23; }

.thongtin_phong {
  font-size: 20px;
  padding: 25px 0px;
  background: #380702;
  color: white;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75); }
  .thongtin_phong .t_all_sp_title {
    font-family: 'avo';
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 20px !important; }
  .thongtin_phong .item_time {
    margin-bottom: 20px; }
    .thongtin_phong .item_time .item_time_text {
      margin-bottom: 3px; }
    .thongtin_phong .item_time i {
      font-size: 25px;
      margin-right: 5px; }
  .thongtin_phong .person p {
    text-align: center;
    width: 38%; }
    .thongtin_phong .person p:nth-child(2) {
      width: 24%; }
  .thongtin_phong .number_person {
    border-top: solid 2px #6d1810;
    border-bottom: solid 2px #6d1810;
    padding: 3.5px 0;
    margin-top: 3px;
    margin-bottom: 30px; }
    .thongtin_phong .number_person .item_ct {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 38%; }
      .thongtin_phong .number_person .item_ct i {
        font-size: 25px;
        margin-right: 20px; }
      .thongtin_phong .number_person .item_ct:nth-child(2) {
        width: 24%; }
  .thongtin_phong .table {
    font-size: 16px;
    margin-bottom: 20px; }
    .thongtin_phong .table table {
      width: 100%;
      margin-top: 5px; }
      .thongtin_phong .table table thead th {
        border-bottom: none;
        padding: 1px;
        border-top: solid 2px #6d1810;
        border-right: solid 2px #6d1810;
        vertical-align: middle;
        text-align: center; }
        .thongtin_phong .table table thead th:nth-child(2) {
          width: calc(100% - 245px); }
        .thongtin_phong .table table thead th:nth-child(3) {
          width: 110px; }
        .thongtin_phong .table table thead th:nth-child(4) {
          width: 85px; }
        .thongtin_phong .table table thead th:nth-child(5) {
          width: 50px;
          border-right: none; }
      .thongtin_phong .table table tbody tr {
        border-top: solid 2px #6d1810; }
        .thongtin_phong .table table tbody tr td {
          padding: 1px;
          border-top: none;
          border-bottom: none;
          border-right: solid 2px #6d1810;
          text-align: center; }
          .thongtin_phong .table table tbody tr td:nth-child(2) {
            font-size: 14px; }
          .thongtin_phong .table table tbody tr td:nth-child(5) {
            border-right: none; }
            .thongtin_phong .table table tbody tr td:nth-child(5) i {
              padding: 10px;
              cursor: pointer; }
        .thongtin_phong .table table tbody tr:first-child {
          border-top: solid 2px #6d1810; }
        .thongtin_phong .table table tbody tr:last-child {
          border-bottom: solid 2px #6d1810; }
  .thongtin_phong .tong_tien {
    display: flex;
    border: solid 1px white;
    margin: 0 10px;
    margin-top: 30px;
    margin-bottom: 35px; }
    .thongtin_phong .tong_tien p {
      width: 50%;
      padding: 5px;
      font-size: 16px;
      border-right: solid 1px white; }
      .thongtin_phong .tong_tien p:last-child {
        border: none;
        text-align: center; }

.zoom {
  display: block;
  overflow: hidden; }

.zoom img {
  transition: 30s; }

.zoom2 img {
  transition: 10s; }

.zoom:hover img {
  transform: scale(1.15); }

.order_main .datepicker table tr td.day.focused, .datepicker table tr td.day {
  transition: .2s; }

.order_main .datepicker table tr td.day.focused, .datepicker table tr td.active {
  background: #380702 !important; }

.order_main .datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #380702;
  color: white;
  cursor: pointer; }

.order_main .datepicker td, .datepicker th {
  width: 35px;
  height: 35px; }

.datepicker .table-condensed thead th {
  color: #380702;
  font-family: 'avob'; }

.news_main_cate {
  margin-top: 80px; }
  .news_main_cate .content {
    background: rgba(56, 7, 2, 0.85);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
    padding: 15px; }
    .news_main_cate .content .s-content {
      color: white;
      font-size: 16px;
      line-height: 1.8;
      letter-spacing: 0.5px; }
  .news_main_cate .item_news .name {
    font-size: 18px;
    color: white;
    font-family: 'avob';
    margin: 10px 0; }
  .news_main_cate .item_news .short_content {
    color: white;
    font-size: 14px; }
  .news_main_cate .te-pagination a {
    display: inline-block;
    font-size: 18px;
    margin-right: 15px;
    transition: 0.3s;
    color: white; }
    .news_main_cate .te-pagination a:hover {
      color: #cc9b2d; }
  .news_main_cate .te-pagination strong {
    color: white;
    font-family: 'avob';
    font-size: 18px;
    margin-right: 15px; }

.service_untral_final {
  display: none; }

.max_pro_select {
  opacity: 0.5;
  cursor: no-drop !important;
  user-select: none;
  pointer-events: none; }
.w-33{
  width: 33.3333333333333333%;
}
.sl_name{
  font-size: 12px;
}
.select-row-box{
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=style.css.map */
.h_about_add_slider .slick-list{
  padding: 10px 0;
}
.h_about_add_slider .item{
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.h_about_add_slider .c-img{
	padding-top: 100%;
}
.list_bank_final{
  text-align: center;
}
.list_bank_final li:first-child{
  display: none;
}
.list_bank_final li{
  cursor: pointer;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  background: white;
  border-radius: 5px;
  border: solid 1px #ebebeb;
}
.list_bank_final .active{
  border: solid 5px #e6f73a;
}
.list_all_room .img{
  width: 220px;
}
.list_all_room .ct{
  width: calc(100% - 220px);
  padding-left: 10px;
}
.list_all_room .item{
  margin-bottom: 15px;
}
.reservation-policy{
  max-height: 220px;
  font-size: 14px;
  overflow-y: auto;
}
.reservation-policy-input{
  font-size: 14px;
  border: solid 1px white;
}
.alert-policy{
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 10px;
  background: #dc3545;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-animation: blinkPolycy 1.2s infinite;
  -moz-animation: blinkPolycy 1.2s infinite;
  -o-animation: blinkPolycy 1.2s infinite;
  animation: blinkPolycy 1.2s infinite;
}
@-webkit-keyframes blinkPolycy {
  0%, 49% {
    background: #dc3545;
  }
  50%, 100% {
    background: transparent;
  }
}
.view-room-detail-btn{
  text-decoration: underline !important;
}
.view-room-detail-btn:before{
  display: none;
}
.view-room-detail-btn:hover{
  color: #cc9b2d !important;
}
.view-room-detail-btn:focus{
  color: #cc9b2d !important;
}
.view-room-detail-btn:active{
  color: #cc9b2d !important;
}
.prodetail_nav .slick-arrow{
  transition: .2s;
  position: absolute;
  font-size: 30px;
  color: white;
  width: 30px;
  height: 34px;
  border-radius: 5px;
  top: 50%;
  margin-top: -15px;
  background-color: rgba(0, 0, 0, .5);
}
.prodetail_nav .slick-arrow:hover{
  background-color: rgba(0, 0, 0, .8);
}
.prodetail_nav .t-left {
  left: 10px;
}
.prodetail_nav .t-right {
  right: 10px;
}