﻿@media (max-width:1359px){
    /*Bắt đầu từ 1200 tính tương ứng với trường hợp lớn hơn tablet - bắt đầu của PC - thường là 4 hoặc 5 cột*/

}

@media (max-width:1199px){
    /*Bắt đầu từ 992 tính tương ứng với trường hợp tablet quay ngang - thường là 3 hoặc 4 cột*/

}

@media (max-width:991px){
    /*Bắt đầu từ 768 tính tương ứng với trường hợp tablet dựng dọc - thường là 2 hoặc 3 cột*/
       #header {display:table}
       #header #menu1-head,#header #menu-head {display:none}
       #header .btmenurwd {width:22px;height:19px;float:right;background:url(icomenurwd.png) no-repeat;display:block;cursor:pointer;margin-top:30px}
       #header .menurwd {display:block;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;left:-100%;position:fixed;height:100%;width:85.3125%;background:#333333;z-index:11;top:0;padding-left:20px;padding-top:18px}
       #header .menurwd ul li a {color:#fff;font-family:FtraLt;font-size:16px;line-height:44px}
       #header .menurwd ul li a:hover {color:#0092d3}
       #header .menurwd ul li ul {margin-left:21px}
       #header .menurwd ul li ul li a {line-height:36px}
       #header .timkiem_rwd {height:16px;width:16px;display:block;float:right;margin-top:31px;margin-right:41px;cursor:pointer}
       #header .timkiem_rwd .tkac {display:none}
       #header .timkiem1_rwd {width:100%;height:0;margin-top:18px;background:#3d3d3d;display:block;transition:0.5s all ease-in-out;-moz-transition:0.5s all ease-in-out;-webkit-transition:0.5s all ease-in-out}
       #header input[type=text] {background:#3d3d3d;width:71.375%;height:100%;border:none;color:#fff;padding-left:13px;height:100%}
       #header .dongtimkiem {width:6%;background:url(../../Css/Header/dongtimkiem.png) right center no-repeat #3d3d3d;height:100%;display:block;float:right;margin-right:3.125%}
       #header .timkiemm1 {height:100%}
       #header .timkiem1_rwd.timkiem1_rwd1 {height:58px}
}

@media (max-width:767px){
    /*Bắt đầu từ 480 tính tương ứng với trường hợp mobile quay ngang - thường là 2 cột*/
      #header .menurwd {left:-100%}
}

@media (max-width:479px){
    /*Bắt đầu từ mobile, tức css viết ngoài cùng là css cho trường hợp mobile dựng dọc - thường là 1 cột, padding left right 15px*/


}