body,html{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
}
/*Google login css*/
.logoutform{
	cursor: pointer;
}
.parent_google{
	position: relative;
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
	margin-left: 10px;
}
.parent_google > a >img{
	position: absolute;
	top: 0px;
	left: 0px;
} 
.gSignIn {
	display: inline-block;
	background-color: transparent !important;
	width: 30px;
	height: 30px;
	border-radius: 0px;
	white-space: nowrap;
	box-shadow: none;
	position: absolute;
	background-image: url(../images/icon_google.png);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
}
.gSignIn:hover {
  cursor: pointer;
  box-shadow: none;
  white-space: nowrap;
}
.abcRioButton, .abcRioButtonLightBlue{
	width: 100%;
	height: 40px;
	margin: 4px auto;
	padding: 0px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
/* overlay at start */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Newspaper effect ======
*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 
====== 3d unfold ======
*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 
====== Zoom-out effect ======
*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 
====== "Hinge" close effect ======
*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}
.change_affect_gallery {
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-khtml-transform: scale(0);
	transform: scale(0);
	
	-vendor-animation-duration: 1s;
	-vendor-animation-delay: 1s;
	-vendor-animation-iteration-count: 1;

	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
/*Gallery*/
.content_pading{
	padding-left: 40px;
	padding-right: 40px
}
.border_cmd{
	 border-left: 1px solid rgba(255,255,255,1.00);
}
.page_full{
	margin: 0 auto;
	padding:0px;
	width: 100%;
	max-width: 1600px;
	overflow:hidden;
	position:relative;
	background-color:#FFFFFF !important;
}
.left_icon{
	position: absolute;
	z-index: 99;
	top: 25%;
	right: 0px;
	display: block;
}
.left_icon li{
	list-style: none;
	padding-bottom: 5px;
}
.item-affect{	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	
	-vendor-animation-duration: 1s;
	-vendor-animation-delay: 1s;
	-vendor-animation-iteration-count: 1;

	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.item-affect-zoom{
	-vendor-animation-duration: 1s;
	-vendor-animation-delay: 1s;
	-vendor-animation-iteration-count: 1;

	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
/*Modal*/
.modal {
  text-align: center;
  padding: 0px !important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.help-block{
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: 'utmavo';
	font-size: 9pt;
}
.login_box{
	background-color: #e2dddd !important;
}
.login_box_head{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'utmavo';
	font-size: 15pt;
	color: #28431c;
	text-align: left;
}
.login_box_content{
	margin: 0px;
	padding: 15px;
	font-family: 'utmavo';
	font-size: 11pt;
	color: #28431c;
}
.loin_reg_content{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: #e2dddd;
}
.closebox{
	width: 40px;
	height: 40px;
	position: absolute;
	top: -10px;
	right: 0px;
	cursor: pointer;
	z-index: 999;
}
.closebox > span{
	font-size: 35pt;
	color: #28431c;
}
.lable_font_modal{
	font-family: 'utmavo';
	font-size: 10pt;
	color: #28431c;
}
/*End modal*/
.mgpd{
	margin: 0px;
	padding: 0px;
}
.mgpd5{
	margin: 0px;
	padding: 10px 10px 10px 10px;
}
.mgpd10{
	margin: 0px;
	padding: 7px 10px 7px 10px;
}
._content_intro{
	color: #5d5d5d;
	font-family: 'utmavo';
	font-size: 10pt;
	text-align: justify;
}
._content_intro_resp{
	padding-right: 25px;
	padding-top: 20px
}
.parent_vote_comment{
	margin: 40px auto;
	position: relative;
	background-color: #378226;
	padding-top: 10px;
	padding-bottom: 10px;
}
.item-affect{	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	
	-vendor-animation-duration: 1s;
	-vendor-animation-delay: 1s;
	-vendor-animation-iteration-count: 1;

	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
	z-index: inherit;
}
.container-top-bottom-banner{
	background-image:url(../images/top_bottom_bg.png);	
	background-size: contain;
	background-position:left top;
	background-repeat:no-repeat;
	border-color:transparent;
	width:100%;
	min-height: 95px;
	margin:-30px 0px -30px 0px;
	padding:0px;
	border:none;
	z-index: 999;
}
.container-bottom-top-banner{
	border-color:transparent;
	width:100%;
	min-height: 30px;
	margin:0px;
	padding:0px;
	border:none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.bg-blue-color{
	background-color: #00aeef;
}
.bg-green-color{
	background-color: #8dc63f;
}
.circle_left{
	position: absolute;
	bottom: -7%;
	left: -17%;
	z-index: 2;
	width: auto;
}
.circle_right{
	position: absolute;
	bottom: -7%;
	right: -12%;
	z-index: 2;
	width: auto;
}
._item_article{
	width: 100%;
	padding-left: 35px;
	padding-right: 35px;
	margin: 55px auto;
}
._title{
	font-family: 'utm_flamenco';
	color: #FFFFFF;
	font-size: 20pt;
}
._desc{
	font-family: 'utmavo';
	color: #FFFFFF;
	font-size: 10pt;
}
._text_footer{
	font-family: 'utmavo';
	color: #FFFFFF;
	font-size: 7pt;
}
._text_footer_bold{
	font-family: 'utmavo-bold';
	color: #FFFFFF;
	font-size: 7pt;
}
.photo_title{
	padding-top: 30px;
	padding-bottom: 15px;
	font-family: 'utmavo';
	color: #7cb62e;
	font-size: 20pt;
	width: auto;
	position: relative;
	text-transform: uppercase;
}
.comment_title{
	font-family: 'utm_flamenco';
	color: #FFF;
	font-size: 20pt;
	font-style: italic;
	padding-bottom: 15px;
}
.bg-wrapper{
	background-size: cover;
	background-position:left center;
	background-repeat:no-repeat;
	border-color:transparent;
}
.mgr-2{margin-right: -2px;}
.mgl-2{margin-left: -2px;}
.bg-wrapper-2{
	background-image:url(../images/news_2.jpg);	
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	border-color:transparent;
}
.bg-wrapper-3{
	background-image:url(../images/news_3.jpg);	
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	border-color:transparent;
}
.bg-wrapper-4{
	background-image:url(../images/news_4.jpg);	
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	border-color:transparent;
}
.fonter_brand{
	margin-left: 30px;
	margin-right: 30px;
	border-top: 1px solid rgba(255,255,255,1.00);
	padding-top: 10px;
	clear: both;
}
.footer-page{
	padding-top: 15px;
}
.footer-page > .col-xs-8{
	line-height: 1.5em;
}
.panel-default{
	background-color: transparent!important;
	border-color: transparent!important;
}
.content_bound_gallery_intro{
	margin: 0 auto;
	position: relative;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.pdlr{
	padding-left: 5px;
	padding-right: 5px;
}
.acc_content{
	background-color: #d1d3d4 !important;
	border-color: #d1d3d4 !important;
	position: relative;
	border-radius: 0;
	margin-top: 10px;;
}
._title_head{
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.content_bound_gallery{
	margin: 0 auto;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}
.content_bound_gallery_amthuc{
	margin: 0 auto;
	position: relative;
	padding-left: 35px;
	padding-right: 35px;
}
.content_bound_news{
	margin: 0 auto;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}
.item_padd_amthuc{
	margin: 0px;
	padding: 5px !important;
}
.item_padd_news{
	margin: 0px;
	padding: 10px !important;
}
.content_line_top{
	padding-top: 10px;
	padding-bottom: 7px;
}
.text-sm-spark{
	position: absolute;
	top: -50px;
	z-index: 4;
	min-width: 285px;
}
.btn-circle {
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 0px 0;
  font-size: 10px;
  line-height: 1.428571429;
  border-radius: 10px;
  background-color:#f04e23 !important;
}
.info-hearer{
	padding-top:10px;
}
.icon_line{
	padding-right: 15px;
}
.link_header_font{
	font-family: 'utmavo';
	color:#707070;
	font-size:8pt;	
}
.parent_quick_booking{
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	top: -55px;
	right: 15px;
	z-index: 4;
	background-image: url(../images/bg_quick_booking.png);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	min-width: 131px;
	text-align: center;
}
.title_booking{
	font-family:'utmavo-bold';
	color:#707070;
	font-size:8pt;
}
a{
	text-decoration: none !important;
	color: inherit !important;
}
/*Gallery*/
.portfolio-box .portfolio-box-caption {
    -webkit-transition: all .35s;
    -moz-transition: all .35s
}
.portfolio-box {
	overflow:hidden;
	position:relative;
    display: block;
    margin: 0 auto
}
.portfolio-box img {
  	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}
.portfolio-box:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
/*End gallery*/
.pdt10{
	padding-top: 10px;
}
.pdt15{
	padding-top: 15px;
}
.pdt20{
	padding-top: 20px;
}
.pdt25{
	padding-top: 25px;
}
.pdt30{
	padding-top: 30px;
}
.pdb10{
	padding-bottom: 10px;
}
.pdb15{
	padding-bottom: 15px;
}
.pdb20{
	padding-bottom: 20px;
}
.pdb25{
	padding-bottom: 25px;
}
.pdb30{
	padding-bottom: 30px;
}
/*Intro*/
.intro_title{
	font-family: 'utmavo';
	color: #7cb62e;
	font-size: 22pt;
	width: auto;
	position: relative;
	text-transform: uppercase;
}
.contact_map_bound{
	background-color: #FFF;
	padding: 10px;
	position: relative;
}
#map {
    height: 350px;
    width: 100%;
    left: 0;
    position: relative;
    top: 0px;
	background-color:rgba(92,92,92,0.50);
	background-blend-mode: darken;
	mix-blend-mode:multiply;
}
.clickable{
    cursor: pointer;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	line-height: 0px;
	position: absolute;
	top: 0px;
	right: 15px;
	background-color: #0f9f4a;
}
.clickable i{
	color: #FFF;font-size: 10pt;
}
.panel-heading span {
	margin-top: -20px;
	font-size: 15px;
}
._panel_title{
	color: #378226;
	font-family: 'utmavo-bold';
	font-size: 12pt;
	text-align: left;
}
._panel_content{
	color: #5d5d5d;
	font-family: 'utmavo';
	font-size: 10pt;
	text-align: justify;
	background-color:#d1d3d4;
}
/*Vui choi giai tri*/
._panel_entertaiment{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	min-height: 500px;
	position: relative;
}
._panel_entertaiment:hover{
	background-position: left top;
}
.bg_trans_up{
	background-color: rgba(0,0,0,0.30);
	min-width: 50%;
	width: auto;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
	border: 1px solid #FFF;
	padding: 15px 30px 35px 30px;
	line-height: 30px;
}
._panel_pool_teambild{
	margin: 0px;
	padding: 0px 0px 30px 0px;
}
._pool_{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-right: 2.5px solid #FFF;
	min-height: 399px;
	margin-top: 5px;
		
}
._pool_:hover{
	background-position: left top;
}
._teambild_{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-left: 2.5px solid #FFF;
	min-height: 399px;
	margin-top: 5px;
}
._teambild_:hover{
	background-position: left top;	
}
.bg_trans_down{
	background-color: rgba(0,0,0,0.30);
	width: auto;
	min-width: 70%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
	border: 1px solid #FFF;
	padding: 15px 30px 35px 30px;
	line-height: 30px;
}
.size_title{
	font-size: 16pt;
	font-family: "utmavo-bold";
	color: #FFF;
}
.size_title_nobold{
	font-size: 16pt;
	font-family: "utmavo";
	color: #FFF;
}
.size_menu{
	font-size:8.5pt;
	font-family: "utmavo-bold";
	color: #FFF;
}
.size_menu_desc{
	font-size:9pt;
	font-family: "utmavo";
	color: #FFF;
	line-height: 19px;
}
.btn_default_edit{
	font-family: utmavo-bold;
	color: #FFF;
	background-color: transparent !important;
	border: 1px solid #fff;
	border-radius: 0;
}
.btn_default_edit:hover{
	font-family: utmavo-bold;
	color: #ee2b32;
	background-color: transparent !important;
	border: 1px solid #fff;
	border-radius: 0;
}
.btn_default_edit_normal{
	font-family: "utmavo";
	color: #FFF;
	font-size: 9pt;
	background-color: transparent !important;
	border: 1px solid #fff;
	border-radius: 0;
}
.btn_default_edit_normal:hover{
	font-family: "utmavo";
	color: #FFF;
	font-size: 9pt;
	background-color: transparent !important;
	border: 1px solid #ed1c24;
	border-radius: 0;
}
.bg_trans_fill_100percent{
	background-color: rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	left:0px;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
	cursor: pointer;
}
.bg_trans_fill{
	width: auto;
	min-width: 70%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
	padding: 15px 30px 35px 30px;
	line-height: 30px;
}
.bg_trans_fill > div{
	display: none;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}
._game_{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-right: 1px solid #FFF;
	min-height: 399px;
	margin-top: 2px;
}
._game_2{
	background-image: url(../images/thamquan_giangoai/game/game2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-left: 1px solid #FFF;
	min-height: 399px;
	margin-top: 2px;
}
._game_end{
	background-image: url(../images/thamquan_giangoai/game/game1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-right: none;
	min-height: 399px;
	margin-top: 2px;
}
.bg_trans_fill_100percent:hover{
	background-color: rgba(0,0,0,0.50);
}
.bg_trans_fill_100percent:hover > .bg_trans_fill > div{
	display: block;
}
/*Details - Photo slide*/
.content_accom_detail{
	color:#464646;
	width:100%;
	max-width:995px;
	margin: 0 auto;
	padding-top:20px;
	clear:both;
}
.bg_trans_fill_100percent_orther{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	left:0px;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
	cursor: pointer;
}
.bg_trans_fill_orther{
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,.5);
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
	padding: 0px 20px 10px 20px;
	line-height: 20px;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
}
.bg_trans_fill_orther > div{
	display: none;
	-webkit-transition:all .6s linear;
	transition:all .6s linear;
}
.bg_trans_fill_100percent_orther:hover > .bg_trans_fill_orther > div{
	display: block;
	-webkit-transition:all .6s linear;
	transition:all .6s linear;
}
/*End vui choi giai tri*/
/*Luu tru*/
._bg_luutru_full{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-right: none;
	min-height: 500px;
	max-height: 500px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
._bg_luutru_full:hover{
	background-position: left top;
}
.bg_trans_fill_50percent{
	background-color: rgba(0,0,0,.5);
	width: 50%;
	height: 100%;
	position: absolute;
	-webkit-transition:all .3s linear;
	transition:all .3s linear;
	cursor: pointer;
}
.bg_trans_fill_luutru{
	width: 70%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
	padding: 0px 30px 0px 0px;
	line-height: 30px;
}
.bg_trans_fill_luutru > div{
	display: none;
	-webkit-transition:all .5s linear;
	transition:all .5s linear;
}
.bg_trans_fill_50percent:hover > .bg_trans_fill_luutru > div{
	display: block;
}
.title_luutru_tiennghi{
	font-family:'utmavo-bold';
	color:#7fb734;
	font-size:12pt;
}
.tag_luutru_bold{
	font-family:'utmavo-bold';
	color:#7fb734;
	font-size:9pt;
}
/*End luu tru*/
/*News*/
._news_title_date{
	font-family:'utmavo-bold';
	color:#5d5d5d;
	font-size:8pt;
}
._news_title{
	font-family:'utmavo-bold';
	color:#5d5d5d;
	padding-left: 5px;
	padding-right: 5px;
	font-size:9pt;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
._news_desc{
	font-family:'utmavo';
	color:#5d5d5d;
	font-size:9pt;
	height:37px;
	margin:0px;
	padding-left: 5px;
	padding-right: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_title_details{
	font-family:'utmavo-bold';
	color:#7fb734;
	font-size:12pt;
}
/*Animate more*/
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.btn_circle_50 {
  width: 50px;
  height: 50px;
  line-height: 1.428571429;
  border-radius: 25px;
  background-color:#f04e23 !important;
  position: relative;
  margin: 0 auto;
	cursor: pointer;
}
.arrow {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -12px;
  width: 25px;
  height: 25px;
  background-image:url(../images/arrow_down.png);
  background-size: contain;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.panel_grey{
	background-color: #f3f3f3;
}
.pd_contact{
	padding: 0px 15px 0px 15px;
}
.title_green{
	color: #197b30;
	font-family:'utmavo-bold';
	font-size: 12pt;
}
.lable_font{
	color: #197b30;
	font-family:'utmavo-bold';
	font-size: 9pt;
}
/*Photo slide*/

.carousel > .carousel-control,
.carousel > .carousel-control:hover {
    background-color: transparent !important;
    margin: 0;
    padding: 0;
	border: none;
}

.carousel > .carousel-control {
    top: 45%;
    width: 34px;
    height: 34px;
}

.carousel > .carousel-control.left {
    left: 0px;
}

.carousel > .carousel-control.right {
    right: 0px;
}
.np{
	font-size: 24pt;
	color: #000000;
	background-color: rgba(255,255,255,0.82);
	border-radius: 3px;
	padding: 4px;
}
/*End Photo*/
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}
#modal_process{
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	position:fixed;
	left:0px;
	top:0px;
	right: 0px;
	bottom: 0px;
	width:100%;
	height:100%;
	z-index:9999;
	background-color: rgba(0,0,0,0.50);
	display:none;
}
#modal_process img{
	position:absolute;
	top:50%;
	left:50%;
}
.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/*Intro*/
.intro-wrap > .col-xs-push-7 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 250px;
}
/*Scroll top*/
#back_to_top.on {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    right: 90px;
}
#back_to_top {
    color: #cdcdcd;
    height: auto;
    position: fixed;
    bottom: 22px;
    margin: 0;
    z-index: 999;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 90px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-backface-visibility: hidden;
}
#back_to_top span {
	padding-top: 0px;
	padding-left: 13px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    -o-border-radius: 52px;
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    border: 2px solid #e8e8e8;
    background: transparent;
}
#back_to_top:hover span {
    background: rgba(0,0,0,0.50);
}
#back_to_top span i {
    font-size: 25px;
    -webkit-transition: color .2s ease 0s;
    -moz-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    color: #b0b0b0;
    line-height: 42px;
}
.carousel-indicators{
	left: 45%;
	right: auto;
	bottom: 30px;
}
.carousel-caption{
	padding-left: 35px;
	padding-right: 35px;
	bottom: 100px;
}
.bg-wrapper.fix-small{
	display: block;
}
.col-md-12.fix-small{
	display: none;
}
@media screen and (max-width:1200px) {
	.text-sm-spark{
		top: -45px;
	}	
}
@media screen and (max-width:1100px) {
	.text-sm-spark{
		top: -40px;
	}	
}
@media screen and (max-width:999px) {
	/*Home page*/
	.content_pading{
		padding-left: 10px;
		padding-right: 10px
	}
	.border_cmd{
		 border-left: 1px solid rgba(255,255,255,0);
	}
	.content_bound_gallery{
		padding-left: 10px;
		padding-right: 10px;
	}
	.content_bound_gallery_amthuc{
		padding-left: 10px;
		padding-right: 10px;
	}
	.content_bound_news{
		padding-left: 10px;
		padding-right: 10px;
	}
	.content_bound_gallery_intro{
		padding-left: 10px;
		padding-right: 10px;
	}
	.left_icon{
		display: none;
	}
	.content_line_top > .col-xs-9{
		width: 100%;
	}
	.content_line_top > .col-xs-3{
		display: none;
	}
	.bg-green-color > .col-xs-4{
		width: 100%;clear: both;
	}
	.bg-green-color > .col-xs-8{
		width: 100%;clear: both;
		min-height: 300px;
	}
	.bg-green-color > .col-xs-pull-8 {
		right: 0px
	}
	.bg-green-color > .col-xs-push-4 {
		left: 0px
	}
	.bg-blue-color > .col-xs-4{
		width: 100%;clear: both;
	}
	.bg-blue-color > .col-xs-8{
		width: 100%;clear: both;
		min-height: 300px;
	}
	.bg-green-color > .col-xs-8 > img,.bg-blue-color > .col-xs-8 > img{
		display: none;
	}
	.bg-wrapper{
		background-position: center center;
	}
	._item_article{
		width: 100%;
		padding-left: 35px;
		padding-right: 35px;
		margin: 15px auto;
	}
	.circle_right{
		display: none;
	}
	.circle_left{
		display: none;
	}
	/*End home*/
	/*Bottom*/
	.footer-page{
		padding-top: 10px;
	}
	.footer-page > .col-xs-8{
		line-height: 1.2em;
	}
	.footer-page > .col-xs-4,.footer-page > .col-xs-8{
		width: 100%;
	}
	/*Intro*/
	.intro-wrap.row-eq-height{
		display: block;
	}
	._content_intro_resp{
		padding-right: 0px;
		padding-top: 20px;
	}
	.intro-wrap > .col-xs-pull-5 {
		right: 0px;
		width: 100%;
	}
	.intro-wrap > .col-xs-push-7 {
		left: 0px;
		width: 100%;
		min-height: 500px;
	}
	/*End Intro*/
	/*End Bottom*/
	.bg-wrapper.fix-small{
		display: none;
	}
	.col-md-12.fix-small{
		display: block;
	}
}
@media screen and (max-width:970px) {
	.text-sm-spark{
		top: -35px;
	}
	/*
	.caption_title{
		font-size: 30pt;
		line-height: 40px;
	}
	.caption_desc{
		font-size: 25pt;
		line-height: 35px;
	}
	*/
}
@media screen and (max-width:850px) {
	.text-sm-spark{
		top: -30px;
	}	
	.pd_contact{
		padding: 0px 0px 0px 0px;
	}
	.carousel-caption{
		bottom: 80px;
	}
	.carousel-indicators{
		bottom: 20px;
	}
}
@media screen and (max-width:768px) {
	.content_accom_detail > .col-xs-8,.content_accom_detail > .col-xs-4{
		width: 100%;
		float: none;
	}
	.intro_title{
		font-size: 16pt;
	}
	.title_green{
		font-size: 10pt;
	}
	.text-sm-spark{
		top: -25px;
	}	
	.footer-page > .col-xs-8 > .col-xs-5,.footer-page > .col-xs-8 > .col-xs-7{
		width: 100%;
	}
	.footer-page > .col-xs-8 > .col-xs-5 > .col-xs-5{
		width: 33.33333333%;
	}
	.footer-page > .col-xs-8 > .col-xs-5 > .col-xs-7{
		width: 66.66666666%;
	}
	.content_bound_gallery > .col-xs-3{
		width: 33.33333333%;
	}
	.content_bound_gallery_amthuc > .col-xs-3{
		width: 33.33333333%;
	}
	.content_bound_gallery > .col-xs-6{
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.pd_contact{
		padding: 0px 0px 0px 0px;
	}
	.parent_vote_comment > .col-xs-7,.parent_vote_comment > .col-xs-5{
		width: 100%;
	}
	._panel_entertaiment{
		min-height: 250px;
	}
	._panel_pool_teambild > a > .col-xs-6{
		width: 100%;
		clear: both;
	}
	._panel_pool_teambild > .col-xs-6{
		width: 100%;
		clear: both;
	}
	._game_{
		min-height: 250px;
	}
	._pool_{
		border-right: none;
		min-height: 250px;
		margin-top: 0px;
	}
	._teambild_{
		border-left: none;
		min-height: 250px;
		margin-top: 0px;
	}
	.bg_trans_down{
		width: 100%;
	}
	.bg_trans_up{
		width: 100%;
	}
	.bg_trans_fill{
		width: auto;
		min-width: 90%;
	}
	._game_1{
		border-right: none;
		min-height: 250px;
	}
	._game_2{
		border-left: none;
		min-height: 250px;
	}
	._game_end{
		min-height: 250px;
	}
	._bg_luutru_full{
		min-height: 250px;
	}
	.bg_trans_fill_50percent{
		width: 100%;
	}
	.bg_trans_fill_luutru{
		width: 100%;
		padding: 0px 30px 0px 20px;
	}
	.carousel-inner > .item > .col-xs-3{
		width: 50%;
	}
	.carousel-inner > .item > .col-xs-4{
		width: 50%;
	}
	.content_bound_news > .col-xs-4{
		width: 50%;
	}
	.carousel-caption{
		padding-left: 20px;
		padding-right: 20px;
		bottom: 45px;
	}
	.carousel-indicators{
		bottom: 10px;
	}
	.caption_title{
		font-size: 13pt;
	}
	.caption_desc{
		font-size: 11pt;
	}
}
@media screen and (max-width:550px) {
	.content_bound_news > .col-xs-4{
		width: 100%;
	}
	.carousel-caption{
		display: none;
	}
}
@media screen and (max-width:480px) {
	.content_bound_gallery > .col-xs-3{
		width: 50%;
	}
	.content_bound_gallery_amthuc > .col-xs-3{
		width: 50%;
	}
}