::-webkit-scrollbar {
    background: #fff;
    width: 10px;
    height: 11px;
}

::-webkit-scrollbar-thumb {
    background: #BBBBBB;
}
html{scroll-behavior:smooth}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} 
 
img {
    max-width: 100% !important;
    vertical-align: middle;
}
a,a:hover {
    text-decoration: none !important;
}
ul{
	margin-bottom: 0;
}
textarea{  
	resize: none;
} 


@font-face {
	font-family: "RobotoCondensed";
	src: url("font/robotoCRL/RobotoCondensed-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

@font-face {
	font-family: "RobotoCondensed";
	src: url("font/robotoCRe/RobotoCondensed-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}
@font-face {
	font-family: "RobotoCondensed";
	src: url("font/RobotoCondensedBold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

 body {
    font-family: 'Roboto' !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding-right: 0px !important;
    background: #fff;
    overflow-x: hidden;
    font-weight: 400;
    color:#444;
    -webkit-touch-callout: none!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    -o-user-select: none!important;
    user-select: none!important;
}
.clear {
    clear: both;
}
div.none {
    display: none !important;
}
.mt-0{
	margin-top:0 !important;
}
.mb-10{margin-bottom: 10px !important;}
.mb-15{margin-bottom: 15px !important;}
.mb-20{margin-bottom: 20px !important;}
.mb-25{margin-bottom: 25px !important;}
.mb-30{margin-bottom: 30px !important;}
.mb-40{margin-bottom: 40px !important;}
.mt-20{margin-top: 20px !important;}
.mt-30{margin-top: 30px !important;}
.my-10{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.pn-15{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.pb-30{
	padding-bottom: 30px !important;
}
.pt-30{
	padding-top: 30px !important;
}
.container{
	max-width: 1000px !important;
}
.bg-xam{
	background-color: #e0e0e0;
}
.bg-xamnhat{
	background-color: #f8f7fb;
}
.content{
	width: 100%;
}
.content iframe{
	width: 100% !important;
	height: 100% !important;
	min-height: 470px !important;
}
.content img{
	max-width: 100% !important;
	height: auto !important;
}
.content table{
	max-width: 100% !important; 
	width: auto !important;
	height: auto !important;
}
div.content h1,
div.content h2,
div.content h3,
div.content h4,
div.content h5,
div.content h6,
div.content p,
div.content div,
div.content blockquote,
div.content table{
    max-width:  100% !important;
}
div.content table{
    width:  100% !important;
}
.div_content_border{
	padding: 20px;
	border:1px solid #ddd;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}
.addthis_native_toolbox{
	margin: 20px 0px;
}
.x_map {
	width: 100% !important;
	height: 100% !important;
}
.x_map iframe{
	width: 100% !important;
	height: 100% !important;
	min-height: 470px !important;
}
.f_map{
	padding-right: 20px;
}
.f_map iframe{
	width: 100% !important;
	height: 220px !important;
}
.min-height{
	min-height: 300px;
}
#content_right{
	width: 20%;
	float: left;
}
#content_left{
	width: 80%;
	float: right;
}
#contentlh{
	padding-top: 20px;
	width: 100%;
}
.rightmenu {
	background: #003183 url(upload/khac/side_bg.gif) left top no-repeat;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 50px;
}
.rightmenu ul{
	list-style: none;
}
.rightmenu ul li{
    width: 100%;
    display: block;
    padding: 5px  5px 5px 33px;
    background: url(upload/khac/blt_01.gif) 20px center no-repeat;
    text-align: left;
}
.rightmenu ul a{
	color: #fff;
}
.rightmenu ul a:hover,.rightmenu ul .activee{
	color: #ccd6a0;
}
.mybtn{
    border:none;
    padding:8px 20px;
    transition: all 0.5s ease;
}
.mybtn.btn-do{
	background-color: #dc291e ;
	color: #fff;
}
.mybtn.btn-do:hover{
    background-color: #9B1C15;
    color: #fff;
    transition: all 0.5s ease;
}
.mybtn.btn-den:hover{
    background-color: #2a2a2a;
    color: #fff;
    transition: all 0.5s ease;
}
/*left_bar*/
.nd_fb{
	overflow: hidden;
	position: relative;
}
.div_left{
  margin-bottom: 30px;
}
.div_left .ar_left{
}
.div_left .ar_left .item_left{
	padding: 15px 0px ;
	position: relative;

}
.border-bottom{
	border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.div_left .ar_left .item_left>a{
	content: '';
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.div_left .ar_left .item_left:hover a{
	color:#008838;
}
.div_left .ar_left .item_left:hover img{
	filter:brightness(0.8);
}
.div_left .ar_left .item_left .item_img{
	width:30%;
	float:left;
}
.div_left .ar_left .item_left .phong_to{}
.div_left .ar_left .item_left .hover_sang{}
.div_left .ar_left .item_left .item_content {
	width:65%;
	float:right;
}
.div_left .ar_left .item_left .item_content h3{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #444;
}
.item_sp_left{
	padding: 0px !important;
}
.item_sp_left h3{
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 20px;
}
.item_sp_left h3 a{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-transform: capitalize;
	color: #444;
	display: block;
	padding: 10px 0px;
}
/*end left_bar*/
/*tieude*/
.tieude_left{
	position: relative;
	color:#222;
	font-size: 18px;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
	padding-left:0px;
	margin-bottom: 10px;
}
.tieude_left span{
	border-bottom:2px solid  #008838;
	padding-bottom:10px;
}
.tieude_detail{
	color: #333;
	font-size: 18px;
	line-height: 40px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px;
	border-right: 1px dotted #ccc;
	float: left;
	padding-right: 15px;
}
.tieude_detaill{
	color: #333;
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
	text-transform: capitalize;
}
.motaphai{
	float: left;
	padding: 2px 10px ;
	color: #ccc;
	font-size: 12px;
}
.tieude_index{
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}
.tieude_index::after{
	content: '';
	left: 50%;
	transform: translate(-50%);
	bottom: -10px;
	width: 14px;
	height: 14px;
	background-image: url('images/icon-title.png');
	background-size: contain;
	position: absolute;
	z-index: 3;
}
.tieude_index::before{
	content: '';
	position: absolute;
	border-top: 1px solid #cacaca;
	left: calc(50% - 120px);
	bottom: 0;
	right: 0;
	width: 240px;
	bottom: -6px;
}
.tieude_index .tt_sub{
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
	color: #666;
	margin-bottom: 0px;
}
.tieude_index .tt_main{
	font-size: 28px;
	line-height: 40px;
	color:#333;
	font-weight: 700;
	display:inline-block;
	position: relative;
	text-transform: capitalize;
}
.tieude_gc{
	position: relative;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 30px;
	text-align: center;
}
.sub_tieude_gc{
	margin-top: -10px !important;
	margin-bottom: 30px;
	text-align: center;
}
.tieude_gc span{
	font-size: 28px;
	line-height: 40px;
	color:#333;
	display:inline-block;
	padding:10px 0px 5px;
	position: relative;
}
.tieude_gc span::after{
	content: '';
	left: 50%;
	transform: translate(-50%);
	bottom: -7px;
	width: 80px;
	height: 3px;
	background-color: #3F9AC6;
	position: absolute;
	z-index: 3;
}
.tieude_gc span::before{
	content: '';
	position: absolute;
	border-top: 1px solid #cacaca;
	width: 200px;
	bottom: -6px;
	left: 50%;
	transform: translate(-50%);
}
.tieude_page{
	position: relative;
	color: #333;
	font-size: 25px;
	line-height: 38px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px;
	display: block;
}

/*end tieude*/
/*breadcrumb*/
.div_breadcrumb {
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: right;
	height: 45px;
	width: 100%;
	letter-spacing: 0px;
	background:  url(upload/khac/Untitled-1.png) left  bottom no-repeat;
}

.div_breadcrumb  a{
	color: #aaa;
}
.div_breadcrumb  a i{
	margin: 0 5px;
}
.div_breadcrumb  span{
	color: #666;
}
/*END breadcrumb*/
/*pages*/
.pagination {
    margin:10px auto 0px !important;
    width: 100%;
    text-align: center;
    display: block;
}
.pages {
}
.pages li.prev {
    margin-right: 15px;
}
.pages li.next {
    margin-left: 15px;
}
.pages li {
    display: inline-block;
    margin: 5px 2px;
}
.pages li a {
    padding: 7px 15px;
    text-decoration: none;
    color: #434343;
    border: 1px solid #d6dde5;
    font-size: 13px;
    background: #fff;
    cursor: pointer;
}
.pages li a#active_z
{
    color:#fff;
    background: #008838;
    border-color: #008838;
}
.pages li a:hover {
    background: #008838;
    color: #fff;
    border-color: #008838;
}
.pages li .active {
    background: #008838;
    color: #fff;
    border-color: #008838;
}
.pages li .active:hover {
    background: #008838;
    color: #fff;
    border-color: #008838;
}
/*end pages*/
.w_dichvu{
	position: relative;
	padding: 60px 0px;
}
.bg_container{
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.container_2{
	width: 70%;
	margin: 0 auto;
}
/*head*/
div#header{
	width: 100%;
	background-color: #fcfcfc;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
div#header.fixed{
    position: fixed;
    left:0;
    right: 0;
    top: -42px;
    z-index: 50;
    transition: all 0.3s ease-in-out;
}
.top_head{
	background: #0D3786;
	color: #fff;
	padding: 15px;
}
.top_head .h-item{
	float: left;
	margin-right: 30px;
	line-height: 30px;
	font-size: 14px;
}
.top_head #h-social{
	float: right;
}
.top_head #h-social a img{
	max-height: 30px;
	margin-left: 3px;
	filter: brightness(0.9);
}
.menu_main{
	background-color: #fff;
	width: 100%;
}
div#header.fixed .menu_main{
	background: #fff;
	
}
.logo-mobile{
	display: none;
}
div#header.fixed .logo-desktop{display: none;}
div#header.fixed .logo-mobile{display: block;}
.logo_head{
	position: relative;
	text-align: center;
	width: 30%;
}
.logo_head img{
	margin: 15px auto;
}
.logo_head a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.info-head{
	font-size: 15px;
	line-height: 20px;
	display: flex;
	justify-content: center;
}
.info-head img{
	margin-right: 10px;
	object-fit: cover;
	height: 36px;
}
div#header.fixed .info-head{
	display: none;
}
#menu{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
.main_nav{
	list-style: none;
	display: flex;
	justify-content: space-around;
	width: 70%;
}
.menudm{
	position: absolute;
	top: 75px;
	width: 2000px;
	height: 0px;
	transition: 1s;
	z-index: 99999;
	overflow: hidden;
}
.menudm.activev{
	height: 200px;
	background: #fff;
	box-shadow: 0 4px 4px #aaa;
	border-bottom: 1px #f0f0f0 solid;
	transition: 1s;
}
.inner {
    position: relative;
    width: 920px;
    margin: 0 auto;
}
.menudm .nav-sub-holder {
    display: flex;
    width: 620px;
    float: right;
}
.menudm .one {
    width: 145px;
}
.menudm .two {
    width: 150px;
}
.menudm .three {
    width: 135px;
}
.menudm ul {
    display: block;
    float: left;
    padding: 20px 0px;
    height: auto;
    list-style: none;
}
.menudm ul li {
    display: block;
    margin: 0 0 7px 0;
}
.menudm ul li a{
	color: #666;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}
.menudm ul li a:hover{
	text-decoration: underline !important;
	color: #44989d;
}
.main_nav li{
	position: relative;
}
.main_nav li a{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #333;
	font-weight: 400;
	padding: 14px;
	display: inline-block;
}

.main_nav>li>a.active,
.main_nav>li>a.active2,
.main_nav>li>a:hover{
	color: #44989d;
}
.main_nav li a.has-child::after{
	content: '';
	content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
 	right: 8px;
    top:18px;
}
.main_nav li ul{
	display: none;
}
.tieude_danhmuc_menu{
	background-image: url('images/bg_general.png');
	background-repeat: no-repeat;
	background-position: 15px;
	background-color: #008838;
    color: #fff;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    padding: 0px 20px 0px 50px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.menu_danhmuc .fa-chevron-circle-right{
	color: #008838;
	margin-right: 10px;
}
.tieude_danhmuc_menu i{
	position: absolute;
    right: 20px;
    top: 15px;
    border: 1px solid;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    text-align: center;
}
.menu_sanpham.show{
	display: block;
	top:44px !important;
	transition: all 0.3s ease;
	animation: fadeIn;
	animation-duration: 0.6s;
}
.menu_sanpham{
	list-style: none;
	background-color: rgba(255,255,255,0.99);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
	width: 270px;
	position: absolute;
	left: 15px;
	top: 100px;
	z-index: 20;
	transition: all 0.6s ease;
}
.menu_sanpham::before{
	content: '';
	position: absolute;
	left: 30px;
	top:-10px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #f0f0f0;

}
.menu_sanpham li{
	position: relative;
	padding: 0px 15px;
	width: 270px;
	border-bottom: 1px solid #f0f0f0;
}
.menu_sanpham li a{
	color: #666;
	display: block;
	padding: 9px 0px;
	text-transform: capitalize;
	font-weight: 400;
}
.menu_sanpham li:hover{
	background-color:#f6f6f6;
}
.menu_sanpham li:last-child a{
	border-bottom:none;
}
.menu_sanpham li i.fa-angle-right{
	position: absolute;
    right: 15px;
    top: 12px;
    font-size: 15px;
    color: #666;
}
.menu_sanpham li ul{
	list-style: none;
	display: none;
	position: absolute;
	left: calc(100%);
	top:0;
	width:100%;
	background-color: rgba(255,255,255,0.99);
}
.menu_sanpham li:hover>ul,
.menu_sanpham li.active>ul{
	display:block;
}
#search{
	overflow:hidden;
	height: 30px;
	width:300px;
	z-index: 10;
	margin-right: 20px;
	border-radius: 18px;
}
#search.action{
	animation-name: fadeInUp;
	animation-duration: 1s;
	display: block;
}
#search input{
	height:30px;
	float:left;
	border:none;
	padding:0 15px;
	color: #fff;
	width:90%;
	background: rgba(255,255,255,0.1);
	border:0px;
	outline:0;

}
#search i.fa{
	background: rgba(255,255,255,0.3);
	width:10%;
	line-height:30px;
	float: right;
	color: #fff;
	text-align: center;
}
/*end head*/
.tieudeindex{
	font-weight: 700;
	font-size: 22px;
	line-height: 25px;
	text-transform: capitalize;
	padding: 15px 10px 0px ;
}
.tieudeindex span{
	color: #0D3786;
}
/*footer*/
#w_footer{
	position: relative;
	/* background-image: url('images/bg-ytuong.jpg');
	background-repeat: repeat-x;
	background-position: center top; */
	background-color: #303436;
	color: #fff;
	font-weight: 300;
	z-index: 2;
}
#footer{
	position: relative;
	padding: 30px 0px 30px;
	
}
#footer .list_vertical{
	list-style: none;
}
#footer .list_vertical li a{
	color: #333;
	font-size: 15px;
	line-height: 30px;
}
#footer .list_vertical li:hover a{
	color: #008838;
}
.vaogiua{
	font-size: 14px;
}
.vaogiua .menufooter a{
	color: #fff;
	padding: 0px 5px;
}
.vaogiua .menufooter .a1{
	padding: 0px 5px 0px 0px;
}
.vaogiua .menufooter{
	padding-bottom: 10px;
}
.vaogiua .ttlh{
	font-weight: bold;
	color: #a3a3a3;
}
.vaogiua .ttlh span{
	font-weight: 300;
}
.vaogiua .text-copy{
	text-transform: uppercase;
	color: #a3a3a3;
}
#back-to-top {
    display: none;
    padding: 7px 15px;
    color: #333;
    background: rgba(200,200,200,0.5);
    position: fixed;
    right: 15px;
    bottom: 30px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#back-to-top:hover{
	background: #ccc;
}
.logo_footer{
	margin: 15px auto;
	align-items: center;
}
.div_footer_bottom{
 background-color: #027733;
padding: 10px 0px;
}
.footer_bottom{
	 display: flex;
	 justify-content: space-between;
	 flex-wrap: wrap;
	 align-items: center;
}
.footer_bottom ul{
	list-style: none;
	display: flex;

}
.footer_bottom ul li{
	padding: 5px 0px;
}

.footer_bottom ul li a{
	display: inline-block;
	padding: 0px 10px;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.9);
}
.footer_bottom ul li:last-child a{
	border-right: 0;
}
.footer_bottom ul li a:hover{
	color: yellow;
}
.copy2{
	font-size: 14px;
	line-height: 20px;
	position: relative;
	color:rgba(255,255,255,0.7);
	padding: 10px 0;
}
.ul-inline a{
	color: #222;
}
.ul-inline a:hover{
	color: #008838;
}
.list_footer{
	list-style: none;
	display: flex;
}
.list_footer li {
	margin-left: 15px;
	text-align: center;
}
.list_footer li a{
	color: #222;
}
.list_footer li:hover a{
	color: #008838;
}
.tt_footer{
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	position: relative;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.chan_footer{
	width: 80px;
	height: 2px;
	background:#fff;
	display: block;
	margin:5px 0px 15px;
}
.f-item{
	margin-bottom: 10px;
}
.f-item>i{
	font-size: 15px;
	line-height: 25px;
}
#social_footer2{
	margin-top: 15px;
}
#social_footer2 a{
	margin-right: 8px;
	display: inline-block;
}
#social_footer2 img{
}
/*end footer*/
/*slider*/
.div_slider{
}
#slider .slider-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#slider .nenslider{
	
	width: 332px;
	height: 330px;
	background: rgba(63, 154, 198, 0.9)
}
#slider .v{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#slider .nenslider .tenslider:before{
	content: '';
	height: 4px;
	background: #fff;
	position: absolute;
	top: 65px;
	width: 70px;
}
#slider .nenslider .tenslider{
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	line-height:  30px;
	padding: 80px 15px 5px;
	position: relative;
	text-transform: uppercase;
}
#slider .nenslider .tenslider span{
	font-weight: 700;
	font-size: 33px;
	line-height:  30px;
}
#slider .nenslider .motaslider{
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	padding:  15px;
}
#slider .nenslider div a{
	position: absolute;
	bottom: 40px;
	color: #3F9AC6;
	border-radius: 5em;
	background: #fff;
	padding: 5px 7px;
	margin-left: 15px;
}
#slider .slider-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*banner page*/
.mybanner{
	width: 100%;
	height: 200px;
	position: relative;
	background-color: #222;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 10px;
	text-align: center;
}
.mybanner .breadcumb2 a{
	color: #666;
}
.mybanner .breadcumb2 a i{
	margin: 0 5px;
}
.mybanner .breadcumb2 span{
	color: #333;
}
/*banner_quangcao*/
#banner_quangcao .banner_item{
	position: relative;
}
#banner_quangcao .banner_item::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.1);
	transition: all 0.25s ease-in-out 0s;
}
#banner_quangcao .banner_item::before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.1);
	transition: all 0.25s ease-in-out 0s;
}
#banner_quangcao .banner_item:hover::before,
#banner_quangcao .banner_item:hover::after{
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
}
/*vechungtoi*/
.vechungtoi{
	background: #eee;
}
.vechungtoi_item{
	position: relative;
	padding: 25px 0px;
}
.vechungtoi_item>a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.vechungtoi_img{
	width: 40px;
	height: 40px;
	background-color: #dc291e;
	padding: 8px;
	border-radius: 100%;
	float: left;
}
.vechungtoi_img img{
	width: 24px;
	height: 24px;
}
.vechungtoi_mota{
	font-size: 15px;
	line-height: 20px;
	float: right;
	width: calc(100% - 60px);
}
.vechungtoi_item h3{
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.vechungtoi_item p{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
}
/*end vechungtoi*/
/*y kien*/
.item_ykien{
	position: relative;
	padding:0 20px;
	text-align: center;
}
.img_ykien{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 10px;
}
.img_ykien img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nd_ykien{
	margin-bottom: 10px;
}
.nd_ykien .fa-quote-left,
.nd_ykien .fa-quote-right{
	color: #008838;
}
/*end y kien*/
/*Gio hang*/
.noidung-httt{
	display: none;
}
.shop_cart{
	position: fixed;
	right: 10px;
	top:8%;
	z-index: 999;
}
#header.fixed + .shop_cart{
	top:1%;
}
.icon-cart{
	background-image: url('images/i_cart_black.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	display: inline-block;
}
.shop_cart .num-cart{
	color: #fff;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #dc291e;
	display: inline-block;
	text-align: center;
	line-height: 28px;
	margin-left: -10px;
}
#dathang_tc img{
	display: block;
	margin: 0 auto;;
}
#donhang_ht{
	list-style: none;
	font-size: 16px;
    line-height: 30px;
}
#donhang_ht{
	font-size: 16px;
    line-height: 30px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 20px;
}
#donhang_ht h2{
	font-size: 24px;
	line-height: 34px;
	color: #21A649;
	margin: 10px 0px 20px;
}
#donhang_ht h3{
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
.btn_madonhang{
	padding:8px;
	font-size: 20px;
	line-height: 20px;
	background-color: #99c23c;
	color: #fff;
	width: 200px;
	margin: 10px auto;
}
/*end Gio hang*/

/*sanpham*/
.spindex{
	padding: 15px 50px 0px;
}
/* giÃ¡Â»â€ºi thiÃ¡Â»â€¡u */
.noidungindex{
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0px;
	padding-left: 10px;
}
.btngt a{
	padding: 5px 10px;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	background: #0D3786;

}
.btngt a:hover{
	text-decoration: underline !important;
}
.btngt{
	margin: 10px ;
}
/* hÃ¡Â»â€” trÃ¡Â»Â£ */
.chia_hotro:nth-last-child(2n+1){
	float: left;
	width: 50%;
}
.chia_hotro:nth-last-child(2n){
	float: right;
	width: 50%;
}

.hotro-0 , .hotro-1,.hotro-2,.hotro-3{
	position: relative;
}
.hotro-0:hover img, .hotro-1:hover img,.hotro-2:hover img,.hotro-3:hover img{
	opacity: 0;
}
.hotro1-0 , .hotro1-1{
	position: absolute;
	top: 0;
}
.hotro1-2,.hotro1-3{
	position: absolute;
	bottom: 0;
}
.hotro1-0:hover img, .hotro1-1:hover img,.hotro1-2:hover img,.hotro1-3:hover img{
	opacity: 1;
}
.hotro1-0 img, .hotro1-1 img,.hotro1-2 img,.hotro1-3 img{
	opacity: 0;
}
/* chÃ„Æ’m sÃƒÂ³c khÃƒÂ¡ch hÃƒÂ ng */
.chamsockh .chamsockhimg{
	float: left;
	width: 30%;
}
.chamsockh .chamsockhtt{
	float: right;
	width: 65%;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	align-items: center;
}
.chamsockh .chamsockhtt div{
	margin: 0px 0px 15px !important;
}
.chamsockh .chamsockhtt span{
	color: #fff;
	padding: 3px;
	background: #4AA1CC;
	margin-right: 5px;
	font-size: 16px;
}
.textlamviec span{
	font-weight: bold;
}
.bdl:nth-last-child(n+2)
{
	border-right: 1px solid #e4e9ea ;	
	
}
.congty-0 , .congty-1,.congty-2{
	position: relative;
}
.congty1-0:hover img, .congty1-1:hover img,.congty1-2:hover img{
	opacity: 0;
}
.congty1-0 , .congty1-1 , .congty1-2{
	position: absolute;
	bottom: 0;
}
.congty1-0:hover img, .congty1-1:hover img,.congty1-2:hover img{
	opacity: 1;
}
.congty1-0 img, .congty1-1 img,.congty1-2 img{
	opacity: 0;
}
/*slick index*/
.myarrow{
	position: absolute;
	top: 12px;
	width: 10px;
	height: 12px;
}
.myarrow.prev{
	border-top:8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 12px solid #999;
	right: 20px;
}
.myarrow.next{
	border-top:8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #999;
	right: 0px;
}
.item{
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	overflow: hidden;
	padding-bottom: 10px;
}
.item>a{
	display: block;
}
.item_img{
	position: relative;
	overflow: hidden;
}

.item_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}
.border_vien{
	border: 1px  solid #e4e9ea;
}
.item:hover .phong_to img{
	transform: scale(1.1);
	transition: all 0.4s ease-in-out;
}
.hover_sang::before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 10;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.item:hover .hover_sang::before {
    transition: 1s;
    left: 100%;
}
.item .item_name {
	margin-top:10px;
	padding: 0 10px;
}
.item_sl .item_name{
	height: 45px;
	overflow: hidden;
}
.item .item_name, .item .item_name a{
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
}
.item:hover .item_gia{
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.item .item_gia{
	margin-bottom:5px;
}
.item .item_gia .del-gia{
	color: #666;
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	text-decoration: line-through;
	margin:0 10px;
}
.item .item_gia .gia-ban{
	color: #dc291e; /*106885; */
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	display: inline-block;
}
.item_sanpham{
	border: none;
}
.item_sanpham .item_button{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
} 
.product-qty .cart{
	position:relative;
	border-radius: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: 30px;
	background: #008838 border-box;
	border: 3px solid transparent;
}
.item_sanpham .item_button .cart{
	width: 60%;
	margin: 0 auto;
	position:relative;
	border-radius: 50px;
	overflow: hidden;
	background: #008838 border-box;
	border: 3px solid transparent;
}
.product-qty .cart button,
.item_sanpham .item_button .cart button{
	background: #fff;
	color: #666;
	outline: 0px;
	border: 0px;
	text-align: center;
	border-radius: 50px;
	display: block;
	width: 100%;
	padding: 5px 0px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
}

.product-qty .cart:hover button,
.item_sanpham .item_button .cart:hover button{
	color: #fff;
	background: #008838;
}
.div_info_product{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mini_img_product{
	margin:20px 0;
}
.mini_img_product a{
	margin:0 5px;
	border: 1px solid #ddd;
	padding: 4px;
}
.mini_img_product .slick-arrow.slick-prev,.mini_img_product .slick-arrow.slick-next{
	top: calc(50% - 13px);
	width: 10px;
	height: 26px;
}
.zoom_slick{
	width: 45%;
}
.zoom_slick  #img_product{
	border: 1px solid #ddd;
	width: 100%;
	text-align: center;
}
.zoom_slick  #img_product img{
}
.slick-slide.mz-thumb-selected{opacity: 0.5}
.info_product{
	width: 51%;
	display: block;
	position: relative;
	list-style: none;
}
.info_product li{
	border-bottom: 1px dashed #ddd;
	padding:8px 0;
}
.no-border-bottom{
	border-bottom:none !important;
}
.my-flex-between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.info_product .gia{
	font-size: 14px;
	line-height: 14px;
	color: #666;
	font-weight: 700;
	text-decoration: line-through;
}
.info_product .giakm,
.info_product .motgia{
	font-size: 25px;
	line-height: 25px;
	color: #dc291e;
	font-weight: 700;
}
.my-flex-between span{width: 25%;}
.my-flex-between span+span{width: 70%;}
.controls{}
.controls .fa-minus,.controls .fa-plus{
	border:1px solid #ddd;
	background-color:#fff;
    width:40px;
	float:left;
	height:46px;
}
.controls input{
	float:left;
	border:1px solid #ddd;
	background-color:#fff;
	padding:10px 15px;
	height:46px;
	width:100px;
	border-left:0;
	border-right:0;
	text-align: center;
}
.info_product .cart button{
	padding: 8px 20px;
}
.info_product .product-qty{
	display: flex;
	flex-wrap: wrap;
}

#tabs .content{
	padding: 20px;
	border: 1px solid #ddd;
	border-top:none;
}
#tabs .nav-link{
  font-size: 15px;
  line-height: 25px;
  color: #bbb;
  text-transform: capitalize;
  font-weight: 700;
}
#tabs .nav-link.active{
	color: #222;
}
.btn-mua-ngay{
    padding: 14px 17px;
    background: #008838;
    color: #fff !important;
    text-align: center;
    transition: all 0.5s ease;
    margin-bottom: 10px;
    display: block;
}
.btn-mua-ngay:hover{
	background-color: #027733;
	color: #fff !important;
}
.btn-mua-ngay span{
	display: block;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
}
.goingay{
	color:#fff;
	font-weight: 300;
	padding: 14px 17px;
	background: #4d4b4c;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
}

/*end sanpham*/
.item_dtac{
	width: 200px;
	height: 60px;
	overflow:hidden;	
	padding: 5px;
}
.item_dtac img{
    max-width: 200px !important;
    object-fit: contain;
    max-height: 100%;
}
.slick_marquee{
	text-align: center;

	align-items: center;
}
/*Tin tuc*/
.tintucindex .item_img{
	float: left;
	width: 45%;
	padding-bottom: 20px;
}
.tintucindex .nameindextt{
	float: right ;
	width: 50%;
}
.newfirst{

	width: 100% ;
    background: url(upload/khac/dot01.gif) bottom  left repeat-x;
}
.ulnews li{
	padding: 10px 0px 0px;
}
.ulnews li a{
	float: left;
	width: 75%;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	font-weight: 400;
}
.ulnews li a:hover{
	text-decoration: underline  !important;
}
.ulnews li div{
	float: right;
	width: 20%;
}
.nameindextt{
	color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: left;
}
.sl_news .slick-arrow{
	top:calc(30% - 26px);
	height: 40px;
}
.item_news{
	padding: 0px; 
	position: relative;
	text-align: center;
}
.bg_new_time{position: relative;}
.bg_new_time::before{
	content: '';
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 2;
	width: 50px;
	height: 75px;
	background: rgba(255,255,255,0.7);
}
.item_news .item_name{
	font-weight: 700;
	text-align: left;
}
.item_news .new_time{
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 3;
	width: 50px;
	height: 80px;
	text-align: center;
	padding-top: 15px;
}
.item_news .new_time span{
	display:block;
	color: #444;
	text-align:center;
}
.item_news .new_time .day{
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
}
.item_news .new_time .month{
	font-size: 14px;
	line-height: 25px;
}
.item_news>a{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.item_news .item_content{
	padding: 0 10px 20px;
	color: #666;
	text-align: left;
}
.border_hover{
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
	transition: all 0.3s ease-in-out;
}
.border_hover:hover{
	box-shadow: 1px 1px 20px 2px rgba(0,0,0,0.2);
	transition: all 0.3s ease-in-out;
}
#news_index .slick-prev
{
    left: -10px;
    top:35%;
}
#news_index .slick-next
{
    right: -10px;
    top:35%;
}
.item_news_detail {	
	margin-left: 10px;
}
.item_news_detail .info{
	color: #666;
	font-size: 14px;
	margin-bottom: 15px;
}
.list_tin_khac{
	list-style: none;
	font-size: 15px;
	line-height: 25px;
}
.list_tin_khac a{
	color: #333;
	transition: 0.4s;
}
.list_tin_khac a:hover{
	color: #008838;
	transition: 0.4s;
	padding-left: 10px;
}
.item_news_detail .info span{margin-right: 20px;}
/*item_slider*/
.div_slider{
}
.item_s{
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	color: #333;
	text-align: left;
}
.item_s h3{
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
}
.item_s .s_img{
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
}
.item_s .s_img img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.item_s .s_noidung{
	padding: 10px 15px;
}
/*contact*/
#frm_contact label{
	margin-bottom: 5px;
}
/*myrow */
.myrow{
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-right: -5px;
}
.myrow2{
	display: flex;
	flex-wrap: wrap;
}
.mycol{
	padding-right: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}
.colx3{
	width: 33.33%;
}
.colx4{
	width: 25%;
}

/*end myrow */
/*gioithieu*/
#gioi-thieu{
	font-size: 16px;
	line-height: 24px;

}

#gioi-thieu .btn-gioithieu{
	padding: 10px 20px;
	background: rgba(205, 33, 39,0.7);
	color: #fff;
	transition: all 0.3s ease-in-out;
	margin: 20px 0px;
	display: inline-block;
}
#gioi-thieu .btn-gioithieu:hover{
	background: #111;
	transition: all 0.3s ease-in-out;
}
.div_hoidong{
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
}
.item_list{
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	border-bottom :1px solid #ccc;
	margin-bottom: 0px;
}
.item_list:last-child{
	border-bottom: none;
}
.item_list:hover{
	background: #f0f0f0;
}
.item_list a{
	padding:10px 20px;
	color:#333;
	font-weight: 700;
	display: flex;
	align-items: flex-start;
}
.item_list a i.fa{
	color: #666;
	font-weight: 700;
	margin-top: 4px;
	margin-right: 5px;
}
/*cong-trinh*/
#cong-trinh{
}
.sl_congtrinh .slick-arrow{
	height: 40px;
	top:calc(40% - 20px);
}
.sl_congtrinh,.sl_sanpham{
	margin-left: -15px;
	margin-right: -15px;
}
.item_congtrinh{
	text-align: left !important;
	padding: 0px;
	border: none !important;
	position: relative;
}
.item_congtrinh>a{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.item_congtrinh .item_name{
	padding: 0px !important;
}
.item_congtrinh .item_name{
	position: relative;
}
.item_congtrinh .item_name::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 50px;
	height: 2px;
	background: #008838;
}
.item_congtrinh .item_name::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 140px;
	height: 2px;
	background: #ccc;
}
.item_congtrinh .item_info{
	padding-top:10px;
}
.item_congtrinh .item_info div{
	padding-bottom:7px;
}
.vien_trong{
	position: relative;
}
.vien_trong::after{
	content: '';
	position: absolute;
	left: 10px;
	top:10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #fff;
}
/* cong trinh detail*/
.slider-main{
	position: relative;
	width: 100%;
	border: 1px solid #ddd;
}
.slider-main .main_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider-sub{
	margin: 10px 0px 20px;
}
.slider-sub .sub_img{
	border: 1px solid #ddd;
	margin: 0 4px;
	padding:4px;
}
.news_index{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news-main{
	width: 50%;
	height: 390px;
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
	overflow: hidden;
}
.news-sub{
	width: 47%;
	height: 390px;
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
	overflow: hidden;
}
.news-sub .slick-list{
	height: auto !important;
}
.item_tin{
	padding: 15px 10px;
	border-bottom: 1px solid #ccc !important;
	position: relative;
}
.item_tin>a{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.item_tin:last-child{
	border-bottom: none;
}
.item_tin:hover,
.item_tin.slick-current{
	background: #f0f0f0;
}
.item_tin h4{
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 0;
}
.item_tin p{
	color: #666;
	margin:5px 0px 0px;
	font-size: 14px;
}
.sl_album{
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
}
.item_album{
	position: relative;
}
.item_album a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.item_album .album_img{
	width: 100%;
	height: 100%;
}
.item_album .album_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.item_album .album_ten{
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	height: 100%;
	padding: 15px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
    background-color: rgba(70, 191, 234, 0.7); 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0;
    opacity: 0;
    transition: 0.5s;
    color: #fff;
}
.item_album .album_ten h4{
	text-transform: capitalize;
}
.item_album .album_ten i.fa{
	font-weight: 300;
	font-size: 12px;
}
.item_album:hover .album_ten{
	opacity: 1;
	transition: 0.5s;
}
.album_item{
	width: 100%;
	height: 100%;
}
.album_item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bg-album{
	background-color: #eedb62;
}
.main_img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tieude_gc.bg-album span{
	color: #4D4B4C;
}
/*ytuong*/
.list_ytuong{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.list_ytuong .list_ytuong_img{
	width: 20%;
	text-align: center;
	padding:10px;
	position: relative;
}
.list_ytuong .list_ytuong_img>a{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.list_ytuong .list_ytuong_img img{
	width: 100%';
	height:100%;
	object-fit: contain;
	filter: brightness(0.5);
}
.list_ytuong .list_ytuong_img h2{
	font-size: 16px;
	line-height: 20px;
	margin-top:10px;
}
.list_ytuong .list_ytuong_img:hover h2,
.list_ytuong .list_ytuong_img.active h2{
	color: #008838;
}
#y-tuong{
	position: relative;

}

.sl_ytuong{}
.sl_ytuong .sl_img_ytuong{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sl_ytuong .sl_img_ytuong img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tieude_ytuong {
	position: relative;
	margin: 30px 0px;
	overflow: hidden;
}
.tieude_ytuong span{
	font-size: 22px;
	line-height: 30px;
	color:#008838;
	font-weight: 700;
	text-transform: uppercase;
	padding:0 10px;
}
.tieude_ytuong b{
	height: 2px;
	margin-bottom: 10px;
	background-color: #666;
	display: inline-block;
}
.tieude_ytuong b:first-child{
	width: 20px;
}
.tieude_ytuong b:last-child{
	width: 100px;
}
.sl_ytuong{
	width: 45%;
	float: left;
}
.ytuong_noidung{
	width: 55%;
	float: right;
	position: relative;
	z-index: 4;
	color: #333;
	padding: 0px 20px;
}
.item_ytuong {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
}
.item_ytuong>a{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.item_ytuong .item_ytuong_img{
	width: 20%;
	text-align: center;
}
.item_ytuong .item_ytuong_img img{
	filter: brightness(0.2);
	max-width: 100%;
	object-fit: cover;
}

.item_ytuong .item_ytuong_noidung{
	width: 80%;
	padding-left: 20px;
}

.item_ytuong .item_ytuong_noidung h4{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
    transition: 0.5s;
}
.item_ytuong:hover .item_ytuong_noidung h4{
	color: #008838;
	transition: 0.5s;
}  
.item_ytuong .item_ytuong_noidung p{
	
}
.ul_tab{
	position: relative;
	text-align: center;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.ul_tab li{
	display: inline-block;
	padding: 5px 15px;
	text-transform: capitalize;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 15px;
	cursor: pointer;
	position: relative;
	border:1px solid #ccc;
	border-radius:18px;
	margin-left:10px;
	transition: all 0.4s ease;
}
.ul_tab li.act,
.ul_tab li:hover{
	border-color: #008838;
	color: #008838;
	transition: all 0.4s ease;
}
.thuonghieu_item{
	border: 8px solid transparent;
	background-color: #fff;
	border-radius: 50px;
	position: relative;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	background-clip: padding-box;
}
.thuonghieu_item:hover{
	background-color: transparent;
	transition: all 0.3s ease;
}
.thuonghieu_item::after{
	position: absolute;
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
    background: linear-gradient(to right, #eee, #fcc9f9);
    content: '';
    z-index: -1;
    border-radius: 50px;
}
.thuonghieu_item img{
	max-height: 50px;
	object-fit: cover;
}
.item_video{border:0px;}
.hr_x2{
	width: 100%;
	border-top:4px double #d0d0d0;
	margin: 30px 0px;
}
.div_xuongsx{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_xuongsx {
	margin-bottom: 20px;
	width: 30%
}
.item_xuongsx b{
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
}
.img_up{
	width: 100%;
	text-align: center;
}
.img_up p{
	margin-top: 10px;
}
#w_nhantin{
	background-color: #F5F5F5;
	padding: 20px 0px;
}
.ten_nhantin{
	color: #dc291e;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 1px;
}
.noidung_nhantin{
	font-size: 18px;
	line-height: 28px;
}
.noidung_nhantin{}
#frm_nhantin #email_nhantin{
	width: 70%;
	float: left;
	height: 50px;
	border-radius: 0;
	border: 0;
	outline: 0;
	background-color: rgba(255,255,255,0.5);
}
#frm_nhantin #email_nhantin:focus{
	outline: 0;
}
#frm_nhantin #submit_nhantin{
	width: 30%;
	float: right;
	height: 50px;
}
.slick_sp .slick-arrow{
	top:30%;
}
.slick_sp .slick-arrow.slick-prev{
	left: 25px;
}
.slick_sp .slick-arrow.slick-next{
	right: 25px;
}

#text_seo{
	position: relative;
}
#text_seo .content{
	height: 210px;
    overflow: hidden;
}
#text_seo.active .content{
    height: auto !important;
    padding-bottom: 40px;
}
#text_seo .xemthem {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.9) 100%);
}
#text_seo .xemthem button{
	background-color: rgba(255,255,255,0.8);
    border: 1px solid #008838;
    color: #008838;
    padding: 4px 20px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    outline: 0;
}
#text_seo .xemthem button:hover{
    background-color: #008838;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 2550px){
		#slider .slick-arrow {
			top: 60%;
		}
		#slider .slick-arrow.slick-prev {
			left: 40%;
		}
		#slider .slick-arrow.slick-next{
			left:40.5%;
		}

	}
@media only screen and (min-width: 1500px){
	#slider .slick-arrow {
			top: 36%;
		}
		#slider .slick-arrow.slick-prev {
			left: 35%;
		}
		#slider .slick-arrow.slick-next{
			left: 36%;
		}
}
@media only screen and (min-width: 1600px){
		
		#slider .slick-arrow {
			top: 40%;
		}
		#slider .slick-arrow.slick-prev {
			left: 35%;
		}
		#slider .slick-arrow.slick-next{
			left: 36%;
		}

	}
@media only screen and (min-width: 1700px){
		
		#slider .slick-arrow {
			top: 45%;
		}
		#slider .slick-arrow.slick-prev {
			left: 36%;
		}
		#slider .slick-arrow.slick-next{
			left: 37%;
		}

	}
@media only screen and (min-width: 1800px){
		#slider .slick-arrow {
			top: 45%;
		}
		#slider .slick-arrow.slick-prev {
			left: 36%;
		}
		#slider .slick-arrow.slick-next{
			left: 37%;
		}

	}
@media only screen and (min-width: 1900px){
		#slider .slick-arrow {
			top: 50%;
		}
		#slider .slick-arrow.slick-prev {
			left: 37%;
		}
		#slider .slick-arrow.slick-next{
			left: 38%;
		}

	}
@media only screen and (min-width: 2000px){
		#slider .slick-arrow {
			top: 54%;
		}
		#slider .slick-arrow.slick-prev {
			left: 37.2%;
		}
		#slider .slick-arrow.slick-next{
			left: 38%;
		}

	}
@media only screen and (min-width: 2200px){
		#slider .slick-arrow {
			top: 57%;
		}
		#slider .slick-arrow.slick-prev {
			left: 37.2%;
		}
		#slider .slick-arrow.slick-next{
			left: 38%;
		}

	}
@media only screen and (min-width: 2200px){
		#slider .slick-arrow {
			top: 57%;
		}
		#slider .slick-arrow.slick-prev {
			left: 38.2%;
		}
		#slider .slick-arrow.slick-next{
			left: 39%;
		}

	}
@media only screen and (min-width: 2400px){
		#slider .slick-arrow {
			top: 60%;
		}
		#slider .slick-arrow.slick-prev {
			left: 39.2%;
		}
		#slider .slick-arrow.slick-next{
			left: 40%;
		}

	}
@media only screen and (max-width: 1441px){
	#slider .slick-arrow{
		top: 30%;
	}
	#slider .slick-arrow.slick-prev{
		left: 32%;
	}
	#slider .slick-arrow.slick-next{
		left: 33%;
	}
}
@media only screen and (max-width: 1282px) {
	#slider .slick-arrow.slick-prev{
		left: 32%;
	}
	#slider .slick-arrow.slick-next{
		left: 33%;
	}
	#slider .slick-arrow{
		top: 22%;
	}
	.main_nav{
		margin-right: 30px;
	}
	.menu_sanpham  li a{
		padding: 4px !important;
	}
	#tieude_danhmuc_menu .fa-caret-down{
		opacity: 0;
	}
	.main_nav li a{
		padding-left: 9px !important;
		padding-right: 9px !important;
	}
	
	.item_ytuong .item_ytuong_img{
		width: 10% !important;
	}
	.item_ytuong .item_ytuong_noidung{
		width: 90% !important;
	}
	.tieude_ytuong {
		margin: 20px 0px !important;
	}
	.item_ytuong {
		margin-bottom: 10px !important;
	}
}
@media only screen and (max-width: 1025px) {
	.mobian{
		display: none;
	}
	#slider .slick-arrow{
		top: 5%;
	}
	#slider .slick-arrow.slick-prev {
		left: 28%;
	}
	#slider .slick-arrow.slick-next{
		left: 29.5%;
	}
	#slider .nenslider{
		height: 320px;

	}
	.div_breadcrumb{
		height: 42px;
	}
	.main_nav li a{
		font-size: 14px !important;
	}
	.logo_footer img{
		height: 60px;
	}
	.item_ytuong .item_ytuong_noidung p{
		height: 19px;
		overflow-y:hidden;
	}
	.mobi_none{display: none;}
	#menu{
		width: 100%;
	}
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 992px) {
	#slider button.slick-arrow{ display: none !important;}
	#slider .nenslider .tenslider:before{
		    top: 50px;
	}
	#slider .nenslider .tenslider{
		padding: 70px 15px 5px;
	}
	#footer{
		position: relative;
		padding: 30px 0px 50px;
		
	}
	#slider .nenslider {
	    height: 240px;
	}
	#slider .nenslider div a{
		bottom: 15px;
	}
	#slider .nenslider .tenslider{
		font-size: 20px;
		line-height: 25px;
	}
	#slider .nenslider .motaslider {
		font-size: 16px;
    	line-height: 20px;
	}
	#slider .nenslider .tenslider span{
		font-weight: 700;
		font-size: 25px;
		line-height:  25px;
	}
	.div_breadcrumb{
		background: none;
	}
	.item_news_detail{
		margin: 0px;
	}
	.menudm{
		display: none;
	}
	.activev{
		display: none;
	}
	.tieude_index .tt_sub{
		font-size: 35px;
		line-height: 40px;
	}
	.tieude_index .tt_main{
		font-size: 22px;
		line-height: 30px;
	}
	.container_2{
		width: 100%;
	}
	.shop_cart{
		top:10px;
	}
	.icon-cart{
		width: 30px;
		height: 30px;
	}
	.shop_cart .num-cart{
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	.ul_tab li{
		font-size: 15px;
		line-height: 20px;
		padding: 5px 10px;
	}
	
	.item_sanpham .item_button .cart button{
		padding: 0px 10px;
	}
	.item .item_name, .item .item_name a{
		font-size: 16px;
		line-height: 24px;
	}
	.lobibox-notify-wrapper-large.bottom, .lobibox-notify-wrapper.bottom{
		bottom: 50px !important;
	}
	.tieude_page,
	.tieude_gc span,
	.tieude_detail{
		font-size: 20px !important;
		line-height: 25px !important;
	}
	.colx4{
		width: 50% !important;
	}
	
	.sl_ytuong,
	.ytuong_noidung{
		width: 100% !important;
	}
	.ytuong_noidung{
		padding: 20px !important;
	}
	.item_ytuong .item_ytuong_img{
		width: 20% !important;
	}
	.item_ytuong .item_ytuong_noidung{
		width: 80% !important;
	}
	.item_ytuong .item_ytuong_noidung p{
		height: auto !important;
	}
	.colx3{
		width: 50%!important;
	}
	.news-sub{
		height: auto !important;
	}
	
	.main_nav,.top_head{display: none;}
	.logo-desktop{display: none !important;}
	.logo-mobile{display: block !important;}
	div#header.fixed .logo-mobile{ height: 40px !important;}
	#tieude_danhmuc_menu{
		display: none;
	}
	
	#content_left{
		width: 100% !important;
		float: unset !important;
	}
	#content_right{
		display: none;
	}
	.logo_head{width: 100%;}
	.main_nav,.info-head{
		display: none;
	}
	.div_slider{
		width: 100% !important;
		float: unset;
	}
	
	div#header.fixed{top:0 !important;}
	div#header{border-bottom: 1px solid rgba(0,0,0,0.2);}
	.div_slider{height: auto !important;}
	.w_dichvu{
		padding: 30px 0px;
	}
	#back-to-top {
		bottom: 100px !important;
		right: 10px !important;
	}
	.info_product,.zoom_slick{
		width: 100% !important;
	}
	
	#footer .list_vertical{
		text-align: center;
	}
	.footer_bottom{
		flex-direction: column-reverse;
		margin-bottom: 45px;
	}
	.copy2{
		text-align: center;
		margin-top: 10px;
	}
	.list_footer li {
		margin-left: 0 !important;
	}
	.news_index{
		margin-bottom: 20px; 
	}

}
@media only screen and (max-width: 600px) {
	.div_breadcrumb{
		text-align: center;
	}
	#slider .nenslider{
		height: 150px;
		width: 50%;
	}
	#slider .nenslider .tenslider{
		font-size: 10px;
		line-height: 15px;
		padding: 40px 10px 0px;
	}
	#slider .nenslider .tenslider:before {
		display: none;
	}
	#slider .nenslider div a{
		padding:  2px 4px;
		bottom: 10px;
		margin-left: 10px;
		font-size: 10px;
	}
	#slider .nenslider .motaslider{
		font-size: 8px;
		line-height: 13px;
		padding: 10px;
	}
	#slider .nenslider .tenslider span{
		font-size: 10px;
		line-height: 15px;
	}
	.vaogiua{
		text-align: center;
	}
	#frm_nhantin #submit_nhantin{
		padding: 8px;
		font-size: 14px;
	}
	.footer_bottom ul{
		padding-top: 15px;
		margin-bottom: 15px;
	}
.logo_footer,.ten_nhantin,.noidung_nhantin{
	text-align: center;
}
	.tieude_ytuong {
		margin-bottom: 20px !important;
	}
	.tieude_ytuong b{display: none;}
	
	#news_index .slick-arrow{display: none !important;}
	#slider button.slick-arrow{ display: none !important;}
	#content_left{display: block !important;}
	.info_product .product-qty{
		flex-direction: column;
	}
	.info_product .product-qty .cart{
		margin-top:10px;
	}
	.info_product .cart{
		margin-left: 0;
	}
	
	.tt_footer{
		margin-top:30px;
	}
	
	.myarrow.prev{
		right: 30px !important;
	}
	.news-main,
	.news-sub{
		width: 100% !important;
	}
	.f_map{
		padding-right: 0px !important;

	}
	.f_map iframe{
		height: 300px !important;
	}
	.controls .fa-minus,.controls .fa-plus{
	    width:100px !important;
	}
	.controls input{
		width:180px !important;
	}
}
@media only screen and (max-width: 414px) {
	#tabs .nav-link{
		font-size: 14px;
		line-height: 18px;
	}
	
	.colx4{
		width: 100% !important;
	}
	.colx3{
		width: 100%!important;
	}
	.list_ytuong .list_ytuong_img h2{
		font-size: 14px!important;
		line-height: 18px!important;
		margin-top:8px!important;
	}
}
@media only screen and (max-width: 380px) {
	.controls .fa-minus,.controls .fa-plus{
	    width:80px !important;
	}
}
@media only screen and (max-width: 365px) {
	.info_product b{display: block;}
	.controls .fa-minus,.controls .fa-plus{
	    width:75px !important;
	}
}
@media only screen and (max-width: 330px) {
	.controls .fa-minus,.controls .fa-plus{
	    width:55px !important;
	}
	#slider .nenslider .tenslider {
		padding: 55px 10px 0px;
	}
	#slider .nenslider .motaslider{
		padding: 5px 10px;
	}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
	
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
}