.wrapper {
    overflow: hidden;
    margin: 0 auto;
}

.text-foot{
color: #0a0a0a;
}
.zalo {
position: fixed;
    bottom: 105px;
    height: 0px;
    line-height: 40px;
    padding: 0 0px 0 0px;
    border-radius: 40px;
    color: #fff;
    right: 70px;
    bottom: 50px;
    z-index: 99999;
}
.fix_zalo { position: fixed;
    bottom: 1px;
    width: 60px;
    right: 1px;
    z-index: 999;} /* right 18px là cách bên trái 18px. nếu muốn cho nút gọi sang phải thay là right */
	
.fone {
font-size: 16px; /* chữ cạnh nút gọi */
color: #f00;
line-height: 40px;
font-weight: bold;
padding-left: 38px; /* cách bên trái cho chữ */
margin: 0 0;
}
	.foneon {
font-size: 16px; /* chữ cạnh nút gọi */
color: #f00;
line-height: 40px;
font-weight: bold;
padding-left: 20px; /* cách bên trái cho chữ */
margin: 0 0;
}
.fix_tel { position:fixed; bottom:15px; left:18px; z-index:999;} /* left 18px là cách bên trái 18px. nếu muốn cho nút gọi sang phải thay là right */
.fix_tel a {text-decoration: none; }
.tel { background: #fff;width:200px; height:40px; position:relative; overflow:hidden;background-size:40px;border-radius:28px;border:none}
	.telon { background: #fff;top: 40px;left:170px;width:150px; height:40px; position:relative; overflow:hidden;background-size:40px;border-radius:28px;border:none;z-index: 999}
	
.ring-alo-phone {
background-color: transparent;
cursor: pointer;
height: 80px;
position: absolute;
transition: visibility 0.5s ease 0s;
visibility: hidden;
width: 80px;
z-index: 200000 !important;
}
.ring-alo-phone.ring-alo-show {
visibility: visible;
}
.ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
opacity: 1;
}
.ring-alo-ph-circle {
animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
background-color: transparent;
border: 2px solid rgba(30, 30, 30, 0.4);
border-radius: 100%;
height: 70px;
left: 10px;
opacity: 0.1;
position: absolute;
top: 12px;
transform-origin: 50% 50% 0;
transition: all 0.5s ease 0s;
width: 70px;
}
.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone:hover .ring-alo-ph-circle {
border-color: #009900;
opacity: 0.5;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
border-color: #baf5a7;
opacity: 0.5;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
border-color: #009900;
opacity: 0.5;
}
.ring-alo-ph-circle-fill {
animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
background-color: #000;
border: 2px solid transparent;
border-radius: 100%;
height: 30px;
left: 30px;
opacity: 0.1;
position: absolute;
top: 33px;
transform-origin: 50% 50% 0;
transition: all 0.5s ease 0s;
width: 30px;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone:hover .ring-alo-ph-circle-fill {
background-color: rgba(0, 175, 242, 0.5);
opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
background-color: rgba(117, 235, 80, 0.5);
opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
background-color: rgba(0, 175, 242, 0.5);
opacity: 0.75 !important;
}

.ring-alo-ph-img-circle {
animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
border: 2px solid transparent;
border-radius: 100%;
height: 30px;
left: 30px;
opacity: 1;
position: absolute;
top: 33px;
transform-origin: 50% 50% 0;
width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone:hover .ring-alo-ph-img-circle {
background-color: #009900;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
background-color: #75eb50;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
background-color: #009900;
}
@keyframes ring-alo-circle-anim {
0% {
opacity: 0.1;
transform: rotate(0deg) scale(0.5) skew(1deg);
}
30% {
opacity: 0.5;
transform: rotate(0deg) scale(0.7) skew(1deg);
}
100% {
opacity: 0.6;
transform: rotate(0deg) scale(1) skew(1deg);
}
}

@keyframes ring-alo-circle-img-anim {
0% {
transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes ring-alo-circle-fill-anim {
0% {
opacity: 0.2;
transform: rotate(0deg) scale(0.7) skew(1deg);
}
50% {
opacity: 0.2;
transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
opacity: 0.2;
transform: rotate(0deg) scale(0.7) skew(1deg);
}
}
.ring-alo-ph-img-circle a img {
padding: 1px 0 12px 1px;
width: 30px;
position: relative;
top: -1px;
}
}


#div {
  height: 300px\0/;
}
#page a
{
	padding:0 9px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: unset;
     -moz-box-sizing: unset;
          box-sizing: unset;
		  
}
*
{
	max-width:100%
	
}
body{
	max-width:100%;
	overflow-x:hidden;
}
media="(max-width: 812px)"
@media only screen and (max-width: 812px)
.listnew li {
    width: 49%;
}


@media (min-width:768px) and (max-width:991px){
.nd1
{
width:100%;
}
}
@media (min-width:768px) and (max-width:991px){
	.nav-side-menu,#timkiem11
{
	display:none !important;
}
}

.nav-side-menu
{
	display:block;
}
.bentrong{	
	width:100%;
}
.wrap
{
	width:100%
}
#products{
	width:100%;
	position:relative;
	display:hidden
}

#menudangsim ul {
  list-style-type:none;
padding:0px;
margin:0px;
  
}
#menudangsim ul li {
  display:inline;
}
#menudangsim ul a {
text-decoration:none;
width:auto;
float:left;
font-weight:none;
border-bottom: 1px solid #E7E8E6;
    display: block;
text-align:left;
line-height:35px;
padding-left: 5px;
padding-right: 15px;
}



#searchSim
{
	

}
tr,td,th,tbody
{
	width:auto !important;
}
}
.nav-side-menu {
  overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #ffffff;
    position: fixed;
    margin-right: 10px;
    top: 0px;
    padding: 1px 10px 10px 10px;
    width: 100%;
    height: auto;
    color: #2e353d;
    display: block;
}
.nav-side-menu .brand {
  background-color: #0eccf7;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}



.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 1px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 28px;
    top: 7px;
    z-index: 10 !important;
    padding: 3px;
      border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #e6eaea;
    color: #000;
    width: 40px;
	height:30px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
  
    padding-left: 20px;
    line-height: 50px !important;
    width: 100%;
  height: 50px;
  background-color: #0094de;
  display: block;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.5); /*Đổ bóng cho menu*/
  position: fixed; /*Cho menu cố định 1 vị trí với top và left*/
  top: 0; /*Nằm trên cùng*/
  left: 0; /*Nằm sát bên trái*/
  z-index: 100000; /*Hiển thị lớp trên cùng*/
  
  }
.brandmot {
    text-align: left !important;
  
    padding-left: 0px;
 
    width: 100%;
  height: 50px;
  background-color: #0094de;
  display: block;
  position: fixed; /*Cho menu cố định 1 vị trí với top và left*/
  top: 0; /*Nằm trên cùng*/
  left: 0; /*Nằm sát bên trái*/
  z-index: 100000; /*Hiển thị lớp trên cùng*/
  
  }
  
  .dangsi {
    background-color: #0094de;
    line-height: 60px;
    font-size: 14px;
    display: block;
    text-align: center;
    color: white;
  }

}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: flex;
  }
}
body {
  margin: 0px;
  padding: 0px;
}

body{
	font-family: tahoma;
	color: #666665;
	padding:0;
	margin:0;
}

img{
border-radius: 0px;
}
img:hover {

}

a{
color: #337ab7;
text-decoration: none;
margin-right: 10px;
}

a:hover{
color: #2481e0;
}

h1{
font-size: 22px;
    color: #0eccf7;
    padding: 30px 0px;
}
h3,h4{
	text-decoration: none;
	font-size: 22px;
}
.wrap{
	width:1098px; 
}

@media screen and (max-width: 500px) {
.logo {
z-index: 999;
    position: fixed;
    width: 15%;
    top: 12px;
    left: 20px;
  }
}

.logo1{
float: left;
margin-right: 80px;
margin-left: 80px;
    width: 80px;
}
.slogan {
float: right;
font-weight: 600;
margin-top: -60px;
}

.bnphai{
text-align: right;  
font-size: 14px; 
}
@media screen and (max-width: 500px) {
.bnphai {
padding: 90px 0px 0px 0px;
    text-align: center;
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
.bnphai {
padding: 90px 0px 0px 0px;
    text-align: center;
    font-size: 9px;
  }
}
.menu-on{
color: #666;
background: #f2f2f5;
height: 40;
}

.menu-on-in{
margin: 0 auto;
    width: 1100px;
    padding: 10px;
    background: #f2f2f5;
    border-bottom: 1px solid #EEEEEE;}

.menu-on-in ul {
    float: right;
}
.menu-on-in ul li {
    display: inline-block;
    padding: 0 8px;
    border-right: 1px solid #ababab;
}
.menu-hd-in ul li a {
    color: #666;
}
.menu1-on{
color: #666;
    background: #0eccf7;
    height: 40;
    margin-bottom: 1px;
    margin-top: 90px;
}

.menu1-on-in{
margin: 0 auto;
    width: 1100px;
    padding: 10px;
    
}

.menu1-on-in ul {
    float: right;
}
.menu1-on-in ul li {
    display: inline-block;
    padding: 0 30px;
    border-right: 1px solid #ababab;
}
.menu1-hd-in ul li a {
    color: #666;
}


.footphai {
   margin-top: 10px;
    width: 400px;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
    margin-bottom: 23px;
}
@media screen and (max-width: 500px) {
.banner {
padding: 5px;
  }
}

.banner{
z-index: 999;
    position: absolute;
    width: 100%;
    padding: 16px;
    /* padding: 20px; */
    background: #065aa3;
}
.bannerx{
	
padding: 20px 0px;
	
}

.menutop{
	margin-top: 10px;
    display: inline-block;
    background: #0eccf7;
        
}


.menutop a{
	display:inline-table;
	height: 15px;
	width: auto;
    padding: 9px 12px;
	font-weight: bold;
    margin-right: 5px;
	color: #fff;
	text-decoration: none;
}

.menutop a:hover, .menutop .selected a{
	background: url(images/menu_blue_r.png) right top  no-repeat;
	color: #0066b3;
}


.footer{
height: 160px;
background: #0eccf7;
width: 100%;
}

.footer .menubottom{
	text-align:left;
	height: 5px;
	width:200px;
	float:left
}

.footer .menubottom p{
	width: 154px;
	padding-top: 15px;
	padding-left: 10px;
}

.footer .menubottom p a{
	color: #FFFFFF;
}

.footer .footercontent{
	display:block;
	width: 1080px;
	float:left;
	margin-top: 1px;
	text-align:left
}

.form{

	background: #FFFFFF url(images/icon-search.jpg) center left no-repeat;
	height: 23px;
	border: 1px solid #277cbf;
	padding: 0px;
	display: block;
		padding-left: 23px;
}


* html .cell {display:inline}
.clearfix:after {
	display:block;
	clear:both;
}


.nav-menu
{
display: grid;
}
.nav-menu li{
color: white;
    font-weight: 600;
    margin-top: 10px;
    display: list-item;
    position: relative;
}
.nav-menu li:hover .sub-menu {
	display:block;
}
.nav-menu li:hover {
	opacity:1;
}
.sub-menu {
    width: 100%;
    top: 3px;
    left: 380px;
    z-index: 999;
    display: none;
}
.sub-menu:hover {
display: block;
}

.sub-menu li{
    float: none;
    display:block;
    position:relative;
}
.sub-menu li a{
    width: 100%;
}
.sub-menu li a:hover{
	display: block;
}

#fixNav{
  width: 100%;
  height: 35px;
  background-color: #0d7bbf;
  display: block;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.5); /*Đổ bóng cho menu*/
  position: fixed; /*Cho menu cố định 1 vị trí với top và left*/
  top: 0; /*Nằm trên cùng*/
  left: 0; /*Nằm sát bên trái*/
  z-index: 100000; /*Hiển thị lớp trên cùng*/
  
}
#fixNav ul{
  margin: 0;
  padding: 0;
}
#fixNav ul li{
  list-style:none inside;
  width: auto;
  float: left;
  line-height: 35px; /*Cho text canh giữa menu*/
  color: #fff;
  padding: 0;
  margin-right:10px;
  position: relative;
}
#fixNav ul li a{
  text-transform: uppercase;
  white-space: nowrap; /*Cho chữ trong menu không bị wrap*/
  padding: 0 10px;
  color: #fff;
  display: block;
  font-size: 0.8em;
  text-decoration: none;
}
#fc {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.callNowButton{
background-color: #0080C0;
display: block;
bottom: 15px;
left: 0;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
width: 100%;
height: 40px;
bottom: 0px;
background: url("http://khosovinatrasau.com/call.pn") left -1px no-repeat #0094de;
text-decoration: none;
box-shadow: 0 0 5px #006df0;
-webkit-box-shadow: 0 0 5px #ffffff;
-moz-box-shadow: 0 0 5px #ffffff;
z-index: 9999;
}
.nav{
display: block;
position: fixed;
bottom: 15px;
left: 0;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
width: 100%;
height: 40px;
bottom: 0px;
background: url("http://khosovinatrasau.com/call.pn") left -1px no-repeat #0eccf7;
text-decoration: none;
-webkit-box-shadow: 0 0 5px #ffffff;
-moz-box-shadow: 0 0 5px #ffffff;
z-index: 9999;
    }
 
    .nav li{
        float: left;
        margin-right: 15px;
    }
     
    .nav li a{
        text-transform: uppercase;
        color: #fff;
    }
 
    .nav li{
        position: relative;
    }
 
    .nav li a{
        padding: 10px;
        line-height: 20px;
        display: inline-block;
    }

.form-lienhe {
    display: block;
    width: 90%;
    height: 30px;
    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;
   
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
   
    
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
list-style: none;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.nut-call {
    position: fixed;
    bottom: 50px;
    height: 0px;
    line-height: 40px;
    padding: 0 0px 0 0px;
    border-radius: 40px;
    color: #fff;
left: 10px;
    z-index: 99999;
}
.zalo-chat {
    position: fixed;
    bottom: 105px;
    height: 0px;
    line-height: 40px;
    padding: 0 0px 0 0px;
    border-radius: 40px;
    color: #fff;
    left: 70px;
    bottom: 50px;
    z-index: 99999;
    
}

.xhome{

padding: 1px;
border-radius: 8px;
}
    
.tieudexhome{
font-size: 26px;
color: #0eccf7;
padding: 10px;
text-align: center;
}
.navbar-top {
    padding: 9px 10px;
    line-height: 25px;
display: flex;
    font-size: 16px;
    background: #0eccf7;
}

.slideshow {
  max-width: 100%;
  position: relative;
  margin-bottom: 10px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}




.hinhgiua{
margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
.hinhgiua {
width: 100%;
margin: -38px 0px 10px;
  }
}

.container {
  position: relative;
  width: 50%;
}
.container:hover .overlay {
  height: 100%;
}
.rowlhbaogia {
  width: 100%;
}

.lhbaogia {
  float: left;
  width: 48%;
  padding: 8px;
position: relative;

}
.rowlhbaogia:after {
  content: "";
  clear: both;
  display: table;
}
@media screen and (max-width: 500px) {
  .lhbaogia {
    width: 100%;
padding: 15px 0px 3px;
  }
}
.nutgui {
    color: #fff;
    width: 30%;
    text-align: center;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.columfoot {
  width: 100%;
text-align: left;
    background: #0eccf7;
}


.columfoot:after {
  content: "";
  clear: both;
  display: table;
}
@media screen and (max-width: 500px) {
  .foot {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .columfoot {
     width: 100%;
    
  }
}




.navbar {
  overflow: hidden;
  background-color: #0ab2d8;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar-inverse {
    background-color: #0ab2d8;
    border-color: #0ab2d8;

}
.navbar-inverse .navbar-toggle {
    border-color: #f1f1f1;
}

.dropdown {
  float: left;

}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #0eccf7;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.star_blk i {
    color: #ffd81b;
    font-size: 22px;
    margin-right: 7px;
}
.ndcontent ul {
    margin-top: 15px;
    margin-bottom: 20px;
}
.ndcontent {
    margin-top: 1px;
    margin-bottom: 1px;
}
.ndcontent li {
    list-style: none;
    background-image: url(/images/tick.png);
    background-size: 14px;
    background-position: left 6px;
    background-repeat: no-repeat;
    color: #151515;
    font-size: 16px;
    margin: 5px 0;
    padding-left: 30px;
}
@media screen and (max-width: 768px){
.rowmiddle {
width: 100%;
  }
}
@media screen and (max-width: 768px){
.ndcontent ul {
margin-left: -40px;
  }
}


.rowmiddle:after {
  content: "";
  clear: both;
  display: table;
}
.middle {
float: left;
position: relative;
}

@media screen and (max-width: 500px) {
.middle {
  }
}

.middle:hover .overlay {
  height: 100%;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008cbab3;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.textmiddle {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.imagemiddle {
  display: block;
padding: 5px 5px 5px 1px;
  width: 100%;
  height: auto;
}

.rowright {
  float: left;
  width: 26%;
  padding: 5px;
position: relative;

}
@media screen and (max-width: 500px) {
.rowright {
width: 100%;
  }
}

.button {
  display: inline-block;
    border-radius: 4px;
    background-color: #0ab2d800;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
padding: 10px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.tieudebenphai {
padding: 10px 0px;
text-align: center;
    color: #0ab2d8;
    font-weight: 600;
    margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
.menumobile {
width: 100%;
    background: #5bc0de;
    clear: both;
    height: 34px;
    position: unset;
  }
}

.menumobile{
width: 100%;
    background: #5bc0de;
    clear: both;
    height: 50px;
    position: unset;
}


.btnmenu{
float: left;
    width: 40%;
    position: relative;
    background: #5bc0de;
}
.hotline {
float: right;
    width: 40%;
    margin-right: 20px;
    margin-top: 10px;
    position: relative;
    background: #5bc0de;

}

.rowthietbi:after {
  content: "";
  clear: both;
  display: table;
}
.thietbi {
float: left;
    border: dotted;
    height: 300px;
    width: 28%;
    margin: 5px;
    padding: 15px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;

}
.thietbi:hover {
border: 1px solid #bd1616;

}


@media screen and (max-width: 500px) {
  .thietbi {
    width: 100%;
height: auto;
    border: none;
padding: 15px 0px 3px;
  }
}

.rowbaogia:after {
  content: "";
  clear: both;
  display: table;
}
.baogia {
float: left;
    border: dotted;
    height: 300px;
    width: 30%;
    margin: 8px;
    padding: 5px;
    padding: 8px 8px 8px px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
background: #0eccf7f5;

}
.baogia:hover {
border: 1px solid #555;
    background-color: #17cef7;
    font-size: larger;

}


@media screen and (max-width: 500px) {
  .baogia {
    width: 100%;
height: auto;
    border: none;
margin-left: 0px;
padding: 15px 0px 3px;
  }
}

.rowbaogiare:after {
  content: "";
  clear: both;
  display: table;
}
.baogiare {
float: left;
color: #080808;
    border: dotted;
    height: 300px;
    width: 46%;
    margin: 8px;
    padding: 5px;
    padding: 8px 8px 8px px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
background: #0eccf7f5;

}
.baogiare:hover {
border: 1px solid #555;
    background-color: #17cef7;
    font-size: larger;

}


@media screen and (max-width: 500px) {
  .baogiare {
    width: 100%;
height: auto;
    border: none;
margin-left: 0px;
padding: 15px 0px 3px;
  }
}


.rowbaogiavip:after {
  content: "";
  clear: both;
  display: table;
}
.baogiavip {
float: left;
color: #080808;
    border: dotted;
    height: 580px;
    width: 46%;
    margin: 8px;
    padding: 8px 8px 8px px;
    position: relative;
    border: 1px solid #f5f5f5;
    border-radius: 5px;

}
.baogiavip:hover {
border: 1px solid #555;
    background-color: #17cef7;
    font-size: large;

}


@media screen and (max-width: 500px) {
  .baogiavip {
    width: 100%;
height: auto;
    border: none;
margin-left: 0px;
  }
}

body {

}

article {

}

.table-of-contents {
  font-size: 15px;
    padding: 0em 0em;
    margin-bottom: 20px;
}
.table-of-contents ul {
  padding: 0;
}
.table-of-contents li {
  margin: 0 0 0.25em 0;
}
.table-of-contents a {
color: blue;
  text-decoration: none;
}
.table-of-contents a:hover,
.table-of-contents a:active {
  text-decoration: underline;
}
h2 {
font-size: 22px;
padding: 20px 0px;
color: #0eccf7;
}

h2:target {
  animation: highlight 1s ease;
}

@keyframes highlight {
  from { background: yellow; }
  to { background: white; }
}
@media screen and (max-width: 500px) {
  .bread {
    padding: 1px 1px;
    margin-top: -40px;
    max-width: 100%;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
}
.bread {
margin: -20px 0px 30px;
    padding: 1px 1px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 62%;
}

.video-youtube {
    position: absolute;
    top: 40;
    left: 0;
    width: 100%;
    height: 100%;
}
.menukeys {
    float: right;
}
.menukeys-ul {
    list-style: none;
    padding: 10px;
    display: flex;
    float: left;
    margin: 0px;
}
.menukeys-li {
    height: 30px;
    padding: 0px;
    margin: 0px;
    display: block;
    border-top: 1px solid #FFFFFF;
}
.menukeys-li-a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    font-weight: none;
    color: #333333;
    font-family: arial;
}
.info {
font-weight: 600;
color: white;
text-align: right;
}
@media screen and (max-width: 500px) {
.info {
text-align: center;
}
}
.mota {
padding: 10px 0px 0px 0px;
}
.rownd {
padding-bottom: 20px;
width: 100%;
}
.rowmiddle {
width: 65%;
float: left;
}
.tintuc {
width: 90%;
float: right;
    background: white;
    border-radius: 6px;
margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
.tintuc {
width: 100%;
padding: 10px;
  }
}
.rowfoot {
padding: 0 60px;
color: black;
background: rgb(6, 90, 163);
  width: 100%;
}
@media screen and (max-width: 500px) {
.rowfoot{
padding: 10px;
clear: both;
  }
}
.foot {
color: white;
float: left;
    width: 25%;
    height: 480px;
    padding: 0px 33px;
    position: relative;
}
.rowfoot:after {
  content: "";
  clear: both;
  display: table;
}
@media screen and (max-width: 500px) {
.foot {
width: 90%;
height: auto;
padding: 23px;
  }
}
.slideshow, .slideshow:after {
    top: 6px;
    height: 380px;
    z-index: 0;
}
.slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
  -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.slideshow li div {
    z-index: 1000;
    //position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.slideshow li div h3 {
  font-family: "helvetica neue", helvetica;
  text-transform: uppercase;
  padding: 0;
  color: rgba(255,255,255, 0.8);
}
.slideshow li:nth-child(1) span { background-image: url(/userfiles/image/he-thong-kiem-soat-xe-cong-nhan.png) }
.slideshow li:nth-child(2) span {
    background-image: url(/userfiles/image/he-thong-kiem-soat-xe-cong-nhan.png);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
    background-image: url('/userfiles/image/he-thong-quan-ly-bai-giu-xe-cong-nhan.png');
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
    background-image: url(/userfiles/image/he-thong-kiem-soat-xe-cong-nhan.png);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.slideshow li:nth-child(5) span {
    background-image: url(/userfiles/image/he-thong-quan-ly-bai-giu-xe-cong-nhan.png);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.slideshow li:nth-child(6) span {
    background-image: url(/userfiles/image/he-thong-kiem-soat-xe-cong-nhan.png);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -webkit-transform: scale(1.05);
      -webkit-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -webkit-transform: scale(1.1);
  }
  25% {
      opacity: 0;
      -webkit-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -moz-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -moz-transform: scale(1.05);
      -moz-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -moz-transform: scale(1.1);
  }
  25% {
      opacity: 0;
      -moz-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -o-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -o-transform: scale(1.05);
      -o-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -o-transform: scale(1.1);
  }
  25% {
      opacity: 0;
      -o-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -ms-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -ms-transform: scale(1.05);
      -ms-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -ms-transform: scale(1.1);
  }
  25% {
      opacity: 0;
      -ms-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@keyframes imageAnimation { 
  0% {
      opacity: 0;
      animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      transform: scale(1.05);
      animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      transform: scale(1.1);
  }
  25% {
      opacity: 0;
      transform: scale(1.1);
  }
  100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
  0% {
      opacity: 0;
      -webkit-transform: translateY(200px);
  }
  8% {
      opacity: 1;
      -webkit-transform: translateY(0px);
  }
  17% {
      opacity: 1;
      -webkit-transform: scale(1);
  }
  19% { opacity: 0 }
  25% {
      opacity: 0;
      -webkit-transform: scale(10);
  }
  100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
  0% {
      opacity: 0;
      -moz-transform: translateY(200px);
  }
  8% {
      opacity: 1;
      -moz-transform: translateY(0px);
  }
  17% {
      opacity: 1;
      -moz-transform: scale(1);
  }
  19% { opacity: 0 }
  25% {
      opacity: 0;
      -moz-transform: scale(10);
  }
  100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
  0% {
      opacity: 0;
      -o-transform: translateY(200px);
  }
  8% {
      opacity: 1;
      -o-transform: translateY(0px);
  }
  17% {
      opacity: 1;
      -o-transform: scale(1);
  }
  19% { opacity: 0 }
  25% {
      opacity: 0;
      -o-transform: scale(10);
  }
  100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
  0% {
      opacity: 0;
      -ms-transform: translateY(200px);
  }
  8% {
      opacity: 1;
      -ms-transform: translateY(0px);
  }
  17% {
      opacity: 1;
      -ms-transform: scale(1);
  }
  19% { opacity: 0 }
  25% {
      opacity: 0;
      -webkit-transform: scale(10);
  }
  100% { opacity: 0 }
}
@keyframes titleAnimation { 
  0% {
      opacity: 0;
      transform: translateY(200px);
  }
  8% {
      opacity: 1;
      transform: translateY(0px);
  }
  17% {
      opacity: 1;
      transform: scale(1);
  }
  19% { opacity: 0 }
  25% {
      opacity: 0;
      transform: scale(10);
  }
  100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .slideshow li span{
  opacity: 1;
}
@media screen and (max-width: 1140px) { 
  .slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
  .slideshow li div h3 { font-size: 50px }
}
.linkdan {
text-align: center;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-50%, -50%);
    color: #0ab2d8;
font-size: 36px;
}
@media screen and (max-width: 600px) { 
  .linkdan { font-size: 18px }
left: 30px;
}
@media screen and (max-width: 500px) {
.chat {
width: 100%;
padding-left: 10px;
    padding-right: 10px;
}
}

.chat {
background: #337ab7;
box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
border: 1px solid #efe1e1;
overflow: hidden;
position: fixed;
bottom: -18px;
left: 0;
width: 100%;
height: 40px;
}
.chat-li {
float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 17px;
}
.rowchothue:after {
  content: "";
  clear: both;
  display: table;
}
.chothue {
float: left;
color: #080808;
height: 550px;
width: 50%;

}
.chothue:hover {
}


@media screen and (max-width: 500px) {
.chothue {
width: 100%;
height: auto;
border: none;
margin-left: 0px;
  }
}

.rowgiathue:after {
  content: "";
  clear: both;
  display: table;
}
.giathue {
float: left;
color: #080808;
height: 550px;
width: 33.33%;

}
.giathue:hover {
}


@media screen and (max-width: 500px) {
.giathue {
width: 100%;
height: auto;
border: none;
margin-left: 0px;
  }
}
.rowtbi:after {
  content: "";
  clear: both;
  display: table;
}
.tbi {
float: left;
color: #080808;
width: 25%;

}
.tbi:hover {
}
@media screen and (max-width: 500px) {
.tbi {
width: 100%;
height: auto;
border: none;
margin-left: 0px;
  }
}
.ss1 {
padding-left: 350px;
padding-right: 350px;
padding-bottom: 20px;
background: #f0f8ff;
  }
@media screen and (max-width: 500px) {
.ss1 {
background: #f0f8ff;
padding: 20px;
  }
}
.ss2 {
padding-left: 50px;
padding-right: 50px;
padding-bottom: 20px;
  }
@media screen and (max-width: 500px) {
.ss2 {
width: 100%;
padding: 20px;
  }
}
.ss2noidung {
float: left;
width: 100%;
  }
@media screen and (max-width: 500px) {
.ss2noidung {
padding: 0px 0px 30px 0px;
width: 100%;
  }
}
.mucluc {
position: fixed;
    top: 47px;
    display: none;
    padding: 10px;
    background: #0eccf7;
    z-index: 500;
  }
.conten_main {
width: 100%;
}
.conten_left {
background: white;
float: left;
    width: 60%;
    padding: 0px 40px;
    position: relative;
}
.conten_right {
background: white;
float: left;
    width: 30%;
    padding: 0px 20px;
    position: relative;
}
.rownd:after {
content: "";
clear: both;
display: table;
}
@media screen and (max-width: 500px) {
.conten_left {
width: 98%;
margin: 0px -36px;
}
}
@media screen and (max-width: 500px) {
.conten_right {
width: 100%;
padding: 10px;
}
}
.rowmiddle {
width: 65%;
float: left;
}
.tittel {
border-bottom: 4px solid #6cb6f5;
padding: 10px;
font-weight: 600;
color: #188aeb;
text-align: center;
}
.maincontent {
background: #eee;
    padding-left: 90px;
    padding-right: 90px;
padding-bottom: 60px;
  }
@media screen and (max-width: 500px) {
.maincontent {
padding-top: 8px;
padding-left: 5px;
padding-right: 5px;
  }
}

.menu-left {

}
.menubottom {
width: 100%;
background: green;
}
.myNavbar {
padding-top: 80px;
}
@media screen and (max-width: 500px) {
.desmenu {
margin-right: -60px;
top: 0px;
    width: 100%;
    position: fixed;
    z-index: 888;
background: #337ab7;
  }
}

.desmenu {
width: 100%;
    padding-left: 70px;
    padding-right: 70px;
    clear: both;
    overflow: hidden;
}

.desmenu a {
font-weight: 600;
    float: left;
    display: block;
    text-align: center;
    padding: 16px 16px;
    text-decoration: none;
}

.desmenu .icon {
  display: none;
}

.menudown {
  float: left;
  overflow: hidden;
}

.menudown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 6px 2px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.menudown-content {
margin-top: 18px;
  display: none;
  position: absolute;
  background-color: silver;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.menudown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.desmenu a:hover, .menudown:hover .dropbtn {
  background-color: none;
}

.menudown-content a:hover {
  background-color: #ddd;
  color: black;
}

.menudown:hover .menudown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .desmenu a:not(:first-child), .menudown .dropbtn {
    display: none;
  }
  .desmenu a.icon {
margin-right: -60px;
    color: #ff9d03;
    display: block;
    float: right;
    right: 0px;
    top: 0px;
    //position: fixed;
    border-radius: 3px;
    z-index: 999;
  }
}

@media screen and (max-width: 600px) {
  .desmenu.responsive {top: 50px;
    width: 100%;
padding-left: 10px;
    position: fixed;
background: silver;
    z-index: 999;}
  .desmenu.responsive .icon {
float: right;
    background: #f79e0461;
    display: block;
    top: 0px;
    right: 60px;
    position: fixed;
    z-index: 999;
  }
  .desmenu.responsive a {
display: inline-block;
        text-align: left;
        font-size: smaller;
        border-bottom: 2px solid;
        width: 80%;
  }
  .desmenu.responsive .menudown {float: none;}
  .desmenu.responsive .menudown-content {position: relative;background: silver;box-shadow: none;}
  .desmenu.responsive .menudown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
.rowdanhmuc {
    margin-left: -20px;
  }
}
.rowdanhmuc {
padding: 0px 20px;
}
.danhmuc {
width: 100%;
    background: white;
}
@media screen and (max-width: 500px) {
.danhmuc {
width: 100%;
padding: 3px;
    margin: 6px;
  }
}
@media screen and (min-width: 500px) {
.danhmuc {

  }
}
.danhmuc a {
color: black;
    display: block;
    text-align: center;
    padding: 20px 0px;
    text-decoration: none;
}
.danhmucdown {
    float: left;
    overflow: hidden;
}
.danhmucdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.danhmuc-con {
width: 100%;
padding: 0 30px;

}
.mohinhhome {
padding: 0px 60px;
    overflow: hidden;
}
@media screen and (max-width: 500px) {
.mohinhhome {
margin-right: -20px;
    margin-left: -60px;
    width: 100%;
  }
}
.mohinhhome a {
    display: block;
    text-decoration: none;
}



.rowmohinh {
clear: both;
}
.rowmohinhhome {
padding: 0px 20px;
}
@media screen and (max-width: 500px) {
.rowmohinhhome {
margin-right: -20px;
    margin-left: -20px;
  }
}
.mohinh {
background: white;
    margin: 10px 50px;
    float: left;
    width: 40%;
height: 150px;
    padding: 8px;
    position: relative;
    border-radius: 6px;
}

@media screen and (max-width: 500px) {
  .mohinh {
border-bottom: #eee solid 1px;
background: white;
margin-left: 0px;
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 500px) {
  .mohinh {
border: #eee solid 1px;
    margin: 20px 20px;
    float: left;
    width: 47%;
    padding: 8px;
    position: relative;
    border-radius: 6px;
  }
}
.mohinh:hover .overlay {
color: #ff9d03;
  height: 100%;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008cbab3;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.textmohinh {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.imagemohinh {
  display: block;
padding: 5px 5px 5px 1px;
  width: 100%;
  height: auto;
}
.showcontent {
display: none;
}
.contentdown {
background: #f5f5f55e;
padding: 8px;
}
.contentdown:after {
//position: absolute;
    //transform: rotate(-180deg);
    //content: "\2227";
    //color: #e62328;
    //background: #f5f5f5;
    //padding: 5px;
    //margin-top: -190px;
    //font-weight: 900;
}
.uudiem {
background: #f5f5f5;
    padding: 6px;
margin-bottom: 1px;
}
.xoay {
position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2227";
    background-image: unset;
    color: #e62328;
}
.xoay:after {
position: absolute;
transform: rotate(-180deg);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\2227";
    background-image: unset;
    color: #e62328;
}
.sliderow {
height: 30px;
padding-top: 8px;
}
.slide {
float: left;
width: 15%;
margin: 0px 3px;
}

div.sp {
  border: 1px solid #ccc;
}

div.sp:hover {
  border: 1px solid #777;
}

div.sp img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.duan {
  padding: 0 6px;
  float: left;
  width: 16.6667%;
height: 260px;
}

@media only screen and (max-width: 700px) {
  .duan {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .duan {
height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .rowduan {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .rowduan {
    width: 100%;
padding-left: 5px;
padding-right: 5px;
  }
}
@media only screen and (min-width: 500px) {
  .rowduan {
    width: 100%;
padding-left: 90px;
padding-right: 90px;
display: inline-block;
  }
}
@media only screen and (max-width: 700px) {
  .rowmohinh {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .rowmohinh {
    width: 100%;
padding-left: 5px;
padding-right: 5px;
  }
}
@media only screen and (min-width: 500px) {
  .rowmohinh {
    width: 100%;
padding-left: 75px;
padding-right: 75px;
display: inline-block;
  }
}
.row {
margin-right: 0px;
margin-left: 0px;
}
@media only screen and (max-width: 500px) {
  .main {
    width: 100%;
padding-left: 5px;
padding-right: 5px;
  }
}
@media only screen and (min-width: 500px) {
  .main {
background: #eee;
    width: 100%;
padding-left: 90px;
padding-right: 90px;
display: inline-block;
  }
}


.menudown-content a {
padding: 10px;
    text-decoration: none;
    color: #0a0a0a;
    display: block;
    transition: 0.3s;
}

.desmenu a:hover, .menudown a:hover, .menudown:hover .dropbtn {
  color: #efbf06;
display: block;
}

.menudown-content a:hover {
  background-color: #ddd;
  color: black;
}
.icondrop1 {
    height: 3px;
    background: #080808;
    margin-bottom: -5px;
}
.icondrop2 {
    width: 30px;
    height: 3px;
    background-color: #080808;
    margin: 15px 0;
}
.icondrop3 {
    width: 30px;
    height: 3px;
    background-color: #080808;
    margin-top: -18px;
}
.icondrop4 {
    height: 3px;
    background: #080808;
    margin-top: 10px;
}
.iconmenu {
    position: fixed;
    z-index: 9999;
    color: white;
    right: 0px;
    top: 10px;
    float: right;
    margin-right: 10px;
    font-size: x-large;
}
.rota2 {
transform: rotate(-45deg) translateX(0px);
}
.rota3 {
transform: rotate(45deg) translateX(0px);
}
.off {
display: none;
}
.activefix {
position: fixed;
  top: 0;
  width: 100%;
}