@charset "utf-8";

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
         url('../fonts/RobotoBold.woff2') format('woff2'),
         url('../fonts/RobotoBold.woff') format('woff'),
         url('../fonts/RobotoBold.ttf') format('truetype'),
         url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}

@font-face {
    font-family: 'UTMAvoBold';
    src: url('../fonts/UTMAvoBold.eot');
    src: url('../fonts/UTMAvoBold.eot') format('embedded-opentype'),
         url('../fonts/UTMAvoBold.woff2') format('woff2'),
         url('../fonts/UTMAvoBold.woff') format('woff'),
         url('../fonts/UTMAvoBold.ttf') format('truetype'),
         url('../fonts/UTMAvoBold.svg#UTMAvoBold') format('svg');
}

@font-face {
    font-family: 'RobotoCondensedRegular';
    src: url('../fonts/RobotoCondensedRegular.eot');
    src: url('../fonts/RobotoCondensedRegular.eot') format('embedded-opentype'),
         url('../fonts/RobotoCondensedRegular.woff2') format('woff2'),
         url('../fonts/RobotoCondensedRegular.woff') format('woff'),
         url('../fonts/RobotoCondensedRegular.ttf') format('truetype'),
         url('../fonts/RobotoCondensedRegular.svg#RobotoCondensedRegular') format('svg');
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('../fonts/RobotoRegular.woff2') format('woff2'),
         url('../fonts/RobotoRegular.woff') format('woff'),
         url('../fonts/RobotoRegular.ttf') format('truetype'),
         url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

@font-face {
    font-family: 'UTMAvo';
    src: url('../fonts/UTMAvo.eot');
    src: url('../fonts/UTMAvo.eot') format('embedded-opentype'),
         url('../fonts/UTMAvo.woff2') format('woff2'),
         url('../fonts/UTMAvo.woff') format('woff'),
         url('../fonts/UTMAvo.ttf') format('truetype'),
         url('../fonts/UTMAvo.svg#UTMAvo') format('svg');
}

* { margin: 0; text-decoration: none; font-family: arial; }
body { min-width: 1200px; }
img { max-width: 100%; height: auto; box-sizing: border-box; }
.w-clear:after { display:block; content:""; clear:both; }
.clear { clear: both; }

/* Begin Contain */ 
#wrap_container
{
    width: 100%;
}
.contain_main 
{ 
    max-width: 1200px;
    margin: 30px auto;
}
.left
{
    width: 255px;
    float: left;
}
.right
{
    width: 925px;
    float: right;
}
.title_main
{
    margin-bottom: 25px;
    background: #013DA7;
    height: 40px;
    text-align: left;
    position: relative;
}
.title_main:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 18px;
    bottom: -14px;
    left: 0px;
    background: url(../images/sd-title-main.png) no-repeat left bottom, url(../images/line-title-main.png) repeat-x bottom 11px center;
}
.title_main span
{
    font-size: 17px;
    color: #013DA7;
    font-weight: normal;
    font-family: 'RobotoCondensedRegular';
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    line-height: 40px;
    margin-left: 6px;
    margin-top: 2px;
    height: 35px;
    background: url(../images/bg-title-main-ct.png) repeat-x top center;
}
.title_main span:before
{
    content: '';
    position: absolute;
    width: 7px;
    height: 35px;
    top: 0px;
    left: -7px;
    background: url(../images/bg-title-main-bf.png) no-repeat;
}
.title_main span:after
{
    content: '';
    position: absolute;
    width: 36px;
    height: 35px;
    top: 0px;
    right: -36px;
    background: url(../images/bg-title-main-af.png) no-repeat;
}
.info_main
{
    margin-bottom: 10px;
}
.view
{
    float: left;
    color: #D21313;
    font-family: arial; 
    font-size: 14px;
    margin-bottom: 10px;
}
.share
{
    float: right;
}
/* End Contain */

/* Begin Wrap Pro List */
.wrap-prolist
{
    max-width: 1200px;
    margin: auto;
}
.item-prolist
{
    width: 100%;
    text-align: center;
    padding: 20px;
    min-height: 335px;
    box-sizing: border-box;
}
.item-prolist img
{
    margin-top: 10px;
    margin-bottom: 15px;
    /*border-radius: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color=#121212)";
    -moz-box-shadow: 0 0 2px 1px rgba(18,18,18,0.2);
    -webkit-box-shadow: 0 0 2px 1px rgba(18,18,18,0.2);
    box-shadow: 0 0 2px 1px rgba(18,18,18,0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#121212);*/
}
.item-prolist h3 a
{
    color: #fff;
    font-weight: normal;
    font-family: 'RobotoBold';
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.item-prolist h3 a:hover
{
    text-decoration: underline;
}
.item-prolist p
{
    font-family: 'RobotoRegular';
    color: #fff;
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
}
/* End Wrap Pro List */

/* Begin Wrap Content */
.wrap-content
{
    max-width: 1200px;
    margin: auto;
}
/* End Wrap Content */

/* Begin Wrap News */
.wrap-news
{
    min-height: 315px;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrap-news .wrap-content
{
    width: 100%;
    display: table;
    min-height: 315px;
}
.item-news
{
    width: 33.33%;
    display: table-cell;
    vertical-align: middle;
}
.item-news a
{
    display: block;
}
.item-news a:hover h3 { color: yellow; }
.item-news a img
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.item-news a h3
{
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    font-family: 'RobotoBold';
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
/* End Wrap News */

/* Begin Wrap Giới Thiệu */
.wrap-gioithieu
{
    padding-top: 50px;
    padding-bottom: 60px;
}
.left-gt
{
    width: 575px;
    float: left;
}
.right-gt
{
    width: 580px;
    float: right;
}
.left-gt h3 a
{
    font-family: 'RobotoCondensedRegular';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 24px;
    display: block;
    color: #000;
    margin-bottom: 25px;
}
.left-gt p
{
    font-family: 'RobotoCondensedRegular';
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
}
.right-gt a { display: block; }
.right-gt a img:first-child
{
    float: right;
}
.right-gt a img:last-child
{
    float: left;
    margin-top: -195px;
}
a.xemthem
{
    width: 110px;
    display: block;
    float: right;
    line-height: 30px;
    text-transform: uppercase;
    color: rgba(128, 128, 128, 0.91);
    border: 1px solid rgba(128, 128, 128, 0.45);
    height: 30px;
    text-indent: 30px;
    font-size: 12px;
    background: url(../images/xemthem.png) no-repeat 15px center;
}
a.xemthem:hover
{
    color: #040874;
    border-color: #040874;
}
/* End Wrap Giới Thiệu */

/* Begin Tags */
.wrap-tags
{
    max-width: 1200px;
    margin: auto;
    margin-bottom: 10px;
    color: gray;
}
.wrap-tags > span 
{
    font-size: 13px;
    color: #313131;
}
.wrap-tags > a
{
    color: gray;
    font-size: 13px;
}
.wrap-tags > a:hover
{
    text-decoration: underline;
}
/* End Tags */

/* Begin Header */
.header
{
    width: 100%;
    height: 155px;
}
.banner
{
    width: 100%;
    height: 155px;
}
.header_content
{
    max-width: 1200px;
    margin: auto;
}
.logo
{ 
    margin-top: 30px;
    margin-left: 0px;
}
.banner_left
{
    float: left;
}
.banner_right
{
    float: right;
}
.mangxahoi
{
    list-style: none;
    padding: 0px;
    text-align: left;
    margin-top: 10px;
}
.mangxahoi li
{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.hotline
{
    height: 32px;
    font-family: 'RobotoCondensedBold';
    color: #000;
    font-size: 18px;
    margin: 7px 0px;
    background: url(../images/icon-hl.png) no-repeat left center;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    padding-left: 30px;
    line-height: 32px;
}
.hotline > span
{
    color: #ff0000;
}
a.cart-banner
{
    display: block;
    color: #fff;
    margin: 1px 0px;
    text-align: right;
    font-size: 13px;
}
/* End Header */

/* Begin Crumbtrail */
.crumbtrail
{
    max-width: 1200px;
    height: 30px;
    margin: auto;
    margin-top: 10px;
    padding: 0px;
    list-style: none;
    line-height: 30px;
    background: transparent;
}
.crumbtrail li
{
    float: left;
}
.crumbtrail li.crumbtrail_br
{
    margin: 0px 10px;
    width: 6px;
    height: 30px;
    background: url(../images/navi.png) no-repeat center center;
}
.crumbtrail a
{
    font-family: arial;
    font-size: 13px;
    color: #313131;
}
.crumbtrail a:hover
{
    color: red;
    text-decoration: underline;
}
.crumbtrail .crumbtrail_lst
{
    color: #414141;
}
/* End Crumbtrail */

/* Begin Search */
.search-menu
{
    position: absolute;
    top: 12px;
    right: 45px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(4, 8, 116, 0.3);
    z-index: 999;
    opacity: 0;
    border-radius: 25px;
}
a.btn_search
{
    float: left;
    width: 17px;
    height: 17px;
    cursor: pointer;
    outline: none;
    border: none;
    margin-top: 12px;
    margin-left: 10px;
    padding: 0px !important;
    display: block;
    color: #163F69 !important;
    background: transparent !important;
}
input.txt_search
{
    width: 178px;
    float: right;
    background-color: transparent;
    line-height: 38px;
    text-indent: 7px;
    outline: none;
    border: none;
    color: #163F69;
    font-size: 14px;
    font-family: tahoma;
}
/* End Search */

/* Begin Logo Menu */
.logo-menu
{
    float: left;   
    padding-top: 10px; 
}
/* End Logo Menu */

/* Menu */
.menu 
{
    height: 90px;
    background: rgba(255, 255, 255, 0.85);
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    z-index: 999;
}
.menu_contain
{ 
   max-width: 1200px;
   margin: auto;
}
.menu_contain ul 
{ 
    -webkit-padding-start: 0px; 
    list-style: none;
}
.menu_contain ul li a 
{
    color: #013da7;
    display: block;
    font-family: 'UTMAvo';
    text-align: center;
    font-size: 16px;
    padding: 0px 17px;
    line-height: 64px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
}
.menu_contain ul li a.icon-search:hover
{
    background: white;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.menu_contain ul li a.icon-search:hover > i
{
    color: #163F69;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.menu_contain ul li a.icon-search
{
    background: transparent !important;
    margin-top: 12px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding: 0px;
    text-align: center;
}
.menu_contain ul li a.icon-search > i
{
    font-size: 15px;
    line-height: 40px;
    color: #777676;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.menu_contain ul li:hover a
{
    background: url(../images/bg-menu-hover.png) no-repeat bottom center;
}
.menu_contain ul li a.active
{ 
    background: url(../images/bg-menu-hover.png) no-repeat bottom center;
}
.menu_contain ul li.line
{
    width: 2px;
    height: 40px;
    background: url(../images/line-menu.png) no-repeat center;
}
#wrap_menu_res
{
    display: none;
    position: relative;
}
.invi_loading 
{
    visibility: hidden !important;
}
/* End Menu */

/* Begin Video */
.video
{
    float: left;
    width: 210px;
    margin-bottom: 33px;
    margin-right: 33px;
    text-align: center;
}
.video:nth-child(4n+1)
{
    clear: both;
}
.video:nth-child(4n)
{
    margin-right: 0px;
}
.pic-video img:hover
{
    opacity: 0.9;
}
.video h3 a
{
    font-size: 14px;
    color: #222222;
    text-transform: capitalize;
    display: block;
    font-weight: normal;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 20px;
}
.video h3:hover, .video h3:hover a
{
    color: red;
}
.youtube-player 
{
    position: relative;
    padding-bottom: 170px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}
.youtube-player iframe 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}
.youtube-player img 
{
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.youtube-player img:hover 
{
    -webkit-filter: brightness(75%);
}
.youtube-player .play 
{
    width: 50px;
    height: 35px;
    left: calc(50% - 25px);
    top: calc(50% - 17px);
    position: absolute;
    background: url("../images/play.png") no-repeat;
    cursor: pointer;
}
/* End Video */

/* Begin Download */
.download
{
    width: 230px;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    text-align: center;
    font-family: arial;
}
.download:nth-child(5n+1)
{
    clear: both;
}
.download:nth-child(5n)
{
    margin-right: 0px;
}
.download > span
{
    color: #313131;
    display: block;
    margin: 10px 0px;
    font-size: 13px;
}
.download > a
{
    display: inline-block;
    padding: 5px 20px 5px 20px;
    background: #0EAD0F;
    color: #fff;
    font-size: 13px;
}
/* End Download */

/* Begin Sản Phẩm */
.sanpham
{
    float: left;
    width: 210px;
    margin-bottom: 28px;
    margin-right: 28px;
    text-align: center;
    font-family: 'RobotoCondensedRegular';
}
.sanpham:nth-child(4n+1)
{
    clear: both;
}
.sanpham:nth-child(4n)
{
    margin-right: 0px;
}
.pic_sanpham
{
    position: relative;
    border: 1px solid rgba(128, 128, 128, 0.2);
}
.pic_sanpham:after
{
    content: '';
    position: absolute;
    width: 220px;
    height: 6px;
    bottom: -6px;
    left: calc(50% - 110px);
    background: url(../images/sd-pro.png) no-repeat;
    background-size: 100% 100%;
}
.pic_sanpham img:hover
{
    opacity: 0.9;
}
.sanpham h3 a
{
    font-size: 15px;
    color: #222222;
    text-transform: capitalize;
    display: block;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 3px;
    line-height: 20px;
}
.sanpham h3:hover, .sanpham h3:hover a
{
    color: red;
}
.price_sanpham
{
    text-align: center;
    font-size: 14px;
}
.new-price { margin-bottom: 3px; }
.old-price span
{
    color: gray !important;
    text-decoration: line-through;
}
.new-price span
{
    color: #f30000 !important;
}
.price_sanpham span
{
    color: red;
}
a.cart-pro
{
    display: block;
    width: 150px;
    height: 35px;
    background: #99310A;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-family: tahoma;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 15px;
}
/* End Sản Phẩm */

/* Begin Sản Phẩm Detail */
.hinh_sp_detail
{
    position: relative;
    float: left;
    width: 400px;
    border: 1px solid rgba(128, 128, 128, 0.4);
    text-align: center;
    margin-right: 20px;
    background: white;
}
.thongtin_sp_detail
{
    width: 500px;
    float: left;
    font-family: arial;
}
.thongtin_sp_detail > span
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    font-family: arial;
    display: block;
    margin-bottom: 20px;
    color: #D21313;
}
.pic_product_detail img
{
    max-width: 70px;
    box-shadow: none !important;
}
.detail_sp
{
    margin-top: 20px;
}
.tbl_detail_item
{
    width: 100%;
    margin-bottom: 10px;
}
.tbl_detail_item span
{
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.tbl_detail_item p
{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.sel-product
{
    height: 30px;
    font-size: 13px;
    outline: none;
    text-align: center;
    cursor: pointer;
}
.loading-comment
{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(255, 255, 255, 0.8) url(../images/loading.gif) center no-repeat;
}
.price-detail p
{
    color: red;
    font-weight: bold;
    font-size: 17px;
}
p.price-detail-old
{
    color: gray;
    text-decoration: line-through;
    font-weight: bold;
}
.tinhtrang
{
    font-weight: normal;
}
.conhang
{
    color: #6A9701
}
.hethang,
.dangcapnhat
{
    color: #F00
}
/* End Sản Phẩm Detail */

/* Begin Tin Tức */
.news
{
    width: 460px;
    min-height: 134px;
    float: left;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.42);
    padding-bottom: 15px;
}
.news:nth-child(2n)
{
    float: right;
}
.news:nth-child(2n+1)
{
    clear: both;
}
.pic_news
{
    float: left;
    width: 160px;
    margin-right: 10px;
}
.pic_news img
{
    padding: 3px;
    border: 1px solid rgba(128, 128, 128, 0.57);
    background: rgba(255, 255, 255, 0.67);
    box-sizing: border-box;
}
.pic_news:hover img
{
    opacity: 0.8;
    border-color: #D21313;
}
.name_news
{
    text-align: justify;
}
.name_news h3 a
{
    font-family: arial;
    color: #D21313;
    font-size: 13px;
    font-weight: bold;
}
.name_news a:hover
{
    color: #ef5454;
}
.desc_news
{
    color: #333333;
    margin-top: 5px;
    text-align: justify;
    font-family: arial;
    font-size: 12px;
    line-height: 20px;
}
.btn_news
{
    float: right;
}
.btn_news a
{
    color: #D21313;
    font-size: 12px;
    font-family: arial;
}
.btn_news a:hover
{
    color: red;
}
/* End Tin Tức */

/* Begin Tin tức khác */
b.tit-news-other
{
    display: block;
    font-family: arial;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.list_baivietkhac
{
    padding-left: 17px;
}
.list_baivietkhac li
{
    margin-bottom: 2px;
}
.list_baivietkhac li a
{
    text-transform: none;
    color: #333333;
    font-family: tahoma;
    font-size: 13px;
}
.list_baivietkhac li a:hover
{
    text-decoration: underline;
    color:  #ef5454;
}
/* End Tin tức khác */

/* Begin Liên Hệ */
.left-lienhe
{
    width: 450px;
    float: left;
}
.info-lienhe
{
    font-size: 13px;
    line-height: 1.5;
    color: #333333;
}
.right-lienhe 
{ 
    width: 450px;
    float: right;
}
.hr-lienhe
{
    border-top: 2px solid rgba(128, 128, 128, 0.52);
    margin: 15px 0px;
}
#map
{
    height: 480px;
    margin: 10px 0px;
}
#directionsPanel
{
    display: none;
}
span#hint-map
{
    font-size: 13px;
    display: block;
}
input.btn-map
{
    border: 0px;
    width: 100px;
    height: 31px;
    background: gray;
    color: white;
    border-radius: 2px;
    outline: none;
}
input.txt-map
{
    height: 27px;
    width: 340px;
    text-indent: 10px;
    border: 1px solid;
    border-color: #cecbcb;
    border-radius: 0px;
    outline: none;
}
span.tit-map
{
    color: red;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    font-family: tahoma;
    font-weight: bold;
}
.diachi
{
    font-size: 13px;
}
/* End Liên Hệ */

/* Begin Table Liên Hệ */
.tablelienhe span { color: #D21313; }
.tablelienhe td { height: 25px; }
.tablelienhe .input, .tablelienhe textarea 
{ 
    border: 1px #E9E9E9 solid;
    font-size: 12px;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    min-height: 30px;
}
.tablelienhe .title { font-size: 14px; font-weight: bold; text-transform: uppercase; }
.button 
{
    border: 1px solid #515151;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    padding: 5px 15px;
    background: #414944;
    border-radius: 1px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: inline-block;
}
.button:hover
{
    color: #FFFFFF;
    background: #202020;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}
.tablelienhe .input::-webkit-input-placeholder {
    color: #585757;
}

.tablelienhe .input:-moz-placeholder { /* Firefox 18- */
    color: #585757;
}

.tablelienhe .input::-moz-placeholder {  /* Firefox 19+ */
    color: #585757;
}

.tablelienhe .input:-ms-input-placeholder {  
    color: #585757;
}
.tablelienhe textarea::-webkit-input-placeholder {
    color: #585757;
}

.tablelienhe textarea:-moz-placeholder { /* Firefox 18- */
    color: #585757;
}

.tablelienhe textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #585757;
}

.tablelienhe textarea:-ms-input-placeholder {  
    color: #585757;
}
/* End Table Liên Hệ */

/* Begin Footer */
.footer
{ 
    width: 100%;
    background: #0383CE;
}
.footer_main
{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
}
.title_footer span
{
    margin-bottom: 10px;
    color: #FFFF00;
    font-size: 22px;
    display: block;
    font-family: 'UTMAvoBold';
    text-transform: uppercase;
}
.content_footer
{
    color: #fff;
    line-height: 25px;
    font-size: 12px;
}
.footer_news
{
    float: left;
}
.footer_news:nth-child(1)
{
    margin-right: 90px;
    width: 395px;
}
.footer_news:nth-child(2)
{
    width: 280px;
    padding-top: 20px;
}
.footer_news:nth-child(3)
{
    width: 275px;
    padding-top: 15px;
    float: right;
}
span#lbl-dk
{
    font-size: 15px;
    text-align: justify;
    font-family: 'RobotoBold';
    display: block;
    margin-bottom: 10px;
    color: #fff;
}
.frm_dangky
{
    height: 38px;
    background: #fff;
}
.txt_dk
{
    width: 180px;
    background: white;
    border: 0px;
    line-height: 36px;
    text-indent: 10px;
    outline: none;
    font-size: 12px;
    float: left;
    color: #313131;
}
/* .btn_dk
{
    width: 93px;
    height: 36px;
    border: 0px;
    outline: none;
    background: url(../images/btn-dk.png) no-repeat;
    color: white;
    float: right;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 10px;
    margin-top: 1px;
    margin-right: 1px;
} */
.btn_dk1
{
    width: 93px;
    height: 36px;
    border: 0px;
    outline: none;
    background: #FF0000;
    -webkit-clip-path: polygon(29% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
    color: white;
    float: right;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    margin-top: 1px;
    margin-right: 1px;
    text-align: right;
}
.footer-bottom
{
    min-height: 48px;
    line-height: 48px;
    background: #013DA7;
}
.footer-bottom > div
{
    max-width: 1200px;
    margin: auto;
}
span#copy
{
    display: block;
    color: white;
    font-size: 12px;
    float: left;
    line-height: 48px;
    font-family: arial;
}
div.thongke
{
    float: right;
    font-family: arial;
    line-height: 48px;
}
div.thongke div.item-tk
{
    display: inline-block;
    vertical-align: top;
    color: white;
    font-size: 12px;
}
div.thongke div.item-tk > span
{
    color: white;
}
div.thongke div.item-tk:nth-of-type(2n)
{
    margin: 0px 2px;
}
/* End Footer */

/* Begin Not Found */
.notice_pro 
{ 
    width: 100%;
    height: 60px;
    background: #EFECEC;
    color: #7D7979;
    font-family: arial;
    border-radius: 5px; 
}
.notice_pro h4 { padding: 0px 20px;line-height: 60px;font-weight: normal;font-size: 15px; }
/* End Not Found */

.scrollToTop
{ 
    width: 50px;
    height: 50px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 2px;
    display: none;
    z-index: 3;
    cursor: pointer;
}

/* Phân Trang */

.pagination { text-align: center; margin-top: 15px; }
.pagination ul {display: inline-block;  margin-bottom: 0;margin-left: 0; padding: 0px;}
.pagination ul>li{display: inline;}
.pagination ul>.active>a, .pagination ul>.active>span
{  
    cursor: default;
    background: red;
    color: white;
}
.pagination ul>li>a, .pagination ul>li>span
{ 
    font-family: arial;
    font-size: 12px;
    float: left;
    padding: 1px 10px;
    line-height: 20px;
    text-decoration: none;
    background-color: #3CA9D8;
    color: white;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination ul>li>a:hover, .pagination ul>li>span:hover
{ 
    background: red;
    color: white;
}

/* End Phân Trang */

/* Fanpage Facebook */
.fanpage_facebook{position:fixed; right:-300px; z-index: 999999; top:200px;display: block}
.ngongngu{
	text-align:right;
}