@font-face {
    font-family: seoui;
    src: url(/fonts/segoe.ttf);
}
@font-face {
    font-family: seob;
    src: url(/fonts/seob.ttf);
}
.logo-hd {
    margin-top: 5px;
}
.title-sanpham span {
    margin-bottom: 20px;
    display: inline-block;
}
.hotline {
    margin-top: 50px;
    width: 100%;
}
.logo-hd img {
    width: 150px;
    margin-left: 32px;
        margin-bottom: 10px;
}
p.baibien {
    margin-top: 16px;
}
.gl.gallery-nho-1 {
    display: none;
}
body {
  font-family: seoui !important;
}
*[data-role="radio-show-hide-target"]{
  display: none;
}
.b {
    margin-bottom: 10px;
}
.slide-nx {
    margin-bottom: 20px;
}
.container.cc-t {
    padding: 0 !important;
}   
.box-footer {
    margin: 30px 0px;
    color: #dcd9d9;
}
.tab-news-tt img {
    width: 100%;
}

div#date-addon:hover {
    cursor: pointer;
    background: #abe2ab;
}
.box-footer a {
    color: #b2ef6b;
}
.right p {
  text-align: right;
}
header {
    border-top: 5px solid green;
}

.border-top {
    border: 1px solid green;
    margin-top: 2px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: relative !important;
}
.navbar-fixed-bottom {
	top: 0 !important;
}
a.navbar-brand {
    display: none;
}
/** 
* Nav container 
* 1. Ensure this slides in below parent
* 2. Hide by default
* 3. Smoother scrolling experience on iOS
*/

.nav-container {
  position: fixed;
  top: 60px; /* 1 */
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  visibility: hidden; /* 2 */
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); /* 2 */
  -webkit-overflow-scrolling: touch; /* 3 */
}
i.fas.fa-bars {
    color: white;
}
ul.nav-menu.menu {
    display: inline-block;
}
/* 1. Show when `.is-visible` class is added */

.nav-container.is-visible {
  visibility: visible; /* 1 */
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); /* 1 */
}

/* Nav toggle */

.nav-toggle {
  line-height: 0;
    margin-top: 3px;
  display: inline-block;
  padding: 1.25rem 1rem;
  border: 0;
  background-color: #44823d;
}
#back-to-top {
    position: fixed;
    right: 30px;
    bottom: 60px;
    z-index: 9999;
}

#back-to-top a {
    text-decoration: none;
}
#back-to-top a img {
    width: 40px;
    height: auto;
}
/* Nav toggle icon */
.nav-toggle .icon-menu {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 15px;
    vertical-align: middle;
    fill: none;
}

/* Nav toggle icon lines */

.icon-menu .line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  background-color: #fff;
}

/* Nav toggle icon line 1 */

.icon-menu .line-1 { top: 0; }

/* When active, rotate line 1 to be lefthand part of X */

.is-active .icon-menu .line-1 {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
}

/* Nav toggle icon line 2 */

.icon-menu .line-2 {
  top: 50%;
  margin-top: -2px;
}

/* When active, hide line 2 */

.is-active .icon-menu .line-2 { opacity: 0; }

/* Nav toggle icon line 3 */

.icon-menu .line-3 { bottom: 0; }

/* When active, rotate line 3 to be righthand part of X */

.is-active .icon-menu .line-3 {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}

/* Remove default list styles for menus */

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

/** 
* 1. Give menu a lighter background than its container 
* 2. Prevent menu text from being accidentally highlighted
*/

.nav-menu {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;         /* 2 */
}

/* Give menu items a top border */

.nav-menu .menu-item { border-top: 1px solid #bbb; }

/* Give last menu item a bottom border */

.nav-menu > .menu-item:last-child { border-bottom: 1px solid #bbb; }

/* Darker background color on hover, and when toggled */

.nav-menu > .menu-item:hover,
.nav-menu > .menu-item.is-active { background-color: #d0d0d0; }

/* 1. Menu links are block level, by default */
.nav-menu.menu li {
    float: left;
    padding: 15px 25px 15px 0px;
}

.bot-right {
    text-align: right;
}
ul.menu-right {

    -webkit-padding-start: 0px;
}
.nav-menu .menu-link {
  display: block; /* 1 */
  text-decoration: none;
  color: #444;
  padding: 0.75rem 1rem;
}

/* 1. Menu items with dropdowns appear clickable */

.has-dropdown {
  position: relative;
  cursor: pointer; /* 1 */
}

/* 1. Parent menu links inlined so you can toggle the dropdown */

.has-dropdown > .menu-link { display: inline-block; }

/* 1. Add an icon to menu items that have sub menus */

.has-dropdown:after {
  font-size: 32px;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  content: "+"; /* 1 */
  color: #222;
}

/* 1. Switch icon to n-dash when toggled */

.has-dropdown.is-active:after { content: "\2013"; /* 1 */ }

/**
 * Dropdowns
 * 1. Hide dropdowns by default
 */

.nav-dropdown {
  display: none; /* 1 */
  background-color: #c0c0c0;
}

/* 1. Show dropdown when toggled */

.has-dropdown.is-active > .nav-dropdown { display: block; /* 1 */ }

/* 2nd level dropdown */

.nav-dropdown .nav-dropdown { background-color: #aaa; }

.nav-dropdown .menu-item { border-color: #a0a0a0; }

.nav-dropdown .nav-dropdown .menu-item {
  background-color: #b0b0b0;
  border-color: #909090;
}

/* Main content area */

.content { margin-top: 60px; }

.content .wrapper { padding: 1rem 0; }

.nav {

  position: -webkit-sticky;
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}

#menu li.toto:first-child {
    border-left: 1.5px dotted rgba(195, 189, 189, 0.9);
}
#menu li.toto {
    float: left;
    position: relative;
    border-right: 1.5px dotted rgba(195, 189, 189, 0.9);
}
ul.nav-dropdown.menu {
    -webkit-padding-start: 0px !important;
    left: 0;
    top: -260px;
}
ul.nav-dropdown.menu li {
  padding-left: 10px;
  width: 100%;
}
ul.nav-dropdown.menu li:hover {
    background: #509650;
}
.item img {
    width: 100%;
    height: 100%;
}
.item {
    height: 620px;
}
.border-footer {
    border: 0.5px solid #dcd6d6;
    clear: both;
}

.tab-news img:hover {
    transform: scale(1.2);
    transition: 1s;
}
.mxh img {
    float: left;
    margin-left: 2px;
}
.border-1 {
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 5px;
    width: 70px;
}
.border-2 {
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 10px;
}
.ct-na {
    margin-bottom: 50px;
}
.rio-promos {
  max-width: 1000px;
  margin: 0 auto;
}

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

button.slick-next, button.slick-next:hover {
    position: absolute;
    top: 65%;
    right: 30px;
    width: 15px;
    height: 22px;
    background-image: url(http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png);
    background-size: 30px;
}
button.slick-prev, button.slick-prev:hover {
  position: absolute;
  top: 65%;
  left: 30px;
  z-index: 1;
  width: 15px;
  height: 22px;
  background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png") !important;
  background-size: 30px;
  background-position-x: right;
}
.slick-prev:before, .slick-next:before {
  font-size: 70px;
  color: #EA8496;
  line-height: inherit;
  font-weight: bold;
}
.rio-promos img {
    height: 210px;
    width: 100%;
}

/* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: auto !important;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot');
    src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.woff') format('woff'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.ttf') format('truetype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
}
[dir='rtl'] .slick-prev:before
{
    content: '';
    font-weight: bold;
    font-size: 20px;
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
}
[dir='rtl'] .slick-next:before
{
    content: '';
}

/* Dots */

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
fieldset h4  a {
    text-align: center;
    text-transform: uppercase;
    color: #3c3939;
    font-size: 20px;
}
fieldset h4 {
    margin-bottom: 15px;
    margin-top: -20px;
}
fieldset {
  text-align: center;
}
.cc-t {
    padding-bottom: 30px;
}
.slick-slide {
    margin: 0 5px 0 5px;
} 
.about-us {
    background: #f3f3f3;
}
.title-ab h3 {
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    width: 80%;
    font-family: 'seob';
}
.border-ab {
    border: 1px solid green;
    width: 10%;
}
.title-ab p {
    float: left;
    padding: 30px 0 0 0;
}
.title-ab {
    width: 100%;
    display: inline-block;
}
.box-ab {
  margin: 20px  0;
}
.about-us {
  text-align: justify;
}
.ct-baiviet {
    margin-top: 27px;
    padding: 0 15px 0 0px;
}
.der-news {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url(http://www.hoiangoldenholidayvilla.com/images/bg_foot_page_home.png) repeat-x bottom;
    padding: 20px 20px 10px;
    background-position-y: 50%;
    color: white;
    text-align: justify;
    line-height: 23px;
}
.tab-news img {
    width: 100%;
    height: 100%;
}
.tab-news {
    position: relative;
    margin-bottom: 5px;
    height: 120px;
    overflow: hidden;
}
.tab-news:nth-child(1) {
    margin-right: 5px;
}
.tab-news-tt {
    position: relative;
    margin-bottom: 15px;
    height: 230px;
    overflow: hidden;
        margin: 5px;
}
.tab-news-tt img:hover {
    transform: scale(1.2);
    transition: 1s;
}
.bb-news {
    padding: 0 !important;
}
.der-news a {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.der-news p {
    margin-top: 10px;
    margin-bottom: 0;
}
i.fas.fa-chevron-circle-right {
    color: green;
    font-size: 10px;
}
.title-ab a {
    color: #a7a2a2;
    font-size: 12px;
}
/*==Style cho menu===*/
#menu ul {
    text-align: left;
    z-index: 999;
    -webkit-padding-start: 0px;
    background: #efeaefee;
    width: 100%;
    left: 0px;
    min-width: 240px;
}
#menu li.toto {
    display: inline-block;
    padding: 0 35px;
    height: 40px;
    line-height: 35px;
}
#menu a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #4c4c4c;
    margin-bottom: 3px;
}
#menu li a:hover {
    border-bottom: 2px solid #44823d;

}
a.menu-link.active {
    border-bottom: 2px solid #44823d;
}
a:hover, a:focus { 
color: #5a9154 !important;
}
/*==Dropdown Menu==*/
.sub-menu {
  display: none;
  position: absolute;
}
#menu li {
    position: relative;
    padding: 0 10px;
    height: 40px;
}
#menu li:hover .sub-menu {
  display: block;
}
.sub-menu li {
    margin-left: 0 !important;
    list-style-type: none;
}

/*==Menu cấp 3==*/
.sub-menu > ul {
  display: none !mportant;
}
#menu {
    text-align: center;
    display: inline-block;
}
#menu-menu {
    text-align: center;
    border-top: 2px solid #f3efef;
    border-bottom: 2px solid #f3efef;
    padding-top: 5px;

}
h2.lined-heading.gt-ten {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
.gt-ct {
    margin: 30px 0;
}
footer {
    background: #44823d;
}
ul.nav-menu.menu a {
    color: gainsboro;
}
.mxh {
  margin-top: 10px;
}
.lag-box {
    float: left;
    border: 1px solid #ccc;
    padding: 5px 15px;
    font-size: 12px;
    margin-right: 5px;
}
.lag-box a {
  text-transform: uppercase;
  color: #000;
}
.tab-lag {
    display: inline-block;
    float: right;
    margin-top: 35px;
}
i.fas.fa-caret-right {
    color: green;
}
.slick-slide img:hover {
    box-shadow: 2px 2px #ccc;
    padding: 2px;
    transition: 0.1s;
}

/** PRODUCT **/
.item-news img {
    width: 100%;
}
h2.title-sanpham {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
.sp-ct {
    margin: 30px 0;
}
.text-der-product {
    background: #44823de0;
    color: white;
    padding: 10px 20px;
    text-align: justify;
}
.line_img_home h2 {
    font-size: 16px !important;
    text-transform: uppercase;
}
.line_img_home {
    position: absolute;
    bottom: 0;
    background: #0000008c;
    width: 100%;
    color: white;
    text-align: center;
    padding: 10px;
}
.item-news img{
    transition-duration: 1.5s;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    -ms-transition-duration: 1.5s;
}
.box-news-one {
    margin: 10px;
}
.item-news img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    cursor: pointer;
}
.item-news, .anh {
    position: relative;
    overflow: hidden;
}
.ten_tin2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
}
.abc-ct {
    margin-bottom: 30px;
}
span.lined-heading-t-lq {
    text-transform: uppercase;
    padding: 10px;
    font-size: 16px;
    color: green;
}
.slider {
        width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
    }

    .slick-slide div {
    margin: 8px 0px;
    }
    .slick-current {
      opacity: 1;
    }

}
#slider img{
    width:100%;
    height:100%;
}
#slider img{
    width:100%;
    height:100%;
}
#prev, #next {
    cursor: pointer;
    z-index: 100;
    background: #666;
    height: 50px;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
h4.titvideo {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
}
h5.tten {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
#next{
    float:right;
    right:15px;
}

#prev{
    float:left;
    left:15px;
}

.arrow-right {
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;  
    border-left: 15px solid #fff;
    position:relative;
    top:20%;
    right:-40%;
}

.arrow-left {
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;  
    border-right:15px solid #fff; 
    position:relative;
    top:20%;
    left:30%;
}
.slide-best {
    width: 100%;
    height: 380px;
    overflow: hidden;
    z-index: 0;
    top: 0;
}
.slide-best img{
    width: 100%;
    height: 100%;
}
.slide-best-dv {
    width: 100%;
    height: 500px;
    overflow: hidden;
    z-index: 0;
    top: 0;
}
.slide-best-dv img{
    width: 100%;
    height: 100%;
}

h2.lined-heading.title-lh {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}
.row.lh {
    margin: 30px 0;
}
input.btn.btn-lienhe {
    background: #44823d;
    color: white;
    text-transform: uppercase;
}
.ten_cms_home_2 {
    margin: 20px 0px;
}
.khung_cms_home_2 {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.khung_bot_cms_home_2 {
    text-align: justify;
}
.ten_cms_home_2 a {
    color: #0f743c;
    font-weight: bold;
}
.ten_cms_home_2 {
    margin: 20px 0px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    height: 25px;
    overflow: hidden;
}
.row.tt-ct {
    margin: 30px 0;
}
.khung_cms_home_2:hover {
    border: 1px solid green;
}
.ten_tin {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
    color: #3d9560;
    margin-bottom: 20px;
}
.row.ct-tt {
    margin: 50px 0px;
}
h2.lined-heading-ttlq {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted green;
    padding-bottom: 10px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}
.row.ttlq-ct {
    margin: 50px 0;
}
.b img {
    width: 100%;
}
.tt-lqs {
    bottom: 0;
    background: #44823d;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
}
.tt-lqs a {
    color: white;
}
.tt-lqs a:hover {
    color: #9ce49c;
}

.hinhanh-album {
    margin: 10px;
}
.hinhanh-album img {
    width: 100%;
}
.hinhanh-album .image-album .line {
    position: absolute;
    border: 1px solid rgb(176, 154, 81);
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.hinhanh-album .image-album  {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;

}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px;
    opacity: 0;
    transition: .5s ease;
    background-color: #5fa239b8;
}

.gl:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.hinhanh-album .image-album {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
.hinhanh-album .ten_san_pham {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 35px;
    display: block;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 50px;
    z-index: 1;
    text-shadow: 1px 1px 2px #000;
}
.hinhanh-album .image-album:hover .line {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.box-alxem {
    margin: 10px;
}
img.img-responsive {
    width: 100%;
    height: 150px;
}
span.roll:hover {
    opacity: .7;
    transition: 0.5s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
    -webkit-box-shadow: 0px 0px 4px #000;
    -moz-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
}
span.roll {
    opacity: 1;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
    background: url(https://www.thuthuatweb.net/demo/jquery-image-rollover/images/mag.png) center center no-repeat #00000075;
    cursor: pointer;
    height: 89%;
    width: 83%;
    position: absolute;
    z-index: 10;
    transition: 0.5s;
    opacity: 0;
}
.album-ct {
    margin: 50px 0px 30px 0px;
}
.fancybox-container {
  z-index: 9999999 !important;
}
.dpnow {
    border: 1px solid green;
    padding: 10px 30px;
    background: none;
    color: #232b23;
    text-transform: uppercase;
}
.dpnow:hover {
    background: green;
    color: white;
    transition: 0.5s;
}
fieldset {
    margin-bottom: 40px !important;
}
.subs {
  text-align: center;
}
.title_bk {
    background: #44823d;
    padding: 10px 20px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
input.btn_bg {
    border: 0;
    background: green;
    color: white;
    border: 1px solid green;
    padding: 10px 30px;
    text-transform: uppercase;
}
input.btn_bg:hover {
  background: none;
  transition: 0.5s;
  border: 1px solid green;
  color: black;
}
.fancybox-container {
    z-index: 99999999999 !important;
}
.space {
    display: grid;
    grid-template-columns: repeat(8, 120px);
    grid-auto-rows: 120px;
    grid-gap: 15px;
    grid-auto-flow: row dense;
}
.space.gales {
    margin: 30px 0 !important;
}
.hinhanh {
    margin: 20px 0 120px 0;
}
h2.lined-heading {
    text-align: center;
    margin-bottom: 20px;
}
h4.titleamthuc {
    text-align: left;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin: 15px 0 15px 0;
}
.box-news {
    display: inline-block;
    margin-top: -25px;
}
.gl {
  font-size: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gl:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.gl:nth-child(2) {
  grid-column: span 1;
}
.gl:nth-child(5) {
    grid-column: span 2;
    grid-row: span 1;
}
.gl:nth-child(6) {
  grid-column: span 3;
}
.gl:nth-child(8) {
    grid-column: span 2;
    grid-row: span 2;
}
.gl:nth-child(12) {
    grid-column: span 2;
}
.gallery-nho img{
  width: 100%;
  height: 100%;
}
.gl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fancybox-button--right {
    border-bottom-right-radius: 0px !important;
    position: absolute !important;
    right: 16.4%;
    top: 290px;
}
button.fancybox-button.fancybox-button--left {
    border-bottom-left-radius: 0px !important;
    position: absolute !important;
    left: 16.4%;
    top: 290px;
}
.fancybox-infobar .fancybox-button {
    width: 60px !important;
    height: 60px !important;
}
.fancybox-button--left:after, .fancybox-button--right:after {
    width: 25px !important;
    height: 25px !important;
}