/* CSS Document */
*{
    margin: 0;
    padding: 0;
    list-style: none;
}
body{
    background: #f2f2f2;
    font:400 14pt arial;
    color:#333333;
    line-height: 150%;
    height: 100vh;
}
div{font-family: inherit;}
a {text-decoration: none; color:#333333; }
.header{
    width: 100%;
    background: #ffffff;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    z-index: 1;
    height: 60px;
}
h1{line-height: 120%; margin-top: 10px;}
.fl{float: left;}
.fr{float: right;}
.p0{padding: 0;}
.pt0{padding-top: 0;}
.pr0{padding-right:0;}
.pl0{padding-left: 0;}
.pb0{padding-bottom: 0;}
.pr20{padding-right:20px; }
.pl20{padding-left: 20px;}
.pt20{padding-top: 20px;}
.pb20{padding-bottom: 20px;}
.pt10{padding-top: 10px;}
.t0{top: 0}
.l0{left: 0}
.r0{right: 0}
.b0{bottom: 0}
.pf{position: fixed;}
.pr{position: relative;}
.df{display: flex;}
.jc{justify-content: center;}
.tc{text-align: center;}
.fdc{flex-direction: column;}
.cl{clear: both;}
.bt{border-bottom:solid 1px #ced0d4;}
.lh150{line-height: 150%;}

.logoct{    
    position:fixed;
    left: 20px;
    top:5px;
}
.logo{
    float:left;
}
.hotline{
    position:fixed;
    right: 80px;
    top:5px;
    z-index: 999;
    background: #FFFFFF;
}
.hotlinetext{padding-left: 20px;}
.hotlinetext, .hotlineinfo{
    float: left;
    font-weight: bold;
    line-height: 130%;
}
.hotlineinfo{
    color: #cf242a;
    padding-left:10px;
    
}
.title_ct{
    float: left;
    font-size: 18px;
    font-weight: bold;
    border-left: 2px solid #cf242a;
    margin: 3px 0 0 15px;
    padding: 0 0 0 15px;
    text-transform: uppercase;
    text-align: justify;
    line-height: 130%;
}
.menu_r{display: none;}
.menutopd{
    z-index: 999;
    position: fixed;
    width: 60%;
    left: 20%
}
.menu_top{
    height: 60px;
    text-align: center;
}
.menu_top ul li{
    min-width: 100px;
    height: 50px;
    margin: 5px 0;
}
.menu_top ul li:hover{
    background:#f2f2f2;
    border-radius: 5px;
}
.menu_top ul li a{
    text-decoration: none;
    color:#666666;
    padding:15px 20px;
    display: block;
    font-weight: bold;
}
.contain{
    padding:60px 0 50px 0;
    min-height: calc(100vh - 150px);
}
.contc{width: 100%;}
.content{
    flex-grow: 1;
    flex-direction: column;
    justify-content: normal;
    width: 58%;
}
.conl , .conr{
    width: 20%;
    flex-direction: column;
}
.titlecat{
    display: none;
    font-weight: bold;
    text-transform: uppercase;
}
.conl .pf{width: 20%;}
.conl ul{
    width: 100%;    
}
.conl ul li:hover{
    background:#CCCACA;
    border-radius: 5px;
}
.conl ul li a{
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    padding: 5px 10px;
	margin: 5px;
	float: left;
    display: block;
	border: solid 1px #cccaca;
	border-radius: 5px;
    text-transform: uppercase;
}
.conl ul li a:hover{
	background: #cccaca;
}
.contop{
    padding-top: 15px;
}
.bgbr{
    background: #FFFFFF;
    border: 1px solid #E4E2E2;
    border-radius: 5px;
    padding: 20px;
}
.newstop{
    width: 680px;
}
.titlent{
    font-weight: 600;
}
.imgnt{
    padding: 10px 0;
}

.sptop{
    text-align: center;
    margin: 0 -20px 0 -10px;
}
.sptop li{
    width: 23%;
    min-height: 150px;
    margin: 0 16px 20px 0;
    display: inline-block;    
    border-radius: 1px;
    padding: 0; 
    text-transform: capitalize;
    background: #ffffff;
	box-shadow: 0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}
.sptop li p{
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    overflow: hidden;
    margin:10px;
    font-weight: 400;
    color: #0071BC;
}
.sptop li:hover{
	box-shadow: 0 1px 3px -2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}
.sptop li a:hover p{
    color: #1bbce8;
}
.titleh{
    font-size:18pt;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 2px #cf242a;
    padding-bottom: 5px;
}
.titleinfo{
    font-weight: bold;
    padding-bottom: 10px;
}
.titleinfo i{display: none;}
.info{padding-left: 10px;}
.info .ten{
    font-weight: bold;
    color: #0071BC;
    padding-bottom: 5px;
}
.info div{
    line-height: 150%;
    padding:0  10px;
}
.info a{color:#333333; }
.infoimg{float:left;}
.info .infoimg{padding-left: 0;}
.infoimg img{border-radius: 14px;}
.tenhv:hover{
    background:#CCCACA;
    cursor: pointer;
    border-radius: 5px;
}
/*.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    
}*/
.content img{max-width: 680px; max-height: 680px;}
.footer{
    width: 100%;
    background: #000000;
    padding: 5px 0;
    text-align: center;
    font-size: 10pt;
}
.footer a{color: #FFCE00}
/* sản phẩmm mới*/
.newspimg{    
    width:55%;
    flex-direction: column;
    display: grid;
    gap:5px;
    grid-template-columns: auto auto;
    height: fit-content;
}
.newspimg img{
    max-width: 100%;
    height: auto;
    
}
.img2{
    grid-column-start: span 2;
}
.img3{
    grid-column-start: span 3;
}
.newspcon{
    width: 43%;
    margin-left: 2%;
}
@media (max-width:1400px){
    .sptop li{width: 21.5%;}
    .hotline{right: 20px;}
}

/*-----start-responsive-design------*/
@media (max-width:1290px){
    .menutopd {    
        width: 50%;
        left: 25%;
    }
    .menutopd li{
        font-size: 13pt;
    }
    .menutopd li a{padding: 15px 5px;}
    
}
@media (max-width:1280px){
    .hotline{background: none;}
    .pr20{padding-right: 10px;}
    .pl20{padding-left: 10px;}
    .hotline{
        position: fixed;
        bottom: 0;
    }
    .menutopd {    
        width: 75%;
        left: 25%;
    }
    .conl, .conr{
        min-width: 20%;
    }
    .conr{padding-top: 90px;}
    .info{padding-left:0px; }
    .newstop {
        width: 630px;
    }
    .conl ul{
        width: 250px;
        font-size: 13pt;
    }
    .conl .pf{position: relative;}
    .menu_top .jc {
        justify-content: flex-end;
        margin-right: 20px;
        
    }
    .sptop li{
        width: 27.5%;
    }
    .hotline{
        position: fixed;
        top: 80px;
        right: 0;
        z-index: 888;    
        height:fit-content; 
        width: 20%; 
        border-bottom: solid 1px #ced0d4; 
        padding: 0 0 10px 0; 
        margin-right: 10px;
    }
    .hotlinetext, .hotlineinfo{
        padding: 0;
    }
}
@media (max-width:1080px){
    .conl, .conr{
        min-width: 0;
    }
    .conl{width: auto;}
    .conr{width: 0;}
    .content{width: 65%;}
    /*.conl{display: none;}*/
    /*.contain{display: block;}
    .conl{width: 70%;}
    .menu_top .jc{margin-right: 10px;}
    .menu_top ul li{min-width: 110px;}
    .titlecat{display: none;}
    .conl ul{width: 100%;}
    .conl ul li{float: left; padding: 0 10px; border: solid 1px #ced0d4; margin: 5px; background: #ffffff; }
    .conl ul li a{padding: 0;}
    .menutopd {    
        width: 75%;
        left: 25%;
    }*/
    .menu_top ul li a{padding: 15px 10px;}
    .conr .pf{position:fixed; bottom: 95px; right: 20px; z-index: 999; padding: 0; background: #ffffff;  border: 1px solid #ced0d4; box-shadow: 0 2px 10px rgba(0,0,0,.1); width: 30%;}
    .titleinfo{background: #0071BC; color: #ffffff; padding-top: 10px; cursor: pointer;}
    /*.pf{position: relative;}*/
    /*.conl{display: none;}*/
    /*.hotline{width: 100%; top:auto; background: #ffffff; border-top: 1px solid #e5e5e5; box-shadow: 0 2px 10px rgba(0,0,0,.1); padding: 10px 0;}*/
    .hotline{height:fit-content; width: 30%; border: solid 1px #ced0d4; margin-right: 0; top: auto; background: #ffffff; right: 20px;}
    .titleinfo i{    
        display: block;
        border: solid 2px #ffffff;    
        transform: rotate(270deg);
        border-radius: 50%;
        float: right;
        padding: 0px 8px 0px 9px;;
        margin-right: 10px;
    }
    .info{padding-bottom: 10px;}
    .hotlinetext,.hotlineinfo{padding: 10px 10px 0 10px;}
    .infooff{display: none;}
    .db{display: block;}
}
@media (max-width:991px){
        /*.conr{display: none;}*/
}
@media (max-width:800px){
    /*.df{display: block;}*/
    .contain{display: block;}
    .conl, .conr{width: 100%; padding-left: 0;}
    .titlecat{
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        background: #0071BC;
        color: #ffffff;
    }
    .conr .pf{width: 100%; right: 0; bottom: 65px;}
    .conl .df{display: block;}
    .conl ul{width: 100%; background: #ffffff; padding-top: 0; display: none;}
    .conl ul li{padding-left: 20px;}
    .menu_r{ 
        display: block; 
        background:url("../images/menuicon.jpg") no-repeat 97% center #ffffff; 
        height: 60px; 
        cursor: pointer;    
        position: fixed;
        z-index: 9999;
        width: 50px;
        right: 10px;
    }
    .menutopd{background: #ffffff; top: 56px; display: none;border-bottom: 1px solid #e5e5e5; box-shadow: 0 2px 10px rgba(0,0,0,.1);}
    
    .newstop{width: 90%;}    
    .menu_top{display: block;height: auto;}
    .menu_top ul{display: block;}
    .menu_top .jc{margin-right: 0;}
    .content{width: 100%; padding: 0;}
    .sptop {padding: 0; margin: 0;}
    .sptop li{width: 43%; margin: 0 2% 4% 2%;}
    .hotline{
        top: auto; 
        bottom: 0; 
        width: 100%; 
        border-top: 1px solid #e5e5e5;
        box-shadow: 0 2px 10px rgb(0 0 0 / 10%); 
        padding:10px 0;
        background: #ffffff;
        margin: 0;
        right: 0;
    }
    .title_ct{font-size: 16px;}
    .hotlinetext, .hotlineinfo{padding-left: 10px;}
    .conl .db, .db{display: block;}
    .content img{width: 100%; height: auto;}
}
@media (max-width:768px){
    
}
@media (max-width:767px){
	
}
@media (max-width:667px){
	
}
@media (max-width: 640px){
	
}
@media (max-width: 600px){
	
}
@media (max-width:480px){
	
}
@media (max-width:414px){
	
}
@media (max-width:375px){
	
}
@media (max-width:320px){
	
}