@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face {
    font-family: muliEB;
    src: url(fonts/Muli-ExtraBold.ttf);
}
@font-face {
    font-family: muliR;
    src: url(fonts/Muli-Regular.ttf);
}
@font-face {
    font-family: utm;
    src: url(fonts/UTM Aristote.ttf);
}
img{
	max-width: 100%;
}
@keyframes showtotop {
    0%  {top:120%;opacity: 0;}
    100% {top:100%;opacity: 1;}
}
.boder-home:last-child {
    border:  none;
    padding-bottom: 0px;
}
.sli-bar img {
    text-align:  center;
    margin: 0 auto;
}
footer#footer {
    margin-top: 3%;
}
.box-product {
    padding-bottom: 20px;
}
.pagina-r {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pagina-r a {
    display: flex;
    width: 40px;
    height: 40px;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    color: #000;
    font-weight: bold;
}
ul.share-like-buttom {
    padding: 0px;
}

ul.share-like-buttom li {
    list-style:  none;
    display:  inline-block;
    margin-top: 4%;
}
.pagina-r .a-active, .pagina-r a:hover {
    background: #136eb5;
    color: #fff;
    border-radius: 4px;
}
a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none;}

img{max-width: 100%;}
body{font-size: 14px;margin:0;font-family: 'muliR', sans-serif;}
body p{font-size:14px;margin:0;font-family: 'muliR', sans-serif;}
.clear {clear: both;}
.top20 {margin-top: 20px}
.top40 {padding-top: 40px !important;}
.new-gt-m {display: none;}
.icon-home {margin-top: -10px;}
.header-top{
	width: 100%;
	z-index: 9999;
	left: 0px;
	background: #fff;
	height: 40px;
	color: #525252;
	padding-bottom: 20px;
}
.header-top .search{ display: flex; text-align: right; float: right; padding:10px 0px; color: #444444;}
.header-top .search .control {
	color: #444444;
	position: relative;
	border: 0px;
	font-size: 14px;
	text-indent: 25px;
	background: #e1e1e1;
}
.header-top .search .icon-search {position: absolute; z-index: 9999; top: 3px;left: 20px}

.header-bottom{
	width: 100%;
	background: #005ca9;
	height: 50px;
	z-index: 9999;
	color: #fff;
}
.header-bottom .main-menu {
	display: flex;
	width: 100%;

}
.header-bottom .main-menu .logo {
	z-index: 9999;
	margin-top: -103px;
	display: inline-block;
}
.header-bottom .main-menu .logo  img {
    transform: scale(0.5);

}
.fixed {
    position:fixed;
    top:0;
} 
.boder-home {padding-bottom: 20px; border-bottom: 1px solid rgba(229, 229, 229, 0.8);}
.fixed .img-logo{
	transform: scale(0.4) !important;
	top: 20px;
	position: relative;
}

.header-bottom .main-menu .menu ul {
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 10px;
	list-style-type: none;	
	color: #fff;
}

.header-bottom .main-menu .menu ul li {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	font-family: muliEB;
	padding: 0px 20px;
	border-right: 1px solid #fff;
}

li.down:hover ul.ul-sub{
	display: block;
	-webkit-animation-name: showtotop;
    -webkit-animation-duration: 0.9s;
    animation-name: showtotop;
    animation-duration: 0.3s;
}
li.down a {padding-bottom: 13px;}
li.down a:hover{ padding-top: 10px; border-bottom: 5px solid #ff0000;}
ul.ul-sub {
	display: none;
	opacity: 0.9;
	margin-top:  15px;
    list-style-type: none;
    position: absolute;
    width: 250px;
    background: #fff7fb;
    z-index: 999;
}
ul.ul-sub li {
	display: block !important;
	color: #000000;
	padding: 5px 10px !important;
}
.ul-sub li a:hover {border-bottom: none; color: #005ca9 !important;}
.header-bottom .main-menu .menu ul li a:hover{ color: #f9de08; }
.header-bottom .main-menu .menu ul li:first-child, .header-bottom .main-menu .menu ul li:last-child{
	border-right: none;
}

.main-slider {
	position: relative;
	width: 100%;
	padding: 0px 0px;
}
.main-slider .owl-nav {
	position: absolute;
	top: 40%;
	width: 100%;
}

.left-icon-m {
	opacity: 0.7;
	float: left;
	background: url('../images/prev.png') no-repeat;
	height: 60px;
	width: 40px;
	margin-left: 10%;
}
.right-icon-m {
	opacity: 0.7;
	float: right;
	display: inline-block;
	background: url('../images/next.png') no-repeat;
	height: 60px;
	width: 40px;
	margin-right: 10%;
}

.tin-tuc {padding-bottom: 30px;}
.kien-thuc {margin-bottom: -20px;}
.main-new {padding: 15px 0px;}
.main-new .title-new {
	border-bottom: 1px solid #dddddd;
}

.main-new .title-new .border-title {
    position: relative;
    font-size: 16px;
    font-family: muliEB;
    color: #01793d;
    text-transform: uppercase;
}
.main-new .title-new .border-title:after {
    display: inline-block;
    content: '';
    bottom: -13px;
    height: 4px;
    left: 0px;
    background: #ed1c24;
    position: absolute;
    width: 110px;
}
.new-gt {padding-top: 20px;}

.main-new .content-new {
	padding: 20px 0px;
}
.border-gt {border-bottom: 1px solid #dddddd; padding-left: 0px; padding-bottom: 20px; padding-top: 0px; margin-left: 15px;}
.no-boder {border-bottom: none;}
.main-new .content-new .des-new {
	padding: 0px 0px;
	margin: 0px 0px;
	color: #000000;
}

.main-new .content-new .des-new .des-title {
	margin: 0px 0px;
	font-family: muliR;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;

}
.main-new .content-new .des-new .ct-new{
	text-align: justify;
	font-family: muliR;
	font-size: 14px;
}
.content-new .img-new-m {margin-left: -15px;}
.main-new .sli-bar {
	background: #ebebeb;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
.main-new .sli-bar .title-bar {
	padding: 10px 5px;
	text-align: center;
	border-radius: 4px;
	background: linear-gradient(to bottom, #0070d0, #004592);
}
.main-new .sli-bar .title-bar .bd-title {
	margin: 0px 0px;
	font-size: 16px;
	font-family: muliEB;
	color: #fff;
	text-transform: uppercase;
}
.main-new .sli-bar .img-bar {
	display: block;
	padding: 20px 20px;
	text-align: center;
}
.main-new .sli-bar .img-bar .item-sp {list-style-type: none; background: #fff; margin-bottom: 20px;}
.main-new .sli-bar .img-bar img {padding: 15px 0px;}
.main-new .sli-bar .img-bar :last-child {margin-bottom: 0px;}
.main-new .sli-bar .img-bar  a {display: block; line-height: 1; padding-bottom: 10px; font-size: 16px; font-family: muliEB; color: #000000;}
.main-new .sli-bar .img-bar  a:hover {color: #0070d0;}

.main-new .sli-bar-bg {
	margin-top: 30px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	background: #fff;
}
.main-new .sli-bar-bg .title-bar  {
	padding: 10px 5px;
	border-radius: 4px;
	text-align: center;
	background: linear-gradient(to bottom, #0070d0, #004592);
}
.main-new .sli-bar-bg .title-bar .bd-title {
	margin: 0px 0px;
	font-size: 16px;
	font-family: muliEB;
	color: #fff;
	text-transform: uppercase;
}
.main-gt { margin-top: 0px !important; }
.main-new .sli-bar-bg .list-gt {
	padding-top: 20px;
	text-align: left;
}
.list-gt  li {
	padding: 0px 0px;
	list-style-type: square;
	font-size: 20px;
	color: #e50016;
	font-family: muliR;
}
.list-gt  li a {color: #000000; font-size: 18px;}
.main-new .sli-bar-bg .content-bg .table {
	margin-bottom: 0px;
	padding: 10px 10px;
}
.main-new .sli-bar-bg .content-bg .table .main-bg {background:#ebebeb; padding: 5px 15px; font-weight: normal; }
.main-new .sli-bar-bg .content-bg .table th{border-bottom: none; font-weight: normal; font-size: 13px; font-family: muliR;}
.main-new .sli-bar-bg .content-bg .table td {border-top: none; font-size: 10px; }

.bg-banner {width: 100%; background: #fff;}
.brea {height: 40px; width: 100%; background: #ddd;}
.brea .breadcrumb {background: #ddd;}
.breadcrumb a {
	color: #000000;
	font-size: 14px;
	font-family: muliR;
}
.breadcrumb a:hover {color: #005ca9;}
.breadcrumb>.active {
	color: #000000;
	font-size: 14px;
	font-family: muliR;
}

.san-pham {text-align: center; border: 1px solid rgba(229, 229, 229, 0.8); padding: 20px 0px;}
.san-pham img {display: block;     margin: 0 auto;}
.san-pham  a {
	display: block;
    line-height: 1;
    padding-top: 20px;
    font-size: 16px;
    font-family: muliEB;
    color: #000000;
}
.san-pham  a:hover{color: #0062bd;}

.san-pham-detail { text-align: center; border: 1px solid rgba(229, 229, 229, 0.8); padding: 30px 0px;}
.san-pham-detail img {
}
.title-detail {
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.title-detail .text-title {
	color: #00853c;
	font-size: 18px;
	font-family: muliEB;
	margin: 0px 0px;
}

.infor-san-pham {text-align: left; font-size: 16px;font-family: muliR;}
.infor-san-pham  .title-infor {
	margin: 0px 0px;
	font-weight: bold;
	font-family: muliEB;
	font-size: 18px;
}
.infor-san-pham  .content-infor {
	padding: 20px 0px;
}
.content-infor .social {display: flex;}
.content-infor .social span {background: #fff;
	border: 1px solid rgba(229, 229, 229, 0.8);
	height: 20px;
	padding: 0px 5px;
}
.content-infor .social a {color: #df5b50; font-weight: bold;}
.infor-san-pham  .content-infor p{padding: 10px 0px;}
.mo-ta {display: flex; padding-left: 0px; border-bottom: 1px solid #0054a6; padding-top: 20px;}
.mo-ta li {list-style-type: none; padding: 10px 20px;}
.mo-ta li.active {background: #0054a6;}
.mo-ta li a {padding: 0 0px;}
.mo-ta li:first-child {
}
.mo-ta li.active a {
    color: #fff;
    padding: 0px 0px;
    background: none;
    border: none;
}
.mo-ta.nav-tabs>li>a:hover,
.mo-ta.nav-tabs>li>a{
	background: none;
	border: none;
}
.mo-ta.nav-tabs>li.active>a, 
.mo-ta.nav-tabs>li.active>a:focus, 
.mo-ta.nav-tabs>li.active>a:hover{
	color: #fff;
	background: none;
	border: none;
}
.tab-content {padding-top: 20px;}
.tab-content p {
	line-height: 1.5;
	padding: 10px 0px;
}

.main-contact {
	padding: 20px 0px;
}
.info-contact {text-align: center;}
.info-contact p {
	padding-top: 20px;
	text-align: center;
	font-size: 18px; 
	font-family: muliR;
	color: #000000; 
}
.contat-form {
	padding: 0px 0px;
} 
.contat-form .form-main {
	text-align: left;
}
.contat-form .form-main .control {
	width: 100%;
	height: 40px; 
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid rgba(229, 229, 229, 0.8);
	text-indent: 20px;
}
.contat-form .form-main .form-control {border: 1px solid rgba(229, 229, 229, 0.8);}
.contat-form .form-main .btn {
	margin-top: 10px;
	background: #0054a6;
	color: #fff;
	font-family: muliEB;
	text-transform: uppercase;
}
.content-entry {padding: 10px 0px; text-align: left; color: #000000;}
.content-entry p {
	padding: 10px 0px;
	line-height: 1.5;
	font-size: 14px;
	font-family: muliR;
}
.maps {
	padding-top: 20px;
	width: 100%;
	background: #fff;
	margin-bottom: -20px;
}
.footer {
	    background: #005ca9;
	padding: 15px 0px;
	background-size: cover;
	padding-bottom: 10px;
	margin-bottom: -20px;
	text-align: center;
}

.footer-bottom {
	text-align: center;
	font-size: 18px; 
	font-family: muliR;
	color: #ffffff; 
}

/*stly mobile*/
.nav-mobblie {display: none;}
.nav-mobblie .logo-m {text-align: center;}
.nav-mobblie .logo-m img {width: 80px; height: 80px;}
.nav-mobblie .search-m {
	text-align: center;
	padding-top: 25px;
}

.nav-mobblie .search-m i { border: 1px solid #fff; font-size: 24px; padding: 5px 15px; color: #fff; border-radius: 4px; }
.main-search {display: none;}

.main-search .search{ display: flex;
	text-align: right;  padding:10px 0px; color: #444444;
	border: 1px solid rgba(229, 229, 229, 0.8);
	border-radius: 4px;
}
.main-search .search .control {
	width: 100%;
	height: 40px;
	color: #444444;
	position: relative;
	border: 0px;
	font-size: 14px;
	text-indent: 20px;
}
.main-search .search .icon-search {position: absolute; z-index: 9999; top: 20%;}
.wp-caption.alignnone{
	width: auto !important;
	max-width: 100%;
}
.wp-caption.alignnone img{
	height: auto;
	max-height: unset;
}
.bg-banner img{width: 100%;}
.p-social .fa {
    padding: 7px;
    font-size: 15px;
    width: 31px;
    text-align: center;
    text-decoration: none;
    margin: 5px 7px;
    border: 1px solid #ccc;
}
.p-social .fa:hover {
    opacity: 0.7;
    color: #fff;
}
.p-social .fa-facebook {
  background: #3B5998;
  color: white;
}
.p-social .fa-twitter {
  background: #55ACEE;
  color: white;
}
.p-social .fa-google {
  background: #dd4b39;
  color: white;
}
.p-social .fa-youtube {
  background: #bb0000;
  color: white;
}