@charset "utf-8";
/*--------------------------------------
Author:phongbv@hurasoft.com
-----------------------------------------*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,vietnamese");
@import url("lib.css?v=1.1.1");
@import url("fancybox3.css?v=1.1.1");
@import url("animation.min.css?v=1.1.1");

body{font-family:"Open Sans","arial",sans-serif;font-size:14px;color: #444;line-height:18px;background-color: #fff;margin:0;}

img{border:none;vertical-align: middle;max-width: 100%;height: auto;}
.circle{border-radius: 50%;}
.format{margin: 0;padding: 0;}
.ul,.ol{margin: 0;padding: 0;list-style:none;}
.block{display: block;}.inline-block{display: inline-block;}
.robot{font-family: "Roboto Condensed", arial, sans-serif;}
.font-open{font-family: 'Open Sans',arial, Helvetica, sans-serif;}
.pull-left,.fl{float:left;} .pull-right,.fr{float:right;}
.text-center{text-align: center;} .text-left{text-align: left;} .text-right{text-align: right;}.text-justify{text-align: justify;}
.clear,.clr,.clearfix{clear:both;}
.hide,.none{display:none;}
.relative{position: relative;} .absolute{position: absolute;}
.space3px{padding:3px 0;} .space5px{padding:5px 0;} .space10px{padding:10px 0;} .space20px{padding:20px 0;}
.padding3px{padding:3px;} .padding5px{padding:5px;} .padding10px{padding:10px;} .padding15px{padding:15px;} .padding20px{padding:20px;} .padding30px{padding:30px;}
.mb-50{margin-bottom:50px}.mb-40{margin-bottom:40px}.mb-30{margin-bottom:30px}.mb-20{margin-bottom:20px}.mb-10{margin-bottom:10px}.mb-0{margin-bottom:0}.mt-50{margin-top:50px}.mt-40{margin-top:40px}.mt-30{margin-top:30px}.mt-20{margin-top:20px}.mt-10{margin-top:10px}.mt-0{margin-bottom:0}
.cor3px{border-radius:3px;-moz-border-radius:3px;} .cor5px{border-radius:5px;-moz-border-radius:5px;} .cor10px{border-radius:10px;-moz-border-radius:10px;}
.shadow5px{box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);}.shadow10px{box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
*.text-primary{color:#337ab7}*.text-red{color: #e31e30;} *.text-blue{color: #0f4cc8;} *.text-green{color: #1e9512;} *.text-yellow{color: #f7941d;}
*.text-fff{color: #fff;} *.text-000{color: #000;} *.text-222{color: #222;} *.text-333{color: #333;} *.text-555{color: #555;} *.text-777{color: #777;} *.text-999{color: #999;}
.text-10{font-size: 10px;}.text-11{font-size: 11px;}.text-12{font-size: 12px;}.text-13{font-size: 13px;}.text-14{font-size: 14px;}.text-15{font-size: 15px;}.text-16{font-size: 16px;}.text-17{font-size: 18px;}.text-18{font-size: 18px;}.text-20{font-size: 20px;}.text-25{font-size: 25px;}.text-30{font-size: 30px;}
.text-300{font-weight: 300;}.text-400{font-weight: 400;}.text-500{font-weight: 500;}.text-600{font-weight: 600;}.text-700{font-weight: 700;}
.text-udl{text-decoration: underline;}.text-delete{text-decoration: line-through;}.text-upc{text-transform: uppercase;}.text-lwc{text-transform:lowercase}.text-cap{text-transform:capitalize}.text-nowrap{white-space: nowrap;}.text-muted{color:#777}
body .mz-expand a[style*='color: inherit'],.mz-hover-zoom a[style*='color: inherit']{display:none!important;position:absolute;left:-9999999px}
.hr{border-bottom: 1px solid #ddd;} .hr-top{border-top: 1px solid #ddd;}
.line-h19{line-height: 19px;}.line-h22{line-height: 22px;}.line-h25{line-height: 25px;}.line-h30{line-height: 30px;}
.transition{-webkit-transition: all .8s ease; -moz-transition: all .8s ease; -o-transition: all .8s ease; transition: all .8s ease;}
.animation{animation-duration: 2s;animation-name: headShake;animation-iteration-count: infinite;animation-direction: alternate;}
.rotate{-webkit-transition: -webkit-transform .8s ease-in-out;transition: transform .8s ease-in-out;}
.rotate180:hover{transform: rotateY(180deg);}
.rotate360:hover{-webkit-transform: rotate(360deg); transform: rotate(360deg);}
.scale:hover{transform: scale(1.1);}
.ellipsis{text-overflow:ellipsis;}
.ico{background:url(../images/sprite_new1.png) no-repeat;}
.pre-line {white-space:pre-line}

.hover-1 a{position:relative;display:block;width:100%;height:100%;overflow:hidden;}
.hover-1 a:before{content:"";position:absolute;top:10px;left:10px;bottom:10px;right:10px;z-index:9;border-top:1px solid rgba(255,96,3,0.8);border-bottom:1px solid rgba(255,96,3,0.8);transform:scale(0,1)}
.hover-1 a:after{content:"";position:absolute;top:10px;left:10px;bottom:10px;right:10px;z-index:9;border-left:1px solid rgba(255,96,3,0.8);border-right:1px solid rgba(255,96,3,0.8);transform:scale(1,0)}
.hover-1 a:hover:before,.hover-1 a:hover:after{transform:scale(1);margin-top:-1px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}

.hover-2 a{position:relative;display:block;width:100%;height:100%;overflow:hidden;}
.hover-2 a:before{border-color:#000 transparent transparent;border-style:solid;border-width:0;content:"";height:0;left:0;opacity:0.2;position:absolute;top:0;transition:all 0.5s ease-in-out;width:0;}
.hover-2 a:after{border-color:transparent transparent #000;border-style:solid;border-width:0;bottom:0;content:"";height:0;opacity:0.2;position:absolute;right:0;transition:all 0.5s ease-in-out;width:0;}
.hover-2 a:hover:before{border-width:280px 250px 0 0;transition:all 0.3s ease-in-out;z-index:1;}
.hover-2 a:hover:after{border-width:0 0 280px 250px;transition:all 0.3s ease-in-out;z-index:1;}

.hover-3 a{position:relative;display:block;width:100%;height:100%;overflow:hidden;}
.hover-3 a:before{position:absolute;content:'';width:100%;height:100%;top:0;left:0;z-index:1;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}
.hover-3 a:after{position:absolute;content:'';width:100%;height:100%;top:0;left:0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}
.hover-3 a:hover:before{right:50%;left:50%;width:0;background:rgba(255,255,255,0.3)}
.hover-3 a:hover:after{height:0;top:50%;bottom:50%;background:rgba(255,255,255,0.3)}

.hover-4 a{position:relative;display:block;width:100%;height:100%;overflow:hidden;}
.hover-4 a:before{background-color:rgba(255,255,255,0.15);content:"";height:0;left:0;margin:auto;position:absolute;top:0;transition:all .3s ease-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out 0;width:0}
.hover-4 a:after{background-color:rgba(255,255,255,0.15);bottom:0;content:"";height:0;position:absolute;right:0;transition:all .3s ease-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;width:0}
.hover-4 a:hover:before,.hover-4 a:hover:after{height:100%;width:100%;transition:all .4s ease-out;-webkit-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;}

.space0{clear:both;width:100%;height:0}
.space5{clear:both;width:100%;height:5px}
.space10{clear:both;width:100%;height:10px}
.space15{clear:both;width:100%;height:15px}
.space20{height:20px;width:100%;clear:both}
.space25{height:25px;width:100%;clear:both}
.space30{height:30px;width:100%;clear:both}
.space40{height:40px;width:100%;clear:both}
.space45{height:45px;width:100%;clear:both}
.hidden{display:none}
.span-space{display:inline-block;height:2px;width:8px}
.bold{font-weight:700}
.error{color:red!important;padding:5px 0}
.red,.redstar{font-weight:700;color:red}
.center{text-align:center!important}
.f11{font-size:11px}
.f12{font-size:12px}
.f13{font-size:13px}
.f14{font-size:14px}
.f15{font-size:15px}
.f16{font-size:16px}
.txt_lager{width:400px}
.txt_short{width:100px}
.txt_mini_short{width:40px}
.txt_350{width:350px}
.txt_300{width:300px}
.txt_250{width:250px}
.txt_200{width:200px}
.txt_30{width:30px}
.alert{padding:15px;margin-bottom:20px;border:1px solid rgba(0,0,0,0);border-radius:4px}
.alert-success{background-color:#DFF0D8;border-color:#D6E9C6;color:#3C763D}
.alert-danger{background-color:#F2DEDE;border-color:#EBCCD1;color:#A94442}
.alert-warning{background-color:#FCF8E3;border-color:#FAEBCC;color:#8A6D3B}
.text-right{text-align:right!important}
.text-left{text-align:left!important}
.td_left{width:200px}
.td_right{padding-left:15px!important}
.left{float:left!important;text-align:left}
.right{float:right!important;text-align:right}
.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}
.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}
.btn-default{color:#333;background-color:#fff;border-color:#ccc}
.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}
.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default{background-image:none}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}
.btn-default .badge{color:#fff;background-color:#333}
.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}
.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}
.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary{background-image:none}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}
.btn-primary .badge{color:#337ab7;background-color:#fff}
.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}
.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}
.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success{background-image:none}
.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}
.btn-success .badge{color:#5cb85c;background-color:#fff}
.btn-info{color:#fff;background-color: #0aadf1;border-color: #0aadf1;}
.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info{color:#fff;background-color: #0aa0de;border-color: #0aadf1;}
.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info{background-image:none}
.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}
.btn-info .badge{color:#5bc0de;background-color:#fff}
.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}
.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}
.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning{background-image:none}
.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}
.btn-warning .badge{color:#f0ad4e;background-color:#fff}
.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}
.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}
.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger{background-image:none}
.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}
.btn-danger .badge{color:#d9534f;background-color:#fff}
.btn-link{font-weight:400;color:#337ab7;border-radius:0}
.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}
.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}
.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}
.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}
.btn-lg,.btn-group-lg > .btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
.btn-sm,.btn-group-sm > .btn{padding:5px 10px;font-size: 14px;line-height:1.5;border-radius:3px;}
.btn-xs,.btn-group-xs > .btn{padding:1px 5px;font-size: 14px;line-height:1.5;border-radius:3px;}
.btn-block{display:block;width:100%}
.btn-block + .btn-block{margin-top:5px}
.fbold{B}
.pagination ul{display:inline-block;padding:0;margin:0}
.pagination li{display:inline}
.pagination li a{color:#000;float:left;padding:8px 16px;text-decoration:none}
.pagination li a.current{background-color:#cd120b;color:#fff}
.pagination li a:hover:not(.active){background-color:#ddd}
a{color:#cd120b;text-decoration:none}
#header_top{width:100%;margin:0 auto;background-color:#e0e0e0}
#header_top_bd{width:1170px;margin:0 auto;height:34px}
#header_top_nav{float:right;margin-right:0;list-style:none;line-height:29px;margin-top:0;margin-bottom:0}
#header_top_nav li{float:left;color:#757575;}
#header_top_nav li a{color:#757575;text-decoration:none;padding:0 14px;margin:0 2px;display:block;border-top:3px solid #e0e0e0;font-size:17px}
#header_top_nav li a:hover,#header_top_nav li a.active{text-decoration:none;color:#cd120b;border-top:3px solid #cd120b}
#container{width:100%;margin:0 auto}
#tbody,.wrap{width: 1200px;margin:0 auto;}
#tbody{box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
#header{width: 100%;height: 90px;margin:0 auto;background: #ed1b24;}
#logo{float:left;padding-top: 10px;width:270px;max-height: 100%;}
#logo img{padding-left: 0;max-height: 70px;}
#hotline_box{padding: 8px 0 0 110px;position: relative;}
.htl_img{float:left;margin-right: 15px;margin-top:10px;display: inline-block;width: 56px;height: 56px;}
.htl_right{float:left;text-align:left;}
.htl_t{font-size: 22px;color:#f8ff01;margin-top:0;}
.htl_p{color:#fff;font-size: 22px;}
.htl_s{color:#fff;font-size: 22px;}
.htl_right div{margin:5px 0;/* font-weight: 300; */}
.ul_li_right .htl_right .htl_t{color:#545655}
.ul_li_right .htl_right .htl_p{color:#ed1b26}
.ul_li_right .htl_right .htl_s{color:#aaaba6}
#three_note{margin-top: 12px;text-align:center;}
#three_note .ico{display:inline-block;width:40px;height:40px;background-position:5px -70px;margin-bottom: 5px;}
#three_note .fire1{background-position:-42px -70px;}
#three_note .fire2{background-position:-83px -70px;}
#three_note .fire3{background-position:-120px -65px;}
#three_note .item{float:left;padding-left:70px;}
#three_note .item:nth-child(1){padding-left:0;}
#three_note .item span{color:#f5f702;font-weight:600;font-size:16px;}
.th_note{float:left;font-size:12px}
.th_icon{float:left;display:block;width:40px;height:52px;margin-right:5px}
.th_icon img{width:40px}
.th_bold{color:#f8ff01}
.th_text{color:#fff;float:left;width:175px;}
#left_menu{float:left;width: 257px;position:relative;z-index: 66;}
.menu_header{width:100%;height: 40px;background: #ffdf01;}
.menu_header span{color: #000;cursor:pointer;text-transform:uppercase;font-size:18px;width:100%;float:left;height: 40px;text-align:center;line-height: 40px;}
.menu_child{width:100%;padding:0;margin:0;z-index:99999;position: relative;}
.menu_child_show{display:block!important;position:absolute;width:270px}
.menu_ul{display: none;list-style:none;background:#fff;padding:0;margin:0;float:left;/* border: 1px solid #eee; */box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);position: relative;}

.module-home .menu_ul,#left_menu:hover .menu_ul{display:block;}
#left_menu:hover .menu_ul{display:block;position:absolute;left:0;top:100%;}

.menu_ul li{width:100%;border-bottom: 1px solid #ddd;line-height: 31px;padding-left: 15px;box-sizing:border-box;float:left;background:#fff;}
.menu_li{line-height: 29px !important;}
.menu_li a{text-decoration:none;color:#373737;float:left;display:inline-block;width:100%}
.menu_header h3{font-size: 16px;font-weight: 700;line-height: 40px;text-align:left;margin: 0;margin-left: 15px;}

.menu_li:hover{background:#959595;}
.menu_sub{/* visibility:hidden; */-webkit-transition:opacity 0.5s,-webkit-transform .5s;transition:opacity 0.5s,transform .5s;-webkit-transition:all .45s ease-out;-moz-transition:all .45s ease-out;-o-transition:all .45s ease-out;transition:all .45s ease-out;-moz-transform:translate(100px,0);-webkit-transform:translate(100px,0);transform:translate(100px,0);/* opacity:0; */display: none;}
.menu_li:hover .menu_sub{/* visibility:visible; *//* -webkit-transform:translate(0,0); */-moz-transform:translate(0,0);-o-transform:translate(0,0);-ms-transform:translate(0,0);/* transform:translate(0,0); *//* opacity:1 */display: block;}

.menu_li a:hover,.menu_li a.active{color:#fff}
.menu_name{float:left;display:inline-block;margin-top: 1.8px;width:216px;}
.menu_icon{margin-right:5px;width:30px;overflow:hidden;display:none;vertical-align:middle;text-align:center;float:left}
.menu_icon img{vertical-align:middle;width:20px;height:auto}
.menu_sub{float:left;margin-left: 0;top:176px;width: 680px;padding-top: 10px;background:#fff;position:absolute;left: 158px;top: 0;min-height: 100%;z-index:100;box-sizing: border-box;box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}
.menu_sub a:hover{color:#ed1b24;}
.menu_ul_sub{float:left;margin:0;padding: 0 0 0 15px;width:100%;box-sizing:border-box;}
.li_sub_head{font-size:15px!important;}
.li_sub{list-style:none;padding-left:0!important;float:left;width: 48%!important;margin-right:2%;font-size:13px;border-bottom: 1px dotted #eee !important;}
#right_box{margin-left: 0;box-sizing:border-box;float: right;width: 935px;}
#search_cart{width:100%;float:left;background: #ffdf01;height: 40px;}
#search_box{float:left;height: 40px;margin-left: 3px;}
.search_form{width:100%;height: 37px;position: relative;}
.left_search{float:left;height:30px;margin-top:6px;width:25px;z-index:1;background:url(../images/left_search.png) no-repeat}
.right_search{float:left;height:30px;margin-top:6px;width:93px;z-index:1;background:url(../images/right_search.png) no-repeat}
.ipt_search{float:left;width: 385px;height: 34px;padding:0 6px;margin-top: 3px;border:0;outline: none;}
.iconSearch{background: #ed1b24;border: none;color: #fff;width: 40px;height: 34px;float:left;z-index:2;position:absolute;right: 0;top: 3px;cursor: pointer;}
.iconArrowRegiser{background:url(../images/arrow-red.png) no-repeat;width:8px;height:14px;float:left;z-index:2;position:absolute;margin-left:-22px;margin-top:14px}
.textRegister{float:left;z-index:2;position:absolute;top: 3px;width: 40px;height: 34px;line-height: 34px;right: 0;color: #fff;background: #ed1b24;text-align: center;text-transform: uppercase;}
#register_box{float:left;margin-left: 5px;position: relative;}
#register_ipt{/* width:275px */}
#sc_line{float:left;margin:0 35px;height:30px;width:1px;background:#fff;margin-top:6px}
#cart_form{color: #000;line-height:42px;float: right;cursor:pointer;margin-right: 10px;}
.cart_icon{float:left;background:url(../images/cart_icon.png) no-repeat;width:20px;height:16px;margin-top:12px;margin-right:13px}
.arrow_down{float:left;background:url(../images/arrow_down.png) no-repeat;width:7px;height:4px;margin-top:18px}
.cart_text{margin-right:10px;}
.cart_down{float:right;z-index:99991;position:relative;display:none;background:#fff;width:270px;border:1px solid #ccc;border-top:0;box-sizing:border-box}
.ul_cart_d{float:left;padding:0;list-style:none;width:100%}
.ul_cart_d li{float:left;width:92%;padding-bottom:10px;box-sizing:border-box;border-bottom:1px solid #ccc;margin:3% 4%}
.cart_d_img{float:left;height:70px;width:70px}
.cart_d_name{float:left;margin-left:10px;width:160px}
.cart_d_name a{text-decoration:none;font-weight:700;color:#595959}
.cart_d_name span{float:left;margin:0 2px}
.cart_d_name span:first-child{margin-left:0}
.cart_d_price{color:#cd120b}
.cart_d_del{color:#dc1a00!important;float:right!important}
.cart_btn_pay{display:block;width:96%;height:34px;background:#cd120b;color:#fff;line-height:34px;text-align:center;margin:0 auto;margin-bottom:10px;text-decoration:none;border-radius:3px;B}
.cart_number{B}
#ads_home{width: 935px;}
#ads_home .owl-dots{position:absolute;right: 5px;bottom: 6px;}
.ads_h_row{width:100%;float:left}
.ads_h_row div{float:left}
.ads_h_r_1{margin-right: 0;width: 645px;height: 395px;}
.ads_h_r_1 img{width: 645px;height: 395px;}
.ads_h_r_1 .p_sp_img{height: 395px;overflow:hidden;position: relative;}
.bxslider_ads_home{padding:0;margin:0;list-style:none;float: left;}
.ads_h_r_1 .bx-wrapper .bx-viewport{left:0;background:none;border:none;box-shadow:none}
.ads_h_r_1 .bx-wrapper .bx-viewport li{margin-top:-14px}
.ads_h_r_1 .bx-wrapper .bx-pager{position:relative;bottom:0;width:100%;margin-top:-38px}
.ads_h_r_1 .bx-controls{float:right}
.ads_h_row .ads_h_r_2{width:280px;height:395px;overflow:hidden;float:right;}
.ads_h_r_3{margin-right:40px}
.ads_h_r_4{margin-right:30px}
.ads_h_r_5 img{width: 318px;margin-right: 9px;height:98px;float:left;}
.ads_h_r_5:nth-child(2) img{margin-right: 0;}
.ads_h_r_5:nth-child(3){float:right;}
.ads_h_r_5:nth-child(3) img{width: 280px;margin-right: 0;float:right;}
#product_list{float:left;width:100%;box-sizing:border-box}
.p_cat{float:left;width:100%;box-sizing:border-box;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);}
.p_cat_head{width:100%;height: 32px;border-bottom: 1px solid #eee;/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */}
.p_cat_h_name{float:left;height:100%;background:#dc1a00;color:#fff;line-height:44px;text-transform:uppercase;font-size:24px}
.p_cat_h_name span{padding-left:20px;float:left}
.p_cat_h_name a{text-decoration:none;color:#fff;}
.p_cat_h_arrow{width:12px;height:46px;background:url(../images/arrow-pink.png) no-repeat;position:absolute;margin-top:-2px}
.p_cat_tab{float:right;font-family:Roboto;margin-right:10px}
.p_cat_tab_text a{color:#757575;text-decoration:none}
.p_cat_tab span{margin:0 5px;float:left;line-height:44px}
.p_cat_tab_line{width:1px;color:#757575}
.tab_text_hover{width:100%;float:left;height:3px;background:#dc1a00;margin-top:-3px}
.p_cat_tab_arrow{float:left;width:100%;text-align:center;height:4px;margin-top:-29px}
.p_cat_tab_text a.active{color:#dc1a00}
.product_items{width:100%;box-sizing:border-box;float:left}
.product_special{width:384px;float:left;box-sizing:border-box}
.p_sp_img{width:100%;height:261px;float:left}
.p_sp_cat{float:left;width:100%;background:#b2eaff;color:#fff;min-height:274px;box-sizing:border-box;padding:10px}
.p_sp_cat_item{float:left;width:50%;margin: 0;padding-left: 0;box-sizing:border-box;color:#333;overflow:hidden;text-decoration:none;}
.p_sp_cat_sub{width:100%;float:left;box-sizing:border-box;padding:10px;border:1px solid #ccc;background:#fff}
.p_sp_cat_sub_item{padding-left:5px;box-sizing:border-box;font-size:13px;width:48%;float:left;margin-bottom:5px;color:#cd120b;text-decoration:none}
.product_it{float:left;width:100%;box-sizing:border-box}
.product_it ul{padding:0;margin:0;list-style:none}
.product_it ul li{float:left;width: 200px;box-sizing:border-box;overflow:hidden;position:relative;border-right: 1px solid #eee;margin-bottom: 0;}
.product_it ul li.no_right{border-right:none}
.p_it_img{width:100%;text-align:center;float:left;height: 160px;overflow:hidden;/* line-height: 160px; *//* border-bottom: 1px solid #eee; */}
.p_it_img img{max-width: 100%;max-height: 100%;text-align:center;transition: all .8s ease;}
.product_it li:hover .p_it_img img{/* transform:scale(1.2); */}
.p_it_info{float:left;width:100%;box-sizing:border-box;padding:0 5px;text-align:center;line-height:22px;font-size:13px;background:#fff;color:#747474;height: 92px;border-bottom: 1px solid #eee;}
.p_it_info_name{line-height:normal;height: 36px;overflow:hidden;margin: 5px 0 10px;}
.p_it_info a{text-decoration:none;color:#747474}
.p_it_info_price{color: #e00;font-weight: 700;font-size: 16px;font-family: 'Kanit';}
.p_it_info_fake{text-decoration:line-through;font-size: 12px;line-height: normal;}
.ads_cat{clear:both;float:left;line-height:0;margin-bottom:10px}
.p_it_hover{position:absolute;width:100%;height:170px;background:#333;opacity:.8;color:#fff;text-align:justify;font-size:13px;box-sizing:border-box;padding:10px;cursor:pointer}
.p_it_btt{padding:5px 10px;width:100px;display:block;text-decoration:none;background:#dc1a00;text-align:center;font-size:14px;color:#fff;margin:0 auto;margin-top:58px}
#footer{float:left;width:100%;margin:0 auto;background:#fff}
.footer_body{width:1170px;margin:0 auto;box-sizing:border-box}
#f_news{float:left;width:876px;box-sizing:border-box;padding:0 10px}
.f_news_h{width:100%;float:left;height:30px}
.footer_b{width:100%;margin:0 auto;padding: 10px 0;background:#fff;float:left;border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;}
.f_news_grey{width:49px;height:50px;background:#f2f2f2;float:left}
.f_n_icon{margin-top:13px;margin-left:7px}
.f_n_title{text-transform:uppercase;color:#757575;font-size:30px;float:left;line-height:50px;margin-left:17px;margin-right:20px}
.f_n_title a{color:#757575;}
.f_news_img{width:80px;float:left}
.f_news_r{/* float:left; *//* width:180px */padding-left: 90px;font-size: 12px;}
.f_news_t{text-align:justify;display:block;color: #0a4dd5;font-size:13px;text-decoration:none;}
.f_news_extra{width:100%;margin-top: 0;float:left;font-size: 11px;color:#a3a3a3;}
.f_news_extra .btn{margin-left:6px;border:1px solid #0a4dd5;color: #0a4dd5;text-transform:uppercase;padding:2px 3px;font-size:9px;border-radius:3px;}
.f_news_time{width:12px;height:13px;background:url(../images/calendar.png) no-repeat;float:left;margin-right:7px}

.display_list ul li{width:100%;margin-bottom: 20px;}
.display_list .p_it_img{width: 220px;float:left;height: auto;}
.display_list .p_it_info{float:none;width:auto;padding-left:240px;text-align:left;border: none;}
.display_list .productSummary{display:block;}

#facebook_like{float:right;height:241px}
.ul_info{list-style:none;width:100%;float:left;padding:0;margin:0}
.ul_info li{width: 15%;float:left;padding-left: 10px;}
.ul_info li:first-child{padding-left:10px}
.ul_li_i_head{font-size: 13px;color: #000;margin-bottom: 10px;text-transform: uppercase;font-weight: 600;}
.ul_li_row{float:left;line-height: 28px;font-size: 13px;}
.ul_li_row a{color: #0a4dd5;}
.ul_li_row a:hover{color:#ec1d23}

.ul_info .phone a{color:#0a4dd5;font-weight:600;font-size:14px;}
.ul_info .phone .fa{border:1px solid #eee;padding:3px 5px;border-radius:50%;}
.ul_info .social a{background: #0084cb;color: #fff;padding:5px 5px;margin-right:8px;border-radius:50%;font-size:20px;text-align:center;width:22px;display:inline-block;}

.ul_li_row_b{color:#3c3c3c}
.ul_li_right .htl_right{width:200px}
.footer_icon{background:url(../images/footer_icon.jpg) no-repeat;width:65px;height:65px;display:block;float:left;margin-right:10px}
.footer_icon_bagde{background-position:0 -107px;height:75px}
#footer_end{float:left;width:100%;margin:0 auto;background:#ee1c25}
.footer_end_l{box-sizing:border-box;}
.img_map{float:left;width:170px;height:118px;margin-right: 0;margin-left: 0;}
.company_info{line-height:18px;padding-left: 170px;font-size:13px;}
.company_info p{margin:5px 0;}
.f_com_i_name{text-transform:uppercase;margin-bottom:6px;}
.footer_end_icon{margin-right:5px;width:20px;height:20px;background:url(../images/footer_e_icon.png) no-repeat;display:inline-block}
.icon_map{background-position:0 -3px}
.icon_f_phone{background-position:0 -27px}
.icon_mobile{background-position:0 -51px}
.icon_f_email{background-position:0 -76px}
.icon_web{background-position:0 -99px}
.footer_end_r{float:left;width:600px}
.footer_end_r ul{list-style:none;width:100%;float:left;padding:0;margin:0}
.footer_end_r ul li{float:left;width:45%;margin:0 2% 2% 0}
.footer_end_r a{text-decoration:none}
.li_brand_name{color:#f2f2f2}
.li_brand_address{color:#fff;line-height:20px;}
.copyright{width:100%;margin:0 auto;text-align:center}
.copy_text{color:#fff;margin:5px 0}
.c_product_it{float:left;width:100%;box-sizing:border-box}
.c_product_it ul{padding:0;margin:0;list-style:none}
.c_product_it ul li{float:left;width:24%;box-sizing:border-box;overflow:hidden;margin-right:1%;margin-bottom:2%}
.c_product_it li .p_it_hover{width:208px;height:169px}
.c_product_it li .p_it_img img{background:#fff;border-bottom:1px solid #ccc}
.li_right{margin-right:0!important}
.li_left{clear:left}

#body_left{float:left;width: 805px;}

#filter{float: right;width: 390px;}
.filter_item{padding: 15px 15px 0;float:left;background:#fff;margin: 10px 0 0;border-right:1px solid #f2f2f2;box-sizing:border-box;width:100%;}
.filter_name{color:#434444;width:100%;border-bottom:1px solid #ccc;float:left}
.filter_name span{padding:5px 0;float:left;color: #0a4dd5;font-size: 16px;font-weight: 600;}
.filter_child{float:left;width:100%;margin-top:10px}
.filter_c{padding:5px 0;width:100%;float:left}
.filter_c label{cursor:pointer;}
.filter_c input[type="checkbox"]{margin:0 6px 0 0;position:relative;top:2px;background:#fff;border:1px solid #ddd;}
.f_checkbox{width:18px;height:12px;display:block;float:left;margin-right:6px;margin-top:1px;}
.f_checked{background-position:0 -12px}
.c_product_it .p_it_info{border-left:1px solid #ccc}
ol.breadcrumb{padding:0;margin:0;list-style:none}
ol.breadcrumb li{float:left;font-size:13px;margin:0 5px;}
ol.breadcrumb li:first-child{margin-left:0}
.bread_arrow{font-family:Arial;margin-top:-1px!important}
ol.breadcrumb a{text-decoration:none;color:#cd120b}
.icon_home{width:15px;height:12px;background:url(../images/home.png) no-repeat;display:inline-block;float:left;margin-top:2px;margin-right:5px}
.detail_left{float:left;width: 900px;}
#pd_gallery{float:left;width: 400px;/* height: 415px; */position:relative;overflow:hidden;margin-left: 12px;}
#pd_gallery img{width:100%;cursor: pointer;}
#pd_info{float: right;margin-left: 0;width: 455px;color: #000;}
.detail_right{width:267px;float:right;padding: 6px 5px 0 0;}
.product_detail_accessory .title{background:#e0e0e0;padding:7px;}
.product_detail_accessory li{padding-bottom:20px;position: relative;}
.product_detail_accessory .p_it_img{width:100px;height:auto;float:left;text-align: left;}
.product_detail_accessory .p_it_info{width:auto;height: auto;float: none;text-align: left;padding-left: 110px;border: none;}
.product_detail_accessory .sale_per{right:inherit;left:5px;top:-5px;}

.pd_name{color:#767676;text-transform:uppercase;font-size:18px}
.pd_name span{font-size:14px;text-transform:none;margin-left:7px}
.pd_name a{color:#cd120b;text-decoration:none}
.pd_slash{margin:0 5px;display:inline-block}
.pd_social{margin:0 10px}
.conhang{color:#dc1a00}
.hethang{color:gray}
.pd_space{height:40px}
.pd_price{float:left;width:100%}
.pd_price_l{float:left;width:270px}
.pd_price_fake{color:#767676;text-decoration:line-through}
.price_sale{font-size:30px;color:#dc1a00;margin:10px 0;font-family: 'Kanit';font-weight: 700;}
.pd_vat_yes{color: #0aadf1;}
.pd_vat_no{color:#756E6E}
.pd_size{font-size:14px;width:182px;float:left}
#pd_opt_size{padding: 10px 20px;width: 220px;border:1px solid #ccc;color:#767676;font-size: 16px;border-radius: 3px;}
.a_btn{text-decoration:none;display:inline-block;text-transform:uppercase;float:left}
.a_btn span{display:inline-block;margin-top: 0;}
.btn_muangay{color:#fff;background: #ed1b24;}
.btn_muangay:hover,.btn_tragop:hover{color:#fff}
.btn_tragop{color:#fff;margin-left: 15px;background: #0f75bd;text-transform: uppercase;}
.btn_tragop img{display:inline-block;height:12px;margin-right:8px;margin-top:4px;float:left}
.pd_hr{width:100%;height:60px;float:left;clear:both;border-bottom:1px solid #ccc;margin-bottom:20px}
.pd_chinhsach{float:left;margin-left: 0px;padding: 20px 0;}
.pdc_name{color: #000;font-weight: 600;font-size: 18px;padding-bottom: 10px;border-bottom: 1px solid #ccc;margin: 20px 0;}
.pdc_ul{width:100%;float:left;margin:0;padding:0;list-style:none;font-size: 14px;color: #000;}
.pdc_ul li{float:left;width:100%;margin-bottom:10px}
.pdc_icon{width: 50px;height: 45px;background: url(../images/sprite_new1.png) no-repeat;float:left;}
.pdc_phone{background-position:0 0}
.pdc_check{background-position: 10px -181px;}
.pdc_ul li:nth-child(2) .pdc_check{background-position: -40px -183px;}
.pdc_ul li:nth-child(3) .pdc_check{background-position: -105px -181px;}
.pdc_ul li:nth-child(4) .pdc_check{background-position: -160px -183px;}
.pd_tab{width:100%;float:left;background:#fff;padding:10px;box-sizing:border-box}
ul.tab_name{float:left;border-top:1px solid #ddd;border-bottom:1px solid #ddd;width:100%;padding:5px 0;margin:0;list-style:none}
ul.tab_name li{float:left;padding:5px 0;cursor:pointer;margin-right: 0;}
ul.tab_name li a{color: #0aadf1;}
ul.tab_name li span.active{color: #0aadf1;}
ul.tab_name li span{padding:0 16px;border-right:1px solid #0aadf1;}
ul.tab_name li:nth-child(1) span{padding-left:0;}
ul.tab_name li:last-child span{border:none;}
.p_tab{float:left;width:100%;padding: 12px 0;background:#fff;line-height:22px;text-align:justify;box-sizing:border-box;}

.tbl_item{    width: 100%;border-collapse: collapse;}
.tbl_item th{border: 1px solid #ddd;padding: 5px;background: #ccc;color: #000;}
.tbl_item tr{    width: 100%;padding: 5px 0;}
.tbl_item td{border: 1px solid #ddd;padding: 2px 5px;text-align: center;}
.tbl_item .col1{text-align: left;}
.tbl_item .col2{text-align: center;}
.tbl_item .col3{}
.tbl_item .col4{}
.tbl_item .col5{text-align: center;}
.tbl_item .col6 a{display:block;padding:3px 0;}
.mix_label{clear: both;margin: 10px 0;font-size: 16px;}
.tbl_number{width: 35px;text-align: center;border: 1px solid #ddd;border-radius: 3px;padding: 5px 0;}
.item_by_error{display: none;color: red;}

.same_product{width:100%;box-sizing:border-box;float:left;background:#fff;padding:10px 8px}
.op_head{border-bottom:1px solid #ccc;padding:5px 0;float:left;width:100%}
.oph_name{float:left;width:100%}
.oph_name span{border-bottom:3px solid #cd120b;padding-bottom:3px}
.op_product{width:100%;padding:0;margin:0;float:left}
.op_product ul{width:100%;padding:0;margin:10px 0;list-style:none;float:left}
.op_product ul li{margin-bottom:15px;float:left}
.op_product ul li a{display:block;float:left;text-decoration:none}
.op_image{width:251px;overflow:hidden;float:left}
.op_image img{box-sizing:border-box;border:1px solid #ccc}
.op_price{float:left;margin-top:-2px;display:block;width:100%}
.op_price_text{color:#fff;float:left;height:33px;background:#dc1a00;line-height:33px;padding:0 10px;width:45%;font-size:14px}
.op_price_arrow{background:url(../images/arrow_price.png) no-repeat;width:27px;height:33px;float:left}
.op_blue{background:url(../images/arrow_blue.png) no-repeat;width:29px;height:33px;float:left;margin-left:-16px}
.op_blue_text{color:#fff;float:left;height:33px;background:#0e76bc;line-height:33px;width:31%}
.name_1_line{font-size:13px}
.name_2_line{font-size:13px;line-height:16px}
#bx-pager img{width:66px!important;margin-right:6px}
.img_five img{margin-right:0!important}
.body_content{padding:0;line-height: initial;}
.news_list{width: 780px;background:#fff;float:left;padding: 0 10px;box-sizing:border-box;}
.nl_image{float:left;width:261px;margin-right:20px}
.nl_image img{width:100%}
.nl_info{float:left;width:570px;box-sizing:border-box}
.nl_title{color:#cd120b;text-transform:uppercase;font-size:18px}
.nl_time{font-size:12px;margin:10px 0}
.nl_calendar{width:12px;height:13px;background:url(../images/calendar.png) no-repeat;display:inline-block}
.nl_date{margin-left:5px;color:#a4a4a4}
.nl_social{margin-bottom:5px}
.nl_caption{color:#767676;text-align:justify;margin-bottom:10px;float:left;width:100%;line-height:20px}
.nl_more{display:inline-block;margin-left:5px}
.nl_more a{color:#cd120b;text-decoration:none}
.nl_more a:hover{color:#dc1a00}
.news_right_col{float:right;width:400px;box-sizing:border-box}
.news_right_box{padding: 5px 10px;float:left;width:100%;box-sizing:border-box;background:#fff;}
.nl_h_name{border-bottom:1px solid #ccc;color:#434444;padding-bottom:10px}
.nl_h_name span{border-bottom: 3px solid #e00;padding-bottom:8px;font-weight: bold;}
.bv_item{float:left;width:100%;box-sizing:border-box;margin-bottom:20px}
.bv_item_img{display:block;float:left;margin-right:10px;width:61px}
.bv_item_title a,.bv_item a{text-decoration:none;color:#cd120b;}
.bv_arrow{float:left;display:block;position:relative;height:auto;width:10px}
.bv_title{float:left;width:242px}
.news_detail{width:98%;box-sizing:border-box;text-align:justify;line-height:22px;float:left;margin-left:1%}
.news_d_h1{padding:0;margin:0;font-size:24px;}
.news_d_content{float:left;width:100%;margin-top:2px;clear:both;line-height:25px}
.news_social{clear:both;margin-top:10px;float:left}
.ct_left{float:left;width:370px}
.ct_label{width:100%;float:left;margin-bottom:20px;font-size:18px;color:#767676;text-transform:uppercase}
.ct_l_site{color:#dc1a00}
.ct_coso{width:100%;float:left;margin:20px 0;box-sizing:border-box}
.ctc_name{color:#4c4c4c}
.ctc_row{color:#4c4c4c;margin:5px 0}
.ct_right{float:right;width:770px}
.ct_form{width:100%;float:left}
.ct_form_l{float:left;width:370px}
.ct_form_l .f_com_i_name,.ct_form_r .f_com_i_name{color:#4d4d4d}
.ct_icon{width:15px;height:20px;margin-right:10px;background:url(../images/contact_icon.png) no-repeat;display:block;float:left}
.icon_phone{background-position:0 -68px}
.icon_hotline{background-position:0 -136px}
.icon_email{background-position:0 -205px}
.icon_website{background-position:0 -273px}
.ct_f_c{float:left;margin-top:4px;color:#757575}
.ct_form_l_row{float:left;width:100%;margin-bottom:17px}
.ct_f_h{B}
.ct_form_r{float:left;margin-left:20px;width:380px}
.ct_form_r_row{float:left}
.ct_form_r_item{margin:5px 0 15px;height:30px;width:100%;float:left;box-sizing:border-box;border:1px solid #ccc;background:#fff}
.ct_f_r_icon{display:block;margin-left:5px;float:left;padding-right:5px;border-right:1px solid #ddd;width:20px;background:url(../images/contact_icon2.png) no-repeat;height:100%}
.ct_form_r_item input{width:90%;height:26px;border:none;margin-left:4px;color:#757575}
.ct_f_r_i_body{background-position:0 5px}
.ct_f_r_i_email{background-position:0 -44px}
.ct_f_r_i_phone{background-position:0 -97px}
#ct_content{width:97%;height:116px;resize:none;border:1px solid #ccc;margin-top:7px;float:left;padding:5px}
.ct_btn{margin-left:0;padding:7px 55px}
#thanhtoan{width:100%;float:left;}
#tt_center{margin:0 auto;width:100%;text-align:center}
.tt_container{background:#BBB}
#tt_popup{
    max-width: 690px;
    margin: auto;
}
.tt_popup_head{font-size:18px;color:#fff;padding:10px 16px;background: #0e76bd;font-weight: bold;}
.tt_pop_body{padding:10px 16px;background:#f3f3f3;overflow: hidden;}
.tt_location{width:100%;float:left;margin:5px 0}
.tt_location span{display:inline-block;margin-right:10px}
.tt_location select{width:116px;padding:5px 0;border:1px solid #ccc;color:#333}
.tt_p_box{width:100%;float:left}
.tt_p_box table{width:100%;border-spacing:0;float:left;border:1px solid #e0e0e0;margin-bottom:10px}
.th_sp{width:60%}
.th_soluong{width:20%;text-align:center}
.th_thanhtien{width:20%;text-align:right}
.tt_p_box .tbd_row{background:#fff}
.tt_p_box td{padding:13px 7px}
.tt_p_image{float:left;width:73px;margin-right:10px}
.tt_p_info{float:left;width:72%}
.tt_p_i_price{color:#4c4c4c;margin:5px 0}
.tt_p_i_price span{color:#ef329b}
.tt_p_i_select{padding:4px 2px;min-width:160px;border:1px solid #ccc;color:#333}
.td_p_i_soluong{text-align:center}
.td_p_i_soluong a{text-decoration:none;display:inline-block;margin:0 10px;font-weight: bold;}
.td_p_price{text-align:right}
.tt_sub_price{margin-bottom:7px}
.td_p_price a{color: #e00;}
.tt_tr_first{background:#e6e6e6}
.tt_tr_first th{padding:5px 9px}
.tt_vat{width:200px;display:block;float:right;margin-bottom: 10px;}
.tt_vat span{}
.tbd_row td{border-bottom:1px solid #ccc}
.tr_tt_total{text-align:right;background:#e6e6e6}
.tr_tt_total td{padding:7px 6px}
.tt_total_price{}
.tt_t_text{color:#4d4d4d;margin-right:71px}
.tt_t_price{color:#dc1a00}
.tt_note{width:100%;float:left;clear:both;padding:5px 0 20px;border-bottom:1px solid #ccc}
.step_name{font-size:18px;margin-bottom:16px}
.step_option{float:left;width:50%;cursor:pointer;text-align: left;margin-bottom: 10px;}
.st_opt{display:block;width:16px;height:16px;cursor:pointer;float:left;background:#D6D1D1;margin-right:10px;border-radius:50%}
.st_opt_active{background:#0e76bd}
#step_address{border:1px solid #ccc;padding:10px;box-sizing:border-box;width:100%;float:left}
.st_ad_name{font-size:15px;padding-bottom:10px;border-bottom:1px solid #ccc}
.st_ad_opt{float:left;width:50%;margin-top:17px}
.st_ad_opt select{width: 100%;padding:5px;border:1px solid #ccc;}
.st_ad_opt input[type="text"]{width:90%;padding:5px;border:1px solid #ccc}
.st_ad_opt_r{text-align:right}
.step_hr{float:left;width:100%;height:30px;border-bottom:1px solid #ccc;margin-bottom:10px}
#step2,#step3,#step4{float:left;width:100%;box-sizing:border-box}
#step2 .step_option{width:auto!important;margin-right:25px}
#step2 .step_option input{padding:5px;border:1px solid #ccc;width:208px;margin-left:35px;float:right;right:0}
.step_option_r{float:right;right:0;margin-right:0!important;margin-top:-5px;width:78%}
.step_option_r .st_c_input{margin:0 2%}
.step_option_r .st_c_input:last-child{margin-right:0!important}
#step3 .step_option{width:auto!important;margin-right:56px}
.step3_link{text-decoration:none;color:#cd120b;margin:3px 0;float:left;width:100%;font-size:13px}
#step3_note{width:100%;box-sizing:border-box;padding:5px 10px;border:1px solid #ccc;height:60px;resize:none}
.st_check{float:left;color:#4d4d4d;width:100%;box-sizing:border-box;cursor:pointer}
.st_c_ipt{height:16px;width:16px;display:block;float:left;background:#fff;border:1px solid #e0e0e0;margin-right:10px}
.st_c_icon{width:15px;height:12px;background:url(../images/check.jpg) no-repeat;float:left;position:absolute;margin-top:3px;margin-left:2px}
.st_c_text{margin-top:2px;float:left;color:#fff}
.st_c_input{width:47%;padding:5px 10px;box-sizing:border-box;float:left}
#company_code{margin-right:39px}
#company_address{clear:both;width:100%;box-sizing:border-box;margin-top:17px}
.st_agree{float:left;width:100%;clear:both;margin-top:14px}
.st_agree a{color:#dad5d5;text-decoration:none}
#tt_button{float:right;width:100%;text-align:right;margin-top:25px}
#tt_button a{text-decoration:none;margin:0 20px}
.tt_a_cancel{text-transform:uppercase;color:#fff;font-size:15px}
.tt_a_pay{background: #ed1b24;margin-right:0!important;color:#fff;padding: 10px 30px;font-size:16px;border: none;}
#tt_footer{float:left;width:100%;text-align:right;padding:10px 5px;box-sizing:border-box;background:#e0e0e0}
#tt_footer div{float:right;margin-top:4px;margin-right:10px}
#coso_content{width:855px;float:left;padding:10px}
.coso_info{float:left;width:100%}
.coso_image{float:left;width:170px;margin-right:20px}
.coso_right{float:left;width:665px}
.coso_r_name{text-transform:uppercase;margin-bottom:12px}
.coso_r_div{color:#757575;margin:8px 0}
.coso_r_name div strong{B}
.coso_hr{float:left;width:100%;height:2px;border-bottom:1px solid #ccc;margin:10px 0 2px}
.coso_map{margin:20px 0;overflow:hidden;float:left;width:100%}
.coso_intro{width:100%;text-align:justify;line-height:22px}
.coso_o_name{font-size:18px;margin:9px 0}
.coso_o_add{float:left;width:100%}
.coso_o_icon{float:left;display:block;width:20px;height:20px;background:url(../images/contact_icon.png) no-repeat}
.cms_left{float:left;width:800px}
.cms_right{float:right}
.cms_content{text-align:justify;line-height:24px;float:left;width:770px}
#cms_coso{float:left;width:100%}
.cms_c_item{float:left;width:275px;box-sizing:border-box;background:#e0e0e0;border:2px solid #dedede;margin-right:23px}
.cms_c_item:last-child{margin-right:0!important}
.cms_c_item a{text-decoration:none;color:#565656}
.cms_c_stt{font-size:30px;padding:10px}
.cms_c_body{background:#fafafa;padding:10px;float:left;width:100%;box-sizing:border-box}
.cms_c_name{color:#ed1293;font-size:18px;padding-bottom:8px;border-bottom:1px solid #ccc}
.cms_c_address{padding:10px 0}
.cms_c_phone,.cms_c_hotline{float:left;width:100%;padding-bottom:10px}
.cms_c_phone span,.cms_c_hotline span{margin-left:20px;float:left;color:#757575}
.a_brand{text-decoration:none;color:#565656}
.pagination{float:left;width:100%;text-align:center;padding: 30px 0;}
.pagination a{margin:0 3px}
.pagination a.active{color:#fff;background: #0a4dd5;border-color: #0a4dd5;}
.face_comment{width:884px;float:left}
#st_address{width:100%;margin:10px 0;padding:5px;box-sizing:border-box;border:1px solid #ccc;height: 30px;}
#anchor_menu{position:fixed;margin-top: 135px;}
#anchor_menu ul{list-style:none;padding:0;margin:0;background:#fff;border:1px solid #ccc;margin-left:1px}
#anchor_menu ul li{border-bottom:1px solid #ccc;padding:2px}
#anchor_menu ul li:last-child{border-bottom:0!important}
#anchor_menu_r{position:fixed;margin-top: 135px;right:0;}
#anchor_menu_r ul{list-style:none;padding:0;margin:0;background:#fff;border:1px solid #ccc;margin-left:1px}
#anchor_menu_r ul li{border-bottom:1px solid #ccc;padding:2px}
#anchor_menu_r ul li:last-child{border-bottom:0!important}
.nodata{padding:20px;text-align:center;color:#8E8888}
.no_fake{display:inline-block;padding-top:16px}
.right_search{cursor:pointer}
.share-links{display:inline-block;margin-left: 0;}
.gplus_like{display:inline-block;float:right}
.sale_box{width:100%;float:left;box-sizing:border-box;color: #0f75bd;}
.sale_item{width:100%;float:left;margin-bottom:5px;box-sizing:border-box;color: #0aadf1;}
.sale_item img{float:left;margin-right:5px;margin-top:3px}
.sale_item span{color: #0aadf1;}
#other_product{float:left;width:100%;box-sizing:border-box}
#other_product ul{list-style:none;width:100%;box-sizing:border-box;padding:0;margin:0;float:left}
#other_product ul li{width:223px!important;border-right:1px solid #ccc}
.ads_product{width:100%;float:left;box-sizing:border-box}
.ads_item{width:100%;margin: 15px 0;}
.ads_item:first-child{margin-top:0}
.ads_item img:hover{opacity:.8}
.pd_state{float:left;margin-left: 0;}
#comment{float:left;width:100%;background:#fff;padding:20px;box-sizing:border-box}
.comm_head{font-size:16px;color:#dc1a00;text-transform:uppercase;margin-bottom:10px}
.comm_body{float:left;width:100%}
.comm_row{float:left;width:100%;box-sizing:border-box;margin:10px 0}
.comm_row_l{float:left;width:140px;vertical-align:middle;B}
.comm_row_r{float:left}
.comm_row_r input{width:236px;padding:3px 5px;box-sizing:border-box;vertical-align:middle}
.comm_row_r textarea{padding:3px 5px;width:400px;height:100px}
.comm_row_r img{vertical-align:middle}
.btn_send{background:#cd120b;color:#fff;float:left;margin-left:138px}
#c_code{width:100px;margin-right:20px}
.comm_list{width:100%;float:left;box-sizing:border-box}
.comm_list ul{width:100%;box-sizing:border-box;float:left;list-style:none;padding:0}
.comm_list ul li{float:left;width:100%;margin:8px 0}
.comm_list_name{color:#cd120b;font-size:15px;float:left;margin-right:10px}
.comm_list_name img{vertical-align:middle;float:left;margin-right:7px}
.comm_l_name{float:left;vertical-align:middle;margin-right:10px}
.comm_l_time{font-size:11px;color:#807b7b}
.comm_list_text{float:left;width:100%;text-align:justify;margin-left:33px;line-height:22px}
.sale_per{z-index: 9;position:absolute;top: 6px;right: 6px;background: url(../images/sprite_new1.png) -80px 0;color:#fff;padding: 0;font-size:14px;margin: 0;height: 46px;width: 46px;display:inline-block;box-sizing:border-box;text-align: center;line-height: 46px;font-weight: 700;}
.sale_per span{}
.scroll{position:fixed;background:#f2f2f2;z-index:99999}
.designby{font-size:12px;display:inline-table;float:right}
#vert_menu{float:left;width:100%;list-style:none;padding:0;box-sizing:border-box;background:#fff;font-size:15px;margin:0}
#vert_menu li{float:left;width:145px;text-align:center;padding:6px 0;border-right:1px solid #dedede}
#vert_menu li:first-child{margin-left:0}
#vert_menu li:last-child{border-right:0}
#vert_menu li:hover,#vert_menu li.active{background:#f3f3f3;cursor:pointer}
#vert_menu li:hover a.a_parent,#vert_menu li.active a.a_parent{color:#cd120b}
#vert_menu li a{color:#373737}
#filter_reset{text-align:right;clear:both;margin-top:10px;font-size:14px}
#filter_reset a{color:#880303}
#ttvanchuyen{float:left;width:100%;margin-top:20px;background:#fff;border:1px solid #ccc;box-sizing:border-box}
#ttvanchuyen_info{padding:10px 20px}
.bx-wrapper .bx-controls-direction a{z-index:1!important}
.product_special .bx-wrapper .bx-viewport{left:0;background:none;border:none;box-shadow:none}
.product_special .bx-wrapper .bx-viewport li{margin-top:-14px}
.h3_other{font-size:18px;background:#dc1a00;padding:10px 20px;color:#fff;float:left;font-weight:400;width:100%;box-sizing:border-box}
#viewed_product{float:left;width:100%;box-sizing:border-box}
#viewed_product ul{list-style:none;width:100%;box-sizing:border-box;padding:0;margin:0;float:left}
#viewed_product ul li{width:223px!important;border-right:1px solid #ccc}
.thumbblock{display:inline-block;position:relative;overflow:hidden}
.thumb380{height:450px;width:100%}
.title_thumb380{position:absolute;bottom:20px;left:20px;right:20px;color:#fff;display:block;z-index:5;font-size:26px;line-height:32px}
.thumb380 img{width:100%}
.title_bg_blue:hover{text-decoration:underline}
.thumb120{height:134px;width:380px;margin:10px 0}
.title_thumb120{position:absolute;bottom:10px;left:10px;right:10px;color:#fff;display:block;z-index:5;font-size:16px;line-height:22px}
.thumb120 img{width:100%}
.title_bg_blue{background:rgba(19,130,197,0.6);padding:10px 15px;margin:0;top:auto;bottom:0;left:0;right:0}
.home_title{display:inline;font-size:18px;font-weight:700;text-transform:uppercase;margin:10px 0;color:#fff;background:#fe0000;line-height:40px;padding:10px 12px}
.news_box{margin:20px 0;float:left;width:100%}
.news_home .tab-pane{padding-top: 10px;width:100%;float:left;}
.news_col_l{float:left;width:49%;box-sizing:border-box;padding-right:10px}
.news_col_l img.entry-thumb{width:100%;margin-bottom: 10px;}
.news_col_l a{color:#222;font-size: 18px;line-height: 22px;margin:3px 0;display:block;width:100%;font-weight: bold;}
.news_extra{color: #aaa;font-size: 13px;font-weight: normal;}
.news_time{margin-right: 10px;}
.news_view img{margin-right:5px}
.news_desc{margin-top:5px;line-height:22px;text-align:justify;width:100%;float:left}
.news_col_r{float:left;width:50%;margin-left:1%}
.news_col_r_item{width:100%;margin-bottom:20px;float:left}
.news_col_r_item img.entry-thumb{width:115px;vertical-align:middle;float:left;margin-right:15px}
.news_col_r_extra{float:left;width:220px;font-weight: bold;font-size: 14px;line-height: 20px;}
.news_col_r_item a{font-size:15px;line-height:21px;color:#565656}
.news_list_item_hot{margin-bottom:20px}
.news_list_item_hot img.entry-thumb{width:100%}
.news_list_item_hot_title{font-size:18px;color:#565656;line-height:23px}
.news_list_item .news_col_r_extra{width:250px}
.thumb185{height:185px;margin-bottom:20px}
.news_list_new .thumb185{width:100%;margin-bottom:10px}
.shadow_blue{position:absolute;top:auto;left:0;right:0;bottom:0;width:100%;height:60%;z-index:3;background:rgba(8,130,200,0);background:-moz-linear-gradient(top,rgba(8,130,200,0) 0%,rgba(8,130,200,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(8,130,200,0)),color-stop(100%,rgba(8,130,200,1)));background:-webkit-linear-gradient(top,rgba(8,130,200,0) 0%,#fe0000 100%);background:-o-linear-gradient(top,rgba(8,130,200,0) 0%,rgba(8,130,200,1) 100%);background:-ms-linear-gradient(top,rgba(8,130,200,0) 0%,rgba(8,130,200,1) 100%);background:linear-gradient(to bottom,rgba(8,130,200,0) 0%,#fe0000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0882c8',endColorstr='#0882c8',GradientType=0)}
.thumb185 img{width:100%}
.bread_cate{color:#cd1238;border-bottom:2px solid #cd1238;margin-bottom:35px;font-size:20px;padding-bottom:5px;text-transform:uppercase}
.news_cat_item .entry-thumb{width:260px!important;float:left}
.news_cat_item_r{float:left;width:422px}
.news_cat_title{font-size:17px;line-height:25px}
.more-link{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-image:none;background: #1a52c4!important;color:#fff;border:none;text-shadow:none;font-family:'Roboto Condensed',sans-serif;font-weight:400;font-size:14px;padding:5px 12px 7px!important;margin-bottom:4px;-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s;display:inline-block;}
.more-link a{text-decoration:none!important;color:#fff}
#news_detail h1{color:#222;margin:17px 0 7px;line-height:40px;font-size:23px;font-weight:400;-ms-word-wrap:break-word;word-wrap:break-word;text-transform:inherit}
.news_detail_cname{line-height:15px;display:inline-block;padding:6px 8px;margin-bottom:4px;background-color:#cd1238}
.news_detail_cname a{color:#fff}
.news_detail_caption{float:left;width:100%;line-height:22px;padding-top:9px;font-size:13px}
.news_detail_social{margin-top:10px}
.f_n_tab{display:inline-block;margin:0 10px;float:left;margin-top:14px;padding-right:15px;border-right:1px solid #ccc}
#news_menu{float:left;width:100%;margin-bottom:12px}
#ul_news_menu{float:left;width:100%;margin:0;padding:0;height:47px;list-style:none;background:#fff;border:1px solid #ccc;border-left:none;border-right:none}
#ul_news_menu li{margin:0 8px;float:left;font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:13px;position: relative;}
.news_tab_item .sub {
    position: absolute;
    background: #f7f7f7;
    z-index: 99;
    border: solid 1px #ccc;
    top: 47px;
    width: 240px;
    display: none;
    left: 0;
}

#ul_news_menu li:hover .sub {
    display: block;
}
#ul_news_menu li:first-child{margin-left:0}
#ul_news_menu li a{color:#000;line-height:45px;height:45px;display:block;margin: 0 10px;font-size: 16px;font-weight: normal;white-space:  nowrap;overflow:  hidden;text-overflow:  ellipsis;}
#ul_news_menu li a:hover,#ul_news_menu li.active a{color: #e00;}
#ul_news_menu img{vertical-align:middle}
.li_news_search{float:right!important;height:49px}
.li_news_search a img{margin-top:-12px}
#ul_news_menu li:hover,#ul_news_menu li.active{border-bottom: 3px solid #e00;}
.li_news_home img{margin-top:-5px}
.search_menu{position:relative;float:right!important}
.search_menu a{padding-top:9px!important;height:30px!important}
.search_menu:hover .dropdown-menu{display:block}
.header-search-wrap .dropdown-menu:before{position:absolute;top:-9px;right:20px;display:block;content:'';width:0;height:0;border-style:solid;border-width:0 5.5px 6px;border-color:transparent transparent #4db2ec;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.nav-top-blog .sf-menu li.search_menu:hover a{border-bottom:none!important}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}
.header-search-wrap .dropdown-menu .td-search-form{margin:21px 20px 21px 21px}
.header-search-wrap .dropdown-menu #td-header-search{width:95%;height:27px;margin:0;border:1px solid #ccc;border-radius:4px;background:#fff;padding:2px 3px}
.header-search-wrap .dropdown-menu .btn{height:33px;position:absolute;right:21px;background:#4db2ec;color:#fff;border-radius:0;padding:6px;font-size:13px}
.header-search-wrap .dropdown-menu{padding:0;top:45px;border-radius:0;border:none;width:342px;right:0;left:auto;background:#fff;box-shadow:.9px .866px 5px 0 rgba(0,0,0,0.3);border-top:4px solid #4db2ec}
.entry-crumbs{left:0;font-size:12px;line-height:14px;color:#821a0c}
.entry-crumbs span{float:left}
.entry-crumbs a{color:#dc1a00}
.td-sp-breadcrumb-arrow{width:4px;height:7px;margin:-2px 8px}
.vert_sub_ul{float:left;display:none;margin:0;padding:0;list-style:none;border:1px solid #ccc;position:absolute;width:144px;margin-top:5px;border-top:none;background:#f7f7f7;z-index:1000}
.vert_sub_ul li{width:100%!important;text-align:left!important;padding-left:10px!important;box-sizing:border-box;font-size:13px;border-bottom:1px solid #ccc}
.vert_sub_ul li:last-child{border-bottom:none}
.vert_sub_ul li a:hover{color:#0d70b2!important}
#li_h_tintuc:hover ul{display:block}
.demof{/* height:343px!important */}
.demof ul{padding:0;margin: 0;list-style:none;width:100%;}
.demof li{padding: 10px 0;}
.demof li.odd{background:#fafafa}
.demof li:after{content:'';display:block;clear:both}
.demof img{float:left;width:70px;margin:5px 15px 0 0}
.f_slide_news{width:100%;box-sizing:border-box}
.f_slide_news .demof{width:33%;float:left;padding-left: 15px;box-sizing: border-box;}
.f_slide_news .demof:last-child{margin-right:0}
.f_slide_title{width:100%;box-sizing:border-box;margin: 0;list-style:none;padding: 10px 0 0;float:left;}
.f_slide_title li{float:left;width:33%;box-sizing:border-box}
.f_slide_title li a{float:left;padding: 4px 0 4px 15px;color:#333;}
.f_slide_title li .fa{color:#0a4dd5;}
.f_slide_title li:last-child{border-right:none}
.f_news_area{float:left;background:#38ba37;border-top-right-radius:23px}
.tragop_row{width:100%;box-sizing:border-box;float:left;padding:9px 0;border-bottom:1px dotted #ccc}
.tragop_left{width:30%;float:left;padding-left:20px}
.tragop_left span{display:block}
.tragop_left .span_input{display:block;margin-top:7px}
.tragop_right{float:left;width:60%}
.tp_input{width:52px;text-align:center}
.tg_note{margin-left:20px;display:inline-block;margin-top:7px;font-size:12px;color:#e1e4e1}
#tg_kind{width:228px;padding:5px;border:1px solid #ccc}
.tg_error{float:left;width:100%;padding-top:20px;padding-left:20px;color:red;display:none}
.not_style{font-size:inherit;padding:0;margin:inherit;font-weight:inherit}
.heading-list{float:left;padding-left:20px}
.heading-detail{display:inline-block}
#cat_list_product .bread_cate{margin-bottom:5px;margin-top:15px}
.review_dot{width:100%;background:url(../images/bgdot.png) repeat-x center bottom;height:30px}
.review_line{width:100%;background:url(../images/bg-line.png) 0 50% repeat-x;text-align:center;margin:0 0 10px}
.review_line span{display:inline-block;background:#fff;text-transform:uppercase;font-size:26px;padding:0 15px}
#ykienkh .avia-testimonial{min-height:150px;width:50%}
.col-md-12{width:50%;float:left;box-sizing:border-box}
.avia-testimonial_inner{padding:10px}
.avia-testimonial_inner .descrip{float:left;width:290px}
.ykien-img{width:100px;height:100px;border-radius:50px;overflow:hidden;float:left;margin-right:8px}
.ykien-img img{width:100%;height:auto}
.descrip h2{margin:0;font-size:15px;font-weight:400;font-family:Linotte-Light;padding-top:4px}
.descrip div{font-size:13px}
#ykienkh .avia-testimonial:nth-child(2n){border-right:0}
#customer_review .clear{clear:both}
#ykienkh .bx-viewport{border:none;box-shadow:none;height:315px!important;margin-left:2px}
#ykienkh .bx-wrapper{margin-bottom:10px}
.testimonial_r{border-right:none!important}
.review_clear{width:100%!important;clear:both}
.review_xline{float:left}
#ykienkh .bx-controls{position:relative;margin-top:18px;float:right;margin-right:44px}
#tbl_footer tr td{vertical-align:top}
#footer_container{width:1170px;margin:0 auto}
.ul_cat_head{float:left;width:100%;box-sizing:border-box;list-style:none;height: 32px;overflow:hidden;padding:0;margin:0;}
.ul_cat_head li{float:left;padding: 0 15px;height: 32px;line-height: 32px;font-size:17px;}
.ul_cat_head li a.p_sp_cat_item{width:100%;color: #0a4dd5;font-weight: 600;}
.ul_cat_head_active{padding-top: 0;background: #4990e2;box-sizing:border-box;font-weight: 600;}
.ul_cat_head_active a{color:#fff !important;font-size: 15px;}
.ul_cat_head_active h2{font-size: 15px;font-weight: 600;margin:0;padding: 0;}
.ul_cat_head_item h2{line-height:34px;font-size: 13px;font-weight:400;margin:0;}
#social_right img{margin-right:15px}
#doitac{float:left;width:100%;box-sizing:border-box}
.doitac_bg{background-color:#dfdfdf;width:100%;height:15px}
.slider-brand img{height:80px;width:auto}
.slider-footer{width:90%;margin:0 auto}
#pd_gallery .bx-wrapper .bx-viewport{background:none;border:none;box-shadow:none;height:auto!important;margin-top:-6px}
.social_toolbar{float:left;background:#fff;width:100%;padding:10px 10px 5px;box-sizing:border-box;margin-top:10px}
#other_product .bx-wrapper .bx-viewport,#viewed_product .bx-wrapper .bx-viewport{box-shadow:none;box-sizing:border-box;margin-left:5px;margin-top:-10px;height:273px!important;border:none}
#viewed_product .social_toolbar #twitter-widget-0{vertical-align:middle;float:left}
.social_toolbar .fb-like,.social_toolbar .gplus_like,.social_toolbar .span-space,.social_toolbar .fb-send{float:left}

.autocomplete-suggestions{border:1px solid #ccc;background:#FFF;cursor:default;overflow:auto;width: 100%;display:none;z-index:99999;position:absolute;top: 37px;max-height:350px;left: 0;box-sizing: border-box;}
.autocomplete-suggestion{padding:3px 5px;overflow:hidden}
.autocomplete-suggestion.selected,.autocomplete-suggestion:hover{background: #f5f5f5;}
.autocomplete-selected{background:#f0f0f0}
.autocomplete-suggestions strong{font-weight:normal;color:#39f}
.autocomplete-suggestions a{text-decoration:none;color:#333}
.autocomplete-suggestions a:hover{color:#d00!important}

.has-nav{position: relative;}
.has-nav .owl-nav{margin:0;color: #555;}
.has-nav .owl-nav > div{background:#fff;opacity: 0.6;position:absolute;top: 30%;display:inline-block;margin: 0;padding: 10px 5px;font-size: 16px;color: #0a4dd5;z-index:9;transition: all .4s ease;border-radius: 3px 0 0 3px;}
.has-nav .owl-nav > div:hover{opacity:1;color: #666;}
.has-nav .owl-nav .owl-prev{left: 0;border-radius: 0 3px 3px 0;}
.has-nav .owl-nav .owl-next{right: 0;}
.has-nav:hover .owl-nav .owl-prev{left: 0;}
.has-nav:hover .owl-nav .owl-next{right: 0;}
.has-nav .owl-nav i{color: #0a4dd5;}
.has-nav .owl-dots{position: absolute;left: 0;bottom: 10px;width:100%;text-align: center;}
.has-nav .owl-dots > div{display:inline-block;margin: 0 3px;background: #eee;width: 12px;height: 12px;border-radius: 50%;}
.has-nav .owl-dots > div.active,.has-nav .owl-dots > div:hover{background: #333;}

body.fixed{padding-top:42px;}
body.fixed.module-home{padding-top:480px;}
body.fixed #anchor_menu,body.fixed #anchor_menu_r,body.h-fixed #anchor_menu,body.h-fixed #anchor_menu_r{top: 60px;margin: 0;}
body.fixed .navy{position:fixed;top:0;left:0;z-index:99;width: 100%;background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);}
body.fixed .navy .wrap{padding-bottom:8px;}
body.fixed .navy .menu_ul,body.fixed .navy #ads_home{display:none;}

.brand_list .item{border:1px solid #eee;border-radius:3px;padding:5px 10px;color:#000;display:inline-block;}
.brand_list .item .fa{margin-left:10px;}
.brand_list .list{text-align:left;display: none;}
.brand_list .list > div{width:33%;display:inline-block;box-sizing:border-box;padding:10px;float:  left;}

.bn-list .itm{float:left;}
.bn-list .itm:nth-child(1){margin-right:12px;}
.bn-list .itm:nth-child(3){float:right;}
.bn-list .itm img{width:392px;height:auto;}

.list_display{position:absolute;right:15px;}
.list_display select{border:none;color:#0a4dd5;}
.list_display a{border:1px solid #ddd;width:auto;display:inline-block;border-radius: 3px;}
.list_display a.active{color:#0a4dd5 !important;}

.static_html{border-top:1px solid #ddd;padding:15px 15px 60px;line-height:22px;font-size:14px;margin-top: 5px;max-height: 160px;overflow:hidden;}
.static_html.active{max-height:inherit;}
.static_html_2{padding:15px 15px 60px;line-height:22px;font-size:14px;margin-top: 5px;max-height: 500px;overflow:hidden;}
.static_html_2.active{max-height:inherit;}
.description_list+[data-readmore-toggle],.description_list[data-readmore]{display:block;width:100%}
.gradient_read{background:rgba(246,246,246,0.54);background:-moz-linear-gradient(top,rgba(246,246,246,0.54) 0,rgba(249,249,249,1) 69%,rgba(250,250,250,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(246,246,246,0.54)),color-stop(69%,rgba(249,249,249,1)),color-stop(100%,rgba(250,250,250,1)));background:-webkit-linear-gradient(top,rgba(246,246,246,0.54) 0,rgba(249,249,249,1) 69%,rgba(250,250,250,1) 100%);background:-o-linear-gradient(top,rgba(246,246,246,0.54) 0,rgba(249,249,249,1) 69%,rgba(250,250,250,1) 100%);background:-ms-linear-gradient(top,rgba(246,246,246,0.54) 0,rgba(249,249,249,1) 69%,rgba(250,250,250,1) 100%);background:linear-gradient(to bottom,rgba(246,246,246,0.54) 0,rgba(249,249,249,1) 69%,rgba(250,250,250,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6',endColorstr='#fafafa',GradientType=0);height:40px;position:absolute;width:100%;top:-40px}
.readmore_button{background: #fff;padding: 5px 15px;color: #0a4dd5;border: 1px solid #0a4dd5;cursor:pointer;margin:0 auto;border-radius: 3px;display: inline-block;}
.similar_category_product li,.product_view_history li{width:100% !important;}

@media (max-width: 1280px){
    #anchor_menu,#anchor_menu_r{display:none;}
}
/*
*/
.top-news-list .title-article-new{font-weight:700;color:#1a52c4;font-size:18px}
.news_home.news_box .home_title{background:none;color:#e00;padding:0;border:none;text-transform:none;font-size:20px}
.news_home.news_box{border-top:solid 1px #ddd}
.news_col_l .news_extra{font-size:15px;font-weight:400}
.news_right_box.news_home .home_title{background:none;color:#e00;border-bottom:solid 1px #ddd;padding:0;width:100%;display:block;margin-top:0;height:30px;padding-bottom:10px}
.news_right_box .news_col_r_item .news_col_r_extra{font-weight:400}
.news_list h1.home_title{background:none;color:#e00;padding:0}
#comment{width:100%;float:left}
#comment .comment-form .img-avatar{float:left;/* display: none; */}
#comment .comment-form form{margin-left: 50px;}
#comment .comment-form textarea{height:80px;padding:5px 10px}
.comment-action-list{line-height:35px;text-align:right}
.comment-action-list .sort a.current{color:#d00}
.comment-action-list .sort a{color:#333}
.search-comment{float:right;width:400px;margin-top:4px;border:solid 1px #ddd;background:#fff;margin-right:-5px;}
.search-comment input[type="text"]{float:left;width:250px;border:none;}
.search-comment select{float:right;width:100px;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(/template/2017/images/icon_drop_black.png) no-repeat right center;margin-right:15px;border-left:solid 1px #ddd;border-radius:0;-moz-border-radius:0;}
.search-comment .inputText,.search-comment select{height:30px;}
#tbl-hotline-footer p .title{background:url(/template/2017/images/icon_tel_support.png) left 1px no-repeat;padding-left:24px;display:block;line-height:19px;}
.btn-red{background:#d00;color:#fff;padding:7px 20px;font-size:15px;border-radius:3px;-moz-border-radius:3px;border:solid 1px #ce0101;}
.relative{position:relative;}
#comment .form-input{border:solid 1px #ddd;position:absolute;background:#fff;width:100%;z-index:99;padding:10px;top:81px;display:none;}
#comment .form-input .close{position:absolute;right:10px;top:5px;font-weight:bold;font-size:18px;color:#888;}
.rating-input{float:right;width:16px;height:16px;padding:0;margin:0 0 0 -16px;opacity:0;}
.rating-star:hover{background-position:0 0;}
.rating-star{position:relative;float:right;display:block;width:26px;height:26px;background:url('../images/star_rating.png') 0 0px;margin:0 1px;}
.rating-star:hover, .rating-star:hover ~ .rating-star{background-position:0 0;}
.rating-star:hover, .rating-star:hover ~ .rating-star, .rating-input:checked ~ .rating-star{background-position:0 0;}
.rating:hover .rating-star:hover, .rating:hover .rating-star:hover ~ .rating-star, .rating-input:checked ~ .rating-star{background-position:0 0;}
.rating-star, .rating:hover .rating-star{position:relative;float:right;display:block;width:26px;height:26px;background:url('../images/star_rating.png') 0 -28px;}
.rating:hover .rating-star:hover, .rating:hover .rating-star:hover ~ .rating-star{background-position:0px -56px !important;}
.item_comment .comment_left{float:left;width:40px;}
.item_comment .comment_right{margin-left: 50px;}
.item_comment p{margin:5px 0;}
.item_comment{padding:15px 0;border-top: solid 1px #eee;line-height:1.45;}
.item_comment.first{border:none;}
.item_reply{padding:8px;background:#f5f5f5;margin-top:5px;overflow:hidden;}
.item_comment .comment-name{font-weight:bold;font-size:14px;}
.item_comment .comment-name .note{color:#e80000;font-style:normal;font-weight:normal;font-size:10px;}
#review-statistic{float:right;width:400px;}
#ratingOveriew{cursor:pointer;}
#select-rate-pro label{width:21px;}
#select-rate-pro{margin-left:-5px;float:left;}
.inputText{width:100%;height:34px;border-radius:3px;border:solid 1px #ccc;padding:0 5px;outline:none;max-width:100%;box-sizing: border-box;-moz-box-sizing: border-box;}
.rating-form{/* border:solid 1px #ccc; */padding: 0;border-radius:3px;width: 100%;/* display:none; */position: relative;background:#fff;z-index:9;right: 0;/* top: 50px; */}
.rating-form .inputText{height:30px;}
.rating-form table{width:100%;}
.rating-form table tr td:first-child{width:65px;}
.rating-form:before{content:'';border:solid 9px transparent;display: none;height:0;width:0;border-bottom-color:#ccc;position:absolute;top: -18px;right: 37px;}
.rating-form td{padding:3px 0;}
.rating-form textarea{height:45px;padding:5px;}
.blue{color:#0f4cc8}
#ratingOveriew{float:right;background:#0f4cc8;color:#fff;font-size:14px;line-height:40px;padding:0 10px;border-radius:3px}
#ratingOveriew:after{content:'';display:inline-block;width:0;border:solid 5px transparent;border-top-color:#fff;vertical-align:middle;margin-left:5px;margin-top:4px}
.product_review h2{/* float:left; */margin-top:7px;max-width:690px;line-height:1.4;font-size: 16px;}
.product_review{margin-top:20px}
.product_review .wrap-form{position:relative}
.icon-star{background-image:url(../images/star_sprite.png);width:92px;height:17px;vertical-align:sub;display:inline-block;background-repeat:no-repeat}
.icon-star.star0{background-position:0 -109px}
.icon-star.star1{background-position:0 -88px}
.icon-star.star2{background-position:0 -67px}
.icon-star.star3{background-position:0 -43px}
.icon-star.star4{background-position:0 -23px}
.icon-star.star5{background-position:0 0}
.list-review .item p{margin:0 0 10px}
.list-review .item .name{font-weight:700;font-size:16px;margin-right:5px}
#comment textarea{width:100%;height:80px;border:solid 1px #ddd;border-radius:3px}
#comment *{box-sizing:border-box;-moz-box-sizing:border-box}
#comment-list .item_comment:first-child{border:none}
.fullpage{padding:0 20px 20px;overflow:hidden}
#buyer_address{width:100%;margin-top:10px;height:31px;padding:0 10px;box-sizing:border-box;-moz-box-sizing:border-box;border:solid 1px #ddd}
#pay_install_product .cell{display:table-cell;vertical-align:top;}
#pay_install_product{margin-left: 291px;}
#pay_install_product .price{font-weight:bold;; font-size:16px;}
#pay_install_product .price b{color:#e00;}
#pay_install_product img{width:135px;margin-right:15px;}
#pay_install_product .p_name{text-decoration:none;font-weight:normal;font-size:17px;text-align:left;line-height:18px;height:auto;color: #333;}
#qick_pay_install select{width:147px;height:25px;border:solid 1px #ccc;}
#pay_install_product p{margin:6px 0;}
.tbl_select_install{width: 100%;float:right;}
.tbl_select_install select{width: 94%;height: 34px;border:solid 1px #ccc;}
.tbl_select_install td{padding:4px 0;}
#tbl_list_bank{border-collapse:collapse;margin-top:20px;text-align:center;}
#tbl_list_bank td{border:solid 1px #ccc;padding:8px 5px;}
#tbl_list_bank a{text-decoration:none;}
.btn_common{background:#38A3DF;line-height:30px;text-align:center;color:white;border-radius:3px;box-shadow:1px 1px 1px #333;text-transform:uppercase;font-weight:bold;width:160px;display:block;margin:auto;}
#tbl_list_bank .col_title{font-weight:bold;text-align:left;}
#tbl_list_bank tr:nth-child(2n){background:#f6f6f6;}
.tbl_quytrinh{line-height:20px;width: 100%;margin-top: 30px;}
.tbl_quytrinh img{line-height:initial !important;}
.tbl_quytrinh td{vertical-align:top;}
.box_left2{border:solid 1px #ccc;border-radius:3px;}
.title_box_left2{line-height:33px;padding:0 10px;font-weight:bold;background:url('../images/bg_gradient_white.png') left bottom repeat-x;border-bottom:solid 1px #ccc;font-size:13px;text-transform:uppercase;}
.content_box_left2{padding:0 10px;padding-bottom:10px;}
.content_box_left2 p{margin:9px 0;}
.content_box_left2 a{text-decoration:none;font-weight:bold;color:#666;}
.content_box_left2 b{color:#d00;line-height:20px;font-size:13px;}
.content_box_left2 h3{margin:5px 0;color:#d00;margin-top:15px;}
.title_cs{text-transform:uppercase;margin-top:10px;font-weight:bold;border-bottom:solid 1px #ddd;padding-bottom:5px;}
#list_bv li{padding:6px 0;}
#list_bv li a{font-weight:normal;color:#222;}
#list_bv li span{font-size:14px;padding-right:3px;}
#list_bv li a:hover{color:#d00;}
#tbl_tragop .title{width:33%;background:#eee;color:#ff6b00;text-transform:uppercase;font-size:16px;}
#tbl_tragop .labelleft{float:left;width:49%;height:20px;text-align:left;}
#tbl_tragop .productcontainer .imgcontainer{float:left;width:120px;height:120px;overflow:hidden;padding:3px;text-align:center;}
#popup_order{display:none;width:900px;}
#popup_order td{padding:4px 0;}
#tab_cat_pro .title_tab a{display:block;float:left;height:30px;color:white;padding:0 18px;background:#0794DE;text-transform:uppercase;line-height:30px;margin-right:4px;border-bottom:none;text-decoration:none;}
#intro_top{width:100%;text-align:center;overflow:hidden;padding:15px 0;}
.cf{display:none;}
.cf.current{display:block;}
#tab_cat_pro .title_tab a.current{background:#e00;color:white;border-color:#e00;}
/* Boxed */
.boxed{padding:2px;background:#ddd;border:1px solid #666 }
.boxed ul{background:-webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(204,204,204)), color-stop(1, rgb(238,238,238)));background:-moz-linear-gradient(center bottom, rgb(204,204,204) 0%, rgb(238,238,238) 100%) }
.register_view_content_inner .fieldheader{font-weight:700;background-color:#ccc;padding:5px}
.register_view_content_inner td.label{text-align:right;line-height:30px}
.register_view_content_inner td.label span{padding-right:10px;font-size:11px;font-weight:700}
.register_view_content_inner td.label span i{font-weight:normal}
.register_view_content_inner input.input_text{width:250px;border:1px solid #888}
.register_view_content_inner select{border:1px solid #888;width:82px}
.register_view_content_inner .font-red{color:red}
.register_view_content_inner input.register_submit{background:url(../images/register_submit.jpg) no-repeat;width:80px;height:27px;border:0;cursor:pointer;float:left;margin-left:37%;}
.register_view_content_inner input.register_reset{background:url(../images/register_reset.jpg) no-repeat;width:80px;height:27px;border:0;cursor:pointer;float:left;margin-left:10px;}
#tragop-page .box-support{background:#365899;width:255px;color:#fff;padding:10px;box-sizing:border-box;-moz-box-sizing:border-box;line-height:1.5;float:left}
#tragop-page .box-support h2{text-transform:uppercase;margin:0;font-size:15px;border-bottom:solid 1px #fff;padding-bottom:10px}
.select .content a{display:block;font-weight:400;padding:5px 10px;cursor:pointer}
.select .content a.selected{background:#ccc}
.select .content{border:solid 1px #ddd;position:absolute;min-width:100%;box-sizing:border-box;-moz-box-sizing:border-box;background:#fff;margin-top:-1px;display:none;z-index:99;max-height: 250px;overflow: auto;}
.select .content a:hover{background:#eee}
.select .title{line-height:30px;border:solid 1px #ddd;display:block;padding:0 10px;cursor:pointer}
.select .title:after{content:'';display:inline-block;width:0;border:solid 4px transparent;border-top-color:#333;float:right;margin-top:13px}
.select{position:relative}
.product_home{position:relative}
.morev1{color:#0f4cc8;position:absolute;right:10px;top:-25px;}
.has-border{border:solid 1px #ddd;}
#list_vote .item:nth-child(n+4){display:none;}
#list_vote .item.active{display:block;}
.frm_contact input[type=text],.frm_contact textarea{border:1px solid #ddd;padding:10px;width:95%;box-sizing:border-box;}

.valueList-2 b{font-weight:400;border:1px solid #ddd;padding:3px;display:inline-block;margin:0 3px 3px 0;cursor: pointer;}
.valueList-2 b.selected{border:1px solid #0e76bd;color:#0e76bd;}
.pd_button .btn {
    width: 140px;
    font-size: 16px;
}
.news-detail-content .space5 {
    height: auto;
}
/*
*/

.product_home .owl-carousel .owl-nav.disabled{display:block;}

.p-img-hover {
    position: absolute;
    background: rgba(0, 0, 0, 0.64);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.product-image {
    position: relative;
    display: block;
}

.p-img-hover .btn {
    background: #ee00009c;
    color: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 0;
    padding: 5px 15px;
}

#review-top .rating-form:before {
    content: '';
    display: block;
    left: 20px;
    border-bottom-color: #f5f5f5;
}

.news_list_item_video {
    width: 32%;
    float: left;
    margin-right:10px;
    position:  relative;
  margin-bottom: 15px;
}



.news_list_item_video .news_video_title {
    position:  absolute;
    bottom:  0px;
    left:  0px;
    right: 0px;
    color:  #fff;
    padding: 5px;
    font-weight: bold;
    background: #00000085;
}

.title-page-video {
    font-size:  20px;
    margin:  0;
    margin-bottom:  20px;
    color: #ed1b24;
    text-transform:  uppercase;
}
.list-content-video {
    overflow: hidden;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
}
.view-video {
    padding:  10px;
    border: 1px solid #ddd;
    margin-top: 10px;
    display: inline-block;
    color: #0072bd;
    font-weight: bold;
}
.load-video-bg {
    position:  fixed;
    top: 0;
    left:  0;
    right:  0;
    bottom:  0;
    z-index: 9999999999;
    display: none;
    background: rgba(0,0,0,.9);
}

.load-video-bg.active {
    display:  block;
}
.close-video {
    font-size: 45px;
    color: #fff;
    float:  right;
    margin-right: 15px;
    display:  block;
    position:  absolute;
    top: 0;
    right: 0;
 	 cursor: pointer;
}

.load-video-content {
    background: #fff;
    width: 920px;
    height: 550px;
    margin: auto;
    background-color: #000;
    border-radius: 4px;
    overflow: hidden;
}
.load-video-bg >div {
    padding: 100px 0px;
}
.ifr-video {
    text-align:  center;
    float: left;
    width: 500px;
    height: 100%;
    padding: 0 20px;
    border-radius: 4px 0 0 4px;
    background: #000;
    overflow: hidden;
}

.con-video {
    float: right;
    width: 350px;
    height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    padding: 15px;
    border-radius: 0 4px 4px 0;
    vertical-align: top;
    text-align: left;
    line-height: 23px;
}
body.open-video {
    overflow: hidden;
}
.con-video video {
    width: 100%;
}
.pknhico_pvide {
    background: url(https://cdn.tgdd.vn/dmx2017/knh/Content/images/desktopsp.png) no-repeat;
    display: inline-block;
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: auto;
    width: 54px;
    height: 39px;
    background-position: -230px 0px;
    z-index: 5;
    cursor: pointer;
}
.con-video::-webkit-scrollbar {
    width: 7px;
    background: #fff;
    border-radius: 8px;
}

.ifr-video iframe {
    max-width: 100%;
    border: 0;
    display: inline-block;
    margin-top: 26%;
}
.cl000 {
    color: #000;
}
.news_col_r_item_video img {
    height: 200px;
    width: 100%;
}

.card-wrap {
    display: block;
    border: 1px solid #ddd;
    margin: 10px 0;
    border-radius: 4px;
    min-height: 50px;
    width: 98%;
    overflow: hidden;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}
.iconbank-money {
    background-position: 0 0;
    width: 36px;
    height: 36px;
    float: left;
    margin: 10px;
    background-image: url(/template/default/images/tra-gop-tien-mat-pa.png);
}
.card-wrap .right-content {
    float: left;
    margin: 10px;
}
.card-wrap:hover, .card-wrap.active {
    border: 1px solid #f79000;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.15);
    background: #fff;
}
 .iconbank-card {
    width: 36px;
    height: 26px;
    float: left;
    margin: 15px 10px 0 10px;
    background-image: url(/template/default/images/tra-gop-visa-pa.png);
}
#pay-method .card-wrap {
    float: left;
    width: 30%;
    margin-right: 10px;
}

#pay-method {
    overflow: hidden;
}
#alepay-pay .col-sm-5 {
    width: 50%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#alepay-pay {
    overflow: hidden;
}

#alepay-pay label {
    margin-bottom: 5px;
    display: block;
  	font-weight:bold;
}
#alepay-pay .form-group {
    margin-bottom: 10px;
}

#rating-bottom {
    height: 35px;
    margin: 10px 0;
    border: solid 1px #ddd;
}

#rating-bottom .title {
    float: left;
    line-height: 35px;
    padding: 0 10px;
    font-weight: bold;
    border-bottom: solid 3px #4990e2;
}

#rating-bottom #rate {
    float: left;
    margin: 9px;
}

#rating-bottom p {
    margin: 0;
    float: left;
    line-height: 35px;
}

#rating-bottom form {
    float: right;
    margin-right: 10px;
    padding-top: 5px;
}
#rating-bottom form input[type="text"] {
    height: 20px;
    border: solid 1px #ccc;
    padding-left: 5px;
    width: 180px;
}

#rating-bottom form button {
    background: #ed1b24;
    color: #fff;
    height: 24px;
    border: none;
    float: right;
    margin-left: 5px;
}
#resultsearch {
    background: #fff;
    max-height: 386px;
    padding: 10px;
}
#resultsearch .item {
    position: relative;
    margin-bottom: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}
.autocomplete-suggestions a {
    text-decoration: none;
    color: #333;
    display: block;
    text-align: left;
}
#resultsearch .imggr {
    width: 60px;
    height: 55px;
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    border: solid 1px #fff;
    float: left;
    margin-right: 8px;
}
#resultsearch .price2 {
    color: #de0001;
    display: block;
    font-size: 14px;
    margin: 3px 0px;
}
div#list-image_fancyboxmain {
    display: none;
}
.box-right-prodetail .news_col_r_item img.entry-thumb {
    width: 100px;
    float: left;
    margin: 0;
}

.box-right-prodetail.news_right_box .news_col_r_item .news_col_r_extra {
    width: calc(100% - 110px);
    float: right;
}


#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li {
    background: 0 0;
    list-style-type: none;
    list-style: none
}

#toc_container.have_bullets li {
    padding-left: 12px
}

#toc_container ul ul {
    margin-left: 1.5em
}

#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%
}

#toc_container.toc_light_blue {
    background: #edf6ff
}

#toc_container.toc_white {
    background: #fff
}

#toc_container.toc_black {
    background: #000
}

#toc_container.toc_transparent {
    background: none transparent
}

#toc_container .toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
  	font-size:16px;
  	margin-bottom:8px;
}
#toc_container .toc_title a{color:blue;}
#toc_container.toc_black .toc_title {
    color: #aaa
}

#toc_container span.toc_toggle {
    font-weight: 400;
    font-size: 90%
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em
}

.toc_wrap_left {
    float: left;
    margin-right: 10px
}

.toc_wrap_right {
    float: right;
    margin-left: 10px
}

#toc_container a {
    text-decoration: none;
    text-shadow: none;
    color: initial;
}

#toc_container a:hover {
    text-decoration: underline
}
.toc_toggle a {
    cursor: pointer;
}
#select-variant-holder {
    margin: 10px 0;
    display: block;
}
 #select-variant-holder .name {
    float: left;
    padding-left: 10px;
}
#select-variant-holder .value {
    margin-left: 130px;
}
#select-variant-holder .unit-detail-amount-control {
    position: relative;
    width: 126px;
    height: 32px;
    line-height: 32px;
    zoom: 1;
}
#select-variant-holder .unit-detail-amount-control a {
    cursor: pointer;
    float: left;
    width: 32px;
    height: 30px;
    border: 1px solid #ccc;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    color: #333;
    background: #eee;
}
#select-variant-holder .unit-detail-amount-control input {
    float: left;
    width: 45px;
    text-align: center;
    height: 28px;
    line-height: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-left: none;
    border-right: 0;
}
.gift_group {
  border: 1px solid #ed0282;
  border-top: none;
  margin-top: 20px;
  border-radius: 4px; }
  .gift_group .title {
    font-size: 17px;
    color: white;
    background-color: #ed0282;
    padding: 9px 20px 9px 50px;
    border-radius: 100px;
    transform: translateY(-20px);
    margin-bottom: -20px;
    margin-left: -1px;
    margin-right: -1px;
    position: relative; }
    .gift_group .title::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%);
      width: 32px;
      height: 32px;
      background-image: url("/template/songhonghanoi/images/icon_gift.png");
      background-size: contain;
      background-repeat: no-repeat; }
  .gift_group .gift_list {
    padding: 20px 10px 10px; }
    .gift_group .gift_list ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: relative;
      border-bottom: 1px dashed #ccc;
      padding-bottom: 20px; }
      .gift_group .gift_list ul li i {
        color: #0083d1;
        font-size: 13px; }
  .gift_group .gift_select {
    padding: 10px; }
    .gift_group .gift_select h5 {
      font-size: 16px;
      color: #333;
      margin: 0;
      margin-bottom: 10px;
      font-weight: 600; }
    .gift_group .gift_select p {
      position: relative;
      margin: 0;
      padding: 4px 0; }
      .gift_group .gift_select p input {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        z-index: 1;
        opacity: 0; }
      .gift_group .gift_select p span::before {
        content: '';
        width: 8px;
        height: 8px;
        display: inline-block;
        background-color: #fff;
        margin-right: 5px;
        border-radius: 100%;
        border: 2px solid #ffffff;
        box-shadow: 0 0 0 1px #777777;
        vertical-align: middle;
        margin-top: -3px;
        transition: 0.4s ease-out; }
      .gift_group .gift_select p input:checked ~ span:before {
        background-color: #efd130;
        box-shadow: 0 0 0 1px #efd130;
        transition: 0.4s ease-out; }
    .gift_group .gift_select .gift_border {
      border-bottom: 1px dashed #ccc;
      padding-bottom: 20px; }
  .gift_group .gift_img {
    padding: 10px; }
    .gift_group .gift_img h5 {
      font-size: 16px;
      color: #333;
      margin: 0;
      margin-bottom: 10px;
      font-weight: 600; }
    .gift_group .gift_img .list_gift-img {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px; }
      .gift_group .gift_img .list_gift-img .item {
        width: 33%;
        padding: 10px; }
        .gift_group .gift_img .list_gift-img .item img {
          max-width: 46%;
          float: left;
          padding-right: 5px; }
        .gift_group .gift_img .list_gift-img .item span {
          max-width: 50%;
          float: right;
          font-size: 12px;
          color: #0083d1; }
.zalo-chat-widget{    bottom: 75px !important ;}