.uk-navbar-container {
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(0.25turn, #63532B 0%, #FBE097 32.08%, #65552C 44.01%, #E6CD85 49.08%, #463C1D 56.26%, #C5AF67 62.81%, #42381B 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#63532B), color-stop(32.08%, #FBE097), color-stop(44.01%, #65552C), color-stop(49.08%, #E6CD85), color-stop(56.26%, #463C1D), color-stop(62.81%, #C5AF67), to(#42381B));
     border-image: linear-gradient(0.25turn, #63532B 0%, #FBE097 32.08%, #65552C 44.01%, #E6CD85 49.08%, #463C1D 56.26%, #C5AF67 62.81%, #42381B 100%);
  border-image-slice: 1;
  min-height: 126px;
  background: #102d33;
}

.tm-toolbar {
  position: absolute;
  z-index: 11111;
  width: 100%;
}

.uk-logo {
  position: relative;
  z-index: 222;
}

.uk-logo > img {
  position: relative;
  z-index: 2;
  top: 20px;
}
.modal .uk-modal-dialog
{
  width:800px;
}
.uk-navbar-container::before {
  content: "";
  width: 225px;
  height: 134px;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
  left: 50%;
  background: #102d33;
  z-index: 2;
}

.uk-navbar-container::after {
  content: "";
  width: 232px;
  height: 134px;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -55px;
  left: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#95814e), color-stop(32.08%, #FBE097), color-stop(44.01%, #e1c885), color-stop(49.08%, #E6CD85), color-stop(56.26%, #c4ae67), color-stop(62.81%, #C5AF67), to(#8c7b46));
  background: linear-gradient(0.25turn, #95814e 0%, #FBE097 32.08%, #e1c885 44.01%, #E6CD85 49.08%, #c4ae67 56.26%, #C5AF67 62.81%, #8c7b46 100%);
  z-index: 1;
}

.uk-logo:after {
  content: "";
  width: 239px;
  height: 73px;
  position: absolute;
  background: #102D33;
  bottom: 0px;
  z-index: 1;
}

.uk-navbar-nav > li > a {
  min-height: 44px;
}

.uk-navbar-center-left {
  margin-right: 30px;
  bottom: 0;
  top: unset;
}

.uk-navbar-center-right {
  margin-left: 30px;
  bottom: 0;
  top: unset;
}

.footer-title .el-title {
  font-size: 14px;
  font-weight: 500;
  color: #003E48;
}

.footer-title .el-meta {
  font-size: 14px;
  font-weight: 400;
  color: #003E48;
}
#hinhanh .uk-height-medium
{
  border-radius: 12px;
  overflow: hidden;
}
#hinhanh h5
{
  color:#fffab6;
  text-align: center;
}
#hinhanh h5::before,#hinhanh h5::after
{
  content:"";
  width:27px ;
  height:27px;
  background-image:url('../images/favi.svg');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  top:50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
#hinhanh h5::after
{
  left:auto;
  right:15px;
}
main {
  display: grid;
  place-items: center;
  min-height: auto;
}
.container {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  --position: 50%;
  height:540px;
  width: 540px;
}
.container img
{
  display: block;
  max-width: 100%;
}
.image-container {
  max-width: 800px;
  max-height: 90vh;
  aspect-ratio: 1/1;
}
.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  width: 540px;
}
.image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  /* filter: grayscale(100%) */
}

.slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}

.slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.slider-line {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: .5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}
@media only screen and (max-width: 960px) {
  .uk-navbar-toggle-icon svg {
    width: 28px;
  }

  rect {
    rx: 11%;
  }

  .uk-navbar-toggle-icon svg .line-4 {
    width: 13px;
    position: relative;
    left: 9px;
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }

  .uk-navbar-container {
    min-height: 60px;
  }

  .uk-navbar-container::before {
    width: 108px;
    height: 81px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
     z-index: 112;
  }

  .uk-logo > img {
    left: -15px;
  }
  .uk-navbar-container::before
  {
    bottom: -38px;
  }
  .uk-logo:after {
    content: "";
    width: 110px;
    height: 45px;
    position: absolute;
    background: #102D33;
    bottom: -4px;
    left:-29px;
  }

  .uk-navbar-container::after {
    content: "";
    width: 110px;
    height: 81px;
    left: -1px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: -40px;
    z-index: 111;
  }

  .uk-navbar-container {
    border-bottom: 3px solid transparent;
  }
}
.menu-background {
  visibility: hidden;
  width: 300%;
  height: 450px;
  position: absolute;
  left: -130%;
  z-index: 999;
  background-color: #fff;
  transition: background-position 0.5s,visibility .5s 1s,-webkit-transform .5s .5s;
  transition: background-position 0.5s,transform .5s 0.5s,visibility .5s 1s;
  transition: background-position 0.5s,transform .5s 0.5s,visibility .5s 1s,-webkit-transform .5s .5s;
}
.menu-background.top {
  -webkit-transform: rotate(-45deg) translateY(-150%);
  transform: rotate(-45deg) translateY(-150%);
  background: linear-gradient(to top,#6c757d 50%,#ffffff 50%);
  background-size: 100% 200%;
  background-position: -100% 100%;
  background: #102d33;
}
.menu-background.middle {
  -webkit-transform: rotate(-45deg) translateY(50%) scaleY(0);
  transform: rotate(-45deg) translateY(50%) scaleY(0);
  background: #ffffff;
}
.menu-background.bottom {
  -webkit-transform: rotate(-45deg) translateY(250%);
  transform: rotate(-45deg) translateY(250%);
  background: linear-gradient(to bottom,#ffffff 50%,#6c757d 50%);
  background-size: 100% 200%;
  background-position: 0 -100%;
  background: #102d33;
}
.uk-open .menu-background {
    visibility: visible;
    transition: background-position 0.5s,-webkit-transform .5s .5s;
    transition: background-position 0.5s,transform .5s .5s;
    transition: background-position 0.5s,transform .5s 0.5s,-webkit-transform .5s .5s;
}
.uk-open .menu-background.top {
  -webkit-transform: rotate(-45deg) translateY(-49%);
  transform: rotate(-45deg) translateY(-49%);
  background-position: 0 0;
}
.uk-open .menu-background.middle {
  -webkit-transform: rotate(-45deg) translateY(50%) scaleY(1);
  transform: rotate(-45deg) translateY(50%) scaleY(1);
}
.uk-open .menu-background.bottom {
  -webkit-transform: rotate(-45deg) translateY(149%);
  transform: rotate(-45deg) translateY(149%);
  background-position: 0 0;
}
#tm-dialog-mobile .uk-modal-dialog
{
  overflow: hidden;
  border-radius: 0;
}
#tm-dialog-mobile .uk-modal-body
{
  z-index: 11111;
    position: relative;
}
#tm-dialog-mobile  .uk-nav-default>li picture
{
  display: none;
}

#tm-dialog-mobile  .uk-nav-default {
  max-width: 250px;
  margin: 0 auto;
  z-index: 99999;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  opacity: 0;
  visibility: hidden;
  transition: 1s linear;
  transition-delay: .5s;
}
#tm-dialog-mobile.uk-open  .uk-nav-default {
  visibility: visible;
  opacity: 1;
}
[class*=uk-modal-close-]
{
  z-index: 999999;
}
#toptop
{
  transition: 0.3s all;
}
#tm-dialog-mobile .uk-nav-default  > li  a{
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  transition: all .3s;
}
#tm-dialog-mobile.uk-open .uk-nav-default  > li a {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 460px) {
  .tm-header-mobile .uk-navbar-sticky .uk-logo img
  {
    width: 60px !important;
  }
  .uk-navbar-sticky .uk-navbar,.tm-header-mobile .uk-navbar-sticky.uk-navbar-container
  {
    height: 60px !important;
    min-height: 60px !important;
  }
  .uk-height-medium
  {
    height:150px;
  }
  #toptop
  {
    bottom: 80px !important;
    background: #ffffffa3 !important;
  }
  .container
  {
    height: 300px;
    width: 100%;
  }
  #hinhanhkhach.uk-subnav > * >a
  {
    padding:5px;
    font-size: 12px;
  }
  .uk-navbar-container::after
  {
    bottom: -32px;
  }
  .uk-navbar-container::before
  {
    bottom: -30px;
  }
  .uk-logo > img {
    left: 0px;
  }
  .uk-logo:after
  {
    left: -15px;
  }
}