.sim-button{
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 4px;
    border: none;
    position: relative;
    background: linear-gradient(to right, #fd9551 0%,#69cff3 50%,#52bee5 100%) no-repeat scroll right bottom / 210% 100% #69cff3;
}
.sim-button span {
    z-index: 2;
    position: relative;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.sim-button:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 4px;
    z-index: 1;
    opacity: 0;
    background: linear-gradient(to right, #feb970 0%,#fd9551 50%) no-repeat scroll right bottom / 210% 100% #69cff3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sim-button.but2:before{
    background: linear-gradient(to right, #fd9551 0%,#69cff3 50%,#52bee5 100%) no-repeat scroll right bottom / 210% 100% #69cff3;
}
.sim-button:hover::before {
    opacity: 1;
    width: 100%;
}
.sim-button.but2{
    background: #fff;
}
.sim-button.but2 span{
    color: #5d5d5d;
}
.sim-button.but2:hover span{
    color: #fff;
}
.sim-button.but2:hover{
    color: #fff;
}
.pagination ul{
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin: 2rem 0;
}
.pagination ul li{
    background: #60c8ee;
    padding: 5px 15px;
}
.pagination ul li.active{
    border: 1px solid #59c3e9;
}
.pagination ul li a{
    color: #fff;
}
.blog-slider .entry {
  	text-align: center;
    margin-bottom: 0;
    border-radius: 0.9rem;}
  .blog-slider .entry-media {
    margin: 0;
    position: relative; }
  .blog-slider .entry-date {
    background-color: #347dc4;
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    font: 400 1.8rem/1 "Oswald", sans-serif;
    height: 5.3rem;
    left: .7rem;
    letter-spacing: .1rem;
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: .7rem;
    width: 8.4rem; }
    .blog-slider .entry-date span {
      display: block;
      font-size: 1.3rem;
      margin-top: .2rem; }
  .blog-slider .entry-body {
    border: 0;
    margin: 0;
    margin-left: 0;
    padding: 2rem 2rem 0; }
  .blog-slider .entry-title {
    font-size: 1.6rem;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: -.01rem;
    margin-bottom: .8rem;
    color: #2b2b2d; }
    .blog-slider .entry-title a {
      color: inherit; }
  .blog-slider .entry-content {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.7; }
    .blog-slider .entry-content .date{
    	display: inline-block;
    }
  .blog-slider .btn {
    background-color: #e1e6ea;
    border-color: #e1e6ea;
    border-radius: 0;
    color: #575f68;
    font-size: 1.2rem;
    min-width: 90px;
    padding: .8rem 1rem; }
    .blog-slider .btn:hover, .blog-slider .btn:focus {
      background-color: #65829d;
      border-color: #65829d;
      color: #fff; }

.info-boxes{
    padding: 30px 0;
}
.aus-mid{
    color: #fff;
    background-image: linear-gradient(to right, #795024, #6d4820, #90612f);
    padding: 2rem;
}
.aus-mid h2:before{
    color: rgba(255,255,255,0.5);
}
.aus-bot{
    font-family: 'Manrope', sans-serif;
    font-size: 19px;
}
.for-relative{
    position: relative;
    overflow: hidden;
}
.destination-icon{
    font-size: 5rem;
    background: linear-gradient(to top, rgba(47, 47, 47, 0.6) 55%,rgba(0, 0, 0, 0) 98%);
    position: absolute;
    bottom: -24px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #fff;
    z-index: 999;
}
.gallery-item{
    position: relative;
    overflow: hidden;
}
.gallery-item img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: auto;
    margin-right: auto;
}
.gallery-item:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
.mask {
    content: ' ';
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product:hover .mask{
    opacity: 1;
}
.icons span {
    display: inline-block;
    opacity: 0;
    position: absolute;
    z-index: 102;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #ffa64d;
}
.product-image-container:hover .icons span {
    opacity: 1;
    display: inline-block;
}
.product-image-container:hover .icons span:first-child {
    margin-left: -13px;
}
.product-image-container:hover .icons span + span + span {
    margin-left: 13px;
}
.product:hover a{
    color: #faa055;
}
.header-middle{
    padding: 5px 0;
}
.header-right > a{
    color: #fff;
}
.image-post-thumb {
    position: relative;
    overflow: hidden;
}
.image-post-thumb > img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.background_over_image {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}
.background_over_image:before, .background_over_image:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
}
.background_over_image:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}
.background_over_image:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}
.image-post-thumb:hover .background_over_image:before, .image-post-thumb:hover .background_over_image:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.image-post-thumb:hover > img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.image-post-thumb:hover .background_over_image {
    opacity: 1;
}
.image-post-thumb .overlay_icons {
    color: #FFF;
    left: 13%;
    font-weight: 600;
    font-size: 30px;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: 20%;
    z-index: 9;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.image-post-thumb .overlay_icons.view {
    top: 75%;
}
.image-post-thumb .overlay_icons.view a{
    color: #ffffff!important;
    font-family: Lato,sans-serif;
    font-size: 19px;
}
.image-post-thumb .icons-ov{
    position: absolute;
    background: none;
    left: 40%;
    top: 45%;
    opacity: 0;
    z-index: 9;
    color: #fff;
}
.image-post-thumb:hover .icons-ov{
    opacity: 1;
}
.image-post-thumb:hover .overlay_icons {
    margin-top: -4px;
    opacity: 1;
}
.bo-entry{
    background-color: #fff;
    position: relative;
    z-index: 999999;
    border-top: 3px solid #015cb5;
    padding: 20px 5px;
    margin-top: -80px;
}
.main-dropdown-menu{
    position: relative;
}
.tin-tuc{
    border: 1px solid #f4f4f4;
    padding: 30px 15px;
}
.footer-description{
    margin-top: 1.5rem;
    color: #bbbbbb;
}
.page-gal, .page-video{
    background: #fff;
    padding: 50px 0;
}
ul.list-personal{
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
}
ul.list-personal .y+.y:before{
    content: '|';
    color: #6c688e;
    padding: 0 15px;
}
.footer .wb-column+.wb-column:before{
    /* content: url(../images/line.png);
    position: absolute;
    left: 0;
    top: 1.3em; */
}
.menu-toggler {
  display: flex;
  align-items: center;
  text-align: center;
  width: 250px;
  border: 0;
  background: #f4f4f4;
  color: #000;
  padding: 1.4rem 3rem;
  font: 400 1.4rem/1.2 "Oswald", sans-serif;
  letter-spacing: .09rem;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all .25s; }
  .menu-toggler i {
    display: inline-block;
    font-size: 1.8rem;
    margin-left: auto; }
    .menu-toggler i::before {
      margin: -1px 0 0; }
  .menu-toggler:hover, .menu-toggler:focus {
    color: #fff;
    background-color: #3d3333;
    text-decoration: none; }
.main-dropdown-menu .main-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  z-index: 1040;
  border: 1px solid #e6ebee;
  background-color: #fff; }
.main-dropdown-menu.show > .main-nav {
  display: block; }

.menu.menu-vertical > li {
  float: none;
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .menu.menu-vertical > li > a {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: .005rem;
    padding: .7rem 1.2rem;
    border-top: 1px solid #e6ebee;
    transition: background 0s; }
  .menu.menu-vertical > li:first-child > a {
    border-top: none; }
  .menu.menu-vertical > li i {
    margin-right: 12px; }
.menu.menu-vertical li {
  transition: background 0s; }
  .menu.menu-vertical li.megamenu-container {
    position: relative; }
.menu.menu-vertical ul,
.menu.menu-vertical .megamenu {
  top: 0;
  left: 100%;
  margin-left: -1px; }
.menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
  width: 721px; }
.menu.menu-vertical ul ul {
  top: -1rem; }
.menu.menu-vertical.sf-arrows > li > a.sf-with-ul {
  padding-right: 2.8rem; }
.menu.menu-vertical.sf-arrows .sf-with-ul {
  position: relative; }
  .menu.menu-vertical.sf-arrows .sf-with-ul::after {
    content: '\e81a';
    top: 50%;
    right: 1.2rem;
    margin-top: -1px; }
.menu.menu-vertical > li:hover,
.menu.menu-vertical > li.show {
  background-color: #102d6c; }
  .menu.menu-vertical > li:hover > a,
  .menu.menu-vertical > li.show > a {
    color: #fff;
    border-color: #102d6c;
    background-color: #102d6c; }
.main-nav.danhmuc{
    display: none;
}
.main-dropdown-menu:hover .main-nav.danhmuc{
    display: block;
}
.item-right{
    margin-left: auto;
}
.bg-ab{
    position: relative;
    overflow: hidden;
}
.bg-ab img{
    width: 100%;
}
@media screen and (min-width: 1200px) {
  .menu.menu-vertical > li {
    padding-left: 2rem;
    padding-right: 2rem; }
    .menu.menu-vertical > li > a {
      font-size: 1.5rem;
      padding: 1rem; }
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 856px; }
   }
@media screen and (min-width: 1280px) {
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 901px; } }
@media screen and (max-width: 1199px) {
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-4 {
    display: none; }
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-8 .col-lg-4 {
      display: block; }
    .subtitle {
    font: 600 1.9em/1 "Lato", sans-serif;
}
    .aus-bot {
    font-size: 17px;
}
}
@media screen and (max-width: 991px) {
  .main-nav {
    display: none !important; } }
@media screen and (min-width: 992px){
.blog-slider {
    margin-bottom: 0;
}
.aus-mid{
    padding: 2rem;
}
.bg-ab{
    height: 418px;
}
}
@media screen and (min-width: 1200px){
     .aus-mid{
    padding: 5.6rem 9rem;
}
.bg-ab{
    height: 545px;
}
}
@media screen and (min-width: 1600px){
.bg-ab{
    height: 950px;
}
.aus-mid {
    padding: 15.6rem 15rem 5.6rem;
}
.gallery-item img {
    height: 430px;
}
}
@media(max-width: 991px){

}
@media(max-width: 768px){
.info-boxes-container .info-box .box-item {
    display: flex;
    align-items: center;
}
.info-boxes-container .info-box .box-item .info-box-content{
    margin-left: 1rem;
}
.info-box i {
    padding: 4px 15px;
    font-size: 2.6rem;
    min-width: 2.5rem;
}
.bg-ab img{
    width: 100%;
}
.product-image-container.responsive img {
    height: 221px;
}
}
@media(max-width: 575px){
   .product-image-container.responsive img {
    height: 151px;
}
}
@media(max-width: 320px){
    
}
@media screen and (min-width: 1200px){
   
}