::-webkit-scrollbar {background:#fff;width:10px;height:11px;}
::-webkit-scrollbar-thumb {background:#BBBBBB;}
*{margin: 0; padding: 0; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; outline:none;}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {min-width: 100% !important;}
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}

.addthis_native_toolbox{margin: 10px 0px;width: 100%;clear: both;border: 1px solid #ededed;padding: 10px 10px;margin-bottom: 10px;background: #f7f6f6;box-sizing: border-box;}
.addthis_native_toolbox b{float: left;font-size: 14px;text-transform: uppercase;margin-right: 10px}
#toptop {width: 37px; height: 37px;position: fixed;bottom: 30px; right: 20px;text-indent: -99999px;cursor: pointer;background: url(images/back_to_top.png) top center no-repeat;transition:0.5s;z-index:200;}
#toptop:hover{background: url(images/back_to_top.png) bottom center no-repeat;transition:0.5s;}
.clear{clear:both;}
img{max-width:100% !important; height:auto; }
div.bando img{max-width:none !important;}
#map_canvas2 img{max-width:none !important;}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html > body .clearfix {
    display: block;
    width: 100%;
}

* html .clearfix {
    height: 1%;
}
@font-face {
    font-family: 'opensan';
    src: url('fonts/OpenSansRegular.eot');
    src: url('fonts/OpenSansRegular.eot') format('embedded-opentype'),
         url('fonts/OpenSansRegular.woff2') format('woff2'),
         url('fonts/OpenSansRegular.woff') format('woff'),
         url('fonts/OpenSansRegular.ttf') format('truetype'),
         url('fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}
@font-face {
    font-family: 'opensanb';
    src: url('fonts/OpenSansBold.eot');
    src: url('fonts/OpenSansBold.eot') format('embedded-opentype'),
         url('fonts/OpenSansBold.woff2') format('woff2'),
         url('fonts/OpenSansBold.woff') format('woff'),
         url('fonts/OpenSansBold.ttf') format('truetype'),
         url('fonts/OpenSansBold.svg#OpenSansBold') format('svg');
}
@font-face {
    font-family: mulib;
    src:url(fonts/Muli-Bold.ttf), url(fonts/Muli-Bold.eot);
}
@font-face {
    font-family: mulibl;
    src:url(fonts/Muli-Black.ttf), url(fonts/Muli-Black.eot);
}
@font-face {
    font-family: muli;
    src:url(fonts/Muli-Regular.ttf), url(fonts/Muli-Regular.eot);
}
@font-face {
    font-family: robotol;
    src:url(fonts/RobotoCondensed-Light.ttf), url(fonts/RobotoCondensed-Light.eot);
}
body{
    font-family:roboto;
    font-size:12px;
    line-height:1.5;
    top:0 !important;
}

div#wapper
{ 
  margin:auto;
  background:#fff;
}
div#header
{
    position: absolute;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 15px;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
}
.wrap_1200 {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0px 15px;
}
.logo {
    width: 260px;
    height: 120px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    float: left;
}
.logo img {
    height: 120px;
}
.banner {
    display: inline-block;
    width: calc(100% - 260px);
    vertical-align: middle;
    background: rgba(12,82,157,0.5);
    float: left;
}
.h_right {
    vertical-align: middle;
    background: rgba(255,255,255,0.5);
    display: inline-block;
    float: right;
    padding-right: 45px;
    padding-left: 42px;
}
.mxh img {
    margin: 5px 0px 0px 5px;
    transition: all 0.5s;
}
.mxh img:hover{
    transition: all 0.5s;
    transform: rotate(360deg);
}
div.header
{
    display:none;
}
div.wap_menu
{
    position: relative;
    height: 79px;
    line-height: 79px;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    border-radius: 0 0 35px 35px;
    transition: all 0.5s;
}
.wap_menu.fixmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    transition: all 0.5s;
    background: rgba(12,82,157,0.5);
    text-align: center;
}
div.menu
{
    position:relative;
    max-width:1200px;
    margin:auto;
}
div.menu ul
{   
  list-style:none;
  float: right;
  margin-right: 50px;
  display: inline-block;
  text-align: left;
}
.wap_menu.fixmenu div.menu ul{
    float: none;
    margin-right: 0px;
}
div.menu ul li
{
  float:left;
  position:relative;
  z-index:50; 
}
div.menu ul li a
{
    color: #fff;
    font-size: 15px;
    padding: 0px 22px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-family: mulib;
}

 div.menu ul li a.active , div.menu ul li:hover > a
{
    color: #ffdb16;
    position: relative;
}  
div.menu ul li ul
{
    position:absolute;
    display:none;
    min-width: 250px;
    background: #0c529d;
    line-height: 1.5;   
    top: 100%;
    left: 0;
}
div.menu ul li:hover ul
{
    display:block;
}
div.menu ul li ul li > ul
{
    position:absolute;
    margin-left:0px;
    display:none;
    min-width: 220px;
    background: #0480B0;
    line-height: 1.5;   
    left: 100%;
    top: 0;
}
div.menu ul li ul li
{   
    float:none;
    padding:0;
}
div.menu ul li ul li:hover a{
    background: #003771;
}
div.menu ul li ul li a
{
    padding:6px 10px;
    text-transform:none;
    display:block;
    border-bottom: 1px solid #fff;
    font-size:12px;
    color:#fff;
} 
.danhmucsp{
    position: relative;
    width: 260px;
}
.danhmucsp span{
    background: #0c529d;
    text-align: center;
    color: #fff;
    font-family: mulib;
    font-size: 18px;
    display: block;
    padding: 11px 0px;
    cursor: pointer;
}
.danhmucsp ul{
    background: #fff;
    padding: 20px;
    display: none;
}
.danhmucsp:hover ul{
    display: block;
}
.danhmucsp ul li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e6e6e6;
    list-style: square;
    color: #0c529d;
    margin-left: 20px;
}
.danhmucsp ul li:last-child{
    border-bottom: none;
}
.danhmucsp ul li a{
    color: #000;
    font-family: muli;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
}
.danhmucsp ul li a:hover{
    color: #0c529d;
}
div#slider
{
    margin:auto;
}
.langCon{
    float: left;
    margin-top: 12px;
    margin-left: 0px;
    /* margin-right: 52px; */
} 
.box-flag{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#flags{
    width: 135px;
    position: relative;
}
#flags a{
    color: #000;
    font-size: 13px;
    font-family: muli;
    text-decoration: none;
    text-align: left;
    display: none;
    cursor: pointer;
    background: #fff;
    padding: 5px 10px;
    width: 100%;
     -webkit-flex-order: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
    order:2;
}
#flags a:hover{
    text-decoration: underline;
}
#flags a.active{
    display: block !important;
    color: #fff;
    background: none;
    padding: 0px 10px;
    margin-bottom: 10px;
     -webkit-flex-order: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
    order:1;
}
#flags a img{
    vertical-align: middle;
    margin-right: 5px;
}
div.search
{
    position: relative;
    width: calc(100% - 135px);
    height: 42px;
    float: right;
}
div.search input
{
    padding: 0px 10px;
    float: left;
    line-height: 42px;
    border: none;
    background: none;
    width: 87%;
    outline: none;
    color: #fff;
    font-family: muli;
}
div.search img
{
    float: right;
    /* margin-right: 5px; */
    margin-top: 13px;
    color: #222;
    font-size: 14px;
    cursor: pointer;
}
.gioithieu {
    padding: 3% 0;
    text-align: center;
}

.motagt {
    font-family: opensan;
    font-size: 14px;
    color: #3e3e3e;
}
.views {
    width: 150px;
    height: 42px;
    line-height: 42px;
    margin: auto;
    text-align: center;
    background: none;
    border: solid 1px #504FA9;
    margin-top: 30px;
}
.views a {
    text-decoration: none;
    color: #504FA9;
    font-size: 15px;
    font-family: opensan;
}
.views:hover a{color:yellow;}
.button6 { 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
    position: relative;  
}
.button6 a{ 
    text-decoration: none;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.button6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #3c5eae;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}
.button6:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

div#left
{
    width: 22.5%;
    float: left;
}
div.tieude {
    color: #fff;
    font-size: 20px;
    background: url(images/tt_left.png) no-repeat;
    height: 52px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin-top: -10px;
    background-size: 100%;

}
 
div.danhmuc
{
    border: 1px solid #B2E2F4;
    margin-bottom: 40px;
}
div.danhmuc:last-child
{
    margin-bottom:0;
}
.danhmuc1 ul
{
    list-style:none;
    padding:10px;
    padding-bottom:0;
} 
.danhmuc1 ul li:last-child a
{
    border:none;
}
.danhmuc1 ul li a
{
    color: #454545;
    font-family: roboto;
    text-decoration: none;
    font-size: 15px;
    transition: 0.4s;
    display: block;
    border-bottom: 1px solid #DDD;
    padding: 10px 5px 10px 35px;
    background: url(images/muiten.png) 20px 16px no-repeat;
    text-transform: uppercase;
}
.danhmuc1 ul li a:hover,div#danhmuc ul li a.active
{
    color:red;
    transition:0.4s;
}
.danhmuc1 ul li ul li a
{
     background: url(images/muiten.png) 22px 15px no-repeat;
    padding:9px 5px 9px 35px;
}
.danhmuc1 ul li ul
{
    display:none;
}
.box_tintuc {
    padding: 3% 0;
}
.tt-right {
    float: left;
    width: 56%;
}
.tt-left {
    float: right;
    width: 42%;
}
.tt-left .slick2 {
    margin-bottom: 10px;
}
.slick img {
    cursor: pointer;
}
div#tinmoi
{    
}
div#tinmoi ul
{
    list-style:none;

}
div#tinmoi ul li
{   
    text-align: center;
    margin-right: 30px;
    border:1px solid #e5e5e5;
    padding: 9px;
}
div#tinmoi ul li p.tin_img
{
    
}
.xemchitiet{
    color: #0c529d;
    font-family: muli;
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
}
.xemchitiet:hover{
    color: #f00;
}
.info_tin {
    padding: 20px 10px;
}
.ngaytao {
    background: #ffc800;
    float: left;
    text-align: center;
    padding: 5px;
    color: #fff;
    font-family: opensan;
    margin-right: 10px;
    font-size: 14px;
}

div#tinmoi ul li h4 a
{
    text-decoration: none;
    color: #0c529d;
    font-size: 17px;
    transition: 0.4s;
    font-family: mulib;
    text-transform: capitalize;
}
div#tinmoi ul li h4{
    margin-bottom:5px;
}
div#tinmoi ul li h4 a:hover
{
    color:#072767;
    transition:0.4s;
    text-decoration: underline;
}
.mtnb{
    color: #333333;
    font-family: muli;
    font-size: 15px;
}
p.date{
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 16px;
    font-family: opensanb;
    border-bottom: solid 1px #fff;
}

div.load_video
{
    width:95%;
    margin:7px auto;
}
.info {
    display: inline-block;
    vertical-align:middle;
    width: 35%;
    margin-top: 22px;
}
.hotline{
    display: inline-block;
    vertical-align: middle;
    float: right;
    background: url(images/line-hotline.png) left center no-repeat;
    padding-left: 52px;
    min-height: 110px;
    padding-top: 24px;
}
.hotline img{
    float: left;
    margin-right: 13px;

}
.hotline p{
    float: left;
}
.hotline p b{
    font-family: mulibl;
    font-size: 28px;
}
div#dknt {
    display: inline-block;
    width: 35%;
    vertical-align: middle;
    margin-top: 24px;
}
.mxh1 {
    display: inline-block;
    width: 28%;
    margin-left: 1%;
    vertical-align: middle;
}
.mxh1 img {
    vertical-align: middle;
    transition: all 0.5s;
}
.mxh1 img:hover{
    transition: all 0.5s;
    transform: rotate(90deg);
}

.info img {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
}
p.tt {
    text-transform: uppercase;
    font-family: mulibl;
    font-size: 28px;
    /* margin-bottom: 5px; */
    /* margin-top: 15px; */
}
form#frm_dknt
{
    background:#fff;
    height:45px;
    margin:10px 0;
    border-radius: 5px;
}
form#frm_dknt input[type='email']
{
    width: calc(100% - 71px);
    padding: 0px 15px;
    float: left;
    height: 45px;
    border: none;
    background: none;
    outline: none;
    color: #a09f9f;
    font-family: muli;
    font-size: 13px;
    outline: none;
    border-radius: 5px;
}
form#frm_dknt input[type='button']
{
    background: #f8c301;
    color: #000;
    width: 71px;
    height: 45px;
    line-height: 45px;
    border: none;
    cursor: pointer;
    float: right;
    text-transform: uppercase;
    outline: none;
    font-size: 15px;
    font-family: opensanb;
    border-radius: 5px;
}
form#frm_dknt input[type='button']:hover{
    color: yellow;
}
.breadcrumb {
    margin-bottom: 10px;
    background: rgb(248, 248, 248);
    padding: 6px 15px;
    border-radius: 5px;
    margin: 0 auto 1px auto;
    max-width: 1230px;
}
.breadcrumb ul{list-style:none;}
.breadcrumb ul li a{
    text-decoration: none;
    color: #797878;
    background: url(images/i_tinkhac.png)no-repeat right 2px;
    padding-right: 15px;
    font-size: 13px;
    font-family: roboto;
}
.breadcrumb ul li:last-child a{background:none;color:#f00;}
.breadcrumb ul li{display:inline-block;}
.breadcrumb ul li i{margin-right:5px;}
.box_ykien div.tieude_giua { 
    color: #fff; 
}
.box_ykien div.tieude_giua p { 
    color: #b5b5b5; 
    font-size: 15px;
    font-family: opensanb;
    text-transform: none;
}
.box_ykien p.text {
    margin-top: 14px;
    color: #e4e4e4;
}
.box_ykien {
    padding: 3% 0;
} 
.item_kh {
    margin: 20px;
    text-align: center;
    color: #fff;
    font-family: roboto;
    border: solid 1px #56686B;
    border-radius: 2px;
    padding: 20px 30px;
    padding-top: 0;
    margin-top: 60px;
}
.img_kh {
    border: solid 1px #56686B;
    margin-top: -60px;
    display: inline-block;
    border-radius: 50%;
    padding: 8px;
    transition: all 0.5s;
}
.img_kh:hover{transition: all 0.5s;transform: rotate(45deg);}
.tenkh {
    margin-bottom: 5px;
}
.tenkh a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-family: opensanb;
}
.tenkh a:hover{text-decoration: underline;color:#FF9500;}
.mtkh {
    font-size: 13px;
    font-family: opensan;
    font-style: italic;
    margin-bottom: 5px;
}
.cv {
    font-size: 15px;
}

div#main_content
{
    
}
div#right
{
    width: 76%;
    float: right;
} 
div.tieude_giua {
    text-transform: uppercase;
    font-size: 30px;
    color: #0c529d;
    font-family: mulibl;
    /* line-height: 40px; */
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.tieude_giua h1 {
    font-size: 28px;
    font-weight: normal;
}
div.tieude_giua:after{
    content: '';
    position: absolute;
    background: #0c529d;
    width: 50px;
    height: 3px;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
}
div.tieude_giua p
{
    font-size: 15px;
    color: #333333;
    font-family: muli;
    text-transform: none;
}
div.tieude_giua p i {
    font-size: 6px;
    margin: 0 5px;
}
.box_sp div.tieude_giua{color:#0c529d;}
div.wap_item,.box_container
{
    position:relative;
    margin:10px auto;
    max-width: 1230px;
    padding: 0px 15px;
}
.dv_img {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    overflow: hidden;
    border: dashed 1px #29007F;
    padding: 10px;
    margin-bottom:20px;
}
.dv_img img {
    border-radius: 50%;
}
.dv_img a{
    display: block;
    line-height: 0;
    border-radius: 50%;
}
.itemdv {
    margin: 0 20px;
    text-align: center;
}
h3.dv_name {
    margin-bottom: 10px;
}
h3.dv_name a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: opensanb;
    color: #210068;
    font-size: 18px;
}
h3.dv_name a:hover
{
    text-decoration: underline;
}
.motadv {
    font-size: 14px;
    font-family: opensan;
    color: #565656;
}
div.item {
    width: calc(100%/4 - 23px);
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    background: rgba(249, 249, 249, 0.93);
    padding-bottom: 10px;
}
.sp_img {
    position: relative; 
    margin-bottom: 15px;
}
.sp_img img {
    width: 100%;
}
.sp_img a {
    display: block;
    line-height: 0;
}

h3.sp_name{margin-bottom:5px;}
h3.sp_name a {
    text-decoration: none;
    color: #000;
    font-family: mulib;
    text-transform: capitalize;
    font-size: 15px;
}
h3.sp_name a:hover{color:#235196;transition:all 0.5s;}
p.sp_gia {
    font-size: 15px;
    font-family: mulib;
    color: #dd0000;
    display: inline-block;
}
p.sp_giacu{color:#9c9c9c;font-size: 15px;font-family: muli;text-decoration: line-through;display: inline-block;}
.box_sp {
    padding: 3% 0;
}
.box-sanpham{
    
}
.doitac {
    padding: 130px 0px 20px 0px;
    background: #f5f5f5;
   
}
.doitac-left{
    width: 30%;
    float: left;
}
.doitac-left h4{
    color: #000;
    font-size: 15px;
    font-family: opensan;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
}
.doitac-left h2{
    color: #0c529d;
    font-family: mulibl;
    font-size: 30px;
}
.doitac-right{
    width: 65%;
    float: right;
}
.itemdt img:hover
{

    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition:all 0.5s;
}
.itemdt img
{ 
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(98%);
    filter: grayscale(98%);
    transition:all 0.5s;
}
.itemdt {
    padding: 5px;
    margin: 0 10px;
    border: solid 1px #FAFAFA;
}
.itemdt a{
    display: block;
    line-height: 0;
}
.box_dknt {
    background: #0c529d;
    padding: 20px 0;
    color: #fff;
    font-family: robotol;
    font-size: 13px;
    min-height: 152px;

}
div#wap_footer
{
    padding-top: 3%;
    margin: auto;
    padding-bottom: 3%;
    color: #fff;
}
div#footer
{
    max-width:1200px;
    margin:auto;
}
div#main_footer {
    width: 37%;
    display: inline-block;
    vertical-align: top;
}
div#main_footer p {
    font-size: 14px;
    margin-bottom: 12px;
} 
div#main_footer p img {
    vertical-align: middle;
    margin-right: 5px;
}
.chinhsach{
    width: 20%;
    display: inline-block;
    margin-left: 80px;
}
.box-chinhsach{
    list-style: none;
}
.box-chinhsach li{
    margin-bottom: 20px;
}
.box-chinhsach li a{
    color: #fff;
    font-size: 15px;
    font-family: muli;
    text-decoration: none;
}
.box-chinhsach li a:hover{
    color: #ff0;
}
.bg-tieudefooter{
    color: #fff;
    font-family: mulib;
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 35px;
}
.bg-tieudefooter:after{
    content: '';
    position: absolute;
    background: #fff;
    width: 40px;
    height: 2px;
    left: 0;
    bottom: -10px;
}
.maps {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;
    margin-right: 9%;
}
.fb {

    width: 30.5%;
    display: inline-block;
    vertical-align: top;
    float: right;
}
div#thongke {
    display: inline-block;
}
div#thongke ul li {
    list-style: none;
    /* margin-bottom: 5px; */
    font-size: 13px;
    font-family: muli;
    color: #fff;
    margin-left: 10px;
    display: inline-block;
}
div#thongke img {
    vertical-align: middle;
    margin-right: 10px;
}
.td_ft {
    text-transform: uppercase;
    font-family: opensanb;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}
.bottom {
    background: #003771;
    padding: 16px 0;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-family: muli;
}
#copyright{
    display: inline-block;
}
/*----------------------------------------------------*/
div.wap_pro
{
    margin:15px auto;
    clear:both;
}
.zoom_slick
{
    width:45%;
    float:left; 
    text-align:center;
}
.zoom_slick .slick2
{
    border:1px solid #DDD;
}

.zoom_slick .slick
{
    margin-top:5px;
}

.zoom_slick .slick img
{
    width:95%;
    margin:auto;
    border:1px solid #DDD;
    box-sizing:border-box;
    cursor:pointer;
}
.zoom_slick .slick img:hover
{
    border:1px solid #F60;
    opacity:0.5;
    transition:1s;
}

.product_info
{
    float:right;
    list-style:none;
    width:52%;
}
.product_info li
{
    font-size:13px;
    border-bottom:1px solid #EEE;
    padding:6px 0;
}
.product_info li.ten
{
    color:#0033FF;
    font-size:18px;
}
.product_info li.giacu
{
    font-size:15px;
    text-decoration:line-through;
}
.product_info li.gia
{
    color:red;
    font-size:16px;
}
.product_info li b
{
    font-weight:normal;
    font-size:14px;
}
.search_mobi img{margin-top: 7px;}
#lkweb{
    border:2px dashed #0c529d;
    padding: 15px 20px 20px 20px;
    position: relative;
    margin-bottom: -100px;
}
#lkweb h4{
    color: #0c529d;
    font-family: mulibl;
    font-size: 20px;
    margin-bottom: 12px;
}
#lkweb ul{
    list-style: none;
}
#lkweb ul li{
    display: inline-block;
    margin: 0px 5px 5px 0px;
}
#lkweb ul li a{
    color: #fff;
    font-size: 15px;
    font-family: muli;
    background: #0c529d;
    border-radius: 3px;
    display: block;
    padding: 6px 20px;
    text-decoration: none;
}
#lkweb ul li a:hover{
    text-decoration: underline;
}
@-webkit-keyframes star {
  0% {
    -webkit-transform: rotate(0) scale(0);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0);
  }
}
@-o-keyframes star {
  0% {
    -o-transform: rotate(0) scale(0);
  }
  50% {
    -o-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -o-transform: rotate(360deg) scale(0);
  }
}
@-moz-keyframes star {
  0% {
    -moz-transform: rotate(0) scale(0);
  }
  50% {
    -moz-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -moz-transform: rotate(360deg) scale(0);
  }
}
.start-animate {
        z-index: 99999999999999999 !important;
        position: absolute;
        animation: star linear 1.75s infinite;
        -moz-animation: star linear 1.75s infinite;
        -webkit-animation: star linear 1.75s infinite;
        -o-animation: star linear 1.75s infinite;
    }
@keyframes star {
  0% {
    transform: rotate(0) scale(0);
  }
  50% {
    transform: rotate(180deg) scale(1.5);
  }
  100% {
    transform: rotate(360deg) scale(0);
  }
}
@media screen and (max-width: 1280px) {
    div.menu ul li a
    {
        padding:0px 14px;
    }   
}
@media screen and (max-width: 1024px) {
    div.menu ul li a
    {
        padding:0px 10px;
    }   
    div#thongke { 
        padding: 10px; 
    }
}
@media screen and (max-width: 960px) {
    div.header
    {
        display:block;
    }
    div#header { 
        position: relative;
        background: #072767;
        padding-top: 15px;
    }
    div.tieude { 
        background: #019edb;
        height: 40px;
        line-height: 40px; 
        margin-top: 0; 
    }
    .h_right { 
        padding-left: 0px;
        padding-right: 15px
    }
    div.wap_menu{height:40px;line-height:40px}
    nav#menu{display:none;}
    div#main_content
    {
        width:97%;
    }
    .maps {
        width: 48%;
        margin-left: 0;
        margin-right: 5%;
    }
    .chinhsach{width: 45%;margin-left: 0px;margin-bottom: 20px;}
    .fb { width: 45%;}
    div#footer
    {
        width:97%;
    }
    div#slider
    {
        width:100%;
        padding:0;
        border:none;
    }
    div#danhmuc
    {
        display:none;
    }
    div#right
    {
        width:100%
    }
    div#left
    {
        width:100%;
    }
    div.item {
        width: calc(100%/3 - 23px);
    }
    div#main_footer
    {
        width:100%;
    }
    div#thongke {width: 40%;}
    div.tt_lh
    {
        width:100%;
    }
    div.bando
    {
        width:100%;
    }
    .menu_login {
        display:none;
    }
    .item_kh { 
        padding: 20px 10px; 
    }
    .info { 
        width: 100%;
    }   
    div#dknt { 
        width: 100%; 
        margin-bottom: 10px;
    }
    .hotline{width: 100%;background: none;padding-left: 0px;float: none;}
    .mxh1 { 
        width: 100%;
        margin-left: 0; 
        text-align: center;
    }
    .itemdv {
        margin: 0 10px; 
    }
    .dv_img{padding: 5px;}
    .doitac-left{margin-bottom: 20px;}
    .doitac-left,.doitac-right{width: 100%;float: none;}
    .danhmucsp{display: none;}
}
@media screen and (max-width: 800px) {
    
}
@media screen and (max-width: 653px) {

}
@media screen and (max-width: 603px) {
    div#header a.logo
    {
        display:none;
    }
    div#header{text-align:center;}
    div.search{width: 135px}
    .logo {width: 100%;}
    .banner {
        width: 100%;
    }
    .tt-right , .tt-left{
        width: 100%;
        margin-bottom: 10px;
    }
    .h_right {
        width: 100%;
     
    }
    #flags {
        text-align: center !important;
    }
    .langCon {
        margin-right: 0 !important;
    }
    .info {
        width: 100%;
    }
    div#dknt {
        width: 100%; 
    }
    div#thongke {
        width: 100%;
    }
    div.item
    {   
        width: calc(100%/2 - 23px);
    }
    .maps ,.fb{width:100%;margin-right:0;margin-bottom:10px;}
    .zoom_slick
    {
        width:85%;
        max-width:400px;
        float:none;
        margin:auto;
    }
    .product_info
    {
        width:100%;
        margin-top:10px;
    }
    .gh_an
    {
        display:none;
    }
    .wap_box_new {
        margin: 0;
    }
    .box_news { 
        width: 100%; 
        margin: 10px 0; 
    }
    .lh_contact {
        width: 100%; 
    }
}
@media screen and (max-width: 460px) {
    div.item {
        width: calc(100%/2 - 13px);
        margin: 5px;
    }
    .box_ykien p.text {
        line-height: 20px;
    }
    div.tieude_giua
    {
        font-size:20px;
    }   
    .bottom { 
        padding-bottom: 50px;
    }
    div.frm_lienhe .item_lienhe input[type='text'], div.frm_lienhe .item_lienhe textarea, div.frm_lienhe .item_lienhe input[type='password']
    {
        width:100%;
    }
    div.frm_lienhe .item_lienhe select
    {
        width:100%;
    }
    .map_description
    {
        width:100%;
    }
    .box_news a img
    {
        width:110px;
    }
    div.frm_lienhe .item_lienhe p
    {
        width:100%;
    }
    .othernews ul.phantrang
    {
        margin-left:0px;
    }
    .box_news h3 a {
        font-size:14px;
    }
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}

