/*
Theme Name: ColorMag Child
Theme URI:
Author: LIVA
Author URI: 
Template: colormag

Version: 1.3.6
Text Domain: colormag-child

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}
th {
   font-weight: bold;
}
th, td {
   border: 1px solid #999b9d;
   padding: 6px 10px;
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
embed, iframe, object {
	max-width: 100%;
}

/* =GLOBAL
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #444444;
	font: 16px 'arial', serif;
	line-height: 1.6;
	word-wrap: break-word;
}
body {
	background-color: #eaeaea;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0px;
	color: #333333;
	font-weight: normal;
	font-family: 'arial', sans-serif;
}
h1 { font-size: 42px; line-height: 1.2; }
h2 { font-size: 38px; line-height: 1.2; }
h3 { font-size: 34px; line-height: 1.2; }
h4 { font-size: 30px; line-height: 1.2; }
h5 { font-size: 26px; line-height: 1.2; }
h6 { font-size: 22px; line-height: 1.2; }
hr {
	border-color: #EAEAEA;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 30px 0;
}

/* =TEXT ELEMENTS
----------------------------------------------- */
p {
	line-height: 1.6;
	margin-bottom: 15px;
	font-family: 'arial', serif;
	font-size: 15px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre {
	background-color: #fff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #EAEAEA;
}
pre, code, kbd, var, samp, tt {
	font-family:"Courier 10 Pitch",Courier,monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #777777;
	cursor: help;
}
address {
	display: block;
	font-style: italic;
	margin: 0 0 15px;
}
ins {
	background: #F8F8F8;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* =SUPERCRIPT AND SUBSCRIPT
----------------------------------------------- */
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
dl {
	margin-bottom: 24px;
	font-size: 20px;
}
.kint dl {
	font-size: inherit;
}
dt {
	font-weight: bold;
	margin-bottom: 5px;
}
dd {
	margin-bottom: 24px;
}
ul,
ol {
	list-style: none;
}
.single .single-main ul,.single .single-main ol{
	list-style: inherit;
    margin-left: 20px;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin: 0 0 0 10px;
}

/* =BLOCKQUOTE
----------------------------------------------- */
blockquote {
	padding: 30px 30px 20px 45px;
	margin-bottom: 20px;
	background-color: #289dcc;
	color: #FFFFFF;
	border-radius: 5px;
}
blockquote p {
	font-size: 20px;
	font-family: 'Open Sans', serif;
	line-height: 1.4;
	position: relative;
	padding-top: 13px;
	padding-left: 40px;
}
blockquote p:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFFFFF;
	font-size: 60px;
	position: absolute;
	top: -27px;
	left: -27px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: right;
}



/* =FORMS
----------------------------------------------- */
input, textarea {
 	-webkit-border-radius: 0px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	padding: 1%;
	line-height: 20px;
	margin: 0 0 30px;
	background-color: #F8F8F8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: 1px solid #EAEAEA;
}
input.s {
	width: 60%;
	padding: 4px 54px 4px 10px;
	height: 36px;
	color: #777777;
	background-color: #FFFFFF;
	margin: 0;
	border: 1px solid #EAEAEA;
}
input.s:focus {
	padding-left: 10px;
	border-color: #EAEAEA;
	text-indent: 0;
}
.colormag-button,
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
   margin-bottom: 30px;
   padding: 10px 20px;
	background-color: #289dcc;
	border: 0px;
	transition: background-color 0.3s linear 0s;
   -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
   font-size: 18px;
   -moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	/*display:inline-block;*/
   color: #FFFFFF;
}
#search-form input[type="submit"] {
	border-radius: 0;
	margin-left: -8px;
	margin-bottom: 0;
	padding: 6px 10px 5px;
	font-size: 18px;
}
.colormag-button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover, .button:hover {
	background-color: #701c57 !important;
}
.previous a,
.next a {
   padding: 5px 0;
	cursor: pointer;
   font-size: 18px;
}
.previous a:hover,
.next a:hover {
	color: #289dcc;
	text-decoration: underline;
}
input[type="reset"]:active,
input[type="button"]:active,
input[type="submit"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

/* =LINKS
----------------------------------------------- */
a {
	color: #289dcc;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: none;
}

/* =IMAGES
----------------------------------------------- */
figure {
	margin: 0;
	text-align: center;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
	margin-bottom: 18px;
}
.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {

}
img.size-full, img.size-large {
	max-width: 100%;
	height: auto;
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
p img {

}
img#wpstats {
 	display: none;
}

/* =CLEARFIX
----------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}

/* =ALIGNMENT
----------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*****************************************************************/

/* =BODY
----------------------------------------------- */

body {
	    font-family: "arial";
}
#page {
	max-width: 1200px;
	margin: 0 auto;
}
.wide {
	padding-top: 0;
	padding-bottom: 0;
}
.wide #page {
	max-width: 100%;
}
.inner-wrap {
	margin: 0 auto;
    max-width: 1200px;
}

/* =HEADER
----------------------------------------------- */
#masthead {
}
#header-meta {
	background-color: #ffffff;
}
#header-text-nav-container {
	background-color: #701656;
}
#header-text-nav-wrap {
	padding: 20px 0 25px;
}
#header-left-section {
	float: left;
}
#header-logo-image {
	float: left;
   padding-right: 20px;
}
#header-logo-image img {
	margin-bottom: 0;
}
#header-text {
	float: left;
	padding-right: 20px;
}
#site-title {
	padding-bottom: 0;
	line-height: 1.2;
}
#site-title a {
	color: #289dcc;
	font-size: 46px;
}
#site-description {
	line-height: 24px;
	font-size: 16px;
	color: #666666;
	padding-bottom: 0px;
	font-family: 'Open Sans', serif;
}
#header-right-section {
	float: right;
}
#header-right-section .widget {
	text-align: right;
	color: #333333;
}
#header-right-section .widget .widget-title {
	padding-bottom: 0;
	font-size: 18px;
	line-height: 1.2;
   padding-bottom: 5px;
}
.header-image {
	margin-bottom: 0;
	border-bottom: 1px solid #EAEAEA;
	width: 100%;
}

/* =HEADER INFO TEXT
----------------------------------------------- */
.small-info-text {
	float: left;
	max-width: 100%;
	padding-right: 15px;
	padding-top: 2px;
}
.small-info-text p {
	font-size: 12px;
	color: #555555;
	margin-bottom: 0;
}

.dat-phong .col-md-3 {
	padding-top: 5px;
}

#room_fileds .col-md-3 {
	margin-top: 15px;
}


/* =SOCIAL LINKS
----------------------------------------------- */
.tin-tuc-mobile{
	display: none;
}
.fa {
	font-size: 22px;
	color: #CCCCCC;
}
.noi-dung-trai .fa
{
	font-size: 13px;
	vertical-align: 3px;
}
.noi-dung-phai .fa
{
	font-size: 13px;
	vertical-align: 2px;
}

.social-links {
	text-align: center;
   float: right;
}
.social-links ul li {
	display: inline;
}
#masthead .social-links i.fa {
   font-size: 23px;
   padding: 0 10px;
}
.social-links i.fa {
	padding: 5px 10px;
	text-align: center;
	transition: background-color 0.2s ease-out 0s;
	font-size: 25px;
}
.social-links i.fa:hover {
	color: #289dcc;
}
.social-links i.fa-twitter {color: #1BB2E9;}
.social-links i.fa-facebook {color: #3B5A9B;}
.social-links i.fa-youtube {color: #ED3F41;}
.social-links i.fa-vimeo-square {color: #44BBFF;}
.social-links i.fa-skype {color: #009CEF;}
.social-links i.fa-linkedin {color: #007BB6;}
.social-links i.fa-google-plus {color: #DC4937;}
.social-links i.fa-github {color: #4183C4;}
.social-links i.fa-flickr {color: #0062DD;}
.social-links i.fa-dribbble {color: #E24D87;}
.social-links i.fa-instagram {color: #3F729B;}
.social-links i.fa-pinterest {color: #D5282E;}
.social-links i.fa-stumbleupon {color: #EC4823;}
.social-links i.fa-tumblr {color: #455469;}
.social-links i.fa-wordpress {color: #21759B;}
.social-links i.fa-codepen {color: #CCCCCC;}
.social-links i.fa-digg {color: #14589E;}
.social-links i.fa-reddit {color: #FF4500;}

/* =SEARCH WIDGET
----------------------------------------------- */
#masthead .search-wrap input.s {
   width: 200px;
}
.fa.search-top {
   color: #ffffff;
   cursor: pointer;
   font-size: 21px;
   padding: 11px 12px;
   position: absolute;
   right: 44px;
   top: 0;
}
.fa.search-top:hover {
   background-color: #289dcc;
}

.fa-angle-left {
	margin-right: 8px;
}

.search-wrap {
   position: relative;
}
.search-wrap button {
   border-radius: 0;
   color: #fff;
   line-height: 45px;
   margin-bottom: 0;
   padding: 0 15px;
   position: absolute;
   top: 0;
   right: 0;
}
.search-icon:before {
   content: "\f002";
   font-family: FontAwesome;
   font-style: normal;
   font-weight: normal;
   text-decoration: inherit;
   color: #ffffff;
   font-size: 18px;
}
.search-form-top {
   border: 1px solid #eaeaea;
   display: none;
   padding: 10px;
   position: absolute;
   right: 0;
   top: 44px;
   z-index: 9999;
   background-color: #ffffff;
}
.not-found .search-wrap button {
   right: 175px;
}
#secondary .search-wrap button {
   right: 26px;
}

/* =RANDOM POST
----------------------------------------------- */
.random-post {
   position: absolute;
   right: 0;
   top: 0;
}
.random-post .fa-random {
   color: #fff;
   font-size: 20px;
   vertical-align: middle;
}
.main-navigation .random-post a {
   padding: 10px 12px;
   border-bottom: none;
}

/* =NAVIGATION
----------------------------------------------- */
nav li > ul,
nav li > ol {
	margin: 0;
	list-style: none;
}
#site-navigation {
   box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
   position: relative;
   background-color: #232323;
   border-top: 4px solid #289dcc;
}
#site-navigation .inner-wrap {
   position: relative;
}
.home-icon {
   float: left;
}
.home-icon .fa {
   color: #ffffff;
   font-size: 27px;
}
.home-icon.front_page_on {
   background-color: #289dcc;
}
.main-navigation .home-icon a {
   padding: 7px 10px 6px;
}
.main-small-navigation .home-icon a {
   padding: 7px 10px;
}
.main-navigation {
	width: 100%;
	text-align: center;
}
.main-navigation li {
	float: left;
	position: relative;
	font-family: 'Open Sans', serif;
	font-weight: 300;
}
.main-navigation a {
   color: #ffffff;
	display: block;
	float: none;
	font-size: 14px;
   font-weight: 600;
	padding: 10px 12px;
   
}
.main-navigation li.default-menu,
li.default-menu {
	display: none;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-menu-item a:after,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a,
.main-navigation li.menu-item-has-children:hover > a:after {
	color: #ffffff;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li:hover > a {
   color: #fff200;
}
.main-navigation li.menu-item-has-children > a:after,
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after,
.main-navigation li li.page_item_has_children > a:after, .menu-item-32232 > a:after {
   font-family: FontAwesome;
   font-style: normal;
   font-weight: normal;
   text-decoration: inherit;
   color: #ffffff;
   font-size: 14px;
   padding-left: 6px;
}
.main-navigation li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after, .menu-item-32232 > a:after {
   content: "\f107";
   color: #ffffff;
}
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li li.page_item_has_children > a:after {
   content: "\f105";
   position: absolute;
   right: 8px;
}
.sub-toggle{
	display: none;
}
/* =DROP DOWN
----------------------------------------------- */
.main-navigation .sub-menu,
.main-navigation .children {
   background-color: #701c57;
}
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
	display:none;
	z-index: 100;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
	display:block;
}
.main-navigation ul li ul {
	position: absolute;
	width: 200px;
	top: 42px;
}
.main-navigation ul li ul li {
	float: none;
}
.main-navigation ul li ul li a {
   border-top: none;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
	float: none;
	font-size: 14px;
	height: 100%;
	padding: 10px 15px;
	color: #ffffff;
	width: 170px;
   text-align: left;
   text-transform: none;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
   color: #FFFFFF;
   background-color: #289dcc;
}
.main-navigation ul li ul li ul {
	left: 200px;
	top: 0;
}
.main-navigation select {
	display: none;
}

/* =RESPONSIVE MENU
----------------------------------------------- */
.menu-toggle, .top-menu-toggle {
	display: none;
	cursor: pointer;
}
.site-header .menu-toggle {
	color: #ffffff;
	margin: 0;
	text-align: center;
	font-family: 'Open Sans', serif;
   padding-bottom: 0;
}
.site-header .menu-toggle:hover {
   background-color: #289dcc;
}
.site-header .menu-toggle:before {
	content: "\f0c9";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 23px;
	color: #ffffff;
   padding: 8px 12px;
   display: block;
}
.main-small-navigation {
	float: none;
}
.main-small-navigation .menu-primary-container,
.main-small-navigation .nav-menu {
   padding-top: 43px;
}
.main-small-navigation ul {
  margin: 0;
  list-style: none;
}
.main-small-navigation a {
  display: block;
  font-size: 14px;
  color: #333333;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.main-small-navigation .random-post a {
   padding: 7px 12px;
   border-bottom: none;
}
.main-small-navigation li {
  background-color: #FFFFFF;
}
.main-small-navigation li a:hover {
  background-color: #289dcc;
  color: #FFFFFF;
}
.main-small-navigation ul ul a {
  padding-left: 45px;
  text-transform: none;
}
.main-small-navigation ul ul ul a {
  padding-left: 90px;
}
.main-small-navigation .current_page_item > a,
.main-small-navigation .current-menu-item > a {
  background: #289dcc;
  color: #FFFFFF;
}

/* =PAGE HEADER TITLE
----------------------------------------------- */
.page-header .page-title {
	border-bottom: 1px solid #f8f8f8;
	margin-bottom: 30px;
}

/* =CONTENT
----------------------------------------------- */
.sticky {
}
#main {
	
	padding-bottom: 20px;
	/*background-color: #ffffff;*/
	background-color: #e6e7e8;
}
.page-template-khach_san #main,.post-214,.post-11987{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.home #main {
	background-color: #ffffff;
}
#main.page-tour{
	background-color: #e6e7e8;
}
article .content-tour {
	background: white;
}

/* =POST FORMAT
----------------------------------------------- */
/* POST FORMAT LINK */
.format-link .entry-content p {
	text-align: center;
	padding-top: 30px;
}
.format-link .entry-content a {
	text-decoration: underline;
	text-transform: uppercase;
	padding: 15px 40px;
	border-radius: 3px;
	background-color: #289dcc;
   color: #FFFFFF;
   transition: background-color 0.3s linear 0s;
   display: inline-block;
}
.format-link .entry-content a:hover {
	background-color: #33363B;
}

/* POST FORMAT ASIDE */
.format-aside .entry-header { display: none; }

/* POST FORMAT STATUS */

/* POST FORMAT STANDARD */

/* =2,3,4 COLUMNS
----------------------------------------------- */
/* Two COLUMN */
.tg-one-half {
	float: left;
	width: 48%;
	padding: 0px 0px 30px;
}
.tg-one-half-last {
	float: right;
}

/* =NAVIGATION
----------------------------------------------- */
.default-wp-page {
	clear: both;
}
.default-wp-page .previous {
	float: left;
	padding: 30px 0;
}
.default-wp-page .next {
	float: right;
	padding: 30px 0;
}

/* =WP PAGENAVI PLUGIN
----------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin-bottom: 24px;
}
#content .wp-pagenavi .page,
#content .wp-pagenavi a {
	    padding: 7px 15px;
    color: #777777;
    border: 1px solid #999b9d;
    font-size: 21px;
    font-weight: bold;
    background-color: white;
    border: unset;
}
.wp-pagenavi span
{
	padding: 7px 10px;
    color: #777777;
    border: 1px solid #999b9d;
    font-size: 21px;
    font-weight: bold;
}
	
#content .wp-pagenavi .current,
#content .wp-pagenavi a:hover {
	padding: 7.6px 15px;
	color: #FFFFFF;
	background-color: #289dcc;
	border: 1px solid #F2F2F2;
	font-size: 21px;
	font-weight: bold;
}
#content .wp-pagenavi a,
#content .wp-pagenavi span {
	margin-left: 5px;
	border-radius: 2px;
}
#content .wp-pagenavi span.pages {
	margin-left: 0;
	color: #777777;
	padding: 4px 10px;
	border: 1px solid #F2F2F2;
}

/* =PAGINATION
----------------------------------------------- */
.pagination {
	margin: 15px 0;
}
.pagination span {
	padding: 2px 5px;
	border: 1px solid #EAEAEA;
	background-color: #289dcc;
	color: #FFFFFF;
}
.pagination a span {
	background-color: #FFFFFF;
	color: #777777;
}
.pagination a span:hover {
	color: #289dcc;
	border-color: #289dcc;
	text-decoration: none;
}

/* =MEDIA
----------------------------------------------- */
.wp-caption {
	border: 1px solid #cccccc;
	margin-bottom: 1.5rem;
	max-width: 100%;
}
#colophon .wp-caption {
	border: 1px solid #444444;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075rem 0;
}
.gallery-caption {
}

/* =WORDPRESS GALLERY SUPPORT
----------------------------------------------- */
.gallery {
   margin: 0 auto 15px;
}
.gallery-item {
   display: inline-block;
   padding: 15px 2%;
   text-align: center;
   vertical-align: top;
   width: 100%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
   padding: 15px 1%;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
   padding: 10px 0.5%;
}
.gallery-columns-2 .gallery-item { width:50%; }
.gallery-columns-3 .gallery-item { width:33.33%; }
.gallery-columns-4 .gallery-item { width:25%; }
.gallery-columns-5 .gallery-item { width:20%; }
.gallery-columns-6 .gallery-item { width:16.66%; }
.gallery-columns-7 .gallery-item { width:14.28%; }
.gallery-columns-8 .gallery-item { width:12.5%; }
.gallery-columns-9 .gallery-item { width:11.11%; }
.gallery-icon img {
   margin: 0 auto;
}
.gallery .gallery-caption {
   font-size: 12px;
   line-height: 1.2;
   padding-top: 5px;
}

/* =COMMENTS
----------------------------------------------- */
#comments {
	border-top: 1px solid #F8F8F8;
   padding-top: 15px;
}
#comments i {
	font-size: 16px;
	color: #AAAAAA;
	padding-right: 10px;
}
.comments-title {
	font-size: 24px;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-navigation {
	margin-bottom: 15px;
}
.bypostauthor {
}
#comments .comments-title {
	margin-bottom: 10px;
}
.avatar {
	border-radius: 50%;
	float: left;
}
.comments-area article header {
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
}
.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {
	display: block;
	margin-left: 100px;
	color: #999999;
}
#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
	color: #289dcc;
}
.comments-area .comment-author-link a {
	color: #999999;
}
.comments-area .comment-author-link a:hover {
	color: #289dcc;
}
.comments-area .comment-author-link span {
	margin-left: 10px;
	padding: 0 5px;
	background-color: #289dcc;
	color: #FFFFFF;
	border-radius: 3px;
}
.comments-area article header .comment-edit-link:before{
	content: "\f044";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #AAAAAA;
	font-size: 16px;
	padding-right: 10px;
}
.comment-content {
	padding: 15px 15px 25px;
	background-color: #F8F8F8;
	border: 1px solid #EAEAEA;
	border-radius: 2px;
}
.comment {
	margin-bottom: 20px;
}
.comment ul, .comment ol {
   margin: 0 0 20px 20px;
}
.comment ul {
   list-style: square outside none;
}
.comment .comment-reply-link {
	float: right;
	color: #AAAAAA;
}
.comment .comment-reply-link:before {
	content: "\f112";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #AAAAAA;
	font-size: 16px;
	padding-right: 10px;
}
.comment .comment-reply-link:hover {
	color: #289dcc;
}
.comment-list {
	margin-bottom: 25px;
}
.comment-list .children {
   margin-left: 20px;
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
}
.screen-reader-text { display: none; }
.nav-previous,
.nav-next {
   margin-bottom: 15px;
}
.nav-previous a,
.nav-next a {
   color: #289dcc;
	cursor: pointer;
   font-size: 16px;
}
.nav-previous a { float: left; }
.nav-next a { float: right; }
.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}

/* =COMMENT FORM
----------------------------------------------- */
#respond {
}
#respond h3#reply-title {
	font-size: 22px;
	line-height: 28px;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 1rem;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
}
#respond form label {
	display: block;
	line-height: 1.5;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	font-size: 16px;
	line-height: 1;
	color: #5e5e5e;
	display: none;
}
.required {
	color: red;
}

/* =WIDGETS
----------------------------------------------- */
#secondary .widget ul li, #colophon .widget ul li {
	line-height: 1.5;
	padding: 5px 0;
}
#colophon .widget ul li {
	border-bottom: 1px solid #444444;
}
#secondary .widget ul li li, #colophon .widget ul li li {
	border-bottom: none;
}
#secondary .widget ul ul, #colophon .widget ul ul {
	padding-left: 10px;
}
.widget select {
	border: 1px solid #DDDDDD;
	color: #777777;
	padding: 2px;
	width: 60%;
}
#secondary .widget-title {
	border-bottom: 2px solid #289dcc;
   font-size: 18px;
   margin-bottom: 15px;
   padding-bottom: 0;
}
#secondary .widget-title span {
   background-color: #289dcc;
   color: #fff;
   padding: 6px 12px;
   display: inline-block;
}
#secondary .widget, .error-404 .widget {
	margin-bottom: 35px;
	font-size: 14px;
   background-color: #ffffff;
}
#secondary .widget p {
   font-size: 14px;
}
#secondary a:hover {
	text-decoration: underline;
}
.error-404 {
	padding-bottom: 20px;
	text-align: center;
}
.error-404 input.s {
	width: 50%;
}
#secondary .widget-title a.rsswidget {
   color: #fff;
}

/* =FOOTER WIDGET AREA
----------------------------------------------- */
.footer-widgets-wrapper {
	border-top: 1px solid #F2F2F2;
	background-color: #303440;
}
.footer-widgets-area {
	padding-top: 45px;
	padding-bottom: 10px;
	color: #cccccc;
}

.tg-footer-main-widget {
   width: 39.473684%;
   float: left;
   margin-right: 2.631579%
}
.tg-footer-other-widgets {
   float: right;
   width: 57.894737%;
}

.tg-first-footer-widget {
}
.tg-second-footer-widget,
.tg-third-footer-widget {
   width: 30.303030%;
   float: left;
   margin-right: 4.545454%
}
.tg-fourth-footer-widget {
   width: 30.303030%;
   float: right;
   margin-right: 0;
}


.nd_tintuc{
	background: white;
}
.footer-widgets-area .widget-title {
   border-bottom: 2px solid #289dcc;
   font-size: 18px;
   margin-bottom: 15px;
   padding-bottom: 0;
}
.footer-widgets-area .widget-title span {
   background-color: #289dcc;
   color: #fff;
   padding: 6px 12px;
   display: inline-block;
}
.footer-widgets-area p {
	text-align: left;
	color: #aaaaaa;
}
.footer-widgets-area a {
	color: #FFFFFF;
}
.footer-widgets-area a:hover {
	color: #289dcc;
}
#colophon .widget {
	margin-bottom: 40px;
}
#colophon, #colophon p {
	font-size: 14px;
	line-height: 1.4;
}

/* =FOOTER ADVERTISEMENT AREA
----------------------------------------------- */
.advertisement_above_footer {
   background-color: #ffffff;
}
.advertisement_above_footer .widget-title {
   border-bottom: 2px solid #289dcc;
   font-size: 18px;
   margin-bottom: 15px;
   padding-bottom: 0;
}
.advertisement_above_footer .widget-title span {
   background-color: #289dcc;
   color: #fff;
   padding: 6px 12px;
   display: inline-block;
}

/* =FOOTER SOCKET AREA
----------------------------------------------- */
.footer-socket-wrapper {
   padding: 20px 0px 50px;
   background-color: #303440;
}
.footer-socket-area {
   width: 100%;
}
.footer-socket-right-section {
   float: right;
}
.footer-socket-left-section {
   float: left;
}
.footer-socket-wrapper .copyright {
   color: #b1b6b6;
   float: left;
   font-size: 14px;
   max-width: 50%;
}
.footer-socket-wrapper .copyright a {
   color: #b1b6b6;
   border-bottom: 1px solid #5a5d62;
}
.footer-socket-wrapper .copyright a:hover {
   color: #ffffff;
}
.footer-socket-wrapper .small-menu {
   float: right;
}
.footer-socket-wrapper .small-menu a {
   padding-top: 0;
}
.footer-socket-wrapper .small-menu ul li ul {
   top: 21px;
}

/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
	bottom: 0px;
	position: fixed;
	right: 4px;
	display: none;
}
a#scroll-up i {
	font-size: 55px;
	color: #289dcc;
}
a#scroll-up:hover {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#icon-fb
{
	bottom: 0px;
    position: fixed;
    left: 10px;
}
#icon-fb:hover
{
	opacity: 1;
}

#icon-zalo
{
	bottom: 65px;
    position: fixed;
    left: 10px;
}
#icon-zalo:hover
{
	opacity: 1;
}

#icon-zalo img {
	width: 60px;
	cursor:pointer;
}

/* =PRIMARY AND SECONDARY CONTENT AREA
----------------------------------------------- */
#primary {
	float: left;
	width: 70.17543859%;
}
#secondary {
	float: right;
	width: 27.19298245%;
}

/* =LEFT SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.left-sidebar #primary {
	float: right;
}
.left-sidebar #secondary {
	float: left;
}

/* =NO SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.no-sidebar #primary {
	float: none;
	margin: 0 auto;
}
.no-sidebar-full-width #primary {
	width: 100%;
}
.no-sidebar #secondary,
.no-sidebar-full-width #secondary {
	display: none;
}

.widget_featured_posts .article-content .above-entry-meta .cat-links a {
   background-color: #289dcc;
   border-radius: 3px;
   color: #ffffff;
   font-size: 12px;
   padding: 3px 10px;
   display: inline-block;
}
.widget_featured_posts .article-content .entry-title {
   padding: 10px 0 0;
   font-size: 22px;
}
.widget_featured_posts .article-content .entry-title a {
   color: #232323;
   text-shadow: none;
}
.widget_featured_posts .article-content .below-entry-meta .posted-on,
.widget_featured_posts .article-content .below-entry-meta .byline {
   padding-right: 10px;
}
.widget_featured_posts .article-content .below-entry-meta .posted-on .fa {
   color: #888888;
   font-size: 10px;
   padding-right: 3px;
}
.widget_featured_posts .article-content .below-entry-meta .byline .fa,
.widget_featured_posts .article-content .below-entry-meta .comments .fa {
   color: #888888;
   padding-right: 5px;
   font-size: 11px;
}
.widget_featured_posts .article-content .below-entry-meta .posted-on a,
.widget_featured_posts .article-content .below-entry-meta .byline a,
.widget_featured_posts .article-content .below-entry-meta .comments a {
   font-size: 12px;
}

/* =POST CONTENT
----------------------------------------------- */
.page-header .page-title {
   border-bottom: 2px solid #289dcc;
   font-size: 18px;
   margin-bottom: 15px;
   padding-bottom: 0;
}
.page-header .page-title span {
   background-color: #289dcc;
   color: #fff;
   padding: 6px 12px;
   display: inline-block;
}
.archive #content .post p {
   font-size: 14px;
}
.archive #content .post:nth-child(2n+1) {
   float: right;
   width: 48.7013%;
}
.archive #content .post:nth-child(2n) {
   float: left;
   width: 48.7013%;
   clear: both;
}
.archive #content .post:first-child {
   float: none;
   width: 100%;
}
.archive #content .post:not(:first-child) .article-content .entry-title {
   font-size: 22px;
}
#content .post {
}
.single #content .post,
#content .post {
   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
#content .post {
   margin-bottom: 30px;
}
.single #content .post {
   margin-bottom: 0;
}
#content .post img {
   margin-bottom: 0;
}
#content .post .article-content {
   padding: 15px;
}
#content .post .article-content .above-entry-meta .cat-links a {
   background-color: #289dcc;
   border-radius: 3px;
   color: #ffffff;
   font-size: 12px;
   padding: 3px 10px;
}
#content .post .article-content .entry-title {
   padding: 5px 0 0;
   font-size: 32px;
}
#content .post .article-content .entry-title a {
   color: #232323;
}
#content .post .article-content .entry-title a:hover {
   color: #289dcc;
}
#content .post .article-content .below-entry-meta .posted-on,
#content .post .article-content .below-entry-meta .byline,
#content .post .article-content .below-entry-meta .comments,
#content .post .article-content .below-entry-meta .tag-links {
   padding-right: 10px;
}
#content .post .article-content .below-entry-meta .posted-on .fa {
   color: #888888;
   font-size: 10px;
   padding-right: 3px;
}
#content .post .article-content .below-entry-meta .byline .fa,
#content .post .article-content .below-entry-meta .comments .fa,
#content .post .article-content .below-entry-meta .tag-links .fa,
#content .post .article-content .below-entry-meta .edit-link .fa {
   color: #888888;
   padding-right: 5px;
   font-size: 11px;
}
#content .post .article-content .below-entry-meta .posted-on a,
#content .post .article-content .below-entry-meta .byline a,
#content .post .article-content .below-entry-meta .comments a,
#content .post .article-content .below-entry-meta .tag-links a,
#content .post .article-content .below-entry-meta .edit-link a {
  font-size: 12px;
}
#content .post .article-content .below-entry-meta {
   padding-bottom: 20px;
}
.below-entry-meta .updated {
  display: none;
}


.type-post .entry-title,
.type-page .entry-title {
	font-size: 34px;
	line-height: 1.2;
}
.post .entry-title a, .search .entry-title a {
	color: #333333;
	transition: all 0.3s ease 0s
}
.post .entry-title a:hover, .search .entry-title a:hover {
	color: #289dcc;
}
.post .entry-content {
	margin-bottom: 10px;
}
.entry-content ul {
	list-style: square;
}
.entry-content ul,
.entry-content ol {
	padding: 0 0 0 35px;
   margin-bottom: 30px;
}
.entry-content li > ul,
.entry-content li > ol {
	margin-bottom: 0;
}
.entry-content li {
	line-height: 1.3;
}
.post .entry-content a:hover {
	text-decoration: underline;
}
.entry-meta {
	color:#aaa;
	padding-bottom: 20px;
}
.entry-meta .byline i,
.entry-meta .cat-links i {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	color: #289dcc;
}
.entry-meta .byline a,
.entry-meta .cat-links a {
	font-size: 20px;
}
.entry-meta .byline,
.entry-meta .cat-links {
}
.entry-meta .byline {
	margin-right: 25px;
}
.entry-meta a {
	color:#289dcc
}
.entry-meta a:hover {
	text-decoration: underline;
}
.entry-meta .sep {
	display:block;
	border-top:1px solid #f2f2f2;
	position:relative;
	margin: 10px 0 10px 0;
}
.entry-meta .post-format {
	padding: 5px;
	position: absolute;
	right: -64px;
	top: -32px;
}
.entry-meta .post-format i {
	background-color: #289dcc;
	border-radius: 5px;
	color: #FFFFFF;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding: 12px 8px 8px 8px;
}
.entry-meta .posted-on,
.entry-meta .comments-link,
.entry-meta .edit-link,
.entry-meta .tag-links {
	font-size:12px;
	line-height:20px;
	margin-right:25px;
}
.entry-meta .posted-on a,
.entry-meta .comments-link a,
.entry-meta .edit-link a,
.entry-meta .tag-links a {
	color:#aaa;
	font-size: 14px;
}
.entry-meta .posted-on a:hover,
.entry-meta .comments-link a:hover,
.entry-meta .edit-link a:hover,
.entry-meta .tag-links a:hover {
	color:#289dcc;
	text-decoration:none;
}
.entry-meta .posted-on i,
.entry-meta .comments-link i,
.entry-meta .edit-link i,
.entry-meta .tag-links i {
	font-size:14px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration:none
}
.entry-content a.read-more:hover {
	text-decoration: none;
}
.single #content .tags a {
	border: 1px solid #EAEAEA;
	padding: 3px 5px;
	border-radius: 3px;
	color: #777777;
}
.single #content .tags a:hover {
	color: #289dcc;
	text-decoration: none;
}

.more-link {
   display: inline-block;
   background-color: #289dcc;
   border-radius: 3px;
}
.more-link span {
   font-size: 12px;
   padding: 5px 10px;
   color: #FFFFFF;
   cursor: pointer;
   display: inline-block;
}
.more-link  span:hover {
   background-color: rgba(0, 0, 0, 0.1);
}

/* =FEATURED BLOG
----------------------------------------------- */
.no-post-thumbnail {
	background-color: #289dcc;
}
.tg-two-column-post-left {
	float: left;
	clear: both;
}
.tg-two-column-post-right {
	float: right;
}
.post-box {
	width: 48.5%;
	height: auto;
   margin-bottom: 30px;
   position: relative;
}
.yes-post-thumbnail.post-box {
	height: auto;
}
.post-box img {
	margin-bottom: 0;
}
.post-box .post-content-area {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%); /* IE 9 */
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   width: 100%;
   text-align: center;
}
.post-box .entry-title {
	padding-bottom: 0;
}
.post.post-box .entry-title a {
	color: #fff;
	text-shadow: 1px 1px 1px #000000;
	font-size: 28px;
	text-transform: uppercase;
	padding: 10px;
}
.post.post-box .entry-title a:hover {
	color: #289dcc;
}
.post-box .entry-title:after {
	background: none repeat scroll 0 0 #fff;
	content: "";
	display: block;
	height: 2px;
	margin: 15px auto;
	width: 100px;
}
.post-box .entry-meta {
	padding-bottom: 0;
}
.post-box .entry-meta span .fa {
	color: #fff;
}
.post-box .entry-meta .posted-on a,
.post-box .entry-meta .cat-links a  {
	color: #fff;
	text-shadow: 1px 1px 1px #000000;
	font-size: 16px;
}
.post-box .entry-meta .posted-on i,
.post-box .entry-meta .cat-links i {
	color: #ffffff;
}
.post-box .entry-meta .posted-on a:hover,
.post-box .entry-meta .cat-links a:hover {
	color: #289dcc;
	text-decoration: none;
}

/* =FRONT PAGE WIDGET AREAS
----------------------------------------------- */
.widget_slider_area {
   float: left;
   width: 55.26315789%;
}
.widget_beside_slider {
   float: right;
   width: 43.85964912%;
}
.phan-trang-tin-tuc{
	position: absolute;
    right: 0;
    top: 48%;
}

/* Slider widget meta CSS */
.widget_featured_slider .single-slide {
   position: relative;
}
.widget_featured_slider img {
   margin-bottom: 0;
}
.widget_featured_slider .slide-content {
   position: absolute;
   bottom: 0;
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
   background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
   background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0.3));
   padding-bottom: 20px;
   padding-left: 5%;
   position: absolute;
   width: 95%;
}
.zalo img{
	background: #701c57;
	border-radius: 9px;
}
.widget_featured_slider .slide-content .above-entry-meta .cat-links a {
   background-color: #289dcc;
   border-radius: 3px;
   color: #ffffff;
   font-size: 12px;
   padding: 3px 10px;
}
.widget_featured_slider .slide-content .entry-title {
   padding: 10px 0 0;
   font-size: 22px;
}
.widget_featured_slider .slide-content .entry-title a {
   color: #ffffff;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.widget_featured_slider .slide-content .entry-title a:hover {
   color: #289dcc;
}
.widget_featured_slider .slide-content .below-entry-meta .posted-on,
.widget_featured_slider .slide-content .below-entry-meta .byline {
   padding-right: 10px;
}
.widget_featured_slider .slide-content .below-entry-meta .posted-on .fa {
   color: #ffffff;
   font-size: 10px;
   padding-right: 3px;
}
.widget_featured_slider .slide-content .below-entry-meta .byline .fa,
.widget_featured_slider .slide-content .below-entry-meta .comments .fa {
   color: #ffffff;
   padding-right: 5px;
   font-size: 11px;
}
.widget_featured_slider .slide-content .below-entry-meta .posted-on a,
.widget_featured_slider .slide-content .below-entry-meta .byline a,
.widget_featured_slider .slide-content .below-entry-meta .comments a,
.widget_featured_slider .slide-content .below-entry-meta .comments span {
   color: #ffffff;
   font-size: 12px;
}
.widget_featured_slider .slide-content .below-entry-meta .posted-on a:hover,
.widget_featured_slider .slide-content .below-entry-meta .byline a:hover,
.widget_featured_slider .slide-content .below-entry-meta .comments a:hover {
   color: #289dcc;
}

/* Highlighted posts widget */
.widget_highlighted_posts .single-article {
   position: relative;
   float: left;
   margin-bottom: 10px;
   margin-right: 2%;
   max-width: 49%;
}
.widget_highlighted_posts .single-article:nth-child(even) {
   margin-right: 0;
}
.widget_highlighted_posts img {
   margin-bottom: 0;
}
.widget_highlighted_posts .article-content {
   position: absolute;
   bottom: 0;
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
   background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
   background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0.8));
   padding-bottom: 10px;
   padding-left: 5%;
   position: absolute;
   width: 95%;
}
.widget_highlighted_posts .above-entry-meta {
   display: none;
}
.widget_highlighted_posts .article-content .above-entry-meta .cat-links a {
   background-color: #289dcc;
   border-radius: 3px;
   color: #ffffff;
   font-size: 12px;
   padding: 3px 10px;
}
.widget_highlighted_posts .article-content .entry-title {
   padding: 10px 0 0;
   font-size: 16px;
}
.widget_highlighted_posts .article-content .entry-title a {
   color: #ffffff;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.widget_highlighted_posts .article-content .entry-title a:hover {
   color: #289dcc;
}
.widget_highlighted_posts .article-content .below-entry-meta .posted-on,
.widget_highlighted_posts .article-content .below-entry-meta .byline {
   padding-right: 10px;
}
.widget_highlighted_posts .article-content .below-entry-meta .byline {
   display: none;
}
.widget_highlighted_posts .article-content .below-entry-meta .posted-on .fa {
   color: #ffffff;
   font-size: 10px;
   padding-right: 3px;
}
.widget_highlighted_posts .article-content .below-entry-meta .byline .fa,
.widget_highlighted_posts .article-content .below-entry-meta .comments .fa {
   color: #ffffff;
   padding-right: 5px;
   font-size: 11px;
}
.widget_highlighted_posts .article-content .below-entry-meta .posted-on a,
.widget_highlighted_posts .article-content .below-entry-meta .byline a,
.widget_highlighted_posts .article-content .below-entry-meta .comments a,
.widget_highlighted_posts .article-content .below-entry-meta .comments span {
   color: #ffffff;
   font-size: 11px;
}
.widget_highlighted_posts .article-content .below-entry-meta .posted-on a:hover,
.widget_highlighted_posts .article-content .below-entry-meta .byline a:hover,
.widget_highlighted_posts .article-content .below-entry-meta .comments a:hover {
   color: #289dcc;
}
.widget_highlighted_posts .widget-title {
   color: #555555;
   font-size: 24px;
}

/* TG:All Posts Widget Styling */
.blog .post:nth-child(2n) {
   float: left;
   width: 48.7013%;
   clear: both;
}
.blog .post:nth-child(2n+1) {
  float: right;
  width: 48.7013%;
}
.blog .post:first-child {
   float: none;
   width: 100%;
}
.blog .post .article-content .below-entry-meta .edit-link a,
.blog .post .article-content .below-entry-meta .tag-links a {
   font-size: 12px;
}
.blog .post .article-content .below-entry-meta .edit-link .fa,
.blog .post .article-content .below-entry-meta .tag-links .fa {
   color: #888888;
   padding-right: 5px;
   font-size: 11px;
}
.khach-hang-tieu-bieu .item a{
		background-color: #701c57;
	    display: block;
	    position: relative;
	    margin-top: 0px;
	}
.blog .post .article-content .below-entry-meta .tag-links {
   padding-right: 10px;
}
/* Search Page */
.search .status-publish{
	margin-bottom:20px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.search .status-publish:nth-child(2n) {
	float: left;
	width: 48.7013%;
	clear: both;
}
.search .status-publish:nth-child(2n+1) {
	float: right;
	width: 48.7013%;
}
.search .status-publish:first-child {
	float: none;
	width: 100%;
}
.search .status-publish .article-content {
	padding: 15px;
}

/* =FRONT PAGE MAIN CONTENT SECTION
----------------------------------------------- */
.main-content-section {
   padding-top: 20px;
}
.main-content-section .tg-one-half {
   width: 48.75%;
   padding-bottom: 0;
}
.khoang-cach-chi-tiet-khach-san{
		    height: 30px;
    background: #e6e7e8;
}
/*.next-back-slider img{
	width: 600px !important;
	height: 400px !important;
}*/
.posted-on a,
.byline a,
.comments a,
.comments span,
.tag-links a,
.edit-link a {
   color: #888888;
}
.posted-on a:hover,
.byline a:hover,
.comments a:hover,
.tag-links a:hover,
.edit-link a:hover {
   color: #289dcc;
}

/* Featured posts widget */
.widget_featured_posts .article-content .above-entry-meta .cat-links a {
   background-color: #289dcc;
   border-radius: 3px;
   color: #ffffff;
   font-size: 12px;
   padding: 3px 10px;
}
.widget_featured_posts .article-content .entry-title {
   padding: 10px 0 0;
   font-size: 22px;
}
.widget_featured_posts .article-content .entry-title a {
   color: #232323;
   text-shadow: none;
}
.widget_featured_posts .article-content .entry-title a:hover {
   color: #289dcc;
}
.widget_featured_posts .article-content .below-entry-meta .posted-on,
.widget_featured_posts .article-content .below-entry-meta .byline {
   padding-right: 10px;
}
.widget_featured_posts .article-content .below-entry-meta .posted-on .fa {
   color: #888888;
   font-size: 10px;
   padding-right: 3px;
}
.widget_featured_posts .article-content .below-entry-meta .byline .fa,
.widget_featured_posts .article-content .below-entry-meta .comments .fa {
   color: #888888;
   padding-right: 5px;
   font-size: 11px;
}
.widget_featured_posts .article-content .below-entry-meta .posted-on a,
.widget_featured_posts .article-content .below-entry-meta .byline a,
.widget_featured_posts .article-content .below-entry-meta .comments a,
.widget_featured_posts .article-content .below-entry-meta .comments span {
   font-size: 12px;
}

.widget_featured_posts {
   margin-bottom: 30px;
}
.widget_featured_posts .widget-title {
   border-bottom: 2px solid #289dcc;
   font-size: 18px;
   margin-bottom: 15px;
   padding-bottom: 0;
}
.widget_featured_posts .widget-title span {
   background-color: #289dcc;
   color: #fff;
   padding: 6px 12px;
   display: inline-block;
}
.widget_featured_posts img {
   margin-bottom: 18px;
}
.widget_featured_posts .first-post {
   float: left;
   width: 48.70129870%;
   margin-bottom: 20px;
}
.widget_featured_posts .following-post {
   float: right;
   width: 48.70129870%;
}
.widget_featured_posts .following-post .byline {
   display: none;
}
.widget_featured_posts.widget_featured_posts_vertical .first-post,
.widget_featured_posts.widget_featured_posts_vertical .following-post {
   float: none;
   width: 100%;
}
.widget_featured_posts .single-article {
   background-color: #ffffff;
   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.widget_featured_posts .article-content {
   padding: 0 15px 5px;
}
.widget_featured_posts .article-content .below-entry-meta {
   margin-bottom: 12px;
}
.widget_featured_posts .article-content .entry-content p {
   font-size: 14px;
}
.widget_featured_posts .following-post .single-article {
   margin-bottom: 15px;
}
.widget_featured_posts .following-post figure {
   float: left;
   margin-right: 10px;
}
#secondary .widget_featured_posts .following-post .article-content .entry-title {
   font-size: 14px;
   line-height: 1.4;
}
.widget_featured_posts .following-post .article-content .entry-title {
   font-size: 18px;
}
.widget_featured_posts .following-post .article-content .below-entry-meta .posted-on a,
.widget_featured_posts .following-post .article-content .below-entry-meta .byline a {
   font-size: 11px;
}
.widget_featured_posts .following-post .article-content .below-entry-meta {
   margin-bottom: 0;
}
.widget_featured_posts .following-post img {
   margin-bottom: 0;
}
.widget_featured_posts .following-post .above-entry-meta {
   display: none;
}

.news-bar {
   background-color: #ffffff;
   padding: 8px 0 4px;
   -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
   box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
   font-size: 14px;
}
.breaking-news {
   float: left;
}
.breaking-news div {
   display: none;
}
.breaking-news-latest {
   color: #555555;
   margin-right: 0;
   position: relative;
   margin-top: 0px;
   vertical-align: top;
}
/* The HTML list gets replaced with a single div,
   which contains the active ticker item, so you
   can easily style that as well */
.breaking-news div {
   display: inline-block;
   word-wrap: break-word;
}
.date-in-header {
   float: left;
   color: #555555;
   font-size: 14px;
   padding-right: 15px;
}
.newsticker {
   display: inline-block;
   padding-left: 0;
   overflow: hidden;
   height: 20px;
}
.author-box {
   width: 100%;
   display: inline-block;
   padding: 10px;
   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
   margin-bottom: 25px;
}
.author-img img {
   margin-right: 15px;
}
.author-name {
   padding-bottom: 10px;
   font-size: 20px;
}
.author-description {
}

/* Related Posts */
.related-posts-main-title {
}
.related-posts-main-title .fa {
   color: #289dcc;
}
.related-posts-main-title span {
   font-size: 26px;
   padding-left: 10px;
}


.single-related-posts {
   width: 32.5%;
   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
   margin-right: 1.25%;
   float: left;
   margin-bottom: 25px;
}
.single-related-posts img {
   margin-bottom: 0;
}
.related-posts .single-related-posts:nth-child(3n+3) {
   margin-right: 0;
}
.single-related-posts .article-content {
   padding: 0 10px 5px;
}
.single-related-posts .byline {
   display: none;
}
.single-related-posts .article-content .entry-title {
   padding: 10px 0 0;
   font-size: 18px;
}
.single-related-posts .article-content .entry-title a {
   color: #232323;
   text-shadow: none;
}
.single-related-posts .article-content .entry-title a:hover {
   color: #289dcc;
}
.single-related-posts .article-content .below-entry-meta .posted-on,
.single-related-posts .article-content .below-entry-meta .byline {
   padding-right: 10px;
}
.single-related-posts .article-content .below-entry-meta .posted-on .fa {
   color: #888888;
   font-size: 10px;
   padding-right: 3px;
}
.single-related-posts .article-content .below-entry-meta .byline .fa,
.single-related-posts .article-content .below-entry-meta .comments .fa {
   color: #888888;
   padding-right: 5px;
   font-size: 11px;
}
.single-related-posts .article-content .below-entry-meta .posted-on a,
.single-related-posts .article-content .below-entry-meta .byline a,
.single-related-posts .article-content .below-entry-meta .comments a {
   font-size: 12px;
}




/* Sharing Section */

.share-buttons {
   display: inline-block;
}
.box {
   border: 1px solid #eaeaea;
   border-radius: 3px;
   display: inline-block;
}
.count {
   background: none repeat scroll 0 0 #f2f2f2;
   color: #289dcc;
   float: right;
   font-size: 22px;
   padding: 0 16px;
}
.share {
   float: left;
}
#twitter, #facebook, #googleplus, #pinterest {
   float: left;
   padding-right: 20px;
}
.share .fa {
   display: block;
   font-size: 30px;
   line-height: 35px;
   padding: 0 15px;
}
.share .fa-twitter {
   color: #55acee;
}
.share .fa-facebook-square {
   color: #3b5998;
}
.share .fa-google-plus-square {
   color: #dd4b39;
}
.share .fa-pinterest {
   color: #cc2127;
}

.advertisement_125x125 {

}
.advertisement_125x125 img {
   margin-bottom: 8px;
   padding: 0 2px;
}
.advertisement-title {

}
.advertisement_300x250 {

}
.advertisement_300x250 img {
   margin: 0 auto;
   display: block;
}
#header-right-section .advertisement_728x90 {
   margin-bottom: 0;
   padding: 0;
}
.advertisement_728x90 {
   padding: 15px 0 45px;
   display: block;
}
#header-right-section .advertisement_728x90 img {
   padding: 0;
}
.advertisement_728x90 img {
   margin-bottom: 0;
   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
   padding: 10px;
   display: block;
   margin: 0 auto;
}
.advertisement-content {
   text-align: center;
}

.advertisement_below_post_title {
   float: left;
   width: 300px;
   margin-right: 10px;
}

.image-popup {

}
.featured-image {

}
.post .featured-image {
   text-align: center;
}
#site-navigation {
   z-index: 999;
}

.fitvids-video {

}
.video-title {

}

/* Gallery Post Format */
.single-format-gallery {

}
.gallery-post-format {

}
.gallery-images {

}


/*--------------------------------------------------------------
Responsive Structure
--------------------------------------------------------------*/
@media screen and (max-width: 1190px) {
   #page {
      width: 97%;
   }
   .wide #page {
      width: 100%;
   }
   .inner-wrap {
      width: 94%;
   }
}
@media screen and (max-width:768px) {
	.tin-tuc-mobile{
		display: block;
	}
	.tin-tuc-desktop{
		display: none;
	}
   #header-text-nav-wrap {
      padding: 10px 0;
   }
   #header-left-section {
      float: none;
      margin-bottom: 10px;
   }
   #header-logo-image {
      float: none;
      text-align: center;
      padding-right: 0;
   }
   .khach-hang-tieu-bieu .item a{
		background-color: #701c57;
	    display: block;
	    position: relative;
	    margin-top: 30px;
	}
   #header-text {
      float: none;
      text-align: center;
      padding-right: 0;
   }
   #header-right-section {
      float: none;
   }
   #header-right-section .widget {
      text-align:center;
   }
   .menu-toggle {
      display: block;
      float: left;
   }
   .main-navigation ul {
      display: none;
   }
   .main-navigation .home-icon a {
      padding: 7px 10px;
   }
   .widget_slider_area,
   .widget_beside_slider {
      float: none;
      width: 100%;
   }
   .widget_slider_area {
      padding-bottom: 10px;
   }
   #primary, #secondary {
      float: none;
      width: 100%;
   }
   .better-responsive-menu .sub-menu {
	  display: none;
	}
   .main-small-navigation li{
      position: relative;
   }
   .sub-toggle {
	  position: absolute;
	  right: 20px;
	  cursor: pointer;
	  display: block;
	  top: 6px;
	  color: #fff;
	  padding: 0 7px;
	  background-color: #1b7aa0;
	}
}

.loi_cam_on_tour{ margin-left: -35px;}
@media screen and (max-width: 600px) {
	
   .news-bar {
      text-align: center;
   }
   .date-in-header,
   .breaking-news,
   #masthead .social-links {
      float: none;
      max-width: 100%;
   }
   .newsticker li {
      text-align: left;
   }
   .archive #content .post:first-child,
   .archive #content .post:nth-child(2n),
   .archive #content .post:nth-child(2n+1) {
      float: none;
      width: 100%;
   }
   .blog .post:first-child,
   .blog .post:nth-child(2n),
   .blog .post:nth-child(2n+1) {
      float: none;
      width: 100%;
   }
   .search .status-publish:first-child,
   .search .status-publish:nth-child(2n),
   .search .status-publish:nth-child(2n+1) {
      float: none;
      width: 100%;
   }
   .tg-footer-main-widget {
      float: none;
      margin-right: 0;
      width: 100%;
   }
   .tg-footer-other-widgets {
      float: none;
      width: 100%;
   }
   .footer-socket-right-section,
   .footer-socket-left-section {
      float: none;
      text-align: center;
   }
   .footer-socket-wrapper .copyright {
      float: none;
      max-width: 100%;
      text-align: center;
   }
   .footer-socket-area .social-links {
      float: none;
   }
   .gallery-columns-4 .gallery-item,
   .gallery-columns-5 .gallery-item,
   .gallery-columns-6 .gallery-item,
   .gallery-columns-7 .gallery-item,
   .gallery-columns-8 .gallery-item,
   .gallery-columns-9 .gallery-item {
      width:25%;
   }
}
@media screen and (max-width: 420px) {
   .widget_featured_posts .first-post,
   .widget_featured_posts .following-post {
      float: none;
      width: 100%;
   }
   .main-content-section .tg-one-half {
      width: 100%;
   }
   .tg-second-footer-widget,
   .tg-third-footer-widget,
   .tg-fourth-footer-widget {
      float: none;
      margin-right: 0;
      width: 100%;
   }
   .single-related-posts {
      margin-right: 0;
      width: 100%;
   }
   .gallery-columns-4 .gallery-item,
   .gallery-columns-5 .gallery-item,
   .gallery-columns-6 .gallery-item,
   .gallery-columns-7 .gallery-item,
   .gallery-columns-8 .gallery-item,
   .gallery-columns-9 .gallery-item {
      width:33.33%;
   }
}
@media screen and (max-width: 380px) {
   .widget_highlighted_posts .single-article {
      float: none;
      margin-right: 0;
      max-width: 100%;
   }
}

/* search result tile hide */
.search h1.page-title {
   display: none;
}

/*--------------------------------------------------------------
16.0 heaader media css
--------------------------------------------------------------*/

div.wp-custom-header {
    position: relative;
}

iframe#wp-custom-header-video {
    width: 100%;
}
.wp-custom-header-video-button {
	opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 62px;
    height: 50px;
    font: 0px/0 a;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

div#wp-custom-header:hover .wp-custom-header-video-button {
    visibility: visible;
	opacity: 1;
}

.wp-custom-header-video-button:before {
    content: '\f04b';
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
}

.wp-custom-header-video-button.wp-custom-header-video-pause:before{
	content: '\f04c';
}
/************************************************************ CSS ********************************************/
.ngon_ngu li {
   float: left;
   margin-right: 1em;
   list-style: none;
}
.ngon_ngu li img {
   width: 40px;
}
a:active
{
	text-decoration: none !important;
}
a:focus
{
	text-decoration: none !important;
}
.loi-cam-on
{
	margin-left: -45px;
	margin-top: 45px;
}
.my_header {
	background-color: #701c57;
	/*width: 100%;*/
  	height:86px;
}
.my_header .inner-wrap
{
	max-width: 1300px;
}
 .logo img {
 	margin-top: 8.5%;
 	margin-top: 14px;
 	margin-bottom: 0px;
 	/*margin-left: 82.5%;*/
 }
 .logo
 {
 	float: left;
 }
 .menu_top {
 	float: right;
 	margin-top: 27px;
	margin-right: 104px;
	margin-left: auto;
	/*margin-right: auto;*/
 }
 .menu_top .main-navigation .menu a 
 {

 	font-family: arial;
 	font-size : 18px;
 	padding:0 30px 0 0;
 	/*padding: 0 37% 0 0;*/
 }
 .menu_top .main-navigation .menu li:last-child a 
 {
 	padding-right: 0;
 }
 .ngon_ngu {
  float: right;
  margin-top: 31px;
  margin-left: 4px;
 }
 .timkiem{
 	background-color: #992169;
 	height: 173px;
 }
 .timkiem input[type="button"]
 {
 	padding: 7.5px 20px ;
 }
 .tieu_de_tim_kiem {
 	
 }
 .tieu_de_tim_kiem p
 {
 	font-size : 32px;
 	font-weight: bold;
 	color: #FFFFFF;
 	font-family: arial;
 	padding-top: 27px;
 	padding-bottom: 27px;
 	margin-bottom: 0px;

 }
.inline-flex {
	display: inline-flex;
}
.timkiem  .khach-san input[type="text"]
{
	float: left;
	color: #b9babb;
	font-weight: bold;
    
}
.timkiem  input[type="text"]::placeholder
{
	color: #b9babb;
	font-weight: bold;
    
}
.noi-dung-gioi-thieu input::placeholder, .noi-dung-gioi-thieu textarea::placeholder,
.inner-wrap-noi-dung input::placeholder, .inner-wrap-noi-dung textarea::placeholder
 {
	color: transparent;
}
input 
{
	border-radius: inherit !important;
	outline: none !important;
	
}
input[type="text"], input[type="email"], input[type="password"], textarea
{
	background-color: white !important;
}
select
{
	outline: none !important;
}
.timkiem input[type="text"].dia_diem
{
	float: left;
	width: 32.1%;
	height: 47px;
    font-size: 20px;
}
.timkiem p
{
	line-height: normal;
}
.timkiem input[type="text"]:hover
{
	border: none;
}
.timkiem input[type="text"]:focus
{
	border: inherit;
}
.timkiem  input[type="text"].ngay_nhan
{
	float: left;
	width: 24.5%;
	margin-left: 2%;
	margin-right: 2%;
	height: 47px;
    font-size: 20px;
    background: url('icon/mui_ten_duoi.png') no-repeat  center right #ffffff;
    background-size: 45px;
}
.timkiem  .ngay_tra
{
	width: 24%;
	height: 47px;
    font-size: 20px;
    background: url('icon/mui_ten_duoi.png') no-repeat  center right #ffffff;
    background-size: 45px;
}
.timkiem  input[type="button"].tim_kiem
{
	color: #ffffff;
    font-weight: bold;
    width: 13.1%;
    margin-left: 2%;
    font-size: 20px;
    /*background: url(icon/muiten-phai.png) no-repeat center right 23px #ffffff;*/
    background-color: #7fc251;
    /*text-align: left;*/
    background-size: 18px;
    padding-left: 17px;

}
.timkiem input[type="button"]:hover
{
	border: none;
}
.ui-autocomplete .ui-menu-item
{
	font-size: 16px;
	font-weight: bold;
	color: #59595c;
	padding-left: 20px;
	border-top: 1px  solid #8e9092;
	border-left: 1px solid #8e9092;
	border-right: 1px solid #8e9092;
	height: 57px;
	padding-top: 17px;
}
.ui-state-focus
{
	background-color: #992169 !important;
	color : #ffffff !important;
	font-weight: bold !important;
}
.ui-autocomplete .ui-state-focus
{
	
}

.tieu_de h3
{
	font-size: 40px;
	color: #7fc251;
	font-weight: bold;
	padding: 0px;
	padding-top: 25px;
    margin-bottom: 15px;
}
.single-tour .tieu_de h3{
	margin-top: 5px;
}
.title-khach-san-dat-phong{
    margin-bottom: 10px !important;
}
.diem_den_noi_bat
{
	background-color: #ffffff;
	padding-bottom: 40px;
/*	background-color: #e6e7e8;*/
}
.home .diem_den_noi_bat{
	padding-bottom: 0px;
}
.menu-footer .main-navigation .menu a 
 {
 	font-size : 18px;
 	padding: 0px 65px 0px 0px;
 	font-family: arial;
 	/*padding: 35px 79px 39px 0px;*/

 }
 .menu-footer 
 {
 	height: 86px;
 	width: 100%;
 	background-color: #701c57;
 }
 .menu-footer .main-navigation
 {
 	padding: 30px 0px 0px 0px;
 	margin: 0px;
 }
 .main-navigation ul
 {
 	margin: 0px;
 }
 .social-link
 {
 	float: right;
 	margin-top: 16px;
 }
  .social-link a{
  	transition: 1s;
  }
 .social-link a .img-hover{
	display: none ;
	transition: 1s;
	
}
 .social-link a.zalo .img-hover{
 	background: white;
 }
.social-link a:hover .img-hover{
	display: inline-block ;
	border-radius: 10px;
/*	transition: 1s;*/
}
.social-link a:hover .img-show{
	display: none ;
/*	transition: 1s;*/
}
 .float-left
 {
 	float: left;
 }
 .float-right
 {
 	float: right;
 }
 .clear-both
 {
 	clear: both;
 }
 .menu-ft 
 {
 	float: left;
 }
 .clear-both
 {
 	clear: both;
 }
 .social-link a
 {
 	margin-left: 10px;
 }
 .danh-sach-khach-san
 {
 	background-color: #992169; 
 	color: #ffffff;
 	
 	/*height: 415px;*/
 }
 .copy-right-fantasea{
 	padding-bottom: 30px;
 	padding-left: 45px;
 	padding-top: 30px;
}
 .copy-right-fantasea p{
 	display: inline-block;
 	margin-right: 15px;
 }
.copy-right-fantasea img{
	height: 50px;
	padding: 0px 15px;
}
 .danh-sach-khach-san h3
 {
 	font-size: 20px;
    font-weight: bold;
    color: #f9ec23;
    margin-bottom: 25px;
    padding: 0px;
 }
 h3.parent_hotel_class
 {
 	height: 50px;
 }
.danh-sach-khach-san a
{
	font-family: arial;
	font-weight: bold;
    font-size: 16px;
    color: #ffffff;
}
.danh-sach-khach-san a:hover
{
	color: #f9ec23;
}
.chuoi_khach_san
{
	padding-left: 0px;
	padding-right: 0px;
}
.danh-sach-khach-san .col-sm-3
{
	padding-left: 52px;
	padding-right: 0px;
	margin-top: 43px;
  
}
.danh-sach-khach-san > .col-sm-3.chuoi_khach_san{
  width: 20%;
}
.dia-chi
 {
 	position: relative;
 	background-color: #701c57; 
 	color: #ffffff;
 	height: 134px;
 }
.dia-chi strong
{

	font-size: 14pt;
	color: #f4e328;

}
.dia-chi p
{
	font-family: arial;
	font-size: 12px !important;
	color: #ffffff;
	font-weight: bold;p
	padding-left: 1px;
	
}
.cach-tren
{
	margin-top: 16px;
}
.lien-he .cach-tren
{
	padding-top: 50px;
    margin-top: 0px;
}

.diem_den_noi_bat .item a
{
	background-color: #701c57;
	display: block;
	position: relative;
	margin-top: 30px;
}
.chu
{
	position: absolute;
	z-index: 1;
	text-align: center;
    width: 100%;
    top:50%;
    margin-top: -37px;

}

.ten-khach-san-noi-bat
{
	font-size: 42px;
	font-weight: bold;
	font-family: arial;
	color: #ffffff;
	text-transform: uppercase; ;
	padding: 0px;
	margin: 0px;
}
.khach-hang-tieu-bieu .ten-khach-san-noi-bat{
	font-size: 30px;
}
.post-214 .owl-dots{
	display: none;
}
.post-214 .nd_tintuc {
    background: #e6e7e8;
}
.post-11987 .owl-dots{
	display: none;
}
.post-11987 .nd_tintuc {
    background: #e6e7e8;
}
.so-khach-san
{
	font-size: 20px;
	font-weight: bold;
	font-family: arial;
	color: #ffffff;
}
.anh-noi-bat
{
    margin-bottom: 0px;
}
a:hover .anh-noi-bat
{
	opacity: 0.5;
	transition: 1s;
}
.khach-hang-tieu-bieu a:hover .anh-noi-bat
{
	opacity: 1;
	transition: 1s;
}
a:hover .chu
{
	display: block;
	transition: 1s;
}
.khach-hang-tieu-bieu a:hover .chu{
	display: none;
}

.item
{

}
.tour-yeu-thich
{
	background-color: #e6e7e8;
	margin-top: 65px;
	padding-bottom: 38px;
}
.tour-yeu-thich  h3
{
	padding-top: 30px;
	margin-bottom: 30px;

}
.tour-yeu-thich .inner-wrap article
{
	background-color: #ffffff;
	margin-bottom: 22px;

}
.tour-yeu-thich .inner-wrap article img
{
	margin: 0px;
}
.content-tour-anh
{
	
	width: 27%;
	float: left;
	position: relative;
}
.content-tour .content-tour-anh .anh-noi-bat
{
	position: absolute;
}
.content-tour-noi-dung
{
	width: 77.6%;
	float: left;
}
.content-tour-chi-tiet
{
	width: 22.4%;
	float: right;
	margin-bottom: 18px;
	text-align: center;
}
 .content-tour-chi-tiet h4
 {
 	padding-bottom: 0px;
 }
p
{
	font-family: arial;

}
.ngay-tin-tuc-mobile{
	display: none;
}
.group-noi-dung
{
	margin-left: 6%;
	margin-right: 6%;
}
.group-noi-dung a:hover { 
    text-decoration: none;
}
.content-tour-noi-dung .group-noi-dung p
{
	margin-bottom: 0px;
}
.tieu-de-single
{
	/*padding: 0px !important;*/
	padding-top: 17px!important;
    margin-bottom: 17px !important;
}
.group-noi-dung .tieu-de-tour
{
	font-size: 29px;
	font-weight: bold;
	color: #6f1c57;
	padding-top: 31px;
	line-height: 100%;
	padding-bottom: 14px;
}
.group-noi-dung .tieu-de-tour:hover
{
	color: #7fc251;
}
.tour-tieu-de
{
	padding-bottom: 10px !important;
}
.gia-tour
{
	margin-right: 0;
    /*padding-right: 40px;*/
    /*padding-left: 0;*/
	font-size: 29px;
	/*padding-right: 25px*/;
	color: #fd5814;
	font-weight: bold;
	padding-top: 22px;
	margin-bottom: 0px;
	min-height: 73px;
	margin-top: 0px;
	line-height: unset ;
	text-align: center;
	letter-spacing: -1px;
}
.content-tour-chi-tiet .chi-tiet {
	padding-left: 0px;
	padding-right: 0px;
}
.owl-next .fa-angle-right{
	display: block !important;
}
.trang-tour .gia-tour
{
	margin-right: 0px;
	/*padding-right: 44px;*/
    /*padding-left: 0;*/
}
.trang-tour .chi-tiet-tour a
{
	/*margin-left: 8px;*/
}
h4.gia-tour
{
	line-height: 100%;
	text-align: center;
}
p.gia-tour
{
	line-height: 100%;
}
.gia-tour span
{
	
}
.call
{
	    margin-top: 17px;
}
.chi-tiet a
{
	min-width: 156px;
    background-color: #7fc251;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 7px 5px;
    position: relative;
    /*padding-right: 33px;*/
    border-radius: unset;
    /*background: url(icon/muiten-phai.png) no-repeat center right 15px #7fc251;*/
}
.chi-tiet-tour
{
	margin-top: 0px;
}
/*.chon-so-luong-nguoi-lon{
	display: none;
}*/
.chi-tiet a:active
{
	color: white !important;
}
.more-link .fa
{
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	position: relative;
	top: 0;
	right: 0;
	margin-top: 0;
	padding-right: 0;
}
.tieu-de-tin-tuc-trai
{
	margin-left: 33px;
	margin-bottom: 10px;
}
.sale
{
	/*margin-left: 21%;*/
	min-height: 60px;
}
.tour .sale
{
	/*margin-left: 24%;*/
	min-height: 60px;
	padding-left: 0;
}
.loi-cam-on h2{
	padding-bottom: 5px;
	padding-top: 28px !important;
}
.sale-ct img {
	width: 60px;
}

.tuyen-dung-lager-mobile, .tuyen-dung-lager-mobile-0,.tuyen-dung-lager-mobile-1,.tuyen-dung-lager-mobile-2,.tuyen-dung-lager-mobile-3{
	display: none;
}
.lich-trinh-chi-tiet,.gia-tour-chi-tiet-tour,.tour-dich-vu-bao-gom,.tour-dich-vu-khong-bao-gom,.tour-dieu-kien-dat-tour{
	display: none;
}
.chi-tiet-img
{
	
}
.page-template-khach_san .doitacchienluoc {
	background-color: white;
	padding-top: 1px;
	margin-top: 50px;
	margin-bottom: 0px;
	padding-bottom: 60px;
}
.page-id-511 #main{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#post-12013,#post-511{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.doitacchienluoc .tieu_de h3
{
	margin-top: 40px;
	margin-bottom: 36px;
}
.khach-san-yeu-thich
{
	margin-top: 12px;
}
article
{
	margin-bottom: 25px;
	clear: both;
}
.dia-chi-khach-san
{
	font-size: 16px;
	font-weight: bold;
	color: #58595b;
	
	padding-bottom:  14px;
	position: relative;

}
.khach-san-yeu-thich .group-noi-dung p
{
	font-size: 16px;
	color: #59595c;
	text-align: justify;
}
.icon-chat-luong
{
	float: left;
    margin-left: 20px;
    margin-top: -5px;
}
.icon-chat-luong img
{
	margin: 0px;
	padding: 0px;
}
.group-noi-dung h4
{
	margin: 0px;
}
/*phan do an*/
.vien-comment
{
    border: 1px solid #999b9d;
    margin-top: 100px;
    
}
.inner-wrap-comment
{
	width: 70%;
	margin: 0px auto;
}
#comment_name
{
	margin-top: 30px;
	border: 1px solid #999b9d;
}
#comment_email
{
	border: 1px solid #999b9d;
}
#comment_content
{
	border: 1px solid #999b9d;
}
#number_1
{
	border: 1px solid #999b9d;
}
#number_2
{
	border: 1px solid #999b9d;
}
#equal
{
	border: 1px solid #999b9d;
}
#comment-submit
{
	color: #ffffff !important;
    background-color: #7fc251;
    border-radius: unset;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 5px;
    width: 160px;
}
.header-gioi-thieu-comment
{
	background-color: #992169;
    min-height: 45px;
}
.page-tuyen-dung-eng{
	clear: both;
	margin-top: 25px;
	margin-bottom: 20px;
}
.header-gioi-thieu-comment p
{
	color: white;
	margin-top: 7px;
}
.text-center
{
	text-align: center;
}
.khoi-noi-dung-comment
{
	margin-top: 20px;
}
.view{
	padding: 0px;
}
.view_tour{
	padding: 0px;
	padding-bottom: 5px;
}
.khach-san-yeu-thich .group-noi-dung p {
	padding: 0px;
}
.tour-line-height p {

}
/*end phan do an*/
.vien
{
    border-left: 1px solid #999b9d;
    border-right : 1px solid #999b9d;
    border-bottom: 1px solid #999b9d;
    border: unset;
    background : white;
    
}
.vien-content
{
	border: 1px solid #999b9d;
    margin-left: 27%;
    border-left: unset;
    height: 241.5px;
    border: unset;
    margin-right: 10px;
}
.vien-content-tin-tuc
{
	border: 1px solid #999b9d;
	border: unset;
}
.wpcf7-mail-sent-ok
{
	display: none !important;
}
.sapxep
{
	font-size: 20px;
	color : #808285;
	float: left;
	border: 1px solid;
	margin-bottom: 30px;

}
.sapxep a
{
	font-size: 20px;
	color : #808285;
}
.sapxep a:hover
{
	font-size: 20px;
	color : #808285 !important;
	box-shadow: none !important;
}
.gia-khach-san1{
	    font-size: 27px !important;
    font-weight: bold;
    color: #fe5713 !important;
        position: relative;
    top: -14px;
}
.sapxep a:active
{
	font-size: 20px;
	color : #808285 !important;
	box-shadow: none !important;
}
.sapxep a:focus
{
	font-size: 20px;
	color : #808285 !important;
	box-shadow: none !important;
}
.sx_pt .wp-pagenavi{
	position: absolute;
    top: -67px;
    right: 0%;
}
.sx_pt
{
	position: relative;
}
.wp-pagenavi
{
	float: right;
	
}
.wp-pagenavi .current
{
	background-color: #7fc251 !important;
	font-size:25px;
}
.wp-pagenavi  a
{
	font-size:25px ;
}
.wp-pagenavi  a:hover
{
	background-color: #7fc251 !important;

}
.wp-pagenavi .nextpostslink 
{
	

}
.sx-pt
{
	margin-top:10px; 
}
.breadcumb
{
	font-size: 20px;
	font-weight: bold;
	color: #808285;
}
.trang-tin-tuc .breadcumb
{
	margin-top: 20px;
}
.breadcumb a
{
	color :#808285;
}
.breadcumb a:hover
{
	color :#7fc251;
}


.icon_chatluong img
{
	width: 40px;
    margin-top: -12px;
}
.icon_chatluong_dp img
{
	    width: 30px;
    margin-top: -5px;
}
.icon_chatluong_dp
{
	margin-left: 50px;
	padding-top: 27px;
}
.icon_chatluong
{
	margin-left: 25px;
}
.header-gioi-thieu
{
	background-color: #992169;
	min-height: 103px;
}
.inner-wrap-noi-dung
{
	padding: 30px;
	/*width: 1100px;*/
	margin: 0 auto;
}
.inner-wrap-noi-dung-cam-on
{
	width: 950px;
	margin: 0 auto;
}
.anh-gioi-thieu
{
	width: 25.6%;
	float: left;
	margin-right: 45px;
	margin-bottom: 10px;
	margin-top: -5px;
}
.breadcumb1{
	font-size: 20px;
    font-weight: bold;
    color: #808285;
    margin-top: 20px;
}
.breadcumb1 a{
	color: #808285;
}
.breadcumb1 a:hover
{
	color:#7fc251;
}
.gioi-thieu-khach-san
{
	padding-top: 10px;
}

.noi-dung-chu p span{
	font-size: 20px !important;
}
.noi-dung-gioi-thieu, .vien .inner-wrap-noi-dung
{
	padding-top:45px;
	padding-bottom: 45px;
	font-size: 20px;
    color: #59595c;
    text-align: justify;
    padding-right: 50px;
    padding-left: 50px;
}

.header-gioi-thieu h4
{
	color: #ffffff;
	font-size: 32px;
	padding-top: 32px;
	padding-left: 30px;
	font-weight: bold;
	margin-top: 0px;
}

.more-link
{
	background-color: #ffffff;
	text-align: center;
}
img
{
	padding:  0px;
	margin: 0px;
}
.noi-dung-chi-tiet p, .inner-wrap-noi-dung p
{
	font-size: 20px;
	color: #59595c;
	/*line-height: 2;*/
	/*text-align: justify;*/
}
.noi-dung-chu
{
	margin-top: -5px;
	line-height: 1.59;
}

.noi-dung-chu p
{
	font-size: 19px;
	color: #59595c;
	padding-top: 2px;
	text-align: justify;
	line-height: 1.59;	
}

.noi-dung-chi-tiet h2, .inner-wrap-noi-dung h2
{
	font-size: 20px;
    color: #7fc251;
    font-weight: bold;
}
.khoi-noi-dung
{
	margin-top:20px; 
}
.khoi-noi-dung p
{
	line-height: 2;
	margin-bottom: 0px;
}
.gioithieuchung
{
	margin-top: 25px;
}
.single-tour .gioithieuchung
{
	margin-top: 25px;
}
.fa-circle
{
	color: #7fc251 !important;
	margin-right: 25px;
}
.noi-dung-trai
{
	width: 50%;
	float: left;
}
.noi-dung-tour .noi-dung-gioi-thieu, .noi-dung-tour .inner-wrap-noi-dung
{
	padding-top: 30px;
}
.noi-dung-phai
{
	width: 50%;
	float: right;
}
.button-single
{
	margin-top: 25px;
	float: right;
}

.button-single .more-link
{
	color : #ffffff !important;
	background-color: #7fc251;
	border-radius: unset;
 	font-size: 18px;
	font-weight: bold;
	padding: 9px 5px;
	height: 52px;   
}

.tieu_de_tim_kiem_gia
{
	margin-bottom: 40px;
    margin-top: 105px;
}
.back 
{
	position: absolute;
    left: 5px;
    right: auto !important;
    padding-left: 12px;

}
.dat-phong-tren .more-link{
	color: #ffffff !important;
    background-color: #7fc251;
    border-radius: unset;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 5px;
        margin-top: -11px;
    margin-bottom: 10px;
}
.button-single .more-link span
{
	/*font-size: 30px;*/
}
.button-single a
{
	position: relative;
    height: 47px;
    width: 167px;
}
/*.tuyen-dung-gioi-thieu-destop{
	height: 300px;
}*/
.button-ung-tuyen-destop{
	font-weight: bold;
	margin-top: 50px;
}
#loai-tour
{
	font-size: 20px;
    /*width: 386px;
    height: 50px;*/
    color: #808284;
}
.tour-yeu-thich .vien
{
	border: none;
}
#loai_tour
{
	height: 50px;
    width: 293px;
    font-size: 20px;
    font-weight: bold;
    color: #808284;
    -webkit-appearance: none;
    padding-left: 1%;
}
.gia-tour-en{
	padding-right: 55px !important;
}
#noi_khoi_hanh
{
	height: 50px;
    width: 293px;
    font-size: 20px;
    font-weight: bold;
    color: #808284;
    margin-left: 15px;
    margin-right: 15px;
    -webkit-appearance: none;
    background: url('icon/mui_ten_duoi.png') no-repeat  center right #ffffff;
    background-size: 50px;
    padding-left: 1%;
}
#noi_den_tour
{
	width: 277px;
}
#nhap_tim_kiem_tour
{
    width: 24%;
    font-size: 20px;
    font-weight: bold;
    color: #808284;
    background: url('icon/mui_ten_duoi.png') no-repeat  center right #ffffff;
    height: 47px;
    cursor: pointer;
}

.quang-cao
{
	margin-bottom: 25px;
}
a#scroll-up i {
	font-size: 55px;
    color: #ffffff;
    background-color: #f2511c;
    min-width: 55px;
    text-align: center;
}
a#scroll-up-fb  {
	font-size: 40px;
    color: #ffffff;
    background-color: #f2511c;
}
 .tieu-de-tin-tuc
{
	font-size: 26px;
	font-weight: bold;
	color: #6f1c57;
	padding-top: 32px;
}
.tieu-de-tin-tuc:hover
{
	color: #7fc251;
}
.trang-tin-tuc
{
	margin-top: 86px;
}
.tin-tuc-trai
{
	margin-left: 33px;
	float: left;
	width: 77.2%;
	/*margin-bottom: 30px;*/
}
.tin-tuc-trai p
{
	font-size: 17px;
	color: #59595c;
}
.tin-tuc-phai
{
	margin-right: 33px;
	float: right;
	margin-bottom: 30px;
	/*margin-top: 64px;*/
}
.tin-tuc-phai p
{
	font-size: 16px;
	color: #a3a3a4;
	margin-bottom: 40px;
}
.tin-tuc-phai .more-link
{
    color: #ffffff;
    background-color: #7fc251;
    min-width: 156px;
    /* height: 47px; */
    font-size: 20px;
    font-weight: bold;
    /* padding-left: 15px; */
    border-radius: unset;
    padding: 7px 5px;
    /*background: url(icon/muiten-phai.png) no-repeat center right 17px #7fc251;*/
    /*background-size: 9px;*/
}
.chi-tiet-tin .noi-dung-gioi-thieu, .chi-tiet-tin .inner-wrap-noi-dung
{
	padding-bottom: 35px;
}
.tin-tuc-trai p
{
	/*margin-bottom: 0px;*/
	line-height: 1.8;
	text-align: justify;
	    height: 63px;
    overflow: hidden;
}

/*.tin-tuc-phai .more-link span
{
	position: relative;
    top: 7PX;
    font-size: 47px;
    padding-left: 23px;
}*/

.noi-dung-gioi-thieu h5, .inner-wrap-noi-dung h5
{
	font-size: 20px;
	font-weight: bold;
	color: #7fc251;
	margin-top: 60px;
	padding: 0px;
}
.img-gioi-thieu-mobile{
	display: none !important;
}
.quay-lai
{
	margin-top: 40px;
}
.quay-lai .more-link
{
	width: 160px;
    padding-left: 25px;
}
.quay-lai .more-link span
{
	font-size: 47px;
    padding-top: 0px;
}

.inner-wrap-noi-dung-tuyen-dung
{
	width: 1120px;
    margin-left: 50px; 
}
.post-12011 h1{
	margin-top: 25px;
 }
.btn-ung-tuyen
{	
	/*display: none;*/
	float: right;
	margin-top: -11px;
	color : #ffffff;
	background-color: #7fc251;
	width: 161px;
    height: 47px;
    font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
	margin-right: 15px;
	border-radius: unset;
	position: relative;
    padding-top: 8px;
    background: url(icon/muiten-phai.png) no-repeat center right 15px #7fc251;
}
.cong-viec-tuyen-dung i, .noi-dung-tour i {
	font-size: 24px;
	padding-right: 20px;
}

.cong-viec-tuyen-dung article:last {
	margin-bottom: 0px;
}

.btn-ung-tuyen  span
{
	font-size: 30px;
	

}
.cong-viec-tuyen-dung .more-link .fa
{
	/*top: 40%;*/
}
.cong-viec-tuyen-dung .noi-dung-gioi-thieu .cong-viec-tuyen-dung .inner-wrap-noi-dung
{
	padding-top: 30px;
}
.dau-cach
{
	margin-left: 20px;
	margin-right: 20px;
}
.form-trai
{
	width: 25%;
}
.lien-he .lien-he-trai
{
	width: 25%;
	font-weight: normal;
}
.form-phai
{
	width: 75%;
}
.lien-he .lien-he-phai
{
	width: 75%;
	font-weight: normal;
}
.input
{
	width: 57%;
	height: 47px;
}
.input-area
{
	width: 57%;
	height: 220px;
}
.tai-file
{
	margin-top: 10px;
}
.form-link
{
	color : #ffffff;
	background-color: #7fc251 !important;
	margin-right: 25px;
	background:url(icon/muiten-trai.png) no-repeat center  left 18px #7fc251;
    font-size: 20px ;
    font-weight: bold ;
    padding: 13px 47px ;
    padding-right: 36px ;
}
.form-link:hover
{
	color: white !important;
}

.form-btn
{
	background-color: #7fc251 !important;
    font-size: 20px !important;
	font-weight: bold !important;
	/*background: url('icon/mui_ten_ngang.png') no-repeat  center right #ffffff;*/
	padding: 8px 20px !important;
	padding-right: 36px !important;

}
.ajax-loader
{
	width: 0px !important;
	margin: 0px !important;
}
.form-link span
{
	position: relative;
    font-size: 47px;
    top: 7px;
    color: #fff;
    margin-right: 13px;
}
  .fileContainer {
    overflow: hidden;
    position: relative;
    color: #cac9c9;
    /*margin-left: 5px;*/
    width: 500px;
    border: 1px solid #999b9d;
    /*padding-left: 20px;*/
    /*height: 50px;*/
    padding: 10px !important;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 90px;
    min-width: 100%;
    width: 500px;
    opacity: 0;
    position: absolute;
    left: 0;
    text-align: right;
    top: 0;
}
.khach-hang-tieu-bieu img:hover
{
	opacity: 1;
    filter: alpha(opacity=50);
}
.khach-hang-tieu-bieu .anh
{
	  position: relative;
	  width: 500px; min-height: 10em;
	  background: rgba(104,30,80,0) url(http://placekitten.com/320/160) no-repeat center center;
	  transition: 1s;
	  margin-top: 30px;
}
.khach-hang-tieu-bieu .anh:hover
{
	background-color: rgba(104,30,80,0.9);
}
.khach-hang-tieu-bieu .chu:hover .anh
{
	background-color: rgba(104,30,80,0.9);
}

.khach-hang-tieu-bieu .anh:before
{
	position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: inherit;
    content: ' ';
}
.khachsantai h3
{
	margin-bottom: 30px;
}
.dat-phong-tren{
	margin-bottom: -15px;
}
.tieu_de_tim_kiem_gia .dat-phong-tren{
	margin-bottom: -25px;
}
.next-back-slider {
	height: 430px !important;
}
.lich-trinh-tour h2
{
	font-size: 20px;
    color: #7fc251;
    font-weight: bold;
    padding-top: 50px;
}
.lich-trinh-tour
{
	padding-bottom: 50px;
}
/*Tạo menu float top */
#fixNav{
  display: block;
  position: fixed; /*Cho menu cố định 1 vị trí với top và left*/
  z-index: 9999; /*Hiển thị lớp trên cùng*/
  width: 100%;
  left: 0px;
  top:	0px;
}

#fixNav ul li{
  position: relative;
}


select option:hover
{
	background-color: #992169 !important;
	color : #ffffff !important;
}
.dropdown-menu  .dropdown-item
{
	border-bottom: 1px solid #d3d3d3; 
	font-weight: unset !important;
    text-align: center !important;
}
.dropdown-menu 
{
	padding: 0px !important;
	border-radius: unset !important;
}
.dropdown-menu a:hover
{
	background-color: #992169 !important;
	color : #ffffff !important;
	border:unset !important;
}
.slider
{
	padding-top: 86px;
}
 .ares .tp-bullet.selected {
    background: #94c86d;
}
.fa
{
	color: #ffffff;
}
/* Popup đặt phòng*/
#popup a, #popup a:visited {
	position: relative;
	display: inline;
	width: 130px;
	top: 0;
	line-height: 30px;
	margin: 0;
	text-decoration: none;
	font-size: 14.53px;
	font-weight: bold;
	z-index: 1;
}

#popup a span {
	display: none;
}

#popup a:hover { 
	background-color: #e9e9e2; 
}
input[type="checkbox"]{
	/*margin-left: 16px !important;*/
	width: auto;
}
.loai-giuong{
	margin-bottom: 0;
	font-size: 20px;
}
/* the IE correction rule */
.can-trai .woocommerce-Price-amount,.can-trai .woocommerce-Price-currencySymbol{
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	padding: 0 !important;
}
.can-trai .woocommerce-Price-currencySymbol{
	display: none !important;
}
#popup a:hover span {
	display: block;
	position: absolute;
	top: 12px;
	left: 97px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	
}
.an-khoang-cach a
{
	color: #808285 ;
}
.khoang-cach-tieu-de a
{
	color: #808285 ;
}
.modal-body button
{
	width: 30px;
}
.an-khoang-cach a:hover
{
	color: #7fc251 ;
	background-color: unset !important;
}
.khoang-cach-tieu-de a:hover
{
	color: #7fc251 ;
}
.fa-angle-right{
	/*display: none !important;*/
}
#myModal
{
	z-index: 100000;
}
#content table th
{
	background-color: #992169;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	height: 105px;

}

#content table td
{
	color: #808285;
	font-size: 16px;
	font-weight: bold;
}
.noi-dung-form
{
	margin-top: 50px;
    padding-bottom: 100px;
    font-size: 20px;
    color: #808285;
    font-weight: bold;
}
.noi-dung-form2 {
	margin-top: 0px;
}

#form_dattour .noi-dung-form {
	margin-top: 0px;
	padding-bottom: 0px;
}

.khong-cong-bo-gia
{
	font-size: 20px;
    margin-bottom: 35px;
}
.ngay
{
	width: 298px;
	height: 47px;
	background: url('icon/mui_ten_duoi.png') no-repeat  center right #ffffff;
	background-size: 42px;
	-webkit-appearance: none;
	padding-left: 10px;
}
.form-trai
{
	padding-top: 13px;
	vertical-align: top;
}
#content .post{
	box-shadow: none;
}
.khoi-noi-dung .form-trai
{
	font-weight: bold;
	padding-right: 10px;
}
.khoi-noi-dung .form-full{
	font-weight: bold;
	margin-bottom: 10px;
}
.noi-dung-form .content .flexthis
{
	margin-bottom: 25px;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.noi-dung-form .content .flexthis input[type="text"]
{
	padding: 0px;
	margin: 0px;
}
.so-luong
{
	width: 298px;
	height: 47px;
	-webkit-appearance: none;
	background: url('icon/mui_ten_duoi.png') no-repeat  center right #ffffff;
	background-size: 42px;
	padding-left: 15px;
}
.ngay-thang-nam
{
	width: 150px;
	/*height: 50px;*/
	-webkit-appearance: none;
	background: url('icon/mui_ten_duoi.png') no-repeat  center right #ffffff;
	background-size: 42px;
	padding-left: 15px;
	margin-right: 25px;
}
.form-btn-group
{
	clear: both;
	padding-bottom: 30px;
}
.tour-btn
{
	margin-top: 10px;
}

button .fa, .button .fa {
	font-size: var(--font-size-2);
	font-weight: bold;
}

.btn-search
{
	float: right;
	color: #ffffff;
    font-weight: bold;
    margin-left: 2%;
    height: 50px;
    font-size: 20px !important;
    background: url(icon/mui_ten_ngang.png) no-repeat center right #ffffff;
    background-color: #7fc251 !important;
    text-align: left;
    background-size: 18px;
    width: 167px;
    text-align: center;
}
.btn-back
{
	float: right;
	color: #ffffff;
    font-weight: bold;
    width: 160px;
    margin-right: 15px;
    /*margin-left: 2%;*/
    height: 52px;

    font-size: 18px;
    background-color: #7fc251 !important;
    text-align: center;
    background-size: 18px;
    background-position: left ;
	border-radius: unset;

}
.loai-an
{
	font-size:20px;
	color:#7fc251;
}
.form-btn-group .more-link
{
	float: left;
}

.form-btn-group2 {
	margin-top: 15px;
	padding: 0px 0px 30px 0px !important;	
}

.form-btn-group2 .more-link {
	float: right;
}

#thong-tin-phong
{
	z-index: 100000;
}
#thong-tin-phong span
{
	color: #7fc251;
}
.modal-content h4
{
	padding-bottom: 0;
	font-size: 26px;
    font-weight: bold;
    color: #992169;
    margin-top: 10px;
}
.modal-content{
	    top: 75px;
}
#thong-tin-phong .modal-content p
{
	font-weight: normal;
}
.modal-content span
{
	margin-right: 10px;
}
.thong-tin-phong-nghi:hover
{
	color: #701c57;
}
.dieu-kien-dat-phong:hover
{
	color: #701c57;
}
.table thead th
{
	    vertical-align: middle !important;
}
.tieu-de-form-dat-phong
{
	font-size: 24px;
	font-weight: bold;
	color: #701c57;
}
.dat-phong-tren .breadcumb
{
	margin-top: 0px;
}
a table 
{
	border: 0px !important;
	margin: 0px !important;
}
a table th
{
	border: 0px !important;
}
a table td
{
	border: 0px !important;
}
a table tr
{
	border: 0px !important;
}
.khoang-cach-tieu-de
{
	vertical-align: middle !important;
	height: 80px;
}
.khoang-cach-tieu-de span
{
	margin-left: 50px;
}
#content table
{
	margin-top: 30px;
	margin-bottom: 0px;
	background: white;
}
.an-khoang-cach
{
	height: 95px;
}
td
{
	vertical-align: middle !important;
}
#content table tr td
{
	line-height: 30px;
	padding-left: 13px;
}
.text-align-right
{
	text-align: right;
}

.more-link-trai
{
	/*padding-right: 21px !important;*/
	min-width: 150px;
	margin-right: 30px;
	background: url(icon/muiten-trai.png) no-repeat center left 17px #7fc251;
	background-size: 9px;
}

.more-link-phai
{
	/*padding-left: 21px !important;*/
	min-width: 167px;
	text-align: center;
	/*background: url(icon/muiten-phai.png) no-repeat center right 17px #7fc251;*/
	background-size: 9px;
}
.btn-dat-phong
{
	color: #ffffff;
    font-weight: bold;
    height: 47px;
    /*font-size: 20px !important;*/
    background: url(icon/mui_ten_ngang.png) no-repeat center right #ffffff;
    background-color: #7fc251 !important;
    /*text-align: left;*/
    background-size: 18px;
    min-width: 167px;
}
.img-thumnail-tour-mobile{
	display: none !important;
}
.noi-bat-mobile{
	display: none;
}


input.btn-dat-phong
{
	margin: 0px;
	padding-top: 7px;
	font-size: 20px;
}
.singgle-thong-tindat-phong
{
	margin-top: 86px;
}
.nextpostslink
{
	background: url(/wp-content/uploads/2017/07/next.png) no-repeat center right 9px #ffffff;
	background-size: 13px;
}
.nextpostslink:hover
{
	background: url(/wp-content/uploads/2017/07/next-hover.png) no-repeat center right 9px #ffffff;
	background-size: 13px;
}
.previouspostslink
{
	background: url(/wp-content/uploads/2017/07/back.png) no-repeat center right 11px #ffffff;
	background-size: 13px;
}
.previouspostslink:hover
{
	background: url(/wp-content/uploads/2017/07/back-hover.png) no-repeat center right 11px #ffffff;
	background-size: 13px;
}
.gia-khach-san
{
	font-size: 27px !important;
	font-weight: bold;
	color: #fe5713 !important;
}
.tong-gia{
display: inline-block;
margin-bottom: 33px;
}
.can-trai{
	width: 170px;
	text-align: right;
	padding-right: 15px !important;
}
.loai-giuong-ngu{
	text-align: center;
}
.form-giuong
{
	font-size: 19px !important;
	color: #b9babc !important;

}
.form-giuong p
{
	font-size: 20px;
}
.form-giuong input
{
	width: 100px;
	text-align: center;
	margin-bottom: 0px;
}
.select-form-giuong
{
	height: 42px;
    -webkit-appearance: none;
    background: url(icon/mui_ten_duoi.png) no-repeat center right #ffffff;
    min-width: 200px;
    padding-left: 0px;
    padding-right: 20px;
    background-size: 30px;
    font-family: arial; 
    font-weight: bold; 
}
.title-mice{
	margin-bottom: -10px !important;
}

.form-so-luong
{
	height: 42px;
    min-width: 100px;
    padding-left: 15px;
    background-size: 40px;
    font-size: 20px;
	color: #b9babc;
	font-family: arial; 
    font-weight: bold; 

}
#tien-nghi-gioi-thieu{
	display: none;
}
#thanh-toan-gioi-thieu{
	display: none;
}
#thong-tin-gioi-thieu{
	display: none;
}
input
{
	border: none;
}
a:hover{
	text-decoration: none !important;
}
.ten-chuong-trinh
{
	padding-top: 5px;
    color: #7fc251;
    font-size: 28px;
}
.dropdown a b
{
	font-size: 50px;
    position: absolute;
    top: -10%;
    right: 14px;
    color: #999b9d;
}
.form-phai select, input[type="text"], input[type="email"], input[type="password"], textarea 
{
	font-weight: bold;
    font-size: 17px;
    color: #b9babc !important;
    border-radius: unset;
}
.sapxep .dropdown a
{
	min-width: 183px;
	font-weight: bold;
	padding: 6px;
	background: url(icon/mui_ten_duoi.png) no-repeat center right -5px #ffffff;
	background-size: 45px;
}
.form-lien-he
{
	color:#808285;
	font-weight: bold;
}
.sx_pt .sapxep .dropdown a
{
	background: url(icon/mui_ten_duoi.png) no-repeat center right -5px #ffffff;
	background-size: 45px;
}
.sapxep .dropdown .dropdown-menu a 
{
	background: unset;
}
.img-gioi-thieu-mobile{
	display: none;
}
.sapxep .dropdown a span
{
	margin-right: 30px;
	font-weight: bold;
}
/* Style cho scroll bar*/
.ui-autocomplete {
		max-height: 340px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 5px;
  	height: 2px !important;
} 
::-webkit-scrollbar-thumb {
    height: 10px;
}
::-webkit-scrollbar-track-piece {
    height: 7px;
}
::-webkit-scrollbar-track {
      background-color: #e8e5e5 ;
      border : 1px solid black;
}
::-webkit-scrollbar-thumb {
      background-color: #808285; 
}
/* Style cho lịch*/

.noi-dung-form.inner-wrap-noi-dung-cam-on{
	margin-top: 50px;
	padding-bottom: 0;
}
.loi_cam_on h2{
	padding-bottom: 27px;
}
.tim-kiem-tour-mobile{
	display: none;
}
.tour_trong_nuoc_mobile{
	display: none;
}
.tour_nuoc_ngoai_trang_chu_mobile{
	display: none;
}
.tour-yeu-thich .content-tour-chi-tiet .chi-tiet{
	/*padding-left: 0;*/
}



/* Style slide đối tác*/
.owl-carousel {
position: relative;
}
.owl-nav {
	display: unset !important;
}
.owl-prev,
.owl-next {
position: absolute;
top: 25%;
margin-top: -10px !important; // Half of the prev/next buttons height here in negatives to center them perfectly
}
.owl-prev {
left: -75px;
background: none !important;
color: #999b9d !important;
}
.owl-next {
right: -75px;
background: none!important;
color: #999b9d !important;
}
.owl-dots span
{
	background-color: white !important;
}
.owl-prev .fa
{
	color: #999b9d ;
	font-size: 100px ;
}
.owl-next .fa
{
	color: #999b9d ;
	font-size: 100px;
}
.dia-chi .inner-wrap .col-sm-4
{
	padding: 0px;
}
.khach-san-noi-bat
{
	margin-bottom: 20px;
}
.more-link:hover
{
	color: white !important;
}
.dat-phong-tren .icon_chatluong_dp{
	padding-top: 0;	
}
.tour .title-tour{
	margin-bottom: 30px;
}
.tin-tuc-du-lich{
	    margin-bottom: -64px;
    padding-top: 47px;
}
.tour-nuoc-ngoai h3{margin-bottom: 0;}
a:active
{
	color: white !important;
}
.group-noi-dung p
{
	line-height: 1.67;
}
ul.ui-widget.ui-widget-content
{
	border: unset;
}
ul.ui-widget.ui-widget-content
{
	border-bottom: 2px solid #8e9092 ;
}
.gioithieuchung .vien .col-md-3
,.col-md-9
{
	/*margin-left: 0px;*/
	/*padding-left: 0px;*/
	font-weight: bold;
}
.gioithieuchung .vien  h5
{
	margin-top: 40px;
}
.gia-phong
{
	font-size: 28px;
	color: #f2511c;
	line-height: 0.8;
	padding-bottom: 50px;
}
.thong-tin-phong a b
{
	font-size: 28px;
    line-height: 0;
}
.thong-tin-phong .col-md-8
{
	padding: 0px;
}
.khach-san-ten a span
{
	color: #7fc251;
    /*font-size: 29px;*/
    line-height: 0;
    font-weight: bold;
}
.doitacchienluoc .tieu_de h3
{
	margin: 40px auto;
	padding: 0px; 
}
.doitacchienluoc 
{
	margin-bottom: 30px
}

.noi-dung-form .content .flexthis input[type="text"] {
	border: 1px solid #999b9d;
	padding-left: 15px;
}
.thong-tin-phong
{
	color:#808285;
}
.noi-dung-gioi-thieu input, .inner-wrap-noi-dung input,
.noi-dung-gioi-thieu select, .inner-wrap-noi-dung select
{
	width: 500px;
	border: 1px solid #999b9d;
	/*color: #808285;*/
}

input[type="file"] {
	border: none;
}

.noi-dung-gioi-thieu input[type="radio"], .inner-wrap-noi-dung input[type="radio"]
{
	width: auto;
}

.noi-dung-gioi-thieu select, .inner-wrap-noi-dung select
{
	width: 500px;
}

.form-dat-phong-mobile input, .form-dat-phong-mobile select,
.dat-tour-mobile input, .dat-tour-mobile select {
	width: 298px;
    font-weight: bold;
    font-size: 17px;
    color: #b9babc;	
    padding-left: 15px;
}

.noi-dung-gioi-thieu .form-btn, .inner-wrap-noi-dung .form-btn {
	color: white;
}
.noi-dung-gioi-thieu input:focus, .inner-wrap-noi-dung input:focus
{
	border: 1px solid #999b9d !important;
}
.noi-dung-gioi-thieu textarea, .inner-wrap-noi-dung textarea
{
	width: 500px;
	height: 219px;
	border-radius: : unset !important;
	margin-bottom: 0px;
}


select.ngay-thang-nam
{
	width: 150px;
	height: 47px;
	-webkit-appearance: none;
	background: url('icon/mui_ten_duoi.png') no-repeat  center right #ffffff;
	background-size: 42px;
	padding-left: 15px;
	margin-right: 25px;
}

.ngay-sinh > .row {
	width: 525px;
}

.noi-dung-gioi-thieu input[type="checkbox"], .inner-wrap-noi-dung input[type="checkbox"] {
	-webkit-transform: scale(2);
	width: auto;;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
	border-radius: 0 !important;
	background-color: #fff;
}
.noi-dung-gioi-thieu input[type="button"], .inner-wrap-noi-dung input[type="button"] {
	width: 150px;
}

.singe-gui input[type="submit"] 
{
	text-align: center;
}
.group-noi-dung .col-sm-4
{
	padding: 0px;
	width: 20%;
}
.chuoi_khach_san_mobile{
	display: none;
}
.single-tour h3
{
	padding-top: 20px;
}
.single-tour .breadcumb
{
	margin-top: 20px;
}
.mice
{
	margin-top: 40px;
}
.lien-he
{
	margin-top: 30px;
}

.wpcf7-form input[type="submit"], button
{
	width: 160px;
	margin-bottom: 0px;
}
.wpcf7-form  textarea
{
	border-radius: unset;
}
.wpcf7-form  textarea:focus
{
	border: 1px solid #999b9d;
	outline: none;
}
#post-144
{
	margin-bottom: 0px;
}
.thoi_gian_lam_viec
{
	margin-bottom: 50px;
}
.tuyen-dung img
{
	margin-bottom: 50px;
	margin-top: 6px;
}
.cong-viec-tuyen-dung a:focus
{
	color: white !important;
	text-decoration: none !important;
}
.tuyen-dung-gioi-thieu
{
	margin-top: 30px;
}
.ngay-tin-tuc
{

	font-size: 16px;
	color: #a3a3a4;
	padding-left: 40px;
}
.gioi-thieu p
{
	margin-bottom: 0px;
}
#post-315 h1
{
	margin-top: 25px;
}
.tin-tuc h3
{
	padding-top:20px;
	padding-bottom: 15px;
	clear: both;
}
.tin-tuc-content .button-single
{
	margin-top: 40px;
}
.quang-cao img
{
	width: 100%;
	/*height: 162px !important;*/
}
.lien-he-tour
{
	margin-top: 20px;
}
.lien-he-tour input[type="text"]
{
	width: 632px;
	height: 47px;
}
.lien-he-tour textarea
{
	width: 632px;
	height: 218px;
}
.dieu-khoan
{
	font-size: 16px;
}
.lien-he p
{
	line-height: 1.8;
}
.lien-he-tour input[type=checkbox]
{
	-webkit-transform: scale(2);
	margin-right: 20px;
}
input.form-btn
{
	margin-bottom: 22px !important;
}
.tp-bannertimer
{
	visibility: hidden !important;
}
.title-tim-kiem-tour-mobile{
	display: none;
}
.tour-line-height p
{
	line-height: 2.5;
	/*phan do an*/
	line-height: 2;
}
.chon_tour{
  display:none;
  color : rgba(167, 158, 158, 0.87);
}
.btn-khach-san .more-link-phai
{
	/*width: 167px;*/
}
/*.btn-khach-san
{
	margin-top: 29px;
}*/
.trang_chu .vien-content 
{
	border: unset ;
}
.chu-sap-xep
{
	margin-top: 3px;
    font-weight: bold;
    margin-left: 20px;
    font-size: 21px;
}
.fa-angle-right{
	padding-left: 8px;
	/*display: none;*/
}
/* CSS cho select 2*/
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: white ;
}
.select2-container .select2-selection--single .select2-selection__rendered
{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.select2-selection__arrow
{
	display: none;
}
.select2-container .select2-selection--single {
	height: 47px !important;
	border-radius: unset !important;
	font-size: 20px;
    font-weight: bold;
    color: #808284;
    border:  unset;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #b9babb !important;
	margin-left: 17px;
	padding-top: 9px;
	border: unset !important;
	    background: url(icon/mui_ten_duoi.png) no-repeat right top 15px #ffffff;
}
.is-mobile{
	display: none; 
}
.select2-results__option
{
	font-size: 16px;
    font-weight: bold;
    color: #59595c;
    padding-left: 20px !important;
    border-top: 1px solid #8e9092;
    border-left: 1px solid #8e9092;
    height: 57px;
    padding-top: 15px !important;
} 
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd;
	}
.select2-results__option--highlighted
{
	background-color:#992169 !important;
	color: white !important;
}

.select2-dropdown 
{
	border-radius: unset !important;
	border-left: unset !important;
}
.select2-search 
{
	display: none !important;
}
.select2-container
{
	margin-bottom: 4px !important;
	margin-right: 15px !important;
}
.sl-noi-khoi-hanh
{
	margin-left: 15px !important;
	margin-right: 19px !important;
}
#select2-noi_khoi_hanh-container
{
	background: url(icon/mui_ten_duoi.png) no-repeat right top 15px  #ffffff;
}
#select2-nguoi_lon-container
{
	background: url(icon/mui_ten_duoi.png) no-repeat right top 15px  #ffffff;
}
#select2-tre_em-container
{
	background: url(icon/mui_ten_duoi.png) no-repeat right top 15px  #ffffff;
}
#select2-so-luong-phong-container
{
	background: url(icon/mui_ten_duoi.png) no-repeat right top 15px  #ffffff;
}



.tieu_de1
{
	margin-bottom: 30px;
	position: relative;
}
.tin-tuc-tieu-de h3
{
	margin-bottom: 30px;
}
.tour-sx  a
{
	min-width: 175px;
}
.inner-wrap .col-sm-9{
  width: 80%;
  }

.flexthis{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .flexthis .col-md-4{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  a:focus
  {
  	outline: unset ;
  }
  .btn-search-single
  {

    width: 150px;
  }
  input.btn-search-single
  {
  	float: right;
  	color: #ffffff !important;
    font-weight: bold;
    font-size: 20px;
    /*background: url(icon/muiten-ngang.png) no-repeat center right 23px #ffffff;*/
    background-color: #7fc251;
    /*text-align: left;*/
    background-size: 18px;
    /*padding-left: 10px;*/
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0px;
    border: none;
  }
  input.btn-search-single:hover
  {
  	background-color: #7fc251;
  }
  .btn-khoa-gia .btn-search-single
  {
  	/*padding-left: 47px;*/
  }
  label.error
  {
  	/*margin-left: 15px;*/
  	width: 100%;
  	color:red;
  }
  .button-single-tour
  {
  	margin-bottom: 25px;
  }
  .btn-tin-tuc
  {
  	margin-right: -17px;
  }
.form-single-tour input 
{
	width: 150px;
	height: 47px;
	padding-top: 8px;
	margin-top: 25px;
}
.form-single-tour .btn-search
{
	margin: 0px;
}
.form-single-tour .btn-back
{
	margin: 0px;
	margin-right: 10px;
	height: 52px;
	padding-top: 8px;
}
.lien-he-ft {
	padding-left: 25px;
	padding-top: 10px;
	width: 100%;
}
.lien-he-ft p
{
	margin-bottom: 5px !important;
}

.lien-he-ft p.cach-tren
{
/*	margin-top: 25px;*/
	margin-bottom: 5px;
}
.single-main
{
	margin-top: 86px;
}
/**************************Slider single*****************/
.jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }
.jssorb051 .i {position:absolute;cursor:pointer;}
        .jssorb051 .i .b {fill:#fff;fill-opacity:0.5;}
        .jssorb051 .i:hover .b {fill-opacity:.7;}
        .jssorb051 .iav .b {fill-opacity: 1;}
        .jssorb051 .i.idn {opacity:.3;}

        .jssora051 {display:block;position:absolute;cursor:pointer;}
        .jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;stroke-width: 1000px;}
        .jssora051:hover {opacity:.8;}
        .jssora051.jssora051dn {opacity:.5;}
        .jssora051.jssora051ds {opacity:.3;pointer-events:none;}
.arr_single_right
{
	width:65px;
	height:65px;
	top:0px;
	right:35px;z-index: 10;
}
.arr_single_left
{
	width:65px;height:65px;top:0px;left:35px;z-index: 10;
}
.arr_single_bulet
{
	position:absolute;bottom:12px;right:12px;
}
.jssor_1
{
	position:relative;margin:0 auto;top:0px;left:0px;width:980px;height:380px;overflow:hidden;visibility:hidden;
}
.slide_anh
{
	cursor:default;position:relative;top:0px;left:0px;width:980px;height:380px;overflow:hidden;
}
.slider-khach-san {
  position: relative;
}
.slider-layer.layer-right,
.slider-layer.layer-left {
  position: absolute;
  left:0;
  top:0;
  bottom:0;
  background: rgba(0, 0, 0, 0.37);
}
.slider-layer.layer-right {
  left:auto;
  right:0;
}
.img-mobile-sale{
	display: none;
}
.danh-sach-khach-san1 .gia-tour{
	margin-right: 0;
    /*padding-right: 40px;*/
    /*padding-left: 0;*/
}
.danh-sach-khach-san1 .sale{
	padding-left: 0;
}
.fantasea_hanoi a, .fantasea_saigon a, .fantasea_danang a {
	color: #fff;	
}
.fantasea_hanoi {
	padding-left: 0;
}

.fantasea_danang {
	padding-left: 100px;
}
.fantasea_saigon {
	padding-left: 32px;
}

.fa-check {
    color: #7fc251;
}
.tieu-de-sao-khach-san {
    margin-top: 0px;
}
.trang-khach-hang-tieu-bieu .chu {
    display: none;
}
.tim-kiem-khach-san-single {
    margin-top: 86px;
}
.hang_phong {
    width: 485px;
}
.gia_phong {
    width: 170px;
}
.tong_gia {
    width: 170px;
}
.loai_giuong {
    width: 248px;
}
.so_luong {
    width: 140px;
}
select.chon-phong {
    width: 110px;
    height: 42px;
    -webkit-appearance: none;
    background: url(icon/mui_ten_duoi.png) no-repeat center right #ffffff;
    ;
    padding-left: 15px;
    padding-right: 20px;
    background-size: 30px;
    font-family: arial;
    font-weight: bold;
}
#template_gia_phong_extra_price {
    margin-top: -1px !important;
}
.table-bordered > tbody > tr > td {
    border: 1px solid #999b9d;
}
.loading {
    float: right;
    width: 30px;
    margin-top: 10px;
    display: none;
}
.loi_cam_on p {
    font-size: 17px;
    margin-bottom: 30px;
}
.loi_cam_on p br{
	margin-bottom: 5px;
}
.table-bordered {
    border: unset;
}
.table-bordered > thead > tr > th {
    border: unset;
    border-right: 1px solid white;
}
.so_luong_border {
    border-right: 1px solid #992169 !important;
}
.loai-giuong-ngu .form-giuong p {
    margin-bottom: 0px;
    font-size: 18px;
}
.diem_den_noi_bat .tieu_de h3 {
    margin-bottom: 0px;
}
.tour {
    position: relative;
}
.tour .khachsantai .wp-pagenavi {
    position: absolute;
    top: 48%;
    right: -0.1%;
}
.tuyen-dung-lager-mobile-4{
	display: none;
}
.khach-san-yeu-thich .tieu_de h3 {
    margin-bottom: 30px;
}
.tour .khachsantai{
	position: relative;
}
.dia-chi-dat-phong{
	font-size: 20px;
    font-weight: bold;
    color: #808285;
    float: left;
}
.header-dat-tour .more-link-phai{
	color: #ffffff !important;
    background-color: #7fc251;
    border-radius: unset;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 5px;
    float: right;
    margin-top: -15px;
}
.ajax-table-mobile{
	display: none;
}
.more-link span:hover{
	background-color: transparent;
}
.img-gioi-thieu{
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important; 
}
.sale1 {
	height: 105px;
}
.sale-ct
{
	/*margin-left: 12%;*/
	min-height: 88px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 16px;
	height: 90px;
	/*width: 50%;*/
}

/******************* man 1300px ******************/
@media only screen and (min-width:1300px){
	    .dropdown-menu1{
	  display:inline-block;
	  padding-right: 12px;

	}
		.owl-next{
			right: -60px;
		}
		.owl-prev{
			left: -60px;
		}
	.form-single-tour .btn-back
	{
		/*width: 150px;*/
	}
	.form-single-tour .btn-search
	{
		/*width: 150px;*/
	}

	.my_header .inner-wrap{
		max-width: 1300px;
	}
	.tour-btn
	{
		margin-top: 25px;
		padding-right: 0px;
	}
	
}

@media screen and (max-width: 1024px) {
	img.sale {
		margin: 3px 0px 15px 0px !important;
	}
	
	.dieu-khoan-dat-tour {
		max-width: 400px;
	}

	.menu_top {
		margin-right: 50px;
	}

	.col-md-3 {
    	flex: 0 0 40%;
		width:  40%;
	}

	.col-md-9 {
    	flex: 0 0 60%;
		width:  60%;
	}

	.sale1 {
		height: 90px;
	}
	.sale-ct {
		height: 70px;
	}


	.dat-phong .col-md-3 {
		font-size: 17px;
	}

 	.timkiem  input[type="button"].tim_kiem{
	            /*background: url(icon/muiten-phai.png) no-repeat center right 7px #ffffff;*/
	            background-color: #7fc251;
	            padding-left: 9px;
	    }
	    .group-noi-dung .tieu-de-tour{
	        font-size: 25px;
	        padding-top: 12px;
	    }
	   
	   .sale-ct {
		    min-height: 73px;
		    margin-top: 16px;   	
	   } 

		.logo img {
		    width: 135px;
		    height: 50px;
		}
		.tour-line-height p{
		    line-height: 1.87 !important;
		}
	.menu_top .main-navigation .menu a {
	/*    font-size: 16px !important;
	    padding: 0 !important;
	*/
		padding-right: 0 !important;
	   padding-left: 16px !important;
	}
	
	#menu-primary-menu > .menu-item:first-child a {
		padding-left: 26px !important;
	}

	.nd_tintuc {
	    position: relative;
	    background: white;
	}
	.tin-tuc-phai {
	    position: absolute;
	    bottom: 0px;
	    margin-bottom: 39px;
	    right: 0px;
	}
	.menu_top{
		float: left !important;
		margin-top: 30px !important;
	}
	.ngon_ngu{
		margin-left: 0;
	}
	.trang-tour .gia-tour{
		margin-right: 20px;
	}
	.gia-tour{
		padding-top: 12px;
		font-size: 25px;
		min-height: 50px;
		/*padding-right: 25px !important;*/
	}
	.gia-tour-en{
		padding-right: 33px !important;
	}
	.trang-tour .chi-tiet-tour a{
		margin-left: 0;
	}
	.chi-tiet a{
		min-width: 136px;
		/*background: url(icon/muiten-phai.png) no-repeat center right 10px #7fc251;*/
		margin-top: 10px;
	}
	.sale{
		margin-top: 2px;
	}
	.vien-content{
		height: auto;
	}
	.tour-yeu-thich .inner-wrap article a img{
		height: 215px;
	}
	.owl-prev .fa{
		font-size: 50px;
	}
	.owl-next .fa{
		font-size: 50px;
	}
	.owl-theme .owl-nav [class*='owl-']{
		margin: 0 !important;
		padding: 0 !important;
	}
	.owl-next .fa-angle-right{
		display: block !important;
	}
	.owl-next{
		right: -25px;
	}
	.owl-prev{
		left: -25px;
	}
	.menu-footer .main-navigation .menu a{
		padding-right: 27px;
	}
	.social-link{
		margin-top: 22px;
	}

	.danh-sach-khach-san h3{
		font-size: 17px;
	}
	.danh-sach-khach-san a{
		font-size: 15px;
	}
	.mien-bac-ft{
		width: 100% !important;
	}
	.bac-mien-trung-ft{
		width: 100% !important;
	}
	.danh-sach-khach-san .col-sm-3{
		padding-left: 40px;
	}
	.khach-san-yeu-thich .group-noi-dung p{
		font-size: 15px;
		width: 100%;
	}
	.icon-chat-luong{
		margin-left: 0;
		margin-top: -9px;
	}
	.icon-chat-luong img{
		width: 18px;
	    height: 18px;
	}
	.khach-san-yeu-thich .content-tour-anh .more-link img{
		height: 215px;
	}
	.khach-san-yeu-thich .group-noi-dung .tieu-de-tour{
		padding-top: 15px;
	}
	.khach-san-yeu-thich .chi-tiet a{
		margin-top: 10px;	
	}
	.khach-san-yeu-thich .content-tour-chi-tiet{
		margin-bottom: 12px;
	}
	.dia-chi{
		height: 170px;
	}
	.inner-wrap-noi-dung{
		width: 924px;
	}

	.gioithieuchung .vien .col-md-3, .col-md-9{
		/*padding-right: 0;*/
	}

	.doitacchienluoc .tieu_de h3{
		margin: 30px 0px;	
	}
	.doitacchienluoc{
		margin-bottom: 15px;
	}
	.chu{
		margin-top: -50px;
	}

	#loai_tour{
		width: 260px;
	}
	#noi_khoi_hanh{
		width: 277px;
	}
	.content-tour-anh a img{
		    height: 215px;
	}

	.tin-tuc-phai{
		margin-right: 20px;
	}
	.tieu-de-tin-tuc-trai{
		margin-left: 20px;
	}
	.tin-tuc-trai{
		margin-left: 20px;
		    width: 78.2%;
	}

	.inner-wrap-noi-dung-tuyen-dung{
		width: 924px;
		margin-left: 20px;
	}
	.dia-chi-khach-san{
		width: 100%;
		margin-top: -8px;
	}
	.btn-back{
		/*width: 13.6%;*/
		border-radius: unset;
		/*font-size: var(--font-2);*/
	}
	.tour-yeu-thich{
		margin-top: 50px;
	}

}
@media  only screen and (min-width: 1024px){
img.sale {
	/*margin: 0px 0px 15px 0px !important;*/
}

.col-md-3 {
/*    flex: 0 0 33%;
    max-width: 33%;	*/
}

.col-md-9 {
/*	flex: 0 0 67%;
  	max-width: 67%;	*/
}

.ui-state-default
{
	width: 73px;
    height: 73px;
} 
.ui-state-default
{
	padding-top: 35% !important;
    text-align: center !important;
}
.ui-state-hover
{
	border: 2px solid #cb8fb3 !important ;
}
.ui-datepicker-title
{
	font-size: 20px;
    color: #717172;
}
.ui-datepicker-header
{
	background: none !important;
    border: none !important;
}
		.ui-datepicker-group-last .ui-state-disabled{
	opacity: 0;
}
.ui-datepicker-group-first .ui-datepicker-unselectable{
	opacity: 1;
}
.ui-datepicker-group-first .ui-datepicker-unselectable .ui-state-default{
	background-color: #dadada ;

    color: #222 !important;
}
.ui-datepicker-today{
	opacity: 1;
	position: relative;
}
.ui-datepicker-current-day .ui-state-default{
	    background: #cea2cd !important;
    border: 1px solid #cea2cd;
    color: #222;
}
.ui-datepicker-group-last{
	width: 49% !important;
}
.tam-giac{
	display: none;
position: relative;
top:-29px;
width: 4%;
    left: 43%;
   border-left: 35px solid transparent;
  border-right: 35px solid transparent;

  border-bottom: 34px solid #f4f5f6;/
}
.tam-giac1{
	display: none;
position: relative;
top:-29px;
width: 4%;
    left: 70%;
   border-left: 35px solid transparent;
  border-right: 35px solid transparent;

  border-bottom: 34px solid #f4f5f6;/

}
.txt_ngaynhanphong_from_date{
	width: 300px !important;
	/* top: 76% !important;*/
    left: 49.2% !important;
    max-width: 100%;
    margin-top: -50px;
    margin-left: -265px;
    border-radius: unset !important;
    background: #f4f5f6 !important;
}
.txt_ngaynhanphong_from_date .ui-state-default,.txt_ngaytraphong_to_date .ui-state-default, .txt_ngay_di_datepicker-formtp .ui-state-default{
	width: 40px;
	height: 30px;
}
.txt_ngaynhanphong_from_date .ui-state-default{
	padding-top: 0 !important;
}
.txt_ngaytraphong_to_date .ui-state-default ,.txt_ngay_di_datepicker-formtp .ui-state-default{
	padding-top: 0 !important;
}
.txt_ngaytraphong_to_date{
	width: 300px !important;
	/* top: 87% !important;*/
    left: 49.2% !important;
    max-width: 100%;
    margin-top: -50px;
    margin-left: -265px;
    border-radius: unset !important;
    background: #f4f5f6 !important;

}
.txt_ngaytraphong1_datepicker-tp, .txt_ngaynhanphong1_datepicker{
	width: 1200px !important;
	/* 126.5% !important*/
    /*top: 110.9% !important;*/
    left: 50.1% !important;
    max-width: 100%;
    margin-top: 82px;
    margin-left: -601px;
    border-radius: unset !important;
    background: #f4f5f6 !important;
    padding-top: 70px;
	padding-bottom: 50px;
}
.ui-datepicker .ui-datepicker-next span{
	margin-left: -5px;
}
.ui-datepicker-prev{
	border-radius: 50%;}
.ui-datepicker-next{
	border-radius: 50%;
}
.ui-corner-all{
	background: #fff;  
}
.fa-chevron-right,.fa-chevron-left{
	color: #222 !important;
	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background: #cea2cd !important;
	border: 1px solid #cea2cd;
	color: #222;
}
.ui-datepicker-calendar thead tr{
	border-bottom: 2px solid #e3e2e2;
}
.span-lich{
	width: 100%;
	display: inline-block;
}
.ui-datepicker-title select option{
	display: none;
}
.ui-state-default, .ui-widget-content .ui-state-default{
	background: #fff ;
}
.ui-datepicker-current-day{
	position: relative;
}
.tamgiac-today{
	position: absolute;
	border-top:37px solid transparent;
  border-bottom:37px solid transparent;
  border-left: 30px solid #ae9dc6;
  top:0;
  padding: 0 !important;
}
.txt_ngaytraphong1_datepicker-tp .ui-state-highlight{
	
opacity: 1;
}
.tamgiac-today1{
	position: absolute;
	border-top:15px solid transparent;
  border-bottom:15px solid transparent;
  border-left: 12px solid #ae9dc6;
  top:0;
  padding: 0 !important;
}
	.ui-datepicker-group-last .ui-state-disabled{
	opacity: 0;
}
.ui-datepicker-group-first .ui-datepicker-unselectable{
	opacity: 1;
}
.ui-datepicker-group-first .ui-datepicker-unselectable .ui-state-default{
	background-color: #dadada ;

    color: #222 !important;
}
.ui-datepicker-today{
	opacity: 1;
	position: relative;
}
.ui-datepicker-current-day .ui-state-default{
	    background: #cea2cd !important;
    border: 1px solid #cea2cd;
    color: #222;
}
.ui-datepicker-multi .ui-datepicker-group table{
	width: 88%;
}
.ui-datepicker-group-first{
	width: 49% !important;
	padding-left: 35px;
}
.ui-datepicker-group-last{
	width: 49% !important;
}
.tam-giac{
	display: none;
position: relative;
top:-29px;
width: 4%;
    left: 43%;
   border-left: 35px solid transparent;
  border-right: 35px solid transparent;

  border-bottom: 34px solid #f4f5f6;/
}
.tam-giac1{
	display: none;
position: relative;
top:-29px;
width: 4%;
    left: 70%;
   border-left: 35px solid transparent;
  border-right: 35px solid transparent;

  border-bottom: 34px solid #f4f5f6;/

}
.ngaynhan_from_date{
	width: 298px !important;
    max-width: 100%;
    margin-top: 47px;
    border-radius: unset !important;
    background: #f4f5f6 !important;
}
.ngaynhan_from_date .ui-state-default,.ngaytra_to_date .ui-state-default, .txt_ngay_di_datepicker-formtp .ui-state-default{
	width: 40px;
	height: 30px;
}
.ngaynhan_from_date .ui-state-default{
	padding-top: 0 !important;
}
.ngaytra_to_date .ui-state-default ,.txt_ngay_di_datepicker-formtp .ui-state-default{
	padding-top: 0 !important;
}
.ngaytra_to_date{
	width: 298px !important;
    max-width: 100%;
    margin-top: 47px;
    border-radius: unset !important;
    background: #f4f5f6 !important;

}
.txt_ngay_di_datepicker-formtp{
	width: 298px !important;
	 /*top: 128% !important;*/
    /*left: 48.7% !important;*/
    max-width: 100%;
    margin-top: 46px;
   /* margin-left: -18.9%;;*/
    border-radius: unset !important;
    background: #f4f5f6 !important;
}
.ui-datepicker .ui-datepicker-next span{
	margin-left: -5px;
}
.ui-datepicker-prev{
	border-radius: 50%;}
.ui-datepicker-next{
	border-radius: 50%;
}
.ui-corner-all{
	background: #fff;  
}
.fa-chevron-right,.fa-chevron-left{
	color: #222 !important;
	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background: #cea2cd !important;
	border: 1px solid #cea2cd;
	color: #222;
}
.ui-datepicker-calendar thead tr{
	border-bottom: 2px solid #e3e2e2;
}
.span-lich{
	width: 100%;
	display: inline-block;
}
.ui-datepicker-title select option{
	display: none;
}
.ui-state-default, .ui-widget-content .ui-state-default{
	background: #fff ;
}
.ui-datepicker-current-day{
	position: relative;
}
.tamgiac-today{
	position: absolute;
	border-top:37px solid transparent;
  border-bottom:37px solid transparent;
  border-left: 30px solid #ae9dc6;
  top:0;
  padding: 0 !important;
}
.txt_ngaytraphong1_datepicker-tp .ui-state-highlight{
	
opacity: 1;
}
.tamgiac-today1{
	position: absolute;
	border-top:15px solid transparent;
  border-bottom:15px solid transparent;
  border-left: 12px solid #ae9dc6;
  top:0;
  padding: 0 !important;
}
}
@media only screen and (max-width: 980px) {
	#menu-item-416 ul.sub-menu,#menu-item-12028 ul.sub-menu,#menu-item-12025 ul.sub-menu,#menu-item-538 ul.sub-menu,#menu-item-13873 ul.sub-menu{
		display: none !important;
	}
	#menu-item-11427 ul.sub-menu,#menu-item-12027 ul.sub-menu,.menu-item-17486 ul.sub-menu,#menu-item-17489 ul.sub-menu{
		display: none !important;
	}
}
@media only screen and (min-width: 980px) {
	/*CSS menu tour*/
	#menu-item-416 a,#menu-item-12028 a,#menu-item-12025 a,#menu-item-538 a,#menu-item-13873 a{
		padding-bottom: 30px ;
	}
	#menu-item-416 .sub-menu,#menu-item-12028 .sub-menu,#menu-item-12025 .sub-menu,#menu-item-538 .sub-menu,#menu-item-13873 .sub-menu{
		width: max-content;
		background-color: white;
		width: 192px;
		margin-top: 17px;

	}
	.sub-menu .sub-menu{
		margin-top: 0px !important;
		max-height: 510px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
	}
	#menu-item-416 .sub-menu a,#menu-item-12028 .sub-menu a,#menu-item-12025 .sub-menu a,#menu-item-538 .sub-menu a,#menu-item-13873 .sub-menu a{
		width: 100%;
	    color: #fff;
	    margin-bottom: 0px;
	    padding: 10px;
	    /*border:1px solid #b9babb;*/
	    border-top: unset;
	    font-size: 16px;
	    background-color: #992169;
	}
	#menu-item-416 .sub-menu a:hover,#menu-item-12028 .sub-menu a:hover,#menu-item-12025 .sub-menu a:hover,#menu-item-538 .sub-menu a:hover,#menu-item-13873 .sub-menu a:hover{
		background-color: #701c57;
	    color: #fff200;
	}
	#menu-item-416 .sub-menu li:hover a,#menu-item-12028 .sub-menu li:hover a,#menu-item-12025 .sub-menu li:hover a,#menu-item-538 .sub-menu li:hover a,
	#menu-item-13873 .sub-menu li:hover a{
		background-color: #701c57;
	    color: #fff200;
	}
	#menu-item-416 .sub-menu li:hover  .sub-menu li a,#menu-item-12028 .sub-menu li:hover  .sub-menu li a,#menu-item-12025 .sub-menu li:hover  .sub-menu li a,
	#menu-item-538 .sub-menu li:hover  .sub-menu li a,#menu-item-13873 .sub-menu li:hover  .sub-menu li a{
		background-color: #992169 ;
		color: #fff;
	}
	#menu-item-416 .sub-menu li:hover  .sub-menu li a:hover,#menu-item-12028 .sub-menu li:hover  .sub-menu li a:hover,
	#menu-item-12025 .sub-menu li:hover  .sub-menu li a:hover,#menu-item-538 .sub-menu li:hover  .sub-menu li a:hover,#menu-item-13873 .sub-menu li:hover  .sub-menu li a:hover{
		background-color: #701c57;
	    color: #fff200;
	}
	#menu-item-12025 .sub-menu li .sub-menu,#menu-item-538 .sub-menu li .sub-menu,
	#menu-item-13873 .sub-menu li .sub-menu
	{
		left: 200px;
	}
	#menu-item-416 .sub-menu a:after,#menu-item-12028 .sub-menu a:after,#menu-item-12025 .sub-menu a:after,#menu-item-538 .sub-menu a:after,#menu-item-13873 .sub-menu a:after{
		display: none;
	}
	/*CSS menu khách sạn*/
	#menu-primary-menu > li > a,
	#menu-primary-menu-primary-english > li > a,
	#menu-item-32232 a,
	#menu-item-11427 a,
	#menu-item-12027 a, 
	#menu-item-17486 a,
	#menu-item-44327 a,
	#menu-item-17489 a{
		padding-bottom: 30px;
	}

	#menu-primary-menu > li > ul.sub-menu,
	#menu-primary-menu-primary-english > li > ul.sub-menu,
	#menu-item-32232 .sub-menu, 
	#menu-item-11427 .sub-menu,
	#menu-item-12027 .sub-menu,
	#menu-item-17486 .sub-menu,
	#menu-item-44327 .sub-menu,
	#menu-item-17489 ul.sub-menu {
		width: 200px;
		background-color: #992169;
		margin-top: 16px;
	}

	#menu-primary-menu,
	#menu-primary-menu-primary-english > li > ul ul,
	#menu-item-32232 .sub-menu .sub-menu,
	#menu-item-11427 .sub-menu .sub-menu,
	#menu-item-12027 .sub-menu .sub-menu,
	#menu-item-17486 .sub-menu .sub-menu,
	#menu-item-44327 .sub-menu .sub-menu,
	#menu-item-17489 ul.sub-menu .sub-menu {
		margin-top: 0px;
	}

	#menu-primary-menu > li > ul a,
	#menu-primary-menu-primary-english > li > ul a,
	#menu-item-32232 .sub-menu a, 
	#menu-item-11427 .sub-menu a,
	#menu-item-12027 .sub-menu a,
	#menu-item-17486 .sub-menu a,
	#menu-item-44327 .sub-menu a,
	#menu-item-17489 .sub-menu a{
		width: 100%;
	    color: #fff;
	    margin-bottom: 0px;
	    padding: 10px;
	    /* border: 1px solid #b9babb; */
	    border-top: unset;
	    font-size: 16px;
	    background: #992169;
	}

	#menu-primary-menu > li > ul a:hover,
	#menu-primary-menu-primary-english > li > ul a:hover,
	#menu-item-32232 .sub-menu a:hover, 
	#menu-item-11427 .sub-menu a:hover,
	#menu-item-12027 .sub-menu a:hover,
	#menu-item-17486 .sub-menu a:hover,
	#menu-item-44327 .sub-menu a:hover,
	#menu-item-17489 .sub-menu a:hover{
		background-color: #701c57 ;
		color: #fff200;
	}
	
	#menu-primary-menu > li > ul li:hover a,
	#menu-primary-menu-primary-english > li > ul li:hover a,
	#menu-item-32232 .sub-menu li:hover a,
	#menu-item-11427 .sub-menu li:hover a,
	#menu-item-12027 .sub-menu li:hover a,
	#menu-item-17486 .sub-menu li:hover a,
	#menu-item-44327 .sub-menu li:hover a,
	#menu-item-17489 .sub-menu li:hover a{
		background-color: #701c57 ;
		color: #fff200 ;
	}

	#menu-primary-menu > li > ul li:hover ul li a,
	#menu-primary-menu-primary-english > li > ul li:hover ul li a,
	#menu-item-32232 .sub-menu li:hover .sub-menu li a,
	#menu-item-11427 .sub-menu li:hover  .sub-menu li a,
	#menu-item-12027 .sub-menu li:hover  .sub-menu li a,
	#menu-item-17486 .sub-menu li:hover  .sub-menu li a,
	#menu-item-44327 .sub-menu li:hover  .sub-menu li a,
	#menu-item-17489 .sub-menu li:hover  .sub-menu li a{
		background-color: #992169 ;
		color: #fff;
	}

	#menu-primary-menu > li > ul li:hover ul li a:hover,
	#menu-primary-menu-primary-english > li > ul li:hover ul li a:hover,
	#menu-item-32232 .sub-menu li:hover  .sub-menu li a:hover,
	#menu-item-11427 .sub-menu li:hover  .sub-menu li a:hover,
	#menu-item-12027 .sub-menu li:hover  .sub-menu li a:hover,
	#menu-item-17486 .sub-menu li:hover  .sub-menu li a:hover,
	#menu-item-44327 .sub-menu li:hover  .sub-menu li a:hover,
	#menu-item-17489 li:hover  .sub-menu li a:hover{
		background-color: #701c57 ;
		color: #fff200;
	}

	#menu-primary-menu > li > ul li ul,
	#menu-primary-menu-primary-english > li > ul li ul,
	#menu-item-32232 .sub-menu li .sub-menu, 
	#menu-item-11427 .sub-menu li .sub-menu,
	#menu-item-12027 .sub-menu li .sub-menu,
	#menu-item-17486 .sub-menu li .sub-menu,
	#menu-item-44327 .sub-menu li .sub-menu,
	#menu-item-17489 .sub-menu li .sub-menu{
		left: 200px;
	}

	.popup-right > ul > li > ul {
		left: -200px !important;
	}

	#menu-primary-menu > li > ul li:hover a:after,
	#menu-primary-menu-primary-english > li > ul li:hover a:after,
	#menu-item-32232 .sub-menu li:hover a:after, 
	#menu-item-11427 .sub-menu li:hover a:after,
	#menu-item-12027 .sub-menu li:hover a:after,
	#menu-item-17486 .sub-menu li:hover a:after,
	#menu-item-44327 .sub-menu li:hover a:after,
	#menu-item-17489 .sub-menu li:hover a:after{
		display: none;
		font-weight: normal;
	}

	#menu-primary-menu > li > ul a:after,
	#menu-primary-menu-primary-english > li > ul a:after,
	#menu-item-32232 .sub-menu a:after,
	#menu-item-11427 .sub-menu a:after,
	#menu-item-12027 .sub-menu a:after,
	#menu-item-17486 .sub-menu a:after,
	#menu-item-44327 .sub-menu a:after,
	#menu-item-17489 .sub-menu a:after{
		display: none;
	}
}
@media only screen and (width: 1024px) {
	#menu-item-11427 .sub-menu, #menu-item-12027 .sub-menu,#menu-item-17486 .sub-menu,#menu-item-17489 .sub-menu{
		margin-top: 25px;
		/*top: 0px;*/
	}
	#menu-item-416 .sub-menu, #menu-item-12028 .sub-menu, #menu-item-12025 .sub-menu, #menu-item-538 .sub-menu, #menu-item-13873 .sub-menu{
		margin-top: 25px;
		/*top: 0px;*/
	}

}
.mice-khach-hang-tieu-bieu{
	background-color: #e6e7e8; 
}

.share-single{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.share-single .img-hover{
	margin-right: 15px;
}
.share-single .zalo img{
	background-color: transparent;
}
.single-tour .wrrap-social{
	float: right;
}
.share_social_desktop{
	float: left;
}
.share_social_desktop .share-single{
	margin-top: 0px;
    margin-right: 20px;
}
.single-tour .wrrap-social{
	margin-bottom: 20px;
}
/*.zalo-share-button{
	height: 57px !important;
}
.zalo-follow-only-button{
	height: 55px;
}*/
.zalo-social{
	display: inline-block;
}
.single-khach-san .zalo-share-button,.single-khach-san .zalo-follow-only-button{
	height: 52px !important;
	width: 52px !important;
	float: left;
}
.single-khach-san .zalo-share-button{
	margin-right: 10px;
}
.fb_iframe_widget.fb-like,.zalo-social{
	height: 64px !important;
	float: left;
}
.single-post .zalo-share-button{
	height: 52px !important;
	width: 52px !important;
	float: left;
}
.single-tour .zalo-share-button{
	height: 52px !important;
	width: 52px !important;
	float: left;
}
.single-post .breadcumb{
	display: inline-block;
	float: left;
	margin-top: 14px;
}
.social-link-post{
	display: inline-block;
	margin-left: 20px;
}
.social-link-post .zalo img{
	background-color: transparent;
}
.social-link-post{
	margin-right: 20px;
}
.time-face{
	position: absolute;
    bottom: 0px;
    left: 35px;
    color: #fff;
    font-size: 13px;
    background: #00000096;
    border-radius: 8px;
}
.social-link-post .facebook-icon{
	margin-right: 5px;
	position: relative;
	display: inline-block;
	float: left;
}
.button-single .social-link-post a{
	display: inline-block;
	width: auto;
}

@media only screen and (max-width: 550px) {
	.share_social_desktop{
		display: block;
    	float: unset;
    	clear: both;
	}
	.social-link-post{
		display: block;
    	text-align: center;
    	margin: 0px;
    	margin-top: 25px;

	}
	.single-post .breadcumb{
		float: unset;
	}
	.single-post .zalo-share-button{
		float: left;
	}
	.single-post .social-link-post{
		float: right;
	}
}
.zalo-share-button iframe{
	opacity: 0;
	height: 0 !important;
}
.hang-khong{
	margin-left: 100px;
}
.noidung-tuyendung{
	display: none;
}
.header-gioi-thieu{
	cursor: pointer;
	position: relative;
}
.icon-down{
	position: absolute;
    right: 20px;
    top: 40%;
}
.ft-link a{
	/*display: block;*/
	margin-right: 15px;
	font-weight: normal;
	font-size: 14px;
}
#colophon .ft-link p{
	display: block;
}
.ft-link{
	display: inline-block;
}
#colophon .ft-link a:last-child {
	margin-bottom: 15px;
}
.page-head .nd_tintuc{
	background-color: #e6e7e8;
}
.nuoc-ngoai-ft{
	display: none;
}
.type-tuyen_dung.status-publish{
	margin: 0px;
}
#menu-item-333 a i{
    font-size: 25px;
    color: #fff200;
}
.col-20 {
	width: 20%;
}
.first-ft {
	/*margin-bottom: 20px;*/
	margin-top: 40px;
}
.row-footer-list .row:last-child .col-20:last-child {
	/*display: none;*/
}

.ft-none-en, .campuchia-ft {
	display: none !important;
}

.first-ft-en.first-ft{
	margin-bottom: 0px;
}

.nice-number button {
	width: auto;
	background: none;
	margin: 0px;
}

.nice-number input {
	width: 36px;
	/*padding-left: 8%;*/
	/*padding-right: 8%;*/
}

.row {
	margin-top: 15px;
}

.row input, .row textarea, .row select {
	margin-bottom: 0px;
}

.mt-0 {
	margin-top: 0px;
}
.mt-15 {
	margin-top: 15px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.icon_chat_luong {
	margin-left: 10px;
}

.tim-kiem-phong-khach {
	float: none;
	margin-right: -20px;
}


.drag-wrapper .thing {
	top: auto;
	bottom: 250px;
}

.lien-he-form .wpcf7-form-control-wrap {
	/*padding-left: 290px;*/
}

.icon-chat-luong2 img {
	width: 20px;
	margin-left: 5px;
}

button.more-link {
	background-color: #7fc251;
	font-weight: bold;
	border-radius: unset;
	font-size: 18px;
}

#room_fileds .ngay-sinh {
	/*padding-left: 7px;*/
}

.bold {
	font-weight: bold;
}
.wpcf7-list-item-label {
	font-weight: normal;
}

span.wpcf7-list-item:first-child {
	margin-left: 0px;
}

select.ngay-thang-nam {
    background-size: 20%;
}

.form-500 input, .form-500 textarea, .form-500 select {
	width: 500px;
}
.form-500 input[type="checkbox"] {
	width: auto;
}

.form-btn-group {
	padding: 15px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
}

.bottom-buttons {
	padding-right: 0px;
}

select.form-giuong {
	text-align: center;
}

.loai-giuong-ngu, .td-chon-phong {
	padding-top: 0px;
}

.loai-giuong-ngu select, .td-chon-phong select {
	margin-top: -15px;
}

button.tim_kiem {
	margin-left: 24px;
	height: 47px;
}

button.tim_kiem .fa {
	line-height: 20px;
}

.tour-excerpt-data .row {
	margin-top: 4px;
}

.tour-excerpt-data .col-md-9 {
	font-weight: normal;
}