/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

@font-face {
font-family: 'SVN-IvyMode-SemiBold';
font-weight: 400;
src: url('fonts/SVN-IvyMode-SemiBold.otf') format('OpenType');
}
@font-face {
font-family: 'SVN-IvyMode-LightItalic';
font-weight: 400;
src: url('fonts/SVN-IvyMode-LightItalic.otf') format('OpenType');
}
@font-face {
font-family: 'SVN-IvyMode-ThinItalic';
font-weight: 100;
src: url('fonts/SVN-IvyMode-ThinItalic.otf') format('OpenType');
}
@font-face {
font-family: 'SVN-IvyMode-Light';
font-weight: 300;
src: url('fonts/SVN-IvyMode-Light.otf') format('OpenType');
}
@font-face {
font-family: 'SVN-IvyMode-Italic';
font-weight: 400;
src: url('fonts/SVN-IvyMode-Italic.otf') format('OpenType');
}
@font-face {
font-family: 'SVN-IvyMode-Regular';
font-weight: 400;
src: url('fonts/SVN-IvyMode-Regular.otf') format('OpenType');
}
@import url('https://fonts.googleapis.com/css?family=Special+Elite');

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: "SVN-IvyMode-Regular", sans-serif;
}
.hm-frame {
    position: relative;
    background: #54564b; /* màu nền khung */
    border-radius: 6px;
    overflow: hidden;
}

.hm-frame-img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 0;
}

.hm-frame-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 65px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    opacity: .25;
    z-index: 1;
    pointer-events: none;
}
.hm-frame {
  position: relative;
  overflow: visible;
}
.hm-frame a {
  color: #c9ab81 !important;
}
a .qodef-m-border--bottom-left,
a .qodef-m-border--top-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: -11px;
  left: 9px;
  color: #836f54;
  z-index: 1;
  pointer-events: none;
  border: 1px solid #e5b88e;
}
.hm-frame img {
  border: 1px solid #e5b88e;
}