#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  /*display: none;*/
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 8px 15px 10px; 
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  text-shadow: none !important;
  width: 100%!important;
  text-transform:uppercase
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #fff;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #1d4c9f;
  border-left: 2px solid #1d4c9f;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #1d4c9f;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  padding: 12px 10px;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #1d4c9f !important;
  text-transform: none;
  width: 100%!important;
      padding-left: 20px;
}
#cssmenu ul ul li a span{font-size: 14px !important;color: #1d4c9f !important;}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}



/*Mobile*/

#box_col_left{
    /*display: none;*/
}

#box_col_left.block_more_info {
    height: 100%;
    right: -284px;
    position: absolute;
    top: 0;
    width: 240px;
    z-index: 99999;
	    left: -250px;
    display: block;
}

.btn_control_col_left-mobi{
    right: -1px !important;
    width: 0 !important;
    left: auto !important;
    width: 38px !important;
    height: 31px !important;
    background: #1d4c9f;
    display: none;
    text-align: center;
    padding-top: 5px;
    border-left: 1px solid white;
}

.box_width_common {
    float: left;
    width: 100%;
}

.block_search .input_search {
    background: #fff none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 0 !important;
    color: #333;
    float: left;
    font-size: 12px;
    height: 18px;
    padding: 0.5em 0 0.5em 0.5em !important;
    width: 190px !important;
}

.block_search .btn_search {
    background: #fff url("../images/icon_search_web.gif") no-repeat scroll 6px center;
    border: medium none;
    border-radius: 0 !important;
    height: 30px;
    margin: 0;
    width: 23px;
}

.btn_control_col_left {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}
#box_col_left .coppy_right_left p{margin: 3px !important;}

.block_scoll_menu {
    float: left;
    width: 100%;
    background: #fff;
}

.block_search {
    background: #1d4c9f;
    padding: 9px;
    margin-bottom: -2px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}


*{
	margin: 0;
	padding: 0;
}
a {
    text-decoration: none !important;
}
img {
    border: none;
}
ul li {
	list-style: none;
}
.clear {
    clear: both;
}
@charset "utf-8";
/* CSS Document */
.ptop0{padding-top:0px;}
.ptop1{padding-top:1px;}
.ptop2{padding-top:2px;}
.ptop3{padding-top:3px;}
.ptop4{padding-top:4px;}
.ptop5{padding-top:5px;}
.ptop6{padding-top:6px;}
.ptop7{padding-top:7px;}
.ptop8{padding-top:8px;}
.ptop9{padding-top:9px;}
.ptop10{padding-top:10px;}
.ptop11{padding-top:11px;}
.ptop12{padding-top:12px;}
.ptop13{padding-top:13px;}
.ptop14{padding-top:14px;}
.ptop15{padding-top:15px;}
.ptop16{padding-top:16px;}
.ptop17{padding-top:17px;}
.ptop18{padding-top:18px;}
.ptop19{padding-top:19px;}
.ptop20{padding-top:20px;}
.ptop21{padding-top:21px;}
.ptop22{padding-top:22px;}
.ptop23{padding-top:23px;}
.ptop24{padding-top:24px;}
.ptop25{padding-top:25px;}
.ptop26{padding-top:26px;}
.ptop27{padding-top:27px;}
.ptop28{padding-top:28px;}
.ptop29{padding-top:29px;}
.ptop30{padding-top:30px;}
.ptopbottom0{padding:0px 0px;}
.ptopbottom1{padding:1px 0px;}
.ptopbottom2{padding:2px 0px;}
.ptopbottom3{padding:3px 0px;}
.ptopbottom4{padding:4px 0px;}
.ptopbottom5{padding:5px 0px;}
.ptopbottom6{padding:6px 0px;}
.ptopbottom7{padding:7px 0px;}
.ptopbottom8{padding:8px 0px;}
.ptopbottom9{padding:9px 0px;}
.ptopbottom10{padding:10px 0px;}
.ptopbottom11{padding:11px 0px;}
.ptopbottom12{padding:12px 0px;}
.ptopbottom13{padding:13px 0px;}
.ptopbottom14{padding:14px 0px;}
.ptopbottom15{padding:15px 0px;}
.ptopbottom16{padding:16px 0px;}
.ptopbottom17{padding:17px 0px;}
.ptopbottom18{padding:18px 0px;}
.ptopbottom19{padding:19px 0px;}
.ptopbottom20{padding:20px 0px;}
/*radius */
.radius1{border-radius:1px;}
.radius2{border-radius:2px;}
.radius3{border-radius:3px;}
.radius4{border-radius:4px;}
.radius5{border-radius:5px;}
.radius6{border-radius:6px;}
.radius7{border-radius:7px;}
.radius8{border-radius:8px;}
.radius9{border-radius:9px;}
.radius10{border-radius:10px;}
.radius11{border-radius:11px;}
.radius12{border-radius:12px;}
.radius13{border-radius:13px;}
.radius14{border-radius:14px;}
.radius15{border-radius:15px;}
.radius16{border-radius:16px;}
.radius17{border-radius:17px;}
.radius18{border-radius:18px;}
.radius19{border-radius:19px;}
.radius20{border-radius:20px;}
.radius21{border-radius:21px;}
.radius22{border-radius:22px;}
.radius23{border-radius:23px;}
.radius24{border-radius:24px;}
.radius25{border-radius:25px;}
.radius26{border-radius:26px;}
.radius27{border-radius:27px;}
.radius28{border-radius:28px;}
.radius29{border-radius:29px;}
@charset "utf-8";
/* CSS Document */

.right-15{right:-15px;}
.right-14{right:-14px;}
.right-13{right:-13px;}
.right-12{right:-12px;}
.right-11{right:-11px;}
.right-10{right:-10px;}
.right-9{right:-9px;}
.right-8{right:-8px;}
.right-7{right:-7px;}
.right-6{right:-6px;}
.right-5{right:-5px;}
.right-4{right:-4px;}
.right0{right:0px;}
.right1{right:1px;}
.right2{right:2px;}
.right3{right:3px;}
.right4{right:4px;}
.right5{right:5px;}
.right6{right:6px;}
.right7{right:7px;}
.right8{right:8px;}
.right9{right:9px;}
.right10{right:10px;}
.right11{right:11px;}
.right12{right:12px;}
.right13{right:13px;}
.right14{right:14px;}
.right15{right:15px;}
.right16{right:16px;}
.right17{right:17px;}
.right18{right:18px;}
.right19{right:19px;}
.right20{right:20px;}
.right21{right:21px;}
.right22{right:22px;}
.right23{right:23px;}
.right24{right:24px;}
.right25{right:25px;}
.right26{right:26px;}
.right27{right:27px;}
.right28{right:28px;}
.right29{right:29px;}
.right30{right:30px;}

.top-15{top:-15px;}
.top-14{top:-14px;}
.top-13{top:-13px;}
.top-12{top:-12px;}
.top-11{top:-11px;}
.top-10{top:-10px;}
.top-9{top:-9px;}
.top-8{top:-8px;}
.top-7{top:-7px;}
.top-6{top:-6px;}
.top-5{top:-5px;}
.top-4{top:-4px;}
.top0{top:0px;}
.top1{top:1px;}
.top2{top:2px;}
.top3{top:3px;}
.top4{top:4px;}
.top5{top:5px;}
.top6{top:6px;}
.top7{top:7px;}
.top8{top:8px;}
.top9{top:9px;}
.top10{top:10px;}
.top11{top:11px;}
.top12{top:12px;}
.top13{top:13px;}
.top14{top:14px;}
.top15{top:15px;}
.top16{top:16px;}
.top17{top:17px;}
.top18{top:18px;}
.top19{top:19px;}
.top20{top:20px;}
.top21{top:21px;}
.top22{top:22px;}
.top23{top:23px;}
.top24{top:24px;}
.top25{top:25px;}
.top26{top:26px;}
.top27{top:27px;}
.top28{top:28px;}
.top29{top:29px;}
.top30{top:30px;}
.bottom0{bottom:0px;}
.bottom1{bottom:1px;}
.bottom2{bottom:2px;}
.bottom3{bottom:3px;}
.bottom4{bottom:4px;}
.bottom5{bottom:5px;}
.bottom6{bottom:6px;}
.bottom7{bottom:7px;}
.bottom8{bottom:8px;}
.bottom9{bottom:9px;}
.bottom10{bottom:10px;}
.bottom11{bottom:11px;}
.bottom12{bottom:12px;}
.bottom13{bottom:13px;}
.bottom14{bottom:14px;}
.bottom15{bottom:15px;}
.bottom16{bottom:16px;}
.bottom17{bottom:17px;}
.bottom18{bottom:18px;}
.bottom19{bottom:19px;}
.bottom20{bottom:20px;}
.bottom21{bottom:21px;}
.bottom22{bottom:22px;}
.bottom23{bottom:23px;}
.bottom24{bottom:24px;}
.bottom25{bottom:25px;}
.bottom26{bottom:26px;}
.bottom27{bottom:27px;}
.bottom28{bottom:28px;}
.bottom29{bottom:29px;}
.bottom30{bottom:30px;}
.left0{left:0px;}
.left1{left:1px;}
.left2{left:2px;}
.left3{left:3px;}
.left4{left:4px;}
.left5{left:5px;}
.left6{left:6px;}
.left7{left:7px;}
.left8{left:8px;}
.left9{left:9px;}
.left10{left:10px;}
.left11{left:11px;}
.left12{left:12px;}
.left13{left:13px;}
.left14{left:14px;}
.left15{left:15px;}
.left16{left:16px;}
.left17{left:17px;}
.left18{left:18px;}
.left19{left:19px;}
.left20{left:20px;}
.left21{left:21px;}
.left22{left:22px;}
.left23{left:23px;}
.left24{left:24px;}
.left25{left:25px;}
.left26{left:26px;}
.left27{left:27px;}
.left28{left:28px;}
.left29{left:29px;}
.left30{left:30px;}

.mbottom0{margin-bottom:0px;}
.mbottom1{margin-bottom:1px;}
.mbottom2{margin-bottom:2px;}
.mbottom3{margin-bottom:3px;}
.mbottom4{margin-bottom:4px;}
.mbottom5{margin-bottom:5px;}
.mbottom6{margin-bottom:6px;}
.mbottom7{margin-bottom:7px;}
.mbottom8{margin-bottom:8px;}
.mbottom9{margin-bottom:9px;}
.mbottom10{margin-bottom:10px;}
.mbottom11{margin-bottom:11px;}
.mbottom12{margin-bottom:12px;}
.mbottom13{margin-bottom:13px;}
.mbottom14{margin-bottom:14px;}
.mbottom15{margin-bottom:15px;}
.mbottom16{margin-bottom:16px;}
.mbottom17{margin-bottom:17px;}
.mbottom18{margin-bottom:18px;}
.mbottom19{margin-bottom:19px;}
.mbottom20{margin-bottom:20px;}
.mbottom21{margin-bottom:21px;}
.mbottom22{margin-bottom:22px;}
.mbottom23{margin-bottom:23px;}
.mbottom24{margin-bottom:24px;}
.mbottom25{margin-bottom:25px;}
.mbottom26{margin-bottom:26px;}
.mbottom27{margin-bottom:27px;}
.mbottom28{margin-bottom:28px;}
.mbottom29{margin-bottom:29px;}
.mbottom30{margin-bottom:30px;}

.mleft0{margin-left:0px;}
.mleft1{margin-left:1px;}
.mleft2{margin-left:2px;}
.mleft3{margin-left:3px;}
.mleft4{margin-left:4px;}
.mleft5{margin-left:5px;}
.mleft6{margin-left:6px;}
.mleft7{margin-left:7px;}
.mleft8{margin-left:8px;}
.mleft9{margin-left:9px;}
.mleft10{margin-left:10px;}
.mleft11{margin-left:11px;}
.mleft12{margin-left:12px;}
.mleft13{margin-left:13px;}
.mleft14{margin-left:14px;}
.mleft15{margin-left:15px;}
.mleft16{margin-left:16px;}
.mleft17{margin-left:17px;}
.mleft18{margin-left:18px;}
.mleft19{margin-left:19px;}
.mleft20{margin-left:20px;}
.mleft21{margin-left:21px;}
.mleft22{margin-left:22px;}
.mleft23{margin-left:23px;}
.mleft24{margin-left:24px;}
.mleft25{margin-left:25px;}
.mleft26{margin-left:26px;}
.mleft27{margin-left:27px;}
.mleft28{margin-left:28px;}
.mleft29{margin-left:29px;}
.mleft30{margin-left:30px;}
.mright0{margin-right:0px;}
.mright1{margin-right:1px;}
.mright2{margin-right:2px;}
.mright3{margin-right:3px;}
.mright4{margin-right:4px;}
.mright5{margin-right:5px;}
.mright6{margin-right:6px;}
.mright7{margin-right:7px;}
.mright8{margin-right:8px;}
.mright9{margin-right:9px;}
.mright10{margin-right:10px;}
.mright11{margin-right:11px;}
.mright12{margin-right:12px;}
.mright13{margin-right:13px;}
.mright14{margin-right:14px;}
.mright15{margin-right:15px;}
.mright16{margin-right:16px;}
.mright17{margin-right:17px;}
.mright18{margin-right:18px;}
.mright19{margin-right:19px;}
.mright20{margin-right:20px;}
.mright21{margin-right:21px;}
.mright22{margin-right:22px;}
.mright23{margin-right:23px;}
.mright24{margin-right:24px;}
.mright25{margin-right:25px;}
.mright26{margin-right:26px;}
.mright27{margin-right:27px;}
.mright28{margin-right:28px;}
.mright29{margin-right:29px;}
.mright30{margin-right:30px;}
.mleftright0{margin:0px 0px;}
.mleftright1{margin:0px 1px;}
.mleftright2{margin:0px 2px;}
.mleftright3{margin:0px 3px;}
.mleftright4{margin:0px 4px;}
.mleftright5{margin:0px 5px;}
.mleftright6{margin:0px 6px;}
.mleftright7{margin:0px 7px;}
.mleftright8{margin:0px 8px;}
.mleftright9{margin:0px 9px;}
.mleftright10{margin:0px 10px;}
.mleftright11{margin:0px 11px;}
.mleftright12{margin:0px 12px;}
.mleftright13{margin:0px 13px;}
.mleftright14{margin:0px 14px;}
.mleftright15{margin:0px 15px;}
.mleftright16{margin:0px 16px;}
.mleftright17{margin:0px 17px;}
.mleftright18{margin:0px 18px;}
.mleftright19{margin:0px 19px;}
.mleftright20{margin:0px 20px;}

.mtop0{margin-top:0px;}
.mtop1{margin-top:1px;}
.mtop2{margin-top:2px;}
.mtop3{margin-top:3px;}
.mtop4{margin-top:4px;}
.mtop5{margin-top:5px;}
.mtop6{margin-top:6px;}
.mtop7{margin-top:7px;}
.mtop8{margin-top:8px;}
.mtop9{margin-top:9px;}
.mtop10{margin-top:10px;}
.mtop11{margin-top:11px;}
.mtop12{margin-top:12px;}
.mtop13{margin-top:13px;}
.mtop14{margin-top:14px;}
.mtop15{margin-top:15px;}
.mtop16{margin-top:16px;}
.mtop17{margin-top:17px;}
.mtop18{margin-top:18px;}
.mtop19{margin-top:19px;}
.mtop20{margin-top:20px;}
.mtop21{margin-top:21px;}
.mtop22{margin-top:22px;}
.mtop23{margin-top:23px;}
.mtop24{margin-top:24px;}
.mtop25{margin-top:25px;}
.mtop26{margin-top:26px;}
.mtop27{margin-top:27px;}
.mtop28{margin-top:28px;}
.mtop29{margin-top:29px;}
.mtop30{margin-top:30px;}
.mtopbottom0{margin:0px 0px;}
.mtopbottom1{margin:1px 0px;}
.mtopbottom2{margin:2px 0px;}
.mtopbottom3{margin:3px 0px;}
.mtopbottom4{margin:4px 0px;}
.mtopbottom5{margin:5px 0px;}
.mtopbottom6{margin:6px 0px;}
.mtopbottom7{margin:7px 0px;}
.mtopbottom8{margin:8px 0px;}
.mtopbottom9{margin:9px 0px;}
.mtopbottom10{margin:10px 0px;}
.mtopbottom11{margin:11px 0px;}
.mtopbottom12{margin:12px 0px;}
.mtopbottom13{margin:13px 0px;}
.mtopbottom14{margin:14px 0px;}
.mtopbottom15{margin:15px 0px;}
.mtopbottom16{margin:16px 0px;}
.mtopbottom17{margin:17px 0px;}
.mtopbottom18{margin:18px 0px;}
.mtopbottom19{margin:19px 0px;}
.mtopbottom20{margin:20px 0px;}

.pbottom0{padding-bottom:0px;}
.pbottom1{padding-bottom:1px;}
.pbottom2{padding-bottom:2px;}
.pbottom3{padding-bottom:3px;}
.pbottom4{padding-bottom:4px;}
.pbottom5{padding-bottom:5px;}
.pbottom6{padding-bottom:6px;}
.pbottom7{padding-bottom:7px;}
.pbottom8{padding-bottom:8px;}
.pbottom9{padding-bottom:9px;}
.pbottom10{padding-bottom:10px;}
.pbottom11{padding-bottom:11px;}
.pbottom12{padding-bottom:12px;}
.pbottom13{padding-bottom:13px;}
.pbottom14{padding-bottom:14px;}
.pbottom15{padding-bottom:15px;}
.pbottom16{padding-bottom:16px;}
.pbottom17{padding-bottom:17px;}
.pbottom18{padding-bottom:18px;}
.pbottom19{padding-bottom:19px;}
.pbottom20{padding-bottom:20px;}
.pbottom21{padding-bottom:21px;}
.pbottom22{padding-bottom:22px;}
.pbottom23{padding-bottom:23px;}
.pbottom24{padding-bottom:24px;}
.pbottom25{padding-bottom:25px;}
.pbottom26{padding-bottom:26px;}
.pbottom27{padding-bottom:27px;}
.pbottom28{padding-bottom:28px;}
.pbottom29{padding-bottom:29px;}
.pbottom30{padding-bottom:30px;}

.pleft0{padding-left:0px;}
.pleft1{padding-left:1px;}
.pleft2{padding-left:2px;}
.pleft3{padding-left:3px;}
.pleft4{padding-left:4px;}
.pleft5{padding-left:5px;}
.pleft6{padding-left:6px;}
.pleft7{padding-left:7px;}
.pleft8{padding-left:8px;}
.pleft9{padding-left:9px;}
.pleft10{padding-left:10px;}
.pleft11{padding-left:11px;}
.pleft12{padding-left:12px;}
.pleft13{padding-left:13px;}
.pleft14{padding-left:14px;}
.pleft15{padding-left:15px;}
.pleft16{padding-left:16px;}
.pleft17{padding-left:17px;}
.pleft18{padding-left:18px;}
.pleft19{padding-left:19px;}
.pleft20{padding-left:20px;}
.pleft21{padding-left:21px;}
.pleft22{padding-left:22px;}
.pleft23{padding-left:23px;}
.pleft24{padding-left:24px;}
.pleft25{padding-left:25px;}
.pleft26{padding-left:26px;}
.pleft27{padding-left:27px;}
.pleft28{padding-left:28px;}
.pleft29{padding-left:29px;}
.pleft30{padding-left:30px;}

.pleftright0{padding:0px 0px;}
.pleftright1{padding:0px 1px;}
.pleftright2{padding:0px 2px;}
.pleftright3{padding:0px 3px;}
.pleftright4{padding:0px 4px;}
.pleftright5{padding:0px 5px;}
.pleftright6{padding:0px 6px;}
.pleftright7{padding:0px 7px;}
.pleftright8{padding:0px 8px;}
.pleftright9{padding:0px 9px;}
.pleftright10{padding:0px 10px;}
.pleftright11{padding:0px 11px;}
.pleftright12{padding:0px 12px;}
.pleftright13{padding:0px 13px;}
.pleftright14{padding:0px 14px;}
.pleftright15{padding:0px 15px;}
.pleftright16{padding:0px 16px;}
.pleftright17{padding:0px 17px;}
.pleftright18{padding:0px 18px;}
.pleftright19{padding:0px 19px;}
.pleftright20{padding:0px 20px;}

.pright0{padding-right:0px;}
.pright1{padding-right:1px;}
.pright2{padding-right:2px;}
.pright3{padding-right:3px;}
.pright4{padding-right:4px;}
.pright5{padding-right:5px;}
.pright6{padding-right:6px;}
.pright7{padding-right:7px;}
.pright8{padding-right:8px;}
.pright9{padding-right:9px;}
.pright10{padding-right:10px;}
.pright11{padding-right:11px;}
.pright12{padding-right:12px;}
.pright13{padding-right:13px;}
.pright14{padding-right:14px;}
.pright15{padding-right:15px;}
.pright16{padding-right:16px;}
.pright17{padding-right:17px;}
.pright18{padding-right:18px;}
.pright19{padding-right:19px;}
.pright20{padding-right:20px;}
.pright21{padding-right:21px;}
.pright22{padding-right:22px;}
.pright23{padding-right:23px;}
.pright24{padding-right:24px;}
.pright25{padding-right:25px;}
.pright26{padding-right:26px;}
.pright27{padding-right:27px;}
.pright28{padding-right:28px;}
.pright29{padding-right:29px;}
.pright30{padding-right:30px;}
.dodai10{width:10px;}
.dodai15{width:15px;}
.dodai20{width:20px;}
.dodai25{width:25px;}
.dodai30{width:30px;}
.dodai40{width:40px;}
.dodai50{width:50px;}
.dodai60{width:60px;}
.dodai70{width:70px;}
.dodai80{width:80px;}
.dodai90{width:90px;}
.dodai100{width:100px;}
.dodai110{width:110px;}
.dodai120{width:120px;}
.dodai130{width:130px;}
.dodai140{width:140px;}
.dodai150{width:150px;}
.dodai160{width:160px;}
.dodai170{width:170px;}
.dodai180{width:180px;}
.dodai190{width:190px;}
.dodai200{width:200px;}
.dodai210{width:210px;}
.dodai220{width:220px;}
.dodai230{width:230px;}
.dodai240{width:240px;}
.dodai300{width:300px;}
.dodai1004{width:1004px;}
.dodai400{width:400px;}
.dodai500{width:500px;}
.cochu10{font-size:10px;}
.cochu11{font-size:11px;}
.cochu12{font-size:12px;}
.cochu13{font-size:13px;}
.cochu14{font-size:14px;}
.cochu15{font-size:15px;}
.cochu16{font-size:16px;}
.cochu17{font-size:17px;}
.cochu18{font-size:18px;}
.cochu19{font-size:19px;}
.cochu20{font-size:20px;}
.cochu21{font-size:21px;}
.cochu22{font-size:22px;}
.cochu23{font-size:23px;}
.cochu24{font-size:24px;}
.cochu25{font-size:25px;}
.cochu26{font-size:26px;}
.cochu27{font-size:27px;}
.cochu28{font-size:28px;}
.cochu29{font-size:29px;}
.cochu30{font-size:30px;}
.cochu100{font-size:160px;}

.docao10{height:10px;}
.docao11{height:11px;}
.docao12{height:12px;}
.docao13{height:13px;}
.docao14{height:14px;}
.docao15{height:15px;}
.docao16{height:16px;}
.docao17{height:17px;}
.docao18{height:18px;}
.docao19{height:19px;}
.docao20{height:20px;}
.docao21{height:21px;}
.docao22{height:22px;}
.docao23{height:23px;}
.docao24{height:24px;}
.docao25{height:25px;}
.docao26{height:26px;}
.docao27{height:27px;}
.docao28{height:28px;}
.docao29{height:29px;}
.docao30{height:30px;}
.docao31{height:31px;}
.docao32{height:32px;}
.docao33{height:33px;}
.docao34{height:34px;}
.docao35{height:35px;}
.docao36{height:36px;}
.docao37{height:37px;}
.docao38{height:38px;}
.docao39{height:39px;}
.docao40{height:40px;}
.docao50{height:50px;}
.docao60{height:60px;}
.docao100{height:100px;}
.docao200{height:200px;}

.anhchinh{background-image:url('../images/icon-new.png');}
.iconnho{position:absolute;display:block;}
.icongiohang{background-position:-234px -41px;width:25px;height:25px;top:5px;left:0px;}
.iconbanvuathem{background-position:-104px 0px;width:12px;height:9px;top:12px;left:9px;}
.nutxoagiohang{background-position:-276px 0px;width:18px;height:17px;}
.iconhtgt{background-position:0px 0px;width:15px;height:12px;top: 13px;left: 134px;}
/*.iconpopdang{background-position:-153px -241px;width:197px;height:37px;display:block;}*/
.iconmenuleftcanhan-actived{background-position:-128px -72px;width:9px;height:6px;top:6px;right:0px;}
.iconmenuleftcanhan{background-position:-128px -78px;width:9px;height:6px;top:6px;right:0px;}
.iconsua{background-position:-159px -115px;width:17px;height:15px;display:block;}
.iconxoa{background-position:-180px -115px;width:17px;height:15px;display:block;}
.iconthem{background-position:-150px -134px;width:25px;height:26px;top:3px;left:50%;margin-left:-12px;}
.iconxoanhieu{background-position:-181px -132px;width:19px;height:30px;top:0px;left:50%;margin-left:-9px;}
.dodai1000{width:1170px;}
.marg {
	max-width: 1200px;
	min-width: 1170px;
	margin: 0 auto;

}

.tabs > input {
    display: none;
}
.content_full{width: 1170px;margin:0 auto}
/*header*/
.header {
  border-top: 6px solid #1d4c9f;
  background: #f1fafe;
  height: 152px;
}
.header-top {

	height: 35px;
	background-color: #111111;
}
.menutop {
	float: left;
}
.menutop ul li {
	display: inline-block;
	padding-right: 25px;

}
.menutop ul li a {
	color: #b8b8b8;
	line-height: 35px;
}
.menutop ul li a:hover {
	color: #8dc73f;
}
.header-top-right {
	float: right;
}
.header-top-right ul li {
	display: inline-block;
	padding-left: 25px;
}
.header-top-right ul li a {
	color: #b8b8b8;
	line-height: 35px;
}
.header-top-right ul li a:hover {
	color: #8dc73f;
}
.top-banner {
	background-color: white;
	width: 100%;
	height: 89px;
	border-bottom: 1px solid #cccfdb;
}
.logo {
	float: left;
  width: 21%;
/*	width: 154px;*/

	/*margin-top: 6px;*/
}
.logo img {	
	overflow: hidden;
	padding-top: 38px;
}

#header_content{position: relative;}
.box_sologan{margin-bottom: 14px;
    width: 78%;
    float: right;
    padding-top: 19px;
    margin-top: 9px;
    font-size: 16px;}

.box_sologan .iconheader {margin-right: 10px;}
.box_sologan .iconheader i{font-size: 36px;color: #535353;}
/*.box_sologan p{float: left;width: 70%;}*/
.header-l{    width: 70%;
    float: left;
    margin-top: 14px;
    }
.header-r{float: left;
 
    width: 30%;    margin-top: 18px;}
.header-r .language{}
.box_sologan .tt-head-top{
	font-weight:bold;
	font-size:14px

}
.box_sologan .header-r .hidden div, .box_sologan .header-l .hidden div { font-size:14px;}
.register-login .fancybox i{margin-right: 6px}
.register-login{margin-top: 31px;}
.register-login a{    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    border: 1px solid white;
    padding: 11px 25px;
    color: white;
    background-color: #1d4c9f;font-size: 14px;}

.box_sologan img{max-width: 100%}


.language{  
    background: #9FDCF8;
    position: absolute;
    right: 0;
    border-radius: 0px 0px 22px 22px;
    padding: 0px 16px;
    top: 0;}


.right-search{float: right;width: 33%;margin-top: 28px;}

.right-search .top_lag{
  
  height: 29px;
}
.top_lag .lag_left{background: url(../images/bg_lang_left.png) no-repeat;width: 6%;height: 30px;float: left;}

.top_lag .lag_center{background: url(../images/bg_top_lag.png) repeat-x;width: 88%;height: 30px;float: left;}

.top_lag .lag_right{background: url(../images/bg_top_right.png) repeat-x;width: 6%;height: 30px;float: right;}

.right-search .box_search{
  clear: both;
  margin-top: 10px;
  position: relative;
    height: 39px;
}
.right-search .box_search form{width: 317px;height: 36px;float: right;border: 1px solid #999999;
    border-radius: 6px;}
.right-search .box_search form input[type="text"]{
height: 36px;
    border-style: none;
    background: none;
    width: 238px;
    padding-left: 5px;
}

.right-search .box_search form input[type="submit"]{
  width: 74px;
    border-style: none;
    height: 36px;
    background: #ff0000;
    border-radius: 0px 5px 5px 0px;
    float: right;
    font-weight: bold;
    color: white;
    cursor: pointer;


  }
.menu-top {list-style: none;margin: 0;padding: 0;font-family: tahoma;margin-top: 7px;}
.menu-top li{float:left;padding: 0px 15px;    height: 20px;}
.menu-top li a{color:#0858ab}
.menu-top li:nth-child(0n+1) {
    background: url(../images/icon_tintuc.png) 0px 2px no-repeat;
    text-indent: 8px;
}
.menu-top li:nth-child(0n+2) {
    background: url(../images/icon_duan.png) 0px 0px no-repeat;
    text-indent: 8px;
}
.menu-top li:nth-child(0n+3) {
    background: url(../images/icon_lienhe.png) 0px 0px no-repeat;
    text-indent: 8px;
}
.search {
	  width: auto;
  height: 37px;
  margin-left: 17%;
  margin-right: 22%;
  position: relative;
  padding-top: 25px
}
.box_timkiem {
    background-color: white;
    border: 1px solid #e5e6e8;
    height: 37px;
    width: 450px;
    float: left;
}
.search_full{text-align: right;    font-weight: bold;margin-top: 3px;}

.search_full a{color:#09529d;text-decoration: none;}
input.input-submit-search {
    background: url("../images/buttom.png") no-repeat center;
    border: none;
    cursor: pointer;
    height: 38px;
    position: absolute;
    right: 1px;
    width: 67px;
    background-color: #fb799b;
}
.search-pro {
    right: 90px;
	position: absolute;
}
.hotline-right {
	float: right;
	margin-top: 12px;
}
.lang {
    float: right;
}
.hotline i{
    margin-right: 10px;
    color: #1d4c9f;

}
.hotline h3{
    color: #1d4c9f;
    margin-bottom: 20px;
    
    font-size: 18px;
}

.mainformsearch{position: relative;display: inline-block;margin-top: 9px;}


.dropdown-menu{position: absolute;right: 10px;  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius:0px 0px 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
 display: none;
 z-index: 999;
}
  .dropdown:hover .dropdown-menu{}
.form-group {
  margin-bottom: 0px;
  padding: 6px 12px;
}

  .form-group #LoginForm_email,.form-group #LoginForm_password{  font-size: 11px;
  width: 98%;
  height: 25px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin: 0 auto;

}

.button_reset{background:#8dc73f;height: 35px!important;border-style: none; width: 100%;color: white}
.box_ghinho{padding: 6px 12px;overflow: hidden;}
.ghinhopass{float: left;}
.lostpass{float: right;} .lostpass a{line-height: 15px!important;color: #333!important}
.btn-register{color: #333!important}
.hotrotructuyen-p{ margin:0px;padding:0px;color: hsl(358, 81%, 56%);font-weight: bold;margin-left:70px;height:24px;line-height:24px;}




/*end header*/
/*.menu {
	background-color: #fb799b;
	height: 50px;
}

.menu > ul {
      float: left;
      margin-left: 60px;
}
.menu ul li {
	display: inline-block;
	
}
.menu ul li a {
	color: white;
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
	padding: 0 26px;
}*/

/*BEGIN MENU*/
#nav{    height: 40px;
    margin-bottom: 0px;
        background: url(../images/menu-bg.png) repeat-x;
    /* box-shadow: 2px 4px 20px 0px #544c4c; */
    box-shadow: -2px 4px 14px #545454;
 }
#nav-content{width: 1170px;margin:0px auto;height:inherit; }
#nav-menu{list-style:none;float:left;width:100%;height:inherit;margin:0px;padding:0px;position:relative;}
.nav-1{float:left;position: relative;}

.nav-1 h2{}
#nav-menu .last h2{background-image:none;}
.nav-1:first-child h2{}
.nav-1:last-child h2{background: none}
/*.nav-1 h2{margin:0px;padding:0px;    background: url(../images/bg_linkmenu.png) right no-repeat;}*/
.nav-1 a{    color: white;
    font-weight: normal;
    line-height: 40px;
    padding: 0 40px;
    font-size: 14px;
    }
.nav-1 h2 a{text-transform: uppercase; text-decoration:none !important}
.nav-1-a{height:34px;line-height:34px;text-align:center;position:relative;padding-left:24px;padding-right:24px;}
.nav-1-a-home{}
.nav-1-a-home img{margin-top: 6px;}

.nav-1-ha{float:left;height:20px;margin-top:9px;}
.nav-1-a span{display:block;margin-left:5px;color:#fff;font-size:12px;float: left;}
.nav-1:hover .nav-1-a{}
.nav-1 ul{    background: #f7941e;
    opacity: 0.9;position:absolute;top:100%;left:0px;list-style:none;padding:0px;margin:0px;display:none;z-index:9999;min-width:200px;}
.nav-1 li{position:relative;}
.nav-1 h3{margin:0px;padding:0px;}
.nav-1 ul a{font-size:13px;font-weight:normal;display:block;padding: 0 26px;line-height: 45px;color:white;border-bottom:#d9d9d9 1px dotted;white-space:nowrap;    }
#nav-1-cuoi{border:none;}
.nav-1 ul ul{top:0px;left:100%;margin-left: 2px;}
.nav-1 ul li{height: 36px;line-height: 30px;}
.nav-1 ul li:hover{background-color: #d9831c;}
.nav-1 ul li a{line-height: 36px;}
.tuvan247{    background: url(../images/bg_tuvan_menu.png) repeat-x;
    float: left;
    height: 45px;
    padding: 0 10px;
    line-height: 45px;
    font-weight: bold;
    color: #e10100;
    font-size: 14px;}
.form-search{margin-top: 29px;}
#form_search{position: relative;}
#form_search #search_value{    height: 19px;
    border-style: none;
    width: 260px;
    border: 1px solid #1d4c9f;
    text-indent: 20px;
    max-width: 100%;
    font-style: italic;
    padding: 5px;

  }

.button_seach_web{  
    top: 0px;
    background: url(../images/icon-button-web.png) center no-repeat;
    position: absolute;
    padding: 10px 20px;
    border-style: none;
    width: 61px;
    height: 31px;
    right: 0;}
.titlesearch{text-indent: 13px!important}
#nav-actived h2,.nav-1:hover{
    padding: 0;background: #f7941e;


  }
.thietkeweb{overflow:hidden;left:0px;top:34px;position:absolute;background:#fff url('images/menu3-bg.jpg') left bottom repeat-x;box-shadow: 1px 1px 1px #dddddd;z-index:10;min-height:180px;display:none;}
.nav-1:hover .thietkeweb{display:block;}
.thietkewebcon{overflow:hidden;padding:10px 0px 10px 10px;position:relative;min-height:180px;}
.thietke-menu3{float:left;width:115px;margin-right:10px;height:130px;}
.menu3cha{width:115px;height:130px;text-align:center;overflow:hidden;}
.menu3cha a:hover{text-decoration:none !important;}
.menu3cha span{color:#00579c;line-height:18px;display:block;}
.menu3cha img{width:99px;height:75px;}
.menu3con{position:absolute;top:130px;left:0px;overflow:hidden;padding:15px 0px 15px 15px;background-color:#eeeeee;display:none;height: 40px;}
.thietke-menu3:hover:hover{background-color:#eeeeee;}
.thietke-menu3:hover .menu3con{display:block;}
.menu3con a{float:left;color:#545454;margin-right:15px;margin-bottom:5px;font-weight:normal;}
.menu3con a:hover{color:#00579c;}
/*END MENU*/


.main-sideshow{width: 75%;float: left;}
.main-support{width: 24%;float: right;}
/*BEGIN SIDESHOW*/
.blocksideshow{overflow: hidden;
    margin-top: -10px;
    width: 100%;}
.sideshow{overflow:hidden;margin-top:0px;}
.captionOrange, .captionBlack{color: #fff;font-size: 20px;line-height: 30px;text-align: center;border-radius: 4px;}
.captionOrange
{background: #EB5100;background-color: rgba(235, 81, 0, 0.6);}
.captionBlack{font-size:16px;background: #000;background-color: rgba(0, 0, 0, 0.4);}
a.captionOrange, A.captionOrange:active, A.captionOrange:visited{color: #ffffff;text-decoration: none;}
a.captionOrange:hover{color: #eb5100;text-decoration: underline;background-color: #eeeeee;background-color: rgba(238, 238, 238, 0.7);}
.bricon{background: url(../img/browser-icons.png);}
.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av{background: url(../img/b03.png) no-repeat;overflow:hidden;cursor: pointer;}
.jssorb03 div { background-position: -5px -4px;}
.jssorb03 div span{color:#fff;}
.jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
.jssorb03 .av { background-position: -65px -4px; }
.jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }
.jssora20l, .jssora20r, .jssora20ldn, .jssora20rdn{position: absolute;cursor: pointer;display: block;background: url(../img/arrowsxanh.png) no-repeat;overflow:hidden;}
.jssora20l { background-position: 0px 0px; }
.jssora20r { background-position: 100% 0; }
.jssora20l:hover { background-position:  0 100%;; }
.jssora20r:hover { background-position: 100% 100%; }
.jssora20ldn { background-position: 0px 0px; }
.jssora20rdn { background-position: 100% 0; }
.jssorb03{display: none!important;}
/*END SIDESHOW*/

/*main-content*/
.main {
    background-color: white;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 1170px;
    overflow: hidden;
}
.main-content {
	margin-top: 15px;
    overflow: hidden;
}
/*left*/
.left {
	width: 222px;
	float: left;
}
.title-main {
	background: url(../images/g-danhmuc.png);
	height: 50px;
}
.title-main h3 {
	color: white;
	text-transform: uppercase;
	text-align: center;
	line-height: 43px;
	font-size: 14px;
}
.sub-list {
	background-color: #f6f5f1;
    border: 1px solid #e0e0e0;
    margin-left: 5px;
    margin-top: -9px;
    width: 209px;
    margin-bottom: 20px;
    position: relative;
}
.sub-list ul li a {
	color: #646464;
	padding: 6px 17px;
}
.sub-list li {
    padding: 12px 32px;
    border-bottom: 1px dashed #e0dfdc;
}
.sub-list li:last-child {
	border-bottom: none;
}
.icon-menu {
    background: url("../images/icon-danh-muc.png") no-repeat left center;
    height: 5px;
    list-style: none outside none;
    margin-top: 5px;
    width: 5px;
}
.sub-list1 {
	background-color: #f6f5f1;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-top: -9px;
    position: relative;
    width: 209px;
    overflow: hidden;
}
.sub-list1 li {
    padding: 0px 8px;
}

.sub-list1 ul li a {
    color: #646464;
    padding: 6px 10px;
}
.menu1 {
	overflow: hidden;
	
	border-bottom: 1px dashed #e0dfdc;
}
.main-left {
    float: left;
    width: 77px;
    border-right: 1px dashed #e0dfdc;
}
.main-left ul {

}
.main-right {
    float: right;
    width: 127px;
}
.main-right li {
	padding: 12px 8px;
	border-bottom: 1px dashed #e0dfdc;

}
.main-right ul li a {
    color: #646464;
    padding: 6px 10px;
}
/*end left*/

/*content*/
.content {
	margin-left: 225px;
    margin-right: 220px;
	overflow: hidden;
	
}
.nivoSlider {

	height: 419px;	
	overflow: hidden;
}
.nivoSlider img {
	width: 100%;
	height: 100%;
}
/*tab*/
.tabs {
    margin-top: 15px;
 
}
/*input {
    opacity: 0;
}*/

.tabs label {
    border-radius: 5px 5px 0 0;
    color: #646464;
    cursor: pointer;
    float: left;
    margin-right: 43px;
    padding: 1.5% 3%;
}
.tabs label:hover {
    background: -webkit-linear-gradient(#777, #666);
}
input:checked + label {
    background: none repeat scroll 0 0 #8dc73f;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 223px;
}
.tabs input:nth-of-type(1):checked ~ .panels .panel:first-child, .tabs input:nth-of-type(2):checked ~ .panels .panel:nth-child(2), .tabs input:nth-of-type(3):checked ~ .panels .panel:nth-child(3), .tabs input:nth-of-type(4):checked ~ .panels .panel:last-child {
    opacity: 1;
}
.panels {
 
    clear: both;
    position: relative;
    
    background: #fff;
    border-radius: 0 10px 10px 10px;
    min-height: 315px;
}
.panel {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e4e4e4;
  
    margin-bottom: 40px;
    width: 98.4%;
    padding: 5px;
    overflow: hidden;
}
.panel h2 {
    margin: 0;
    font-family: Arial;
}
.product {
	margin-bottom: 10px;
    overflow: hidden;
border: 1px solid #e4e4e4;
     padding: 0px 0px 20px 0px;

}
.box_content{
    overflow: hidden;
     
     margin-bottom: 20px;
}
.box_content h1{font-size: 14px;color: #8dc73f;margin-top: 7px;margin-bottom: 10px;}
.box_content h2,.box_content h3,.box_content h4,.box_content h5,.box_content h6{display: inline-block!important;}
.pice-off {
    position: absolute;
    right: 14px;
    top: 5px;
    background: url(../images/saleoff.png) no-repeat;
    width: 40px;
    height: 40px;
}
.pice-off > p {
    color: #fff;
    float: left;
    margin-left: 10px;
    margin-top: 12px;
}

.pro1 {
	border: 1px solid #e0e0e0;
    margin-top: 10px;
    width: 217px;
    height: 229px;
    position: relative;
}
.pro1:hover {
	border: 1px solid #8dc73f;

}
.title-pro {
    width: 217px;
    margin-left: 10px;
    margin-top: 10px;
}
.title-pro > a {
    color: #009ddc;
    font-weight: bold;
    margin-left: 60px;
}
.title-pro > p {
    margin: 5px 0 0;
}
.price {
    margin-left: 46px;
    margin-right: 10px;
    text-decoration: line-through;
}
.produ {
	width: 220px;
	height: 288px;
	border-bottom: 1px dashed #ccc;
	margin-left: 5px;
	float: left;
	margin: 0 4px 0 19px;
    padding-bottom: 8px;
}

/*end tab*/

/*end content*/

/*right*/
.right {
	width: 216px;
	float: right;
}
.set {
    width: 210px;
    margin-bottom: 20px;
    position: relative;
}
.set img {
	width: 100%;
	height: 100%;
}
.set-pro {
	background: url("../images/sale.png") no-repeat;
    height: 58px;
    position: absolute;
    right: 6px;
    top: 128px;
    width: 58px;
}
.set-pro > p {
    color: #fff;
    float: left;
    font-size: 18px;
    margin-left: 12px;
    margin-top: 17px;
}

.spa {

	margin-bottom: 20px;
	position: relative;
}
.spa img {
	width: 100%;
	height: 100%;
}

.titl-spa {
    left: 66px;
    position: absolute;
    top: 193px;
}
.titl-spa a {
    color: red;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}
.my-pham {
	width: 210px;
	position: relative;
}
.set-pro1 {
	background: url(../images/sale1.png) no-repeat;
	position: absolute;
    right: 5px;
    top: 10px;
    width: 72px;
    height: 72px;
}
.img-set1 {
	width: 210px;
	height: 231px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
}
.img-set {
    border: 1px solid #e0e0e0;
    height: 209px;
    width: 208px;
    overflow: hidden;
}
.set-pro1 > p {
    color: #fff;
    font-size: 20px;
    line-height: 0;
    margin-left: 16px;
    margin-top: 25px;
}
.my-pham img {
	width: 100%;
	height: 100%;
}
/*end right*/

/*end main-content*/
/*footer*/

#footer{background:#313131;    padding-top: 9px;overflow: hidden;margin-top: 13px;color: #d3d3d3;}
.blocktitlecontact{text-indent: 23px!important;font-size: 14px!important;}

#footer .content_full{overflow: hidden;}
.footermain{margin-top: 20px;padding-bottom: 74px;overflow: hidden;width: 84%;float: left;}
.footer_box:first-child{width: 47%;}
.footer_box {
	 float: left;
    margin-right: 1%;
    font-size: 13px;
    width: 22%;
    color: #d3d3d3;
    line-height: 22px;

}
.footer_box:last-child{margin-right: 0px;    width: 29%;}
.titlefooter{    border-bottom: 2px solid #d3d3d3;
    height: 25px;margin-bottom: 20px;}

.footer_box h3 a{
  text-transform: uppercase;
    color: #04a2ff;
    padding-bottom: 4px;
    display: inline-block;
    font-size: 15px;
    z-index: 99999;
    
    margin-bottom: 20px;
  }


  .addressfooterlist{overflow: hidden;}
.footer_bottom ul li {color: #fff;
    
    float: left;
    line-height: 21px;
    width: 41%;
    font-size: 14px;margin-bottom: 15px;}


.addressfooterlist ul li i{float: left;
    margin-right: 7px;
    font-size: 11px;
    margin-top: 4px;}
.addressfooterlist ul li a{color: white;}


.infoaddressfot{font-size: 13px!important;font-family: 'RobotoSlab-Regular'!important;line-height: 33px;color: #d3d3d3!important}
.infoaddressfot span{display: inline-block;width: 22px;}
.infoaddressfot i{padding-left: 2px;margin-right: 5px;}



.line_bottom_footer{background-image: url(../images/line_bottom_footer.png);background-repeat: no-repeat;background-position: center; margin-bottom: 20px;height: 10px;}
.footer_line{background: url(../images/line_footer.png) repeat-x;
    margin-bottom: 26px;
    margin-top: 17px;
    height: 13px;}
.copyright{   
margin-bottom: 0px;
    
    font-size: 12px;
    margin-top: 11px;
    text-align: center;
    /* padding-bottom: 15px; */
    line-height: 27px;

  }
.copyright a{color: #04a2ff}
.footer_box_right {margin-top: 20px;float: left;width: 16%;}
.footer_box_right h3 a{text-transform: uppercase;
    color: #04a2ff;
    padding-bottom: 4px;
    display: inline-block;
    font-size: 15px;
    z-index: 99999;
    
    margin-bottom: 20px;}
.footer_box ul li{background-repeat:no-repeat; margin-bottom:10px;background-position: 0px 13px;}
.footer_box ul li:first-child{}
.footer_box ul li a{color: #d3d3d3; text-transform: uppercase}
.footer_box ul li a i{margin-right: 5px;}
.footer_box iframe{width: 100%;}
.footnav ul li{margin-bottom: 10px;overflow: hidden; }
.footnav ul li .titleform{    width: 30%;
    float: left;
    line-height: 22px;}
.footnav ul li .form-control{
    float: right;
    padding: 0;
    margin: 0;
    border-style: none;
    border: 1px solid #cccccc;
    width: 69%;
    /* text-align: right; */
    height: 20px;}
.footnav ul li textarea{height: auto!important;}
.footnav ul li a{color: #2a2a2a;}

.footnav ul li .btn-primary{background: #16628a;border-style: none;padding: 8px 20px;font-size: 16px;color: white;float: right;cursor: pointer;}

.sharefooter{overflow: hidden;margin-top: 30px;}
.sharefooter  .titleshare{float: left;    line-height: 32px;}
.social{overflow: hidden;margin-top: 11px;margin-bottom: 16px;}
.social a{    font-size: 23px;
    color: #bfbfbf;
    display: inline-block;
    margin-right: 15px;
    }
.social a:hover{color: #04a2ff}
.scrolltop{position: fixed;    bottom: 56px;
    right: 24px;}




.footer_map{width: 35%;float: right;}
.info-address{overflow: hidden;}
.logofooter{margin-right: 10%}

.scrollbottom{height: 40px;line-height: 40px;color: white;background: #16628a;position: fixed;bottom: 0;width: 100%;font-size: 14px;}
.scrollbottom-left{width: 40%;margin-right: 5%;float: left;}
.scrollbottom-right{width: 45%;margin-right: 5%;float: left; }


.f-top-site{background: #2E683B;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 11;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);}

.thongtinhotro{font-size: 14px;line-height: 15px;padding: 38px 23px;color: white}
.thongtinhotro ul{}
.thongtinhotro ul:nth-child(2n){float: right;margin-right: 0px;}
.thongtinhotro ul h4{border: 1px solid #16628a;color: #16628a;padding: 4px 4px;text-align: center;    margin-bottom: 23px;}
.thongtinhotro ul li{    margin-bottom: 16px;
    padding-bottom: 16px;overflow: hidden;}
.thongtinhotro ul li .imgsupport{border-radius: 36px;margin-right: 9px;}
.thongtinhotro ul li:last-child{margin-bottom: 0px;border-bottom: none;padding-bottom: 0px;}
.hotroname{       overflow: hidden;
    text-transform: uppercase;
    color: white;
    margin-bottom: 15px;padding-top: 4px;}
.hotrophone{margin-bottom: 5px;}
.hotro_footer ul li{
    width: 275px;
    height: 90px;
    float: left;
    color: #484747;
}
.hotro_footer ul li .hotroname{
    margin-top: 10px;
}
.hotro_footer ul li .hotrophone{
    margin-top: 10px;
    margin-bottom: 8px;
}
.supportcontent{width: 76%;float: left;}
.supportcontent i{margin-right: 5px;}
.imgsupportright{width: 24%;float: right;}

.newscategory{padding: 10px 10px;}
.newscategory li{overflow: hidden;margin-bottom: 7px;padding-bottom: 7px;border-bottom: 1px dotted #cccccc;}
.newscategory li:last-child{margin-bottom: 0;padding-bottom: 0;border: none;}
.newscategory li img{float: left;margin-right: 10px;}
.newscategory li a{font-size: 14px;color: #424242;font-family: 'OpenSans-Bold'}
.copyright_footer{margin-top: 30px;background: #0955a3;height: 70px;color: white;padding-top: 20px;text-align: center;font-family: 'OpenSans-Semibold';font-size: 13px;}
.tintucnoidung img{max-width: 100%}
.datedetail{font-style: italic;margin-bottom: 10px;}

/*end footer*/

/*gioithieu*/
.content.content-chil {
	border: 1px solid #e4e4e4;
	
	overflow: hidden;
}
.home {
    border-bottom: 4px solid #95cb4d;
    height: 41px;
    line-height: 41px;
}
.home > a {
    margin-left: 10px;
}
.text {
	padding: 10px;
    overflow: hidden;
}
h4 {
    color: #8dc73f;
     margin-top: 7px;
}
.text > p {
    color: #646464;
    line-height: 23px;
    margin-top: 7px;
}
/*end gioithieu*/

.supportleft{overflow: hidden;padding: 20px;}
.supportleft .listsupportleft{    font-size: 14px;
    
    min-height: 45px;
    margin-bottom: 14px;
    padding-left: 59px;}

.supportleft .listsupportleft.listrow1{background:url(../images/icon-phone-left.png) no-repeat}
.supportleft .listsupportleft.listrow2{background:url(../images/icon-email-left.png) no-repeat}
.supportleft .listsupportleft.listrow3{background:url(../images/icon-phone-support.png) no-repeat}

.supportleft .listsupportleft .supportrow1{color: #585858;}
.supportleft .listsupportleft .supportrow2{color: #f7941e;}
.supportleft .listsupportleft .supportrow2 a{color: #f7941e;}

/*tin tuc*/
.titleh1{       margin: 0px 0px;
    border-bottom: 1px solid #c9c9c9;
    height: 30px;
    /* margin-top: 9px; */
    margin-bottom: 15px;}
.titleh1 h1{    font-size: 18px;
    
    text-transform: uppercase;
    color: #1d4c9f;
    padding-bottom: 12px;
    display: inline-block;
    /* border-bottom: 1px solid #1d4c9f; */}
.titleh1 h2{font-size: 18px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    color: #1d4c9f;
    padding-bottom: 6px;
    display: inline-block;
    border-bottom: 1px solid #1d4c9f;}
.detailcontentlt{margin: 15px 0px 40px 0px;}
.gt_cont{margin-top: 15px;}


.news:first-child{padding-top: 0!important}
.news {
    overflow: hidden;
    margin-bottom: 25px;
    padding-right: 10px;
}
.image-new {
    float: left;
 
    width: 25%;
    overflow: hidden;
        
           /* border: 1px solid #dedede;*/
}
.image-new img {
      width: 100%;
    /*padding: 4%;*/
    background: white;
  
}
.new {
  width: 72%;float: right;
 
  
  color: #616161;
}
.title-new {
	color: #545454;
	font-size: 16px;
	
	margin-top: 11px;
	display: block;
	font-weight:bold;
	text-decoration:none !important
}
.box_content .news .new p{ line-height:20px}

.datelist { margin-top: 5px; font-size: 14px;color: #a1a1a1;line-height: 22px;overflow: hidden;}
.content-news .datelist{}
.typenews1 .chitiettap{border: none!important;}
.datelist span{margin-right: 7px;float: left;}
.datelist img{margin-top: 2px;}
.datelist i{margin-right: 5px;}
.nd-new {
  
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    color: #646464;
    text-align: justify;
   
}
.phantrang {
    float: right;
    margin-bottom: 10px;
    margin-right: 8px;
    margin-top: 10px;
    text-align: center;
}
.phantrang ul li {
    background: none repeat scroll 0 0 #59bcf2;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    list-style: outside none none;
    padding: 5px 6px;
}
.phantrang ul li a {
    color: #fff;
    padding: 4px;
    text-decoration: none;
}
.more{margin-top: 10px;margin-bottom: 10px;text-align: right;}
.more a{color: #f7941e;}

.content-news{margin-top: 0px;}

.content-news .h1news{
        font-family: 'OpenSans-Semibold';
    margin-bottom: 6px;
    color: #3f3f3f;
    font-size: 24px;

}
.tintucnoidung{margin-top: 15px;}

.titletinkhac{padding-top: 15px;
    border-top: 1px solid #c9c9c9;}
.cactinkhac h3{
           color: #2a2a2a;

    /* border-left: 8px solid #0955a3; */
    /* text-indent: 9px; */

    /* text-transform: uppercase; */
    font-size: 18px;
  
    
    font-weight: normal;
    display: inline-block;
    /* background: #16628a; */
    padding: 6px 27px;
    padding-left: 0;
    color: #231f20;
   
   
}
.cactinkhac ul{padding:0;list-style: none;padding-top: 9px;}
.cactinkhac ul li{
   text-indent: 0px;
    
    font-size: 14px;
    list-style: initial;
    color: #868686;
    background: url(../images/icon-news-home.png) left 8px no-repeat;
    list-style: none;
    padding-left: 23px;
}
/*end tin tuc*/

/* LIST PROJECT*/
.listproject{margin: 0;padding: 0;list-style: none;}
.listproject li{float: left;width: 32%;margin-right: 2%;margin-bottom: 20px;}
.listproject li:nth-child(3n){margin-right: 0px;}
.projecthinhanh{display: block;text-align: center;}
.projecthinhanh img{width: 100%;max-height: 100%;}
.projecttitlel{    display: block;
    height: 32px;
    background: #16628a;
    width: 100%;font-size: 16px;line-height: 32px;color: white;text-align: center;}


    /* list vieo*/


.loaitinraovatcon{padding: 0;margin: 0;list-style: none;}
.loaitinraovatcon li{width: 32%;float: left;margin-bottom: 30px;margin-right: 2%}
.loaitinraovatcon li:nth-child(3n){margin-right: 0;float: right;}
.loaitinraovatcon li iframe{width: 100%;}
.loaitinraovatcon li .title-raovat{text-align: center;color: #3f3f3f;margin-top: 10px;height: 22px;overflow: hidden;}
.loaitinraovatcon li .title-raovat a{color: #3f3f3f;font-size: 16px;}


/*REGISTER*/
.formloginregis{display: none;}
.fancybox-wrap{border:1px solid #00fff0!important;}
#register a{}
#register,#login{width: 400px;max-width: 100%;}
.formlogmain{padding: 0 40px;}

.titleformlog{    border-bottom: 2px solid #d3d3d3;
    /* overflow: hidden; */
    height: 25px;
    margin-bottom: 20px;}
.titleformlog h3{text-transform: uppercase;
    color: #16628a;
    /* margin-bottom: 5px; */
    padding-bottom: 4px;
    /* float: left; */
    display: inline-block;
    border-bottom: 2px solid #16628a;
    font-size: 18px;
    z-index: 99999;}


.formlogheader ul li{margin-bottom: 13px;overflow: hidden;}
.formlogheader ul li .titleform{    width: 30%;
    float: left;
    line-height: 22px;}
.formlogheader ul li .form-control{    /* width: 70%; */
    float: right;
    padding: 0;
    margin: 0;
    border-style: none;
    border: 1px solid #cccccc;
    width: 69%;
    /* text-align: right; */
    height: 30px;}
.formlogheader ul li textarea{height: auto!important;}
.formlogheader ul li a{color: #2a2a2a;}
.formlogheader ul li .btn-primary{background: #16628a;border-style: none;padding: 8px 20px;font-size: 16px;color: white;float: right;cursor: pointer;margin-left: 10px;}


/*chi tiet tin tuc*/
.newss > p {
    color: #646464;
    line-height: 20px;
    margin-top: 10px;
}
/*end chi tiet tin tuc*/

/*lien he*/
.form_lienhe {
    border-radius: 5px;
    margin-top: 30px;
    width: 540px;
}
#tbl_lienhe {
    line-height: 2.5em;
    padding: 0 0 0 20px;
}
#tbl_lienhe td {
    padding-right: 20px;
}
#tbl_lienhe input {
    height: 30px;
    margin-right: 10px;
}
.input-submit {
	background-color: #8dc73f;
    border: medium none;
    color: #fff;
    cursor: pointer;
    height: 31px;
    width: 110px;
    text-transform: uppercase;
    float: right;
    margin-top: 10px;
}

/*end lien he*/

/*chi tiet sp*/
.img-produc {
    margin-top: 10px;
    overflow: hidden;
}
.images1 {
    width: 238px;
    height: 290px;
    border: 1px solid #dbdbdb;
    float: left;
}
.anhh {
    height: 255px;
    margin-left: 12px;
    margin-top: 16px;
    overflow: hidden;
    width: 212px;
}
.anhh img {
    width: 100%;
    height: 100%;
}
.detail {
 
    float: left;
    margin-left: 40px;
}

.detail > h1 {
    color: #8dc73f;
    font-size: 18px;
}
.pice-detail > span {
    margin-right: 10px;
}

.detail > p {
    line-height: 35px;
    color: #646464;

}
.gio-hang {
    margin-top: 10px;

}
.them {
    float: left;
    margin-right: 20px;
    width: 158px;
    height: 39px;
    background-color: #8dc73f;
    border-radius: 3px;
}
.them > a {
    color: #fff;
    font-weight: bold;
    line-height: 39px;
    margin-left: 28px;
}
.dat-hang {
    background-color: #fb799b;
    float: left;
    height: 39px;
    width: 119px;
    border-radius: 3px;
}
.dat-hang > a {
    color: #fff;
    font-weight: bold;
    line-height: 39px;
    margin-left: 28px;
}
/*end chi tiet sp*/

/*tim kiem*/
.sap-xep {
    color: #646464;
    float: right;
    margin-right: 123px;
}

.selec {
    float: right;
}

.selec > span {
    float: left;
}

.sx > p {
    color: #646464;
    font-weight: bold;
     margin-right: 8px;
}
.lua-chon {
    margin-right: 10px;
    margin-top: 12px;
}
.dsaf select {
    background-color: #fb799b;
    border: medium none;
    color: #fff;
    height: 20px;
    overflow: hidden;
}
/*end tim kiem*/


.leftcanhan {
    border: 1px solid #ddd;
    float: left;
    width: 213px;
}
.leftcanhan-con {
    border-bottom: 1px solid #ddd;
    padding: 15px 11px;
}

.leftcanhan-thongtin {
    padding: 15px 11px;
}
.leftcanhan-con h2 {
    color: #333;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.leftcanhan-tieude {
    margin-top: 10px;
    overflow: hidden;
}
.leftcanhan-tieude p {
    color: #0062b7;
    font-weight: bold;
    text-align: center;
    padding: 0;
}
.leftcanhan1 {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.leftcanhanli {
    border-bottom: 1px dotted #ddd;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 5px;
    position: relative;
}
.leftcanhanli p {
    color: #646464;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
}
.anhchinh {
    background-image: url("../images/icon-new.png");
}

.thongtincanhan {
    border: 1px solid #ddd;
    margin-left: 225px;
    margin-right: 2px;
    overflow: hidden;
    padding: 5px;
}


.trangchu-tab,.danhsachsanpham-tieude{height: 39px;margin: 0px;overflow: hidden;border-bottom: 3px solid #8dc73f}

.trangchu-tab a{color:#333;font-size:12px;float:left;display:block;padding: 10px 5px 0px 7px;font-weight:bold;font-family: Arial,Verdana,sans-serif;height: 29px; width: 29%;border-radius: 5px 5px 0px 0px;margin-right: 10px;background: url('../images/tab_bg_none.png') repeat-x;text-align: center;line-height: 20px;}

.dstap{background: #8dc73f url('../images/bg_tab_tour.png') repeat-x!important;color:white !important;}

.trangchu-tab a:hover{color:#333 !important;text-decoration: none;}


.trangchu-tab h1,.danhsachsanpham-tieude h2{padding: 8px 5px 4px 10px;float:left;margin:0px;}

.chitietnoidung{margin: 0 10px;}

/*BEGIN Ã„ÂÃ†Â¯Ã¡Â»Å“NG DÃ¡ÂºÂªN*/
.duongdan-border{
padding: 5px 10px;
    background: #f1fafe;
    margin-top: 21px;
    margin-bottom: 22px;
}
.duongdan{    overflow: hidden;
    line-height: 23px;
    height: 23px;
    /* background-color: #f0f0f0; */
   
    /* border-radius: 5px; */
    margin-top: 0px;}
.duongdan h2{margin:0px;padding:0px;float:left;}
.duongdan h2:first-child a{padding-left: 0px!important;}

.duongdan h2 a{   display: block;
        padding: 0px 9px 0px 14px;
    margin: 0px;
    color: #585252;
    font-size: 12px;
    font-weight: normal;
    background: url('../images/duongdannho.png') left center no-repeat;
    line-height: 23px;
    height: 23px;}
.duongdan h2 a span{    color: #2a2a2a;
    text-transform: none;
    font-size: 14px;
       
}
.duongdan h2:first-child a{background: none;padding-left: 8px;}
.trangchu{padding-left:20px !important;/*background:url('../images/home.png') left center no-repeat !important;*/}
.duongdan h1{font-size: 14px;float: left;}
/*END Ã„ÂÃ†Â¯Ã¡Â»Å“NG DÃ¡ÂºÂªN*/
/*BEGIN PHÃƒâ€šN TRANG*/
.phantrang-page{text-align:center;overflow:hidden;padding:10px 0px;margin-top: 40px;}
.phantrang-page a{margin-left: 5px;background:#fff;border:#ddd 1px solid;border-radius: 1px 1px 1px 1px;display: inline-block;margin-bottom: 10px;margin-right: 10px;overflow: hidden;padding: 5px 10px;text-align: center;color: #977a38;}
.phantrang-page a:hover,.phantrang-actived{    border: #1d4c9f 1px solid !important;
    background: #1d4c9f !important;
    font-weight: normal;
    color: white!important;}
/*END PHÃƒâ€šN TRANG*/
.cactinkhac{margin-top: 20px;margin-bottom: 40px;}
.cactinkhac ul li a{color: #1d4c9f;}

/*BEGIN CHITIETSANPHAM*/
.chitietsanpham{margin-bottom: 10px;}
.chitietspmcha{overflow:hidden;height:470px;border:#ddd 1px solid;padding:5px;display:none;}
.chitietspmcha div{overflow:hidden;height:100%;position:relative;}
#chitietspm{max-width:100%;margin:auto;position:absolute;max-height:100%;top:0px;left:0px;bottom:0px;right:0px;}


.chitiesanphamth1{font-size:18px;margin:0px 0px 10px 0px;padding:0px;text-transform: uppercase;color: #1d4c9f;}

.chitietsanpham-td{overflow:hidden;}
.hinhanhchinhcha{width:47%;float:left;margin-right:0px;}
.hinhanhboc{height:333px;border:#ddd 1px solid;}
.hinhanhchinh{}
.hinhanhchinh img{   
    max-height: 310px!important;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;}
.chitietmota-tieude{border-bottom:#dadada 1px solid;overflow:hidden;}
.chitietmota-tieude span{float:left;display:block;height:31px;line-height:31px; padding:0px 20px;color:#000;background-color:#dadada;}
.taive{display:block;padding-left:20px;color:#333;background:url('images/file.png') left center  no-repeat;float:left;}
.chitietsoluong{height:21px;width:60px;margin:8px 0px 0px 8px;background-color:#cccccc;float:right;border-radius:3px;}
#soluongmuahang{width:18px;height:19px;border:#ccc 1px solid;padding:0px;margin:0px;text-align:center;}
.soluongtru{float:left;height:21px;line-height:21px;margin:0px 7px;color:#fff;cursor:pointer;}
.soluongcong{float:right;height:21px;line-height:21px;margin:0px 7px;color:#fff;cursor:pointer;}
.nutdatmua{display:block;width:114px;height:37px;line-height:37px;text-indent:41px; background:url('images/datmua-bg.png');color:#fff;font-size:15px;font-weight:bold;float:left;}







#mieuta img{}
/*END CHITIETSANPHAM*/

/*BEGIN POPUP GIOHANG*/
.popgiohang-boc{position:fixed;top:0px;left:0px;z-index:999;width:100%;height:100%;background-color:rgba(0,0,0,0.8););display:none;}
.popgiohang{margin:0px auto;width:850px;background-color:#FFF;position:relative;overflow:hidden;margin-top:30px;padding:10px;}
.popgiohang h2{margin:0px;padding: 4px 0px 10px 30px;border-bottom:#ddd 1px solid;font-sise:16px;position:relative;}
.popgiohang-tat{position:absolute;top:10px;right:10px;background:url('../images/icon-new.png') -255px 0px;width:21px;height:21px;cursor:pointer;z-index:1000;}
.popgiohang table{width:100%;margin-top:10px;}
.popgiohang table thead td{font-weight:bold;font-size:16px;}
.popgiohang table tbody tr{border-top:#ddd 1px dotted;}
.banvuathem{line-height:32px;font-size:15px;padding-left:25px;background-color: #d2eab1;border: 1px solid #90c24d;color: #090;position:relative;}
.tongtien{background-color:#f9f9f9;line-height:40px;font-size:15px;margin-top:10px;border-top:#c3c3c3 1px solid;border-bottom:#f2f2f2;}
.tieptuc-thanhtoan{overflow:hidden;margin-top:10px;background-color:#FFF;}
.tieptucmuahang{float:left;padding:5px 10px;border:#c9c9c9 1px solid;border-radius:5px;background-color:#f7f7f7;}
.tieptucmuahang a{color:#000;}
.hotromuahang{float:left;padding:5px 10px;font-size:15px;position:relative;}
.hotromuahang span{}
/*END POPUP GIOHANG*/

/*BEGIN DANGKY*/
.dangky{overflow:hidden;padding:0px 0px 0px 0px;margin:10px 0px 0px 50px;list-style:none;}
.dangky li{overflow:hidden;margin-bottom:10px;}
.dangkytrai{width:150px;text-align:right;margin-right:10px;float:left;margin-top:3px;}
.dangkyphai{overflow:hidden;}
.nuttextdangky{width: 285px;height: 22px;padding: 1px 4px;border: 1px solid #CCC !important;background: url('images/form_control_bg.gif') repeat-x left top !important;border-radius:0px !important;color:#000 !important;}
.nutselectdangky{height: 25px;padding: 2px;width:91px;margin-right:8px;}
.nutpostlienheepc{width:86px;height:29px;line-height:29px;text-align:center;cursor:pointer;border:none;margin:0px;padding:0px;/*background:url('images/dangky.png') no-repeat;*/color:#fff;font-weight:bold;background: #8dc73f}
.quenmatkhausave{background: #8dc73f;  height: 30px;border-style: none;width: 142px;color: white}
/*END DANGKY*/



/*BEGIN DANGNHAP*/
.dangnhaptraicha{float:left;width:50%;}
.dangnhapphaicha{float:right;width:50%;}
.dangnhaptrai{border-right:#ddd 1px solid;float:right;padding-right:35px;}
.dangnhapphai h2,.dangnhaptrai h2{font-size:18px;margin:0px 0px 20px 0px;padding:0px;}
.dangnhaptrai ul{margin:20px 0px 0px 0px;padding:0px;overflow:hidden;list-style:none;}
.dangnhaptrai ul li{padding-left:50px;color:#585252;min-height:40px;margin-bottom:20px;}
.dangnhap-nhanbantin{background:url('images/dangnhap-nhanbantin.png') left 8px top 0px no-repeat;}
.dangnhap-quanly{background:url('images/dangnhap-quanly.png') left 8px top 0px no-repeat;}
.dangnhap-hotro{background:url('images/dangnhap-hotro.png') left 8px top 0px no-repeat;}
.dangnhapphai{overflow:hidden;margin-left:50px;}
.dangnhapphai ul{margin:20px 0px 0px 0px;padding:0px;list-style:none;overflow:hidden;}
.dangnhapphai ul li{margin-bottom:10px;}
.dangnhapphai ul li p{font-weight:bold;}
.nuttextdangnhap{border:#cccccc 1px solid;height:30px;padding:0px 0px 0px 20px;margin:0px;background-color:#fff;width:93%;}
.nutsubdangnhap{border:#0e6dad 1px solid;background-color:#0e76bc;width:148px;color:#fff;text-align:center;padding:6px 0px;margin:0px;font-weight:bold;cursor:pointer;}
/*END DANGNHAP*/

/*BEGIN LEFTCANHAN*/
.leftcanhan{width:213px;border:#ddd 1px solid;float:left;}
.leftcanhan-con{padding:15px 11px;border-bottom:#ddd 1px solid;}
.leftcanhan-con h2{margin:0px;padding:0px;text-transform:uppercase;font-size:15px;color:#333;}
.leftcanhan-tieude{overflow:hidden;margin-top:15px;}
.leftcanhan-tieude img{width:35px;height:35px;margin-right:7px;float:left;}
.leftcanhan-tieude p{margin:0px;padding:0px;color:#0062b7;font-weight:bold;margin-top:12px;}
.leftcanhan-thongtin{padding:15px 11px;}
.leftcanhan1{overflow:hidden;margin:0px;padding:0px;list-style:none;position:relative;}
.leftcanhanli{overflow:hidden;border-bottom:#ddd 1px dotted;margin-top:10px;padding-bottom:5px;position:relative;}
.leftcanhanli p{display:block;color:#605d57; font-weight:bold;margin:0px;padding:0px;cursor:pointer;}
.leftcanhan1 ul{margin:5px 0px 0px 10px;padding:0px;list-style:none;display:none;}
.leftcanhan1 ul li{overflow:hidden;margin-bottom:5px;}
.leftcanhan1 ul li a{color:#003399;}
.leftcanhan1 ul li a span{color:#F00;}
/*END LEFTCANHAN*/

/*BEGIN THONGTINCANHAN*/
.dangnhaptext{width:100%;margin:0px;padding:0px;border:#ddd 1px solid;height:30px;line-height:30px;}
.thongtincanhan{overflow:hidden;margin-left:225px;margin-right:2px;border:#ddd 1px solid;border-radius:4px;padding:5px;}
.thongtincanhan h1{background-color:#f0f0f0; border:#ddd 1px solid;border-radius:2px;height:30px;line-height:30px;margin:0px;padding:0px 0px 0px 10px;font-size:15px;}
.thongtinnoidung{width:100%;margin:0px 0px 0px 10px;padding:0px;}
.thongtinnoidung ul{margin:10px 0px;padding:0px;list-style:none;overflow:hidden;}
.thongtinnoidung ul li{margin-bottom:10px;overflow:hidden;color:#333;padding:0px 3px;}
.thongtinnoidung-boc{overflow:hidden;padding-right: 10px;}
.thongtinnoidung-left{float:left;margin-right:20px;width:100px;font-weight:bold;margin-top:7px;}
.thongtinnoidung2{overflow:hidden;}
.thongtinnoidung2 table{width:100%;margin-top:10px;border-left:#ddd 1px dotted;border-top:#ddd 1px dotted;}
.thongtinnoidung2 table thead{background-color:#f0f0f0;}
.thongtinnoidung2 table thead tr td{text-align:center;font-weight:bold;}
.thongtinnoidung2 table tbody tr a{color:#00F;}
.thongtinnoidung2 td{border-right:#ddd 1px dotted;border-bottom:#ddd 1px dotted;padding:10px 10px;}
.hienthithem{min-width:50px;text-align:center;padding-top:35px;display:block;position:relative;color:#00F;font-weight:bold;float:left;margin-left:20px;}
.thongtinaddedit{overflow:hidden;}
/*END THONGTINCANHAN*/
/*BEGIN THANHTOAN*/
.thanhtoandangnhap{overflow:hidden;border:#eeeac1 1px solid;background-color:#f7f5c6;height:42px;}
.thanhtoandangnhap div{border:#ffffcc 1px solid;overflow:hidden;height:40px;line-height:40px;text-indent:20px;}
.thanhtoan_next{padding: 10px;background: #8dc73f;line-height: 30px;color: white;}
/*END THANHTOAN*/




/*BEGIN LIENHE*/
.box-contact{overflow: hidden;padding-top: 8px;}
.box-contact h3{font-size: 22px;color: #ed1c24;text-transform: uppercase;margin-bottom: 20px;}
.box-contact .contact-left{width: 36%;float: left;color: #000000;line-height: 24px;}
.box-contact .contact-left ul{padding: 0;margin: 0;list-style: none;}
.box-contact .contact-left ul li{margin-bottom: 10px;font-size: 15px;}
.box-contact .contact-left ul li a{color: black}
.box-contact .contact-right{width: 61%;float: right;}





#lienhe_hoten{background: url(../images/icon-user.png) 13px center no-repeat;}
#lienhe_phone{background: url(../images/icon-phone-contact.png) 10px center no-repeat;}
#lienhe_noidung{background: url(../images/icon-content-contact.png) 10px center no-repeat;}
#lienhe_email{background: url(../images/icon-email-contact.png) 10px center no-repeat;}
#lienhe_diachi{background: url(../images/icon-contact-address.png) 10px center no-repeat;}
#lienhe_noidung {
    background: url(../images/icon-content-contact.png) 8px 10px no-repeat;
}

.mapcontact{margin-top: 35px;margin-bottom: 50px;}


#formlienhe{margin: 0;padding: 0;}
#formlienhe li{        padding: 5px 0;
    overflow: hidden;
    width: 46%;
    float: left;
    }
#formlienhe li:nth-child(2n){margin-right: 0;float: right;}
#formlienhe li:nth-child(0n+5){width: auto;float: none;clear: both;}
#formlienhe li .lienhe1{float: left; width: 30%;padding-top: 7px;}
#formlienhe li .cs-in-dk{width: 99%; padding: 7px 0%;border: 1px solid #e4e4e4;text-indent: 28px;}
#formlienhe li .lienhe2 {
    float: left;
    width: 95%;
}
#formlienhe li .cs-in-dk.error{
    border: 1px dotted red;
}
#formlienhe textarea{
        border: 1px solid #e4e4e4;
    height: 108px;
    width: 99.5%;
    padding: 0%;
    text-indent: 29px;
    padding-top: 15px;
} 
#formlienhe .capnhat{
        background: #1d4c9f;
    border-radius: 0px;
    color: white;
    cursor: pointer;
    font-size: 17px;
    border-radius: 3px;
    font-weight: normal;
    padding: 7px 21px;
    border-style: none;
    font-family: 'Roboto-Medium';
    text-transform: uppercase;
    margin-right: 10px;

}

/*.cs-in-dk{width:100%;border:#ddd 1px solid;height:30px;text-indent:5px;}
.lienhe1{width:120px;float:left;margin-top:5px;margin-bottom:10px;overflow:hidden;}
.lienhe2{overflow:hidden;padding-right:10px;margin-left:120px}
.lienhe2 .capnhat{border-style: none;background: #16628a;padding: 10px 30px;color: white;border-radius: 5px; }
*/
/*END LIENHE*/



/******** FORM DETAIL **********************/


.cs-in-dk2{width:100%;border:#b7b7b7 1px solid;height:30px;text-indent:5px;font-size: 14px;}
.cs-in-dk3{border:#b7b7b7 1px solid;height:30px;text-indent:5px;font-size: 14px;}
.formregis1{width:20%;float:left;margin-top:5px;margin-bottom:10px;overflow:hidden;line-height: 25px;}
.formregis2{overflow: hidden;
    padding-right: 1%;
    /* margin-left: 120px; */
    width: 79%;}
.formregis2 .formregis2_left{width: 45%;float: left;}
.formregis2 .formregis2_right{width: 50%;float: right;}
.formregis2 .formregis2_right .formregis2_right_title{width: 40%;float: left;line-height: 34px;}
.formregis2 .formregis2_right .formregis2_right_content{width: 60%;float: right;}

.formregis2 .capnhat{border-style: none;background: #1d4c9f;padding: 10px 25px;color: white;border-radius: 5px; }
#formregisterdl{overflow:hidden;margin:0px auto;padding:0px;list-style:none;font-size: 14px;}
#formregisterdl li{overflow:hidden;margin-bottom:10px;}



/******** FORM DETAIL **********************/

.chitieth1{
        color: #ff0101;
    font-weight: bold;
    border-left: 8px solid #2a2a2a;
    text-indent: 9px;
    height: 23px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 23px;
}

/* Trang chu*/

.content_news{height: 280px;border-bottom: 1px solid #e2e2e2;background: white} 
.box_about_news{padding-top: 20px;overflow: hidden;}

.about_left{
    width: 64%;
    float: left;
}
.about_left .title-about{
    font-family: 'OpenSans-Bold';
     color: #ff0101;
    font-weight: bold;
    border-left: 8px solid #2a2a2a;
    text-indent: 9px;
    height: 23px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 23px;

}

.about_left .content_txt{margin-top: 10px;}
.about_left .content_txt img{margin-right: 10px;}
.about_left .content_txt .txt_box{
line-height: 19px;
    text-align: justify;
    

}
.about_left .content_txt a{float: right;color: #067eb8;text-decoration: none;font-size: 14px;}
.about_right{
    float: right;
    width: 32%;
    height: 235px;
    background: #2a2a2a;
    padding: 1%;
    color: white;
}
.about_right h2{
     color: white;
    font-weight: bold;
    border-left: 8px solid white;
    text-indent: 9px;
    height: 23px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 23px;
    font-family: 'OpenSans-Bold';
}







.jspContainer
{
    overflow: hidden;
    position: relative;
    width: 343px!important;
}

.jspPane
{
    position: absolute;
     width: 339px!important;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
    margin: 0;
    padding: 0;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
   
    position: relative;
}

.jspDrag
{
        background: #c9c9c9;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border: 1px solid #c9c9c9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 10px;
}

.jspHorizontalBar .jspArrow
{
    width: 10px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 0;
}
.jp-container{
       width: 35%!important;
    height: 250px;
    outline:0;
    position:relative;

}
.tj_nav{
    position:absolute;
    right:.5em;
    top:0;
    margin-top:-35px;
    height:30px;
    width:20px;

}
.tj_nav span{
    width:20px;
    height:13px;
    background:transparent url(../images/prev.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:0px;
    text-indent:-9000px;
    opacity:0.7;
    cursor:pointer;
    /*-webkit-transition: all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -transition: all 0.2s ease-in-out;
    */
}
.tj_nav span.tj_next{
    background-image:url(../images/next.png);
    top:auto;
    bottom:0px;
    left:0px;
}
.tj_nav span:hover{
    opacity:1.0;
}



/* tab san pham*/

.box_tabsanpham{margin-top: 20px;}
.chitiettap{          height: 42px;
   /* border-bottom: #c3c3c3 1px solid;*/
   margin-top: 30px;
    }
.chitiettap div{padding-left: 33px;}
.chitiettap a{      display: block;
    float: left;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 5px 45px;
    margin-right: 30px;
    background: none;
    color: #464646;
    font-size: 13px;
    font-weight: normal;
   border-left: #e0e0e0 1px solid; 
     border-right: #e0e0e0 1px solid; 
    border-top: #e0e0e0 1px solid;
    font-size: 14px;
    
    border-radius: 5px 5px 0px 0px;
    position: relative;text-transform: uppercase;
}
.chitiettap .a-actived:before{

  position: absolute;
    content: '';
    /* top: 0; */
    margin: 0 auto;

    bottom: -8px;
    left: 0;
    right: 0;
    height: 11px;
    width: 23px;
    z-index: 1001;
    background: url(../images/icon-arrow-detail.png) center bottom no-repeat;
    margin: 0 auto;
  } 
.a-actived{     color: white!important;
    background: #1d4c9f!important;
   }
.chitiethienlenhome{margin-top: 15px;display: none;}
.chitiethienlen{        display: none;
    padding: 14px 10px 14px 10px;
    /* padding-bottom: 0px; */
    border: 1px solid #dedede;
    border-radius: 0px;
    }









/* tab1*/
    .carousel {
        background-color: #fff;
    float: left;
    padding-left: 0px;
    position: relative;
    visibility: hidden;
    width: 100%;
    left: 22px !important;
    right: 73px !important;
   
    
}
.custom-container{
position: relative;
    overflow: hidden;
    padding-right: 20px;
}
.custom-container a.prev, .custom-container a.next, .custom-container a.go {
    display: block;
    width: 26px;
    height: 30px;
    line-height: 1;
    /*background-color: #f4f5f7 !important;*/
    color: #333;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 25px;
    /*border: 1px solid #ccc;*/
    float: left;
}
.custom-container a.prev {
    top: 50%;
    left: 0px;
    text-indent: 7px;
    position: absolute;
}
.custom-container a.next {
    top: 50%;
    text-indent: 10px;
    right:0px;
     position: absolute;
         z-index: 9999;
}
.custom-container ul li{

    margin: 0 6px;
    border: 1px solid #e3e3e3;
    width: 220px;
    border-radius: 3px;
    height: 215px !important;

}
.custom-container ul li .img-tab{height: 135px;position: relative;    border-bottom: 1px solid #175ea7;} 
.custom-container ul li .img-tab img{max-height: 85%;max-width: 85%;    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;}


.custom-container ul li .title-tab{
    background: #f7f7f7;
    height: 86px;
        font-size: 13px;
    font-family: 'OpenSans-Semibold';
}
.custom-container ul li .title-tab a:hover
{
text-decoration: none!important;
}
.custom-container ul li a img{
    border-radius: 7px;
  
}
.custom-container p.product-name{
    
    color: #2d2c2c;
    height: 36px;
    overflow: hidden;

    padding-top: 7px;
    text-align: center;
    text-decoration: none!important;
    margin: 0 25px;
}
.custom-container p.product-name:hover{
    color: #2a2a2a;
    text-decoration: none!important;
}


.custom-container p.product-price{
        text-align: center;
    margin-top: 10px;
    color: #2d2c2c;
}
.custom-container .cate-bg{padding-bottom: 18px;}

/* tab 2*/
 .carousel2 {
        background-color: #fff;
    float: left;
    padding-left: 0px;
    position: relative;
    visibility: hidden;
    width: 100%;
    left: 22px !important;
    right: 73px !important;
   
    
}
.custom-container2{
position: relative;
    overflow: hidden;
    padding-right: 20px;

    height: 200px;
}
.custom-container2 a.prev, .custom-container2 a.next, .custom-container2 a.go {
    display: block;
    width: 26px;
    height: 30px;
    line-height: 1;
    /*background-color: #f4f5f7 !important;*/
    color: #333;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 25px;
    /*border: 1px solid #ccc;*/
    float: left;
}
.custom-container2 a.prev {
    top: 50%;
    left: 0px;
    text-indent: 7px;
    position: absolute;
}
.custom-container2 a.next {
    top: 50%;
    text-indent: 10px;
    right:0px;
     position: absolute;
         z-index: 9999;
}
.custom-container2 ul li{

    margin: 0 6px;
    border: 1px solid #e3e3e3;
    width: 220px!important;
    border-radius: 3px;
    height: 198px!important;

}
.custom-container2 ul li .img-tab{height: 135px;position: relative;    border-bottom: 1px solid #175ea7;} 
.custom-container2 ul li .img-tab img{max-height: 85%;max-width: 85%;    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;}


.custom-container2 ul li .title-tab{
    background: #f7f7f7;
    height: 62px;
    font-size: 13px;
    font-family: 'OpenSans-Semibold';
}
.custom-container2 ul li .title-tab a:hover
{
text-decoration: none!important;
}
.custom-container2 ul li a img{
    border-radius: 7px;
  
}
.custom-container2 p.product-name{
       font-size: 13px;
    color: #2d2c2c;
    height: 17px;
    overflow: hidden;

    padding-top: 7px;
    text-align: center;
    text-decoration: none!important;
}
.custom-container2 p.product-name:hover{
    color: #2a2a2a;
    text-decoration: none!important;
}


.custom-container2 p.product-price{
        text-align: center;
    margin-top: 10px;
    color: #2d2c2c;
}
.custom-container2 .cate-bg{padding-bottom: 18px;}


/* home content center*/


.home-content-center{
    background: #f0f0f0;

   
    padding-top: 20px;
    overflow: hidden;

}


#content_main{width: 100%;overflow: hidden;}


.title-left{        
    background: #2a2a2a url(../images/icon_3gach.png) 10px no-repeat;
    height: 34px;
    line-height: 34px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    text-indent: 28px;
    font-weight: normal;
        font-family: 'OpenSans-Semibold';
}
.coll_top{overflow: hidden;}
.coll_top .coll_top_left{float: left;
    width: 66%;
   }
.coll_top .coll_top_right{ 
    width: 32%;
    float: right;}
/*BEGIN DANHSACHXOXUONG*/
.leftdcbf{background:url('images/left-danhmuc.png') no-repeat;position:absolute;top:0px;left:-3px;height:39px;width:214px;line-height:36px;text-indent:20px;font-size:15px;padding:0px;margin:0px;color:#fff;color:#fff;}
.lefttc{background:url('images/left-truycap-bg.png') no-repeat;position:absolute;top:0px;left:0px;height:31px;width:214px;line-height:31px;text-indent:30px;font-size:15px;padding:0px;margin:0px;color:#fff;color:#fff;}
.arrowlistmenu{margin:0px;padding:0px;list-style:none;    border: 1px solid #cccccc;
    margin-top: 0px;}
.navigation .arrowlistmenu{ padding: 0px 0px 0px 0px;}
.arrowlistmenu .menuheader{}
.arrowlistmenu .left-li1.activemn1 .categoryitems{display: block!important;}
.left-li1{padding-left:0px;border-bottom: 1px solid #e3e3e3;;position: relative;}
.left-li1.active .categoryitems{display: block!important;}
.left-li1:hover{}
.left-li1 a:hover{color:#2a2a2a;}
.left-h31{      
      margin-bottom: 5px;
    position: relative;
    line-height: 35px;
    padding-top: 10px;
    padding-bottom: 3px;
    padding-left: 13px;
    /*background: url(../images/bg-child-left-menu.png) right center no-repeat;*/
    margin-right: 11px;

}
.left-h31 img{float: left;margin-right: 15px;margin-top: 2px;}
.left-li1.activemn1 .left-h31 a{color: #1d4c9f!important}
.left-li1 .categoryitems{}
.left-li1:last-child{border: none;}

.left-li1 .categoryitems li{        
    background: 14px 9px url(images/left-li2-bg-chiden.png) no-repeat;
    padding-left: 38px;
    line-height: 24px;
    padding-bottom: 7px;
    border: none;}
.left-h31 a:hover,.active .left-h31 a,.activecon{color: #1d4c9f!important}
.left-li1 a{display:block;color:#4e4e4e;    font-size: 14px;}
.left-li1:last-child .left-h31 {border-bottom: none;}
.left-h31 i{margin-top: 11px;}
/*.left-li1:nth-child(n) h3{border-bottom: none!important;}*/

.categoryitems{       z-index: 999;
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding: 0px 15px;
    /* position: absolute; */
    /* left: 100%; */
    top: 0px;
    background: white;
    padding: 10px 0px;
    display: none;
    width: 100%;
    /* border: 1px solid #ccc; */
  }
.categoryitems li{    background: url(images/left-li2-bg.png) 2px center no-repeat;
    padding-left: 23px;
    margin-bottom: 5px;
    position: relative;
    line-height: 39px;
    border-bottom: 1px dashed #9c9c9c;}
.categoryitems li.activemn a,.categoryitems li a:hover{color: #1d4c9f!important;}
.categoryitems li:last-child{border: none;}
.categoryitems li a{font-size: 13px;color: black}

.categoryitems h3{margin:0px;padding:0px;font-size:12px;font-weight:normal;}
.categoryitems ul{margin:0px;padding:0px;top:0px;position:absolute;left:100%;display:none;background-color:#fff;min-width:200px;list-style:none;z-index:999;}
.categoryitems ul li{background:none;border-bottom:#ddd 1px dotted;}
.categoryitems ul li a{line-height:25px;}
/*END DANHSACHXOXUONG*/



.video-left{margin: 17px 0px;}
.blocklr{position:relative;overflow: hidden;margin-bottom: 20px;}
.adscontent p{margin-bottom: 7px}
.adscontent p:last-child{margin-bottom: 0}
.title-lrall{           
    height: 60px;
    line-height: 60px;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    /* text-indent: 22px; */
    
     text-align: center;

    background: #1d4c9f;
    /* text-indent: 49px; */
    /* padding-left: 30px; */
    /* border-bottom: 5px solid #c38100; */
    border-radius: 10px 10px 0px 0px;
}
.title-lrall a{color: white;font-size: 13px;}


.software-title{text-indent: 13px!important}

.loaitincontitle{text-transform: none!important;text-indent: 15px!important;line-height: 35px!important;}
.loaitincontitle span{font-size: 14px;}
.loaitincontitle span:last-child{display: none;}
.loaitincontitle a{font-weight: 400px;}
.dangtruycap{background: url(../images/icon-online.png) no-repeat;}
.truycaphomnay{background: url(../images/icon-alltruycap.png) no-repeat;}
.truycaphomqua{background: url(../images/icon-allhomqua.png) no-repeat;}
.alltruycap{ background: url(../images/icon-allhomnay.png) no-repeat;}

.thongkeonline{    padding: 13px 10px 2px 10px;}
.thongkeonline p{margin-bottom: 10px;    text-indent: 24px;height: 20px;}

.softwareimg .all-content{padding: 7px;}
.classquangcao img{width: 100%}

.all-content{overflow: hidden;
    border: 1px solid #cccccc;}
.all-content .lineall{text-align: center;margin-bottom: 10px;}
.clred{color: #b21117}
.boxcontactdl{padding: 13px 0px;}

.pro-flr-cate-title{height:90px;width:191px;background-repeat:no-repeat;border-right:1px solid #e6e6e6;position:relative;color:#fff;font-size:18px!important}
.pro-flr-cate-title ul{height:90px;float:left;margin-left:20px;width:85%;display:table-cell;vertical-align:middle}
.pro-flr-cate-title ul li{float:left;display:inline-block;margin:0 8px;text-align:center;height:100%;vertical-align:middle;margin:0 auto}
.pro-flr-cate-title ul li a{color:#fff;font-size:16px;width:100%;float:left;height:50%}
.pro-flr-cate-title ul li span{font-size:18px}
.pro-flr-cate-title ul li span{font-size:18px;margin-top:15px;float:left;width:100%;transition:transform .2s linear}
.pro-flr-cate-title ul li span:hover{}
.pro-flr-name{position:absolute;left:8px;top:6px}
.pro-flr-name span{font-size:18px!important}
.pro-flr-cate-list{height:198px;background-color:#fafaf8}
.pro-flr-cate-list ul{padding-top:10px}
.pro-flr-cate-list ul li{line-height:30px;padding-left:18px}
.pro-flr-cate-list ul li a{color:#222}
.pro-flr-cate-list ul li:hover{cursor:pointer;color:#fff}
.pro-flr-cate-list ul li:hover a{color:#fff;text-decoration:none}
.pro-flr-provider{height:156px;background-color:#fff;width:235px;overflow:hidden}
.provider-list2{width: 235px;
    height: 156px;
    vertical-align: middle;
    margin: 0 auto;
    /* margin-left: 27px; */
    overflow: hidden;}
.pro-flr-bnr-list{width:100%;position:relative}
.flr-bnr-item{border-top:1px solid #ddd;border-left:1px solid #ddd;background-color:#fff;overflow:hidden;text-align:center}
.banner-right-default{position:relative;float:left;width:100%}

.flr-prov-back{
        position: absolute;
    z-index: 20;
    width: 16px;
    height: 15px;
    overflow: hidden;
    background: url(../images/duan_pre.png) no-repeat;
    right: 25px;
    top: 11px;
    cursor: pointer;
}



.flr-prov-next{position: absolute;
    z-index: 20;
    width: 16px;
    height: 15px;
    overflow: hidden;
    background: url(../images/duan_next.png) no-repeat;
    right: 5px;
    top: 11px;
    cursor: pointer;
}






.flr-prov-back .fa,.flr-prov-next .fa{color:#f1f1f1;font-size:40px;margin-top:40px}
.flr-prov-next{margin-left:163px}
.flr-prov-next i{margin-right:8px}
.flr-prov-back i{margin-left:8px}
.flr-prov-list{overflow:hidden;height:156px;display:table-cell;vertical-align:middle}
.flr-prov-list-top,.flr-prov-list-bottom{text-align:center}
.prov-slide-navigator{display:none}
.flr-prov-list img{transition:transform .2s linear}
.flr-prov-list .flr-prov-list-top:hover img,.flr-prov-list .flr-prov-list-bottom:hover img{padding-right:5px;-webkit-transform:translateX(-5px);-moz-transform:translateX(-5px);-ms-transform:translateX(-5px);-o-transform:translateX(-5px);transform:translateX(-5px);transition:transform .2s linear}
.flr-bnr-item img{transition:transform .2s linear;text-align:center}
.pro-flr-bnr-list .flr-bnr-item:hover img{padding-right:5px;-webkit-transform:translateX(-5px);-moz-transform:translateX(-5px);-ms-transform:translateX(-5px);-o-transform:translateX(-5px);transform:translateX(-5px);transition:transform .2s linear}
.list-cate-top li .img-cate-top{max-height:32px;max-width:32px}
.list-cate-top li a:hover .img-cate-top{max-height:39px;max-width:39px}
.prov-floor-wrap{margin-top:25px}
.prov-floor-left{width:190px}
.prov-floor-left img{max-width:190px;max-height:425px}
.prov-floor-center{margin:0 4px;width:802px}
.prov-floor-right{width:190px}
.prov-flr-item{float:left;width:131px;height:81px;background-color:#fff;border-left:2px solid #f5f5f5;border-top:2px solid #f5f5f5;display:table-cell;vertical-align:middle;position:relative}


.prov-flr-item i{display:none;position:absolute;top:6px;right:6px;color:red;font-size:13px!important}
.prov-flr-item img{display:block;vertical-align:middle;margin:0 auto;max-width:132px}
.prov-flr-list-content{margin-left:2px}
.bottom-floor-banner{width:191px}
.bottom-floor-question{width:344px;border-right:1px solid #ddd;background-color:#fff;height:295px;padding:5px 20px 0 20px;font-size:12px}
.bottom-floor-question a:hover{color:#15c!important}
.bottom-floor-news{background-color:#fff;height:295px;width:574px;padding:5px 20px 0 20px;font-size:12px}
.bottom-floor-news .view-all{margin-top:3px}
.bottom-floor-news a:hover{color:#15c!important}
.float-left{float: left;}





/*right home*/

#left_coll{
width: 23%;
float: left;


}

#right_coll{
width: 74%;
float: right;
overflow: hidden;

}

/*BEGIN TRANG CHU*/
.news_home{margin: 13px 0px 20px  0px;}
.blockmainnew{border-top: 1px solid #cccccc;overflow: hidden;padding: 32px 17px 42px 0px;}
.blocktitlenews{        
  text-transform: uppercase;
    color: #fff;
    padding: 0 40px;
    
    /* background: url(../images/noibat.png) left center; */
    background-repeat: no-repeat;
    font-size: 24px;
    line-height: 44px;
    height: 41px;
    border-bottom: 1px solid #1d4c9f;
    text-align: center;
    display: inline-block;
    color: #1d4c9f;}
.blockmainnew ul{margin-right: 1%;float: left;}
.blockmainnew ul li.lichildnews{    overflow: hidden;
    padding-left: 23px;
    line-height: 28px;
    height: 30px;
    color: #16628a;
    font-size: 14px;}
.blockmainnew ul li.lichildnews a{color:#16628a; }
.blockmainnew ul li.top{    overflow: hidden;
    background: none;
    margin-bottom: 15px;
    padding-bottom: 22px;
    border: 1px solid #ccc;
    text-align: center;
   }
.blockmainnew ul li.top .morenews{text-align: right;overflow: hidden;}
.titlenewshome{height: 20px;overflow: hidden;margin-bottom: 7px;}
.blockmainnew ul li.top .anewshome{    color: #111;
    font-size: 16px;
    display: block;
    margin: 20px 0 15px 0;}
.blockmainnew ul li.top .anewshome:hover{color: #1d4c9f;}
.blockmainnew ul li.top .class1tin{    font-size: 14px;}




.blockmainnew ul li.top .class1tin img{}
.blockmainnew ul li.top .class1tin .briefnewshome{ margin-left: 18px;line-height: 22px;   color: #3f3f3f;    text-align: justify;}
.blockmainnew ul li.top .class1tin .briefnewshome span{color: #1d4c9f;}
.blockmainnew ul li.top .class1tin .briefnewshome a{padding: 0px 4px;
    border: 1px solid #16628a;
    color: #16628a;
    display: inline-block;}

.trangchusanpham{overflow:hidden;margin-bottom:7px;}
.trangchusanpham-td{overflow: hidden;
    border-bottom: #0955a3 1px solid;
    /* background-color: #f0f0f0; */
    padding-bottom: 10px;   }
.trangchusanpham-td h1,.trangchusanpham-td h2{

    color: #ff0101;
      font-family: 'OpenSans-Bold';
    border-left: 8px solid #0955a3;
    text-indent: 9px;
    height: 23px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 23px;float: left;

}
.trangchusanpham-td h2 a,.trangchusanpham-td h1 a{color: #ff0101;}
.sanphamchacha{position:relative;overflow:hidden;}
.spleft{background:#FFF url('images/arrowl.gif') no-repeat;width:20px;height:20px;position:absolute;top:50%; left:0px;cursor:pointer;margin-top:-10px;}
.spright{background:#FFF url('images/arrowr.gif')no-repeat;width:20px;height:20px;position:absolute;top:50%; right:0px;cursor:pointer;;margin-top:-10px;}
.trangchusanphamul{margin:10px 20px 0px 20px !important;height:227px;}


.nobordertop{border: none!important;}
.procol2 ul.nobordertop li .boxallproduct{border-left: 1px solid #c4c4c4!important;border-top: 1px solid #c4c4c4!important;}
.trangchusanpham ul{overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style: none;
  
    padding: 0px;}
.trangchusanpham ul li{
        float: left;
    overflow: hidden;

    /* border: 1px solid #e3e3e3; */
    width: 25%;
    border-radius: 0px;
    margin-bottom: 20px;

}


.trangchusanpham ul li .boxallproduct{border: 1px solid #c4c4c4;}
.borderallcategory ul li .boxallproduct{border-left: none}
.trangchusanpham ul li:nth-child(4n){margin-right: 0}

.procol2 ul{border-left: 1px solid #c4c4c4;border-top: 1px solid #c4c4c4;}
.procol2 ul li:nth-child(3n){}
.procol2 ul li{    width: 33.3%!important;margin-bottom: 0!important;}
.procol2 ul li .boxallproduct{border-left: none!important;border-top: none;}
.procol2 ul li:nth-child(3n){margin-right: 0!important}
.procol2 ul li .info-bottom .title-tab{height: 38px;overflow: hidden;}

.navigation{    margin-bottom: 17px;}
.trangchusanpham ul li .img-tab{height: 245px;position: relative;    background: white;} 
.trangchusanpham ul li .img-tab img{max-height: 100%;max-width: 94%;    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;}


.trangchusanpham ul li .info-bottom{
    margin-top: 18px;
    
    font-size: 14px;
    padding: 0 10px 13px 10px;
    padding-top: 0;
}

.trangchusanpham ul li .info-bottom .title-tab{
    
    font-weight: bold;
    font-size: 14px;
    color: #545454;
    text-align: center;
    margin-bottom: 8px;
    
    height: 34px;overflow: hidden;
}
.trangchusanpham ul li .info-bottom .title-tab a{color: #545454; font-weight:bold; font-size:16px}
.trangchusanpham ul li .product-price{color: #545454;text-align: center;}
.trangchusanpham ul li .product-price span{color: #c91e1e;}

.trangchusanpham ul li .info-bottom .info-salepro{margin-top: 11px;font-size: 14px;color: #555555;line-height: 22px;}


.more-product{text-align: center;margin-top: 15px;}
.more-product a{display: inline-block;border: 1px solid #1d4c9f;padding: 8px 22px;color: #1d4c9f;font-size: 14px;border-radius: 4px;text-transform: uppercase;}
.more-product a:hover{background: #1d4c9f;color: white}
.hover-hinhanh {
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    display: none;
    color: white;
    background: rgba(19,19,19,0.75);
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    display: inline-block;
           background: rgba(8, 119, 0, 0.45);

}

.trangchusanpham ul li:hover .hover-hinhanh{opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);}
.hover-hinhanh .moreproduct a{display: inline-block;
    border: 1px solid white;
    color: white;
    padding: 11px 21px;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 29%;
    }

.model-pro{color: #16628a;}
.trangchusanpham ul li a img{
    border-radius: 0px;
  
}



.trangchusanpham p.product-name{
         height: 31px;
    color: #3f3f3f;
    overflow: hidden;
    padding-top: 7px;
    text-align: center;
    text-decoration: none!important;
    margin: 0 25px;
}
.trangchusanpham p.product-name:hover{
    color: #0955a3;
    text-decoration: none!important;
}


.trangchusanpham p.product-price{
        text-align: center;
    margin-top: 5px;
    color: #2d2c2c;
    font-weight: normal;
    font-style: italic;
}



.trangchusanpham ul li.boximgcategory{
  min-height: 400px;
}
.trangchusanpham ul li.boximgcategory h2{text-align: center;margin-top: 31%}
.trangchusanpham ul li.boximgcategory h2 a{display: inline-block;padding-bottom: 5px;border-bottom: 1px solid white;padding: 0px 10px 6px 10px;color: white;text-transform: uppercase;}
.trangchusanpham ul li .category-brief{margin-top: 10px;width: 80%;margin: 0 auto;font-size: 14px;margin-top: 10px;color: white}
.morecategory{text-align: center;}
.morecategory a{display: inline-block;padding: 8px 22px;text-transform: uppercase;color: white;font-size: 14px;border: 1px solid white;margin-top: 10%;border-radius: 4px;}
/********BANNER + SUPPORT *********/
.homerow1{overflow: hidden;margin-top: 40px;}


.homerow2{overflow: hidden;min-height: 600px;}
.homerow2 .contenthome2{background: url(../images/bg-about.png) repeat;width: 560px;margin: 0 auto;margin-top: 50px;border-radius: 5px;max-width: 100%;}
.homerow2 .contenthome2 h3{display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
    padding: 0px 10px 6px 10px;
    
    color: white;
    font-size: 24px;
    text-transform: uppercase;margin-bottom: 35px;}

.homerow2 .contenthome2 h4 a{display: inline-block;

 
    padding: 0px 10px 0px 10px;
    
    color: white;
    font-size: 18px;
    text-transform: uppercase;}
.homerow2 .contenthome2 .boxpadding{padding: 40px 40px;}
.briefnews1tin{margin-top: 5px; 
    color: white;
    font-size: 14px;line-height: 26px;}
.moretin1home{overflow: hidden;margin-top: 35px;text-align: center;}
/*.homerow2 .bannerhomecol1{    width: 74.4%;float: left;height: 250px;overflow: hidden;}
.homerow2 .bannerhomecol1 .listads{position: relative;}

.homerow2 .bannerhomecol1 .listads .boxinfoadshome{    position: absolute;
    left: 10%;
    top: 10%;
    right: 0;}
.homerow2 .bannerhomecol1 .listads .boxinfoadshome h4{text-transform: uppercase;font-size: 24px;color: white}
.homerow2 .bannerhomecol1 .listads .boxinfoadshome .briefadshome{font-size: 18px;color: white;margin: 15px 0px;line-height: 30px; }
.homerow2 .bannerhomecol1 .listads .boxinfoadshome .moreadshome{}
.homerow2 .bannerhomecol1 .listads .boxinfoadshome .moreadshome a{display: inline-block;font-size: 14px;text-transform: uppercase;padding: 9px 22px;color: white;border: 1px solid white;border-radius: 3px;}

.homerow2 .bannerhomecol2{    float: right;width: 23.5%;background: #2e683b;height: 250px;overflow: hidden;}

*/
.homerow3{margin-top: 30px;overflow: hidden;}
.homerow3 .bannerhomecol1{    width: 74.4%;float: left;}
.formproductnews ul{overflow: hidden;}
.formproductnews ul li{float: left;text-align: center;margin-right: 0.1%}
.formproductnews ul li:nth-child(0n+1){width: 40.4%;text-align: left;text-indent: 20px;}
.formproductnews ul li:nth-child(0n+2){width: 14%;}
.formproductnews ul li:nth-child(0n+3){width: 17%;}
.formproductnews ul li:nth-child(0n+4){width: 15%;}
.formproductnews ul li:nth-child(0n+5){width: 13%;margin-right: 0px;}

.formproductnews ul.headerpronews{height: 40px;
    margin-top: 20px;
   
    text-transform: uppercase;
    line-height: 42px;
    
    color: white;
    font-size: 14px;}
.formproductnews ul.headerpronews li{ background: #2e683b;}

.formproductnews ul.contentpronews{    overflow: hidden;
    height: 50px;
    line-height: 50px;font-size: 14px;}

.formproductnews  ul.contentpronews li{background:#f0f0f0; }  
.formproductnews  ul.contentpronews:nth-child(2n) li{background:#fafafa; }   

.formproductnews  ul.contentpronews li a{color: #2e683b}

    
.homerow3 .bannerhomecol2{    float: right;width: 23.5%;}

.customvideo{margin-top: 20px;}
.customvideo .briefvideohome{margin-top: 20px;font-size: 16px;}



.homerow4{margin-top: 35px;overflow: hidden;background: #1d4c9f;padding: 20px 40px;}
.homerow4 i{    width: 11%;
    float: left;
    font-size: 81px;
    color: white;width: 95px;margin-right: 7px;}
.homerow4 .homerow4content{width: 60%;float: left;}
.homerow4 .moretin1home{width: 35%;
    float: right;
    margin-top: 22px;}
.homerow4 .homerow4content h5{font-size: 18px;text-transform: uppercase;color: white;}
.homerow4 .homerow4content .briefnews1tin{font-size: 14px;color: white;margin-top: 0px;}

.homerow5{margin-top: 35px;}
.moretin1home a{    border: 1px solid white;
    padding: 10px 22px;
    color: white;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    }

.tintucmoinhat{margin-top: 0px;font-size: 14px;margin-top: 25px;overflow: hidden;}
.tintucmoinhat ul{overflow: hidden;}
.tintucmoinhat ul li{
      
   float: left;width: 23.5%;margin-right: 2%;
}
.tintucmoinhat ul li:nth-child(4n){margin-right: 0;}
.tintucmoinhat ul li a{

}


.tintucmoinhat ul li .borderfullnewshot{border: 1px solid #d7d7d7;}
.tintucmoinhat ul li:hover .borderfullnewshot{border: 1px solid #1d4c9f;}

.tintucmoinhat ul li .imgnewshot{text-align: center;height: 111px;}
.tintucmoinhat ul li .imgnewshot img{max-width: 100%;max-height: 100%;margin-top: 10px;}
.tintucmoinhat ul li .titlenewshot{font-size: 16px;color:#1d4c9f; padding-bottom: 12px;border-bottom:1px solid #1d4c9f;text-align: center;margin: 10px 20px 20px 20px;height: 38px;overflow: hidden; }
.tintucmoinhat ul li .titlenewshot a{color:#1d4c9f;}
.tintucmoinhat ul li .briefnewhot{color: #808080;margin: 0 20px 25px 20px;font-size: 14px;line-height: 21px;height: 87px;overflow: hidden;}


.homerow6{margin-top: 37px;margin-bottom: 30px;}
.homerow6 ul{overflow: hidden;margin-top: 25px;}
.newshomebottom li{width: 31.2%;float: left;overflow: hidden;margin-bottom: 20px;margin-right:3%;}
.newshomebottom li:nth-child(3n){float: right;margin-right: 0px; }
.newshomebottom li .boximgnewshomebot{overflow: hidden;}
.newshomebottom li .imgnewschild{}
.newshomebottom li .imgnewschild img{max-width: 100%}
.newshomebottom li .briefnewshome{padding: 10px 0px;}
.newshomebottom li .briefnewshome .titlenewshome2{font-size: 14px;color: #484849;height: 38px;overflow: hidden;}
.newshomebottom li .briefnewshome .titlenewshome2 a{color: #484849;}

.briefchildnews{margin-top: 10px;color: #404040;font-size: 14px;line-height: 22px;height: 63px;overflow: hidden;}

.newshomebottom li .briefnewshome .morenews{font-size: 14px;color: #1d4c9f;margin-top: 15px;}
.newshomebottom li .briefnewshome .morenews a{color: #1d4c9f;}
/*END TRANGCHU*/

.dslt-con{float: right;margin-top: 9px;font-family: 'OpenSans-Semibold';}

.dslt-con a{color:#484747;font-size:13px;}



.listcatehome ul{overflow: hidden;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    list-style: none;
 
    padding: 5px 0px;
  }
.listcatehome ul li:last-child{margin-right:0 }
.listcatehome ul li{
    float: left;
    overflow: hidden;
    margin-right: 1%;
    /* border: 1px solid #e3e3e3; */
        width: 24.2%;
    border-radius: 3px;
    margin-bottom: 20px;


}
.listcatehome ul li .img-category{border: 1px solid #e4e4e4;position: relative;height: 200px;}
.listcatehome ul li .img-category a{display:block;}
.listcatehome ul li .img-category img{    max-width: 100%;
    max-height: 95%;
    max-width: 95%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;}
.listcatehome ul li .title-tab{color: #16628a;font-size: 16px;text-align: center;margin-top: 15px;}
.listcatehome ul li .title-tab a{color: #16628a;}
/* box doitac*/

.hd-navigation-fixed {
    position: fixed;
    right: 10px;
    top: 30%;
}


/* loaitin sp*/

/* chitietsp*/
.detail-info{ 
    overflow: hidden;
   
    }
.detail-info img{
        /* float: left; */
    margin-right: 30px;
    /* width: 99%; */
    max-width: 100%;
}

.detail-ts{font-size: 14px;width: 50%;float: right;}
.detail-ts .boxinfoback{background: #f1fafe;padding: 20px;}
.detail-ts .detail-title h3{
    color: #2a2a2a;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 300;
    font-style: normal;
}
.detail-ts .detail-title h3 span{color: #16628a;}
.detail-ts .detail-lt{

  
    margin-bottom: 10px;
}
.detail-ts .detail-pr{
    margin-bottom: 13px;
    color: #505050;
    
}
.pricedetail{color: #db231c}
.detail-ts .detail-pr:last-child{margin-bottom: 0}
.detailpr-bottom{margin-top:30px;}
.detailpr-bottom a{
   display: inline-block;
   padding: 9px 22px;
   background: #1d4c9f;
   margin-right: 10px;
   color: white;
   border-radius: 4px;
}

.detail-ts .detail-ud{
   margin-top: 10px;
   margin-bottom: 10px;
}
.chuxanhtham{color: #2e683b}
.listungdung{overflow: hidden;font-size:9px;}
.listungdung ul{margin: 0;padding: 0}
.listungdung ul li{    float: left;
    /* display: inline-block; */
    width: 60px;
    margin-right: 10px;
    text-align: center;}
.listungdung ul li img{max-width: 100%}
.detail-noidung{    overflow: hidden;
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #c9c9c9;
    padding-top: 25px;}
.detail-noidung img{max-width: 100%}
.detail-noidung .detailstabpro{
  text-transform: uppercase;font-size: 14px; color: #1d4c9f;margin-bottom: 15px;
}
.contenttabpro{margin-bottom: 15px;}

.formregisterdetail{border: 1px solid #a1a1a1;padding: 40px 8%;color: #4e4e4e;}

.formregisterdetail h3{color: #1d4c9f;font-family: 'UTMAndrogyne';font-size: 24px;text-align: center;margin-bottom: 15px;}
.formregisterbrief{font-size: 14px;margin-bottom: 25px;text-align: center;}
.formsearchlink{width: 78%;margin: 0 auto;margin-top: 20px;margin-bottom: 40px;}
.formsearchlink .formregisterdetail{border-radius: 4px!important}

.addresschinhanh{padding-top: 20px;border-top: 2px dotted #7e7e7e;margin-top: 25px;}
.addresschinhanh ul{overflow: hidden;}
.addresschinhanh ul li{float: left;width: 46%;margin-bottom: 30px;}
.addresschinhanh ul li:nth-child(2n){float: right;}
.addresschinhanh ul li h4{font-family: 'OpenSans-Bold';font-size: 16px;text-transform: uppercase;color: #1d4c9f;margin-bottom: 15px;}
.addresschinhanh ul li div{font-size: 14px;color: #5d5d5d;    line-height: 30px;}

.titleh3{overflow: hidden;padding-top: 21px;border-top: 1px solid #c4c4c4}
.splienquan ul{margin-top: 20px;}
.splienquan h3{
  
       color: #1d4c9f;
    float: left;
    font-weight: bold;
    /* line-height: 18px; */
    
    font-size: 18px;
    text-transform: uppercase;
}
.splienquan ul li{
  margin-bottom: 15px;
}
/*.splienquan ul li:nth-child(0n+3){
  margin-right: 0!important;

}
.splienquan ul li:nth-child(0n+4){
  margin-left: 0!important;

}
.splienquan ul li:last-child{
  margin-right: 6px!important;
}*/
.gachduoi{
     border-bottom: 1px solid #0955a3;
         padding-bottom: 5px;
}

.tva-ha{
           position: relative;
    display: block;
    overflow: hidden;
    float: left;
    width: 49%;
    text-align: center;
    margin-right: 20px;
    /* border: 1px solid #cccccc; */
    /* border-radius: 2px; */
}
.icon-zoom{width: 25px;height: 20px;background: url(../images/detail_zoom.png) no-repeat;    right: 41px;
    top: 10px;position: absolute;}

table{width: 100%!important;}
table,table tr,table tr td{padding: 0!important;margin: 0!important;}

/* project*/


.blockmainproject{    border: 1px solid #cccccc;
    overflow: hidden;
    padding: 23px 47px 24px 47px;}
.blocktitleproject{text-indent: 13px;text-transform: none;}
#slider-project {
    margin: 50px 0 30px 0;
    clear: both;
    overflow: hidden;
}

#slider-project .item {
    /* margin: 0 15px 1px; */
}

.slider-special .item .top{position: relative;float: left;}
.slider-special .item img{width: 249px;height: 200px;}
.slider-special .item .img{}
.slider-special .item .top .name{position: absolute;bottom: 0;height: 32px;background: #16628a;width: 100%;}
.slider-special .item .top .name h3{    font-family: arial;
    /* font-size: 18px; */
    /* line-height: 1.2; */
    color: #333;
    font-weight: bold;
    font-style: normal;
    margin: 0;
    /* text-transform: uppercase; */
    /* padding: 15px 0; */
    line-height: 32px;
    text-transform: none;
    font-weight: 400;
  }
.slider-special .item .top .name h3 a{color: white;}
#slider-project .item .img img {
    width: 100%;
    height: auto;
}

#slider-project .slider-special, #project2 .slider-special {
    margin: 0px 0 0 0;
    text-align: center;
}

#slider-project .slider-special h3, #project2 .slider-special h3 {
   
}
#slider-project .slider-special h3 a{
    color: inherit;
}

#slider-project .top {
    background: #f9f9f9;
    /* padding-bottom: 20px */
}
#slider-project .top iframe{width: 100%}
#slider-project .top p {
    font-family: Roboto;
    font-size: 14px;
    color: #888;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    overflow: hidden;
    height: 39px;
}

#slider-project .top .desc {
    padding: 20px 10px
}

#slider-project .top .desc img {
    display: inline-block;
    padding-right: 8px;
    position: relative;
    top: -2px
}

#slider-project .top .text-price {
    margin: 0;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 400;
    font-style: normal;
    height: auto;
}

#slider-project .top .price {
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: 400;
    font-style: normal;
    margin: 7px 0 0;
}

#slider-project .top .price strong {
    font-size: 33px;
/*     line-height: 1; */
}
#slider-project .top .price strong span{
    margin-left: 5px;
    font-size: 70%;
    font-weight: 500;
}
#slider-project .bottom .read {
    text-align: center
}

#slider-project .bottom a {
    text-decoration: none;
    font-family: Roboto;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    background: #fdd504;
    padding: 10px 15px;
    width: 100%;
}

#slider-project .bottom a:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

#slider-project .item .img img {
    width: 100%;
    height: auto;
}








.slick-slider button:before {
    display: none
}
.slide-home-bound button.slick-prev
{
	background: url(../images/pre.png);
	height: 80px;
	width: 36px;
	left: 50%;
	top: 35%;
	bottom: 0;
	    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
	opacity:0
}
.slide-home-bound button.slick-next
{
	background: url(../images/next.png);
	height: 80px;
	width: 36px;
	right: 50%;
	top: 35%;
	bottom: 0;
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
	opacity:0
}
.slide-home-bound:hover button.slick-prev
{
		left: 0px;
		opacity:1;
}
.slide-home-bound:hover button.slick-next
{
	right: 0px;
	opacity:1
}.slick-slider button.slick-disabled {
    display: none!important
}

.slick-slider .slick-dots {
    margin: 0
}

.slick-slider .slick-dots li {
    width: 34px;
    height: 6px
}

.slick-slider .slick-dots button {
    background: #c6c6c6;
    width: 34px;
    height: 6px;
    border-radius: 0px;
    margin: 0
}

.slick-slider .slick-dots button:before {
    display: none
}

.slick-slider .slick-dots .slick-active button, .slick-slider .slick-dots button:hover {
    background: #e2ab14
}


#slider-project .slick-slider button.slick-prev, #slider-project .slick-slider button.slick-next{
    opacity: 0.3;
    transition: 0.5s;
}




#slider-project .slick-slider button.slick-prev:hover, #slider-project .slick-slider button.slick-next:hover{
    opacity: 0.8;
}
#slider-project .slick-slider button.slick-prev{
   background: url(../images/sprite-arrows.png);
    background-position: 0 0;
    color: #666;
    width: 27px;
    height: 44px;
    left: 30px;
    box-shadow: none;
}
#slider-project .slick-slider button.slick-next{
    background: url(../images/sprite-arrows.png);
    background-position: -29px 0;
    color: #666;
    right: 31px;
    width: 27px;
    height: 44px;
    box-shadow: none;
}
#slider-project .slider-special{padding: 0 15px;}
#slider-project .slider-special:first-child{padding-left: 0}
#slider-project .slider-special:last-child{padding-right: 0}
.slick-slider{}
.slick-next:before{display: none;}
.slick-prev:before {
    display: none;
}
.col-sm-4 {
    width: 33.33333%;
    float: left;
}


@media only screen and (max-width:1199px) {
	.trangchusanpham ul li .info-bottom .info-salepro { min-height:99px}
    #slider-project .bottom .price strong {
        font-size: 20px
    }
    #slider-project button.slick-prev {
        left: -10px
    }
    #slider-project button.slick-next {
        right: -10px
    }
}

@media only screen and (max-width:1023px) {
    #slider-project .slider-special {
        margin: 20px -5px 0 -5px
    }
    #slider-project .item {
        margin: 0 5px 1px
    }
    #slider-project button {
        top: 27%;
        margin-top: 0
    }
}

@media only screen and (max-width:991px) {
    #slider-project .top .desc {
        height: 79px
    }
}

@media only screen and (max-width:768px) {
    #slider-project .slider-special {
        margin: 20px -20px 0 -20px
    }
    #slider-project .item {
        margin: 0 20px 1px
    }
}

@media only screen and (max-width:640px) {
    #slider-project .slider-special h3 {
        font-size: 14px
    }
    #slider-project .top p {
        height: initial
    }
    #slider-project .top .price {
        font-size: 16px
    }
    #slider-project .top .price strong {
        font-size: 22px
    }
}

@media only screen and (max-width:568px) {
    #slider-project .slider-special {
        margin: 20px -10px 0 -10px
    }
    #slider-project .item {
        margin: 0 10px 1px
    }
}


@media(min-width: 1200px){
    #slider-project .slick-slider button.slick-prev, #slider-project .slick-slider button.slick-next{
        top: 95px;
        margin-top: -22px;
    }
}


/* logo*/
.logodoitac{margin-top: 30px;}
#partner {

    overflow: hidden;
    padding: 17px 47px 17px 47px;
}
#slider-logo .item img{border: 1px solid #cccccc;padding: 4px;width: 190px;height: 138px;}


#panel-list{
    padding: 30px 0;
    display: inline-block;
    width: 100%;
}
#panel-list ul li{float: left; padding: 5px; width:auto;list-style: none;}
#panel-list ul li img{height: 72px;}

.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 25px;
    color: transparent;
    line-height: 43px;
    font-size: 35px;
    color: #fff;
    text-align: center;
    margin-top: -23px;
    background: none;

}
.owl-carousel .owl-item li{border: 1px solid #e1e1e1;margin-right: 15px!important;}
.owl-nav i{color: #3a454d}
#panel-list .owl-nav .owl-prev {
    left: 0;
}
#panel-list .owl-nav .owl-next {
    right: 6px;
}
.chudam{}
.bocul{overflow:hidden;margin:0px;padding:0px;list-style:none;}
.mp0{margin:0px;padding:0px;}.boc{margin:0px auto;width:1000px;}
.list0{list-style:none;}
.docao130{height:130px;}
.collapse{border-collapse:collapse;}
.dodaicau30{line-height:30px;}
.mleft40{margin-left:40px;}
.dodai740{width:740px;}
/*float */
.fl{float:left;}.fr{float:right;}
/*clear */
.clear{clear:both;}
/*wrapper */
.hidden{overflow:hidden;}.scroll{overflow:scroll;}
/*position */
.rlt{position:relative;}.abs{position:absolute;}.fix{position:fixed;}
/*border */
.borderleft{border-left:#ddd 1px solid;}.borderright{border-right:#ddd 1px solid;}.bordertop{border-top:#0955A3 1px solid;}.borderbottom{border-bottom:#ddd 1px solid;}.borderall{border:#ddd 1px solid;}
.bnone{border-style:none;}.bnau{border:#333 1px solid;}.bden{border:#000 1px solid;}
.bdo{border:#F00 1px solid;}.bxanh{border:#0F0 1px solid;}.bbtrang{border-bottom:#FFF 1px solid;}
/*chuá»™t*/
.cpointer{cursor:pointer;}
/*display */
.dblock{display:block;}
.dnone{display:none;}
/*mÃ u ná»n */
.nennau{background-color:#CCC;}.nentrang{background-color:#FFF;}.nendo{background-color:#F00;}.nenden{background-color:#000;}
.nenxanh{background-color:#0F0  !important;}.nenvang{background-color:#FF0;}.nenlam{background-color:#00F;}.nenhong{background-color:#F0F;}
.nenxanhson{background-color:#0FF;}.nenxanhdamttv{background-color:#5e7cae;}.nenxanhnhatttv{background-color:#e1e4f2;}
/*Ä‘áº·t chá»¯*/
.nuttextlienhepc{width:100%;border:#dddddd 1px solid;height:23px;margin:5px 0px 0px 0px;line-height:23px;}
.nutpostlienheepc{padding:3px 10px;margin:0px;border:none;background-color:#ff3333;color:#FFF;cursor:pointer;}
.chubds{color:#f25824;}
.chugiua{text-align:center;}.chuphai{text-align:right;}.chutrai{text-align:left;}
.chugachgiua{text-decoration:line-through;}
/* mÃ u chá»¯ */
.chuden99{color:#999;}
.chuden66{color:#666;}
.chunaudam{color:#b11c00 !important;}
.chuxanhtrang{color:#009ddc;}.chuden44{color:#444;}
.chuxanhbien{color: #16628a;}
.chuhongtrang{color:#eb0776;}
.chuhongthat{color:#eb0776 !important;}
.chutrang{color:#FFF !important;}.chudo{color:#F00 !important;}.chuden{color:#000;}.chuxanh{color:#0F0;}.chuvang{color:#FF0;}.chulam{color:#00F;}.chunau{color:#ddd;}
.chuhong{color:#F0F;}.chuxanhson{color:#0FF;}.chuxanhdamttv{color:#738fbf;}
.chulamnhat{color:#54a5cd;}.chuxanhnhatttv{color:#e1e4f2;}.chudacam{color:#F90 !important;}.xanhduong{color: #0995FF}
/* kiá»ƒu chá»¯ */
.chudam{font-weight:bold;}.chunghieng{font-style:italic;}.chugachchan{text-decoration:underline;}
.chuhoa{text-transform: uppercase;}
.chukhonggachchan{text-decoration:none;}.chuchuan{text-align:justify;}
.maudogach{color:#c00000;}
/*cÃ¡ch dÃ²ng*/
.cachdong{clear:both;height:10px;}
.hid{overflow:hidden;}
/*Ä‘á»™ dÃ i 100%*/
.width100{width:100%;}
/*bÃ¡m */
.bamtren{position:fixed;top:0px;}
.bamduoi{position:fixed;bottom:0px;}
.bamtrai{position:fixed;left:0px;}
.bamphai{position:fixed;right:0px;}
#battat{padding:2px;cursor:pointer;color:#FFF;text-align:center;width:60px;font-size:13px;height:17px;border-radius:10px;background-color:#F00;}
/*NÃšT*/
.nutgui {background-color: #32befb;cursor: pointer;height: 30px;background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32befb), color-stop(100%, #19a5e1));background: -webkit-linear-gradient(top, #32befb 0%, #19a5e1 100%);line-height: 30px;padding: 0px 15px;color: #FFF;border-radius: 5px;font-weight: bold;border:none;}
.nut{height:22px;border:#b8b8b8 1px solid;}
.nut-suachinh{text-align:center;}
.nuttext{height:20px;border:#b8b8b8 1px solid;width:100%;border-radius:5px;padding-left:5px;}
,nuttext-nho{height:20px;border:#b8b8b8 1px solid;border-radius:5px;width:90px;}
.suaxoa{width:21px;height:15px;margin:10px 7px 0px 0px;}
.nut-thutu{width:40px;border:#CCC 1px solid;background-color:#CCF;}
.nut-submit{background:url('../admin/images/timkiem-bg.png') repeat;padding:2px 5px;color:#FFF;
border-radius:3px;font-weight:bold;cursor:pointer;border:#dddddd 1px solid;height: 30px;}
.mleft{margin-left:10px;}
.nut-textthem{background:url('../admin/images/nut-text-bg.png') repeat-x;border:#d5d5d5 1px solid;line-height:28px;border-radius:3px;height:28px;}
.nut-textarea{background:#FFFFFF url('../admin/images/nut-text-bg.png') repeat-x;border:#d5d5d5 1px solid;border-radius:5px;height:120px;}
.nutdanghinh{background-color:#2f8bb4;padding:5px 10px;line-height:22px;border:#FFF 1px solid;color:#FFF;font-weight:bold;border-radius:3px;cursor:pointer;}
.nutcapnhat{background:url('../admin/images/nutcapnhat-bg.png') repeat-x;line-height:36px;border-radius:10px;border:#d5d5d5 1px solid;padding-left:15px;padding-right:15px;font-family:Tahoma, Geneva, sans-serif;color:#FFF;font-weight:bold;cursor:pointer;}
.nuthuybo{background:url('../admin/images/nuthuybo-bg.png') repeat-x;line-height:36px;border-radius:10px;border:#d5d5d5 1px solid;padding-left:15px;padding-right:15px;font-family:Tahoma, Geneva, sans-serif;color:#FFF;font-weight:bold;cursor:pointer;}
/*Äá»˜ DÃ€I*/
.w20{width:20%;}.w30{width:30%;}.w40{width:40%;}.w50{width:50%;}.w60{width:60%;}
.w100{width:100%;}.w80{width:80%;}.w70{width:70%;}
.width100{width:100px;}.width150{width:150px;}.width200{width:200px;}.width250{width:250px;}
.width300{width:300px;}.width350{width:350px;}.width400{width:400px;}.width450{width:450px;}
.width500{width:500px;}.width550{width:550px;}
/*DANH Má»¤C LAM*/
#chondanhmuc{color:#FFF;cursor:pointer;float:left;font-size:12px;background-color:#00F;width:100px;padding-left:10px;border-radius:8px;height:22px;line-height:22px;}
#danhmuc {line-height:30px;background-color:#00F;float:left;position:relative;display:none;}
.menucha{position:absolute;top:0px;left:0px;background-color:#00F;z-index:100 !important;}
.menucha li{margin:0px !important;padding:0px !important;height:auto !important;width:200px !important;border:#FFF 1px solid;}
.menucha li a{display:block;width:200px;color:#000;color:#FFF;text-decoration:none;font-size:12px;}
.menucha a:hover{background-color:#F00;}
.menucon1,.menucon2{position:relative;}
.menucon1{float:left;}
.hiendanhmuc{margin-left:10px;color:#00F;font-weight:bold;font-size:12px;}
.menucon2 a{display:block;color:#FFF;text-align:center;}
.menucon1 a{display:block;color:#FFF;top:0px;text-align:center;}
.menucon1 ul,.menucon2 ul{position:absolute;display:none;width:200px;background:#00F;top:0px;left:200px;}
.menucon2 ul{left:200px;top:0px;}
.menucon1:hover ul,.menucon1 ul li:hover ul,.menucon1 ul li ul li:hover ul,.menucon1 ul li ul li ul li:hover ul{display:block;}
.menucon1:hover ul ul,.menucon1 ul li:hover ul ul,.menucon1 ul li ul li:hover ul ul,.menucon1 ul li ul li ul li:hover ul ul{display:none;}
/*autosearch*/
#tusearch2 li:hover{background-color:#CCC;color:#F00;}
#tusearch2 li{line-height:25px;color:#000;}
#tusearch1{position:absolute;top:25px;left:53px;z-index:9999999px;background-color:#FFF;width:inherit;}

.mnv-tuvan {
    position: fixed;
    width: 300px;
    background: #EC2427;
    z-index: 99999999;
    right: 0px;

    bottom: 0px;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    border-color: #fff;
		cursor:pointer
}
.mnv-tuvan p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 0 13px;
    text-align: left;
}
.mnv-tuvan p a {
    color: #fff;
    font-size: 15px;
    padding: 5px 0px 7px;
    margin: 0;
    display: inline-block;
    text-decoration: none;
}
.mnv-tuvan p img {
    float: right;
    margin-top: 10px;
}
.wrap {
    position: fixed;
    z-index: 9999999;
    right: 0px;
    bottom: 0px;}
.x {
    font-family: arial, helvetica;
    background: rgba(78,86,101,0.8) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -19px;
    width: 25px;
    z-index: 99999999;
	cursor:pointer
}
.pxem {
    text-align: left;
    height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    background: #0088b5;
    width: 100%;
    bottom: 0;
    display: block;
    left: 0px;
    position: absolute;
    z-index: 999999999;
    border-left: 1px solid #fff;
}