@font-face{font-family:'BaomoiMenu';src:url("../fonts/baomomenu_gdi.eot");src:url("../fonts/baomomenu_gdi.eot?#iefix") format("embedded-opentype"),url("../fonts/baomomenu_gdi.woff2") format("woff2"),url("../fonts/baomomenu_gdi.woff") format("woff"),url("../fonts/baomomenu_gdi.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}		


@font-face{font-family:'Baomoi';src:url("../fonts/baomoi_gdi.eot");src:url("../fonts/baomoi_gdi.eot?#iefix") format("embedded-opentype"),url("../fonts/baomoi_gdi.woff2") format("woff2"),url("../fonts/baomoi_gdi.woff") format("woff"),url("../fonts/baomoi_gdi.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face{font-family:'Baomoi';src:url("../fonts/baomoi-italic_gdi.eot");src:url("../fonts/baomoi-italic_gdi.eot?#iefix") format("embedded-opentype"),url("../fonts/baomoi-italic_gdi.woff2") format("woff2"),url("../fonts/baomoi-italic_gdi.woff") format("woff"),url("../fonts/baomoi-italic_gdi.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}	


@font-face{font-family:'Baomoi';src:url("../fonts/baomoi-semibold_gdi.eot");src:url("../fonts/baomoi-semibold_gdi.eot?#iefix") format("embedded-opentype"),url("../fonts/baomoi-semibold_gdi.woff2") format("woff2"),url("../fonts/baomoi-semibold_gdi.woff") format("woff"),url("../fonts/baomoi-semibold_gdi.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}	


@font-face{font-family:'Baomoi';src:url("../fonts/baomoi-semibolditalic_gdi.eot");src:url("../fonts/baomoi-semibolditalic_gdi.eot?#iefix") format("embedded-opentype"),url("../fonts/baomoi-semibolditalic_gdi.woff2") format("woff2"),url("../fonts/baomoi-semibolditalic_gdi.woff") format("woff"),url("../fonts/baomoi-semibolditalic_gdi.ttf") format("truetype");
    font-weight:bold;
    font-style: italic;
}
html {
    -webkit-tap-highlight-color: transparent;
}
/*Font*/
img{max-width:100%;}
body {
	line-height: 1;
	padding:0; margin:0;
	font-size:14px;
	background:#f1f1f1;
	font-family:Baomoi, arial;
	background-size:cover; 
}
img{display:block; border:none 0px;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
	padding:0;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1.5em;
	font-weight: bold;
	margin:0;
}


@font-face{font-family:'UTMSignwriter';src:url("../fonts/UTMSignwriter.eot");src:url("../fonts/UTMSignwriter.eot?#iefix") format("embedded-opentype"),url("../fonts/UTMSignwriter.woff2") format("woff2"),url("../fonts/UTMSignwriter.woff") format("woff"),url("../fonts/UTMSignwriter.ttf") format("truetype")}

*{margin:0px; padding:0px;}

h4, h5, h6
{
	font-size: 16px;
}
a, a:link, a:active, a:visited
{
	color: inherit;
	text-decoration: none;
}
a:hover{
	color:#2C94DB;
	text-decoration: none;
}
:focus { outline: none; }

input[type="text"],input[type="submit"], input[type="password"],input[type="file"], textarea, select,button { 
    outline: none;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box; 
	-o-box-sizing: border-box;
}
/******start selecttion khi bôi chọn phần tử trên web*****/
::selection{}
::-moz-selection{}
::-webkit-selection{}
::-ms-selection{}
::-o-selection{}
/******end selecttion*****/
/*****color placeholder*****/
::-webkit-input-placeholder { /*Chrome, Safari*/
   color: #333 !important;
}
:-moz-placeholder { /* Firefox 18- */
   color: #333 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #333 !important;
}
:-o-placeholder { /* Opera */
   color: #333 !important;
}
:-ms-input-placeholder {  /*Internet Explorer*/
   color: #333 !important;
}
/****************Start Animation*************/
/**@keyframes animation***/
.animation
{
	animation: name_keyframes 1s; /*infinite chuyển động liên tục không giới hạn số lần tục keyframes*/
	-moz-animation:name_keyframes 1s;
	-webkit-animation: name_keyframes 1s;
	-o-animation:name_keyframes 1s;
	-ms-animation:name_keyframes 1s;
}
@keyframes name_keyframes
{
	/*
		from{}
		to{}
		hoặt
		
		0%{}
		25%{}
		50%{}
		100%{}
	*/
}
@-moz-keyframes name_keyframes
{
	/*
		from{}
		to{}
		
		hoặt
	
		0%{}
		25%{}
		50%{}
		100%{}
	*/
}
@-webkit-keyframes name_keyframes
{
}
@-o-keyframes name_keyframes
{
}
/****keyframes default******/
@-webkit-keyframes fading{
	0%{opacity:0}50%{opacity:1}100%{opacity:0}
}
@keyframes fading{
	0%{opacity:0}50%{opacity:1}100%{opacity:0}
}
@-webkit-keyframes opac{
	from{opacity:0} to{opacity:1}
	}
@keyframes opac{
	from{opacity:0} to{opacity:1}
}
@-webkit-keyframes animatetop{
	from{top:-300px;opacity:0} to{top:0;opacity:1}
}
@keyframes animatetop{
	from{top:-300px;opacity:0} to {top:0;opacity:1}
}
@-webkit-keyframes animateleft{
	from{left:-300px;opacity:0} to{left:0;opacity:1}
}
@keyframes animateleft{
	from{left:-300px;opacity:0} to{left:0;opacity:1}
}
@-webkit-keyframes animateright{
	from{right:-300px;opacity:0} to{right:0;opacity:1}
}
@keyframes animateright{
	from{right:-300px;opacity:0} to{right:0;opacity:1}
}
@-webkit-keyframes animatebottom{
	from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}
}
@keyframes animatebottom{
	from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}
}
@-webkit-keyframes animatezoom{
	from{transform:scale(0)} to{transform:scale(1)}
}
@keyframes animatezoom{
	from{transform:scale(0)} to{transform:scale(1)}
}

@media (min-width:992px)
{
	.fix_top {position:fixed; top:0;  animation-name: animatetop; animation-duration: 0.5s; width:100%; z-index:1000; 
}
.fix_top .bg_in{
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff ), color-stop(100%, #ededed ));
    background: -webkit-linear-gradient(top, #fff 20%, #ededed 100%);
    background: -o-linear-gradient(top, #fff 20%, #ededed 100%);
    background: -ms-linear-gradient(top, #fff 20%, #ededed 100%);
   background: linear-gradient(to bottom, #fff 20%, #ededed 100%);
	filter: progid:DXImageTransform.Microsotf.gradient(startColorstr='#fff', endColorstr='#ededed'); /*IE6-9 */
}
.logo a{display:inline-block;}
.logo a img {
    width: 100%;
    /* max-width: 100%; */
    max-height: 116px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: auto;
}
.fix_top .logo{display:none;}
.fix_top .logo a img{width:200px;}
}
header.bg_gradient{min-height:102px; background:transparent;}
/***************end Animation*****************/

/************Start transition*************/
.transition{
	transition-property: width; /**Thuộc tính của hiệu ứng chuyển tiếp width, height**/
	transition-delay: 0.1s; /**** Thời gian trể của chuyển động******/
	-webkit-transition-delay: 1s;
	transition-duration: .2s, 1s; /****Thời gian chuyển động của animation*****/
	transition-timing-function: linear, ease-in; /***Loại chuyển dộng linear, ease, ease-in, ease-out, ase-in-out***/
	transition: property duration  timing-function delay;
	-webkit-transition: property duration  timing-function delay;
	
}
/************End transition************/


/************Background_Gradient************/
.bg_gradient{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C5C4C4 ), color-stop(100%, #7B7B7B ));
    background: -webkit-linear-gradient(top, #C5C4C4 0%, #7B7B7B 100%);
    background: -o-linear-gradient(top, #C5C4C4 0%, #7B7B7B 100%);
    background: -ms-linear-gradient(top, #C5C4C4 0%, #7B7B7B 100%);
    background: linear-gradient(to bottom, #C5C4C4 0%, #7B7B7B 100%);
	filter: progid:DXImageTransform.Microsotf.gradient(startColorstr='#C5C4C4', endColorstr='#7B7B7B'); /*IE6-9 */
}
/*******End Background_Gradient***********/

/********************Start buttom click *********************/
.btn{
	border: 0;
	background: #0087cc;
	box-shadow: 0 5px 0 #006599;
	color: #fff;
	cursor: pointer;
	font: inherit;
	display:inline-block;
	margin: 0;
	outline: 0;
	line-height:1.5em;
	padding: 12px 20px;
	transition: all .05s linear; -moz-transition: all .05s linear; -webkit-transition: all .05s linear; -ms-transition: all .05s linear; -o-transition: all .05s linear;
}
.btn:active{box-shadow: 0 2px 0 #006599; transform: translateY(3px); -moz-transform: translateY(3px); -webkit-transform: translateY(3px); -ms-transform: translateY(3px); -o-transform: translateY(3px);}
/********************End buttom click *********************/
/****************START Buttom Animation*********************/
.btn_animation_click {
  display: inline-block;

  background: #0087cc;
  color: #fff;
  text-align: center;

  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  ;
}
.btn_animation_click.active { background: #006599; }
.btn_animation_click:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.btn_animation_click_active:before {
  content: "";
  position: absolute;
    top: -32px; 
    left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background-color: #006599;
  border-radius: 100%;
  -webkit-animation: scaleout 0.3s 1 ease-out;
  animation: scaleout 0.3s 1 ease-out;
  opacity: 0;
}

@keyframes scaleout {  
	0% 		{
				 opacity: 1;
				 transform: scale(0.0);
				 -webkit-transform: scale(0.0);
			}
	100%	{
				 transform: scale(1.5);
				 -webkit-transform: scale(1.5);
				 opacity: 0;
			}
}
/****************START Buttom Animation*********************/



/***********Hiển thị nội dung trên 1 dòng************/
.title_hidden{
    width: 100%;
    white-space: nowrap; /*không cho nội dung rớt dòng*/
    overflow: hidden;/*Ẩn nội dung*/
    text-overflow: ellipsis; /*Thêm dấu 3 chấm cuối câu*/
}
/***********End Hiển thị nội dung trên 1 dòng ***********/

/******** Start Width input, select, textarea bằng nhau**********/
input, select, textarea{
    width:100%;
     box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box; 
	-o-box-sizing: border-box;
}
/******** End  Width input, select, textarea bằng nhau**********/

/********Start align content middle******/
.align_items_center {
    display:flex; 
	display:-webkit-flex; 
	/*
	Đặt ngoài khung lớn thì các mục con bên trong sẽ trở thánh phần tử linh hoạt
	Hoặt
		display: -webkit-inline-flex; 
		display: inline-flex;
			

	*/
	
	/*Cho các mục con bên trong cùng độ dài
		 -webkit-flex: 1; Safari 6.1+ 
		-ms-flex: 1;  IE 10 
		flex: 1;
	*/
	
	/*-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-align:center;
	-moz-box-align:center;
	*/
   	align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
	-webkit-align-items: center;
	
}
/*Cảnh chỉnh hình cân nằng giữa*/
.allign_image{
	 display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
	height:200px;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
}
.allign_image span{display:block; width:100%; text-align:center;}
.allign_image span img{width:auto; height:auto; max-width:100%; max-height:100%;}
/*Phần tử linh hoat cho chiều rộng full div*/
.align_items_center_in{display:inline-block; width:100%; text-align:center;}
/********End align content middle******/
textarea{resize:vertical;/*resize:none; resize:horizontal;*/ }
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(172, 201, 85, 0.7);
  border: 1px solid rgba(172, 201, 85, 0.7);
}
.clear{clear:both;}
/***************************************************/
body{ padding:0;   background:#e8e8e8;  line-height:1.5em;}
.bg_in{width:1000px; margin:0 auto;}
header{}
.menu{width:100%; float:right; padding-top:0;}
.header_top_position.fix_top .menu{}
.logo{width:20%; float:left; padding-left:10px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; display:inline-block;}

.bg_gradient{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1 ), color-stop(100%, #fff ));
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #fff 100%);
    background: -o-linear-gradient(top, #f1f1f1 0%, #fff 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0%, #fff 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, #fff 100%);
	filter: progid:DXImageTransform.Microsotf.gradient(startColorstr='#f1f1f1', endColorstr='#fff'); /*IE6-9 */
}
.slider{background:#f3f3f3; padding:10px;}
.slider_row{}
.slider .slider_left{width:100%;}
.slider .slider_left{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.slides li .image_left{width:70%; float:left; }
.slides li .content_text_right{width:30%; float:left;}
.slides li .content_text_right{height:410px;
display:flex; 
	display:-webkit-flex; 
	/*
	Đặt ngoài khung lớn thì các mục con bên trong sẽ trở thánh phần tử linh hoạt
	Hoặt
		display: -webkit-inline-flex; 
		display: inline-flex;
			

	*/
	
	/*Cho các mục con bên trong cùng độ dài
		 -webkit-flex: 1; Safari 6.1+ 
		-ms-flex: 1;  IE 10 
		flex: 1;
	*/
	
	/*-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-align:center;
	-moz-box-align:center;
	*/
   	align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
	-webkit-align-items: center;

}
.slides li .content_text_right .title{width:100%; text-align:center}
.slides li .content_text_right{padding:10px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.slides li .content_text_right .title h3{padding:5px 0; margin-bottom:10px; color:#E08F2B}
.intro{padding: 0 0 15px 0;}
.intro_title {text-align:center;}
.intro_title h2{font-size:18px; display:inline-block;}
.intro .category-description {
    width: 560px;
    margin: 0 auto;
	    text-align: center;
    font-family: sans-serif;
    letter-spacing: 0.5px;
}
.list_icon{margin:10px 0;}
.list_icon li{width:25%; float:left;padding:5px; text-align:center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.list_icon li .li_in{}
.list_icon li .li_in  p.image_icon a{display:inline-block; text-align:center;}
.content_info_slider{text-align:justify; max-height:300px; overflow:hidden;}
a.read_more {
    float: left;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 12px;
    padding: 4px;
	font-style:italic;
    margin-top: 5px;
}
.des_info{max-height:250px; overflow:hidden;}
.list_intro_web{border-top: 10px solid #f1f1f1;}
.list_intro_web .intro_web{width:33.3%; float:left; padding:10px 10px 0 10px; 
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.list_intro_web .intro_web:nth-child(2){border-left:1px solid #ccc; border-right:1px solid #ccc;}
.list_intro_web .intro_web_in{}
.list_intro_web_in{margin:20px 0;}
.content_list{margin:0 -3px;}
.list_intro_web{margin:20px 0;}
.list_intro_web .intro_web_in .title h3{ text-transform:uppercase; padding:5px 0; font-size:16px;}
ul.list_pro{}
ul.list_pro li{width:33.3%; float:left; padding:3px; box-sizing:border-box; position:relative; padding-left:8px;}

ul.list_pro li:after{content: "\f0da"; position:absolute; top:2px; left:0;    font: normal normal normal 14px/1 FontAwesome;     color: #E2752C;}
ul.list_pro li .li_in{padding:3px; border:1px solid #ccc;}
ul.list_pro li a.image_list {
    overflow: hidden;
    transition: 0.3s;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    height: 120px;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
}
ul.list_pro li a:hover{color:#E2752C;}
ul.list_pro li a img{height:auto; width:auto; max-height:100%; max-width:100%; margin:0 auto;}
ul.list_pro li a i.fa{color:#E2752C;}
.title h3,.title h1{padding:0 0 5px 0; font-size:14px; text-transform: uppercase;}
.flag_header {
	padding-top:0;
	padding-bottom:0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #ffffff;
	width: auto;
    float: right;
}
.pro-text-buy{font-weight:bold; color:red;}
.flag_header li a {
    width: auto;
    color: #2C94DB;
}
.flag_header li.hotline {
    padding-right:10px;
    color: #2C94DB;
    font-weight: bold;
    font-size: 22px;
	float:right;
	display: inline-block;
	font-style:italic;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.flag_header li.lag{padding:5px;}
.flag_header li.hotline a {
    color: red;
    font-size: 20px;
       font-weight: bold;
	      font-style: normal;
}
.flag_header li {
    display: inline-block;
	padding:3px 0;
	line-height:1.5em;
	    float: left;
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.search_header {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1000;
}
.left_content .search_header{position:static; padding:10px;}
.flag_header li.search_header{float:right; border-left:0px; padding:0; margin:0;}
.flag_header li:first-child{ border-left:0px;}
.flag_header li.card {
    position: relative;
    top: 0;
	float:right; 
	border-left:0; margin-left:0; padding-left:0;
}
.flag_header li img {
    height: 15px;
}
.flag_header li.img-banner img{height:auto;}
.flag_header li.card a {
    font-weight: bold;
    font-style: italic;
	font-size:18px;
}
.flag_header li.card a i.fa {
    font-size: 22px;
}
header.bg_gradient .bg_in{position:relative;    background: #fff;}
.content_left{width:20%; float:left;}
.content{background:#fff;}
.content_right{width:80%; float:left; padding: 0 10px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

.wp_page{width:100%; text-align:right; padding:5px 0px 0 0 ;}
.wp_page>.page{width:100%;}
.wp_page>.page a {
    font-size: 14px;
    padding: 0px 5px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    display: inline;
    line-height: 1.5em;
    background: #fff;
}
.wp_page>.page a:hover,.wp_page>.page a.active{background:#2C94DB; color:#fff; font-weight:bold;}
/******start sitebar**********/
.sitebar-col {
	    position: relative;
    padding: 0;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sitebar-col>h4{
    position: relative;
    margin: 0px;
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 20px;
    font-weight: bold;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    margin: 0;
    background: #2C94DB;
    padding: 8px;
    border-bottom: 1px solid #2C94DB;
    color: #fff;
	text-align:left;
    line-height: 1.5em;
	background: #0e9df5;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #0e9df5), color-stop(100%, #0574b5));
    background-image: -webkit-linear-gradient(to bottom, #0e9df5, #0574b5);
    background-image: -moz-linear-gradient(to bottom, #0e9df5, #0574b5);
    background-image: -o-linear-gradient(to bottom, #0e9df5, #0574b5);
    background-image: linear-gradient(to bottom, #0e9df5, #0574b5);
}
.sitebar-col>h4 i.fa{font-size:18px;}
.sitebar-col-content ol {
    position: relative;
    white-space: nowrap;
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.sitebar-col-content ol:first-child{border-top:0;}
.sitebar-col-content ol li {
    position: relative;
    white-space: nowrap;
    padding-left: 0;
	display:block;
    padding: 5px 0;
}

.sitebar-col-content, .view_all{padding: 10px; border:1px solid #2C94DB; border-top:0}
.display_none_more>h4>span.toggle,.sitebar-col.display_none_more>.sitebar-col-content{display:none;}

@media (min-width: 768px)
{
	.sitebar-col-content {
		height: 100% ;
		display: block !important;
		opacity: 1;
	}
	.sitebar-col h4{pointer-events: none;}
}
@media (max-width:768px)
{
	.sitebar-col{width:50%;}
}
@media (max-width:768px)
{
	.sitebar-col>h4 {cursor:pointer;}
	.sitebar-col>h4 span.toggle{ position: absolute;top: 50%;right: 10px;margin-top: -7px;}
	.sitebar-col>h4 span.toggle:after{  content: "\f107";  font: normal normal normal 14px/1 FontAwesome;}
	.sitebar-col>h4 span.toggle.opened:after{  content: "\f107";  font: normal normal normal 14px/1 FontAwesome; }
	.sitebar-col{width:100%; float:none;}
}
/****start footer******/
footer{padding:0;}
.footer {
    padding: 10px;
}
.footerwp{ padding-top:15px;}
.footer-col{width:25%; float:left;    padding: 0 10px;
    margin-bottom: 10px; text-align:center;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.footer-col>h4 {position:relative; font-size:16px; text-transform:uppercase; font-weight:bold; margin:5px 0px; color:#fff; text-align:left;}
.footer-col ul{list-style:none; margin:0px; padding:0px;}
.footer-col ul li{padding:5px 0;}
.footer-col ul li a{text-decoration:none; color:#fff;}
.footer-col ul li a>span{padding-right:5px;}
.footer-col_content{text-align:center;line-height:1.5em;color:#385108; padding:15px 0;}

.display_none_more>h4>span.toggle,.footer-col.display_none_more>.footer-col-content{display:none;}
#back-top {
position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 36px;
    cursor: pointer;
    background: #1473b5;
    z-index: 10000;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
.travel_skill.content_sitebar {
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
	    word-wrap: break-word;
}
@media only screen and (min-width: 768px)
{
	.footer-col-content {
		height: 100% ;
		display: block ;
		line-height:1.5em;
		opacity: 1;
	}
	.sitebar-col h4{pointer-events: none;}
}
@media (max-width:768px)
{
	.footer-col{width:50%;}
	
}
@media (max-width:768px)
{
	.footer-col>h4 {cursor:pointer;}
	.footer-col>h4 span.toggle {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #2C94DB;
    color: #fff;
    border-radius: 50%;
    line-height: 20px;
}
	.footer-col>h4 span.toggle:after{  content: "\f107";  font: normal normal normal 14px/1 FontAwesome;}
	.footer-col>h4 span.toggle.opened:after{  content: "\f105";  font: normal normal normal 14px/1 FontAwesome;}
	.footer-col-content{display:none;}
	.footer-col{width:100%; float:none;}
	.footer-col-content{display:none;}
}
/****end product******/
.content_page{min-height:150px;  margin-bottom:0;}
.content_page.content-bg-white{background:#fff;}
/****start product******/
.girds_all {
    margin: 0 -5px;
	padding:0;
	margin-bottom:5px;
}
.grids {
    width: 25%;
    float: left;
    padding: 0 5px;
	margin-bottom:30px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.grids_in {
    border: 1px solid #f1f1f1;
    background: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.grids_in .info-pro{padding:0 10px;}
.sitebar-col-content{background:#fff;}
.grids_in:hover{box-shadow:0px 0px 5px #ccc; -moz-box-shadow:0px 0px 5px #ccc; -webkit-box-shadow:0px 0px 5px #ccc;}
.name-pro-right {
    width: auto;
    padding: 5px 0;
}
.name-pro-right a {
    text-decoration: none;
    display: block;
}
.name-pro-right a h3 {
    text-align: left;
    max-height: 35px;
    margin: 0px;
    overflow: hidden;
    color: #333;
    font-size: 16px;
	font-weight:bold;
    padding: 0;
}
.img-right-pro a
{
    overflow: hidden;
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    height: auto;
	padding:0;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
}

.img-right-pro {
    width: 100%;
	    position: relative;
    height: auto;
}
.img-right-pro img {
    width: 100%;
	height:auto;
	max-width:100%; max-height:100%;
    display: block;
	margin:0 auto;
}
	.price_old_new{border-top:1px solid #f1f1f1; border-left:0; border-right:0; position:relative; padding:10px 0;}
.price_old_new .price {
    width:100%;
	
}
.price_old_new .price span{display:block;}
.price_old_new .price span.news_price {
    font-size: 18px;
    color: #ef2727;
	font-weight:bold;
    position: relative;
    display: inline-block;
    
}
.price_old_new .price span.dv {
    display: inline-block;
    font-size: 14px;
}
.price_old_new .price span.dv {
    position: absolute;
    top: 0;
    right: -33px;
}
.price_old_new .price  span.old_price{font-size:16px; color:#bcb9b9;}
.price_old_new .price span.dv{display:inline-block;text-transform: uppercase;}
.price_old_new span.discout {
	padding: 5px;
    /* background: #e5093a; */
    color: #c7c7c7;
    position: absolute;
    top: 13px;
    font-size: 22px;
    right: 10px;
    border: 1px solid #e4752c;
    font-weight: normal;
	text-transform: uppercase;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
.breadcrumb {
    background: #f1f1f1;
padding: 5px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.breadcrumb a{padding-right:15px; position:relative; padding:5px; display:inline-block; padding-right:15px;}
.breadcrumb a:last-child {color: #2C94DB;}
.breadcrumb a:first-child{padding-left:0;}
.breadcrumb a:after{position:absolute; top:8px; right:2px;content: "/"; }
.breadcrumb a:last-child{padding-right:0;}
.breadcrumb a:last-child:after{content:"";}
@media(max-width:768px)
{
	.grids {width:50%;}

}

@media(max-width:350px)
{
		.grids {width:100%;}
}
/****end product******/
.module_right .title h3{padding: 0 ; border-bottom:1px solid #2C94DB; font-size:16px; margin-bottom:10px;}
.module_right .title h3 span{
	display: inline-block;
    padding: 5px 10px;
    background: #2C94DB;
    color: #fff; border-radius:5px 5px 0 0;
    font-size: 14px;}
/**********************/
.contact_form{ margin-bottom:10px;}
textarea{resize:vertical;/*resize:none; resize:horizontal;*/ }
.map{ margin-bottom:20px;}
.map iframe{width:100%; height:300px;}
.contact_form .contact_left{width:50%; float:left;}
.contact-list {
    font-size: 14px;
    line-height: 24px;
    color: #5a6063;
    margin-bottom: 59px;
	list-style:none;
	margin:0; padding:0;
}
.contact-list li {
    padding: 5px 0;
    position: relative;
    margin-bottom: 0;
    min-height:0;
	position:relative;
}
.contact-list .title, .hiring-box .title {
    font-size: 14px;
    font-weight: bold;
    color: #E47730;
    display: block;
}
.contact-list p {
    margin:0;
	font-size:13px;
}
b.color_red{ color: #E47730;}
.hiring-box {
    font-size: 14px;
    line-height: 24px;
    color: #5a6063;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding:0 0 10px 0;
}
.hiring-box .title {
    font-size: 18px;
    margin: 0 0 10px;
}
.arrow-link {
    font-size: 14px;
    color: #009ddc;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 20px 0 0; 
    position: relative;
	border-bottom:0px solid;
    -webkit-transition: color .3s ease-out,background-color .3s ease-out;
    -moz-transition: color .3s ease-out,background-color .3s ease-out;
    transition: color .3s ease-out,background-color .3s ease-out;
}
.page .col-main p a.arrow-link{border-bottom:0px solid !important;}
.ch-contacts-details {
    background: #fff;
    padding: 0 0 30px 0;
}
.contact_form .contact_right{width:50%; float:left; padding-left:15px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
/**********thông tin*************/
.clear{clear:both;}
input, select, textarea{
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box; 
	
}
input[type="text"],input[type="submit"], input[type="password"], textarea, select { 
    outline: none;
	  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
font-family:Baomoi,arial;
border-color:#f1f0f0;
  padding:10px 5px;
}
input[type="text"] {
  transition: box-shadow 0.3s, border 0.3s;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.box_contact textarea{resize:vertical;}
.box_contact{width:100%;  margin:0 auto; }
.title-box_contact{width:auto; padding:10px; background:#8A0000; font-size:16px ; color:#fff; text-transform:uppercase;
border-radius:3px; 
-moz-border-radius:3px; 
-ms-border-radius:3px; 
-o-border-radius:3px; 
-webkit-border-radius:3px; 
}
.content-box_contact{width:100%; }
.box_contact .row{width:100%;}
.box_contact .text-input{width:100%; float:left; font-size:14px; text-align:left;}
.box_contact .input{width:60%; float:left;}
.input{position:relative;}
.clsip{width:100%; padding:7px;
border:1px solid #ccc;}
.clsipa{padding:7px; width:100%; height:150px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.clsipxn{padding:7px; width:50%;
border:1px solid #ccc;}
.ipmaxn{width:55%;}
.img-reload{float:left; margin:5px; font-weight:bold;}
.btn-reload{ width:32px; height:30px; border:0px; margin-left:15px; cursor:pointer;}
.divbtn-gui{float:left;}
.btn-gui{
	border:0px;margin-left:30px;
 font-size:13px;color:#fff;
cursor:pointer;
  margin: 15px 0px 0px 0px;
    padding: 10px 25px;
	width:auto;
	background: #2C94DB;
}
.bdnone{border:none;}
.btnclass{margin:0px;}
.conatct_left{width:100%; float:left; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.conatct_right_in{ background:#ddd;}
.info_coty{margin:0; padding:5px 0 5px 0; margin-bottom:15px;}
.conatct_right{width:100%; float:right;}
.content-box_contact.conatct_right{margin-top:0;}
.content-box_contact.conatct_right .row {
    margin: 0px;
    margin-bottom: 10px;
    width: 50%;
    float: left;
    padding: 0 5px;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;
}
.content-box_contact.conatct_right .row:last-child,.content-box_contact.conatct_right .row.width100pt{width:100%;}
.contact_bottom{margin:0 -5px;}
.content-box_contact.conatct_right .row>.input{width:100%;}
input.btn-gui {
    margin-top: 5px;
    padding: 5px 15px;
    font-size: 18px;
}
address{line-height:1.5em; text-align:left;}
address p{margin:0;}
.logo_contact {}
.logo_contact a {
    display: block;
    text-align: center;
    width: 185px;
    margin: 0 auto;
	margin-bottom:10px;
}
.conatct_left{width:100%; float:left;}
.conatct_right{width:100%; float:right;}
.conatct_right_in.map-container {
    margin-bottom: 10px;
}
.conatct_right_in iframe{width:100%; height:410px;}
.map-container {
    width: 100%;
}
.map-container iframe{
    display: block;
    width: 100%;
    pointer-events: none;
}
.map-container iframe.clicked{
    pointer-events: auto;
}
.info_coty{font-size:13px;}
.info_coty address{ margin-bottom:10px;}
.info_coty address:first-child{margin-top:0;}
.info_coty address h4{
	margin: 0;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 5px;
    color: #2C94DB;
}
.info_address{font-size:16px;}

@media (max-width:992px)
{
	.conatct_left{width:40%; float:left;}
	.conatct_right{width:60%; float:right;}
}
@media (max-width:700px)
{
	.conatct_left,.conatct_right{width:100%; float:none;}
	
}
@media (max-width:600px)
{
	
	.content-box_contact{margin:15px auto 0 auto;}
	.text-input,.input{width:auto;text-align:left; float:none;}
	.map60pt,.conatct_right{width:100%; float:none; padding:0px;} 
	
}
/***********start_news**************/
/* CSS Document */
.clear{clear:both;}
ul.list_ul{list-style:none; margin:0; padding:0;}
ul.list_ul li.lists{width:100%; float:left; margin:0;margin-top:10px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;  position:relative; padding-top:10px;    border-top: 1px solid #f1f1f1; background:#fff;}
ul.list_ul li.lists a{display:block; margin-bottom:5px;}
ul.list_ul li.lists h3 {
    font-size: 13px;
    line-height: 1.2em;
    height: 30px;
    overflow: hidden;
}
ul.list_ul li.lists:first-child{margin-top:0; border-top:0; padding-top:0;}
ul.list_ul li.lists .date-box{left:10px; top:10px;}
ul.list_ul li.lists .date-box {
    width: 60px;
    position: absolute;
    text-align: center;
    border: solid 1px #333;
}
ul.list_ul li.lists .date-box .day {
    color: #333;
    display: block;
    font-size: 20px;
    padding: 5px 0 5px 0;
	background:rgba(255,255,255,0.4);
}
p.list-news-status-p{margin: 0;font-size:12px; color:#ccc; font-style:italic;line-height:1.2em; }

ul.list_ul li.lists .date-box .month {
    font-size: 12px;
    display: block;
    color: #fff;
    background: #333;
}
.img-list{width:30%; height:auto;  float:left}
.img-list>a{display:block; text-align:center;}
.img-list-in{width:100%; height:auto; margin:0 auto;}
.content-list{width:70%; float:left}
.title-list{font-size:16px; color:#333;}
.title-list h3{margin:0; line-height:0; margin-bottom:5px;}
.title-list>a {
    display: inline-block;
}
.title-list a h3{font-size:18px; line-height:1.2em; color:#333; text-decoration:none;display: block;}
.travel_skill .title-list a h3{font-size:16px; font-weight:bold; line-height:1.2em; }
.content-list-in{
	    width: 100%;
    margin: 3px 0 0 0;
    font-size: 13px;
    text-align: justify;
    line-height: 1.2em;
    height: 45px;
    overflow: hidden;
}
.content-list_inm{margin-left:10px;}
.lists .xt{width:100%; text-align:right;}
.lists .xt a {
    text-decoration: none;
    color: #333;
    padding: 2px 10px 2px 10px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    float: right;
    font-style: italic;
    position: relative;
    margin-top: 5px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: red;
    color: #fff;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.lists .xt a:hover{color:#2C94DB; background:transparent; }
.lists .xt a:after{content: "..."; position:absolute; bottom: 5px; right: 3px; }
@media (max-width:400px)
{
	ul.list_ul li.lists{padding-left:0;}
	.img-list{width:100%; float:none; height:auto;}
	.content-list{width:100%; float:none;}
	.content-list_inm{margin-left:0px;}
	.title-list h3 ,.content-list-in {margin-top:10px;}
	
}
.related_news {
    margin: 0px;
	text-align:left;
	background:#fff;
}
.related_news_title {
    font-size: 16px;
	text-transform:uppercase;
    font-style: normal;
    font-weight: bold;
    padding: 5px 0px;
    border-bottom: 1px dotted #ccc;
}
.related_news_title span{padding-right:5px;}
.related_news_content ul {
    list-style: none;
    padding-left: 15px;
	padding:0;
	
	margin:5px 0px;
}
.list_fonts {
    padding-right: 5px;
}
/************end_news**********/

/*********start table_cart***************/
.table .display_mobile{display:none;}
.clear {
    clear: both;
}
.floatleft {
    float: left;
}
.container_table{margin-bottom:0;overflow: hidden;}
.container_table table.table {
  display: table;
  border-collapse: collapse;
  border-spacing: 2px;
  border-color: #ccc;
    width: 100%;
	  font-size:13px;

}

.table>tbody>tr>td, .table>tfoot>tr>td{
    vertical-align: middle;
  padding: 10px; text-align:center;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn_df {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
    text-decoration: none;
}

.btn-sm,.btn-group-sm>.btn_df {
  padding: 0px 10px;
  font-size: 12px;
  line-height: 1.5;
      margin-left: 5px;
}

.btn_table_td_rf_del {
  color: #fff;
  background-color: #4c1e13;
  border-color: #4c1e13;
}
.btn-sm, .btn-group-sm>.btn_df {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.floatleft.width50 {
    width: 40px;
}
.btn_table_sc {
  color: #fff;
  background-color: #4c1e13;
  border-color: #4c1e13;
}

.btn_table {
  color: #fff;
  background-color: #4c1e13;
  border-color: #4c1e13;
}
.btn_df.btn_table_td_rf_del.btn-sm{margin-left:0; height:auto; font-size:15px;}
.btn_df.btn_table_td_rf_del.btn-sm i.fa{color:#fff;}

.btn_table:hover, .btn_table:focus, .btn_table:active, .btn_table.active, .open>.dropdown-toggle.btn_table {
  color: #fff;
  background-color: #4c1e13;
  border-color: #d58512;
}

.col_table_image.col_table_hidden-xs{
  max-width: 150px;
margin:0 auto;
}
.col_table_name {
  padding: 0px 10px;
}

.clear{clear:both;}
.floatright{float:right;}
.floatleft {
    float: left;
    width: 50px;
}
a.btn_df.btn_table.floatleft{width:auto;}
.aligncenter{text-align:center;}
.text-center{background:none;}
input[type="number"] {
	width:50px; padding: 5px 10px 5px 3px; outline:none; -moz-outline:none; -ms-outline:none; -webkit-outline:none; -o-outline:none;
	text-align:center;
}

.tr_first {
    background: #2C94DB;
    color: #fff;
}
.tr_first>th {
    padding: 10px 0px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
}
tr{background:#fff;}

.btn_df.btn_table_td_rf_del.btn-sm.btn_ref {width: 100%;}
.number{border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; -o-border-radius:7px; -ms-border-radius:7px; border:0px;}


.inputsoluong {
    border: 0px;
    text-align: center;
    border: 1px solid #D4D2D2;
}

td.textright {background-color: #fff; font-size:16px; font-weight:bold;}

span.color_red.font_money{
    color: red;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}
.col_table_image.col_table_hidden-xs img {
    width: 100%;
}
input.inputsoluong {
    width: 100%;
    padding: 6px 10px;
    box-sizing: border-box;
	    height: 35px;
		border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
}
td.textright {
    font-size: 18px;
    color: red;
}
td.textright {
    height: 45px;
}
table#cart tbody td {}

table#cart tbody td .form-control{
	width:100%;
	display: block ;
}	

.data-table td{text-align: center;}
td.textright_text{ font-size:18px; color:#4c1e13; text-transform:uppercase;}
a.btn_df.btn_table.floatleft{background-color:transparent; border:0; color:#ffffff; font-weight:bold; font-size:13px;    padding:5px  10px;
    line-height: 20px;}
tr.tr_last {
    background-color: #2C94DB;
	color:#fff;
}
a.btn_df.btn_table_sc.btn-block.floatright{
    outline: 0;
    background-color: #7fd611;
    border-bottom-color: #487513;
	border:0;
	width:auto;
	box-shadow: 3px 3px 0px #487513;
	
}
.btn_df.btn_table_td_rf_del.btn-sm
{
	  outline: 0;
        background-color: #ef1d1d;
    height:35px;
	font-size:16px;
	padding:5px 10px;
	line-height:1.5em;
	box-sizing:border-box;
	border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	border:0;
}
.btn_df.btn_table_td_rf_del.btn-sm.refresh{
    background: #2C94DB;
}
i.fa.fa-refresh,i.fa.fa-trash-o{color:#fff;}
tr {border: 1px solid #2C94DB;    box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
span.text_price {
    font-weight: bold;
}
span.text_price.color_red{
	    color: #ef1d1d;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 3px;
}
.table>tbody>tr>td.textright_text{    background: #e7f0f7; text-align:right; padding:10px 5px; font-size:14px;}
/* Table Desktop*/

@media screen and (max-width:768px){
	.flex-direction-nav{display:none;}
	.table tbody tr td:first-child{padding: 15px 10px;}

	.col_table_name{width:100%; padding: 0px;}
	.table>tbody>tr>td, .table>tfoot>tr>td{border: 0px solid #C7E4EF;     text-align: left;}
	table{border-collapse:collapse; border: 0px solid #ccc;}
	.actions .btn_table_td_rf_del{
		float:left;
	}
	.actions .btn-danger{
		float:right;
	}
	
	.table thead { display: none; }
	.table tbody td { display: block; padding: 5px; min-width:0px; text-align:left;}
	.table,.table td,.table tbody{display: block;}
	.table tr {
			display: block;
			width: 100%;
	}
	.table tbody tr td:first-child { background: #333; color: #fff; }
	.table tbody tr td.textright_text {background: #f2f7e4;color: #333;}
	.table tbody td:before {
	    content: attr(data-th);
    /* font-weight: bold; */
    display: inline-block;
    font-size: 16px;
	
	
    text-transform: uppercase;
	}
	.table tbody tr td:last-child:before{color:#fff;font-weight:bold; font-size:20px;} 
	.table tfoot td .btn{display:block;}
	td.col_table_hidden-xs.text-center {background-color: transparent !important;}
	td.col_table_hidden-xs.text-center strong{color:#4c1e13;}
	table{padding-bottom:10px;}
	td.actions.aligncenter { height: auto; padding:15px 0; text-align:center; background: #9db74e;}
	td.text_center { color: #333;}
	td.actions.aligncenter>.btn_df.btn_table_td_rf_del.btn-sm{   
	    min-width: 200px;
    margin: 0 auto;
    display: inline-block;
    float: none;
    box-shadow: none;
    border: 2px solid #8ea745;
    background: transparent;
    color: #ccc;
	}
	td.actions.aligncenter>.btn_df.btn_table_td_rf_del.btn-sm i.fa.fa-trash-o{color:#fff; display:inline-block; font-size:30px;}
	.table .display_mobile{display:block;}
	td.actions.aligncenter>.btn_df.btn_table_td_rf_del.btn-sm>span.display_mobile {
    
	    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    top: -2px;
	}
	h4.nomargin {margin-bottom: 0px;}
	.col_table_name p {margin-top:5px;}
	
	.table tbody td .row h4 {font-size: 18px;  font-weight:bold; color:#333;    margin-top: 5px;     margin-bottom: 5px; }
	.color_red{color:red;}
	.table tbody tr td.textright{text-align:center; height:auto; padding:10px 10px;}
	.btn_df.btn_table_td_rf_del.btn-sm { margin-left: 5px;}
	td.actions.aligncenter>.btn_df.btn_table_td_rf_del.btn-sm{margin-left:0; height:auto; background: #8ea745;}
	.table>tbody>tr>td.textright_text{text-align:center;}
	span.color_red.font_money{padding-left:5px;}
}
.col_table_name h4.nomargin,h4.nomargin{font-weight:normal; font-size:14px;}
.content_right .title h1 ,.content_right .title h2,.content_right .title h3{
    padding:7px 0;
	color:#7b9820;
	font-size:14px;
}

.content_right .title {
	position:relative;
    margin-bottom: 10px;
}
.content_right .content_right_page .title {
	position:relative;
    margin-bottom: 0;
}
.content_right .title.news_detail{}
.content_right .title.news_detail h1 {
    color: #2C94DB;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    font-weight: bold;
}
.colorori{color:#2C94DB; font-weight:bold;}
/***********end table cart**************/
.btn_card{}
.btn_card a{display:block; width:100%; text-align:center; padding:10px; text-transform:uppercase; font-size:14px; font-weight:bold;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
h4.tkw9999,h4.tkw9999>a{margin: 0;font-size: 12px;color:#fff;display: inline-block; text-transform:capitalize; }
h4.tkw9999{padding-left:10px;}
.wrapper_footer_top{display:inline-block;}
.text_left{float:left;}
.social{float:left;}
.newsletter {
    color: #fff;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    background: #99b446;
}
.newsletter span.elistText, .newsletter span.socialText {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 24px;
    margin-right: 5px;
    text-transform: uppercase;
}
.elist {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 3px 0;
}
.elist .input {
    background: #fff;
    display: block;
    border: 1px solid #eaeaea;
    color: #484848;
    
    height: 28px;
    line-height: 26px;
    padding: 0 38px 0 8px;
    text-align: left;
    width: 240px;
}
.elist .submit {
    display: block;
    background: #2C94DB;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 24px;
    padding: 0;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    width: 36px;
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
ul.social{list-style:none; display:inline-block;}
ul.social li{float:left;  padding-left:0;} 
ul.social li a{ 
       display: table-cell;
    width: 40px;
    line-height: 30px;
    height: 35px;
    background: #2C94DB;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;}
ul.social li a:hover{background: #2C94DB;}
ul.social li a.fb i.fa{background:#425F9C;}
ul.social li a.gl  i.fa{background:#DD4E42;}
ul.social li a.yt  i.fa{background:#CC181E;}
ul.social li a.tw  i.fa{background:#55ACEE;}


/***********************/
.facebook_1 {
    z-index: 10999;
    -webkit-animation: fadeinright 2.4s;
    -moz-animation: fadeinright 2.4s;
    -ms-animation: fadeinright 2.4s;
    -o-animation: fadeinright 2.4s;
    animation: fadeinright 2.4s;
    position: fixed;
    padding: 0;
    top: 25%;
    left: 0;
    margin-left: -220px;
    width: auto;
    background: none;
    -webkit-transition: all 240ms linear;
    -moz-transition: all 240ms linear;
    -ms-transition: all 240ms linear;
    -o-transition: all 240ms linear;
    transition: all 240ms linear;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    box-shadow: -1px 0px 4px #999;
    border-radius: 5px 5px 0 0;
    background: #fff;
}
.tieude_fa {
    background: #e2752c;
    padding: 15px 10px 20px 30px;
    margin: 0;
    text-indent: 20px;
    position: relative;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    color: #ffffff;
    width: 210px;
}
.tieude_fa span {
    position: absolute;
    top: 9px;
    left: 9px;
    text-indent: 0;
    background: #fff;
    color: #e2752c;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}
.facebook_1:hover {
    margin-left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
/************************/
.search_form {
  width:300px;
  position: relative;
}
.left_content .search_form{width:100%;}
.left_content .search_form .searchTerm{border-radius:0; border:0px;}
.left_content .search_form .searchButton i.fa{font-size:18px; color:#fff;}
.search_form:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  line-height: 1.5em;

  text-align: center;
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: always;
}
.input-form{margin-top:5px;}
.btn-search{width:100%; text-align:center; margin-top:10px;}
.searchTerm {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #2C94DB;
    padding: 1px 5px;
    min-height: 35px;
    box-shadow: inset 0px 0px 5px #f1f1f1;
    -moz-box-shadow: inset 0px 0px 5px #f1f1f1;
    -webkit-box-shadow: inset 0px 0px 5px #f1f1f1;
    outline: none;
	    border-radius: 5px;
    padding-right: 55px;
}
.flag_header .searchTerm{border-radius:0;}
.searchButton {
    width: auto;
    box-sizing: border-box;
    height: 100%;
    opacity: 1;
    cursor: pointer;
    border: 0px;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px 15px;
    background: #3981cd;
    color: #fff;

}
.flag_header .searchButton{height:100%; width:30px;}
.searchButton i.fa{font-size:16px; color:#ccc;}
.content_pro.content_list{margin-bottom:10px;}

.list_intro_web .intro_web:nth-child(2),.list_intro_web .intro_web:nth-child(3) {width:30%;}
.intro_web.column:first-child {width: 39.9%;}
.price_old_new span.discout a {
    font-size: 13px;
    color: #e3752c;
    line-height: 1.5em;

}
section .bg_in{padding:10px;}
section .bg_in,footer .bg_in{box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
section .bg_in{background:transparent; padding:0;}
.intro .grids{width:25%;}
.logo {
    width: 25%;
    float: left;
    text-align: Center;
    padding: 28px 0 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.intro .img-right-pro a{display:block; height:auto; padding:0;}
.intro .name-pro-right a h3{text-transform:uppercase;}


	a{text-decoration:none;}
	ul{list-style:none;}

.menu_dropdown{width:100%; padding:0; margin:0 auto;}
.menu_dropdown ul {padding-left:0px; display:none;}
.menu_dropdown li{height:auto; }
.menu_dropdown li>a{display:block; padding:5px 0; font-size:14px; height:auto; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; color:#fff; font-weight:bold; padding:10px 0; position:relative; background:#3981CD}
.menu_dropdown li>a:after{
	position:absolute; content: "\f0da";
	font: normal normal normal 13px/1 FontAwesome;
	left:5px; top:10px; color:#fff;
}
.menu_dropdown li>a.menu_parent{
    color: #fff;
    padding: 5px;
}
.menu_dropdown li>a.menu_parent{padding-left:15px;}	
.menu_dropdown li li:hover a{color:#2C94DB;}
.menu_dropdown li li:hover li a{color:#333;}
.menu_dropdown li li:hover li:hover a{color:#2C94DB;}
.menu_dropdown li.parent,.menu_dropdown li{position:relative; border-top:1px solid #80B4ED;}
.menu_dropdown li:first-child{border-top:0px;}
/*.menu_dropdown ul ul li:first-child{border-top:1px solid #ccc;}*/
.menu_dropdown li .parent{border-top:1px solid #ccc;}
.menu_dropdown li.parent .arrow_toggle{position:absolute; top:0px;right:10px;}
.menu_dropdown li strong{cursor:pointer; position:absolute; top:0; right:0; text-align:center; height:30px; width:30px; }
.menu_dropdown li strong:before {
    content: "\f107";
	    font: normal normal normal 14px/1 FontAwesome;
	padding:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;-ms-box-sizing:border-box; text-align:center;
	color:#2C94DB;
	height:100%;
	width:100%;
	font-weight: bold; font-size:14px;
	display:block;
	line-height:1.5em;
	padding:5px;
}
.menu_dropdown li li ul{border:1px solid #ccc; padding:10px;}
.menu_dropdown li li li{ border-top: 1px solid transparent;}
.menu_dropdown li li strong:before{color:#2C94DB;}
.menu_dropdown li .parent{padding-top:0px;}
.card_all{}
.card_all span.number_quality {
    width: 30px;
    height: auto;
	padding:5px;
	text-align:center;
    background: #E2752C;
    color: #fff;
	font-weight:bold;
    font-size: 13px;
    border-radius: 10px;
}
.red_price{font-size:1em; font-weight:bold; color:red;}
.sum_money {
    padding: 10px 0;
	margin-top:0;
    border-top: 1px solid #ccc;
}
.sum_money  span.price_sum{font-size:15px; font-weight:bold; color:red;}
ol.sum_price_all{border-top: 1px solid #ccc; padding:15px 0;}
ol.list_tour{}
ol.list_tour li{position:relative; padding-left:10px;}
ol.list_tour li:before{font: normal normal normal 13px/1 FontAwesome;content: "\f105"; position:absolute; color:#333; left:0; top:5px;}
ol.list_tour li:hover a,ol.list_tour li:hover:before{color:#E2752C;}
div#owl-pro_slider .grids{width:100%;}
div#owl-pro_slider  .owl-controls .owl-nav [class*=owl-]{    
background: #2C94DB;
    color: #fff;
    width: 30px;
    height: 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 19px;
    box-shadow: 2px 3px 5px #333;
    -moz-box-shadow: 2px 3px 5px #333;
  -webkit-box-shadow: 2px 3px 5px #333; 
   }
   .padding0px{padding:0; border:0;}
@media(max-width:768px)
{
	.list_intro_web .intro_web:nth-child(2),.list_intro_web .intro_web:nth-child(3) {width:100%;}
	.intro_web.column:first-child {width: 100%;}
	.flag_header li{border-right-color: #d8d2d2}
	
}
/* CSS Document */
.container_tabs {
    margin-bottom: 15px;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: auto;
	width: 100%;
}
ul.tabs li {
	
	float: left;
	margin: 0;
	padding: 0;
	height: auto;
	line-height: 1.5em;
	border-left: none;
	overflow: hidden;
	margin-left:-1px;
	margin-right:5px;
	position: relative;
}
ul.tabs li:first-child{margin-left:0;}
ul.tabs li a {
text-decoration: none;
    text-decoration: none;
    display: block;
    font-size: 18px;
    padding: 10px 15px;
    outline: none;
    background: #2C94DB;
    font-weight: bold;
	  color: #077dc4;
    border: 3px #077dc4 solid;
    background: #fff;
}

html ul.tabs li.active a,ul.tabs li a:hover{
    color: #fff;
    border: 3px #077dc4 solid;
    background: #077dc4;
}

.tab_container {
	margin-top:10px;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
.tab_content {
	padding:10px 0;
	background:#fff;
	font-size: 14px;
	display:none;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
section .bg_in {}
header.bg_gradient .bg_in{position:relative; background: #fcfcfc;}
.header_top_position.fix_top .menu{padding-top:5px;}
.header_top_position.fix_top .flag_header{top: 15px;}
.menu_desktop_header{}
.menu_desktop_header .menu_tour{padding:5px 0; position:relative;}

.menu_desktop_header .menu_tour ul li{   
 margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
	    margin: 0 10px;
    display: block;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float: left;
    z-index: 10000;}
	
	.menu_desktop_header .menu_tour ul li a{    padding: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
	display:inline-block;
    -webkit-border-radius: 5px;
    text-transform: uppercase;
}
	
.menu_desktop_header ul li.active a, .menu_desktop_header ul li:hover  a {
    color: #fff;
    background: #2C94DB;
}

.menu_desktop_header ul li:after {
    content: "/";
    color: #fff;
    position: absolute;
    top: 10px;
    right: -13px;
	display:none;
}

.menu_desktop_header .menu_tour  ul  li a{position:relative;}
.menu_desktop_header .menu_tour  ul  li.home_menu a{    font-size: 18px;
    margin-top: 0;
    padding: 7px 10px;}
.menu_desktop_header .menu_tour  ul  li a:after {
    content: "/";
    color: #fff;
    position: absolute;
    top: 10px;
    right: -13px;
}
.menu_desktop_header .menu_tour ul li:last-child a:after{display:none;}

.menu_desktop_header .menu_tour ul li{}
.menu_desktop_header .menu_tour ul li .menu_tour_sub{
	z-index:1000;
	position:absolute; left:0; top:45px;
	padding-top:0;
	z-index:-1;
	width:100%;
	visibility:hidden;
	opacity:0; -moz-opacity:0;
	transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s;
  }	
  .menu_desktop_header .menu_tour ul li .menu_tour_sub .menu_tour_sub_in{ 
  padding:15px;
    background: #f2f2f2;
	
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
	width:100%;   box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;  }
	.header_top_position.fix_top .menu_desktop_header .menu_tour ul li .menu_tour_sub {padding-top:0;}
.menu_desktop_header .menu_tour ul li:hover .menu_tour_sub{
	z-index:1000;
	visibility:inherit;
	opacity:1; -moz-opacity:1;
}
.menu_tour_sub_in {
    width: 100%;
	display:block;
}
.menu_tour_sub_in .menu_tour_sub_item{width:16.6667%; float:left;}
.menu_tour_sub_in .menu_tour_sub_item ul{margin:0; padding:0;}
.menu_tour_sub_in .menu_tour_sub_item ul li{width:100%; margin:0; position:relative; padding-left:10px;}
.menu_tour_sub_in .menu_tour_sub_item ul li:before{position:absolute; left:0; top:7px; content: "\f105"; font: normal normal normal 13px/1 FontAwesome;}
.menu_tour_sub_in .menu_tour_sub_item ul li a{color: #333;
    font-size: 13px;
	    font-weight: normal;
    text-transform: none;
    padding: 8px 0; background-color: transparent;}
.menu_tour_sub_in .menu_tour_sub_item ul li:hover a,.menu_tour_sub_in .menu_tour_sub_item ul li:hover:before{color:#2C94DB;}
.menu_tour_sub_in .menu_tour_sub_item ul li a:after{content:"";}
.logo a img{transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s;}
.fix_top .logo{display:block;}
.fix_top .logo a img {
	transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s;
    width: auto;
}
li.parent ul {
    padding: 5px 5px;
    background: #f1f1f1;
}
li.parent ul li.parent ul{padding:10px;}
.menu_dropdown li:first-child{border-top:0;}
nav.nav_menu_header{ position:relative;}
.menu{
	background: rgba(255,162,1,1);
background: -moz-linear-gradient(top, rgba(255,162,1,1) 0%, rgba(255,204,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,162,1,1)), color-stop(100%, rgba(255,204,0,1)));
background: -webkit-linear-gradient(top, rgba(255,162,1,1) 0%, rgba(255,204,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,162,1,1) 0%, rgba(255,204,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,162,1,1) 0%, rgba(255,204,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,162,1,1) 0%, rgba(255,204,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa201', endColorstr='#ffcc00', GradientType=0 );

}
.footer-col-content{color:#f1f1f1; text-align:left;}
.travel_skill {
    padding: 10px;
    border: 1px solid #0987d2;
    border-top: 0px ;
}
.banner_header {
    display: inline-block;
}
a.read_more_all {
    font-size: 16px;
    font-style: italic;
    float: right;
	color:#2C94DB;
}
a.read_more_all:after{content:"...";}
a.read_more_all:hover,a.read_more_all:hover:after{}
.grids_in{position:relative;}

.grids_in_hover{position:absolute; top:0; left:-150px; width:100%; height:100%;background:rgba(172, 201, 85,0.5);visibility:hidden; z-index:-1; opacity:0; transition:all 0.5s;}
.grids_in_hover_in{padding:10px;
    display:flex; 
	display:-webkit-flex; 
	  	align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
	-webkit-align-items: center;
	
	height:100%;
 }
 .grids_in_hover_in_in{width:100%; text-align:center;}
.girds_all .grids:hover .grids_in_hover{visibility:inherit;left:0; z-index:100; opacity:1;}
.grids_in_hover_in h3{color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    height: auto;
    width: 100%;
    overflow: hidden;
    text-transform: uppercase;
	}
.content_tour_dt p{color:#fff; padding:5px 0; margin-bottom:5px; border-bottom: 1px solid #fff;}
.content_tour_dt p:last-child{border-bottom:0;}
.btn_tour a {
padding: 5px 10px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background: #2C94DB;
    display: inline-block;
}
.btn_tour a i.fa.fa-shopping-cart{font-size:18px;}
.btn_tour a:hover{
    background: #2C94DB;
    color: #fff;
    text-shadow: none;
}
.price_tour{font-weight:bold; color:#ffe634;}
.content_tour_dt p span.name{width:100px; display:inline-block;}
.content_intro_des{margin-bottom:30px; position:relative;}

.content_intro_des>h2{
	position: relative;
    margin: 0px;
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: bold;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: bold;
    margin: 0;
    padding: 8px 0;
    border-bottom:1px dotted #ccc;
    text-transform: uppercase;
    color: #2C94DB;
	border-bottom:1px solid #ccc;
    
    line-height: 1.2;
	    margin-bottom: 10px;
	
}
.service_web ul.list_ul li.lists{width:50%; border-bottom:0;  padding: 0 5px;}
.service_web ul.list_ul{ margin:0 -5px;}
.service_web ul.list_ul li.lists .img-list-in{
	    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3px;
    background: #f1f1f1;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.content_right .title h2,.content_right .title h3{
    display: inline-block;
    padding: 7px 20px;
	float:left;
    text-transform: uppercase;
}
.content_right .title h2:before{
		    content: "\f015";
		    font: normal normal normal 18px/1 FontAwesome; padding-right:5px;
}
.copyright {
    padding: 5px 0;
    text-align: center;
}
p.content_intro {
    line-height: 1.5em;
}
.contact_form.req strong.title {
    text-transform: uppercase;
}
input[type="checkbox"] {
	height:15px; width:15px;
}
.checkbox_wp{font-weight:bold;}
.date_choose{position:relative;}
.date_choose label.lable_date{
	    font-size: 20px;
    position: absolute;
    top: 6px;
    right: 5px;
}
.sitebar-col>h4,.content_right .title h1, .content_right .title h2, .content_right .title h3{ font-weight:normal; font-size:15px; padding: 5px 10px; font-weight:bold; text-transform:uppercase;}
.content_intro_des>h2 span,.module_right .title h3 span{  font-weight:normal;}
.content_right .title h2, .content_right .title h3,.content_right .title h1,.bg-contact-wp-in .title h1{ text-align:left; font-size:16px; font-weight:bold; min-width:100px; display:block; width:100%; padding:5px 0;     color: #0988d4;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.content_right.pageHome .title h2 {
    padding: 3px 10px;
    border: 1px solid;
    border-bottom: 0;
    display: inline-block;
    background: red;
    color: #fff;
    width: auto;
}
.bg-contact-wp-in .title h1{color:#2C94DB}
.sitebar-col>h4,.content_intro_des>h2,.module_right .title h3 span{font-size:16px; font-weight:bold;}
.sitebar-col-content.padding0px.list_product {
    background: #fff; 
}
h4.tkw9999 {
    line-height: 1.5em;
}
p.content_intro{font-weight:normal;}
h4.tkw9999,h4.tkw9999>a{margin: 0;font-size: 12px;color:#333;display: inline-block;}
.grids_in_hover_in h3,.travel_skill .title-list a h3,.name-pro-right a h3, strong, b,.content-right-items.margin0 .title-pro-des-ct h1,.ct a.view_duan{}
.adv_image {
    margin-bottom: 30px;
}
.adv_image img{width:100%; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin-bottom:20px;}
.content_intro_des h2.title_home span {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: bold;
}
.content_intro_des>h2.title_home{border-bottom: 1px dotted #ccc;}
div#owl-pro_detail .owl-controls .owl-nav [class*=owl-] {
    width: 30px;
    height: 30px;
    text-align: center;
    box-sizing: border-box;
    line-height: 20px;
background: #2c94db;
    font-size: 20px;
}
div#owl-pro_detail  .owl-controls .owl-nav [class*=owl-]:hover{    background: rgba(44, 148, 219,0.7);}
.banner_logo{width:auto; padding:6px 0;}
.banner_logo .logo a img{width:267px;}
.banner_logo .logo{width:auto;}
.menu{width:100%;}
section .bg_in .banner-logo{ margin:30px 0; position:relative;}
.banner-logo{ position:relative;}
.menu_mobile ul li.li_cart,nav.menu_mobile_wp{display:none;}
.banner-right {
    display: inline-block; width:100%; float:left;text-align:center;
}
.banner-right  img{display:block; margin:0 auto;}
@media(max-width:992px){
	.banner_header {
    width: auto;
	}
	.logo, .menu{width:auto;}
	.logo a img{height:auto;}
	.content_left{width:35%;}
	.content_right{width:65%;}
}
@media(max-width:768px){
	.newsletter{padding:10px;}
}
section.section_slider .bg_in{
	padding:0;
}
section.section_slider .intro{padding-bottom:0;}
header.bg_gradient{position:relative; z-index:1000;}
header.bg_gradient .bg_in{background:transparent;}
header.bg_gradient .bg_in:after{background-color:#fff;}
body.home_page header.bg_gradient .bg_in:after{background-color:transparent; background-size: 100% 100%; -moz-background-size: 100% 100%; -webkit-background-size: 100% 100%;}
body{background: #fff}
.banner-logo,.flag_header{box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.flag_header li a{color:#333;}
.flag_header li a i.fa{color:#2C94DB; font-size:18px;}
.cart {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    width: 200px;
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
	
}
.cart-in {
    width: 100%; margin-top:10px;
}
.icon-cart {
    width: 30%;
    float: left;
    height: 100%;
    text-align: center;
    font-size: 26px;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: url(../img/giohang.png) no-repeat;
    color: #fff;
    width: 50px;
    height: 50px;
    background-size: 100% 100%; -moz-background-size: 100% 100%; -webkit-background-size: 100% 100%;
}
.icon-cart i.fa{text-align:center;}
.icon-cart{position:relative; }
.icon-cart{}
.text-cart {
    width: 70%;
    float: right;
    padding-left: 10px;
    box-sizing: border-box;
}
h4.tkw9999 {
    line-height: 1.5em;
}
.copyright ul.social{float:right;}
.sale-pro{position: relative;overflow: hidden;}
.sale-pro a{    
	display: inline-block;

}
.sale-pro .s-desc {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
	width:100%;
    font-size: 11px;
    line-height: 13px;
    color: #746969;
}

.sale-pro .s-desc  h3 {
    font-size: 22px;
    line-height: 19px;
    font-weight: bold;
    color: #7d7c7c;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.sale-pro .s-desc {font-size:16px;}
.sale-pro .s-desc span {
    width: 51px;
    height: 51px;
    border: 6px solid #B2D44A;
    font-size: 24px;
    height: 50px;
    line-height: 17px;
    padding: 10px;
    width: 50px;
    margin-left: 14px;
	display: inline-block;
    border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
	background-color: #aacc42;
    border: 5px solid #b2d44a;
	color:#fff; font-weight:bold;
	transition:all 0.3s; -moz-transition:all 0.3s; -webkit-transition:all 0.3s;
}
.sale-pro.slider-ship .s-desc {
    padding: 35px;
    padding-left: 85px;
    padding-right: 10px;
}
.sale-pro.slider-ship h3{    color: #fff; margin-bottom:5px;}
.sale-pro.slider-ship .s-desc {color: #ebff96;}
.sale-pro .s-desc .sale-cricle{ margin-top:15px;}
.sale-pro .s-desc span h4{
    font-size: 10px;
    color: #fff;
    margin-top: 6px;
	margin-bottom:3px;
    text-transform: uppercase;
}
.sale-pro .s-desc a:hover .sale-cricle  span {
    background: #2C94DB;
    border-color: #ff97a1;
}
.sale-pro .s-desc{line-height:1.5em;}

.slider-left{width:100%;box-sizing:border-box; float:left;}
.sale-pro img{width:100%;}
.sale-pro .s-desc{
   
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    height: 100%;
}
.sale-pro .s-desc a{display:block; height:100%;  padding: 15px;  box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}

/********Menu mobile*******/
.aside {
  min-width: 300px;
  width: 15%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  font-family: Helvetica, Arial, sans-serif;
  border-right: 1px solid #333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 10001;
  width: 0px;
  min-width: 0px;
  overflow-y: auto;
  transition: 0.35s width ease, 0.35s min-width ease;
  height:100%;
  font-family:Baomoi,Arial;
}

.aside .aside-header {
background-color: #fff;
    padding: 10px 15px;
    padding-left: 0.5em;
    font-size: 26px;
    color: #fff;
    position: relative;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 30px;
}

.aside .aside-header .close {
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 15px;
    height: 100%;
    font-size: 34px;
    width: 35px;
    text-align: center;
    line-height: 35px;
       background: #f71414;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #f71414;
}

.aside .aside-contents {}

.aside.in {
  width: 15%;
  min-width: 300px;
}

.aside-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  transition: 0.2s opacity ease;
  opacity: 0;
  display: none;
}

.aside-backdrop.in {
  display: block;
  opacity: 0.5;
}
/**************/
.menu_mobile {
	background: #0e9df5;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #0e9df5), color-stop(100%, #0574b5));
    background-image: -webkit-linear-gradient(to bottom, #0e9df5, #0574b5);
    background-image: -moz-linear-gradient(to bottom, #0e9df5, #0574b5);
    background-image: -o-linear-gradient(to bottom, #0e9df5, #0574b5);
    background-image: linear-gradient(to bottom, #0e9df5, #0574b5);
	color: #fff;height: 50px;}
.menu_mobile ,.menu_mobile ul li button,.menu_mobile ul li a{color:#fff;}
.menu_mobile ul{}
.menu_mobile ul li{
	height: 50px;
    float: left;
    border-right: 1px solid #2585c5;
    width: 60px;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.menu_mobile ul li.li_cart{float:right; border-left: 1px solid #2585c5; border-right:0;}
.menu_mobile ul li a{ width:100%; 
 display:flex; 
	display:-webkit-flex; 
   	align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
	-webkit-align-items: center;
	text-align:Center;}
.menu_mobile ul li button{border:0; padding:0; background:transparent; cursor:pointer;}
.menu_mobile ul li a,.menu_mobile ul li button{width:100%;text-align:center;height:100%; font-size:30px;}
.div_in_mb{display:block; text-align:center; width:100%;}
.menu_mobile ul li a{position:relative;}
.menu_mobile ul li a span.text-cart{
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(0,0,0,0.8);
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 14px;
    font-weight: bold;}
.menu_mobile_wp{z-index:100000;}
.menu_mobile_wp .bg_in{position:relative;}
.menu-content-mobile{}
ul.menu-items-content{}
ul.menu-items-content li{}
ul.menu-items-content li a{padding:15px 10px; display:block; width:100%; border-bottom:1px solid #444; font-size:18px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; font-weight:bold; color:#ccc;}
.banner_logo{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
ul.menu-items-content li a i.fa {
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #2C94DB;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
	margin-right:10px;
	text-align:center;
}
.breadcrumbs ol{}
.breadcrumbs ol li{padding-right:15px; position:relative; padding:5px; display:inline-block; padding-right:15px}
.breadcrumbs ol li:first-child{padding-left:0;}
.breadcrumbs ol li:after{position:absolute; top:6px; right:2px;content: "/"; }
.breadcrumbs ol li a span{}
.breadcrumbs ol li:last-child a span,.breadcrumbs ol li:last-child span{
	    color: #2C94DB;
    font-weight: bold;
}
.breadcrumbs ol li:last-child:after{display:none;}
.search-product {
    padding: 10px 15px;
    border: 1px solid #f1f1f1;
    background: rgba(255,255,255,0.7);
    margin-bottom: 30px;
}
.search-product ul{}
.search-product ul li{display:inline-block; float:left; padding-right:10px;}
.search-product ul li .input-search{display:inline-block;}
.page-product-detail .btn_tour{position:static; margin-top:10px;}
input#qty {
    margin: 0;
    border-radius: 0;
    border-color: #f1f1f1;
}
.search-form-mobile{display:none; position:absolute; top:50px; width:100%;z-index:10000;}
.search-form-mobile form.search_form {
    width: 100%;
}
.search-form-mobile form.search_form .searchTerm{height:45px;border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;}
.search-form-mobile .searchButton i.fa {
    font-size: 22px;
    color: #2C94DB;
}
.bg-contact-wp{background:#fff;}
.bg-transparent{background:transparent;}
.search-form.mobile .searchButton{height:100%;}
.menu_dropdown li:hover>a,.name-pro-right a:hover h3{
	color:#ffc36a;
}
.contact_bottom .row:last-child {margin-bottom:0;}
table.table{
	    width: 100%;
}
.travel_skill ul.list_ul li.lists{    
	border: 0px;
    padding: 0;
    padding: 0;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #f1f1f1;}
.travel_skill ul.list_ul li.lists:first-child{border-top:0; padding-top:0; margin-top:0;}
.box_contact .input{width:100%;}
.login-form{max-width:350px; margin:0 auto; padding:20px 0;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
.login-form .contact_bottom .row{margin-bottom:10px;}
.login-form input.btn-gui{margin-top:0;}

.login-form .contact_bottom .check-remember {
    padding: 10px 0;
    display: inline-block;
    float: left;
    font-size: 16px;
}
.login-form .contact_bottom  input.btn-gui {
    float: right;
    padding: 8px 10px;
    font-size: 16px;
}
.login-form.register-form .contact_bottom  input.btn-gui{float:left; margin-left:5px;}
.login-form.register-form .contact_bottom  input.btn-gui:first-child{margin-left:0;}
.login-form .contact_bottom .row:last-child {
    margin-bottom: 0;
    padding: 10px;
    box-sizing: border-box;
    background: #f1f1f1;
    border-radius: 5px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.social-lg-rg {
    padding-top: 10px;
}
.login-form .social_wp {
    display: inline-block;
}
.login-form  ul.social li {
    float: left;
    padding-left: 5px;
}
.login-form ul.social li a{display:inline-block; width:auto; background:transparent; color:#333;}
.login-form ul.social li a i.fa {
    display: table-cell;
    width: 35px;
    line-height: 35px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
}
.login-form  ul.social li a span {
    position: relative;
    display: table-cell;
    float: left;
    margin-top: 0;
    padding: 2px 5px;
    font-weight: bold;
}
a.forget-password {
    font-size: 14px;
    float: right;
    color: #333;
    display: inline-block;
}
.login-form .input span strong {
    font-size: 16px;
    font-weight: normal;
}
.login-form  .contact_bottom{margin:0 -10px;}
.title-form {
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
    color: #2C94DB;
    padding: 10px;
    text-align: center;
    border-bottom: 5px solid;
}
.title-form h1 {
    display: inline-block;
}
.login-form-in {
	background:#fff;
}
.display-none{display:none;}
.login-form.register-form{max-width:100%;}
.login-form.register-form .contact_bottom .row {
    width: 50%;
    float: right;
    padding: 0 10px;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.login-form.register-form .contact_bottom .row.width100pt{width:100%;}
.login-form  ul.social li:first-child{padding-left:0;}
span.code {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    min-width: 100px;
    background: #2C94DB;
    color: #fff;
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
    border-radius: 0 5px 5px 0;
	font-style: italic;
}
.input.code-input input.clsip{padding-right:110px;}
.clear{clear:both;}
.manager_user{width:auto; margin:20px auto;}
.main_control{width:100%; float:none; padding-left:0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.main_control .title_control h4{margin:0; font-size:16px; text-transform:uppercase;  font-weight:bold;    padding: 10px 0;}
.manager_content p.status{margin:0px;}
.wp_col_manager{ margin:0 -5px;}
.wp_col_manager .col_manager{width:100%; padding:5px; margin-bottom:10px; float:none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; margin-bottom:20px;}
.col_manager .col_manager_in{border:1px solid #ccc; padding:10px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.col_manager .col_manager_in .title_col_mn{border-bottom:1px solid #f1f1f1; padding:5px 0; font-size:14px; font-weight:bold;     text-transform: uppercase; margin-bottom:15px;}
.col_manager .col_manager_in .content_manager_col{padding:0;}
.manager_user .buttom_control {text-align:right; border-top:1px dashed #f1f1f1; padding:5px 0; margin-top:5px;}
.content_manager_col p{margin:3px 0; }
.content_manager_col.info_user p{display:inline-block; padding:0 10px 0 0;}
.info_main ul{margin:0; padding:0;}
.info_main ul li{position:relative; list-style:none;}
.content_manager_col p .input{display:inline-block; width:20px;    position: absolute; top:0; left:0;}
.content_manager_col p .text{float:left; margin-left:25px;}
.content_manager_col .checkbox,.content_manager_col .radio{opacity:1;width:auto;display: inline-block;}
.buttom_control {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f1f1f1;
}
.buttom_control a{
    display: inline-block;
    padding: 5px 10px;
    text-align: right;
    text-decoration: none;
    color: #fff;
    background: #2C94DB;
}
.buttom_control a:hover{ 
background:#2C94DB;
}

.col_manager .col_manager_in .content_manager_col .tr_first>th{padding:5px 0 !important;}
.col_manager .col_manager_in .content_manager_col span.color_red.font_money{font-size:16px;}
.full_width{width:100%; margin:0 auto;}
.full_width .col_manager{width:100%; float:none; padding:0;}
ul.ul_manager {margin:0; padding:0; list-style:none;}
ul.ul_manager li{padding:3px 0;}
ul.ul_manager li a{text-decoration:none; color:#333; font-size:14px;}
ul.ul_manager li a:hover{color:#0087BD; font-weight:bold; text-decoration:underline;}
ul.ul_manager li a.active{position:relative; color:#0087BD; font-weight:bold;}
.wp_col_manager.full_width.order-list .col_manager_in{border:0px; padding:0;}
.title_control.page-orther-user {
    padding-bottom: 15px;
}
a.btn_df.btn_table_td_rf_del.btn-sm.view-order {
    background: #2C94DB;
    padding: 3px 10px;
    height: auto;
    color: #fff;
    font-size: 16px;
}
.full_width .col_manager.margin0bottom{margin-bottom:0;}
.login-form.page-form-other .contact_bottom .row:last-child{background:transparent; padding:0;}
.login-form.page-form-other .contact_bottom input.btn-gui {
    float: left;
    margin-right: 10px;
}
.table-cart{margin-bottom:30px;}
body>.bg_in {
    background: #fff;
    margin: 0 auto;
}
.content {padding: 10px 0;}
section.section_slider .content {padding: 0 10px; padding-top:10px;}
a.read-more-pro {
    position: absolute;
    top: 5px;
    right: 20px;
    font-style: italic;
    background: #2C94DB;
    padding: 3px 5px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
	height:30px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	z-index:1000;
}
a.read-more-pro:after {
    content: "";
    position: absolute;
    top:0;
    width: 0;
    height: 0;
    right: -15px;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #2C94DB;
    border-right: 0px solid transparent;
    border-top: 15px solid transparent;
}
a.button {padding:0;}
.button {
    display: inline-block;
    border: 0;
    background: #fff;
    padding: 8px 15px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    height: 35px;
    line-height: 13px;
    white-space: nowrap;
    font-weight: normal;
    border: 2px solid #eee;
    -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
    transition: all 0.4s cubic-bezier(0.8, 0, 0, 1);
    box-sizing: border-box;
    box-shadow: inset 0 0 0 0 #fff;
}
.btn-cart:before {
    content: '\f07a';
    font-family: FontAwesome;
    background: #2C94DB;
    color: #fff;
    font-size: 18px;
    padding: 8px 15px;
    display: inline-block;
    float: left;
    height: 100%;
    box-sizing: border-box;
}
.btn-cart span {
    display: block;
    padding: 0px 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 31px;
    height: 100%;
    padding-left: 50px;
    text-transform: uppercase;
}
.btn-cart {
    padding: 0px;
    border: 2px #2C94DB solid;
}
.step-web{
	margin:20px -5px;
}
.step-web .step-item{
	width:25%; float:left; padding:0 5px;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
.step-web .step-item .item {
    padding-left: 0;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 110px;
    color: #31708f;
    background-color: #3580b9;
    border: 1px solid #bce8f1;
    margin-bottom: 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 3px 3px 0px rgba(129, 188, 232,0.6);
    -moz-box-shadow: 3px 3px 0px rgba(129, 188, 232,0.6);
    -webkit-box-shadow: 3px 3px 0px rgba(129, 188, 232,0.6);
}
.step-web .step-item img.icon-item {
    position: absolute;
    top: 18px;
    left: 15px;width:40px; height:40px; float:left;
}
.step-web .step-item .info-service {
	    margin-left: 0;
    height: 85px;
    padding-left: 65px;
    overflow: hidden;
    text-align: left;
    width: auto;
    overflow: hidden;
    float: left;
    text-transform: uppercase;
    color: #9b9b9b;
    line-height: 24px;
	    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
	
}
.step-web .step-item .info-service h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #f7f026;
    text-transform: uppercase;
}
.step-web .step-item .infor-item {
    font-style: italic;
    color: #fff;
    text-transform: none;
    margin: 0;
	    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2em;
}
.hidden-mobile{display:none;}
@media (max-width:768px)
{
	
	.manager_user{width:100%;}
	section.section_slider {
		margin-top: 10px;
	}
}

@media (max-width:767px)
{
	.hidden-mobile{display:block;}
	section.section_slider{margin-top:0;}
}
@media (max-width:500px)
{
	.manager_user{width:100%;}
	.main_control{padding-left:0;}
	.main_control{width:100%; float:none;}

}

/* CSS Document */

/*******hotroonline*******/
.module_support_online{width:100%; margin:0 auto;}
.left_content {
    border: 1px #77c8ed solid;
    padding: 0 0;
	background:#fff;
	
}

.left_content  .sup_c { 
    display: inline-block;
    height: auto;
    color: #555555;
    font-size: 15px;
}
.left_content  .sup_c.cols_4{width:25%; float:left;}
.image_user_sp{width:50px; height:50px; margin:0 auto;}
.image_user_sp img{border-radius:50%; width:100%; height:100%; max-width:100%; max-height:100%;}
.left_content  .sup_c.cols_6{width:75%; padding-left:10px; box-sizing:border-box; float:right; position:relative;}
.left_content .sup_c p { 
    height: auto;
    line-height: 1.2em;
}
.left_content .sup_c p.chat_online {
    position: absolute;
    top: 8px; height:auto;
    right: 0;
}
.left_content .sup_c p.chat_online a img{height:25px;}
.left_content ul{padding:5px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box;}
.left_content ul li {
    float: none;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px dashed #f1f1f1;
}
.phone_call{color:red; margin:5px 0;}
.left_content ul li:last-child{border-bottom:0;}
.left_content ul li:hover{background:transparent ;}
.left_content ul li .sup_c a{float:none ; padding:0 ; width:auto; display:inline-block;}
.left_content ul li .sup_c a>img{height:20px;}
.footer-top {
 text-align:center;
}
.title-footer{margin-bottom:10px;}
.title-footer h4{ font-size:18px;}
.content-des-pro .btn-buy{width:150px; float:left;}
.content-des-pro .btn-buy a.button{height:40px;}
.content-des-pro .btn-buy .btn-cart span{line-height:35px;}
.content-des-pro .btn-buy .btn-cart:before{line-height:20px;}
/************/
.news-all{margin:0 -5px;display: flex;flex-wrap: wrap;}
.news-all .col-6{width:50%; float:left; padding:0 5px;     box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.list_access {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
}
.select-wp {
    padding: 5px;
    border: 1px solid #f1f1f1;
}
.list_access ul{}
.list_access ul li{}
.list_access ul li {
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
}
.list_access ul li:first-child{border-top:0;}
.list_access ul li span{font-weight:bold; font-size:14px;}
.list_access ul li span.icon{font-weight:normal; width:135px; display:inline-block; position:relative;}
.list_access ul li span.icon:after{content:":"; position:absolute; top:0; right:0;}
.image-adv img{width:100%;}
.news-list{ margin-top:15px;}
.news-list li{ background: url(../img/icon-list.jpg) no-repeat left top;
    padding-left: 20px;
    background-position: 4px 6px;}
.title-news-module{
	background: url(../img/icon_other.jpg) no-repeat left top;
    padding-left: 20px;
   background-position: -4px 3px;
       margin-bottom: 15px;
}
.title-news-module h3,.title-news-module h1{font-size:16px;text-transform:uppercase;}
.title-news-module.page-detail h1{font-size:24px;text-transform:none;}
.sitebar-col h4{
    /* padding-left: 50px */; margin-bottom:3px;
		position:relative;
white-space: nowrap;
    text-overflow: ellipsis;
     overflow: hidden;
}
.sitebar-col h4:before{
	/* width:35px; height:35px; content:"";
	background:url(../img/icon-menu.jpg) no-repeat;
	 background-size: contain; -moz-background-size: contain; -webkit-background-size: contain;
	 position:absolute; top:0; left:0;
	     border-radius: 0 50% 50% 0; -moz-border-radius: 0 50% 50% 0; -webkit-border-radius: 0 50% 50% 0; */
}
.list_all_other_page {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dotted #ccc;
}
.list_all_other_page:first-child{margin-top:0; padding-top:0; border-top:0;}
section.image-slide {
    border: 1px solid #ccc;
}
.slide-image {
    padding: 5px;
    border: 4px solid #f1f1f1;
}
.slide-image a{display:inline-block;}
marquee{
    display: block;
}
.time-today {
    display: inline-block;
    width: 300px;
    float: left;
}
nav.nav_menu_header{
	float: left; width:auto;
}
.time-today {
    background: url(../img/bg-menu-left.png) no-repeat left;
    background-size: 100% 100%;
    height: 35px;
    padding-left: 50px;
    padding-top: 7px;
    box-sizing: border-box;
    color: #fff;
}
.gallery-all .name-pro-right h3{font-weight:normal; font-size:14px;}
.video{text-align:center;}
.video iframe{width:60%; height:350px; margin:0 auto;}
.sitebar-col-content.padding0px.list_product.drop-transition {/* 
height: 0px;
    opacity: 0;
    position: absolute; 
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(-2em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    overflow: hidden;
	display: inherit !important;*/
}
.sitebar-col-content.padding0px.list_product.drop-transition.show {
height: 100%;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
figcaption {
	font-size: 12px;
}