@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Nunito:300i,400,400i,600,600i,700,700i');
body {
	font-family: 'Roboto', sans-serif;
}

fon {
	margin-top: 0px;
}

.ul-b {
	padding-left: 0px;
	margin-bottom: 0px;
}

.ul-b li {
	list-style-type: none;
}

input,
button,
select,
textarea {
	outline: none;
}

img {
	max-width: 100%;
}

a:hover,
a:focus {
	text-decoration: none;
}

a {
	color: #333;
}

.owl-theme .owl-nav {
	margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	margin: 0px !important;
	padding: 0px !important;
}

.owl-prev,
.owl-next {
	margin: 0px !important;
	border-radius: 0px !important;
}

.fl-left {
	float: left !important;
}

.fl-right {
	float: right !important;
}


	.clearfix{
		clear: both;
	}
	.center{
		text-align: center;
	}
	.hc-nav-trigger.hc-nav-1{
		display: none!important;
	}
/*css top header*/
.top-header{
	    background: #004e96;
	    /* line-height: 40px; */
}
.top-holine p{
	    margin-bottom: 0;
	    font-family: 'Roboto-Medium';
	    font-size: 14px;
	    color: #fff;
	    text-transform: uppercase;
}
.top-social ul li{
	display: inline-block;
	float: left;
}
.top-social ul{
	    display: inline-block;
	    padding: 0;
	    margin: 0;
	    float: right;
	    padding-top: 10px;
}
.top-social ul li a{
	color: #fff;
	font-family: 'Roboto-Medium';
	display: inline-block;
	padding: 0 10px;
}
.top-social ul li img{
	    padding-right: 6px;
    display: inline-block;
}
/* css menu */
.menu-search{

}
#logo-menu{
	clear: both;
	padding: 28px 0;
}
.menu-search .main-menu{
	
width: 95%;
	
display: inline-block;
	
float: left;
	
padding-top: 12px;
}
.menu-search .main-menu ul{
	
padding-left: 0;
}
.menu-search .main-menu ul li{
	
float: left;
	
position: relative;
	
display: inline-block;
	
padding: 0 10px;
}
.menu-search .main-menu ul li a{
	
font-size: 14px;
	
text-transform: uppercase;
	
color: #666666;
	
margin: 0;
	
padding-bottom: 10px;
}
.menu-search .main-menu ul> li.active> a{
	border-bottom: 2px solid #004e96;
    padding-bottom: 10px;
    color: #004e96;
}
.menu-search .main-menu >ul >li:hover >a{
	border-bottom: 2px solid #004e96;
    padding-bottom: 10px;
    color: #004e96;
}

.menu-search .search{
	width: 5%;
	display: inline-block;
	float: right;
	position: relative;
}
.menu-search .search .fas{
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #7f7f7f;
    cursor: pointer;
    background: #fff;
    border: 1px solid #5ca9de;
    background: #004e96;
    color: #fff;
}
.menu-search .main-menu ul li ul li a{
	padding-bottom: 0;
	padding: 5px 0;
	text-transform: capitalize;
}
.menu-search .main-menu ul li ul li a:hover{
	color: #004e96;

}
.menu-search .main-menu ul li ul li{
	    height: auto;
    line-height: inherit;
}
.menu-search .nav-search {
	    position: absolute;
	    top: 68px;
	    z-index: 20;
	    right: 0;
	    visibility: hidden;
	    opacity: 0;
}
.menu-search .nav-search input[type=text]{
	width: 304px;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #ddd;
    font-style: italic;
}
/* css main slider */
	
#slider-home .owl-prev{
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
#slider-home .owl-next{
	
position: absolute;
	
top: 50%;
	
right: 0;
	
transform: translateY(-50%);
}
#slider-home .owl-nav .fa{
	background-color: rgba(51, 51, 51, 0.6);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
#slider-home .item img{
	height: 600px;
	overflow: hidden;
}

/* css menu mobile */
#off-canvas {
	background: #2384c8;
	transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	overflow: hidden;
	position: fixed;
	visibility: hidden;
	z-index: -1;
	transition: transform .4s ease, visibility 0s ease .5s, z-index 0s ease .5s;
	-webkit-transition: -webkit-transform .4s ease, visibility 0s ease .5s, z-index 0s ease .5s;
}

body.mnopen #off-canvas {
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	overflow-scrolling: touch;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	visibility: visible;
	z-index: 9999;
	transition: transform .4s ease, visibility 0s ease 0s, z-index 0s ease 0s;
	-webkit-transition: -webkit-transform .4s ease, visibility 0s ease 0s, z-index 0s ease 0s;
	width: 274px;
}
.navbar-static-top{
	display: none;
}
/* brecus*/
.breadcrumb ul{
	padding-left: 0;
}
.breadcrumb{
	padding:0;
	margin-top: 20px;
	height: 38px;
	line-height: 38px;
}
.breadcrumb ul li{
	display: inline-block;
}
.breadcrumb ul li a{
	color: #999;
}
/* css top content*/
.top-social-content  .item .icon{
	width: 28%;
    display: inline-block;
    float: left;
}
.top-social-content .item .nav-icon{
	    width: 72%;
    display: inline-block;
    float: right;
    padding-left: 10px;
}
.top-social-content .item .nav-icon .title1{
	    margin: 0;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.top-social-content .item .nav-icon  .desc{
	    margin: 0;
    font-size: 14px;
    color: #999999;
    padding-top: 5px;
}
.top-social-content .item .nav-icon  .desc span{
	    color: #ff0000;
    font-size: 16px;
    font-family: 'Roboto-Bold';
}
.top-social-content{
	    border-bottom: 1px solid #cccccc;
	    padding-top: 40px;
	    padding-bottom: 40px;
}
#main-slider{
	position: relative;
}
#main-slider .content-slider{
	width: 300px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 95px;
	z-index: 11;
	transform: translateY(-50%);
	-webkit-box-shadow: -1px 3px 10px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: -1px 3px 10px 0px rgba(0,0,0,0.23);
	box-shadow: -1px 3px 10px 0px rgba(0,0,0,0.23);
}
#main-slider .content-slider .title{
	    margin: 0;
    background: #efefef;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 17px;
}
#main-slider .content-slider form{
	padding:20px;
}
#main-slider .content-slider form input[type=text]{
	width: 100%;
    height: 35px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding-left: 10px;
    margin-bottom: 10px;
}
#main-slider .content-slider form textarea{
	width: 100%;
    height: 87px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding-left: 10px;
    margin-bottom: 10px;
}
#main-slider .content-slider form .submit{
	    background: #004e96;
    border: 1px solid #004e96;
    width: 100%;
    height: 35px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
}
.content-distich .left-distich .img{
	    width: 30%;
    display: inline-block;
    float: left;
}
.content-distich .left-distich .nav-img{
	    width: 70%;
	    display: inline-block;
	    float: right;
	    font-family: 'Nunito', sans-serif;
	    font-weight: bold;
	    font-size: 16px;
	    /* padding-top: 53px; */
}
.content-distich .left-distich .item{
	position: relative;
	background: url('../images/bg.png') bottom center;
	background-repeat: no-repeat;
	padding: 25px 0;
}
.content-distich .left-distich .nav-img{
	    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 10px;
}
.content-distich .left-distich .item:nth-child(2) .img{
	float: right;
}
.content-distich .left-distich .item:nth-child(2) .nav-img{
	float: left;
	   text-align: right;
    padding-right: 10px;
    padding-left: 0
}
.content-distich .left-distich .item:nth-child(2){
	background: none;
}
.right-distich .desc{
	position: relative;
	padding-left: 50px;
	font-size: 16px;
	line-height: 28px;
	height: 261px;
	overflow: auto;
	margin-bottom: 26px;
}
.right-distich .desc:before{
	content: url('../images/phay.png');
	position: absolute;
	top: 0;
	left: 0;
}
.right-distich .advisory{
	    font-family: 'Nunito', sans-serif;
	    margin-left: 50px;
	    border: 1px dashed #b72609;
	    padding: 17px;
	    font-size: 16px;
	    border-radius: 6px;
}
.right-distich .advisory p{
	margin:0;
}
.right-distich .advisory .desc1 span{
	    color: red;
    font-weight: bold;
}
.content-distich{
	padding-top: 54px;
}
.service-home{
	background: #0660b4;
	margin-top: 48px;
}
.service-home p{
    margin: 0;
    font-family: 'Nunito', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding: 30px 0;
    text-transform: uppercase;
    line-height: 28px;
}
.content-table-home{
padding-top: 50px;
}
.content-table-home .desc-content{
	    font-size: 16px;
    line-height: 25px;
}
.content-table-home table{
	width: 100%;
	background: #eee;
	text-align: center;
}
.content-table-home table tr td{
	border: 1px solid #444444;
	padding: 9px;
	width: calc(100% / 3);
	color: #000;
	font-style: italic;
}
.content-table-home table tr td span{
	color: #fb0000;
	font-weight: bold;
}
.content-table-home table tr:first-child{
	background: #b8b8b8;
	
}
.content-table-home table tr:first-child td{
	font-style: inherit;
}
.content-table-home .title1{
    color: #e3282e;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    padding-top: 30px;
}
.content-table-home  .note{
	    text-align: center;
    font-size: 14px;
}
.content-table-home .desc-content2 .title1{
	text-align: left;
}
.content-table-home .content-sleep-l{
	background: url('../images/bg1.png') left;
	background-repeat: repeat-y;
	padding-left: 60px;
}
.content-table-home .content-sleep-l .stt{
	    background: url(../images/stt.png);
	    background-repeat: no-repeat;
	    text-align: center;
	    display: inline-block;
	    font-family: 'SVN-Every Movie Every Night';
	    font-size: 14px;
	    color: #fff;
	    width: 47px;
	    height: 47px;
	    line-height: 40px;
	    position: absolute;
	    left: -82px;
	    top: 0;
}
.content-table-home .content-sleep-l  .item-add{
	position: relative;
	padding: 20px 0;
}
.content-table-home .content-sleep-l  .item-add .title2{
	    font-family: 'Nunito', sans-serif;
	    font-size: 18px;
	    font-weight: bold;
	    margin: 0;
	    position: relative;
}
.content-table-home .content-sleep-l .item-add .title2:after{
    content: url('../images/icon4.png');
    position: absolute;
    right: 0;
    top:0;
}
.content-table-home .content-sleep-l  .item-add  .nav-add-click{
	    font-size: 15px;
	    color: #747474;
	   
	    padding-top: 10px;
}
.content-table-home .content-sleep-l  .add-click .nav-add-click{
	 display: none;
}
.content-table-home .content-sleep-l  .add-click.active .title2:after{
    content: url('../images/icon3.png');
    position: absolute;
    right: 0;
    top:0;
}
.content-sleep{
	padding-top:25px;
}
.content-table-home .content-sleep-l .item-add:last-child{
padding-bottom: 0
}
/* css new home*/
.new-feature{
	background: url('../images/bg2.png');
	margin-top: 46px;
	padding-top: 36px;
	padding-bottom: 40px;
}
.title-primary {
	    font-family: 'Nunito', sans-serif;
    font-size: 26px;
    color: #e3282e;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-new-home .view{
	    font-size: 13px;
	    color: #999999;
	    padding-top: 5px;
}
.nav-new-home .title{
	    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding-top: 16px;
    height: 62px;
    overflow: hidden;
    font-family: 'Roboto-Bold';
}
.nav-new-home .view img{
	    display: inline-block;
    float: left;
    padding-right: 10px;
}
.nav-new-home .item .img-thmbnail img{
	    width: 100%;
	    height: 176px;
	    object-fit: cover;
	    object-fit: cover;
	    -webkit-transition: all 0.7s ease;
	    transition: all 0.7s ease;
}
.new-feature .nav-new-home{
	padding-top: 13px;
}
.partner{
	padding-top: 13px;
}
.slider-partner{
	padding-top: 18px;
	padding-left: 40px;
	padding-right: 40px;
}
.slider-partner .owl-prev{
	    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.slider-partner .owl-next{
	    position: absolute;
    display: inline-block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.slider-opinion  .item{
	position: relative;
	text-align: center;
}
.slider-opinion  .item .images{
	    position: relative;
    display: inline-block;
}
.slider-opinion  .item .overlay{
	    width: auto!important;
    display: inline-block;
}
.slider-opinion  .item .img{
	    position: absolute;
	    top: 48%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    width: 93%;
	    height: 89%;
	    object-fit: cover;
	    overflow: hidden;
	    border-radius: 50%;
	    display: inline-block;
}
.slider-opinion  .item .img img{
	width: 100%;
	height: 95%;
	border-radius: 50%;
	overflow: hidden;
	object-fit: cover;
}
.slider-opinion .item .title{
	    font-family: 'Nunito', sans-serif;
	    font-size: 18px;
	    margin-bottom: 5px;
}
.slider-opinion .item  .adress{
	font-size: 13px;
    color: #afafb0;
	}  
.slider-opinion .item .desc{
	    line-height: 21px;
    height: 104px;
    overflow: hidden;
}
.opinion-home{
	    background: url(../images/bg2.png);
	    margin-top: 46px;
	    padding-top: 33px;
	    padding-bottom: 40px;
}
.slider-opinion {
	padding-top: 20px;
}
.slider-opinion .owl-prev{
	position: absolute;
    top: 26%;
    transform: translateY(-50%);
    left: 0;
}
.slider-opinion .owl-next{
	position: absolute;
    top: 26%;
    transform: translateY(-50%);
    right: 0;
}
/*css footer*/
/*css footer */
.footer-1 {
	padding-top: 36px;
	padding-bottom: 45px;
}
.h3-title-ft {
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 18px;
	position: relative;
	padding-bottom: 10px;
	font-family: 'Nunito', sans-serif;
}
.wp-ft a {
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}
.footer-2>.container {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid #595959;
	padding-bottom: 45px;
}
.copy-right {
	background: #0093c9;
	padding: 15px 0px;
}
.div-list-ft p {
	padding-left: 23px;
	position: relative;
}

.list-ft li {
	border-bottom: 1px dashed #6e6e6e;
	padding-bottom: 6px;
	margin-bottom: 7px;
}
.list-ft li a {
	position: relative;
	padding-left: 15px;
}
.list-ft li a::after {
	content: "\f054";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 8px;
    transition: all 0.6s ease-in-out;
}
.list-ft li a:hover {
	color: #74af20;
}
.list-ft li a:hover::after {
	color: #74af20;
	left: 5px;
}
.copy-right a:hover {
	color: #d93438 !important;
}


.mxh-top li i{
	color: #7f7f7f;
}
.ul-phone{
	padding: 0px;
	margin-right: 60px;
}
.ul-phone li{
	float: left;
	margin-left: 12px;
	color: #000;
	list-style: none;
}
.ul-phone li a{
	font-weight: bold;

}
.ul-phone li p{
	margin-bottom: 0px;
	color: #999999;
}
.ul-phone li:nth-of-type(1){
	background: url("../images/bg_iconheader.png") no-repeat;
	background-position: 0px 0px;
	padding-left: 15px;
}
.ul-phone li:nth-of-type(2){
	background: url("../images/bg_iconheader.png") no-repeat;
	background-position: -129px 0px;
	padding-left: 30px;
}
.ul-phone li:nth-of-type(3){
	background: url("../images/bg_iconheader.png") no-repeat;
	background-position: -270px 0px;
	padding-left: 30px;
}
.h2-title-ft{
	font-size: 20px;
}
.div-list-ft .p-diachi{
	background: url("../images/icon_ft.png") no-repeat;
	background-position: 0px 5px;
}
.div-list-ft .p-diachi1{
	background: url("../images/icon_ft.png") no-repeat;
	background-position: 0px -54px;
}
.div-list-ft .p-sdt{
	background: url("../images/icon_ft.png") no-repeat;
	background-position: 0px -116px;
}
.div-list-ft .p-web{
	background: url("../images/icon_ft.png") no-repeat;
	background-position: 0px -151px;
}
.div-list-ft .p-mail{
	background: url("../images/icon_ft.png") no-repeat;
	background-position: 0px -188px;
}
.h3-title-ft:after{
	width: 52px;
	height: 3px;
	position: absolute;
	background: #3371ab;
	content: '';
	bottom: 0px;
	left: 0px;
}

.box_mxhft li{
	list-style: none;
	display: inline-block;
	float: left;
}
.box_mxhft li a{
	width: 38px;
	height: 38px;
	margin-right: 5px;
	float: left;
	text-align: center;
	line-height: 38px;
	border: 1px solid;
}

.clearfix-20{
	height: 20px;
	clear: both;
}
.box_mxhft{
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0;
}
.box_formft .left {
    width: 70%;
    display: inline-block;
    float: left:;
}
.box_formft .right {
    width: 28%;
    display: inline-block;
    float: right;
}
.box_formft input {
    border: 0px;
    border-radius: 3px;
    /* padding: 10px; */
    width: 100%;
    height: 39px;
    margin-bottom: 5px;
    padding-left: 10px;
}
.box_formft .right button {
   background: none;
   margin:0;
   padding:0;
   border:0;
}

.box_formft input{
	    border: 0px;
	    width: 100%;
	    height: 34px;
	    margin-bottom: 5px;
	    padding-left: 10px;
}


#footer-site{
	background: #004e96;
}
.copy-right{
	    width: 100%;
	    display: inline-block;
	    background: #515151;
	    height: 44px;
	    line-height: 44px;
	    text-align: center;
	    font-size: 14px;
	    color: #bdbdbd;
	    margin: 0;
	    padding: 0;
}
.div-list-ft p{
	color: #fff;
}
.copy-right a{
	    color: #bdbdbd;
}
.nav-category-product .images{
	overflow: hidden
}
.nav-category-product .images img{
	-webkit-transition: all 0.7s ease; transition: all 0.7s ease;
	width: 100%;
}
.nav-category-product .item:hover .images img{
	-webkit-transform:scale(1.2); transform:scale(1.2);
}
.menu-search .nav-search.open{
	top: 76px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.main-menu ul li ul{
	position: absolute;
	width: 241px;
	top: 30px;
	left: 0;
	z-index: 11;
	height: auto;
	background: #fff;
	display: none;
	padding-top: 9px;
}
.main-menu ul li:hover ul{
	display: block;
}
.main-menu ul li  ul li{
	display: inline-block;
	width: 100%;
	padding: 0;
	line-height: 26px;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}
.main-menu ul li ul li:last-child{
	border-bottom: 0;
}
.main-menu ul li  ul li a{
	display: inline-block;
	width: 100%;
}
.list-ft li:last-child{
	border-bottom: 0;
}
.box_formft .item .row{
	margin-left: -2px;
	margin-right: -2px;
}
.box_formft .item .row .col-md-6{
	padding-left: 2px;
	padding-right: 2px;
}
.box_formft input[type=email]{
	width: 70%;
	display: inline-block;
	float: left;
}
.box_formft input[type=submit]{
	    width: 29%;
	    display: inline-block;
	    float: right;
	    background: #e3282e;
	    color: #fff;
	    text-transform: uppercase;
	    padding-left: 0;
	    text-align: center;
}
.page-body-buong{
	width: 100%;
	overflow: hidden;
}
.logo img{
	width: 100%;
}
.top-social ul li.top-holine a{
	    color: #f6ff00;
	    font-weight: bold;
	    border-right: 1px dashed #fff;
}
.content-table-home .content-sleep-l .item-add .add-click{
cursor: pointer;
}
.nav-new-home .item .image{
	overflow: hidden;
}
.nav-new-home .item:hover .image img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#exampleModal input[type=text]{
	width: 100%;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 10px;
}
#exampleModal textarea{
	width: 100%;
    height: 150px;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 10px;
}
#exampleModal .submit{
	    width: 100%;
    height: 30px;
    background: #004e96;
    line-height: 30px;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 3px;
}
#exampleModal .modal-header .close{
	position: absolute;
    right: 15px;
    top: 17px;
}
#exampleModal .modal-title{
	    text-align: center;
    color: #004e96;
    text-transform: uppercase;
    font-size: 20px;
}
.top-social ul li.top-register a{
	    border-right: 1px dashed #fff;
}
/*css danh mục*/
.text-content-details .img-text-details h1 {
    font-size: 30px;
    font-weight: bold;
    color: #555;
    padding-bottom: 20px;
}
.text-content-details .img-text-details {
    text-align: center;
}
.text-content-details .img-text-details .img-text-content-details span {
    display: block;
    font-size: 14px;
    font-style: italic;
    padding: 10px 0px;
}
.text-content-details p {
    font-size: 14px;
    line-height: 20px;
    color: #555;
}
.text-table-content h2 {
    padding-bottom: 16px;
    font-size: 24px;
    color: #0088cc !important;
}
.text-table-content p {
    color: #d83131 !important;
    font-size: 17px;
    font-style: italic;
}
.text-content-details h2{
	    font-size: 25px;
    color: #555;
    padding-bottom: 14px;
    font-weight: bold;
}
.text-content-details ul li {
    font-size: 14px;
    line-height: 20px;
    color: #555;
    padding: 5px 0px;
}
.nav-search{
	position: relative;
}
.nav-search button{
	position: absolute;
	right: 0px;
	top: 0px;
	border: 0px;
	background: none;
}
#at4-share, #at4-soc,#at-cv-toaster.at-cv-mask,#at-share-dock{
	display: none !important;
}