

/* fallback */
/* @font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  
  src: local('Material Icons'),
  url(iconfont/material-icon.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
} */
@media (max-width: 991.98px) { 
  #frame_on_art .col{
      height: 50vh !important ;
  }
  #frame_div {
    width: 82vw !important;
    height: 90% !important ;
    position: absolute;
    right: 15vw !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100; 
}
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .sticky_lg_col {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }
 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  
 }
/*
 * Scrollbar rail styles
 */
 ::-webkit-scrollbar {
  width: 0px;  
  cursor:pointer;
  background-color:transparent;
  position: fixed;
  right:0;
 }
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background-color: rgb(202, 202, 202);
  border-radius: 6px;
  width: 10px;
  cursor:pointer;
}


.input :focus {
  border-color: #5a5645 !important;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0), 0 0 8px #8f8f8f00 !important;
}


textarea:focus,select:focus,  input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
	border-color:  rgb(153,137,114) !important;
	box-shadow: none !important;
  outline: 0 none;}
  

  .btn_gold{
    background:  rgb(184, 141, 0) !important;
    color: white !important;
  }
  .btn_gold:hover{
    background:  rgb(128, 98, 0) !important;
    color: white !important;
  }
  .btn_info {
    color: #ffffff !important;
    background-color: #303a49 !important;
    border-color: #45484b;
  }
  .btn_info:hover {
    color: rgb(255, 196, 1) !important;
    background-color: #1d242e !important;
    border-color: #1d242e;
  }
  .btn_success{
    background:  rgb(32, 56, 32) !important;
    color: white !important;
  }
  .btn_success:hover{
    background:  rgb(3, 36, 6) !important;
    color: rgb(255, 196, 1) !important;
  }


  .text_xl {

    font-weight: 500;
    line-height: 1;
    letter-spacing: -.005em;
    /* letter-spacing: .015em; */
    font-size: calc(60px + (100 - 80) * (100vw - 400px)/(800 - 400)) !important;
  }

  .text_lg {

    font-weight: 500;
    line-height: 0.9;
    letter-spacing: -.005em;
    /* letter-spacing: .015em; */
    font-size: calc(50px + (100 - 80) * (100vw - 400px)/(800 - 400)) !important;
  }


.btn_outline_gold{
	color: rgb(184, 141, 0) !important;
	border-color: rgb(184, 141, 0) !important;
  }

 .bg_gold{
   background:  rgb(184, 141, 0) !important;
   color: white !important;
 }
 .bg_success{
   background:  rgb(37, 88, 28) !important;
   color: white !important;
 }
 .bg_info{
   background:  rgb(21, 54, 104) !important;
   color: white !important;
 }
 .bg_gold2{
   background:  rgba(184, 141, 0, 0.486) !important;
   color: white !important;
 }
 .bg_danger{
   background:  rgb(110, 9, 9) !important;
   background-color:  rgb(110, 9, 9) !important;
   color: white !important;
 }
 .bg_brown{
   background: rgb(153,137,114) !important;
   color: white !important;
 }


 .text_gold{
	color: rgb(184, 141, 0) !important;
  }
 .text_brown{
	color: rgb(153,137,114) !important;
  }
.text_danger{
	color: rgb(110, 9, 9) !important;
  }
.text_success{
	color: rgb(37, 88, 28) !important;
  }
.text_primary{
	color: rgb(21, 54, 104) !important;
  }
.text_info{
	color: #131d2b!important;
  }

  .letter_spaced {
    /* line-height: 1.4; */
    letter-spacing: .03em !important ;
  }
  
  .material-icons-md {
    font-size : 36px !important;
}
  .material-icons-lg {
    font-size : 50px !important;
}
  .material-icons {
    cursor : pointer !important;
}

.buttn{
  cursor: pointer;
  
}

.buttn:hover{
  transform: scale(1.02) !important;
  transition: ease-in .2s;
}
.rounded-pill-left {
  border-top-left-radius:  50rem !important;
  border-bottom-left-radius:  50rem !important;
}
.rounded-pill-right {
  border-top-right-radius:  50rem !important;
  border-bottom-right-radius:  50rem !important;
  border-top-left-radius: 0.4285 !important;
  border-bottom-left-radius: 0.4285 !important;
}
.rounded-bottom-right {
  border-bottom-right-radius:  50rem !important;
}
.sticky_btn {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}
html {
    width: 100%;
    height: 100%;
}
.ml_n24px{
  margin-left: -34px !important;
}
  /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
/* body{
  overflow-x: hidden;
} */

.text-warning{
  color: rgb(153,137,114) !important;
}
.text-info{
  color: rgb(12, 39, 53) !important;
}
.alert_dark {
  color: #ffffff;
  background-color: #505255 !important;
  border-color: #45484b;
}
.alert_info {
  color: #ffffff;
  background-color: #303a49 !important;
  border-color: #45484b;
}
/* .alert_info:hover {
  color: rgb(255, 196, 1);
  background-color: #1d242e !important;
  border-color: #1d242e;
} */
/* .sticky_btn {
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
} */
.welcome-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .btn-primary {
    color: #fff;
    background-color: #474747 !important;
    border-color: #4b4b4b !important;
}

  .swal-button {
    background-color: #424242 !important;
    border-radius: 50rem !important;
}
  .swal-button--cancel {
    background-color: transparent !important;
    border-radius: 25px !important;
    border: #424242 solid 0.0625rem !important
}
  .welcome-screen {
    height: 100vh;
    width: 100vw;
    background: rgb(255, 255, 255);
    z-index: 5000;
    overflow: hidden;
    position: fixed;
    top: 0;
  }
  .mainpage{
    overflow-x: hidden;
  }
  .loader_icon{
    position : fixed;
    top : 0;
    z-index : 2500;
    background-color: rgba(252,255,255,0.7);
  }

   a, btn-link, .pm_nav{
        color:rgb(184, 141, 0) !important;  
        /* font-size: 0.9em !important;    */
        text-decoration: none !important;
  }
   a, nav-link, .pm_nav{
        color: rgb(61, 61, 61) !important; 
        text-decoration: none !important;
  }
  nav a img{
        width: 25px;  
  }
  /* a:hover{
    color: rgb(90, 69, 1) ;
  } */
  .bg-secondary a:hover, .nav-link:hover{
    color: rgb(184, 141, 0) !important;
  }
 
#discount{
    /* background-color: rgb(0, 0, 0) ; */
    color: rgb(53, 38, 5);
    width: 30vw;
    border-bottom: 1px solid rgb(104, 103, 103);
    padding: 10px;

}

.home_carousel a, .home_carousel h1{
  z-index: 600 !important;
}
.home_carousel-item{
  height: 100vh !important;
  overflow: hidden !important;
  transition: transform 2s ease, opacity .7s ease-out !important;
}
.home_carousel-item img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    overflow: hidden !important;
}
.home_carousel::after {
  content: "";
  position: absolute;
  top:0;
  z-index: 500;
  background-color: rgba(14, 14, 14, 0.432);
  height: 100vh;
  width: 100vw;
}

.stext h1{

  font-size: calc(60px + (80 - 60) * (100vw - 400px)/(800 - 400));
  line-height: 0.9em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
}


.stext a{
  font-size: calc(20px + (25 - 20) * (100vw - 400px)/(800 - 400));
  color: rgb(245, 192, 48) !important;
  border: solid 1.5px  rgb(233, 181, 40) !important;
}
.home_carousel-caption{
  z-index: 1000 !important;
  color: rgb(151, 151, 151);
}

.index h1 {

  font-weight: 500;
  line-height: 1;
  letter-spacing: -.005em;
  /* letter-spacing: .015em; */
  font-size: calc(60px + (110 - 80) * (100vw - 400px)/(800 - 400)) !important;
}

.index p {
  font-size: 1.3rem;
  /* font-weight: 300; */
  line-height: 1.4;
  letter-spacing: .01em;
}





/* Frame scroll */
.sub_topic{
  font-size: calc(60px + (70 - 60) * (100vw - 400px)/(800 - 400)) !important;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.015em;
}
.sub_topic2{
  font-size: calc(55px + (65 - 55) * (100vw - 400px)/(800 - 400)) !important;
  font-weight: 550;
  line-height: 1;
  letter-spacing: -.015em;
}
.framewords a, .sub_topic{
  opacity: 0 ;
}
.frame_pln{
  z-index: 200 !important;
}
#frame_div {
    width: 80vw;
    height: 80%;
    position: absolute;
    right: 5vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100; 
}
#frame_png { 
  width: 60%;
  height: 100%; 
}
.frame_pic {
  height: 100%;
}
.mainpage img{
  display: none;
}
.mainpage img .is-loaded {
  display: inline-block ;
}
 .art_to_frame{
   height: 100%;
   width : 100%;
 }
.art_to_frame img {
    width: 100%;  
}

  
/* new newsletter */

.footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  text-align: left;
}

.footer-newsletter form input[type="email"] {
  border: 0;
  /* padding: 4px 8px; */
  width: calc(100% - 100px);
}

.footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}


/* instagram feed */


.feed_post {
  transition:  .25s ease-out;
   -moz-transition:  .25s ease-out;
   -o-transition:  .25s ease-out;
   -webkit-transition:  .25s ease-out;
    display: block !important;
}
.feed_post:hover {
  transform: scale(1.1);
  
}

.newsletter {
  max-width: 400px;
  margin: 30px auto;
  position: relative;
}
.newsletter > span.container {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  padding: 20px 10px 10px 10px;
  opacity: 0;
}
.newsletter > span.container.active {
  opacity: 1;
  z-index: 2;
}
.newsletter > span.container.active + .submit {
  z-index: 3;
  top: 20px;
  opacity: 1;
}
.newsletter > span.container > label {
  display: block;
  position: absolute;
  top: -5px;
  line-height: 18px;
}
.newsletter > span.container > label.fadeOut {
  opacity: 0;
  top: 10px;
}
.newsletter > span.container > input {
  padding: 15px;
  margin: 0;
  width: 100%;
  outline: none;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  /* font-family: -apple-system, helvetica neue, helvetica, arial, sans-serif; */
  font-weight: 200;
  font-size: 18px;
  line-height: 18px;
}
.newsletter > span.container .next {
  display: block;
  position: absolute;
  height: 53px;
  width: 53px;
  top: 20px;
  right: 10px;
  text-align: center;
  border-radius: 0 3px 3px 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.newsletter > span.container .next:hover {
  color: rgb(53, 38, 5);
  cursor: pointer;
}
.newsletter > span.container .next:hover:before {
  color: rgb(53, 38, 5);
}
.newsletter > span.container .next:before {
  content: '\f061';
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 100;
  line-height: 51px;
  color: #b6b6b6;
}
.news_err {
  color: rgb(61, 0, 0);
}
.newsletter > span.submit {
  display: block;
  position: absolute;
  height: 56px;
  width: 56px;
  top: 20px;
  right: 10px;
  text-align: center;
  opacity: 0;
  border-radius: 0 3px 3px 0;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  background: #6d6d6d;
}
.newsletter > span.submit:hover {
  background: rgb(53, 38, 5);
  border-top: 1px solid  rgb(53, 38, 5);
  border-right: 1px solid  rgb(53, 38, 5);
  border-bottom: 1px solid  rgb(53, 38, 5);
  cursor: pointer;
}
.newsletter > span.submit:hover:before {
  color: white;
}
.newsletter > span.submit:before {
  content: '\f1d8';
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 100;
  line-height: 51px;
  color: white;
}
.newsletter > span.submit:after {
  content: "You're subscribed!";
  display: block;
  color: white;
  font-weight: 400;
  /* text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); */
  height: 100%;
  width: 100%;
  line-height: 51px;
  position: absolute;
  top: 10px;
  opacity: 0;
}
.newsletter > span.submit.submitted {
  transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  width: calc(100% - 20px);
  background: rgb(53, 38, 5);
  border: 1px solid  rgb(53, 38, 5);
  cursor: pointer;
  border-radius: 3px;
}
.newsletter > span.submit.submitted:before {
  color: white;
  position: relative;
  top: -50px;
  right: -100px;
  transition: .25s .75s ease-in-out;
}
.newsletter > span.submit.submitted:after {
  top: 0;
  opacity: 1;
  color: white;
  transition: .5s 1s ease-in-out;
}






.rating-widget {
  max-width: 500px;
  text-align: center;
  margin: 0px auto;
}
.rating-widget .star-input {
  width: 0;
  height: 0;
  position: absolute;
  left: -5000px;
}
.rating-widget .star-input:checked + .star-input-label .orange {
  animation: enlarge .5s ease-in-out forwards;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(2) .orange {
  animation-delay: .1s;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(3) .orange {
  animation-delay: .2s;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(4) .orange {
  animation-delay: .3s;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(5) .orange {
  animation-delay: .4s;
}
.rating-widget .star-input-label {
  display: inline-block;
  padding: 8px 2px;
  text-indent: -5000px;
  line-height: 0;
  color: #dcdcdc;
  position: relative;
  cursor: pointer;
}
.rating-widget .star-input-label:hover, .rating-widget .star-input-label.hovered {
  color: #a7a7a7;
}
.rating-widget .star-input-label i {
  display: block;
  font-size: 20px;
  line-height: 20px;
  text-indent: 0;
}
.rating-widget .star-input-label i.orange {
  position: absolute;
  display: block;
  padding: 8px 2px;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  color: orange;
  transform: scale(0);
}

@keyframes enlarge {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}




/* back to top button */

.jjj{
  font-size: 64px;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -.009em;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

  .typography-headline-super {
    font-size: 80px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -.015em;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}




/* 
@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext'); */



/* #Progress
================================================== */

.progress-wrap {
	position: fixed;
	right: 35px;
	bottom: 60px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	border-radius: 100%;
	box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: "Material Icons";
  /* content: "arrow_upward"; */
  content: "keyboard_arrow_up";
	text-align: center;
	line-height: 40px;
	font-size: 24px;
  color: black;
  /* background-color: white; */
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	z-index: 1;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: "Material Icons";
	content: "keyboard_arrow_up";
	text-align: center;
	line-height: 40px;
	font-size: 24px;
  color: white;
  background-color: black;
  border-radius: 100%;
	left: 0;
	top: 0;
	height: 40px;
  width: 40px;
  opacity: 0;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: rgb(255, 255, 255);
}
.progress-wrap svg.progress-circle path {
	stroke:  rgb(197, 197, 197);
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
 .progress-wrap {
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
}
/* .progress-wrap::after {
	color: var(--black-blue);
} */
/* .progress-wrap svg.progress-circle path {
	stroke: rgb(197, 197, 197);
} */
