@font-face {
    font-family: 'UTMSwiss'; /*a name to be used later*/
    src: url('fonts/UTMSwissCondensedBold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMAndrogyne'; /*a name to be used later*/
    src: url('fonts/UTMAndrogyne.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMBeautifulCaps'; /*a name to be used later*/
    src: url('fonts/UTMBeautifulCaps.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'AvenirNext'; /*a name to be used later*/
    src: url('fonts/AvenirNext-DemiBold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'AvenirNextRegular'; /*a name to be used later*/
    src: url('fonts/AvenirNext-Regular.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'AvenirNext'; /*a name to be used later*/
    font-weight: bold;
    src: url('fonts/AvenirNext-Bold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'AvenirNext'; /*a name to be used later*/
    font-weight: bold;
    src: url('fonts/AvenirNext-Bold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMPenumbraBold'; /*a name to be used later*/
    src: url('fonts/UTMPenumbraBold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMNeutra'; /*a name to be used later*/
    src: url('fonts/UTMNeutra.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMAvo'; /*a name to be used later*/
    src: url('fonts/UTMAvoBold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMAvoRegular'; /*a name to be used later*/
    src: url('fonts/UTMAvo.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMYenTu'; /*a name to be used later*/
    src: url('fonts/UTMYenTu.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMLinotypeZapfinoKT'; /*a name to be used later*/
    src: url('fonts/UTMLinotypeZapfinoKT.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMNokiaStandardB'; /*a name to be used later*/
    src: url('fonts/UTMNokiaStandardB.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMTimes'; /*a name to be used later*/
    src: url('fonts/UTMTimes.ttf'); /*URL to font*/
}


@font-face {
    font-family: 'UTMTimesBold'; /*a name to be used later*/
    src: url('fonts/UTMTimesBold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMSarah'; /*a name to be used later*/
    src: url('fonts/UTMSarah.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMNeoSansIntel';
    src: url('fonts/UTMNeoSansIntel-Italic.eot');
    src: url('fonts/UTMNeoSansIntel-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/UTMNeoSansIntel-Italic.woff2') format('woff2'),
        url('fonts/UTMNeoSansIntel-Italic.woff') format('woff'),
        url('fonts/UTMNeoSansIntel-Italic.ttf') format('truetype'),
        url('fonts/UTMNeoSansIntel-Italic.svg#UTMNeoSansIntel-Italic') format('svg');
}

@font-face {
    font-family: 'UTMNeoSansIntel';
    src: url('fonts/UTMNeoSansIntel-BoldItalic.eot');
    src: url('fonts/UTMNeoSansIntel-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/UTMNeoSansIntel-BoldItalic.woff2') format('woff2'),
        url('fonts/UTMNeoSansIntel-BoldItalic.woff') format('woff'),
        url('fonts/UTMNeoSansIntel-BoldItalic.ttf') format('truetype'),
        url('fonts/UTMNeoSansIntel-BoldItalic.svg#UTMNeoSansIntel-BoldItalic') format('svg');
    font-weight: bold;
}

@font-face{
  font-family:'avn';
  src:url('fonts/AvenirLTStd-Light.otf');
  font-weight:100;
  font-display: auto;
}

@font-face{
  font-family:'avn';
  src:url('fonts/AvenirLTStd-Medium.otf');
  font-weight:300;
  font-display: auto;
}


@font-face{
  font-family:'avn';
  src:url('fonts/AvenirLTStd-Roman.otf');
  font-weight:600;
  font-display: auto;
}

@font-face{
  font-family:'sans';
  src:url('fonts/GoogleSans-Regular.ttf');
  font-display: auto;
}

@font-face{
  font-family:'sans';
  src:url('fonts/GoogleSans-Medium.ttf');
  font-weight:500;
  font-display: auto;
}

@font-face{
  font-family:'sans';
  src:url('fonts/GoogleSans-MediumItalic.ttf');
  font-weight:500;
  font-style: italic;
  font-display: auto;
}


@font-face{
  font-family:'sans';
  src:url('fonts/GoogleSans-Italic.ttf');
  font-style: italic;
  font-display: auto;
}

@font-face{
  font-family:'sans';
  src:url('fonts/GoogleSans-Bold.ttf');
  font-weight:bold;
  font-display: auto;
}

@font-face{
  font-family:'sans';
  src:url('fonts/GoogleSans-BoldItalic.ttf');
  font-weight:bold;
  font-style: italic;
  font-display: auto;
}

body {
  background-repeat: repeat;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'sans', Roboto, sans-serif;
  color: #000;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; /* Fix honrizontal show on mobile screen */
}

a, a:visited {
  color:#000;
  text-decoration: none !important;

  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
}

a:hover, a:active {
  color: #c69b51;
  outline: none;
  text-decoration: none;
}


a.flash{
  position: relative;
}

a.flash img {
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
}

a.flash::before{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out
}

a.flash::after{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out
}

a.flash:hover img {
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
	transform: scale(1.2);
}

a.flash:hover::before{
    right:50%;
    left:50%;
    width:0;
    background:rgba(255,255,255,0.3)
}
a.flash:hover::after{
    height:0;
    top:50%;
    bottom:50%;
    background:rgba(255,255,255,0.3)
}

-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.effect-img {
  overflow: hidden;
  position: relative;
  display: block;
  /* style for hover */
}

.effect-img:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  -o-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  z-index: 1;
  border: 200px double transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.effect-img:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0 double rgba(255, 255, 255, 0.7);
  visibility: hidden;
}


.container {
  /* Margin/padding copied from Bootstrap */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media(min-width:768px){
  .container {
    width: 760px;
  }
}

@media(min-width:992px){
  .container {
    width:980px;
  }
}

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

header {
  position: relative;
}

@media(min-width:992px){
  header {

  }
}

.topbar {
  font-size:13px;
  overflow: hidden;
  padding: 3px 0 0px 0;
  background-color: #20283c;
  color:#fff;
}

.topbar.subpage {
  color:#000;
  background-color:#fff;
}

.topbar .welcome-msg {
  color:#000;
  font-size: 14px;
  line-height: 25px;
}

.topbar.subpage .welcome-msg {
  color:#000;
}

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

.topbar .searchbar form {
  display: inline-block;
}

.topbar .searchbar .input-group {
  border-radius: 15px;
  overflow: hidden;
  border:1px solid #fff;
  max-width: 200px;
}

.topbar .searchbar button, .topbar .searchbar input {
  background-color: transparent;
  border:none;
  color:#fff;
  box-shadow: none;
  padding:2px 10px;
  height: 25px;
}

.topbar .searchbar button {
  padding:2px 10px;
}

.topbar .searchbar ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.topbar .searchbar :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.topbar .searchbar ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.topbar .social-link {
  padding-top: 4px;
}

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

.topbar ul li {
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.topbar .social-link li {
  margin-left: 0px;
}

.topbar ul li a {
  display: inline-block;
  font-weight: 300;
  color:#000;
  text-transform: uppercase;
  line-height: 22px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  opacity: 1;
}

.topbar.subPage ul li a {
  color:#000;
}

.language ul li a {
  opacity: 1;
}

.topbar ul li:hover {
  /* background-color: rgba(255,255,255,0.2); */
}

.language ul li:hover a,
.language ul li.active a {
  opacity: 1;
}

.topbar ul li i.fa {
  font-size:14px;
  margin-right:6px;
  text-align: center;
}

.topbar ul li i.fa-search {
  font-size:16px;
  margin-right:0;
}

.topbar ul li.strong {
  font-size:14px;
}

.topbar ul li.strong a {
  font-weight: 500;
}

.topbar ul li.searchbar {
  position: relative;
}

.topbar .phone-contact a {
  color: #000;
  opacity: 1;
  line-height: 1;
  text-transform: none;
}

@media(max-width:991px){
  .topbar {
    display: none;
    margin-bottom: 0;
    background-color: rgba(122, 39, 23, 1);
  }

  .topbar ul li.searchbar {
    display: none;
  }
}

.topbar ul li.searchbar .search-bar {
  position: relative;
  top: -5px;
  padding: 0;
  margin: 0;
  width: 0;
  display: inline-block;
  overflow: hidden;
  transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
}

.topbar ul li.searchbar .search-bar.showit {
  width:200px;
  padding: 0 6px;
}

.topbar ul li.searchbar a:active + .search-bar {
  display: block;
}

.topbar ul li.searchbar input {
  width:200px;
  height:32px;
}

.topbar ul li.searchbar .input-group-btn {
  display: none;
}

.topbar .phone-contact {
  text-align: right;
  font-size:12px;
  color:#000;
  padding-top:5px;
}

.topbar .phone-contact li {
  margin-left:25px;
}

.logotop {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.logotop .headertop {
  background-color:#0c0c0c;
  padding: 5px 0;
}

.logotop .container {

}

.logotop .logo-img {

}

.logotop .banner-top {
  text-align: right;
}

.logotop .logo-img img {
  display:inline;
  vertical-align: middle;
  max-width: 100%;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 70px;
}

.logotop .logobox {

}

@media(min-width:992px){
  .logotop {
    padding:0;
    background-color: #191e2a;
    z-index: 10;
  }
}

@media(max-width:991px){
  .logotop {
    background-color: #191e2a;
    color:#fff;
  }

  .logotop .logo-img {
    text-align: center;
    background-color: #1a1f2b;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media(min-width:1200px){
  .logotop.index {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    /* background-color: rgba(0,0,0,0.71); */
    background-color: rgb(26, 31, 43, 0.71);
  }

  .logotop .logo-img {
    position: relative;
  }

  .logotop .menubar {background-color: transparent;}

  .logotop .logo-img a.main-logo {
    z-index: 100;
  }
}

.logotop .site-heading {
  color:#545454;
  display:inline-block;
  padding-left:2px;
  margin-top:7px;
}

.logotop .site-heading h1, .logotop .site-heading strong {
  font-size: 18px;
  color: #c6c6c6;
  font-family: 'UTMNeoSansIntel';
  font-weight: bold;
  margin:8px 0 8px 0;
}

.logotop .site-heading .slogan {
  font-size: 14px;
  color: #c6c6c6;
  font-family: 'UTMNeoSansIntel';
}

@media(min-width:1200px){
  .logotop .site-heading {
    margin-top: 6px;
  }

  .logotop .heading-title {
    margin-left: -105px;
  }
}

@media screen and (max-width:1199px) {
  .logotop .site-heading {
    margin-top:5px;
    margin-bottom:5px;
    padding:0 15px;

  }

  .logotop .site-heading h1 {
    font-size:20px;
    margin-top:7px;
  }

  .logotop .site-heading .slogan {
    font-size: 16px;
  }

  .logotop .logo-img img {

  }
}

@media screen and (max-width:767px) {
  .logotop .logobox {
    background-color: transparent;
  }

  .logotop .site-heading {

  }

  .logotop .site-heading h1 {
    font-size:17px;
  }

  .logotop .site-heading .slogan {
    font-size: 15px;
  }

  .logotop .logo-img img {
    max-width: 100%;
    height: 80px;
  }
}

@media screen and (max-width:450px) {
  .logotop .site-heading h1 {
    font-size:16px;
  }

  .logotop .site-heading .slogan {
    font-size: 14px;
  }

  .logotop .logo-img img {

  }
}

.logotop .search-bar {
  margin-top:0;
  margin-bottom:10px;
}

.logotop .hotline_text {
  color:#000;
  font-size: 13px;
  text-align: left;
  padding-top: 15px;
}

.logotop .hotline_text > div {
  min-width:180px;
}

.logotop .hotline_text .header-address {
  max-width:248px;
  line-height: 18px;
  text-align: left;
}

.logotop .hotline_text .header-address .heading-font {
  color: #000;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.logotop .hotline_text .header-hotline {
  margin-left: 25px;
}

.logotop .hotline_text .header-hotline .icon-support {
  width: 36px;
  height: 36px;
  background: #f84f4f url("images/phone2.png") no-repeat scroll center center;
  border-radius: 50%;
  display: block;
  margin-right: 8px;
  float: left;
}

.logotop .hotline_text .header-hotline .heading-font {
  color: #000000;
  display: block;
  font-size: 14px;
  line-height: 16px;
}

.logotop .hotline_text .header-hotline a {
  font-size: 18px;
  color: #f84f4f;
  line-height: 18px;
  display: block;
}

.logotop .hotline_text .header-cart {
  margin-left: 35px;
}

.logotop .hotline_text .header-cart .icon-cart {
  width: 36px;
  height: 36px;
  background: #c69b51 url("images/cart2.png") no-repeat scroll center center;
  border-radius: 50%;
  display: block;
  float: left;
  margin-right: 8px;
}

.logotop .hotline_text .header-cart .heading-font {
  float:left;
}

.logotop .hotline_text .header-cart .cart-title {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #c69b51;
}

.logotop .hotline_text .header-cart .cart-total {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  font-weight: bold;
  color: #000;
}


.logotop .hotline_text .header-social {
  margin-left: 35px;
}

.logotop .hotline_text .header-social ul {
  list-style: none;
  margin:0;
  padding:0;
}

.logotop .hotline_text .header-social ul li {
  float:left;
  margin-right: 15px;
}

.logotop .hotline_text .header-social ul li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #2f3234;
  color: #fff;
  text-indent: 1px;
}

.logotop .hotline_text .header-social ul li a:hover {
  background-color: #c69b51;
}


.logotop .link-top {
  padding-top:30px;
  padding-right: 10px;
  padding-left: 5px;
  text-align: center;
}

.menubar .search-bar {
  margin: 15px 0;
}

.menubar .logo-img {

}

.menubar .logo-img img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;

}

.search-bar .input-group {
  border-radius: 0;
}

@media(max-width:767px){
  .search-bar .input-group {
    width:100%;
  }
}

.search-bar input {
  border:1px solid #b8b8b8;
  font-size:12px;
  padding:8px 5px 8px 20px;
  border-radius: 0;
  height:38px;
}

.logotop .input-group-btn {

}

.search-bar input {

}

.search-bar button {
  background-color: #222;
  border-radius: 0;
  color: #fff;
  z-index:10 !important;
  height:38px;
  width:44px;
}

.menubar .search-bar button {
  height: 30px;
  width: 35px;
  padding: 4px 10px ;
}

.menubar .search-bar input {
  height: 30px;
  padding-left: 7px;
  padding-top: 4px;
  padding-bottom: 3px;
}

.logotop .callus_box {
  background-image:url('images/hotline1.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size:auto 100%;
  padding-left:48px;
  font-size:14px;
  line-height: 1.1;
  margin-top:22px;
}

@media(max-width:1199px){
  .logotop .callus_box {
    padding-left: 30px;
  }
}

.logotop .callus_box strong, .logotop .callus_box a {
  color:#222;
  font-size:18px;
  font-weight:bold;
  margin-top:3px;
  display: block;
}

.logotop .emailus_box {
  background-image:url('images/support.png');
}

.logotop .emailus_box a {
  font-size:16px;
}

.menubar {
  -webkit-transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  background-color: #20283c;
}

@media(max-width:767px){
  .menubar {
    background-color: #20283c;
  }
}

.logotop .logo-img .main-logo {
  transition: padding 0.3s ease-in;
  -webkit-transition: padding 0.3s ease-in;
  -moz-transition: padding 0.3s ease-in;
  -ms-transition: padding 0.3s ease-in;
  -o-transition: padding 0.3s ease-in;
}

@media(min-width:992px){
  .menubar {
    background-color: transparent;
  }

  .topbar {
    z-index: 100;
    text-align: right;
  }

  .menubar {
    z-index: 100;
    right:0;
    left:0;
  }

  .logotop.fixedtop {
    padding:0;
    position: fixed;
    top:0;
    z-index: 100;
    width:100%;
    /* box-shadow: 2px 2px 3px #b5b5b533; */
  }

  .logotop.fixedtop .logobox {
    /* box-shadow: 1px 2px 10px #929292; */
  }

  .logotop.fixedtop .topbar {
    display: none;
  }

  .menubar.fixedtop {
    position: fixed;
    top:0;
    box-shadow: 1px 2px 10px #929292;
  }

  .logotop.fixedtop .container {
    padding-top:0;
    padding-bottom: 0;
  }

  .logotop.fixedtop .logo-img {

  }

  .logotop.fixedtop .logo-img .main-logo {
    display: block;
    position: relative;
    /* padding: 0 42px; */
    box-shadow: none;
    border: none;
  }

  .logotop.fixedtop .logo-img img {
    max-width: none;
    padding:0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 70px;
  }

  .logotop.fixedtop .menubar #main-navbar {
    /* padding:11px 0; */
  }
}

.menubar .container-fluid {

}

.menubar .navbar-container {
  padding:0;
}

.menubar .navbar {
  border:none;
  padding:0;
  margin-bottom: 0;
  min-height: auto;
  background-color: #20283c;
}

@media(min-width:992px){
  .menubar .navbar {
    background-color:transparent;
  }
}

.menubar .navbar-brand {
  color:#fff;
  font-size: 17px;
  /*font-family: 'UTMSwiss', Tahoma;*/
  font-weight: bold;
  margin-right: 0;
  padding: 0;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}

.menubar .navbar-brand img {
  height:100%;
  display: inline;
}

.menubar a.navbar-brand:hover {
  color:#ffe7d6;
}

.menubar .navbar-default .navbar-toggle {
  border-color: #c69b51;
  border: none;
  z-index: 100;
}

.menubar .navbar-default .navbar-toggle:focus, .menubar .navbar-default .navbar-toggle:hover {
  background-color: #c69b51;
}

.menubar .navbar-default .navbar-toggle .xline {
  display: none;
  color: #fff;
  line-height: 0;
  font-size: 22px;
  width: 22px;
  height: 18px;
  margin-top: -4px;

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.menubar .navbar-default .navbar-toggle.show .xline {
  display: block;
}

.menubar .navbar-default .navbar-toggle.show .threeline {
  display: none;
}

@media screen and (min-width:0px) and (max-width:991px) {
  .menubar #main-navbar ul li {
    padding:0;
    border-bottom: 1px solid #2c2c2c !important;
  }
}

@media(min-width:992px){
  .logotop .navbar-top {
    /* background-color: #1a1f2b; */
    padding:0;
    float: none;
  }

  .menubar .container-fluid {
    padding:0;
  }

  .menubar #main-navbar {
    padding:0;
    position: relative;
    text-align: center;
  }

  .menubar #main-navbar::after {
    clear:both;
    content:'';
    display: block;
  }

  .menubar #main-navbar .navbar-nav {
    float: none;
    text-align: right;
    color: #fff;
  }



  .logotop.fixedtop .menubar #main-navbar .navbar-top {
    display: none;
  }

  .menubar #main-navbar .navbar-right {
    margin-left: 5px;
    margin-right: 0;
  }

  .menubar #main-navbar .navbar-menu {
    /* background-color: #c69b51; */
    /* margin-top: 6px; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 15px;
    text-align: c;
  }

  .menubar.fixedtop #main-navbar .navbar-nav {
    margin-top:0;
  }
}

.menubar #main-navbar  li a {
  color: #fff;
  font-size: 14px;
  padding:5px 5px;
  /* font-family: 'UTMAvo', 'Roboto', sans-serif; */

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.menubar #main-navbar > ul.navbar-nav > li > a {
  display: inline-block;
}

.menubar #main-navbar li ul {

}

.menubar #main-navbar li.hotline a {
  display: block;
  font-weight: 600;
  background-image:url('images/hotline.png');
  background-position: 10px center;
  background-repeat: no-repeat;
  font-family: 'Roboto', sans-serif;
  background-color: #ed2228;
  border-radius: 20px;
  font-size:18px;
  padding-left: 35px;
  padding-right: 10px;
  color:#fff;
  margin-top: 22px;
}

.menubar #main-navbar li.hotline:hover a {
  color:#fff;
}

.menubar #main-navbar li.hotline a:hover {
  color:#fff;
}

.topbar li.iconinfo {
  padding: 0 15px;
  font-size: 14px;
  float: left;
  line-height: 32px;
}

.topbar li.iconinfo i.fa {
  color:#c69b51;
  font-size:18px;
  margin-right: 6px;
  vertical-align: middle;
}


.topbar li.searchbutton {
  position: relative;
  display: inline-block;
  float:none;
  vertical-align: top;
  margin:2px 0;
  margin-left: 25px;
}

.topbar li.searchbutton form {
  z-index: 1;
}

.topbar li.searchbutton form .input-group {

}

.topbar li.searchbutton form input {
  border-radius: 0;
  font-size:13px;
  margin-left: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  box-shadow: none;
  -webkit-box-shadow:none;
  width:0;
  height:32px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  right: 0;
}

.topbar li.searchbutton form .input-group:hover input {
  width:140px;
  padding:0 10px;
}

.topbar li.searchbutton button {
  background:transparent;
  color:#c69b51;
  border:none;
  right:0;
  top:0px;
  padding: 4px 10px;
  z-index: 10;
  border-radius: 0;
  font-size: 15px;
  position: absolute;
}

.topbar li.searchbutton:hover button {
  color:#888;
}

.topbar li.social-link {
  display: inline-block;
  text-align: center;
  margin-left: 0;
  float: none;
  margin-right: 10px;
  vertical-align: middle;
}


.topbar li.social-link ul {
  list-style: none;
  padding:0;
  margin:0;
}

.topbar li.social-link:hover ul {
  display: block;
}

.topbar li.social-link ul li {
  display: inline-block;
}

.topbar li.social-link ul li a {
  padding:5px 5px;
  display: inline-block;
  color:#c69b51;
  line-height: 10px;
}

.topbar li.language {
  float:none;
  display: inline-block;
  margin: 0 20px;
  padding: 0;
}

.menubar #main-navbar li.language a {
  padding:5px 0 5px 0;
}

.menubar #main-navbar li.requestprice_button {
  margin-left: 25px;
}

.menubar #main-navbar li.requestprice_button a {
  background-color: #000;
  color: #fff;
  margin: 20px 0;
  padding: 7px 15px;
  line-height: 22px;
  height: 33px;
  font-size: 12px;
}

.menubar #main-navbar li.requestprice_button a::before {
  display: none;
}

.menubar #main-navbar li.requestprice_button a::after {
  display: none;
}

@media(min-width:992px){
  .menubar .navbar-container {
    position: static;
  }

  .menubar .navbar {
    position: static;
  }

  .menubar #main-navbar > ul > li {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    margin-right: 8px;
    position: relative;
    display: inline-block;
    float: none;
  }

  .menubar #main-navbar > ul > li:hover {

  }

  .menubar #main-navbar > ul > li.searchbutton:hover {
    background-color: transparent;
  }

  .menubar #main-navbar > ul > li:hover > ul {
    display:block;
    animation-duration: 0.5s;
    /* animation-name: fadeInFromNone;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fadeInFromNone;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-duration: 0.5s;
    -ms-animation-name: fadeInFromNoneIE;
    -ms-animation-fill-mode: forwards; */
    /* width:100%; */
  }

  .menubar #main-navbar  li a {
    padding: 18px 15px 10px 15px;
  }

  .menubar #main-navbar > ul > li > a {
    line-height: 30px;
    padding: 20px 8px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    transition: color 0.6s ease-out;
    -webkit-transition: color 0.6s ease-out;
    -moz-transition: color 0.6s ease-out;
    -ms-transition: color 0.6s ease-out;
    -o-transition: color 0.6s ease-out;
  }

  .menubar #main-navbar > ul > li > a > span {
    position: relative;
    z-index: 9;
  }

  .menubar #main-navbar > ul > li:hover > a {
    color: #d7b084;
    font-weight: bold;
  }

  .menubar.fixedtop #main-navbar li a {
    /*padding:12px 24px;*/
  }

  .menubar #main-navbar ul.dropdown-menu > li > ul {
    left:100%;
    top:0;
  }

  .menubar #main-navbar ul.dropdown-menu > li:hover > ul {
    display: block;
  }

  .menubar #main-navbar > ul > li.active > a::after {
    display: block;
    content: '';
    width: 100%;
    height: 13px;
    margin: 5px auto;
    /* background-image: url('images/wavedec.png'); */
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    position: absolute;
    left: 0;
  }

}

/* Animation for menu */
@-webkit-keyframes fadeInFromNone {
    0% {
        opacity: 0
    }

    1% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInFromNoneIE {
    0% {
        opacity: 0
    }

    1% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInFromNone {
    0% {
        opacity: 0
    }

    1% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/* End animation for menu */

.menubar #main-navbar li.active > a {
  color: #d7b084;
  font-weight: bold;
  background-color: transparent;
}


@media(max-width:991px){
  .menubar #main-navbar li.active > a, .menubar #main-navbar li.active {
    background-color:#c69b51;
    color:#fff;
  }
}


.menubar .navbar-nav > .open > a, .menubar .navbar-nav > .open > a:focus, .menubar .navbar-nav > .open > a:hover {
  background-color:#222;
  color:#fff;
}



@media(max-width:991px){
  .menubar #main-navbar > ul > li::after {
    display:none;
  }

  .menubar #main-navbar > ul.navbar-nav > li > a {
    display: block;
    font-size:14px;
    color: #fff;
    padding: 10px 20px;
  }
}

.menubar #main-navbar .dropdown-menu {
  margin:0;
  background-color: #222;
}

.menubar #main-navbar li .dropdown-menu {

}

.menubar #main-navbar .dropdown-menu li {
  border-bottom: 1px solid #e9e9e961;
  position: relative;
}

.menubar #main-navbar .dropdown-menu li:last-child {
  border-bottom:none;
}

.menubar #main-navbar .dropdown-menu li a {
  padding: 8px 15px;
  text-transform: none;
  color: #fff;
  font-size: 13px;
  /*font-family: 'AvenirNext';*/
}

@media(max-width:991px){
  .menubar #main-navbar .dropdown-menu li a {
    padding:8px 10px 8px 25px;
    display: block;
  }

  .menubar #main-navbar .dropdown-menu li ul a {
    padding-left:42px;
  }
}

.menubar #main-navbar .dropdown-menu li.active a {

}

.menubar .dropdown-menu > li > a:focus, .menubar .dropdown-menu > li > a:hover {
  background-color:#01587d;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.menubar #main-navbar .fa-home {
  /*transform:scale(1.8);
  -webkit-transform:scale(1.8);
  -moz-transform:scale(1.8);
  -ms-transform:scale(1.8);
  -o-transform:scale(1.8);*/
}


@media screen and (min-width: 992px){

  .menubar #main-navbar .dropdown-menu {
    background-color: #00000091;
    border-radius: 0;
    box-shadow: 0 2px 3px rgba(0,0,0,.15);
    padding: 0;
    /* border: 1px solid #b3b3b3; */
    min-width: 200px;
    left: 0;
    /* border-top: 5px solid #c69b51; */
    top: calc(100% - 0);
  }

  .menubar #main-navbar .dropdown-menu li a {
    color:#fff;
    text-transform: none;
    /* font-family: 'Roboto', sans-serif; */
  }

  .menubar #main-navbar .dropdown-menu li.active > a {
    color:#20283c;
    background: #fff;
  }

  .menubar #main-navbar .dropdown-menu li a:hover,
  .menubar #main-navbar .dropdown-menu li a:focus {
    color:#fff;
    background: #20283c;
    padding-left: 10px;
  }

  .menubar #main-navbar .productmenu li a:hover {
    background-color:transparent;
    color:#20283c;
  }

  .menubar #main-navbar .productmenu {
    position: static;
  }

  .menubar #main-navbar .productmenu .dropdown-menu > li > a {
    text-transform: uppercase;
    /*border-bottom: 1px solid rgba(0,0,0,0.3);*/
    padding:10px 0;
    margin:0;
  }

  .menubar #main-navbar .productmenu .dropdown-menu > li.active > a {
    background-color: transparent;
  }

  .menubar #main-navbar .columns{
    border-top: 1px solid #c69b51;
    padding:15px 0;
    z-index: 200;
  }

  .menubar #main-navbar .columns > li {
    float:left;
    width:25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 15px;
  }

  .menubar #main-navbar .columns > li ul {
    padding:10px 0 10px 15px;
  }

  .menubar #main-navbar .columns > li ul li a {
    padding:2px 5px;
    display: block;
  }

}

.dimbackground {
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}


/* BEGIN: navbar slide from left */
@media screen and (max-width: 991px) {
  body{
      width:100%;
      position:relative;
      left:0;
      transition:left .4s;
  }
  body.out{
    left:260px;
  }
  .side-collapse {
    top:0;
    bottom:0;
    left:0;
    width:260px;
    position:fixed;
    overflow:scroll;
    transition:width .4s;
    -webkit-transition: width .4s;
    -moz-transition: width .4s;
    -ms-transition: width .4s;
    -o-transition: width .4s;
    box-shadow: 6px 4px 12px #383838;
    z-index: 999;
  }
  .navbar-fixed-top .side-collapse {
    top:50px;
    z-index: 9999;
  }

  .side-collapse.in {
    width:0;
    overflow:hidden;
  }
}
/* END: navbar slide from left */

/* BEGIN: Change navbar bootstrap collapse */
@media (max-width: 991px) {
  .navbar-header {
      float: none;
      padding-left: 0;
      padding-right:0;
  }

  .navbar-fixed-top .navbar-header {
    margin:0 5px;
    padding-left: 0;
    padding-right:0;
  }

  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
      margin-right: 0;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      box-shadow: 0px 1px 6px #8f8f8f;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin:10px 0;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
/* END: Change navbar bootstrap collapse */

.menubar .social-icon ul, .menubar .language-icon ul {
  list-style:none;
  text-align:right;
  margin-top:10px;
  padding:0;
}

.menubar .social-icon ul li, .menubar .language-icon ul li  {
  display:inline-block;
  margin-left:10px;
}

.menubar .social-icon ul li a {
  color:#fff;
  font-size:20px;
  margin-right:8px;
  border:1px solid #fff;
  border-radius:5px;
  display:inline-block;
  width:30px;
  height:30px;
  text-align:center;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.language {
  font-size:14px;
  position: relative;
  font-style: italic;
}

.language img {
  height:20px;
  vertical-align: middle;
}

.logotop .language {
  background-color:transparent;
  /* color:#000; */
  margin: 0;
  padding: 9px 0;
}

.language ul {
  list-style:none;
  display:inline;
  padding:0;
}

.language ul li {
  display:inline-block;
  margin-left:5px;
  vertical-align: middle;
  cursor: pointer;
}

.carousel-control {
  width:10%;
}

.carousel-control .glyphicon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding-top: 4px;
}

#noticebar .container {
  padding-bottom: 20px;
}

#noticebar .notice-wrapper {
  min-height: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#noticebar .item {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  padding: 13px;
  line-height: 64px;
  text-align: center;
}

@media(max-width:767px){
  #noticebar .notice-wrapper {
    min-height: 45px;
  }

  #noticebar .item {
    font-size:15px;
    line-height: 32px;
    padding: 5px;
  }
}

#noticebar .item p {
  margin:0;
  padding:0;
}

#slide {

}

#slide::after {
  clear:both;
  content:'';
  display: block;
}

#slide img {
  width:100%;
}

#slide .carousel-container {
  width: 100%;
  text-align: center;
  position: relative;
}

#slide.page-intro .carousel-container {
  width:100%;
  text-align: center;
}

#slide.page-party .carousel-container {
  text-align: right;
  float:right;
}

#slide .carousel-caption {
  border-radius: 0;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  top:50%;
  bottom: auto;
}

#slide .carousel-caption .carousel-title strong {
  font-weight: 300;
  text-transform: uppercase;
  color:#fff;
  display: block;
  font-size:22px;
}

#slide .carousel-caption .carousel-title {
  font-size: 53px;
  padding:0 0 15px 0;
  color:#c69b51;
  font-family: 'UTMPenumbraBold', 'Roboto', sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  line-height: 1.2;
}

#slide .carousel-caption .carousel-description {
  line-height: 1.4;
  overflow:hidden;
  text-align: center;
  color:#fff;
  text-shadow: none;
  font-weight:400;
  /* height: 65px; */
  overflow: hidden;
  /* max-width:540px; */
  font-size: 50px;
  margin: 0 auto;
  font-family: 'UTMAvoBold', 'Roboto', sans-serif;
  text-transform: uppercase;
  opacity: 0.6;
}

#slide.page-party .carousel-caption .carousel-description {
  float:right;
  text-align: right;
}

#slide.page-intro .carousel-caption .carousel-description {
  margin:15px auto;
  text-align: center;
}

#slide .carousel-caption .view-more-home {
  text-align: center;
  margin:20px 0 10px 0;
  /* float: right; */
}

#slide.page-event .carousel-caption .view-more-home {
  text-align: left;
  float:none;
  clear:both;
}

#slide.page-intro .carousel-caption .view-more-home {
  float:none;
}

#slide .carousel-indicators {
  display: none;
}

.view-more-home {
  display: inline-block;
  /* padding:5px; */
  /* background-image:url('images/buttonbg.png'); */
  /* background-repeat: no-repeat; */
  /* background-size:100% 100%; */
}


.view-more-home a {
  position: relative;
  background-color: #000;
  color: #fff;
  border-radius: 17px;
  text-transform: uppercase;
  padding: 7px 25px;
  text-shadow: none;
  z-index: 10;
  font-size: 13px;
  height: 34px;
  overflow: hidden;
  line-height: 19px;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: 'UTMAvo', 'Roboto', sans-serif;
}

.view-more-home a::before {
  content: attr(data-text);
  color: #fff;
  position: absolute;
  top: -30px;
}

.view-more-home a:hover {
  line-height: 90px;
  background-color:#c69b51;
}

/* .view-more-home a:hover::before {
  width:calc(100% + 10px);
  content:'';
  height:calc(100% + 10px);
  top:-5px;
  left:-5px;
  display: block;
  position: absolute;
  background-color:#000;
  border-radius: 15px;
  z-index: 1;
} */

.view-more-home a:hover span {
  background-color:#ffdf67;
}


@media screen and (min-width:0px) and (max-width:767px) {
  #slide .item::after {
    width: 100%;
  }

  #slide .carousel-container {
    width:100%;
  }

  #slide .carousel-caption {
    padding:5px 10px;
    width:100%;
    overflow: hidden;
  }

  #slide .carousel-caption > div{
    visibility: visible !important;
  }


  #slide .carousel-caption .carousel-title {
    padding:2px 0;
    font-size:12px;
  }

  #slide .carousel-caption .carousel-title strong {
    font-size:18px;
    display: none;
  }

  #slide .carousel-caption .carousel-description {
    font-size: 24px;
  }

  .carousel-control .glyphicon {
    background-color:transparent;
  }

  #slide .carousel-caption .view-more-home {
    display: none;
  }
}

@media(min-width:768px) and (max-width:991px){
  #slide .carousel-caption .carousel-title {
    padding:2px 0;
    font-size:14px;
  }

  #slide .carousel-caption .carousel-description {
    font-size: 43px;
  }
}

#slide .carousel-control {
  background:none;
}

#slide .carousel-indicators li {
  border:none;
  background-color: #6b6b6b;
}

#slide .carousel-indicators li.active {
  border:none;
  background-color:#222;
}

#slide .slide-container {
  margin-bottom: 15px;
}

@media(min-width:768px) {
  #slide .slide-container {
    padding-right:10px;
  }

  #slide .banner-img {
    padding-left: 6px;
  }
}

#slide .link-img {
  margin-bottom: 20px;
}

#slide .banner-bottom > div {
  margin-bottom: 15px;
}

@media(min-width:768px){
  #slide .banner-bottom > div:first-child {
    padding-right: 8px;
  }

  #slide .banner-bottom > div:last-child {
    padding-left: 8px;
  }
}

@media(min-width:992px) {
  #slide {

  }
}

#infoshop {
  margin:0;
  background-image: url('images/back-number.jpg');
  background-size: covert;
  background-position: center center;
  padding-bottom:20px;
}

#infoshop h2 {
  text-align: left;
  font-size: 28px;
  font-family: 'AvenirNext';
  font-weight: bold;
  padding:14px 0;
}

#infoshop .title-info {
  margin-bottom:20px;
}

#infoshop .title-info::after {
  width:75px;
  border-top:1px solid #0077a9;
  content:'';
  display: none;
  margin: 0 auto;
}

#infoshop .site-consult {
  text-align:center;
  margin:15px 0 25px 0;
  font-weight:400;
}

#infoshop .infobox {
  width:100%;
  text-align: center;
  margin-bottom:30px;
}

#infoshop .infobox .img-box {
  width:100%;
  overflow:hidden;
  height:170px;
  position: relative;
}

#infoshop .infobox .number {
  color:#222;
  font-family: 'AvenirNext';
  font-weight: bold;
  font-size:50px;
}

#infoshop .infobox .title {
  font-family: 'AvenirNextRegular';
  font-size:22px;
  text-transform: uppercase;
  margin-top:5px;
}



#introshop {
  font-size: 13px;
  padding-top: 25px;
  padding-bottom: 20px;
  background-image: url('images/backservice.jpg');
  background-repeat: no-repeat;
  background-color: #000;
  background-size:cover;
}

.headerbox {
  margin:25px 0;
  text-align: left;
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
}

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

.headerbox h2 {
  display: inline-block;
  font-size: 36px;
  /* color: #fff; */
  line-height: 37px;
  padding: 0;
  margin: 0;
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
  text-transform: uppercase;
  font-weight: bold;
}

.headerbox h2 span {
  font-family: 'UTMSarah', 'Roboto', sans-serif;
  display: block;
  text-transform: none;
  color: #9f6b2a;
  font-size: 77px;
  line-height: 60px;
}

.headerbox hr {
  border-top:1px solid #ba7427;
  max-width: 400px;
  margin: 15px 0;
}

.headerbox h2 a {
  color:#eecc88;
}

.headerbox.left h2::after {
  text-align: left;
}

.headerbox .childcat {
  list-style: none;
  padding:0;
  margin:0;
  display: inline-block;
  padding-left: 30px;
}

.headerbox .childcat li {
  display: inline-block;
}

.headerbox .childcat li::after {
  content:'/';
  padding:0 3px 0 5px;
  display: inline;
}

.headerbox .childcat li:last-child::after {
  content:'';
}

.headerbox .childcat li a {
  color:#13387b;
}

.headerbox .childcat li a:hover {
  font-weight: bold;
}


.headerbox .view-more {
  float: right;
  padding: 6px 15px;
}

.headerbox .view-more a {
  color: #000;
  font-style: italic;
  font-size: 14px;
  display: block;
}

.headerbox .view-more a::before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline;
  float: right;
  padding: 4px;
  margin-left: 8px;
}


.headerbox .brief {
  max-width: 800px;
  line-height: 1.5;
  margin:10px auto 20px auto;
  font-size:14px;
}

#introshop .headerbox h2 {
  color:#fff;
}

#introshop .boxcontainer {

}

#introshop .boxsquare {
  display: inline-block;
  vertical-align: top;
  width:100%;
}

@media(min-width:992px) {
  #introshop .boxcontainer {
    margin: 0 -30px 10px -30px;
  }

  #introshop .boxsquare {
    width:33%;
    padding:0 15px;
  }
}

#introshop .introbox {
  position: relative;
  min-height:170px;
  padding: 10px 15px;
}


#introshop .title-box {
  position: relative;
  width:170px;
  height:170px;
  margin:0 auto;
  margin-bottom: 5px;
  padding:15px;
  background-color:#7f6501;
  border-radius: 50%;
}

#introshop .title-box a {
  width:100%;
  height:100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border:10px solid #c69b51;
  display: block;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.45), 0 12px 22px 0 rgba(0, 0, 0, 0.19);
}

#introshop .title-box img {
  margin:0;
  width:100%;

}

#introshop .intro-content {
  color:#fff;
  position: relative;
  padding:5px 15px;
  text-align: center;
  font-size:14px;
}

#introshop .intro-content .title {
  margin-bottom: 10px;
  margin-top:15px;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  text-align: center;
}

#introshop .intro-content .title a {
  font-family: 'UTMPenumbraBold', 'Roboto', sans-serif;
  font-size:18px;
  color:#c69b51;
}

@media(min-width:992px){
  #introshop .intro-content {
    height:110px;
    overflow: hidden;
  }
}

#introshop .intro-content p {
  display: inline;
}

#introshop .view-more-home {
  text-align: center;
  position: absolute;
  bottom: 20px;
  right:0;
  left:0;
}

#introshop .viewmore {
  padding:0 15px;
}

#introshop .viewmore a {
  font-style: italic;
}

#introshop .view-more-home a:hover {
  box-shadow: none !important;
  background-color: #888888;
}


#tripadvisor {
  background-color: #d0d2d3;
  padding:30px 0;
  position: relative;
  border-top: 2px solid #fff;
}

#tripadvisor .img-box {
  text-align: center;
}

#tripadvisor .img-box img {
  max-width: 100%;
}

#tripadvisor .custbox {
  font-size:15px;
  padding: 20px 0 0 0;
}

#tripadvisor .custbox h3 {
  font-size:19px;
  margin:0 0 20px 0;
}

#tripadvisor .custbox .namebox {
  background-color: #fff;
  padding:15px;
  position: relative;
  margin: 0 0 8px 0;
}

#tripadvisor .custbox .namebox::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #ffffff transparent transparent transparent;
  content:'';
  display: block;
  top:100%;
  left:15px;
  position: absolute;
}


#tripadvisor .custbox .title {
  padding:10px 0;
}

#tripadvisor .owl-carousel .owl-prev {
  left: -40px;
}

#tripadvisor .owl-carousel .owl-next {
  right: -40px;
}

#tripadvisor .trip-link {
  text-align: center;
}

#tripadvisor .trip-link a {
  background: #231f20;
  color:#fff;
  text-transform: uppercase;
  padding:8px 15px;
  border: none;
  border-radius: 0;
  font-size:16px;
}

#courselist {
  background-color: #fff;
  font-size: 13px;
  padding: 40px 0 20px 0;
  /* background-image:url('images/backroom.jpg'); */
  /* background-repeat: repeat; */
  /* background-position: center center; */
  position: relative;
}

#courselist .headerbox {
  margin: 15px 0 50px 0;
  text-align: center;
}

#courselist .headerbox h2 {
  /* color:#fff; */
  display: inline-block;
  line-height: 1;
  font-size: 35px;
  font-weight: bold;
}

#courselist .headerbox span {
  margin-left: 35px;
}

#courselist .headerbox hr {
  display: inline-block;
  width:400px;
  vertical-align: bottom;
  margin:0 20px;
}


#courselist .introbox {
  position: relative;
  overflow: hidden;
  padding: 5px 25px;
}


#courselist .img-box {
  position: relative;
  margin:0 auto;
  overflow: hidden;
  height: 360px;
}

#courselist .img-box a::after {
  position: absolute;
  left: 0;
  top:100%;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  content:'';
  display: block;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

#courselist .img-box:hover a::after {
  top:0;
  opacity: 1;
}

#courselist .img-box > a {
  position: relative;
  display: block;
  width:100%;
  height:100%;
  margin:0;
}

#courselist .img-box img {
  position: absolute;
  overflow: hidden;
  display: block;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;

  min-width:100%;
  min-height: 100%;
  width:auto;
  height:auto;
  max-width: 105%;
}

#courselist .img-box > a:hover img {
  transform: translate(-50%, -50%) scale(1.05);
  -webkit-transform: translate(-50%, -50%) scale(1.05);
}

#courselist .img-box span {
  z-index: 5;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color:#fff;
  /* border: 1px solid #fff; */
  border-radius: 19px;
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
  text-transform: uppercase;
  padding: 6px 22px;
  /* background-color: rgba(0,0,0,0.6); */
  font-size: 27px;
  opacity: 0;
  line-height: 1.5;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  letter-spacing: 4px;
  text-align: center;
}

#courselist .img-box:hover span {
  opacity: 1;
}

@media(max-width:767px) {
  #courselist {
    padding:15px 0 0 0;
  }

  #courselist .headerbox {
    margin:15px 0;
  }

}

#productshop {
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-color: #e6e6e6;
  padding: 25px 0 60px 0;
}

#productshop .headerbox {
  margin: 25px 0 40px 0;
}

#productshop .headerbox h2 {
  text-align: center;
  display: block;
  margin-bottom: 25px;
}

#productshop .headerbox h2 span {
  text-align: center;

}

#productshop .headerbox h2 span {
  /* margin-left: 35px; */
}

#productshop .cabin-container {
  text-align: center;
}

#productshop .boxouter {
  display: inline-block;
  width: 33%;
  padding: 0 5px;
  vertical-align: top;
}

#productshop .view-more {
  text-align: center;
  padding:15px 0 0 0;
}

#productshop .view-more a {
  display: inline-block;
  text-transform: uppercase;
  color:#fff;
  background-color: #1c1c1c;
  font-size:21px;
  font-weight: bold;
  padding:10px 24px;
}

@media(max-width:767px) {
  #productshop .boxouter {
    width:100%;
  }
}

.infobox .titlebox {
  color:#c11c23;
  /* font-weight: bold; */
  font-size: 21px;
  text-align: left;
  /* margin-bottom: 35px; */
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
}

.infobox .stars {
  color:#f5c33c;
  padding: 0 20px 15px 20px;
  text-align: left;
  font-size:15px;
}

.infobox  .stars > div {
  margin-right: 5px;
}

.infobox .footbar {
  border-top: 1px solid #e1e1e1;
  padding:10px 0;
  color: #333132;
}

.infobox .footbar i.fa {
  color:#f5c33c;
  margin-right: 3px;
}

.infobox {
  width:100%;
  text-align: center;
  margin-bottom: 25px;
  background-color: #fff;
  box-shadow: -3px 3px 5px #88888894;
}

.infobox .img-box {
  width:100%;
  overflow:hidden;
  height: 290px;
  position: relative;
}

.infobox .img-box a {
  display: block;
  width:100%;
  height:100%;
}

.infobox img {
  transition: ease 0.35s;
  -webkit-transition: ease 0.35s;
  -moz-transition: ease 0.35s;
  -ms-transition: ease 0.35s;
  -o-transition: ease 0.35s;
  z-index:1;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 105%;
}

.infobox .cat-box {
  margin: 0 auto;
  /* padding: 15px 12px; */
  text-align: center;
  border: 1px solid #ccc;
}

.infobox .cat-box .cat-title {
  margin-bottom: 8px;
  position: relative;
  z-index: 4;
}


.infobox .cat-box .cat-title a {
  color:#c41a25;
  font-size:16px;
  font-weight: 500;
  text-transform: uppercase;
}

.infobox .cat-box .cat-description {
  color:#000;
  font-size:12px;
  position: relative;
  z-index: 4;
  height: 60px;
  overflow: hidden;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.infobox .cat-cabin .titlebox {
  text-align: center;
  height: 50px;
  overflow: hidden;
}

.infobox .cat-cabin .stars {
  text-align: center;
}

.infobox .cat-cabin .stars i.fa {
  padding:0 3px;
}

.infobox .cat-cabin .brief {
  height: 68px;
  text-align: left;
  overflow: hidden;
  padding: 0 20px;
}

.infobox .cat-cabin .footbar {
  text-align: left;
  padding:15px 25px;
}

.infobox .cat-cabin .footbar p {
  margin:0 0 5px 0;
}

.infobox .cat-cabin .footbar p::after {
  clear:both;
  content:'';
  display: block;
}

.infobox .cat-cabin .footbar p > span {
  float:left;
  width:45%;
}

.infobox .cat-cabin .footbar p > span:last-child {
  text-align: right;
  width:55%;
}

.infobox .cat-cabin .footbar::after {
  display: block;
  content:'';
  clear:both;
}

.infobox .cat-cabin .footbar i.fa {
  color:#d7b084;
  width: 20px;
  text-align: left;
}


@media(max-width:991px){
  #productshop {
    padding:25px 0;
  }

  #productshop .infobox img {
    height: auto;
    width: auto;
  }

  #productshop .headerbox {
    margin:15px 0;
  }

  #courselist .title-box {
    height: 105px;
  }

  #courselist .title-box img {

  }
}

@media(max-width:767px){
  #courselist .title-box {
    height: auto;
  }
}

.infobox:hover img {
  transform: translate(-50%, -50%) scale(1.066);
  -webkit-transform: translate(-50%, -50%) scale(1.066);
  -moz-transform: translate(-50%, -50%) scale(1.066);
  -o-transform: translate(-50%, -50%) scale(1.066);
  -ms-transform: translate(-50%, -50%) scale(1.066);
}

.infobox .title-content, .col-product .title-content {
  text-align: left;
  padding: 15px 0;
}

.infobox .title-content::after, .col-product .title-content::after {
  content:'';
  clear:both;
  display: block;
}

.infobox a.title-box, .col-product a.title-box {
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
  color:#4d4d4d;
  font-size: 18px;
  text-transform: none;
  font-weight: 700;
  /* height: 30px; */
  position: relative;
  line-height: 18px;
  margin-bottom: 0;
  overflow: hidden;
  display: block;
}

.product-related .col-product a.title-box {
  text-align: center;
}

.infobox .brief, .col-product .brief {
  /* height: 84px; */
  /* padding:0 15px; */
  overflow: hidden;
}

.infobox .info-description {
  font-weight:400;
  line-height:1.6;
}

.infobox .price-box, .col-product .price-box {
  color: #f94b4b;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 8px;
}

.infobox .price-box span, .col-product .price-box span {
  line-height: 1.5;
  /* padding: 75px 0; */
  display: block;
}

.add-cart, .col-product .add-cart {
  text-align: center;
  margin:20px 0 15px 0;
}

.add-cart a, .col-product .add-cart a {
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 8px 15px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 3px;
  background-color: #757575;
}

.add-cart a:hover, .col-product .add-cart a:hover {
  background-color: #c69b51;
}

.col-product .col-column {
  /* padding:15px; */
}

.col-product .row > div {

}

#productshop .owl-nav {
  /* position: absolute; */
  /* top:-55px; */
  /* right:15px; */
}

#productshop .owl-nav .owl-prev {
  /* left:-40px; */
}

#productshop .owl-nav .owl-next {
  /* right:-20px; */
}

#productshop .bannercat {
  margin:10px 0;
}

#productshop .bannercat img {
  width:100%;
}



#itinerary {

}

#itinerary .headerbox {
  margin:40px 0;
}

#itinerary .box-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 500px;
  position: relative;
}

#itinerary .button-box {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top:50%;
  left: 50%;
}

#itinerary .button-box a {
  background-color: #000;
  color:#fff;
  text-transform: uppercase;
  font-size:18px;
  padding:10px 15px;
  line-height: 20px;
}

#combo {
  background-color: #603913;
  color:#fff;
  padding: 50px 0;
}

#combo .headerbox h2 span {
  margin-left: 25px;
  color:#fff;
}

#combo .combo-list {
  max-width: 400px;
  margin: 20px 0;
}

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

#combo .combo-list ul li {
margin: 0 0 8px 0;
}

#combo .combo-list ul li a {
  display: block;
  font-size:14px;
  color:#fff;
  padding: 7px 25px;
  text-transform: uppercase;
  font-weight: 500;
}

#combo .combo-list ul li.active a {
background-color: #d7b084;
border-radius: 20px;
color: #603913;
box-shadow: 0 3px 5px #00000080;
}

#combo .combobox {
  background-color: #f5f0e9;
  color:#000;
}

#combo .combobox::after {
  clear:both;
  content:'';
  display: block;
}

#combo .combobox .titlebox {
  float:left;
  width:60%;
  padding: 45px 40px;
  font-size:15px;
}

#combo .combobox .titlebox .combo-title {
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}

#combo .combobox .titlebox .combo-content {
  padding: 30px 0;
}

#combo .combobox .titlebox .combo-link {
  text-align: right;
}

#combo .combobox .titlebox .combo-link a {
  color:#d7b084;
  border: 1px solid #d7b084;
  padding:8px 25px;
  text-transform: uppercase;
}

#combo .combobox .combo-picture {
  float:left;
  width:40%;
}

@media(max-width:767px) {
  #combo .combobox .titlebox {
    float:none;
    width:100%;
    padding:25px;
  }

  #combo .combobox .combo-picture {
    display: none;
  }
}

#connectus {
  background-color: #c11a24;
  padding:20px 0;
}

#connectus .titlebox {
  color:#fff;
  font-weight: bold;
  font-size:22px;
  line-height: 50px;
}

#connectus .contactbox a {
  color:#fff;
  font-weight: bold;
  font-size:18px;
  background-color: #01356f;
  border-radius: 25px;
  padding:11px 30px;
  display: inline-block;
}

#connectus .contactbox .fa {
  margin-right:5px;
}


#connectus2 {
  background-color: #000;
  padding: 35px 0;
}

#connectus2 .titlebox {
  color:#fff;
}

#connectus2 .titlebox .title-big {
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
  font-size: 22px;
  font-weight: 700;
  padding: 2px 0;
}

#connectus2 .titlebox .title-small {
  color:#d7b084;
  font-style: italic;
}

#connectus2 .iconbox ul {
  list-style: none;
  padding:0;
  margin:0;
  text-align: center;
}

#connectus2 .iconbox ul li {
  display: inline;
  margin: 0 30px;
}

#connectus2 .iconbox ul li a {
  display: inline-block;
  color:#d7b084;
  font-size:32px;
  border: 1px solid #d7b084;
  border-radius: 50%;
  width:60px;
  height:60px;
  line-height: 58px;
}

@media(max-width:991px) {
  #connectus2 .titlebox {
    margin: 0 0 25px 0;
  }
}


#supportbox {
  background-color: #fdca04;
  background-size: cover;
  padding:20px 0;
}

#supportbox .container {
  margin:0 auto;
}

#supportbox .col-support {
  padding-top:25px;
  padding-bottom:25px;
}

#supportbox .img-box {
  float:left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff200;
  padding:4px;

}

#supportbox .img-box img {
  max-width:100%;
  max-height:100%;
  border: 5px solid #000;
  border-radius: 50%;
}

#supportbox .contact-box {
  margin-left: 100px;
  font-size: 11px;
}

#supportbox .contact-box p {
  margin-bottom: 0px;
}

#supportbox .contact-box .name {
  color:#000;
  font-family: 'UTMPenumbraBold', 'Roboto', sans-serif;
  font-weight: normal;
  font-size:15px;
}

#supportbox .contact-box .content {
  color:#000;
  font-size:14px;
  margin-top:10px;
}

#supportbox .contact-box .social img {
  height:15px;
}

#supportbox .supportrow {
  max-width:800px;
  margin:0 auto;
  position: relative;
}

#supportbox .slick-dots {
  position: absolute;
  top:50%;
  left:-100px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  list-style:none;
  padding:0;
  margin:0;
}

#supportbox .slick-dots li {
  width:15px;
  height:15px;
  margin-bottom: 10px;
}

#supportbox .slick-dots button {
  border-radius: 50%;

  background-color:#000;
  color:#000;
  border:none;
  content:'';
  font-size:0px;
  display:block;
  width: 100%;
  height: 100%;
  padding: 0;
}

#supportbox .slick-dots .slick-active button {
  background-color:#fff;
  color:#fff;
}

@media(max-width:767px){
  #supportbox .slick-dots {
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    margin-top:20px;
  }

  #supportbox .slick-dots {
    text-align: center;
  }

  #supportbox .slick-dots li {
    display:inline-block;
    margin-right:10px;
  }
}


#newshome {
 padding: 50px 0;
}

#newshome .headerbox h2 span {
  margin-left: 25px;
}

#newshome .news-list {
  margin:30px 0 0 0;
}

#newshome .owl-news {
  padding:0 20px;
}

#newshome .owl-stage-outer {
  padding: 20px 0;
}

#newshome .owl-item {
  z-index: -2;
  position: relative;
}

#newshome .owl-item:hover {
  z-index: 0;
}

#newshome .item {

}

#newshome .news-box {
  border: 1px solid #e1e1e1;
  padding:20px 15px;
  text-align: center;
  background: #fff;
  position: relative;
  /* z-index: -2; */
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

#newshome .owl-item:hover .news-box {
  top:-20px;
  left: -20px;
  width: calc(100% + 40px);
  background-color: #f5f0e9;
  padding:55px 15px;
  z-index: 999;
  position: relative;
  border-bottom: 6px solid #9e6b2a;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


#newshome .brief {
  position: relative;
  padding:0 5px;
}

#newshome .brief::before {
  position: absolute;
  content:"\201C";
  top: -6px;
  left: -5px;
  font-size:25px;
}

#newshome .brief::after {
  position: absolute;
  content:"\201D";
  bottom: -13px;
  right: -5px;
  font-size:25px;
}

#newshome .img-box {
  width:60px;
  height:60px;
  margin:20px auto;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #ebebeb;
}

#newshome .img-box a {
  display: block;
  width: 100%;
  height: 100%;
}

#newshome .img-box a img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

#newshome .titlebox {
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
  text-transform: uppercase;
  line-height: 1.8;
  height: 44px;
  overflow: hidden;
}

@media(max-width:767px) {
  #newshome .item-news {

  }

  #newshome .item-news .img-box {

  }

  #newshome .news-box {

    padding-left: 0;
    padding-right: 0;
  }


  #newshome .title-info {
    overflow: visible;
    height: auto;
  }

  #newshome .item-news.item-first {
    height:auto;
    width: 100%;
  }

  #newshome .item-first .title-info {
    padding:5px 0;
  }

  #newshome .item-news.item-first .img-box {
    float:none;
    width:100%;
    height:auto;
    height: 200px;
    margin-top: 15px;
  }

  #newshome .item-first .news-box {
    margin-left: 0;
    margin-top: 10px;
  }

  #newshome .col-news2 .headerbox {
    text-align: left;
  }

  #newshome .col-news2 .headerbox h2::after {
    text-align: left;
  }
}

@media(min-width:992px){
  #newshome .item-news {

  }

  #newshome .item-first,
  #newshome2 .item-first {
    width:50%;
    float:left;
    border: 1px solid #e1e1e1;
  }

  #newshome2 .item-first {
    width:65%;
  }

  #newshome .news-boxright,
  #newshome2 .news-boxright {
    float:left;
    width:25%;
    padding-left: 20px;
  }

  #newshome2 .news-boxright {
    width:35%;
  }

  #newshome .item-news.item-first .img-box {
    float:left;
    width:265px;
    height:310px;
  }

  #newshome .item-news2 .img-box {
    float:left;
    width:125px;
    height:125px;
  }

  #newshome .news-boxcenter .item-news {
    border:1px solid #e1e1e1;
    height: 148px;
  }

  #newshome .news-boxcenter .item-news .img-box {
    height: 147px;
    width: 90px;
  }

  #newshome .news-boxcenter .news-box {
    margin-left: 100px;
    padding-right: 5px;
  }

  #newshome .news-boxcenter .description {
    font-size:13px;
  }

  #newshome .item-first .news-box,
  #newshome2 .second-box {
    margin-right: 0;
    margin-left: 290px;
    padding: 35px 15px 35px 0;
  }

  #newshome2 .second-box {
    padding:0;
  }
}

#newshome2 {
  padding-bottom: 15px;
}

#newshome2::after {
  clear:both;
  content:'';
  display: block;
}

#newshome2 .item-first {
  border: none;
}

#newshome2 .second-box .item-news .img-box {
  overflow: hidden;
  float:left;
  width:80px;
  height: 48px;
}


#newshome2 .title-info {
  font-size:13px;
  text-transform: uppercase;
}

#newshome2 .view-more {
  text-align: right;
  font-style: italic;
}

#newshome2 .view-more a {
  font-family: 'Roboto', sans-serif;
  color:#000;
}

#newshome2 .second-box .news-box {
  height:50px;
}

#newshome2 .second-box .title-info {
  margin-left: 90px;
  padding: 2px 0;
  height: 44px;
  overflow: hidden;
}


#newshome2 .item-news {
  margin-bottom: 15px;
}

#newshome2 .description {
  font-size: 12px;
  margin-top:5px;
}

#newshome2 .news-listmore {
  border:1px solid #ebebeb;
  padding:10px 20px;
}

#newshome2 .news-listmore ul {
  padding:0;
  margin:0;
  list-style: none;
}

#newshome2 .news-listmore ul li {
  padding:10px 0;
  border-bottom:1px solid #ebebeb;
}

#newshome2 .news-listmore ul li:last-child {
  border-bottom: none;
}

#newshome2 .view-more a {
  font-style:normal;
  font-weight: bold;
}


#newshome2 .first-news .img-box {
  text-align: center;
}

#newshome2 .first-news .img-box img {
  display: inline-block;
}

@media(min-width:992px){
  #newshome2 .first-news {
    float: left;
    width: 265px;
  }

  #newshome2 .first-news img {
    width:100%;
  }
}



#register {

}


#register .formbox {

}

#register .formbox .form-group {
  margin-bottom: 22px;
}

#register .formbox label {
  width:24%;
  display: inline-block;
  box-shadow: none;
  border-radius: 0;
  font-weight: 500;
  color:#c69b51;
}

#register .formbox input,
#register .formbox select {
  width:75%;
  display: inline-block;
  box-shadow: none;
  border-radius: 0;
  border:1px solid #ebebeb;
}

#register .formbox button {
  font-weight: 600;
  text-transform: uppercase;
  background-color: #c69b51;
  color:#fff;
  border-radius: 22px;
  border:none;
  font-size:15px;
  padding:6px 30px;
  margin: auto;
}

@media(max-width:767px){
  #register .formbox .form-group.form-inline {
    display: block;
  }
}

#eventtime {
  padding:20px 0;
}

#eventtime .eventbox {
  background-color:#c69b51;
  text-align: center;
  border-radius: 5px;
  color:#fff;
  font-family: 'UTMAvo', 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size:20px;
  padding:10px 0;
}

#eventtime .eventbox p {
  margin-bottom: 5px;
}

#eventtime .eventbox p.time {
  color:#d1d3d4;
}

#eventtime .eventbox p.address {
  padding:18px 0;
}

#eventtime .eventtime {
  background-color:#d7d7d7;
  padding:5px 0;
}

#eventtime .eventtime .labeltime {
  display:flex;
  margin:auto;
  max-width:240px;
}

#eventtime .eventtime .labeltime > div {
  flex:1;
  font-size:12px;
  color:#c69b51;
}

#eventtime #flipCount {
  margin-top:7px;
}

#eventtime .xdsoft_space {
  background-image:none;
}

@media(max-width:767px){
  #eventtime .eventbox {
    margin-bottom: 15px;
  }
}

#intro {
  padding:55px 0;
  background-image:url('images/pattern.jpg');
  background-repeat: repeat;
}

#intro .container {

}

#intro .col-video {

}

#intro .col-video a {
  display: block;
  overflow: hidden;
}

#intro .col-video iframe {
  border:8px solid #fff;
}

#intro .col-intro {
  padding: 40px 0 0 0;
}

#intro .headerbox {

}

#intro .headerbox h2 {
  display: block;
  color:#000;
  line-height: 42px;
}

#intro .headerbox h2 span {
  color:#c69b51;
  margin-left: 50px;
}

#intro .col-intro h3 {
  font-family: 'UTMAvoRegular', 'Roboto', sans-serif;
  font-size:26px;
  text-transform: uppercase;
  margin:0 0 35px 0;
  text-align: right;
}

#intro .col-intro .intro-box {
  position: relative;
  padding: 5px 0;
}


#intro .col-intro .intro-content {
  font-size:14px;
}

#intro .intro-img img {
  max-width: 100%;
}

#intro .intro-brief {
  color:#000;
  font-size:14px;
  max-width: 600px;
  margin:0 auto;
}

#intro ul {
  margin:10px 20px;
  padding:0;
  list-style:none;
}

#intro li::before {
  content: "â–  ";
  color: #ba7427;
  line-height: 30px;
  font-size:15px;
  margin-right: 5px;
}

#intro .col-introlist {

}

#intro .row-about {
  margin-top:35px;
}

#intro .nav-tabs {
  margin:10px 0;
}

#intro .nav-tabs li::before {
  display: none;
}

#intro .nav {
  display: -webkit-flex; /* Safari */
  display: flex;
}

#intro .nav > li {
  -webkit-flex: 1;  /* Safari 6.1+ */
  -ms-flex: 1;  /* IE 10 */
  flex: 1;
}

#intro .nav > li > a {
  font-weight: 500;
  text-transform: uppercase;
  text-align:  center;
  border: 1px solid #e1e1e1;
  border-top:none;
  border-right:none;
  border-radius: 0;
}

#intro .nav > li:last-child > a {
  border-right: 1px solid #e1e1e1;
}

#intro .nav > li.active > a {
  border: 1px solid #c69b51;
  border-top:none;
  position: relative;
}

#intro .nav > li.active > a::after {
  content:'';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #c69b51 transparent transparent transparent;
  position: absolute;
  left:50%;
  bottom:-8px;
}

#intro .nav > li > a:focus, #intro .nav > li > a:hover {

}

#intro .tab-content {
  padding:15px 0;
}

@media(max-width:991px) {
  #intro .headerbox {
    color:#000;
    margin:0;
    padding: 5px 0;
  }

  #intro .col-intro .intro-box::before {
    display: none;
  }

  #intro .col-intro .intro-box {
    margin: 0;
  }
}


#commit {
  color:#000;
  padding: 25px 0 30px 0;
  /* background-image:url('images/patternback.jpg'); */
  background-repeat: repeat;
}

#commit .headerbox {
  text-align: center;
}

#commit .headerbox h2 {
  color:#9f6b2a;
  font-weight: bold;
}

#commit .headerbox h2 span {
  color:#c69b51;
}

#commit .introbox h3 {
  font-weight: 900;
  font-size:18px;
  color:#eecc88;
  margin:0;
  margin-bottom: 10px;
}

#commit .introbox img {
  max-width: 100%;
}

#commit .introbox p {
  margin-bottom: 5px;
}

#commit .viewmore {
  text-align: center;
  margin-top:15px;
}

#commit .viewmore a {
  background-color:#eecc88;
  border-radius: 12px;
  padding:5px 12px;
  font-size:12px;
  font-weight: bold;
  color:#13387b;
}

#commit .hotlinebox {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

#commit .hotlinelink {
  margin-top:15px;
}

#commit .hotlinelink a {
  background-color: #e1e1e1;
  border-radius: 20px;
  padding:5px 10px 5px 10px;
  border:1px solid #000;
  display: inline-block;
  font-size: 15px;
}

#commit .hotlinelink a::before {
  display: inline-block;
  content:'';
  background-image:url('images/hotline.png');
  background-repeat: no-repeat;
  background-position: center center;
  width:27px;
  height:27px;
  background-color: #f26522;
  border-radius: 50%;
  padding:10px;
  vertical-align: middle;
  margin-right: 10px;
}

#commit .custbox {
  /* padding:20px 35px 15px 35px; */
  text-align: left;
  font-size: 14px;
}

#commit .custbox h3 {
  font-size:20px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin:0;
  padding:0 0 5px 0;
}

#commit .custbox .item {
  max-width: 600px;
  margin:auto;
}

#commit .custbox .item::before {
  content:"\201D";
  color:#000;
  font-size: 51px;
  display: block;
  text-align: center;
  font-family: 'UTMTimesBold', 'Roboto', sans-serif;
  line-height: 30px;
}

#commit .custbox .imgbox {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 10px auto;
  /* float:left; */
  /* box-shadow: -5px 5px 2px #e5e5e5; */
  border-radius: 50%;
}

#commit .custbox .namebox {
  /* margin-left: 50px; */
  background-color: #fff;
  padding: 0 10px;
  font-style: italic;
  min-height: 80px;
  text-align: center;
}

#commit .custbox .title {
  margin: 0 0;
  /* text-transform: uppercase; */
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}

#commit .custbox .job {text-align: center;}

#commit .custbox .brief {
  margin:8px 0;
}

@media(max-width:767px){
  #commit .introbox {
    margin-bottom: 20px;
  }

  #commit .custbox {
    padding:15px 0;
  }

  #commit .custbox .namebox {
    margin-left: 0;
  }

  #commit .custbox .imgbox {
    width: 100px;
    height: 100px;
  }
}

#aboutus {
  background-color: #1a1f2b;
  position: relative;
  background-repeat: repeat;
  /* background-image:url('images/pattern.jpg'); */
  padding:15px 0 0 0;
  color: #fff;
  min-height: 458px;
}

#aboutus .headerbox {
  text-align: center;
  padding: 0 0 0 0;
  margin:10px 0;
}

#aboutus .aboutus_content {
  font-size: 14px;
  max-width: 510px;
  margin: 15px auto;
  text-align: center;
  font-style: italic;
}


#aboutus .description {
  line-height: 1.6;
  font-size:14px;
  overflow: hidden;
}


#aboutus .view-more-home {
  margin: 15px 0 10px 0;
  display: block;
  text-align: center;
}

#aboutus .view-more-home a {
  background: transparent;
  border-radius: 20px;
  padding: 6px 30px;
  border:1px solid #fff;
  display: inline-block;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
}

#aboutus .img-about {
  text-align: center;
  /* padding:15px 0; */
  position: absolute;
  left: 0;
  top:0;
  right:50%;
  bottom:0;
  overflow: hidden;
}

#aboutus .img-about img {
  width:100%;
  height:100%;
}


#aboutus .video-box {
  position: relative;
  /* padding: 20px 0 85px 0; */
}

#aboutus .video-box a {
  display: inline-block;
  position: relative;
}

@media(max-width:767px) {
  #aboutus {
    min-height: auto;
    padding:20px 0;
  }

  #aboutus .headerbox {
    padding:0;
  }
}

#aboutus2 {
  /* background-color: #d7b084; */
  padding: 40px 0;
}

#aboutus2 .headerbox {
  margin: 25px 0 25px 0;
  text-align: center;
}

#aboutus2 .headerbox h2 span {
  /* color:#fff; */
  /* margin-left: 50px; */
  font-size: 73px;
  text-transform: none;
}

#aboutus2 .stars {
  font-size:22px;
  color:#ffcb05;
  /* margin-left: 15%; */
  text-align: center;
}

#aboutus2 .stars i.fa {
  margin:0 10px;
}

#aboutus2 .aboutus_content {
  max-width: 800px;
  margin:15px auto;
  font-size:15px;
}

@media(max-width:767px) {
  #aboutus2 .headerbox h2 span {
    font-size:40px;
  }
}


#aboutus3 {
  background-color: #efefef;
  padding: 40px 0;
}

#aboutus3 .headerbox {
  margin: 25px 0 25px 0;
  text-align: center;
}

#aboutus3 .headerbox h2 span {
  /* color:#fff; */
  /* margin-left: 50px; */
  font-size: 73px;
  text-transform: none;
}

#aboutus3 .stars {
  font-size:22px;
  color:#ffcb05;
  /* margin-left: 15%; */
  text-align: center;
}

#aboutus3 .stars i.fa {
  margin:0 10px;
}

#aboutus3 .aboutus_content {
  max-width: 800px;
  margin:15px auto;
  font-size:15px;
}

@media(max-width:767px) {
  #aboutus3 .headerbox h2 span {
    font-size:40px;
  }
}


#travel {
  padding:15px 0;
}

#travel .box-content {

}

#travel .headerbox {
  text-align: center;
}

#travel .headerbox h2 {
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
  text-transform: uppercase;
  font-size: 35px;
  line-height: 50px;
  font-weight: bold;
}

#travel .headerbox .small-title {
  font-size:20px;
  color: #9f6b2a;
  font-weight: 500;
}

#travel .brief-content {
  max-width: 600px;
  margin:0 auto;
  font-size:14px;
}

#travel .videoimg-box {
  padding:25px 0 0 0;
}

#travel .videoimg-box .youtube-box {
  height:430px;
  margin:0 0 15px 0;
}

#travel .videoimg-box .youtube-box iframe {
  height:100%;
}

#travel .videoimg-box .img-box {
  height:430px;
  overflow: hidden;
  position: relative;
}

#travel .videoimg-box .img-box img {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top:50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
}

@media(min-width:992px) {
  #travel .videoimg-box .row {
    margin:0;
  }

  #travel .videoimg-box .row > * {
    padding:0;
  }
}

@media(max-width:767px) {
  #travel .videoimg-box .youtube-box {
    height: 250px;
  }

  #travel .videoimg-box .img-box {
    height: 250px;
  }
}

#utility {
  position: relative;
  background-repeat: repeat;
  /* background-image:url('images/pattern.jpg'); */
  /* padding:15px 0 0 0; */
  min-height: 400px;
}

#utility::before {
  position: absolute;
  background-color: #f5f5f5;
  display: block;
  content:'';
  left: 0;
  right:0;
  height:50px;
}

#utility .headerbox {
  text-align: center;
}

#utility .right-box {
  padding:0 0 40px 20px;
}

#utility .toptitle {
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
  font-size:18px;
  padding:10px 0;
}

#utility .toptitle .stars {
  display: inline;
  margin-left: 15px;
}

#utility .toptitle .stars i.fa {
  color:#ffcb05;
  font-size:10px;
  padding:0 2px;
}

#utility .headerbox {
  text-align: left;
  margin:35px 0 20px 0;
}

#utility .headerbox h2 {
  text-transform: none;
  font-size:32px;
}

#utility .aboutus_content {
  font-size: 14px;
  margin: 15px auto;
}

#utility .description {
  line-height: 1.6;
  font-size:14px;
  overflow: hidden;
}

#utility .icon-content {
  margin:15px 0;
}

#utility .icon-content::after {
  clear: both;
  display: block;
  content:'';
}

#utility .icon-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#utility .icon-content ul li {
  float:left;
  border: 1px solid #e1e1e1;
  width:50%;
  padding:20px 0;
  height: 85px;
}

#utility .icon-content .icon {
  float:left;
  width:50px;
  line-height: 50px;
  text-align: center;
}

#utility .icon-content .titlebox {
  margin-left: 55px;
}

#utility .icon-content .headtitle {
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
  color:#414042;
  font-weight: 700;
  text-transform: uppercase;
}

#utility .icon-content .brief {
  color:#d7b084;
  font-style: italic;
  font-size:14px;
}

#utility .view-more-home {
  margin: 35px 0 20px 0;
  display: block;
  text-align: center;
}

#utility .view-more-home a {
  background: transparent;
  border-radius: 20px;
  padding: 6px 30px;
  border:1px solid #fff;
  display: inline-block;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
}

#utility .img-about {
  text-align: center;
  /* padding:15px 0; */
  position: absolute;
  left: 0;
  top:0;
  right:50%;
  bottom:0;
  overflow: hidden;
}

#utility .img-about img {
  width:100%;
  height:100%;
}


#utility .video-box {
  position: relative;
  /* padding: 20px 0 85px 0; */
  height: 100%;
}

#utility .video-box a {
  display: block;
  position: relative;
}

#utility .video-box a::after {
  position: absolute;
  top:50%;
  left: 50%;
  content: "\f144";
  font: normal normal normal 94px/1 FontAwesome;
  color:rgba(255,255,255,0.9);
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 2;
}

@media(max-width:767px) {
  #utility .right-box {
    padding:0 5px;
  }

  #utility .img-about {
    position: relative;
    top:auto;
    left: auto;
    right: auto;
    bottom:auto;
    width:100%;
  }

  #utility .icon-content ul li {
    height: 110px;
    padding: 12px 10px;
  }
}

#videocruise {

}

#videocruise .video-box {
  width:100%;
  height:550px;
}

#videocruise .video-box iframe {
  width:100%;
  height:100%;
}

#tourlist {
  padding: 20px 0 40px 0;
  background-color: #f5f0e9;
}

#tourlist .headerbox h2 {
  max-width: 500px;
  margin: 15px auto 25px auto;
  display: block;
  font-size:28px;
}

#tourlist .headerbox h2 span {
  margin-left: 35px;
  font-size: 72px;
  line-height: 57px;
}

#tourlist .headerbox .brief {
  text-align: center;
}

.boxtour {
  margin:0 0 25px 0;
}

.boxtour.smallbox {
  border: 1px solid #ccc;
}

.boxtour .imgbox {
  width:100%;
  height: 280px;
  position: relative;
}

.boxtour.smallbox .imgbox {
  height: 190px;
}

.boxtour .imgbox a {
  display: block;
  width:100%;
  height:100%;
  position: relative;
  overflow: hidden;
}

.boxtour .imgbox a img {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition:all 0.2s ease;
  -webkit-transition:all 0.2s ease;

  top:50%;
  left: 50%;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}

.boxtour .imgbox a:hover img {
  transform: translate(-50%, -50%) scale(1.112);
  -webkit-transform: translate(-50%, -50%) scale(1.112);
}

.boxtour .titlebox {
  background-color: #fff;
  padding: 25px 35px 10px 35px;
}

.boxtour.smallbox .titlebox {
  padding:10px 15px;
}

.boxtour .titlebox .tour-title {
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
  font-size:16px;
}

.boxtour.smallbox .titlebox .tour-title {
  height: 52px;
  overflow: hidden;
}

.boxtour .tour-place {
  font-style: italic;
  color:#d7b084;
  font-size:14px;
  line-height: 1.5;
  padding: 10px 0 5px 38px;
  background-image: url('images/sail.png');
  background-position: left center;
  background-repeat: no-repeat;
}

.boxtour .tour-brief {
  font-size:14px;
  padding: 5px 0 10px 0;
  height: 94px;
  overflow: hidden;
}

.boxtour .pricebar {
  border: 1px solid #898989;
  text-align: center;
  color:#808285;
  background-color: #fff;
  line-height: 42px;
}

.boxtour .pricebar::after {
  clear:both;
  content:'';
  display: block;
}

.boxtour.smallbox .pricebar .pricebox {
  float:none;
  width:100%;
}

.boxtour .pricebar .pricebox {
  float:left;
  width:50%;
}

.boxtour .pricebar .pricebox span {
  color:#b66113;
}

.boxtour .pricebar .pricebox span strong {
  font-size:24px;
  padding:0 3px;
}

.boxtour .pricebar .buttonbox {
  float:left;
  width:50%;
}

.boxtour .pricebar .buttonbox a {
  display: block;
  background-color: #9e6b2a;
  color:#fff;
  font-weight: bold;
  line-height: 46px;
  font-size:16px;
}


#projectus {
  padding: 20px 20px 20px 20px;
  background-color: #1a1f2b;
  z-index: 20;
  position: relative;
  color: #fff;
}

#projectus.subpage {
  margin-top:10px;
  background: transparent;
  color: #000;
  padding: 0 10px;
}

#projectus .container {
  position: relative;
}

#projectus .description-head {
  max-width: 500px;
  font-size:15px;
  margin:15px auto;
  text-align: center;
}

#projectus .introbox {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
  font-family: 'UTMAvo', 'Roboto', sans-serif;
}

#projectus.subintro .introbox {
  margin-bottom: 0;
}

#projectus .title-info .description {
  font-size:17px;
}

#projectus .title-box {
  height:220px;
  overflow: hidden;
}

#projectus .project-list {
  padding:0;
  z-index: 2;
}

#projectus.subintro .project-list {
  padding:0 15px 25px 15px;
}


#projectus .col-subitem {
  padding:0;
}

#projectus .project-list .introbox a {
  font-size:15px;
  color:#c69b51;
  display: block;
  overflow: hidden;
  height: 100%;
}

#projectus .project-list img {
  width:100%;
  height: 100%;
}

#projectus .project-list h4  {
  z-index: 20;
  margin-top: 18px;
}

#projectus .project-list .item {
  padding-top:10px;
}

#projectus .introbox:hover img {
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#projectus .project-list .intro-content {
  position: absolute;
  left:0;
  background-color: rgba(255,255,255,0.7);
  right:0;
  bottom:0;
  height:70px;
  padding:10px 15px;
  color:#000;
  font-size:14px;
  text-align: center;

  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
}

#projectus.subintro .project-list .intro-content {
  position: static;
  top:auto;
  left:auto;
  right:auto;
  bottom:auto;
  height:75px;
  background-color: transparent;
  border:0.5px solid #d7d7d7;
}

#projectus.subintro .project-list .event-project {
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  background-color: rgba(255,255,255,0.7);
  height: 50px;
  border: none;
}

#projectus.subintro .project-list .intro-content .title {
  text-align: center;
  font-family: 'UTMAvoRegular', 'Roboto', sans-serif;
  text-transform: uppercase;
  max-height: 50px;
  overflow: hidden;
}

#projectus.subintro .project-list .intro-content .title span {
  font-family: 'UTMAvo', 'Roboto', sans-serif;
  display: block;
  margin-bottom: 5px;
}

#projectus.subintro .project-list .event-project .title span {
  display: inline;
}

#projectus .project-list .intro-content .content {

}

#projectus .project-list .view-more-home {
  margin-top:35px;
}

#projectus .party-list {
  margin-bottom: 30px;
}

#projectus .party-list .party-item {
  position: relative;
  height:310px;
}

#projectus .party-list .content-box {
  width:50%;
  padding:0 45px;
  padding-top:55px;
}

#projectus .party-list .title-party {
  font-family: 'UTMPenumbraBold', 'Roboto', sans-serif;
  font-size:20px;
  margin-bottom:5px;
}

#projectus .party-list .slogan-party {
  color:#fdb913;
  font-family: 'UTMYenTu', 'Roboto', sans-serif;
  font-size: 32px;
  margin-bottom: 10px;
}

#projectus .party-list .brief-party {
  font-size:14px;
  max-width: 400px;
}

#projectus .party-list .image-box {
  position: absolute;
  width:50%;
  height:100%;
  overflow: hidden;
  top:0;
}

#projectus .party-list .party-item:nth-child(odd) .image-box {
  left:50%;
}

#projectus .party-list .party-item:nth-child(odd) .content-box {
  text-align: right;
}

#projectus .party-list .party-item:nth-child(odd) .brief-party {
  float:right;
}

#projectus .party-list .party-item:nth-child(even) .content-box {
  margin-left: 50%;
}

#projectus .party-list .image-box a {
  display: block;
  height: 100%;
}

#projectus .party-list .image-box img {
  width:100%;
  height:100%;
  display: block;
}

#projectus .view-more {
  text-align: center;
}

#projectus .view-more a {
  display: inline-block;
  background-color: #c69b51;
  text-transform: uppercase;
  padding:8px 18px;
  border-radius: 15px;
  color:#fff;
  font-size:11px;
}

@media(min-width:992px){
  #projectus .title-info .description {
    width:60%;
    margin: 0 auto;
  }

  #projectus .row > * {
    width:20%;
  }
}

@media(max-width:767px){
  #projectus {
    margin: 0;
  }

  #projectus .project-list {
    padding:0;
  }

  #projectus .title-info {
    font-size:22px;
  }


  #projectus .party-list .image-box {
    position: static;
  }

  #projectus .party-list .party-item {
    height:auto;
    margin-bottom: 15px;
  }

  #projectus .party-list .content-box {
    width:100%;
    padding:10px 15px;
  }

  #projectus .party-list .image-box {
    width:100%;
    max-height: 100px;
  }

  #projectus .party-list .party-item:nth-child(odd) .image-box {
    left:0;
  }

  #projectus .party-list .party-item:nth-child(odd) .content-box {
    text-align: left;
  }

  #projectus .party-list .party-item:nth-child(odd) .brief-party {
    float:none;
  }

  #projectus .party-list .party-item:nth-child(even) .content-box {
    margin-left: 0;
  }

  #projectus .project-list img {
    height:auto;
  }
}

#projectus .nav-tabs {
  margin:0 auto 10px auto;
  border:none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: -22px;
}

#projectus .nav-tabs li {
  float:left;
  display: inline-block;
  text-align: center;
  width:50%;
  background-color: #c49d64;
}

#projectus .nav-tabs li a {
  padding: 10px 20px;
  text-align: center;
  color:#fff;
  border:none;
  font-weight: bold;
  border-radius: 0;
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
}

#projectus .nav-tabs li:hover a,
#projectus .nav-tabs li.active a {
  color:#13387b;
  background-color: #eecc88;
}

#projectus .tab-content {
  margin-top:-15px;
}

#projectus .row {
  margin: 0 -15px;
}

@media(min-width:992px) {
  #projectus .row > * {
    border-right: 1px solid #ccc;
  }

  #projectus .row > :last-child {
    border-right: none;
  }
}


#projectus .form-group {
  /* padding:0 5px; */
  margin-bottom: 0;
}

#projectus label {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}

#projectus select, #projectus input {
  border-radius: 0;
  border:none;
  padding: 5px 0;
  color: #fff;
  background-color: #1a1f2b;
  /* box-shadow: inset 0 0 2px 1px rgba(0,0,0,.3); */
  /* -webkit-box-shadow: inset 0 0 2px 1px rgba(0,0,0,.3); */
  /* -moz-box-shadow: inset 0 0 2px 1px rgba(0,0,0,.3);
  -ms-box-shadow: inset 0 0 2px 1px rgba(0,0,0,.3);
  -o-box-shadow: inset 0 0 2px 1px rgba(0,0,0,.3); */
  max-width: 100%;
  font-size: 18px;
  height: 37px;
  /* border-bottom: 1px solid #fff; */
}

#projectus.subpage input, #projectus.subpage select {
  background-color: transparent;
  border: 1px solid #ccc;
  color:#000;
}

#projectus input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

#projectus input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

#projectus input::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}

#projectus button {
  /* width:100%; */
  background-color: #fff;
  color: #000;
  border:none;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 0;
  /* margin-top: 28px; */
  padding: 4px 26px;
  margin: 0;
  width: 100%;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
}

@media(max-width:767px) {
  #projectus button {
    margin:10px 0;
  }

  #projectus select, #projectus input {
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
  }
}


#business {
  padding: 30px 0 50px 0;
  background-image:url('images/backcontact.jpg');
  background-size:cover;
  background-position: center center;
  position: relative;
  text-align: center;
  color:#fff;
}

#business .headerbox {
  text-align: center;
}

#business .headerbox h2 {
  line-height: 56px;
}

#business .headerbox span {
  color:#fff;
}

#business .playbox {
  padding:20px 0 10px 0;
}

#business .playbox a {
  color:#fff;
  font-size:100px;
  padding: 3px 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  line-height: 67px;
}

#business .description {
  text-align: center;
}

#business .contact-text {
  color:#fff;
  font-size: 15px;
  font-weight: bold;
  padding:10px 0;
  text-transform: uppercase;
}

#business .hotline-text a {
  font-family: 'UTMTimesBold', 'Roboto', sans-serif;
  color:#c69b51;
  font-size:42px;
  line-height: 34px;
}

#business .right-img {
  position: absolute;
  left:50%;
  right:0;
  top:0;
  bottom:0;
  background-size:cover;
  background-repeat: no-repeat;
}

@media(max-width:767px){

}


#material {
  padding: 40px 0 45px 0;
}

#material .titlebox {
  color: #c11c23;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 35px;
}

#material .titlebox::after {
  content: '';
  width: 150px;
  border-top: 1px solid #000;
  margin: 10px auto;
  display: block;
}

#material .col-icon {
  text-align: left;
  margin-bottom: 0;
}

#material .col-icon .imgbox {
  /* width:70px; */
  height: 60px;
  text-align: center;
  margin: 0 auto;
}

#material .col-icon .title {
  font-weight: 700;
  font-size: 15px;
  padding: 5px 0;
  text-transform: uppercase;
  text-align: center;
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
}

#material .col-icon .icon-description {
  margin-left: 90px;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.6;
  height:40px;
  overflow: hidden;
  color:#000;
}

#material .col-icon .description {
  text-align: center;
  font-size:14px;
  max-width: 200px;
  margin:0 auto;
}

#material .col-icon .description p {
  margin-bottom: 0;
}

#material .view-more {
  margin:0 0 0 0;
  text-align: right;
  float: right;
}

#material .view-more a {
  color:#c11c23;
  font-size:12px;
  padding:5px 0;
  font-style: italic;
}


#customer {
  overflow: hidden;
  position: relative;
  padding:25px 0 25px 0;
  background-color: #000;
  color:#fff;
  background-size: cover;
}

#customer.subintro {
  background-color:#c69b51;
  color:#000;
}

#customer .headerbox h2 {
  color:#fff;
  text-align: left;
  line-height: 1.5;
}

#customer.subintro .headerbox h2 {
  color:#000;
}

#customer.subintro .headerbox h2 span {
  color:#000;
}

#customer .container {
  padding-top:15px;
  padding-bottom: 15px;
  position: relative;
  display: block;
}

#customer .img-box {
  margin: 0 20px;
}

#customer .item {
  float:left;
  width:150px;
}

#customer .item img {
  height: 100px;
}

#customer.subintro .item img {
  -webkit-filter: grayscale(100%) brightness(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) brightness(0%);
}

#customer .item img:hover {
  -webkit-filter: none;
  filter: none;
}

#customer #customer-carousel {
  display: block;
  width:100%;
}

#customer .owl-carousel .owl-prev,
#customer .owl-carousel .owl-next {
  color: #fff !important;
  font-size: 13px !important;
  border-radius: 50%;
  border: 2px solid #fff;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 3px;
  text-align: center;
}

#customer .owl-carousel .owl-prev{left: -40px;}
#customer .owl-carousel .owl-next{right: -40px;}

@media(max-width:767px){
  #customer .owl-carousel .owl-prev{left: -10px;}
  #customer .owl-carousel .owl-next{right: -10px;}
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

@-webkit-keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}


#booking-code {
  text-align: center;
  padding:15px 0;
}

#gallery {
  background-color: #fff;
}

#gallery .headerbox {
  padding: 10px 0;
  text-align: center;
}

#gallery .headerbox h2 {

line-height: 48px;
  font-weight: bold;
  font-size:35px;
}

#gallery .headerbox h2 span {
  color:#9f6b2a;
  /* margin-left: 35px; */
  text-transform: none;
}

#gallery .imgbox {
  position: relative;
  height:380px;
  overflow: hidden;
}

#gallery .imgbox img {
  position: absolute;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  top:50%;
  left: 50%;
  width:auto;
  height:auto;
  min-width: 100%;
  min-height: 100%;
  max-height: 120%;
}

#gallery .imgbox a::after {
  position: absolute;
  left: 0;
  top:100%;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  content:'';
  display: block;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

#gallery .imgbox:hover a::after {
  top:0;
  opacity: 1;
}

#gallery .imgbox span {
  z-index: 5;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color:#fff;
  /* border: 1px solid #fff; */
  border-radius: 19px;
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
  text-transform: uppercase;
  padding: 6px 22px;
  /* background-color: rgba(0,0,0,0.6); */
  font-size: 27px;
  opacity: 0;
  line-height: 1.5;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  letter-spacing: 4px;
  text-align:center;
}

#gallery .imgbox:hover span {
  opacity: 1;
}

#gallery .gallery-row {
  margin: 0 -7px;
  text-align: center;
}

#gallery .gallery-row .item {
  /* float:left; */
  width: 49.8%;
  padding: 0 2px;
  margin-bottom: 8px;
  display: inline-block;
}

#gallery .gallery-row .item .imgbox {
  border: 0.5px solid #fff;
  height:400px;
}

#gallery .gallery-row::after {
  clear:both;
  content:'';
  display: block;
}

@media(max-width:767px) {
  #gallery .gallery-row .item {
    width: 100%;
  }

  #gallery .imgbox {
    height:250px;
  }
}

#contactus {
  background-color: #d7b084;
  padding: 60px 0;
  background-position: right center;
  background-repeat: no-repeat;
}

#contactus .headerbox h2 {
  font-size: 30px;
}

#contactus .brief {
  font-size:14px;
  font-style: italic;
}

#contactus .brief ul {
  list-style: none;
  padding-left: 25px;
}

#contactus .brief ul li {
  line-height: 35px;
}

#contactus .brief ul li::before {
  content:"\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
}

#contactus .social {
  max-width: 300px;
  margin: 20px 0 0 0;
}

#contactus .social ul {
  list-style: none;
  padding:0;
  margin:0;
  text-align: center;
}

#contactus .social ul li {
  display: inline-block;
}

#contactus .social ul li a {
  background-color:#3b3024;
  color:#d7b084;
  width:45px;
  height:45px;
  border-radius: 50%;
  display: block;
  font-size:30px;
  margin:0 8px;
}

@media(max-width:767px) {
  #contactus {
    padding:20px 0;
  }

  #contactus .content-box {
    background-color: rgba(215, 176, 133, 0.4);
    padding:10px;
    border-radius: 5px;
  }
}

#contactshop {
  /* border-top:10px solid #c69b51; */
  /* background-image:url('images/backfooter.jpg'); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  /* background-color: #1a1f2b; */
  color: #fff;
  font-size: 14px;
  padding: 45px 0 45px 0;
  font-family: 'UTMAvoBold', 'Roboto', sans-serif;
}

@media(max-width:767px){
  #contactshop .row > div {
    padding-bottom: 20px;
  }
}

#contactshop .col-contact {
  /* max-width: 300px; */
  margin:0 auto;
}

#contactshop .title {
  color: #d7b084;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
  text-transform: uppercase;
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
  vertical-align: bottom;
  /* height: 100px; */
  /* display: table-cell; */
  font-weight: bold;
}

#contactshop .title h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
}

#contactshop .title::after {
  content:'';
  display:block;
  border-bottom: 2px solid #c69c6d;
  width:40px;
  margin:20px 0;
}

#contactshop .title img {
  vertical-align: top;
  height: 60px;
}

#contactshop .description {
  line-height: 1.5;
  margin:25px 0 25px 0;
}

#contactshop .logo-sig {
  margin:70px 0 0 0;
}

#contactshop .logo-sig img {
  max-width:95%;
}

#contactshop .slogan {
  text-align: center;
  margin-top:10px;
  font-family: 'UTMSwiss', 'Roboto', sans-serif;
  font-size:22px;
}

#contactshop ul {
  list-style: none;
  padding:0;
  margin:0;
}

#contactshop  ul.contact-address {
  margin:0;
}

#contactshop ul li {
  margin-bottom: 13px;
}

#contactshop .col-news ul li {

}

#contactshop .map-contact img {
  max-width: 200px;
}

#contactshop  ul.contact-address li {
  margin-bottom: 2px;
}


#contactshop ul li i.fa {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 26px;
  line-height: 25px;
  text-align: center;
  margin-right: 3px;
}

#contactshop ul.contact-address li {
  padding-left: 30px;
  position: relative;
  line-height: 24px;
}

#contactshop ul.contact-address li i.fa {
  width:26px;
  position: absolute;
  top:0;
  left:0;
}

#contactshop ul.contact-social li {
  display: inline-block;
}

#contactshop ul.contact-social li i.fa {
  color:#fff;
  background-color:#479ce5;
  border-radius: 50%;
  width:26px;
  padding-top: 5px;
}

#contactshop ul.contact-social li:hover i.fa {
  background-color: #71afe4;
}

#contactshop ul li a {
  color: #fff;
  line-height: 13px;
}

#contactshop ul.news-list li a::before,
#contactshop ul.contact-social li a::before {
  content:'';
  margin-right: 0;
}

#contactshop ul li a:hover {
  color:#fff;
}

#contactshop .button-more {
  margin-top: 25px;
}

#contactshop .button-more a {
  line-height: 1.5;
  padding:8px 20px;
  background-color:#7a2717;
  color:#fff;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: 'AvenirNext';
  font-size:12px;
}

#contactshop .formbox {
  text-align: right;
}

#contactshop .formbox .input-group {
  width: 100%;
  margin-bottom: 15px;
}

#contactshop .formbox input {
  width:100%;
}

#contactshop .formbox button {
  background-color: #eecc88;
  border-radius: 20px;
  color:#000;
  font-weight: bold;
  padding:5px 20px;
  border: none;
  margin-top:15px;
  text-transform: uppercase;
  font-size:13px;
}

#contactshop .counter {
  margin-top:15px;
}

@media(min-width:992px){
  #contactshop .title {

  }

  #contactshop .row > div {

  }

  #contactshop .col-contact {

  }

  #contactshop .row > .col-news {


  }

  #contactshop .row > .col-connect {

  }
}


#awards {
  padding:30px 0;
}

#awards h2 {
  text-transform: uppercase;
  font-size:22px;
}

#awards h2::after {
  width:75px;
  height: 1px;
  border-top:1px solid #aa1f55;
  content:'';
  display:block;
  margin:15px 0;
}

#awards .description {
  margin-top:20px;
}

#pageads {
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center center;
  padding:20px 0;
  font-size: 14px;
}

#pageads.pageevent .container {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size:100% auto;
  background-image:url('images/backevent.jpg');
  padding-bottom: 40px;
}

#pageads.pageevent h1 {
  color:#c69b51;
  font-family: 'UTMAvo', 'Roboto', sans-serif;
  font-size:14px;
  margin-bottom: 15px;
  text-align: center;
}


#pageads .brief {
  text-align: justify;
  height: 200px;
  border-bottom: 1px solid #e1e1e1;
}

#pageads.pageevent .brief {
  border-bottom: none;
}

#pageads .bigtitle h3 {
  margin:0;
  padding:0;
  font-family: 'UTMNeutra', 'Roboto', sans-serif;
  font-size:24px;
}

#pageads .bigtitle h3 span {
  display: block;
  line-height: 66px;
  color:#808285;
  font-size:46px;
}

#pageads .introads1 {
  margin-top:5px;
}

#pageads .smalltitle {
  font-size:15px;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
  font-family: 'UTMAvo', 'Roboto', sans-serif;
}

#pageads .questionads ul {
  list-style:none;
  padding:0;
  margin:0;
  font-family: 'UTMAvo', 'Roboto', sans-serif;
}

#pageads .questionads ul li {
  display: block;
  font-size:15px;
  border-bottom: 1px solid #000;
}

#pageads .questionads ul li:last-child {
  border-bottom: none;
}

#pageads .questionads ul li a {
  color:#000;
  display: block;
  padding:8px 0;
}

#pageads .questionads ul li a:hover {
  color:#5c5c5c;
}

#pageads .col-video-adv {
  position: relative;
}

#pageads .video-adv {
  text-align: center;
}

#pageads .video-adv img {
  max-width: 100%;
}


#serviceads {
  text-align: center;
  margin-bottom: 40px;
}



#serviceads .rowteacher {
  position: relative;

  border-radius: 8px;
  margin-top: 40px;
}

#serviceads .rowteacher::before {
  background-color: #c69b51;
  content:'';
  display: block;
  border-radius: 8px;
  width:100%;
  position: absolute;
  top:45px;
  bottom:0;
  left:0;
  right:0;
}

#serviceads.eventpage .rowteacher::before {
  top:100px;
}

#serviceads .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  margin: auto;
}

#serviceads .col-service {
  padding:0 30px 20px 30px;
  position: relative;
}

#serviceads.eventpage .col-service {
  padding:0 15px 20px 15px;

}

#serviceads.partypage .col-service {
  padding:0 15px 0 15px;
  margin-bottom: 25px;
}

#serviceads .owl-item::after {
  position: absolute;
  top:120px;
  bottom:40px;
  width:1px;
  right:0;
  border-right:1px solid #fff;
  content:'';
  display: block;
}

#serviceads.eventpage .owl-item::after {
  top:200px;
}


#serviceads .owl-item:last-child::after {
  display: none;
}

#serviceads.eventpage .col-service::after,
#serviceads.partypage .col-service::after {
  display: none;
}

#serviceads .col-service:last-child::after {
  display: none;
}

#serviceads.eventpage .servicebox {
  background-color:#fff;
  padding-top:15px;
}

#serviceads.partypage .servicebox {
  background-image:url('images/circleparty.png');
  background-repeat:no-repeat;
  background-position: center center;
  background-size:100% 100%;
  height:220px;
  width:220px;
  margin: 0 auto;
  padding: 25px 30px 25px 40px;

  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#serviceads.partypage .servicebox:hover {
  transform: scale(1.066);
  -webkit-transform: scale(1.066);
  -moz-transform: scale(1.066);
  -o-transform: scale(1.066);
  -ms-transform: scale(1.066);
}

#serviceads .imgbox {
  width:100%;
  margin:0 auto;
  overflow: hidden;
  height:180px;
  border-radius: 8px;
  border:1px solid #e1e1e1;
}

#serviceads .imgbox a {
  display: block;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

#serviceads.eventpage .imgbox {
  border-radius: 50%;
  overflow: hidden;
  margin-top:0;
  width:200px;
  height:200px;
}

#serviceads .titlebox {
  font-family: 'UTMPenumbraBold', 'Roboto', sans-serif;
  font-size:15px;
  margin-bottom: 15px;
  margin-top: 15px;
}

#serviceads .whitebox a {
  color:#fff;
}

#serviceads.partypage .titlebox {
  height:52px;
  vertical-align: bottom;
  text-align: center;
  display: block;
  line-height: 10px;
  margin-bottom: 5px;
}

#serviceads .titlebox span {
  color:#c69b51;
  font-size:28px;
  display: block;
  line-height: 40px;
}

#serviceads.partypage .titlebox span {
  font-size:20px;
  color:#f58220;
}

#serviceads .briefbox {
  font-size:14px;
  color:#fff;
}

#serviceads.eventpage .briefbox {
  padding-bottom: 20px;
  height: 115px;
  overflow: hidden;
  max-width: 250px;
  margin: 0 auto;
}

#serviceads.partypage .briefbox {
  height: 80px;
  font-size: 13px;
  overflow: hidden;
  font-weight: 500;
}

@media(max-width:767px){
  #serviceads {
    padding-top:20px;
  }

  #serviceads .imgbox {
    margin-top:20px;
    height:150px;
  }

  #serviceads.eventpage .col-service {
    margin-top:0;
  }

  #serviceads.eventpage .imgbox {
    margin-bottom: 20px;
  }

  #serviceads.eventpage .imgbox img {
    width:100%;
  }
}

.backcustomer {
  padding-top:40px;
  position: relative;
}

.backcustomer.partypage {
  padding-top:20px;
}

#customerads {
  background-image: url('images/backcads.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center center;
  padding-bottom: 30px;
  position: relative;
  color:#fff;
  margin-bottom: 50px;
}

#customerads.coursepage {
  background-image: none;
  color:#000;
  margin-bottom: 0;
  padding-bottom: 0;
}

#customerads .headerbox.homecus {
  padding-top:30px;
}

#customerads .headerbox.homecus h2 {
  color:#fff;
}

#customerads .headerbox.homecus span {
  color:#e6e7e8;
}

#customerads.coursepage .headerbox {
  margin-bottom: 10px;
}

#customerads .owl-carousel {
  max-width:700px;
  margin:0 auto;
}

#customerads .owl-carousel .owl-prev,
#customerads .owl-carousel .owl-next {
  color:#fff !important;
  font-size:18px !important;
}

#customerads .owl-carousel .owl-prev {
  left:-50px;
}

#customerads .owl-carousel .owl-next {
  right:-50px;
}

#customerads.coursepage .owl-carousel .owl-prev,
#customerads.coursepage .owl-carousel .owl-next {
  color:#b7b7b7 !important;
}

#customerads.coursepage .owl-carousel .owl-prev {
  left:-10px;
}

#customerads.coursepage .owl-carousel .owl-next {
  right:-10px;
}

#customerads .img-box {
  float:right;
  width:220px;
  border-radius: 50%;
  height:220px;
  overflow: hidden;
  border:8px solid #e1e1e1;
}

#customerads.coursepage .img-box {
  float:none;
  margin:0 auto;
}

#customerads .img-box img {
  width: 100%;
  height:100%;
}

#customerads .item {
  position: relative;
}

#customerads .contact-box {
  max-width:420px;
  padding:30px 15px 20px 15px;
}

#customerads.coursepage .contact-box {
  padding:0 15px 20px 15px;
  max-width: 450px;
  height: 165px;
  overflow: hidden;
  margin: auto;
}

#customerads .name {
  font-family: 'UTMAvo', 'Roboto', sans-serif;
  font-size:16px;
}

#customerads.coursepage .name {
  margin-bottom: 6px;
  margin-top:15px;
  text-align: center;
  color:#c69b51;
}

#customerads .name span {
  font-family: 'UTMAvoRegular', 'Roboto', sans-serif;
  font-size:20px;
}

#customerads.coursepage .name span {
  color:#808285;
}

#customerads .content {
  font-size:14px;
  line-height: 1.5;
  margin-top:20px;
  position: relative;
  overflow: visible;
}

#customerads.coursepage .content {
  margin-top:10px;
}

#customerads .content::before {
  content:'â€œ';
  font-weight: bold;
  font-size:24px;
  position: absolute;
  top:-5px;
  left:-13px;
}

#customerads .content::after {
  content:'â€œ';
  font-weight: bold;
  font-size:24px;
  position: absolute;
  bottom:-8px;
  right:-13px;
}

@media(max-width:767px){
  #customerads .img-box {
    width:150px;
    height:150px;
  }
}


#process {
  margin:0;
  padding-bottom: 50px;
}

#process .headerbox {
  margin-top:0;
}

#process .process-list {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  margin:0 -15px;
}

#process .process-item {
  min-width: 200px;
  max-width: 300px;
  flex-basis: auto; /* default value */
  flex-grow: 1;
  padding:0 15px;
  align-self: flex-end;
  position: relative;
}

#process .title {
  background-color:#c69b51;
  color:#fff;
  text-align: center;
  padding:15px 10px;
  font-family: 'UTMAvoRegular', 'Roboto', sans-serif;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border:1px solid #c69b51;
}

#process .title strong {
  display: block;
  font-family: 'UTMAvo', 'Roboto', sans-serif;
  text-transform: uppercase;
}

#process .brief {
  font-size:14px;
  border:1px solid #e1e1e1;
  border-top:none;
  text-align: center;
  padding:15px 15px 25px 15px;
  line-height: 23px;
}

#process .brief .content {
  height:70px;
  overflow: hidden;
}

#process .open {
  position: absolute;
  bottom:-18px;
  text-align: center;
  left:0;
  right:0;
}

#process .open a {
  display: inline-block;
  width:36px;
  height:36px;
  color:#ed1c24;
  padding:2px 5px;
  font-size: 18px;
  border-radius: 50%;
  border:1px solid #e1e1e1;
  background-color: #fff;
}

.modal-process {
  max-width:300px;
}

@media(max-width:767px) {
  #process .process-list {
    display: block;
  }

  #process .process-item {
    flex-grow:0;
    align-self:auto;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

#step {
  margin:0;
  padding-bottom: 25px;
  padding-top:20px;
}

#step .step-box {
  background-color: #ebebeb;
  padding-bottom: 30px;
  margin-top:50px;
}

#step .step-list {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  margin:0 -15px;
  border-top:1px solid #000;
}

#step .step-item {
  min-width: 200px;
  max-width: 300px;
  flex-basis: auto; /* default value */
  flex-grow: 1;
  padding:0 15px;
  align-self: flex-end;
  position: relative;
}

#step .imgbox {
  margin-top:-35px;
  height:70px;
  text-align: center;
}

#step .imgbox a {
  width:70px;
  height:70px;
  display: inline-block;
  background-color:#fff;
  border:3px solid #c69b51;
  border-radius: 50%;
  overflow:hidden;
  padding:5px;
}

#step .imgbox img {
  width:100%;
  height:100%;
}

#step .title {
  text-align: center;
  padding:15px 10px;
  font-family: 'UTMAvo', 'Roboto', sans-serif;
  font-size: 14px;
}

#step .title a {
  color:#c69b51;
}

#step .title strong {
  display: block;
  font-family: 'UTMAvo', 'Roboto', sans-serif;
  text-transform: uppercase;
}

#step .content {
  font-size:14px;
  text-align: center;
  padding:0 15px 0 15px;
  line-height: 23px;
  height:80px;
  overflow: hidden;
}

@media(max-width:767px){
  #step .step-list {
    flex-flow: row wrap;
  }

  #step .step-item {
    margin-bottom: 25px;
  }
}


.main {

}

.main.index {
  padding-top:40px;
}

.main .col-right {
  padding-left:15px;
}

@media screen and (min-width:0px) and (max-width:768px) {
  .main .col-right {
    padding-left:15px;
  }
}

@media(min-width:1200px){
  .main .col-right {

  }
}


.main ._box {
  margin-bottom:25px;
  width: 100%;
}

.main ._box .box-title {
  background-color:#e6c281;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 19px;
  padding: 10px 12px;
  text-align: center;
}

.main ._box .box-category-title {
  background-color: #ebebeb;
}

@media(max-width:991px){
  .main ._box {
    width: 100%;
    margin-bottom: 5px;
  }

  .main ._box .box-title {
    margin-bottom: 5px;
    border-bottom: none;
  }
}


.main ._box .box-title a {
  display: block;
  color: #fff;
}

.main ._box .box-title a:hover, .main ._box .box-title a:active {

}

.main ._box .box-category-title a {
  color:#13397c;
}

.main ._box .box-content {
  padding:0;

  border:1px solid #e1e1e1;
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
  transition: all 2s ease-in;
}

@media(max-width:991px){
  .main ._box .box-content {

  }

  .main ._box.active .box-title {
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 10px;
  }

  .main ._box.active .box-content {
    -webkit-transition: all 2s ease-in;
    -moz-transition: all 2s ease-in;
    -o-transition: all 2s ease-in;
    transition: all 2s ease-in;

    height: auto;
    overflow: auto;
    padding: 0;
  }
}

.main ._box .owl-carousel {
  padding:5px 18px;
}

.main ._box ul {
  list-style: none;
}

.main ._box .banner {

}

.main ._box .banner img {
  width:100%;
  margin-bottom: 35px;
}

@media(max-width:991px){
  .main ._box .banner img {
    width: 50%;
    float: left;
    padding: 10px;
  }
}

.main .topbanner {
  width:100%;
  background-size: cover;
  height: 580px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #191e2a;
}

.main .topbanner.smallbanner {
  height:180px;
  background-size: 100% auto;
}

.main .topbanner h1, .main .topbanner h2, .main .titlebig strong {
  margin: 0;
  padding-top: 0;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 38px;
  font-family: 'UTMPenumbraBold', 'Roboto', sans-serif;
  display: block;
  line-height: 60px;
  text-align: center;
  text-shadow: 3px 3px 2px #303030;
  display: none;
}

@media(max-width:1199px){
  .main .topbanner {
    height:150px;
    background-size: cover;
  }

  .main .topbanner.smallbanner {
    height:150px;
    background-size: 100% 100%;
  }

  .main .topbanner h1, .main .topbanner h2, .main .topbanner strong {
    padding-top:5px;
    font-size:26px;
  }
}

.main .homeproduct h1 {
  font-family: 'AvenirNext';
  font-size:30px;
  margin:60px 0 60px 0;
  text-transform: uppercase;
  text-align: center;
}

.main .homeproduct .cat-show {
  background-color:#d6e4f2;
  position: relative;

  background-image: url('images/dem.png');
  background-position: -50px 150%;
  background-repeat: no-repeat;

  padding: 10px 0 0 0;
}

.main .homeproduct .cat-show:nth-child(2n+1) {
  background-image: url('images/pillow.png');
  background-position: 110% bottom;
}

.main .homeproduct .cat-show h2 {
  text-align: center;
  margin:15px 0;
}

.main .homeproduct .cat-show h2 a {
  text-transform: uppercase;
  font-family: 'AvenirNext';
  font-size:28px;
  color:#3f3f3f;
}

.main .homeproduct .cat-show .description {
  margin:50px auto 50px auto;
  text-align: center;
  font-size:14px;
  line-height: 1.5;
}

.main .homeproduct .cat-show .image-show {
  position: static;
}

.main .homeproduct .cat-show .image-show img {
  width: 100%;
}

.main .homeproduct .cat-show .view-more-home {
  text-align: center;
  margin-top:70px;
}

@media(min-width:992px){

  .main .homeproduct .cat-show {
    padding: 30px 0 80px 0;
    position: relative;
  }

  .main .homeproduct .cat-show .image-show {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
  }

  .main .homeproduct .cat-show:nth-child(2n+1) .image-show {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
  }

  .main .homeproduct .cat-show .description {
    min-height: 200px;
    width:80%;
  }

  .main .homeproduct .cat-show .image-show img {
    height: 100%;
  }
}

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

.main .category_box ul img {
  width:17px;
  height:17px;
  margin-right:15px;
  vertical-align: middle;
}


.main .category_box ul li a {
  font-weight: bold;
  color: #222;
  padding: 8px 15px;
  border-bottom: 1px dashed #eaeaea;
  display: block;
  font-size: 14px;
}

.main .category_box ul li:last-child a {
  border-bottom: none;
}

.main .category_box ul li a:hover {
  text-decoration: none;
  color:#c69b51;
}

.main .category_box ul li.active a {
  color: #c69b51;
  font-weight:bold;
}

.main .mostview_box ul {
  padding:10px 0 0 0;
  list-style: none;
}

.main .mostview_box li {
  margin-bottom:15px;
}

.main .mostview_box li::after {
  clear:both;
  display: block;
  content:'';
}

.main .mostview_box .img-thumb {
  width:30%;
  float:left;
  margin-right:10px;
}

.main .mostview_box .news-title {
  margin-left:35%;
}

.main .mostview_box .news-title a{
  font-size:13px;
}

.main .awards_box {

}

.main .awards_box .box-content {
  padding-top:15px;
}

.main .awards_box ul {
  padding:10px 10px 0 10px;
  text-align:center;
}

.main .awards_box li {
  margin-bottom:10px;
}

.main .awards_box .img-thumb {
  height:200px;
  overflow: hidden;

  position: relative;
  border:1px solid #ccc;
}

.main .awards_box .img-thumb img {
  width:100%;
  position: absolute;
  top:50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
}

.main .awards_box .news-title {
  padding:10px 0 0 0;
  text-align: center;
}

@media(min-width:1200px){
  .main .col-left {

  }
}

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

.main .widget_box ul li {
  border: 2px solid #E5E5E5;
  margin-bottom: 20px;
  height: 60px;
}

.main .widget_box ul li a {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 10px;
  text-transform: uppercase;
}

.main .widget_box ul li.hotline a span {
  color: #c71444;
  display: block;
  font-size: 20px;
  margin-top:3px;
}

.main .widget_box ul li a img.icon {
  float:right;
}

.main .products_box {

}

.main .products_box ul {
  padding:10px 10px 0 10px;
  text-align:center;
}

.main .products_box li {
  margin-bottom:10px;
}

.main .products_box .img-thumb img {
  width:100%;
  max-height:200px;
}

.main .products_box .news-title {
  padding:10px 0;
}

.main .products_box .news-title a {
  color:#222;
  font-weight:bold;
}

.main .products_box .news-title a:hover {
  color:#066c96;
}

.main .support_box .box-content {
  padding:10px 0 10px 0;
  font-size:12px;
  color:#000;
}

.main .support_box .box-content p {
  padding:0;
  line-height: 1.5;
  margin:0 0 10px 0;
}

.main .support_box .box-content div {
  margin-bottom:10px;
}

.main .support_box .box-content a {
  color:#01587d;
  font-weight:bold;
  vertical-align: middle;
  padding-top: 5px;
}

.main .support_box .box-content .email {
  margin-bottom: 5px;
  padding: 2px 0;
}

.main .support_box .box-content .email::before {
  background-image: url('images/support.png');
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  content: '';
  vertical-align: middle;
  margin-right: 3px;
  background-size: 100% 100%;
}

.main .support_box img {
  margin-right:15px;
}

.main .support_box strong {

}

.main .support_box .support_user {
  font-weight:bold;
}

.main .support_box p {
  clear:both;
  margin-top:10px;
  font-size:14px;
}

.main .support_box p i {
  margin-right:10px;
}

.main .agent_box {
  width: auto;
  top:55px;
}

@media(max-width:991px){
  .main .agent_box {
    display: none;
  }
}

.main .agent_box.affix-bottom {
  position: absolute;
  top: auto;
}

.main .agent_box .support_img img {
  width:100%;
}

.main .agent_box .menu_support ul {
  list-style: none;
  padding:0;
  margin:0;
}

.main .agent_box .menu_support ul li {
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

.main .online_box .box-content {
  padding:20px 20px;
}

.main .online_box i {
  margin-right:10px;
  font-size:16px;
  vertical-align: top;
}

.main .online_box .stats-left {
  width:70%;
  display: inline-block;
}

.main .online_box .stats-right {
  width:28%;
  display: inline-block;
  text-align:right;
}

.main .video_box .box-content {
  padding:20px 20px;
}

.main .video_box .video_title {
  font-size:13px;
}

.main ._box .category-product {
  border:1px solid #e1e1e1;
  padding:15px 10px;
  background-color:#e6c281;
  font-family: 'UTMSwiss', 'Roboto', sans-serif;
}

.main ._box .category-product ul {
  padding:0;
  margin:0;
}

.main ._box .category-product a {
  font-size:15px;
  padding:5px 0;
  display: block;
  color:#fff;
  text-transform: uppercase;
  font-weight: 500;
}

.main ._box .category-product > ul > li > a {
  color: #13397c;
  border-bottom: 1px solid rgb(196, 157, 100);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  line-height: 18px;
  padding: 8px;
  text-transform: none;
}

.main ._box .category-product > ul > li:first-child > a {
  border-top:none;
}

.main ._box .category-product > ul > li > a::before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  margin-right: 5px;
  font-size: 11px;
}


.main ._box .category-product > ul > li .imgbox {
  display: inline-block;
  width:26px;
  height:26px;
  margin-right:10px;
}

.main ._box .category-product > ul > li .imgbox img {
  max-width:100%;
  max-height: 100%;
}

.main ._box .category-product > ul > li .caret {
  float:right;
  margin-top: 10px;
}

.main ._box .category-product > ul > li:last-child > a {
  border-bottom: none;
}

.main ._box .category-product > ul > li > a:hover {
  background-color: #13397c;
  color:#e6c281;
}

.main ._box .category-product li ul {
  max-height: 0;
  overflow-y: hidden;

  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.main ._box .category-product li:hover ul {
  max-height: 500px;
  padding:5px 0 10px 18px;

  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.main ._box .category-product li.active ul {
  max-height: 500px;
  padding:5px 0 10px 22px;
  background-color: #f2f2f2;
}

.main ._box .category-product li ul a {
  padding:6px 9px;
}

.main ._box .category-product li ul a:hover {
  background-color: #c69b51;
  color: #fff;
}

.main ._box .category-product li.active > a {
  background-color: #c69b51;
  color:#fff;
}

.main ._box .feature-product {
  background-color: #f0f0f0;
}

.main ._box .feature-product ul {
  list-style:none;
  padding:0;
  margin:0;
}

.main ._box .feature-product ul li {
  padding:15px;
  border-bottom: 1px solid #ebebeb;
}

.main ._box .feature-product .img-box {
  width: 60px;
  float: left;
  margin-right: 15px;
}

.main ._box .feature-product .title-content {
  margin-left: 75px;
}

.main ._box .feature-product a.title-box {
  font-size:15px;
  margin-bottom: 10px;
}

.main ._box .feature-product .price-box {
  color: #f94b4b;
  font-size: 15px;
  font-weight: 400;
}


.main ._box .feature-news {
  background-color: #f0f0f0;
}

.main ._box .feature-news ul {
  list-style:none;
  padding:0;
  margin:0;
}

.main ._box .feature-news ul li {
  padding:15px;
  border-bottom: 1px solid #ebebeb;
}

.main ._box .feature-news .img-box {
  width: 65px;
  float: left;
  margin-right: 10px;
}

.main ._box .feature-news .img-box img {
  width:100%;
}

.main ._box .feature-news .title-content {
  margin-left: 75px;
}

.main ._box .feature-news a.title-box {
  font-size: 14px;
  margin-top:5px;
  margin-bottom: 10px;
  line-height: 12px;
}

.main ._box .feature-news .time {
  color: #a4a4a4;
  font-size: 12px;
  line-height: 20px;
  display: block;
}

.main ._box .house-product {
  padding:20px 20px;
  text-align: center;
  margin-bottom: 35px;
}

.main ._box .house-product img {
  max-width: 100%;
}

.main ._box .house-product ul {
  list-style: none;
  padding:0;
  margin:0;
}

.main ._box .house-product ul li,
.main ._box .house-product div.item {
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.main ._box .house-product ul li:last-child,
.main ._box .house-product div.item:last-child {
  border-bottom: none;
}

.main ._box .house-product .titlebox {
  margin:10px;
  height: 62px;
  overflow: hidden;
}

.main ._box .house-product .imgbox {
  height: 140px;
  overflow: hidden;
}

.main ._box .contact-content {
  font-size:14px;
}

.main ._box .contact-content ul {
  list-style: none;
  padding:0;
  margin:0 0 0 10px;
}

.main ._box .contact-content ul li {
  margin-bottom: 5px;
}


.main ._box .comment-box {
  padding:10px 10px;
}

.main ._box .comment-box::after,
.main ._box .comment-box ul li::after {
  clear:both;
  content:'';
  display: block;
}

.main ._box .comment-box ul {
  padding:0;
  margin:0;
  font-size:13px;
}

.main ._box .comment-box ul li {
  clear:both;
  border-top: 1px solid #ddd;
  padding:10px 0;
}

.main ._box .comment-box ul li:first-child {
  border-top:none;
}

.main ._box .comment-box ul li > div {
  float:left;
  width:50%;
}

.main ._box .comment-box ul li > div.namebox {
  width:55%;
  font-size: 12px;
}

.main ._box .comment-box ul li > div.phonebox {
  width:45%;
}

.course {
  margin:35px 0;
  font-size:14px;
}

.course .titlebox {
  margin-top:15px;
  font-weight: bold;
  font-size:16px;
}

.course .filterbox {
  margin-bottom: 15px;
}

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

.course .filterbox ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.course .filterbox ul li a {
  display: block;
  border-radius: 3px;
  color:#fff;
  background-color: #ed2228;
  text-transform: uppercase;
  font-size:16px;
  padding:5px 15px;
}

.course .filterbox ul li.active a {
  background-color: #ffbf01;
}

.course .table {
  margin-top:10px;
  font-size:15px;
}

.course .table a {
  color:#ed2228;
}

.course .table thead {
  font-size:15px;
  background-color:#ed2228;
  color:#fff;
}

.course .table th {
  padding-top:10px;
  padding-bottom: 10px;
}

.course .table .registerbt {
  text-align: center;
}

.course .table .registerbt a {
  background-color:#ed2228;
  color:#fff;
  padding:5px 15px;
  border:1px solid #ed2228;
}

.course .table .registerbt a:hover {
  background-color:#ee464b;
}

.product-show {
  margin-bottom: 20px;
}

.product-show .nav-tabs {
  margin:0 auto;
  border:none;
  background-color: #338fb1;
  border-bottom:2px solid #da2419;
}

.product-show .nav-tabs li {
  float:none;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

.product-show .nav-tabs li a{
  padding: 5px 22px;
  text-align: center;
  color:#fff;
  border-radius: 5px;
  border:none;
  margin-top:8px;
  margin-bottom:8px;
}

.product-show .nav-tabs li:first-child {

}

.product-show .nav-tabs li:first-child a {
  background-color: #da2419;
  color:#fff;
  border:none;
  border-radius: 0;
  padding-top: 9px;
  margin-top: -11px;
  margin-bottom: -11px;
  padding-bottom: 9px;
  font-size: 18px;
  border-bottom:2px solid #da2419;
}

.product-show .nav-tabs li:first-child img {
  margin-right:8px;
  height:23px;
}

.product-show .nav-tabs li:first-child:hover a{
  background-color: #b82118;
  color:#fff;
  border:none;
  border-bottom:2px solid #b82118;
}

.product-show .nav-tabs li:hover a{
  background-color: #fff;
  color:#338fb1;
  border:none;
}

.product-show .nav-tabs li.active {
  position: relative;
}

.product-show .nav-tabs li.active:before {
  content:'';
  display:block;
  left:0;
  right:0;
  bottom:0;
  margin-left:auto;
  margin-right:auto;
  position: absolute;
  width:8px;
  height:7px;
  background-image:url('images/triangle.png');
}

.product-show .nav-tabs li.active a {
  background-color:#fff;
  color:#338fb1;
  position: relative;
}

.product-show .nav-tabs > li.active > a, .product-show .nav-tabs > li.active > a:focus, .product-show .nav-tabs > li.active > a:hover {
  border:none;
}

.product-show .tab-content {
  padding:25px 20px;
  border-left:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  border-right:1px solid #dddddd;
  margin-bottom:25px;
}

@media(min-width:992px){
  .product-show .row > div:nth-child(4n+1) {

  }

  .product-related .row > div:nth-child(4n+1) {

  }
}

.product-show .col-product {
  margin-bottom: 26px;
  transition: ease 0.35s;
  -webkit-transition: ease 0.35s;
  -moz-transition: ease 0.35s;
  -ms-transition: ease 0.35s;
  -o-transition: ease 0.35s;
  /* text-align: center; */
  /* border-radius: 5px; */
  /* box-shadow: 2px 0 5px #c4c4c4; */
  /* border-bottom: 2px solid #fff; */
  overflow: visible;
  background-color: #f3f4f4;
}

.product-show .col-product:hover {
  /* border-bottom: 2px solid #2a62bc; */
}

.product-show .col-product .right-box {
  padding: 0 15px 0 0;
}

.product-show .col-product .product-image {
  text-align:center;
  display: block;
  width:100%;
  height: 220px;
  overflow:hidden;
  position: relative;
}

.product-show .col-product .product-image a {
  display: block;
}

.product-show .col-product .product-image img {
  /* max-width:100%; */
  transition: ease 0.35s;
  -webkit-transition: ease 0.35s;
  -moz-transition: ease 0.35s;
  -ms-transition: ease 0.35s;
  -o-transition: ease 0.35s;

  min-width: 100%;
  min-height: 100%;

  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top:50%;
  left: 50%;
  max-width: 105%;
}

@media(max-width:991px){
  .product-show .col-product .product-image img {
    height: auto;
  }
}

.product-show .col-product:hover img {
  transform: translate(-50%, -50%) scale(1.066);
  -webkit-transform: translate(-50%, -50%) scale(1.066);
  -moz-transform: translate(-50%, -50%) scale(1.066);
  -o-transform: translate(-50%, -50%) scale(1.066);
  -ms-transform: translate(-50%, -50%) scale(1.066);
}

.product-show .col-product .price-box {
  font-size: 19px;
  font-family: 'UTMAvo', 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 42px;
  text-align: center;
  background-color: #dedfe0;
  margin-top: 0;
}

.product-show .col-product .out-service {
  border-top: 4px solid #fff;
  padding:6px 15px;
  text-align: center;
  font-weight: bold;
  color:#7a7a7a;
}

.product-show .col-product .order-row {
  padding: 5px 10px 5px 10px;
  border-top: 4px solid #fff;
  overflow: visible;
}

.product-show .col-product .order-row .row {
  margin:0 -10px;
  overflow: visible;
}

.product-show .col-product .order-row .row > * {
  padding:0 10px;
}

.product-show .col-product .order-row label {
  font-size: 12px;
  display: block;
  padding: 10px 0;
  text-align: center;
  font-weight: normal;
  height: 50px;
  margin: 0 0 20px 0;
  position: relative;
}

.product-show .col-product .order-row label.rate {
  text-transform: uppercase;
  background-color: #dedfe0;
  margin: 0;
  height: 60px;
}

.product-show .col-product .order-row label.rate .circle {
  display: block;
  width: 12px;
  height: 12px;
  border: 4px solid #000;
  background-color: #fff;
  border-radius: 50%;
  margin: 4px auto;
}

.product-show .col-product .order-row label.rate .info-rate {
  position: relative;
  display: inline;
}

.product-show .col-product .order-row label.rate  .info-rate i.fa {
  margin-left: 5px;
}

.product-show .col-product .order-row label.rate  .info-rate .rate-content {
  position: absolute;
  background-color: #fff;
  right:0;
  min-width: 300px;
  padding:10px;
  text-align: left;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #ccc;
  z-index: 1;
  display: none;
}


.product-show .col-product .order-row label.rate .info-rate:hover .rate-content {
  display: block;
}

.product-show .col-product .order-row label::after {
  content:'';
  display: block;
  position: relative;
  bottom:-10px;
  height: 1px;
  background-color: #fff;
  left: -10px;
  /* z-index: 200; */
  width: calc(100% + 20px);
}

.product-show .col-product .room-box {
  /* text-align: center; */
  /* max-width: 200px; */
  /* margin: 55px auto; */
  /* margin: 9px 0; */
}

.product-show .col-product .room-box .room {
  /* display: inline-block; */
  /* width: 70%; */
}

.product-show .col-product .room-box label {
  /* width: 30%; */
}
.product-show .col-product .room-box select {
  /* display: inline-block; */
  /* width: 65%; */
  /* margin-bottom: 15px; */
  /* margin: 0 15px; */
  border-radius: 0;
}

.product-show .col-product .submit-button {
  /* display: inline-block; */
  /* width: 29%; */
  margin: 11px 0 0 0;
}

.product-show .col-product .submit-button button {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  background-color: #000;
  /* border:1px solid #c69b51; */
  line-height: 24px;
  width:100%;
  border-radius: 0;
  box-shadow: 5px 5px 10px 3px #c9c9c9;
  border: none;
}

.product-show .col-product .room-box button:hover {
  background-color: #878787;
}

.product-show .col-product .product-cat {
  color:#979797;
  font-size:13px;
  margin:10px 0 1px 0;
  text-align: center;
}

.product-show .col-product .product-title a {

}

.product-show .col-product .product-title a:hover {

}

.product-show .col-product .product-description {
  font-size:14px;
  text-align:center;
  width:80%;
  margin:10px auto;
  height: 60px;
  overflow: hidden;
}

.product-show .col-product .product-buy {
  margin:2px 0 10px 0;
  text-align:center;
}

.product-show .col-product .product-buy a {
  padding:1px 6px;
  /*margin-right:5px;*/
  font-size:13px;
  display:inline-block;
  margin-bottom:5px;
}

.product-show .col-product .product-buy a.price {
  color: #eb2525;
  font-size: 14px;
  font-weight: 500;
}

.product-show .col-product .product-buy a.detail {
  color:#dc3d35;
}

.product-show .addon-box {
  background-color: #e6e7e8;
  font-size: 16px;
  min-height: 420px;
}

.product-show .addon-box .img-box {
  position: relative;
  height:180px;
  overflow: hidden;
}

.product-show .addon-box .img-box img {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width:auto;
  height:auto;
  max-width: 100%;
}

.product-show .addon-box .cat-box {
  padding:15px 20px;
  font-size:14px;
}

.product-show .addon-box .cat-box .titlebox {
  text-align: center;
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
  font-size: 19px;
  padding:0 0 10px 0;
  font-weight: bold;
  color: #676767;
}

.product-show .addon-box .cat-box .pricebox {
  text-align: center;
  background-color: #dedfe0;
  font-weight: 900;
  width: 100px;
  padding:5px 15px;
  margin: 0 auto 12px auto;
}

.product-show .addon-box .cat-box .brief {
  height:100px;
  overflow: hidden;
  font-size: 13px;
  margin: 0 0 15px 0;
}

.product-show .addon-box .cat-box .submit-button {
  text-align: center;
}

.product-show .addon-box .cat-box .submit-button .btn {
  background-color: #000;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
}

.product-show .addon-box .number-quantity {
  font-size:13px;
  margin:0 0 6px 0;
}

.product-show .addon-box .quantity {
  text-align: center;
  font-weight: 500;
  margin: 0 0 15px 0;
  background-color: #d9d9d9;
}

.product-show .addon-box .quantity > span {
  float:left;
  width:50%;
  display:block;
}

.product-show .addon-box .quantity > span:last-child {
  text-align: center;
  line-height: 30px;
}

.product-show .addon-box .quantity::after {
  clear:both;
  content:'';
  display: block;
}

.product-show .addon-box .quantity select,
.product-show .addon-box .quantity input {
  display: inline-block;
  width:100%;
  text-align: center;
  font-size:13px;
  border-radius: 1px;
  height:33px;
  margin: 0;
}

.product-show .col-office {
  margin:10px 0 20px 0;
}

.product-show .col-office h3 {
  font-family: 'AvenirNext';
  font-size:17px;
  margin:10px 0 10px 0;
}

.product-show .col-office .image {
  margin-bottom: 20px;
  height: 110px;
  text-align: center;
}

.product-show .col-office .image img {
  height:100%;
  max-width: 100%;
}

.product-show .col-office > div {
  margin-bottom:8px;
  font-size:15px;
}

.product-show .col-office > div strong {
  color:#666666;
  margin-right:5px;
  font-size:17px;
  vertical-align: middle;
  width:20px;
  display: inline-block;
}

.product-show .table-room {

}

@media(max-width:991px){
  .product-show .col-product .price-box {
    /* line-height: 15px; */
    margin: 0;
  }

  .product-show .col-product .room-box {
    margin: 7px auto;
  }

  .product-show .col-product .right-box {
    padding:0 15px;
  }
}

#officeModal .img-show img {
  width:100%;
}

#officeModal .office-content h3 {
  font-family: 'AvenirNext';
  font-weight: bold;
  font-size:18px;
  margin:0 0 10px 0;
}

#officeModal .office-content > div {
  margin-bottom: 10px;
  font-size:16px;
}

#officeModal .office-content strong {
  color: #666666;
  margin-right: 5px;
  font-size: 17px;
  vertical-align: middle;
  width:20px;
  display: inline-block;
}

.product-list .cityrow {
  margin-top:10px;
  margin-bottom: 25px;
}

.product-list .cityrow form > div {
  margin-bottom: 15px;
}

.product-list .cityrow select {
  margin-left: 20px;
  padding:5px 10px;
  width:150px;
}

.logo-brand {
  text-align:center;
  margin:10px 0 20px 0;
  border:1px solid #e2e2e2;
  padding:15px 15px 15px 15px;
}

.logo-brand img {
  margin-right:5px;
  display:inline-block;
  vertical-align: middle;
  width:85px;
  height:85px;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-prev,.owl-carousel .owl-next{
  position: absolute;
  font-size: 24px !important;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  padding: 4px !important;
  background: transparent !important;
  color: #e6c281 !important;
  font-weight: bold;
}
.owl-carousel .owl-prev{left: -5px}
.owl-carousel .owl-next{right: -5px}


#bottomhotline {

}

#bottomhotline .buttonbottom {
  bottom: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 35px;
  padding: 0 20px;
  position: fixed;
  right: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
}

#bottomhotline .buttonbottom a {
  color: #FFF;
  background: #C90000;
  border-radius: 2px;
  margin-right: 15px;
  padding: 6px 20px;
}

#bottomhotline .buttonbottom a:last-child {
  margin-right: 0;
}

#bottomhotline .buttonbottom a.baogia {
  background: #000;
}

#bottomhotline .requestprice {
  display: none;
  width:500px;
}

@media(max-width:767px){
  #bottomhotline .buttonbottom {
    padding:0;
  }

  #bottomhotline .buttonbottom a {
    padding: 5px 10px;
    margin-right: 10px;
  }

  #bottomhotline .buttonbottom a:last-child {
    margin-right: 0;
  }

}

#intropage {
  padding-top:15px;
  padding-bottom: 15px;
  font-size: 14px;
}

#intropage img {
  max-width:100%;
}

#intropage .header-intro {
  font-weight:500;
  font-size:22px;
  padding:5px 0;
  margin:15px 0 20px 0;
  color:#000;
}

#intropage .header-intro::before {
  border-left: 3px solid #ff9330;
  height:70px;
  content:'';
  display: inline;
  margin-right:15px;
}

#intropage .intro-brief *::first-letter {
  font-size: 30px;
  line-height: 40px;
  padding-top: 0;
  padding-right: 2px;
  padding-left: 0;
}

#intropage .action-content {
  margin:25px 0 15px 0;
}

#intropage .action-content .nav-tabs {
  border:none;
  margin-bottom: 15px;
}

#intropage .action-content .nav-tabs .icon {
  height: 25px;
  margin-right: 8px;
  float: left;
  position: relative;
}

#intropage .action-content .nav-tabs .icon img {
  height: 100%;
}


#intropage .action-content .nav-tabs li {
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 500;
  font-size:14px;
}

#intropage .action-content .nav-tabs li a {
  display: block;
  border: 1px solid #ededed;
  border-radius: 0;
  margin:0;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 21px;
}

#intropage .action-content .nav-tabs li a:hover {
  border:none;
  background-color: #ff9330;
  color:#fff;
  border: 1px solid #ededed;
}

#intropage .action-content .nav-tabs li a:hover img {
  filter:grayscale(100%) brightness(200%);
  -webkit-filter:grayscale(100%) brightness(200%);
}

#intropage .action-content .nav-tabs li a::after {
  content:'';
  clear:both;
  display: block;
}

#intropage .nav-tabs > li.active > a,
#intropage .nav-tabs > li.active > a:focus,
#intropage .nav-tabs > li.active > a:hover {
  /* border: 1px solid #ff9330; */
  color:#fff;
  background-color: #ff9330;
}

#intropage .nav-tabs > li.active .icon img {
  filter:grayscale(100%) brightness(200%);
  -webkit-filter: grayscale(100%) brightness(200%);
}

#intropage #product-carousel {
  margin:35px 0 35px 0;
}

#intropage #product-carousel img {
  max-height: 100px;
}

#intropage .service-content {
  margin-bottom: 25px;
  margin-top: 25px;
}

#intropage .service-content .nav-tabs .icon {
  height: 20px;
  margin-right: 8px;
  float: left;
  position: relative;
}

#intropage .service-content .nav-tabs .icon img {
  height: 100%;
}

#intropage .service-content .nav > li {
  text-transform: uppercase;
}

#intropage .service-content .nav-tabs {
  border:none;
  margin-bottom: 15px;
}

#intropage .service-content .nav-tabs li a {
  display: block;
  border: 1px solid #ededed;
  border-radius: 0;
  margin:0;
  padding:6px 10px;
}

#intropage .service-content .nav-tabs > li.active .icon img {
  filter:contrast(100%) brightness(200);
  -webkit-filter:contrast(100%) brightness(200);
}

#intropage .service-content .title {
  font-weight:500;
  margin-bottom: 15px;
  text-transform: uppercase;
  color:#000;
  font-size:17px;
}

#intropage #cert-carousel {
  margin:25px 0;
}

#intropage .view-more a {
  color: #ff9330;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 5px 10px;
}

#intropage .view-more a:hover {
  background-color: #ff9330;
  color: #fff;
}

@media(min-width:992px){
  #intropage #product-carousel img {
    max-height: 180px;
  }

  #intropage .action-content .nav-tabs li {
    width:20%;
    font-size:16px;
  }

  #intropage .action-content .nav-tabs .icon {
    height:45px;
  }

  #intropage .action-content .nav-tabs li a {
    padding: 10px 15px;
    font-size: 13px;
    letter-spacing: -0.5px;
    line-height: 44px;
  }

  #intropage .service-content .nav > li {
    display: block;
    float:none;
  }

  #intropage .service-content .nav-tabs .icon {
    height:32px;
  }

  #intropage .service-content .nav-tabs li a {
    padding:10px 15px;
    line-height: 43px;
  }
}

.backtotop {
  background: #000 none repeat scroll 0 0;
  bottom: 52px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  height: 36px;
  padding: 2px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 36px;
  z-index: 99;
  border-radius: 2px;
  cursor: pointer;
}

.backtotop .fa {
    display: block;
}

.baogiabox {

}

.baogiabox .title {
  font-weight: bold;
  text-transform: uppercase;
  font-size:16px;
  margin-bottom: 10px;
}

.baogiabox #baogia {
  max-width: 620px;
}

.baogiabox #baogia .car_choose::after {
  content:'';
  display: block;
  clear:both;
}

.baogiabox #baogia .car_choose ul {
  list-style: none;
  padding:0;
  margin:0;
}

.baogiabox #baogia .car_choose ul li {
  width: 50%;
  float:left;
}

.baogiabox #baogia .car_choose ul li input, .baogiabox #baogia .car_choose ul li label {
  display: inline;
  width:auto;
  height: auto;
  font-weight: normal;
}

.baogiabox #baogia .car_choose ul li input {
  margin-right: 5px;
}

.baogiabox #baogia button.submit {
  background: #222 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-weight: bold;
  padding: 8px 25px;
  text-transform: uppercase;
}

.baogiabox #baogia h3 {
  border-bottom: 2px solid #555;
  color: #222;
  font-size: 18px;
  margin-top:0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.baogiabox .success {
  color:#00b807;
  text-align: center;
}

.baogiabox .error {
  color:#ff0000;
}

footer {
  background-color: #2d3a45;
  background-image: url('images/back-footer.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #1a1f2b;
  position: relative;
}

footer p {
  margin-bottom: 5px;
}

footer .topfooter {
    position: relative;
    padding:40px 15px 55px 15px;
    font-size:13px;
}

footer .bottom-visited {
  position: relative;
  text-align: right;
}

footer .copyright {
  padding-top:4px;
  text-transform: uppercase;
  /* color:#000; */
  font-weight: 500;
  /* font-family: 'UTMAvo', 'Roboto', sans-serif; */
  text-align: center;
}

footer .copyright a {
  color:#fff;
}

footer .topclick {
  z-index: 10;
  text-align: right;
  position: absolute;
  right: 0;
}

footer .topclick a{
  font-size:15px;
  color:#fff;
  background-color: #d98a04;
  border-radius: 50%;
  text-align: center;
  padding:0;
  width:30px;
  height:30px;
  display: inline-block;
  line-height: 27px;
}

footer .bottom-visited {
  display: inline;
  margin-right:15px;
  font-family: 'Roboto', sans-serif;
}


footer .col-title {
  font-size:17px;
  margin:10px 0 25px 0;
  text-transform: uppercase;
  font-weight:bold;
  font-family: 'AvenirNext';
}

@media(max-width:991px){
  footer .col-title {
    font-size:16px;
  }
}

footer .col-links ul {
  list-style:none;
  padding:5px 0;
}

footer .col-links ul li {
  padding:0 0 6px 0;
}

footer .col-links ul li a {
  color:#000;
  display:block;
  font-size:14px;
}

footer .social-network {
  margin:15px 0;
}

footer .social-network a {
  display: inline-block;
  width:200px;
  margin-right:15px;
}

@media(max-width:767px){
  footer .topclick {
    margin-top:15px;
  }

  footer .social-network a {
    width:30%;
    margin-right:2%;
  }
}

footer .social-network a::before {
  content:'';
  display: block;
  margin:0 auto;
  width:29px;
  height: 29px;
  background-image:url('images/social.png');
  padding-top:35px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
}

footer .social-network a.fb::before {
  background-position: center center;
}

footer .social-network a.yt::before {
  background-position: right center;
}

footer .social-network a.tw::before {
  background-position: left center;
}

footer .col-gallery ul {
  list-style:none;
  padding:0;
}

footer .col-gallery ul li {
  display:inline-block;
  margin-left:5px;
  margin-bottom:8px;
}

footer .col-gallery ul li img {
  width:60px;
  height:60px;
}

footer .bottombar {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  border-top: 1px solid #512f0d;
  position: relative;
}

@media(max-width:991px){
  footer .bottombar {
    text-align: center;
  }
}

footer .bottombar p {
  padding:0 0 5px 0;
  margin: 0;
}




footer .bottombar .bottommenu {
  margin-bottom: 10px;
}

footer .bottombar .bottommenu::after {
  content:'';
  display: block;
  clear:both;
}

footer .bottombar .bottommenu ul {
  list-style: none;
  margin: 0;
  padding:0;
}

footer .bottombar .bottommenu ul li {
  display: inline-block;
  position: relative;
  float: left;
  padding: 0 15px;
  margin: 0;
  line-height: 24px;
}

footer .bottombar .bottommenu ul li:first-child {
  padding-left: 0;
}

footer .col-contact {
  line-height:1.6;
}

footer .col-contact .col-title {
  letter-spacing: -1.18px;
  margin-top: 8px;
}

footer .col-contact .social-link {
  margin-top:20px;
}

footer .col-contact .social-link a {
  height: 27px;
  width: 27px;
  color: #ffffff;
  display: inline-block;
  line-height: 27px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  vertical-align: top;
  margin-bottom: 5px;
  border-radius: 50% !important;
  margin-left: 5px;
}

footer .col-contact .social-link a i.fa {
  font-size:15px;
}

footer .col-contact .social-link a.bt-facebook {
  background: #3b5998;
}

footer .col-contact .social-link a.bt-google {
  background: #d94a39;
}

footer .col-contact .social-link a.bt-twitter {
  background: #00bdec;
}

footer .col-contact .social-link a.bt-youtube {
  background: #c4302b;
}

footer .col-contact .social-link a:hover {
  background: #000;
}


footer #bottom-line {
  position: fixed;
  left: 0px;
  /* right: 0px; */
  bottom: 5px;
  height: 32px;
  z-index: 999999;
}

footer #callnow {
  display: block;
  float: left;
  border-right: 1px solid #BB1C21;
  margin-left: 10px;
  line-height: 32px;
  height: 32px;
  color: #fff;
  background: #B00309 url('images/hotline.png') no-repeat left 10px center;
  background-size: 24px auto;
  padding: 0 15px 0 42px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 16px;
}

.module {
  margin:15px 0;
}

.product-page {
  position: relative;
}

/* .product-page::after {
  position: absolute;
  left: 50%;
  top:0;
  bottom:0;
  right:0;
  background-color: #f1f2f2;
  content:'';
  display: block;
  z-index: -1;
} */

.product-detail {
  margin-top:20px;
}

@media(max-width:991px){
  .product-detail {
    margin-top:15px;
  }

  .product-page::after {
    display: none;
  }
}

.main .nav_bar {
  font-size: 13px;
  position: relative;
  overflow: hidden;
  margin-bottom: 3px;
  padding: 5px 0 10px 0;
  border-bottom: 1px solid rgba(224, 224, 224, 0.3);
}

.main .nav_bar a {
  color: #000;
  font-size:100%;
}

.main .nav_bar a:hover {
  color: #c69b51;
}

.main .nav_bar a::after {
  content:"/";
  display:inline-block;
  /* font: normal normal normal 14px/1 FontAwesome; */
  padding:0 10px;
  font-size: 12px;
  color: #000;
}

.main .nav_bar a:last-child {
  font-weight: bold;
}

.main .nav_bar a:last-child::after {
  content:'';
}

.main .nav_bar i {
  padding:0 10px 0 0;
}

.main .topbanner .nav_bar {
  margin-top:15px;
  text-align: right;
  display:none;
}

@media(min-width:992px) {
  .main .topbanner .nav_bar {
    margin-top:120px;
  }
}

.main .topbanner .nav_bar a {
  color:#fff;
  font-size: 14px;
}

.main .topbanner .nav_bar a:hover {
  text-decoration: underline !important;
}

.main .topbanner .nav_bar a::after {
  color:#fff;
}

.product-detail .detail-left {
  text-align:left;
}

.product-detail .detail-left img {
  /* max-width: 100%; */
}

.product-detail #product-info img {
  max-width: 100%;
}

.product-detail .top-cat {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 17px;
  color: #000;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 11px;
}

.product-detail .top-cat .cat-title {
  position: relative;
  text-transform: uppercase;
}

.product-detail .top-cat h1, .product-detail .top-cat h2 {
  font-size:17px;
  /* font-family: 'UTMAvo', 'Roboto', sans-serif; */
  font-weight: bold;
  color: #13387c;
  display: block;
  padding-bottom: 0;
  padding-top:0;
  margin-top:5px;
  padding-left: 0;
}

.product-detail .top-cat .description {
  font-size:13px;
  color:#444444;
  margin:15px 0;
}

.product-detail .detail-left > .row {

}

.product-detail .sort-cat {
  /*background-color: #efefef;*/
  /*border:1px solid #d3d3d3;*/
  padding:5px 0;
  /*margin-bottom: 25px;*/
}

.product-detail .product_page {
  padding:10px 0;
  margin:0 -15px;
}

.product-image-col {
  margin-bottom: 25px;
}

.product-image-col .title-gallery {
  text-align: center;
}

.product-image-col .title-gallery h3 {
  color: #00c0f7;
  margin:50px 0;
  font-size:31px;
  position: relative;
}

.product-image-col .title-gallery h3::after {
  content:'';
  display: block;
  width:60px;
  border-bottom:1px solid #00c0f7;
  margin:15px auto;
}

#owl-bigimg .item { margin:2px; color: #FFF; border-radius: 3px; text-align: center; }
#owl-thumbsimg .item { background: #C9C9C9; height:70px; line-height:70px; padding: 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; cursor: pointer; }
#owl-thumbsimg .item h1 { font-size: 18px; }
#owl-thumbsimg .current .item { /*background:#FF5722;*/ }
#owl-thumbsimg .item img {height:100%;}
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#owl-bigimg.owl-theme { position: relative; }
#owl-bigimg.owl-theme .owl-next, #owl-bigimg.owl-theme .owl-prev { background:#333; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#owl-bigimg.owl-theme .owl-prev { left: 10px; }
#owl-bigimg.owl-theme .owl-next { right: 10px; }
#owl-thumbsimg.owl-theme .owl-next, #owl-thumbsimg.owl-theme .owl-prev { background:#333; }

.product-detail .image-product {

  text-align:center;
  margin-bottom:15px;
  float:left;
  border: 1px solid #dfdfdf;
  padding:15px;
}

.product-detail .image-product img {
  display:inline-block;
}

.product-detail .more-images {

}


.product-detail ul.small_image {
  list-style:none;
  padding:0;
  margin:10px 0;
}

.product-detail ul.small_image li {
  margin-bottom: 5px;
  z-index: 1;
}

.product-detail ul.small_image li img {
  width: 80px;
  height: 60px;
}

.product-detail .carousel {
  float:left;
}

.product-detail .more-images .carousel a {
  border:1px solid #ccc;
  padding:3px;
  display: block;
}

.product-detail .more-images a i.fa {
  text-align: center;
}


.product-detail .more-images a.prev,
.product-detail .more-images a.next {
  display: inline-block;
  width: 60px;
  line-height: 1;
  color: #ccc;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 22px;
  border-radius: 8px;
  text-align: center;
}
.product-detail .more-images a.prev {
    text-indent: 10px;
}
.product-detail .more-images a.next {
    text-indent: 10px;
}
.product-detail .more-images a.prev:hover,
.product-detail .more-images a.next:hover {
    color: #c69b51;
}

.product-detail .product-image-col::after {
  clear:both;
  content:'';
  display: block;
}


@media(max-width:767px){
  .product-detail .carousel {
    float:none;
  }

  .product-detail .image-product {
    width:100%;
    float:none;
  }

  .product-detail .more-images {
    width:100%;
    padding-left: 0;
    float: none;
    right:auto;
    position: relative;
  }

  .product-detail ul.small_image li {
    width:22%;
    margin-right:3%;
    display: inline-block;
  }

  .product-detail .more-images .carousel a {
    display: inline-block;
    margin-bottom: 5px;
  }

  .product-detail .more-images a.prev,
  .product-detail .more-images a.next {
    display: none;
  }
}


.product-detail .network_ppage {
  margin: 15px 0;
  text-align: right;
  clear:both;
}

#fancybox-wrap, #fancybox-wrap *{
    -moz-box-sizing: content-box;
 -webkit-box-sizing: content-box;
      -o-box-sizing: content-box;
     -ms-box-sizing: content-box;
         box-sizing: content-box;
}

.product-detail .product-price-col {
  position: relative;
}

.product-detail .product-price-col h1 {
  line-height: 1.5;
  text-align:left;
  margin:0 0 10px 0;

  font-size: 17px;
  padding: 0;
  color: #000;
}

.product-detail .product-price-col .price_box {
  margin-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  padding: 2px 35px;
  margin-bottom: 30px;
  border: 1px solid #d2d2d2;
  text-align: right;
}

.product-detail .product-price-col .price_box .sale_price {
  font-size: 17px;
  line-height: 40px;
}

.product-detail .product-price-col .price_box .sale_price span {
  color: #bf7601;
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
  line-height: 1;
  display: inline-block;
  margin: 0 0 0 15px;
}

.product-detail .product-price-col .price_box .sale_price span strong {
  font-size:32px;
}

.product-detail .product-price-col .price_box > div {
  display:inline-block;
}

.product-detail .product-price-col .price_box .old_price {
  font-size:18px;
  margin-left:10px;
}

.product-detail .product-price-col .info_box {
  font-size:14px;
  text-align:left;
}

.product-detail .product-price-col .info_box div {
  display:inline-block;
  margin-right:5px;
  margin-bottom:4px;
  padding-right:5px;
  border-right:1px solid #ccc;
}

.product-detail .product-price-col .info_box div:last-child {
  border-right:0;
}

.full_price {display: inline-block; padding:2px 0;}

.product-detail .heading-tag {
  margin:0 0 10px 0;
}

.product-detail .heading-tag > * {
  margin:0;
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
  font-size:20px;
  font-weight: 700;
  line-height: 1.5;
}

.product-detail .desc_ppage {
  margin-bottom: 15px;
  /* border-radius: 5px; */
  position: relative;
  padding-bottom: 15px;
  text-align:left;
  line-height: 1.3;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.product-detail .desc_ppage p {
  margin:0;
  padding:5px 0;
}

.product-detail .product-info {
  font-size:14px;
}

.product-detail .info_property {
  margin-top:10px;
}

.product-detail .info_property p {
  margin-bottom: 12px;
}

.product-detail .info_property label {
  width: 100px;
  float: left;
  display: inline-block;
  font-weight: 500;
  color: #444;
}

.product-detail .info_property strong {
  font-weight: normal;
  margin-left: 10px;
}

.product-detail .info_property strong.price {
  color: #eb2525;
  font-size: 14px;
  font-weight: 500;
}

.shopping-cart .flash-success {
  font-size:15px;
  font-weight: 500;
}

.product-detail form {
  display:inline-block;
  width:100%;
  vertical-align: top;
  text-align:left;
  overflow: visible;
}

.product-detail .order-cart {
  border-bottom: 1px solid #eee;
  padding:7px 0;
}

.product-detail .order-cart .size-list {
  margin:0 0 10px 0;
}

.product-detail .order-cart .size-list span {
  margin-right: 15px;
  float:left;
  width:96px;
  margin-top: 7px;
}

.product-detail .order-cart .size-list .size-list-option {
  margin-left: 90px;
}

.product-detail .order-cart .size-list label {
  font-weight: normal;
  border:1px solid #ccc;
  padding:3px 5px;
  margin-right:8px;
  margin-bottom: 8px;
  cursor: pointer;
}

.product-detail .order-cart .size-list input {
  display: none;
}

.product-detail .order-cart .size-list input[type="radio"]:checked+label{
  border:1px solid #8b8b8b;
  background-color: #ccc;
}

.product-detail .order-cart p {
  width:45%;
  display:inline-block;
}

.product-detail .order-cart p span {
  width:45%;
  display:inline-block;
}

.product-detail .btnOrder {
  border:none;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 9px 0;
  background-color: #9e6b2a;
  border-radius: 3px;
  width: 100%;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
}

.product-detail form select {
  font-size: 14px;
  padding: 2px 5px;
  /* width:55%; */
  border: none;
  vertical-align: middle;
  height: 31px;
}

.product-detail form input[type="number"] {
  font-size: 15px;
  padding: 5px 0;
  text-align: center;
  margin-right: 10px;
  width:45%;
  border:1px solid #ccc;
}

.product-detail form .fa {
  margin-right:5px;
}

.product-detail .office_link {
  margin:15px 0;
  text-align: center;
}

.product-detail .office_link a {
  padding:8px 25px;
  background-color:#7a2717;
  border-radius: 5px;
  text-transform: uppercase;
  color:#fff;
  font-family: 'AvenirNext';
  font-size:14px;
}

.product-detail .office_link a i.fa {
  margin-right: 5px;
}

.product-detail #support_request_call {
  color:#bf7601;
  border-radius: 10px;
  display:inline-block;
  text-transform: uppercase;
  font-weight:500;
  text-align: center;
  width:100%;
  padding:5px 0;
}

.product-detail .button_book {
  text-align: right;
}

@media(max-width:991px){
  .product-detail .button_book {
    text-align: center;
  }
}

.product-detail .button_book a {

  color:#bf7601;
  text-transform: uppercase;
  text-align: center;
  padding:8px 28px;
  font-size:15px;
  margin:auto;
  display: inline-block;
  font-weight: 500;

  border:2px solid #bf7601;
  border-radius: 3px;

}

.product-detail #support_request_call strong {
  color:#ff0000;
  font-weight:bold;
  display:block;
  font-size:18px;
}

.product-detail .support_box {
  border: 1px dashed #CECECE;
  margin-bottom: 20px;
  padding: 10px 15px;
}

.product-detail .nav li a {
  color:#000;
  text-transform: uppercase;
  font-size:14px;
}

.product-detail .nav li.active a {
  font-weight:bold;
  color:#338fb1;
}

.product-detail .box-heading {
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
  font-size: 15px;
  color: #000;
}

.product-detail .tab-content {
  padding-top:15px;
  padding-bottom:15px;
  font-size: 14px;
}

.product-detail .tab-content img {
  max-width:100%;
}

.product-detail .product-related .other_product {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
  font-size: 15px;
  color: #000;
}

.product-detail .product-col {
  margin-bottom:10px;
}

.product-detail .product-col .product-image {
  min-height:150px;
  overflow: hidden;
  margin-bottom:10px;
}

.product-detail .product-col .product-image img {
  margin:auto 0;
  /* max-width:100%; */
  max-width: none;
}

.product-detail .product-col .product-title a {
  display:block;
  color:#000;
  /*height:45px;*/
  overflow:hidden;
}

.product-detail .product-tab {
  margin-left: 0;
  margin-right: 0;
}

.cart-right {
  background-color: #f3f4f4;
  padding: 10px 20px 20px 20px;
}

.cart-right.affix {
  position: relative;
}

@media(min-width:992px) {
  .cart-right.affix {
    top:100px;
    position: fixed;
    z-index: 0;
    min-width: 300px;
  }
}


.cart-right .title-cart {
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
  font-size:20px;
  text-transform: uppercase;
  border-bottom: 1px solid #aeafb1;
  padding:10px 0;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.cart-right .title-cart.small-title {
  font-size:16px;
}

.cart-right ._record {
  position: relative;
  border-bottom: 1px solid #aeafb1;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}

.cart-right ._record .name-cart {
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
  font-size:15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.cart-right ._record .info-order {
  /* padding:10px 0; */
}

.cart-right ._record .info-order::after {
  clear:both;
  content:'';
  display: block;
}

.cart-right ._record .info-order > p {
  float:left;
  width:50%;
  margin-bottom: 5px;
  line-height: 15px;
}

.cart-right ._record .price-cart {
  line-height: 22px;
}

.cart-right ._record .price-cart span {
  color: #ff0000;
}

.cart-right ._record .price-cart strong {
  float:right;
  font-weight: 700;
  color: #ff0000;
  font-size:16px;
}

.cart-right ._record .rm-cart {
  position: absolute;
  right:0;
  top:2px;
}

.cart-right .total-price {
  text-transform: uppercase;
  font-size:15px;
}

.cart-right .total-price label {
  font-weight: normal;
}

.cart-right .total-price strong {
  float:right;
  font-size:16px;
  color: #ff0000;
}

.cart-right .nav_shop {
  margin:15px 0 0 0;
}

.cart-right .nav_shop .btn {
  background-color: #000;
  border-radius: 0;
  color:#fff;
  font-weight: 500;
  padding:6px 22px;
  font-size:15px;
  box-shadow: 5px 5px 10px 3px #c9c9c9;
}

.cart-right .nav_shop .btn:hover {
  background-color: #878787;
}

.cart-right .book-date {
  font-size:15px;
  line-height: 30px;
  padding:15px 0 0 0;
}

.cart-right .book-date input {
  text-align: center;
}

.product_box {
  text-align:center;
}

.product_box .product-col {
  padding:10px;
}

.product_box .product-col .product-title a {
  height:auto;
}

.product_box .product-col .product-image {
  height:auto;
}

.cat-detail h1 {
  color:#222;
  text-transform: uppercase;
  text-align:left;
  padding:0;
  margin:0;
}

.cat-detail h1 strong {
  font-size:16px;
  text-transform: uppercase;
}

.cat-detail h1 a {
  color:#63be0b;
  margin-left:15px;
  font-size:14px;
}

.cat-detail .order-box {
  font-size:12px;
  color:#000;
  margin-top:0;
  position: absolute;
  right:0;
  top:-3px;
  padding-right: 0;
}

@media(max-width:500px){
  .cat-detail .order-box {
    position: relative;
  }
}

.cat-detail .order-box select {
  padding:5px 5px;
  width:150px;
  margin-left:10px;
  color:#000;
  text-transform: uppercase;
  font-size:11px;
  font-weight: normal;
  /*font-family: 'AvenirNext';*/
  border:1px solid #d7d7d7;
  margin: auto;
}

.cat-detail .product-list {
  padding: 15px 0 25px 0;
}

._pbox1 {
  margin-bottom:15px;
}

._pbox1 > p, ._pbox1 div > p {
  background: #f0f0f0;
  color: #000;
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin:0;
}

._pbox ul, ._pbox1 div ul {
  padding:0;
}

._pbox1 li a {
  padding: 2px 0;
  display: block;
  color: #444444;
}

._pbox1 li.active a, ._pbox1 li a:hover {
  color:#222;
  font-weight: bold;
}

._pbox1 ul.colorlist li {
  display: inline-block;
  width:50px;
  height:50px;
  margin:0 10px 10px 0;
  float: left;
}

._pbox1 ul.colorlist::after {
  content:'';
  display: block;
  clear:both;
}

._pbox1 ul.colorlist li a {
  width:100%;
  height:100%;
  padding:0;
  text-align: center;
  font-size:0px;

}

._pbox1 ul.colorlist li.all a {
  font-size:14px;
  padding-top:15px;
}

._pbox1 ul.colorlist li.active {
  border: 4px solid #b3b3b3;
}

._pbox1 .filter-box {
  padding-bottom: 0;
  padding-top: 0;
}

._pbox1 .filter-box .title-filter {
  color: #333;
  display: block;
  font-size: 16px;
  font-family: 'UTMAvoBold', 'Roboto', sans-serif;
  text-transform: capitalize;
  cursor: pointer;
  padding: 12px 15px 10px;
  background-color: #eceff1;
  border: 1px solid #cfd8dc;
  border-top: 1px solid #7d9dab;
  border-bottom: none;
  position: relative;
}



._pbox1 .filter-box .title-filter.active::after {
  content:'-';
}

._pbox1 .filter-box .showbox {
  display: none;
}

._pbox1 .filter-box ul {
  margin-bottom: 0;
  padding: 10px;
  max-height: 120px;
  overflow-y: auto;
}

._pbox1 .filter-box .nocheckbox  ul {
  max-height: none;
}

._pbox1 .filter-box ul::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

._pbox1 .filter-box ul::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,.1);
  border-radius: 3px;
}

._pbox1 .filter-box ul::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,.2);
}

._pbox1 .filter-box ul li {
  border-bottom: none;
}

._pbox1 .filter-box ul li a::before {
  content: "\f096";
  width: 12px;
  display: inline-block;
  text-align: right;
  margin-right: 11px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  vertical-align: middle;
  color:#ccc;
}

._pbox1 .filter-box .nocheckbox ul li a::before {
  display: none;
}


._pbox1 .filter-box ul li.active a::before {
  content: "\f046";
  color: #ed1c24;
}

._pbox1 .filter-box ul li a {
  display: block;
  font-weight: 400;
  color: #666;
  text-transform: capitalize;
  padding-right: 0;
}

._pbox1 .filter-box ul li a:hover {
  color:#ed1c24;
}

._pbox1 .filter-box ul li.active a {
  color:#ed1c24;
}

._pbox1 .filter-box .filter-price {
  padding: 15px 15px 20px 15px;
  border: 1px solid #cfd8dc;
}

._pbox1 .filter-box .filter-price .range-value {
  color: #2c2c2c;
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 500;
}

.list-news .banner_top {
  margin-bottom:22px;
}

.list-news .banner_top img {
  width:100%;
  box-shadow: 5px 10px 5px #888888;
}

.list-news .cat-brief {
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}

.list-news .news-list {
  padding-bottom: 20px;
}

.list-news h1 {
  font-size: 18px;
  padding: 8px 0 8px 0;
  color: #00a1f1;
}

.list-news .image-thumb {
  float: left;
  padding: 4px;
  margin-top:5px;
  border: 1px solid #e0e0e0;
  background: #fff;
  width:30%;
  overflow: hidden;
}

.list-news .image-thumb img {
  width:100%;
  max-height: 160px;
}

.list-news .news-col {
  margin-left:32%;
}

.list-news .news-item {
  margin-bottom:24px;
}


.list-news h3 {
  font-weight: 500;
  margin:2px 0 6px 0;
}

.list-news h3 a {
  color: #000;
  font-size: 16px;
}

.list-news h3 a:hover {
  color:#c69b51;
}

.list-news .info_news {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #888;
  display: block;
  padding-left: 15px;
  background: url('css/news/time.png') 0px 2px no-repeat;
}

.list-news .info_news a {
  color: #888;
}

.list-news .news-description a {
  color: #eb2525;
  font-style: italic;
  display: inline-block;
  padding-right: 12px;
  font-size: 11px;
  background: url('css/news/arrow.png') center right no-repeat;
}

.list-news .download {
  text-align:center;
}

.list-news .download a {
  color:#222;
}

.list-news #document-form {
  width:100%;
  margin-bottom:20px;
}

.list-news #document-form > div {
  min-height: 60px;
  vertical-align: middle;
}

.list-news #document-form .btn {
  position: absolute;
  bottom:0;
}

@media(max-width:767px){
  .list-news .image-thumb {
    width:40%;
    margin-bottom: 5px;
  }

  .list-news .news-col {
    margin-left: 0;
  }

  .list-news h3 {
    font-size: 16px;
    line-height: 1.3;
    margin-left:43%;
  }

  .list-news h3 a {
    font-size:14px;
  }

  .list-news .info_news {
    clear:both;
    margin-top: 10px;
  }
}

.table-document thead {
  background-color:#222;
  color:#fff;
}

.list-news .faq-cat {
  margin-bottom: 20px;
}

.list-news .faq-cat h3 {
  font-family: 'AvenirNext';
  font-size:24px;
  margin:0 0 20px 0;
  text-transform: uppercase;
  font-weight: bold;
  color:#696969;
}

.list-news .faq-cat dl dt {
  margin:10px 0 15px 0;
  font-family: 'AvenirNext';
  font-size:20px;
  border-bottom: 1px solid #ccc;
  padding:0 0 5px 0;
  cursor: pointer;
}

.list-news .faq-cat dl dt i.fa {
  float:right;
  color:#ccc;
}

.list-news .faq-cat dl dd {
  margin-bottom: 15px;
  display: none;
}

.list-video {

}

.list-video .video-list {
  margin-top:15px;
  margin-bottom: 15px;
}

.list-video .video-list .news-item {
  margin:15px 0;
}

.list-video .image-thumb {
  width:100%;
  height:200px;
}

.list-video .image-thumb iframe {
  width:100%;
  height:100%;
}

.list-video .news-col h3 {
  font-family: 'AvenirNext';
  font-weight: bold;
  font-size:16px;
  text-transform: uppercase;
  margin:10px 0 10px 0;
}

.list-album .tab-item {
  text-align: center;
}

.list-album .nav {
  display: inline-block;
  font-family: 'UTMAvo', 'Roboto', sans-serif;
  font-size:16px;
}


.list-album .nav li::after {
  content:'/';
  padding:0 10px;
  display: inline-block;
  color:#a7a9ac;
  font-size:22px;
  vertical-align: top;
}

.list-album .nav li:last-child::after {
  display: none;
}

.list-album .nav li a {
  color:#a7a9ac;
  padding:0;
  display: inline-block;
  font-size:22px;
}


.list-album .nav li.active a {
  background-color:transparent;
  font-weight: normal;
  color:#c69b51;
}

.list-album .nav li.active a::after {
  width: 100%;
  content: 'â—â—â—â—â—';
  display: block;
  text-align: center;
  color: #939598;
  font-size: 12px;
  letter-spacing: 2px;
}

.list-album .nav li a:hover {
  background-color:transparent;
}

.list-album .news-list {
  margin:20px -5px;
}

.list-album .news-list > * {
  padding:0 5px;
}

.list-album .news-item {
  margin-bottom:20px;
  position: relative;
  /* float:left; */
  /* width:25%; */
  padding:0;
  overflow:hidden;
}

.list-album .news-big {
  width:50%;
}

.list-album .news-item .image-thumb {
  height:240px;
  overflow:hidden;
  text-align: center;
  position: relative;
}

.list-album .news-big .image-thumb {
  height:420px;
}


.list-album .news-item .image-thumb img {
  transition: ease 0.35s;
  -webkit-transition: ease 0.35s;
  -moz-transition: ease 0.35s;
  -ms-transition: ease 0.35s;
  -o-transition: ease 0.35s;
  max-width: none;
  position: absolute;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  top:50%;
  left:50%;
  min-width: 100%;
  min-height: 100%;
}

.list-album .news-item:hover .image-thumb img {
  transform: translate(-50%,-50%) scale(1.066);
  -webkit-transform: translate(-50%,-50%) scale(1.066);
  -moz-transform: translate(-50%,-50%) scale(1.066);
  -o-transform: translate(-50%,-50%) scale(1.066);
  -ms-transform: translate(-50%,-50%) scale(1.066);
}

.list-album .news-item .news-col {
  position: absolute;
  bottom:0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.7);
  height: 0;
  padding:0;
  transition: ease 0.35s;
  -webkit-transition: ease 0.35s;
  -moz-transition: ease 0.35s;
  -ms-transition: ease 0.35s;
  -o-transition: ease 0.35s;
}

.list-album .news-item:hover .news-col {
  /* height:50px;
  padding:15px; */
}

.list-album .news-item .news-col h3 {
  display: block;
  text-align: center;
  font-family: 'UTMAvoRegular', 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  height: 30px;
  overflow:hidden;
  line-height:1.5;
}

@media(max-width:767px){
  .list-album .news-item {
    width:100%;
  }
}

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

.news_box ul li {
  padding:10px 5px;
  border-top: 1px dashed #ddd;
  clear:both;
}

.news_box ul li:after {
  content:'';
  clear:both;
  display:block;
}

.news_box .image-thumb {
  float: left;
  padding: 4px;
  border: 1px solid #e0e0e0;
  width: 30%;
}

.news_box .image-thumb img {
  width:100%;
}

.news_box .title-news {
  margin-left:32%;
}

.news_box .title-news a {
  color:#000;
  font-size:12px;
}

.news-detail .title_p {
  font-size: 21px;
  color: #222;
  margin: 0;
  display:inline;
}

.news-detail .news_page {
  text-align: left;
  padding:0;
  margin:15px 0;
  /*border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;*/
}

.news-detail .news_page h1 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  margin-top:0;
  padding-top:20px;
}

.news-detail .news_page .news_info {
  color: #999;
  margin-bottom: 15px;
  background: url('css/news/time.png') 0px 4px no-repeat;
  padding-left: 15px;
  font-size:13px;
}

.news-detail .news_page .news_info a {
  color: #999;
}

.news-detail .news_page .brief_news_page {
  margin-bottom: 20px;
}

.news-detail .news_page .content_news_page * {
  max-width: 100% !important;
}

.news-detail .news_page .content_news_page.page_one {

}

.news-detail .news_page .content_news_page::after {
  clear:both;
  display: block;
  content:'';
}

.news-detail .news_page .network_ppage {
  margin:15px 0;
}

.news-detail .news_page img {
  max-width:100%;
  height: auto !important;
}

.news-detail .news_page .course_detail {
  margin:15px 0 20px 0;
}

.news-detail .news_page .course_detail .title {
  font-weight: bold;
  font-family: 'UTMAvo', 'Roboto', sans-serif;
  font-size:18px;
  margin-bottom: 10px;
}

.news-detail .news_page .course_detail .title span {
  margin-left: 10px;
  font-family: 'Roboto', sans-serif;
}

.news-detail .news_page .course_detail .content {
  font-size:14px;
}

.news-detail .news_page .course_detail .content strong {
  min-width: 100px;
  display: inline-block;
  margin-left: 15px;
}

.news-detail .news_page .course_detail .content ul {
  margin-left:25px;
  padding:0;
}

.news-detail .tags_news_page {
  font-size:12px;
  margin:15px 0;
}

.news-detail .tags_news_page a {
  color:#000;
}

.news-detail .related_news_page {
  margin-top:15px;
}

.news-detail .title_related {
  font-size: 14px;
  border-bottom: 1px solid #d8d8d8;
  font-weight: bold;
  padding: 5px 0;
  margin: 15px 0;
  position: relative;
}

.news-detail .title_related strong {
  background: #fff;
  display: inline-block;
  position: absolute;
  padding-right: 5px;
  font-weight: 600;
  font-size: 15px;
  top:-2px;
}

.news-detail .related_news_page ul {
  list-style:none;
  padding:0;
}

.news-detail .related_news_page ul li {
  width:24%;
  display:inline-block;
  padding:10px 5px;
  vertical-align: top;
}

@media(max-width:767px){
  .news-detail .related_news_page ul li {
    width:48%;
  }
}

.news-detail .related_news_page ul li p {
  margin-bottom:5px;
}

.news-detail .related_news_page ul li p img {
  width:100%;
  padding:4px;
  height: 100px !important;
  border:1px solid #ccc;
}

.news-detail .related_news_page ul li a {
  font-size:12px;
}


.page-single {
  max-width: 800px;
  margin:0 auto;
  font-size:16px;
}

.page-single .top-cat {

}

.page-single .top-cat .cat-title > * {
  font-size:36px;
}

.news-detail .news_page .content_news_page .page-single {
  max-width: 800px !important;
}

.booking-form {

}

.booking-form .title-row {
  margin:30px 0 15px 0;
  border-bottom: 1px solid #d9d9d9;
}

.booking-form .title-row > * {
  text-transform: uppercase;
  font-size:18px;
  margin:0;
  padding:10px 0;
}

.booking-form label {
  font-weight: normal;
  font-size:14px;
  display: block;
}

.booking-form .form-box {
  margin:20px 0 0 0;
}

.booking-form .form-box input,
.booking-form .form-box select,
.booking-form .form-box textarea {
  border: 1px solid #eee;
  background: #f7f7f7;
  color: #777;
  padding: 6px 12px;
  font-size: 1em;
  border-radius: 0;
  box-shadow: none;
  width:100%;
  display: block;
}

.booking-form .form-box button {
  background-color: #20283c;
  border: none;
  text-transform: uppercase;
  padding:8px 15px;
}


.booking-form .form-row {
  margin-bottom: 15px;
}

.booking-form .form-row::after {
  clear:both;
  display: block;
  content:'';
}

.booking-form .form-row .half-input {
  max-width: 400px;
}

.booking-form .form-row .half-input.half {
  float:left;
  margin-right: 10px;
}

.booking-form .btn {
  font-size:15px;
  /* background-color: #000; */
}

.shop_page > h1 {
    font-size: 22px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    text-align: center;
    padding-right:15px;
}

.shop_page h3 {
    font-size:16px;
    font-weight:bold;
    text-transform: uppercase;
    margin: 15px 0 25px;
}

.shop_page table {
    border-collapse: collapse;
    margin: 0px;
    width: 100%;
    background: #fff;
}

.shop_page table a {
  color:#000;
}

.shop_page table th {
    border: 1px solid #e8e8e8;
    padding: 5px 10px;
    font-size: 15px;
    background: #f4f4f4;
    color: #444;
}


.shop_page table td {
    border: 1px solid #e8e8e8;
    padding: 5px 10px;
}

.shop_page table td img {
  width:80px;
  max-height:80px;
}

.shop_page table td:last-child, .shop_page table td:first-child  {
  text-align:center;
}

.shop_page table input[type="number"] {
  width: 50px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.shop_page table input[type="submit"] {
  border: 1px solid #ccc;
  padding: 5px 15px;
  font-size:13px;
}

.shop_page table .name-product {
  /* font-family: 'Roboto Slab', 'Roboto', sans-serif; */
  font-size:15px;
  margin: 0 0 8px 0;
}

.shop_page table .info-order::after {
  clear:both;
  content:'';
  display: block;
}

.shop_page table .info-order > p {
  float:left;
  width:50%;
  margin: 0 0 5px 0;
  line-height: 14px;
}

.shop_page table .price-vinacart span {
  color:#ff0000;
  font-weight: bold;
  font-size:15px;
}

.shop_page .nav_shop {
  text-align: right;
  margin:15px 0 25px 0;
}

.shop_page .nav_shop::after {
  clear:both;
  content: '';
}

.shop_page .nav_shop p {
  font-size:17px;
}

.shop_page .nav_shop p strong {
  color:#ff0000;
  font-weight:bold;
}

.shop_page .nav_shop a {
  display: inline-block;
  background: #444;
  padding: 5px 15px;
  color: #fff;
  margin-left: 10px;
  font-size: 14px;
  text-decoration: none;
}

.shop_page .nav_shop a.delete-link {
  float:left;
}


.contact_opage {
  font-size: 14px;
  background-color: #f3f3f3;
  padding: 15px 25px;
  border-radius: 5px;
  box-shadow: 2px 3px 3px #cecece;
  border: 1px solid #efefef;
  margin: 0 0 20px 0;
}

.contact_opage dt {
  display:inline-block;
  width:30%;
  box-sizing: border-box;
  text-align:right;
  padding-right:15px;
  vertical-align: top;
  padding-top:5px;
}

.contact_opage dt span {
  color:red;
}

.contact_opage dd {
  display:inline-block;
  width:65%;
  box-sizing: border-box;
}

.contact_opage dd input, .contact_opage dd textarea {
  width:100%;
  border:1px solid #ccc;
  padding:5px;
}

.contact_opage button[type="submit"] {
  width: 200px;
  border: 0;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  background-color: red;
  border-radius: 5px;
}

.contact_opage .term-conditions {
  background-color: #fff;
  padding:10px;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow: auto;
}

#contact-form {
  text-align:left;
}

#contact-form ul {
  padding:0;
  margin:0;
  list-style:none;
}

#contact-form ul li {
  padding:5px 0;
  margin-bottom:3px;
}

#contact-form ul li.col-half {
  padding-right: 10px;
}

#contact-form ul li input, #contact-form ul li textarea {
  width:100%;
  font-size:14px;
  padding:5px 10px;
  border: 1px solid #cbcbcb;
}

#contact-form ul li input[type="submit"], #contact-form ul li input[type="reset"] {
  width:30%;
  background-color:#ff9330;
  color:#fff;
  border-radius:0;
  border:1px solid #ff9330;
  padding:8px 10px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 18px;
  margin-top:-4px;
}

#contact-form ul li input[type="reset"] {
  background-color:#fff;
  border:1px solid #959595;
  margin-top:0;
  margin-left:5px;
  color:#959595;
}

.contact_page {
  margin:25px 0 0 0;
  padding:5px 0 0 0 !important;
}

.contact_page #info h2 {
  font-weight: bold;
  font-size:16px;
  margin:10px 0;
}

.contact_page #info div {
  margin-bottom: 5px;
}

.detail_contact {
  text-align:left;
  font-size:15px;
}

.detail_contact strong {
  font-weight:400;
}

.detail_contact h1, .detail_contact h2 {
  color:#585858;
  font-size:16px;
  font-weight:bold;
  margin:5px 0 15px 0;
}

.detail_contact p {
  margin-bottom:3px;
}

.detail_contact a {
  color:#7e7f80;
}

.page-price {
  color: #444;
}

.page-price .top-cat h1 {
  font-size: 20px;
  padding: 0;
  color: #000;
  text-transform: none;
  border-bottom: none;
}

.page-price table {
  margin:15px 0;
}

.page-price table th {
  border-top: 1px solid #ddd !important;
  border-bottom: none !important;
  font-weight: normal;
}

.page-price table h3 {
  font-size:16px;
  color:#ff0000;
  margin:5px 0;
}

.page-price table a {
  font-weight: 500;
  color:#444;
}

.page-price table .price {
  color: #ff0000;
  font-weight: 500;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
  border: solid 1px #999;
  font-weight: normal;
  color: #6e6e6e;
  padding: 1px 6px;
  text-decoration: none;
}

ul.yiiPager .selected a {
  background: #ff9330;
  border: solid 1px #ff9330;
  color: #FFFFFF;
  font-weight: bold;
}

ul.yiiPager a:hover {
  border: solid 1px #c69b51;
}

#phantrang {
  padding-right:15px !important;
}

.khung {
   border: 3px dashed #00a036;
   padding: 15px 10px 10px 10px;
   background: rgb(255, 255, 224);
   margin-top: 20px;
}
