@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadPro-Regular.woff") format("woff"),
    url("../fonts/MyriadPro-Regular.ttf") format("truetype"),
    url("../fonts/MyriadPro-Regular.svg#pt_sans_captionbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body,
html {
  height: 100%;
}

body {
  font-size: 100%;
  font-size: 0.9em;
  line-height: 22px;
  font-family: Arial;
  color: #444;
  background: #eee;
  min-width: 100%;
}
h1,
h2 {
  font-weight: normal;
}

table {
  float: left;
  border-collapse: collapse;
}

table,
td,
th {
  border: 1px solid #fff;
  padding: 10px;
  background: #ddd;
}

table td.w1 {
  width: 15%;
}
table td.w2 {
  width: 25%;
  font-weight: bold;
}
table td.w3 {
  width: 25%;
  font-weight: bold;
}
table td.w4 {
  width: 60%;
}
table td.w5 {
  width: 32%;
  font-weight: bold;
}

input {
  padding: 5px 10px 5px 10px;
  border: solid 1px #ccc;
}
select {
  padding: 10px 5px;
  margin-bottom: 20px;
  line-height: 25px;
  border: solid 1px #ccc;
  background: #fff;
  width: 100%;
}
textarea {
  padding: 10px;
  border: solid 1px #ccc;
  width: 90%;
}

span.form-title {
  width: 32%;
  float: left;
  font-weight: bold;
}
select.form-select {
  width: 60%;
  float: left;
  width: 67%;
}
.form p input.put {
  width: 63%;
}
.form p {
  margin: 10px 0;
}
.form p textarea {
  margin-top: 10px;
  width: 95%;
}

nav {
  float: left;
  width: 100%;
  background: #ff6000;
}

a {
  color: #009507;
  text-decoration: none;
}
a:hover {
  color: #ff6000;
  text-decoration: underline;
}

a.more {
  background: url(../images/green-arr.png) no-repeat 0 5px;
  padding-left: 11px;
  color: #009507;
  text-decoration: underline;
  font-size: 0.85em;
}
a.more:hover {
  color: #ff6000;
  text-decoration: none;
}

/*font-family: 'Coda', cursive;*/
/*font-family: 'Jura', sans-serif;*/

article,
aside,
details,
footer,
header,
menu,
nav,
section {
  display: block;
}
input,
textarea,
select {
  font-size: 0.9em;
  font-family: Arial;
}
textarea {
  overflow: auto;
}

.cl {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  clear: both;
}
.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
.left,
.alignleft {
  float: left;
  display: inline;
}
.right,
.alignright {
  float: right;
  display: inline;
}

.shell {
  width: 1170px;
  margin: 0 auto;
  background: #dfdfdf;
}
.bodyW {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 40px 0px 20px 0px;
}
.bodyW1 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #ccc;
  overflow: hidden;
  padding: 40px 0px 40px 0px;
}
.bodyW2 {
  width: 100%;
  margin: 0 auto;
  background: #eaeaea url(../images/bg_saigon1.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 60px 0px 60px 0px;
  overflow: hidden;
}
.bodyW3 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #a3ccab;
  overflow: hidden;
  padding: 40px 0px 40px 0px;
}
.bodyW4 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  overflow: hidden;
  padding: 40px 0px 40px 0px;
}

/* Du an thu hien */
#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

.nbs-flexisel-inner {
  overflow: hidden;
  margin: 0 auto;
}

.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  line-height: 0px;
}

.nbs-flexisel-item > img {
  cursor: pointer;
  positon: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 250px;
  max-height: 220px;
  border: solid 5px #ddd;
}

.nbs-flexisel-item:hover > img {
  border: solid 5px #ff6000;
}

.nbs-flexisel-item p {
  padding: 0px;
}

.nbs-flexisel-item p a {
  color: #000;
  font-size: 1em;
  line-height: 16px;
}

.nbs-flexisel-item p a:hover {
  color: #ff6000 !important;
}

/*Thêm nút back, next o 2 dau trai, phai*/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 28px;
  height: 29px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
}
.nbs-flexisel-nav-left {
  left: -30px;
  background: url(../images/img-sprite.png) no-repeat -170px -60px;
}
.nbs-flexisel-nav-right {
  right: -30px;
  background: url(../images/img-sprite.png) no-repeat -190px -60px;
}

/* The End Du an thu hien */

.header {
  /*background: #161F30;*/
  background: url(../images/bg_saigon.jpg) no-repeat top center;
  border-top: solid 1px #173540;
}
.header-top {
  height: auto;
  padding: 0px;
  width: 1170px;
  margin: 0 auto;
}

.header-top_w {
  width: 100%;
}

#logo_hotline {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#logo_hotline .logo {
  float: left;
  padding: 10px 0px 0px 10px;
  margin-bottom: 10px;
  max-width: 496px;
}
#logo_hotline .logo img {
  max-width: 496px;
  width: 100%;
}
#logo_hotline .hotline {
  float: right;
  font-size: 100%;
  text-align: center;
  padding: 40px 10px 0px 0px;
  margin-bottom: 10px;
  color: #d3d3d3;
  font-size: 1.1em;
}
#logo_hotline .hotline span.sdt {
  font-size: 1.7em;
  color: #ff6000;
}

/* Menu cấp 1 */
#navigation ul {
  float: left;
  width: 100%;
  position: relative;
  list-style: none;
  line-height: 24px;
  font-family: MyriadPro-Regular;
  text-transform: uppercase;
}
#navigation ul li {
  float: left;
  position: relative;
  padding-left: 34px;
  line-height: 45px;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
}
#navigation ul li a {
  color: #fff;
  background: #ff6000;
  text-decoration: none;
  display: block;
  font-size: 1.22em;
}
#navigation ul li a:hover,
#navigation ul li.active a {
  color: #ededed;
  text-decoration: none;
}

/* Menu cấp 2*/
#navigation ul ul {
  position: absolute;
  z-index: 5000;
  top: 45px;
  left: 0;
  display: none;
}
#navigation ul ul li {
  width: 240px;
}
#navigation ul ul li a {
  background: #444 url(../images/green-arr.png) no-repeat 10px center;
  color: #ccc;
  padding: 0px 10px 0px 20px;
  font-size: 1.1em;
  line-height: 36px;
  text-transform: none;
}
#navigation ul li:hover > ul {
  float: left;
  display: block;
}

.slider {
  height: auto;
}

.slider,
#carousel,
#carousel > div {
  width: 980px;
  height: 385px;
}

.slider {
  margin: 0px 0 0 -495px;
  overflow: hidden;
  position: relative;
  top: 50%;
  left: 50%;
}

#carousel {
  position: relative;
  z-index: 2;
}
#carousel div {
  overflow: hidden;
  position: relative;
  float: left;
}
#carousel div > * {
  position: absolute;
}

#carousel img.img-back {
  left: 500px;
  top: 10px;
  z-index: 2;
  max-width: 480px;
}

#carousel h3 {
  font-size: 2.7em;
  letter-spacing: -3px;
  font-weight: 600;
  font-family: Arial;
  color: #009507;
  line-height: 70px;
  text-shadow: 0 0 2px rgba(210, 210, 210, 0.5);
  width: 420px;
  left: 32px;
  background: url(../images/slider-h3-border.png) repeat-x 0 bottom;
  top: 50px;
  padding-bottom: 13px;
  margin: 0 0 18px;
}

#carousel h4 {
  font-size: 1.3em;
  color: #ff6000;
  font-family: Arial;
  text-shadow: rgba(210, 210, 210, 0.5) 0px 1px 1px;
  font-weight: normal;
  position: absolute;
  top: 170px;
  left: 32px;
  white-space: nowrap;
}

#carousel h5 {
  font-size: 1.3em;
  color: #444;
  font-family: Arial;
  text-transform: uppercase;
  text-shadow: rgba(210, 210, 210, 0.5) 0px 1px 1px;
  font-weight: normal;
  position: absolute;
  top: 30px;
  left: 32px;
  white-space: nowrap;
}

#carousel p {
  color: #444;
  font-size: 1.4em;
  width: 450px;
  left: 32px;
  top: 140px;
  margin: 0;
  line-height: 26px;
}
#carousel a.green-btn {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-align: center;
  line-height: 52px;
  outline: none;
  display: block;
  background-color: #888;
  width: 194px;
  height: 56px;
  left: 32px;
  top: 268px;
  background: url(../images/green-btn.png) no-repeat 0 0;
}
#carousel a:hover {
  background-position: -1px -54px;
}

#prev,
#next {
  background: url(../images/direction-nav.png) no-repeat 0 0;
  display: block;
  width: 17px;
  height: 22px;
  position: absolute;
  bottom: 15px;
  z-index: 10;
}

#prev {
  left: 426px;
}

#next {
  right: 394px;
  background-position: right 0;
}

.pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -44px;
  width: 132px;
}
.pagination a {
  background: url(../images/pagination.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
  cursor: default;
}

.pagination a.selected {
  background-position: 0 -20px;
}

.main {
  margin: 0 auto;
  width: 1170px; /*border-top: 1px solid #fff;*/
}
.main h2 {
  font-size: 1.7em;
  color: #444;
  text-shadow: 0px 1px 0px #bbb;
  font-family: Arial;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-right: 20px;
}

/*.main p a { text-decoration: underline; }
.main p a:hover { text-decoration: none; }*/
.main section {
  /*background: url(../images/section.png) no-repeat center bottom;*/
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.main .cols {
  margin-left: 10px;
  margin-right: 10px;
}
.main .cols h2 {
  padding-bottom: 20px;
  line-height: 24px;
}

/* Columns 3 cột */
.main .cols .col {
  float: left;
  width: 30%;
  margin-bottom: 0px;
  margin-top: 20px;
  text-align: center;
}
.main .cols .col + .col {
  padding-left: 55px;
}
.main .cols .col img {
  float: left;
  max-width: 350px;
  margin-bottom: 10px;
}

.main .cols .col a img {
  border: solid 5px #cdcdcd;
}
.main .cols .col a:hover img {
  border: solid 5px #ff6000;
}

.main .cols .col .col-cnt {
  width: 100%;
  overflow: hidden;
  font-size: 1.1em;
  text-align: center;
}
.main .cols .col .col-cnt p {
  line-height: 20px;
  margin-top: 0px;
  text-align: center;
  width: 100%;
}
.main .cols .col .col-cnt p.price {
  color: #ff6000;
  font-size: 1.1em;
  width: 100%;
  font-weight: bold;
}
.main .cols .col .col-cnt .btn {
  font-size: 1em;
  padding: 3px 30px 6px 30px;
}
.main .cols .col h4 {
  font-size: 0.95em;
  line-height: 20px;
  font-family: Arial;
  font-weight: normal;
}
.main .cols .col h4 a {
  color: #333;
}
.main .cols .col h4 a:hover {
  color: #999;
}

/* Columns 2 cot */
.main .cols .col1 {
  width: 46.9%;
  float: left;
  display: block;
  margin-bottom: 20px;
}
.main .cols .col1 img {
  float: left;
  max-width: 180px;
  margin-right: 10px;
}

.main .cols .col1 + .col1 {
  padding-left: 70px;
}
.main .cols .col1 .col-cnt {
  height: 100%;
  overflow: hidden;
}
.main .cols .col1 .col-cnt .btn {
  font-size: 1em;
}
.main .cols .col1 .col-cnt p {
  margin-top: 0px;
}

/* Columns 3 cot - phần kien thuc khach hang */
.main .cols .col2 {
  width: 29%;
  float: left;
  display: block;
  margin-bottom: 20px;
}
.main .cols .col2 img {
  float: left;
  max-width: 120px;
  margin-right: 10px;
  border: solid 1px #666;
}

.main .cols .col2 .col-cnt p.title a {
  color: #009507;
  text-decoration: none;
  font-size: 1.1em;
}
.main .cols .col2 .col-cnt p.title a:hover {
  color: #999;
  text-decoration: underline;
}

.main .cols .col2 .col-cnt p.chitiet a {
  color: #ff6000;
  text-decoration: none;
  font-size: 0.9em;
  display: block;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}
.main .cols .col2 .col-cnt p.chitiet a:hover {
  color: #ff6000;
  text-decoration: underline;
}

.main .cols .col2 + .col2 {
  padding-left: 70px;
}
.main .cols .col2 .col-cnt {
  height: 100%;
  overflow: hidden;
  text-align: justify;
}
.main .cols .col2 .col-cnt .btn {
  font-size: 1em;
}
.main .cols .col2 .col-cnt p {
  margin-bottom: 0px;
}

.main .cols .col2 ul {
  font-weight: normal;
  list-style: none;
}
.main .cols .col2 ul li {
  padding-left: 10px;
  background: url(../images/green-arr.png) no-repeat 0 9px;
}
.main .cols .col2 ul li a {
  color: #999;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: bold;
}
.main .cols .col2 ul li a:hover {
  color: #ff6000;
  text-decoration: underline;
}

/* Columns 2 cot không đều nhau*/
.main .cols .colLeft {
  float: left;
  width: 32%;
}
.main .cols .colLeft img {
  float: left;
  max-width: 170px;
  margin-right: 10px;
}
.main .cols .colLeft .col-cnt {
  height: 100%;
}
.main .cols .colLeft .col-cnt .btn1 {
  font-size: 1.05em;
  padding: 5px 10px 5px 50px;
  display: block;
}
.main .cols .colLeft .col-cnt .btn2 {
  font-size: 1.05em;
  padding: 5px 10px 5px 50px;
  display: block;
}
.main .cols .colLeft .col-cnt .btn3 {
  font-size: 1.05em;
  padding: 5px 10px 5px 50px;
  display: block;
}
.main .cols .colLeft .col-cnt .btn4 {
  font-size: 1.05em;
  padding: 5px 10px 5px 50px;
  display: block;
}
.main .cols .colLeft .col-cnt .btn5 {
  font-size: 1.05em;
  padding: 5px 10px 5px 50px;
  display: block;
}
.main .cols .colLeft .col-cnt .btn6 {
  font-size: 1.05em;
  padding: 5px 10px 5px 50px;
  display: block;
}
.main .cols .colLeft .col-cnt .btn7 {
  font-size: 1.05em;
  padding: 5px 10px 5px 50px;
  display: block;
}
.main .cols .colLeft .col-cnt .btn8 {
  font-size: 1.05em;
  padding: 5px 10px 5px 50px;
  display: block;
}
.main .cols .colLeft .col-cnt .btn9 {
  font-size: 1.05em;
  padding: 5px 10px 5px 50px;
  display: block;
}

.main .cols .colLeft .col-cnt p {
  margin-top: 10px;
}

.main .cols .colRight {
  float: right;
  width: 63%;
}
.main .cols .colRight img {
  float: left;
  max-width: 170px;
  margin-right: 10px;
}
.main .cols .colRight .col-cnt {
  height: 100%;
}
.main .cols .colRight .col-cnt p {
  margin-top: 10px;
}
.main .cols .colRight .col-cnt h4 {
  color: #ff6000;
  font-size: 1.3em;
  line-height: 30px;
}
.main .cols .colRight .col-cnt1 img {
  float: left;
  max-width: 680px;
} /* img google*/

/* Danh cho trang tin tuc chi tiet*/
.main .cols .colRight1 {
  float: right;
  width: 63%;
}
.main .cols .colRight1 img {
  float: left;
  max-width: 320px;
  margin: 0px 10px 10px 0px;
}

/* Danh cho trang list tin tuc */
.main .cols .colRight2 {
  float: right;
  width: 63%;
}
.main .cols .colRight2 img {
  float: left;
  max-width: 120px;
  margin: 0px 10px 10px 0px;
}

.main .cols .colRight2 .col-cnt {
  height: 100%;
  padding: 20px 0px 20px 0px;
  border-bottom: solid 1px #ddd;
}
.main .cols .colRight2 .col-cnt p {
  margin-top: 0px;
}
.main .cols .colRight2 .col-cnt h4 {
  color: #ff6000;
  font-size: 1em;
  line-height: 20px;
}
.main .cols .colRight2 .col-cnt img {
  float: left;
  max-width: 120px;
}

/* List danh sach Kien thuc khach hang can biet */
.main .cols .list {
  float: left;
  width: 290px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.main .cols .list + .list {
  padding-left: 60px;
}
.main .cols .list img {
  float: left;
  max-width: 300px;
  margin-bottom: 10px;
  margin-top: 0;
}

.main .cols .list ul {
  font-weight: normal;
  list-style: none;
}
.main .cols .list ul li {
  padding-left: 10px;
  background: url(../images/green-arr.png) no-repeat 0 9px;
}
.main .cols .list ul li a {
  color: #999;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: bold;
}
.main .cols .list ul li a:hover {
  color: #ff6000;
  text-decoration: underline;
}

/* Columns 2 cột web template */
.main .colTem {
}
.main .colTem .colR {
  float: left;
  width: 310px;
  margin-bottom: 20px;
  text-align: center;
}
.main .colTem .colR + .colR {
  padding-left: 60px;
}
.main .colTem .colR img {
  float: left;
  max-width: 300px;
  margin-bottom: 10px;
  margin-top: 0;
}

/*  Thêm icon zoom vào*/
.zoom {
  position: relative;
}

.zoom img {
  max-width: 100%;
  display: block;
}
.zoom .zoom-icon {
  top: 0px;
}
.zoom-icon {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  display: block;
  left: 0px;
  top: 0px;
  width: 310px;
  height: auto;
  background: url(../images/zoom.png) center center no-repeat;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.zoom .zoom-icon {
  top: -50px;
  height: 182px;
}
.zoom a:hover .zoom-icon {
  top: 35px;
  opacity: 1;
  filter: alpha(opacity=99); /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

.main .colTem .colR a img {
  border: solid 5px #cdcdcd;
}
.main .colTem .colR a:hover img {
  border: solid 5px #ff6000;
}

.main .colTem .colR .col-cnt {
  width: 100%;
  overflow: hidden;
  font-size: 1.1em;
}
.main .colTem .colR .col-cnt p {
  line-height: 20px;
  margin-top: 0px;
  width: 100%;
}
.main .colTem .colR .col-cnt p.price {
  color: #ff6000;
  font-size: 1.1em;
  width: 100%;
  font-weight: bold;
}

.main .colTem .colR .col-cnt .btn {
  font-size: 1em;
  padding: 3px 30px 6px 30px;
}
.main .colTem .colR h5 {
  font-size: 0.95em;
  line-height: 20px;
  font-family: Arial;
  font-weight: normal;
}
.main .colTem .colR h5 a {
  color: #333;
}
.main .colTem .colR h5 a:hover {
  color: #999;
}

/* Columns 2 cột Du an  */
.main .colTem {
}
.main .colTem .colR1 {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.main .colTem .colR1 + .colR1 {
}

.main .colTem .colR1 .col-cnt {
  width: 100%;
}
.main .colTem .colR1 .col-cnt img {
  float: left;
  max-width: 100px;
}

.main .colTem .colR1 .col-cnt a img {
  border: solid 1px #444;
}
.main .colTem .colR1 .col-cnt a:hover img {
  border: solid 1px #ff6000;
}

.main .colTem .colR1 .col-cnt p {
  line-height: 20px;
  margin-top: 0px;
  width: 100%;
}
.main .colTem .colR1 h5 {
  font-size: 1em;
  line-height: 20px;
  font-family: Arial;
  font-weight: normal;
}
.main .colTem .colR1 h5 a {
  color: #009507;
}
.main .colTem .colR1 h5 a:hover {
  color: #999;
}

/*-----------------------------------------*/

.main .post {
}
.main .post img {
  float: left;
  margin-right: 18px;
  max-width: 400px;
  height: auto;
}

.main .post-cnt {
  padding-top: 22px;
}
.main .post-cnt a img {
  border: solid 5px #ccc;
}
.main .post-cnt a:hover img {
  border: solid 5px #ff6000;
}

/* border Thiet ke quang cao */
.main .border {
  padding-top: 22px;
}
.main .border a {
  color: #009507;
  font-size: 1.1em;
  font-weight: normal;
  text-decoration: none;
}
.main .border a:hover {
  color: #999;
  text-decoration: underline;
}
.main .border a img {
  border: solid 5px #ccc;
}
.main .border a:hover img {
  border: solid 5px #ff6000;
}
/*Ket thuc  border Thiet ke quang cao */

.main .post-cnt p {
  padding-bottom: 5px;
  margin-right: 20px;
}
.main .post-cnt ul {
  list-style: none;
  list-style-position: outside;
  height: 100%;
  overflow: hidden;
  font-size: 1.1em;
}
.main .post-cnt ul li {
  padding-left: 11px;
  background: url(../images/green-arr.png) no-repeat 0 9px;
  padding-bottom: 7px;
}
.main .post-cnt ul li a {
  color: #009507;
  text-decoration: none;
}
.main .post-cnt ul li a:hover {
  color: #ff6000;
  text-decoration: underline;
}

.main .content {
  padding-left: 32px;
  padding-right: 32px;
}
.main .content span {
  text-decoration: underline;
}

.main #partners-slider {
  height: 56px;
}

.main .partners {
  padding: 0 70px 30px 70px;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-top: -20px;
  z-index: 100;
}
.slider-holder2 {
  position: relative;
  overflow: hidden;
}
#partners-slider {
  overflow: hidden;
  position: relative;
}
#partners-slider img {
  margin: 0px 25px;
  float: left;
  height: 52px;
}

.slider-arr a.arr-btn {
  background: url(../images/slider-b-arr.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 10px;
}
.slider-arr a.prev-arr {
  left: 32px;
}
.slider-arr a.prev-arr:hover {
  background-position: 0 -31px;
}
.slider-arr a.next-arr {
  right: 32px;
  background-position: right 0;
}
.slider-arr a.next-arr:hover {
  background-position: right -31px;
}

/*.socials { background: url(../images/socials-pattern.png) repeat 0 0; height: 50px; padding: 0 17px;  margin: 0 32px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; 
	box-shadow: 0px 0px 7px rgba(0,0,0,0.2) inset; -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.2) inset; -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.2) inset; -o-box-shadow: 0px 0px 7px rgba(0,0,0,0.2) inset; }*/

.socials p {
  float: left;
  line-height: 50px;
  font-size: 1em;
}
.socials p a {
  text-decoration: none;
}
.socials p a:hover {
  text-decoration: underline;
}
.socials ul {
  list-style: none;
  list-style-position: outside;
  float: right;
  padding-top: 11px;
}
.socials ul li {
  float: left;
  padding-left: 5px;
}
.socials ul li a {
  display: block;
  background: url(../images/socials.png) no-repeat 0 0;
  width: 28px;
  height: 28px;
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}

.socials ul li a.yahoo-ico {
  background-position: 0 0;
}
.socials ul li a.skype-ico {
  background-position: -35px 0;
}
.socials ul li a.facebook-ico {
  background-position: -68px 0;
}
/*.socials ul li a.rss-ico { background-position: -102px 0; }*/

#footer {
  background: #161f30;
  color: #bbb;
  margin: 0 auto;
}
#footer .FootW {
  padding: 26px 0;
  margin: 0 auto;
  width: 1170px;
}
#footer .footer-cols {
  padding: 0 32px 26px;
}
#footer .col {
  width: 212px;
  float: left;
}
#footer .col + .col {
  padding-left: 22px;
}
#footer h2 {
  font-size: 1em;
  margin-bottom: 10px;
  color: #960;
  padding-bottom: 10px;
  text-shadow: 1px 1px 1px #000;
  font-family: Arial;
  font-weight: 500;
  text-transform: uppercase;
}

#footer .col ul {
  list-style: none;
  list-style-position: outside;
}
#footer .col ul li {
  padding-left: 12px;
  background: url(../images/green-arr.png) no-repeat 0 8px;
  padding-bottom: 7px;
  font-size: 0.8em;
}
#footer .col ul li a {
  color: #bbb;
  text-decoration: none;
}
#footer .col ul li a:hover {
  color: #ff6000;
  text-decoration: none;
}

#footer .col p {
  font-size: 0.8em;
  color: #bbb;
}

#footer .footer-bottom {
  /*background: url(../images/footer-cols.png) repeat-x 0 0 border-top:solid 1px #39221e;*/
}
#footer .footer-bottom p {
  font-size: 0.8em;
}
#footer .footer-bottom p.copy {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  line-height: 18px;
  font-size: 0.8em;
  color: #bbb;
}
#footer .footer-bottom p.copy span {
  padding: 0 8px;
}
#footer .footer-bottom p.copy a {
  color: #bbb;
  text-decoration: underline;
}
#footer .footer-bottom p.copy a:hover {
  color: #ff6000;
  text-decoration: underline;
}

#footer .footer-nav {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

#footer .footer-nav ul {
  font-size: 0.9em;
}
#footer .footer-nav ul li {
  display: inline;
  padding-left: 7px;
}
#footer .footer-nav ul li:first-child {
  padding-left: 0;
}
#footer .footer-nav ul li a {
  color: #ff6000;
  text-shadow: rgba(0, 0, 0, 0.7) 0px 1px 1px;
}
#footer .footer-nav ul li a:hover {
  color: #ff6000;
}

#navigation a.nav-btn {
  display: none;
}
/* #Media Queries


/*CONTACT FORM*/
input[type="text"],
input[type="email"],
textarea {
  width: 95%;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 20px;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #5db6db;
  box-shadow: 0 0 10px #b9eaff;
  outline: none !important;
}
input[type="submit"] {
  background: #ff6000;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin: 0px -20px 20px 20px;
  cursor: pointer;
}
.main-contact-form {
  /*width: 100%;*/
  margin: 0 auto;
  background: #e9e9e9;
  padding: 20px;
  border-radius: 5px;
}
.error_message {
  color: red;
  border: 1px solid red;
  padding: 5px;
}

form.form-style {
  padding-right: 20px;
}

================================================== */

/* ipad portrait */
@media only screen and ( min-width: 768px) and ( max-width: 1170px ) {
  body {
    min-width: 768px;
  }
  .shell {
    width: 768px;
  }

  span.form-title,
  .form p input.put,
  .form p textarea {
    width: 93%;
  }
  select.form-select {
    width: 100%;
  }

  .bodyW {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 0px 0px 0px 0px;
  }

  .bodyW1 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #eee;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
  }

  .bodyW2 {
    width: 100%;
    margin: 0 auto;
    background: #eaeaea url(../images/bg_saigon1.jpg) no-repeat center bottom;
    padding: 20px 0px 20px 0px;
    overflow: hidden;
  }

  .bodyW3 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #a3ccab;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
  }
  .bodyW4 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
  }

  /* Menu cấp 1 */
  #navigation ul {
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
    line-height: 24px;
    font-family: MyriadPro-Regular;
    text-transform: uppercase;
  }
  #navigation ul li {
    float: left;
    position: relative;
    padding-left: 24px;
    line-height: 45px;
    text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
  }
  #navigation ul li a {
    color: #fff;
    background: #ff6000;
    text-decoration: none;
    display: block;
    font-size: 1.075em;
  }
  #navigation ul li a:hover,
  #navigation ul li.active a {
    color: #eee;
    text-decoration: none;
  }

  /* Menu cấp 2*/
  #navigation ul ul {
    position: absolute;
    z-index: 5000;
    top: 45px;
    left: 0;
    display: none;
  }
  #navigation ul ul li {
    width: 210px;
  }
  #navigation ul ul li a {
    border-bottom: solid 1px #555;
    background: #444;
    color: #ccc;
    padding: 0px 10px 0px 10px;
    font-size: 1em;
    line-height: 34px;
  }
  #navigation ul li:hover > ul {
    float: left;
    display: block;
  }

  .header-top {
    height: auto;
    padding: 0px;
    width: 768px;
    margin: 0 auto;
  }

  /* Du an */
  .nbs-flexisel-item > img {
    cursor: pointer;
    positon: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 150px;
    max-height: 150px;
    border: solid 5px #ddd;
  }
  .nbs-flexisel-item p a {
    color: #000;
    font-size: 0.9em;
    line-height: 14px;
  }
  /*Thêm nút back, next o 2 dau trai, phai*/
  .nbs-flexisel-nav-left,
  .nbs-flexisel-nav-right {
    width: 28px;
    height: 29px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    display: none;
  }

  /* The End Du an */

  #logo_hotline {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  #logo_hotline .logo {
    float: left;
    padding: 10px 0px 0px 10px;
  }
  #logo_hotline .logo img {
    max-width: 496px;
    width: 100%;
  }
  #logo_hotline .hotline {
    float: right;
    font-size: 100%;
    text-align: center;
    padding: 40px 10px 0px 0px;
    color: #d3d3d3;
    font-size: 1em;
  }
  #logo_hotline .hotline span.sdt {
    font-size: 1.7em;
    color: #ff6000;
  }

  .slider,
  #carousel,
  #carousel > div {
    width: 768px;
    height: 350px;
  }

  .slider {
    width: 768px;
    margin: 0px 0 0 -354px;
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50%;
  }

  #carousel h3 {
    font-size: 2.2em;
    width: 320px;
    left: 10px;
    top: 40px;
  }
  #carousel h4 {
    font-size: 1.2em;
    top: 170px;
    left: 32px;
  }

  #carousel h5 {
    font-size: 1.2em;
    width: 340px;
    left: 10px;
    top: 30px;
  }
  #carousel p {
    font-size: 1.1em;
    width: 344px;
    left: 10px;
    top: 130px;
  }
  #carousel a.green-btn {
    top: 240px;
    left: 10px;
  }

  #carousel img.img-back {
    left: 356px;
    width: 350px !important;
    height: 250px;
    top: 20px;
  }

  #prev {
    left: 300px;
  }
  #next {
    right: 300px;
  }

  .main .cols .colLeft {
    float: left;
    width: 35%;
  }

  .pagination {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -60px;
    width: 132px;
  }
  .pagination a {
    background: url(../images/pagination.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    cursor: default;
  }

  .pagination a.selected {
    background-position: 0 -20px;
  }

  .main {
    margin: 0 auto;
    width: 768px;
    padding: 20px 0 20px 0; /* border-top: 1px solid #fff;*/
  }
  .main section {
    margin-bottom: 20px;
  }

  /* Column 3 cot deu nhau*/
  .main .cols {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .main .cols .col {
    width: 216px;
  }
  .main .cols .col + .col {
    padding-left: 46px;
    margin-bottom: 20px;
  }
  .main h4 {
    font-size: 1em;
    line-height: 16px;
    font-family: Arial;
  }
  .main p {
    font-size: 0.95em;
  }

  .main .cols .col img {
    float: left;
    max-width: 215px;
  }
  .main .cols .col .col-cnt {
    height: 100%;
    overflow: hidden;
    text-align: center;
  }

  .main .cols .col .col-cnt {
    width: 100%;
    overflow: hidden;
    font-size: 1em;
  }
  .main .cols .col .col-cnt p {
    line-height: 20px;
    margin-top: 5px;
  }
  .main .cols .col .col-cnt .btn {
    font-size: 0.95em;
    padding: 5px 20px 5px 20px;
  }

  .main .cols .col1 {
    width: 350px;
    float: left;
    display: block;
    margin-bottom: 20px;
  }
  .main .cols .col1 img {
    float: left;
    max-width: 135px;
    margin-right: 10px;
  }

  .main .cols .col1 + .col1 {
    padding-left: 46px;
  }
  .main .cols .col1 .col-cnt {
    height: 100%;
    overflow: hidden;
  }
  .main .cols .col1 .col-cnt .btn {
    font-size: 0.95em;
  }
  .main .cols .col1 .col-cnt p {
    margin-top: 10px;
  }

  /* Columns 3 cot - phần kien thuc khach hang */
  .main .cols .col2 {
    width: 220px;
    float: left;
    display: block;
    margin-bottom: 20px;
    font-size: 1em;
  }
  .main .cols .col2 img {
    float: left;
    max-width: 90px;
    margin-right: 5px;
    border: solid 1px #666;
  }
  .main .cols .col2 .col-cnt p.title a {
    color: #009507;
    text-decoration: none;
    font-size: 1.1em;
  }
  .main .cols .col2 .col-cnt p.title a:hover {
    color: #ff6000;
    text-decoration: underline;
  }
  .main .cols .col2 + .col2 {
    padding-left: 42px;
  }

  /* Columns 2 cot không đều nhau menu left va noi dung*/

  .main .cols .colRight {
    float: right;
    width: 460px;
  }
  .main .cols .colRight img {
    float: left;
    max-width: 170px;
    margin-right: 10px;
  }
  .main .cols .colRight .col-cnt {
    height: 100%;
  }
  .main .cols .colRight .col-cnt img {
    max-width: 460px;
  }
  .main .cols .colRight .col-cnt p {
    margin-top: 10px;
  }
  .main .cols .colRight .col-cnt h3 {
    color: #ff6000;
    font-size: 1.5em;
  }

  /* Danh cho trang tin tuc*/
  .main .cols .colRight1 {
    float: right;
    width: 460px;
  }
  .main .cols .colRight1 img {
    float: left;
    max-width: 200px;
    margin: 0px 10px 10px 0px;
  }

  /* Danh cho trang list tin tuc */
  .main .cols .colRight2 {
    float: right;
    width: 460px;
  }
  .main .cols .colRight2 .col-cnt {
    height: 100%;
    padding: 20px 0px 20px 0px;
    border-bottom: solid 1px #ddd;
  }
  .main .cols .colRight2 .col-cnt img {
    float: left;
    max-width: 140px;
  }

  /* List danh sach Kien thuc khach hang can biet */
  .main .cols .list {
    float: left;
    width: 195px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .main .cols .list + .list {
    padding-left: 30px;
  }
  .main .cols .list img {
    float: left;
    max-width: 300px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .main .cols .list ul {
    font-weight: normal;
    list-style: none;
  }
  .main .cols .list ul li {
    padding-left: 10px;
    background: url(../images/green-arr.png) no-repeat 0 9px;
  }
  .main .cols .list ul li a {
    color: #999;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: bold;
  }
  .main .cols .list ul li a:hover {
    color: #ff6000;
    text-decoration: underline;
  }

  /* Columns 2 cột web template */
  .main .colTem {
  }
  .main .colTem .colR {
    float: left;
    width: 210px;
    margin-bottom: 20px;
    text-align: center;
  }
  .main .colTem .colR + .colR {
    padding-left: 40px;
  }
  .main .colTem .colR img {
    float: left;
    max-width: 200px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .main .colTem .colR a img {
    border: solid 5px #cdcdcd;
  }
  .main .colTem .colR a:hover img {
    border: solid 5px #ff6000;
  }

  .main .colTem .colR .col-cnt {
    width: 100%;
    overflow: hidden;
    font-size: 1.1em;
  }
  .main .colTem .colR .col-cnt p {
    line-height: 20px;
    margin-top: 0px;
    width: 100%;
  }
  .main .colTem .colR .col-cnt p.price {
    color: #ff6000;
    font-size: 0.95em;
    width: 100%;
    font-weight: bold;
  }
  .main .colTem .colR .col-cnt .btn {
    font-size: 1em;
    padding: 3px 30px 6px 30px;
  }
  .main .colTem .colR h5 {
    font-size: 0.9em;
    line-height: 20px;
    font-family: Arial;
    font-weight: normal;
  }
  .main .colTem .colR h5 a {
    color: #333;
  }
  .main .colTem .colR h5 a:hover {
    color: #999;
  }
  /*---------------------------------------*/

  .main .post {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main .post h2 {
    font-size: 1.5em;
  }
  .main .post img {
    max-width: 490px;
    height: auto;
  }

  .main .socials {
    height: 80px;
    padding-top: 16px;
    margin: 0 20px;
  }
  .main .socials p {
    display: block;
    float: none;
    line-height: 22px;
  }
  .main .socials ul {
    display: block;
    float: none;
  }
  .main .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  #partners-slider img {
    margin: 0px 15px;
    float: left;
    height: 52px;
  }

  #footer {
    background: #161f30;
    color: #bbb;
    margin: 0 auto;
  }
  #footer .FootW {
    padding: 26px 0;
    margin: 0 auto;
    width: 748px;
  }
  #footer .footer-cols {
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer .footer-cols .col {
    width: 165px;
  }
  #footer .footer-cols .col + .col {
    padding-left: 16px;
  }
  #footer .footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  #footer .footer-nav {
    float: none;
    display: block;
    padding-bottom: 0px;
  }
  #footer .footer-nav ul {
    padding-bottom: 0px;
  }
  #footer .footer-nav ul li {
    padding: 0 3px;
    border-right: 0;
    font-size: 1em;
    line-height: 18px;
  }
}

/* iphone 5, smart phone w320 */

@media only screen and (min-width: 320px) and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  .shell {
    max-width: 320px;
  }

  .header-top {
    height: auto;
    padding: 0px;
    margin: 0 auto;
    width: 320px;
  }

  /* Du an */
  .nbs-flexisel-item > img {
    cursor: pointer;
    positon: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 260px;
    max-height: 260px;
    border: solid 5px #ddd;
  }
  .nbs-flexisel-item p a {
    color: #000;
    font-size: 1em;
    line-height: 16px;
  }

  /*Thêm nút back, next o 2 dau trai, phai*/
  .nbs-flexisel-nav-left,
  .nbs-flexisel-nav-right {
    width: 28px;
    height: 29px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    display: none;
  }

  /* The End Du an */

  .bodyW {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 0px 0px 0px 0px;
  }

  .bodyW1 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #eee;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
  }

  .bodyW2 {
    width: 100%;
    margin: 0 auto;
    background: #eaeaea url(../images/bg_saigon1.jpg) no-repeat center bottom;
    padding: 20px 0px 20px 0px;
    overflow: hidden;
  }
  .bodyW3 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #a3ccab;
    overflow: hidden;
    padding: 20px 0px 0px 0px;
  }
  .bodyW4 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    overflow: hidden;
    padding: 20px 0px 0px 0px;
  }

  #logo_hotline {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  #logo_hotline .logo {
    float: left;
    padding: 10px 0px 0px 10px;
  }
  #logo_hotline .logo img {
    max-width: 496px;
    width: 100%;
  }
  #logo_hotline .hotline {
    width: 100%;
    text-align: center;
    padding: 0px 10px 0px 0px;
    color: #d3d3d3;
    font-size: 1em;
  }
  #logo_hotline .hotline span.sdt {
    font-size: 1.8em;
    color: #ff6000;
  }

  #navigation a.nav-btn {
    display: block;
    height: 32px;
    padding-left: 22px;
    line-height: 32px;
    width: 298px;
    margin: 0 auto;
    background: url(../images/nav-btn.png) no-repeat right 0;
    color: #fff;
    font-size: 1.1em;
    font-family: Arial;
    position: relative;
    z-index: 100;
  }
  #navigation a.nav-btn:hover {
    text-decoration: none;
  }
  #navigation a.nav-btn span {
    background: url(../images/nav-arr.png) no-repeat 0 0;
    width: 10px;
    height: 7px;
    position: absolute;
    top: 13px;
    right: 13px;
  }
  #navigation a.nav-btn span.active {
    background-position: 0 bottom;
  }

  /* Menu cấp 1 */
  #navigation {
    float: left;
    display: block;
    position: relative;
    background: #ff6000;
    z-index: 1000;
    margin: 0px;
    height: 32px;
    padding-top: 0;
    text-align: left;
  }

  #navigation ul {
    display: none;
    position: relative;
    width: 320px;
    background: #444;
    top: 0px;
    left: 0px;
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
  }

  #navigation ul li {
    float: left;
    position: relative;
    border-top: solid 1px #333;
    padding-left: 0px;
    width: 100%;
  }
  #navigation ul li a {
    display: block;
    color: #999;
    background: #444;
    padding-left: 10px;
  }
  #navigation ul li.home {
    display: none;
  }
  #navigation ul li a:hover,
  #navigation ul li.active a {
    color: #ccc;
    text-decoration: none;
  }

  /* Menu cấp 2*/
  #navigation ul ul {
    position: relative;
    z-index: 5000;
    top: 0px;
    left: 0;
    display: none;
  }
  #navigation ul ul li {
    width: 100%;
    display: none;
  }
  #navigation ul ul li a {
    background: #555;
    color: #999;
    padding: 0px 10px 0px 10px;
    font-size: 1.22em;
    line-height: 40px;
  }
  #navigation ul li:hover > ul li {
    width: 100%;
    display: block;
  }

  .slider,
  #carousel,
  #carousel > div {
    width: 300px;
    height: 430px;
  }

  .slider {
    width: 300px;
    margin: 0px 0 0 -150px;
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50%;
  }

  #carousel h3 {
    font-size: 1.9em;
    width: 280px;
    left: 10px;
    top: 25px;
    background: transparent;
  }
  #carousel h4 {
    font-size: 1em;
    top: 110px;
    left: 32px;
  }
  #carousel h5 {
    font-size: 1em;
    width: 280px;
    left: 70px;
    top: 20px;
  }
  #carousel p {
    font-size: 0.9em;
    line-height: 18px;
    width: 284px;
    left: 10px;
    top: 80px;
  }
  #carousel a.green-btn {
    top: 340px;
    left: 0px;
    font-size: 1.2em;
    width: 100%;
    text-align: center;
    background: url(../images/green-btn@2x.png) repeat-x 0 0;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
  }
  #carousel a.green-btn:hover {
    background-position: 0 bottom;
  }

  #carousel img.img-back {
    top: 170px;
    left: 40px;
    width: 240px !important;
    height: 150px;
  }

  #prev,
  #next {
    background: url(../images/direction-nav.png) no-repeat 0 0;
    display: block;
    width: 17px;
    height: 22px;
    position: absolute;
    bottom: 15px;
    z-index: 10;
  }

  #prev {
    left: 70px;
  }

  #next {
    right: 70px;
    background-position: right 0;
  }

  .pagination {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -60px;
    width: 132px;
  }
  .pagination a {
    background: url(../images/pagination.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    cursor: default;
  }

  .pagination a.selected {
    background-position: 0 -20px;
  }

  .main {
    margin: 0 auto;
    width: 320px;
    padding: 20px 0 0px 0; /* border-top: 1px solid #fff;*/
  }
  .main section {
    /*background: url(../images/m-section.png) no-repeat center bottom;*/
    margin-bottom: 20px;
  }
  .main .cols {
    margin-left: 10px;
    margin-right: 10px;
  }
  .main .cols .col {
    width: 100%;
  }
  .main .cols .col + .col {
    padding: 0;
  }
  .main .cols .col img {
    float: none;
    margin: 0 auto;
    display: block;
    max-width: 260px;
    margin-bottom: 20px;
  }
  .main .cols .col .col-cnt {
    float: none;
    text-align: center;
    display: block;
  }

  .main .cols .col .col-cnt p {
    line-height: 20px;
    margin-top: 5px;
    font-size: 0.95em;
  }
  .main .cols .col .col-cnt .btn {
    font-size: 0.95em;
    padding: 4px 30px 4px 30px;
  }
  .main h4 {
    font-size: 0.95em;
    color: #999;
    font-family: Arial;
  }

  .main .cols .col1 {
    width: 100%;
    float: left;
    display: block;
  }
  .main .cols .col1 + .col1 {
    padding-left: 0px;
  }
  .main .cols .col1 img {
    float: left;
    max-width: 110px;
  }
  .main .cols .col1 .col-cnt {
    height: 100%;
    overflow: hidden;
  }
  .main .cols .col1 p {
    font-size: 0.95em;
  }

  /* Columns 3 cot - phần kien thuc khach hang */
  .main .cols .col2 {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 20px;
  }
  .main .cols .col2 + .col2 {
    padding-left: 0px;
  }

  /* Danh cho trang list tin tuc */
  .main .cols .colRight2 {
    float: right;
    width: 100%;
  }
  .main .cols .colRight2 .col-cnt {
    height: 100%;
    padding: 20px 0px 20px 0px;
    border-bottom: solid 1px #ddd;
  }
  .main .cols .colRight2 .col-cnt img {
    float: left;
    max-width: 135px;
  }

  .main .cols .colLeft {
    display: none;
  }
  /* Columns 2 cot không đều nhau
	.main .cols .colLeft {  float:left; width: 100%; margin-bottom:10px;}
	.main .cols .colLeft img { float:left; max-width: 170px; margin-right:10px; }
	.main .cols .colLeft .col-cnt { height: 100%;  }
	
	.main .cols .colLeft .col-cnt p{ margin-top:10px; }*/

  .main .cols .colRight {
    float: right;
    width: 100%;
    margin-bottom: 30px;
  }
  .main .cols .colRight img {
    float: left;
    max-width: 170px;
    margin-right: 10px;
  }
  .main .cols .colRight .col-cnt {
    height: 100%;
    overflow: hidden;
  }
  .main .cols .colRight .col-cnt p {
    margin-top: 10px;
  }
  .main .cols .colRight .col-cnt h3 {
    color: #ff6000;
    font-size: 1.5em;
  }
  .main .cols .colRight .col-cnt h2 {
    color: #444;
    font-size: 1.5em;
    margin: 10px 0px 0px 0px;
  }

  /* Danh cho trang tin tuc*/
  .main .cols .colRight1 {
    float: right;
    width: 100%;
  }
  .main .cols .colRight1 img {
    float: left;
    max-width: 300px;
    margin: 0px 10px 10px 0px;
  }

  /* List danh sach Kien thuc khach hang can biet */
  .main .cols .list {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 20px;
  }
  .main .cols .list + .list {
    padding-left: 0px;
  }

  /* Columns 2 cột web template */
  .main .colTem {
  }
  .main .colTem .colR {
    float: left;
    width: 300px;
    margin-bottom: 20px;
    text-align: center;
  }
  .main .colTem .colR + .colR {
    padding-left: 0px;
  }
  .main .colTem .colR img {
    float: left;
    max-width: 290px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .main .colTem .colR a img {
    border: solid 5px #cdcdcd;
  }
  .main .colTem .colR a:hover img {
    border: solid 5px #ff6000;
  }

  .main .colTem .colR .col-cnt {
    width: 100%;
    overflow: hidden;
    font-size: 1.1em;
  }
  .main .colTem .colR .col-cnt p {
    width: 100%;
    line-height: 20px;
    margin-top: 0px;
  }
  .main .colTem .colR .col-cnt p.price {
    width: 100%;
    color: #ff6000;
    font-weight: bold;
    font-size: 1.1em;
    margin-left: 0; /*fix the P lech*/
  }
  .main .colTem .colR .col-cnt .btn {
    font-size: 1em;
    padding: 3px 30px 6px 30px;
  }
  .main .colTem .colR h5 {
    font-size: 0.95em;
    line-height: 20px;
    font-family: Arial;
    font-weight: normal;
  }
  .main .colTem .colR h5 a {
    color: #333;
  }
  .main .colTem .colR h5 a:hover {
    color: #999;
  }
  /*---------------------------------------*/

  .main .post {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main .post h2 {
    font-size: 1.5em;
  }
  .main .post img {
    max-width: 280px;
    height: auto;
  }

  .main .socials {
    height: 120px;
    padding-top: 16px;
    margin: 0 10px;
  }
  .main .socials p {
    display: block;
    float: none;
    line-height: 22px;
  }
  .main .socials ul {
    display: block;
    float: none;
  }
  .main .socials span {
    display: block;
  }
  .main .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main #partners-slider {
    height: 56px;
  }
  .main .partners {
    padding: 0 40px 12px;
    position: relative;
    margin-top: -20px;
  }
  #partners-slider img {
    margin: 0px 10px;
  }
  .slider-arr a.prev-arr {
    left: 10px;
  }
  .slider-arr a.next-arr {
    right: 10px;
    background-position: right 0;
  }

  #footer {
    background: #161f30;
    color: #bbb;
    margin: 0 auto;
  }
  #footer .FootW {
    padding: 26px 0;
    margin: 0 auto;
    width: 320px;
  }

  #footer .footer-cols {
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer .footer-cols .col {
    width: 100%;
    float: none;
    display: block;
    padding-bottom: 20px;
  }
  #footer .footer-cols .col + .col {
    padding-left: 0px;
  }

  #footer .footer-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer .footer-nav {
    float: none;
    display: block;
    padding-bottom: 0px;
  }
  #footer .footer-nav ul {
    padding-bottom: 12px;
  }
  #footer .footer-nav ul li {
    padding: 0 3px;
    border-right: 0;
    font-size: 1em;
    line-height: 18px;
  }
  #footer .footer-bottom p.copy {
    float: none;
    display: block;
    clear: both;
  }
}

/* smart phone w360 */

@media only screen and (min-width: 360px) and (max-width: 767px) {
  body {
    min-width: 360px;
  }
  .shell {
    max-width: 360px;
  }

  .header-top {
    height: auto;
    padding: 0px;
    margin: 0 auto;
    width: 360px;
  }

  /* Du an */
  .nbs-flexisel-item > img {
    cursor: pointer;
    positon: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 300px;
    max-height: 300px;
    border: solid 5px #ddd;
  }
  .nbs-flexisel-item p a {
    color: #000;
    font-size: 1em;
    line-height: 16px;
  }

  /*Thêm nút back, next o 2 dau trai, phai*/
  .nbs-flexisel-nav-left,
  .nbs-flexisel-nav-right {
    width: 28px;
    height: 29px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    display: none;
  }

  /* The End Du an */

  #logo_hotline {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  #logo_hotline .logo {
    float: left;
    padding: 10px 0px 0px 10px;
  }
  #logo_hotline .logo img {
    max-width: 496px;
    width: 100%;
  }
  #logo_hotline .hotline {
    width: 100%;
    text-align: center;
    padding: 0px 10px 0px 0px;
    color: #d3d3d3;
    font-size: 1em;
  }
  #logo_hotline .hotline span.sdt {
    font-size: 1.8em;
    color: #ff6000;
  }

  #navigation a.nav-btn {
    display: block;
    height: 32px;
    padding-left: 22px;
    line-height: 32px;
    width: 338px;
    margin: 0 auto;
    background: url(../images/nav-btn.png) no-repeat right 0;
    color: #fff;
    font-size: 1.1em;
    font-family: Arial;
    font-weight: 400;
    position: relative;
    z-index: 100;
  }
  #navigation a.nav-btn:hover {
    text-decoration: none;
  }
  #navigation a.nav-btn span {
    background: url(../images/nav-arr.png) no-repeat 0 0;
    width: 10px;
    height: 7px;
    position: absolute;
    top: 13px;
    right: 13px;
  }
  #navigation a.nav-btn span.active {
    background-position: 0 bottom;
  }

  /* Menu cấp 1 */
  #navigation {
    float: left;
    display: block;
    position: relative;
    background: #ff6000;
    z-index: 1000;
    margin: 0px;
    height: 32px;
    padding-top: 0;
    text-align: left;
  }

  #navigation ul {
    display: none;
    position: relative;
    width: 360px;
    background: #444;
    top: 0px;
    left: 0px;
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
  }

  #navigation ul li {
    float: left;
    position: relative;
    border-top: solid 1px #333;
    padding-left: 0px;
    width: 100%;
  }
  #navigation ul li a {
    display: block;
    color: #999;
    background: #444;
    padding-left: 10px;
  }
  #navigation ul li.home {
    display: none;
  }
  #navigation ul li a:hover,
  #navigation ul li.active a {
    color: #ccc;
    text-decoration: none;
  }

  /* Menu cấp 2*/
  #navigation ul ul {
    position: relative;
    z-index: 5000;
    top: 0px;
    left: 0;
    display: none;
  }
  #navigation ul ul li {
    width: 100%;
    display: none;
  }
  #navigation ul ul li a {
    background: #555;
    color: #999;
    padding: 0px 10px 0px 10px;
    font-size: 1.22em;
    line-height: 40px;
  }
  #navigation ul li:hover > ul li {
    width: 100%;
    display: block;
  }

  .slider,
  #carousel,
  #carousel > div {
    width: 340px;
    height: 480px;
  }

  .slider {
    width: 340px;
    margin: 0px 0 0 -170px;
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50%;
  }

  #carousel h3 {
    font-size: 2em;
    width: 340px;
    left: 10px;
    top: 25px;
    background: transparent;
  }
  #carousel h5 {
    font-size: 1.2em;
    width: 340px;
    left: 70px;
    top: 20px;
  }
  #carousel h4 {
    font-size: 1.1em;
    top: 120px;
    left: 32px;
  }
  #carousel p {
    font-size: 1em;
    line-height: 18px;
    width: 344px;
    left: 10px;
    top: 90px;
  }
  #carousel a.green-btn {
    top: 400px;
    left: 0px;
    font-size: 1.2em;
    width: 100%;
    text-align: center;
    background: url(../images/green-btn@2x.png) repeat-x 0 0;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
  }
  #carousel a.green-btn:hover {
    background-position: 0 bottom;
  }

  #carousel img.img-back {
    top: 180px;
    left: 30px;
    width: 280px !important;
    height: 200px;
  }

  #prev,
  #next {
    background: url(../images/direction-nav.png) no-repeat 0 0;
    display: block;
    width: 17px;
    height: 22px;
    position: absolute;
    bottom: 15px;
    z-index: 10;
  }

  #prev {
    left: 90px;
  }

  #next {
    right: 90px;
    background-position: right 0;
  }

  .pagination {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -60px;
    width: 132px;
  }
  .pagination a {
    background: url(../images/pagination.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    cursor: default;
  }

  .pagination a.selected {
    background-position: 0 -20px;
  }

  .main {
    margin: 0 auto;
    width: 360px;
    padding: 20px 0 20px 0; /* border-top: 1px solid #fff;*/
  }
  .main section {
    /* background: url(../images/m-section.png) no-repeat center bottom;*/
    margin-bottom: 20px;
  }
  .main .cols {
    margin-left: 10px;
    margin-right: 10px;
  }
  .main .cols .col {
    width: 100%;
  }
  .main .cols .col + .col {
    padding: 0;
  }
  .main .cols .col img {
    float: none;
    margin: 0 auto;
    display: block;
    max-width: 300px;
    margin-bottom: 20px;
  }
  .main .cols .col .col-cnt {
    float: none;
    text-align: center;
    display: block;
  }

  .main .cols .col .col-cnt p {
    line-height: 24px;
    margin-top: 5px;
    font-size: 1.1em;
  }
  .main .cols .col .col-cnt .btn {
    font-size: 1.1em;
    padding: 3px 30px 3px 30px;
  }
  .main h4 {
    font-size: 1em;
    color: #999;
    font-family: Arial;
  }

  .main .cols .col1 {
    width: 100%;
    float: left;
    display: block;
  }
  .main .cols .col1 + .col1 {
    padding-left: 0px;
  }
  .main .cols .col1 img {
    float: left;
    max-width: 115px;
  }
  .main .cols .col1 .col-cnt {
    height: 100%;
    overflow: hidden;
  }

  .main .cols .colRight .col-cnt1 img {
    max-width: 360px;
  } /*img google*/

  /* Danh cho trang tin tuc*/
  .main .cols .colRight1 {
    float: right;
    width: 100%;
  }
  .main .cols .colRight1 img {
    float: left;
    max-width: 340px;
    margin: 0px 10px 10px 0px;
  }

  /* Columns 3 cot - phần kien thuc khach hang */
  .main .cols .col2 {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 20px;
  }
  .main .cols .col2 + .col2 {
    padding-left: 0px;
  }

  /* Columns 2 cột web template */

  .main .colTem {
  }
  .main .colTem .colR {
    float: left;
    width: 340px;
    margin-bottom: 20px;
    text-align: center;
  }
  .main .colTem .colR + .colR {
    padding-left: 0px;
  }
  .main .colTem .colR img {
    float: left;
    max-width: 330px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .main .colTem .colR a img {
    border: solid 5px #cdcdcd;
  }
  .main .colTem .colR a:hover img {
    border: solid 5px #ff6000;
  }

  .main .colTem .colR .col-cnt {
    width: 100%;
    overflow: hidden;
    font-size: 1.1em;
  }
  .main .colTem .colR .col-cnt p {
    width: 100%;
    line-height: 20px;
    margin-top: 0px;
  }
  .main .colTem .colR .col-cnt p.price {
    width: 100%;
    color: #ff6000;
    font-weight: bold;
    font-size: 1.1em;
    margin-left: 0; /*fix the P lech*/
  }
  .main .colTem .colR .col-cnt .btn {
    font-size: 1em;
    padding: 3px 30px 6px 30px;
  }
  .main .colTem .colR h5 {
    font-size: 0.95em;
    line-height: 20px;
    font-family: Arial;
    font-weight: normal;
  }
  .main .colTem .colR h5 a {
    color: #333;
  }
  .main .colTem .colR h5 a:hover {
    color: #999;
  }
  /*---------------------------------------*/

  .main .post {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main .post h2 {
    font-size: 1.5em;
  }
  .main .post img {
    max-width: 320px;
    height: auto;
  }

  .main .socials {
    height: 120px;
    padding-top: 16px;
    margin: 0 10px;
  }
  .main .socials p {
    display: block;
    float: none;
    line-height: 22px;
  }
  .main .socials ul {
    display: block;
    float: none;
  }
  .main .socials span {
    display: block;
  }
  .main .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main #partners-slider {
    height: 56px;
  }
  .main .partners {
    padding: 0 40px 12px;
    position: relative;
    margin-top: -20px;
  }
  #partners-slider img {
    margin: 0px 10px;
  }
  .slider-arr a.prev-arr {
    left: 10px;
  }
  .slider-arr a.next-arr {
    right: 10px;
    background-position: right 0;
  }

  #footer {
    background: #161f30;
    color: #bbb;
    margin: 0 auto;
  }
  #footer .FootW {
    padding: 26px 0;
    margin: 0 auto;
    width: 360px;
  }
  #footer .footer-cols {
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer .footer-cols .col {
    width: 100%;
    float: none;
    display: block;
    padding-bottom: 20px;
  }
  #footer .footer-cols .col + .col {
    padding-left: 0px;
  }

  #footer .footer-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer .footer-nav {
    float: none;
    display: block;
    padding-bottom: 0px;
  }
  #footer .footer-nav ul {
    padding-bottom: 0px;
  }
  #footer .footer-nav ul li {
    padding: 0 3px;
    border-right: 0;
    font-size: 1em;
    line-height: 18px;
  }
  #footer .footer-bottom p.copy {
    float: none;
    display: block;
    clear: both;
  }
}

/*smart phone w460*/

@media only screen and (min-width: 460px) and (max-width: 767px) {
  body {
    min-width: 460px;
  }
  .shell {
    max-width: 460px;
  }

  .header-top {
    height: auto;
    padding: 0px;
    margin: 0 auto;
    width: 460px;
  }

  /* Du an */
  .nbs-flexisel-item > img {
    cursor: pointer;
    positon: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 400px;
    max-height: 400px;
    border: solid 5px #ddd;
  }
  .nbs-flexisel-item p a {
    color: #000;
    font-size: 1em;
    line-height: 16px;
  }

  /*Thêm nút back, next o 2 dau trai, phai*/
  .nbs-flexisel-nav-left,
  .nbs-flexisel-nav-right {
    width: 28px;
    height: 29px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    display: none;
  }

  /* The End Du an */

  #logo_hotline {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  #logo_hotline .logo {
    float: left;
    padding: 10px 0px 0px 10px;
    margin-bottom: 0px;
  }
  #logo_hotline .logo img {
    max-width: 496px;
    width: 100%;
  }
  #logo_hotline .hotline {
    width: 100%;
    text-align: center;
    padding: 0px 10px 0px 0px;
    margin-bottom: 10px;
    color: #d3d3d3;
    font-size: 1.1em;
  }
  #logo_hotline .hotline span.sdt {
    font-size: 2em;
    color: #ff6000;
  }

  #navigation a.nav-btn {
    display: block;
    height: 32px;
    padding-left: 22px;
    line-height: 32px;
    width: 438px;
    margin: 0 auto;
    background: url(../images/nav-btn.png) no-repeat right 0;
    color: #fff;
    font-size: 1.1em;
    font-family: Arial;
    font-weight: 400;
    position: relative;
    z-index: 100;
  }
  #navigation a.nav-btn:hover {
    text-decoration: none;
  }
  #navigation a.nav-btn span {
    background: url(../images/nav-arr.png) no-repeat 0 0;
    width: 10px;
    height: 7px;
    position: absolute;
    top: 13px;
    right: 13px;
  }
  #navigation a.nav-btn span.active {
    background-position: 0 bottom;
  }

  /* Menu cấp 1 */
  #navigation {
    float: left;
    display: block;
    position: relative;
    background: #ff6000;
    z-index: 1000;
    margin: 0px;
    height: 32px;
    padding-top: 0;
    text-align: left;
  }

  #navigation ul {
    display: none;
    position: relative;
    width: 460px;
    background: #444;
    top: 0px;
    left: 0px;
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
  }

  #navigation ul li {
    float: left;
    position: relative;
    border-top: solid 1px #333;
    padding-left: 0px;
    width: 100%;
  }
  #navigation ul li a {
    display: block;
    color: #999;
    background: #444;
    padding-left: 10px;
  }
  #navigation ul li.home {
    display: none;
  }
  #navigation ul li a:hover,
  #navigation ul li.active a {
    color: #ccc;
    text-decoration: none;
  }

  /* Menu cấp 2*/
  #navigation ul ul {
    position: relative;
    z-index: 5000;
    top: 0px;
    left: 0;
    display: none;
  }
  #navigation ul ul li {
    width: 100%;
    display: none;
  }
  #navigation ul ul li a {
    background: #555;
    color: #999;
    padding: 0px 10px 0px 10px;
    font-size: 1.22em;
    line-height: 40px;
  }
  #navigation ul li:hover > ul li {
    width: 100%;
    display: block;
  }

  .slider,
  #carousel,
  #carousel > div {
    width: 440px;
    height: 560px;
  }

  .slider {
    width: 440px;
    margin: 0px 0 0 -220px;
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50%;
  }

  #carousel h3 {
    font-size: 2.3em;
    width: 440px;
    left: 10px;
    top: 30px;
    background: transparent;
  }
  #carousel h5 {
    font-size: 1.4em;
    width: 440px;
    left: 70px;
    top: 20px;
  }
  #carousel h4 {
    font-size: 1.4em;
    top: 130px;
    left: 32px;
  }
  #carousel p {
    font-size: 1.3em;
    width: 444px;
    left: 10px;
    top: 100px;
  }
  #carousel a.green-btn {
    top: 470px;
    left: 0px;
    width: 100%;
    text-align: center;
    background: url(../images/green-btn@2x.png) repeat-x 0 0;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
  }
  #carousel a.green-btn:hover {
    background-position: 0 bottom;
  }

  #carousel img.img-back {
    top: 200px;
    left: 40px;
    width: 380px !important;
    height: 250px;
  }

  #prev,
  #next {
    background: url(../images/direction-nav.png) no-repeat 0 0;
    display: block;
    width: 17px;
    height: 22px;
    position: absolute;
    bottom: 15px;
    z-index: 10;
  }

  #prev {
    left: 140px;
  }

  #next {
    right: 140px;
    background-position: right 0;
  }

  .pagination {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -60px;
  }
  .pagination a {
    background: url(../images/pagination.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    cursor: default;
  }
  .pagination a.selected {
    background-position: 0 -20px;
  }

  .main {
    margin: 0 auto;
    width: 460px;
    padding: 20px 0 20px 0; /* border-top: 1px solid #fff;*/
  }
  .main section {
    /*background: url(../images/m-section.png) no-repeat center bottom;*/
    margin-bottom: 20px;
  }
  .main .cols {
    margin-left: 10px;
    margin-right: 10px;
  }
  .main .cols .col {
    width: 100%;
  }
  .main .cols .col + .col {
    padding: 0;
  }
  .main .cols .col img {
    float: none;
    margin: 0 auto;
    display: block;
    max-width: 388px;
    margin-bottom: 20px;
  }
  .main .cols .col .col-cnt {
    float: none;
    display: block;
    text-align: center;
  }
  .main h4 {
    font-size: 0.95em;
    color: #999;
    font-family: Arial;
  }

  .main .cols .col1 {
    width: 100%;
    float: left;
    display: block;
  }
  .main .cols .col1 + .col1 {
    padding-left: 0px;
  }
  .main .cols .col1 img {
    float: left;
    max-width: 130px;
  }
  .main .cols .col1 .col-cnt {
    height: 100%;
    overflow: hidden;
  }

  .main .cols .col .col-cnt p {
    line-height: 30px;
    margin-top: 5px;
    font-size: 1.2em;
  }
  .main .cols .col .col-cnt .btn {
    font-size: 1.2em;
    padding: 4px 40px 4px 40px;
  }
  .main h4 {
    font-size: 1.1em;
    color: #999;
    font-family: Arial;
  }

  .main .cols .colRight .col-cnt1 img {
    max-width: 460px;
  } /*img google*/

  /* Danh cho trang tin tuc*/
  .main .cols .colRight1 {
    float: right;
    width: 100%;
  }
  .main .cols .colRight1 img {
    float: left;
    max-width: 250px;
    margin: 0px 10px 10px 0px;
  }

  /* Columns 3 cot - phần kien thuc khach hang */
  .main .cols .col2 {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 20px;
  }
  .main .cols .col2 + .col2 {
    padding-left: 0px;
  }

  /* Columns 2 cột web template */
  .main .colTem {
  }
  .main .colTem .colR {
    float: left;
    width: 440px;
    margin-bottom: 20px;
    text-align: center;
  }
  .main .colTem .colR + .colR {
    padding-left: 0px;
  }
  .main .colTem .colR img {
    float: left;
    max-width: 430px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .main .colTem .colR a img {
    border: solid 5px #cdcdcd;
  }
  .main .colTem .colR a:hover img {
    border: solid 5px #ff6000;
  }

  .main .colTem .colR .col-cnt {
    width: 100%;
    overflow: hidden;
    font-size: 1.1em;
  }
  .main .colTem .colR .col-cnt p {
    width: 100%;
    line-height: 20px;
    margin-top: 0px;
  }
  .main .colTem .colR .col-cnt p.price {
    width: 100%;
    color: #ff6000;
    font-weight: bold;
    font-size: 1.1em;
    margin-left: 0; /*fix the P lech*/
  }
  .main .colTem .colR .col-cnt .btn {
    font-size: 1em;
    padding: 3px 30px 6px 30px;
  }
  .main .colTem .colR h5 {
    font-size: 0.95em;
    line-height: 20px;
    font-family: Arial;
    font-weight: normal;
  }
  .main .colTem .colR h5 a {
    color: #333;
  }
  .main .colTem .colR h5 a:hover {
    color: #999;
  }
  /*---------------------------------------*/

  .main .post {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main .post h2 {
    font-size: 1.5em;
  }
  .main .post img {
    max-width: 420px;
    height: auto;
  }

  .main .socials {
    height: 120px;
    padding-top: 16px;
    margin: 0 10px;
  }
  .main .socials p {
    display: block;
    float: none;
    line-height: 22px;
  }
  .main .socials ul {
    display: block;
    float: none;
  }
  .main .socials span {
    display: block;
  }
  .main .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main #partners-slider {
    height: 56px;
  }
  .main .partners {
    padding: 0 40px 12px;
    position: relative;
    margin-top: -20px;
  }
  #partners-slider img {
    margin: 0px 10px;
  }
  .slider-arr a.prev-arr {
    left: 10px;
  }
  .slider-arr a.next-arr {
    right: 10px;
    background-position: right 0;
  }

  #footer {
    background: #161f30;
    color: #bbb;
    margin: 0 auto;
  }
  #footer .FootW {
    padding: 26px 0;
    margin: 0 auto;
    width: 460px;
  }
  #footer .footer-cols {
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer .footer-cols .col {
    width: 100%;
    float: none;
    display: block;
    padding-bottom: 20px;
  }
  #footer .footer-cols .col + .col {
    padding-left: 0px;
  }

  #footer .footer-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer .footer-nav {
    float: none;
    display: block;
    padding-bottom: 0px;
  }
  #footer .footer-nav ul {
    padding-bottom: 0px;
  }
  #footer .footer-nav ul li {
    padding: 0 3px;
    border-right: 0;
    font-size: 1em;
    line-height: 18px;
  }
  #footer .footer-bottom p.copy {
    float: none;
    display: block;
    clear: both;
  }
}

/*smart phone w600*/

@media only screen and (min-width: 600px) and (max-width: 767px) {
  body {
    min-width: 280px;
  }
  .shell {
    max-width: 600px;
  }

  .header-top {
    height: auto;
    padding: 0px;
    margin: 0 auto;
    width: 600px;
  }

  /* Du an */
  .nbs-flexisel-item > img {
    cursor: pointer;
    positon: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 250px;
    max-height: 250px;
    border: solid 5px #ddd;
  }
  .nbs-flexisel-item p a {
    color: #000;
    font-size: 1em;
    line-height: 16px;
  }

  /*Thêm nút back, next o 2 dau trai, phai*/
  .nbs-flexisel-nav-left,
  .nbs-flexisel-nav-right {
    width: 28px;
    height: 29px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    display: none;
  }

  /* The End Du an */

  #logo_hotline {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  #logo_hotline .logo {
    float: left;
    padding: 10px 0px 0px 10px;
    margin-bottom: 0px;
  }
  #logo_hotline .logo img {
    max-width: 496px;
    width: 100%;
  }
  #logo_hotline .hotline {
    width: 100%;
    text-align: center;
    padding: 0px 10px 0px 0px;
    margin-bottom: 10px;
    color: #d3d3d3;
    font-size: 1.1em;
  }
  #logo_hotline .hotline span.sdt {
    font-size: 2.5em;
    color: #ff6000;
  }

  #navigation a.nav-btn {
    display: block;
    height: 32px;
    padding-left: 22px;
    line-height: 32px;
    width: 578px;
    margin: 0 auto;
    background: url(../images/nav-btn.png) no-repeat right 0;
    color: #fff;
    font-size: 1.1em;
    font-family: Arial;
    font-weight: 400;
    position: relative;
    z-index: 100;
  }
  #navigation a.nav-btn:hover {
    text-decoration: none;
  }
  #navigation a.nav-btn span {
    background: url(../images/nav-arr.png) no-repeat 0 0;
    width: 10px;
    height: 7px;
    position: absolute;
    top: 13px;
    right: 13px;
  }
  #navigation a.nav-btn span.active {
    background-position: 0 bottom;
  }

  /* Menu cấp 1 */
  #navigation {
    float: left;
    display: block;
    position: relative;
    background: #ff6000;
    z-index: 1000;
    margin: 0px;
    height: 32px;
    padding-top: 0;
    text-align: left;
  }

  #navigation ul {
    display: none;
    position: relative;
    width: 600px;
    background: #444;
    top: 0px;
    left: 0px;
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
  }

  #navigation ul li {
    float: left;
    position: relative;
    border-top: solid 1px #333;
    padding-left: 0px;
    width: 100%;
  }
  #navigation ul li a {
    display: block;
    color: #999;
    background: #444;
    padding-left: 10px;
  }
  #navigation ul li.home {
    display: none;
  }
  #navigation ul li a:hover,
  #navigation ul li.active a {
    color: #ccc;
    text-decoration: none;
  }

  /* Menu cấp 2*/
  #navigation ul ul {
    position: relative;
    z-index: 5000;
    top: 0px;
    left: 0;
    display: none;
  }
  #navigation ul ul li {
    width: 100%;
    display: none;
  }
  #navigation ul ul li a {
    background: #555;
    color: #999;
    padding: 0px 10px 0px 10px;
    font-size: 1.22em;
    line-height: 40px;
  }
  #navigation ul li:hover > ul li {
    width: 100%;
    display: block;
  }

  .slider,
  #carousel,
  #carousel > div {
    width: 560px;
    height: 640px;
  }

  .slider {
    width: 560px;
    margin: 0px 0 0 -280px;
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50%;
  }

  #carousel h3 {
    font-size: 2.4em;
    width: 560px;
    left: 10px;
    top: 30px;
    background: transparent;
  }
  #carousel h4 {
    font-size: 1.5em;
    width: 560px;
    top: 130px;
    left: 32px;
  }
  #carousel h5 {
    font-size: 1.4em;
    width: 560px;
    left: 70px;
    top: 20px;
  }
  #carousel p {
    font-size: 1.4em;
    width: 564px;
    left: 10px;
    top: 100px;
  }
  #carousel a.green-btn {
    top: 550px;
    left: 0px;
    width: 100%;
    text-align: center;
    background: url(../images/green-btn@2x.png) repeat-x 0 0;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
  }
  #carousel a.green-btn:hover {
    background-position: 0 bottom;
  }

  #carousel img.img-back {
    top: 180px;
    left: 40px;
    width: 480px !important;
    height: 340px;
  }

  #prev,
  #next {
    background: url(../images/direction-nav.png) no-repeat 0 0;
    display: block;
    width: 17px;
    height: 22px;
    position: absolute;
    bottom: 15px;
    z-index: 10;
  }

  #prev {
    left: 200px;
  }

  #next {
    right: 200px;
    background-position: right 0;
  }

  .pagination {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -60px;
  }
  .pagination a {
    background: url(../images/pagination.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    cursor: default;
  }
  .pagination a.selected {
    background-position: 0 -20px;
  }

  .main {
    margin: 0 auto;
    width: 600px;
    padding: 20px 0 20px 0; /*border-top: 1px solid #fff;*/
  }
  .main section {
    /*background: url(../images/m-section.png) no-repeat center bottom;*/
    margin-bottom: 20px;
  }
  .main .cols {
    margin-left: 10px;
    margin-right: 10px;
  }
  .main .cols .col {
    width: 100%;
  }
  .main .cols .col + .col {
    padding: 0;
  }
  .main .cols .col img {
    float: none;
    margin: 0 auto;
    display: block;
    max-width: 500px;
    margin-bottom: 20px;
  }
  .main .cols .col .col-cnt {
    float: none;
    display: block;
    text-align: center;
  }

  .main .cols .col .col-cnt p {
    line-height: 30px;
    margin-top: 5px;
    font-size: 1.2em;
  }
  .main .cols .col .col-cnt .btn {
    font-size: 1.2em;
    padding: 5px 40px 5px 40px;
  }
  .main h4 {
    font-size: 1.1em;
    color: #999;
    font-family: Arial;
  }

  .main .cols .col1 {
    width: 100%;
    float: left;
    display: block;
  }
  .main .cols .col1 + .col1 {
    padding-left: 0px;
  }
  .main .cols .col1 img {
    float: left;
    max-width: 140px;
  }
  .main .cols .col1 .col-cnt {
    height: 100%;
    overflow: hidden;
  }

  .main .cols .colRight .col-cnt1 img {
    max-width: 600px;
  } /*img google*/
  /* Danh cho trang tin tuc*/
  .main .cols .colRight1 {
    float: right;
    width: 100%;
  }
  .main .cols .colRight1 img {
    float: left;
    max-width: 320px;
    margin: 0px 10px 10px 0px;
  }

  /* Columns 3 cot - phần kien thuc khach hang */
  .main .cols .col2 {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 20px;
  }
  .main .cols .col2 + .col2 {
    padding-left: 0px;
  }

  /* Columns 2 cột web template */
  .main .colTem {
  }
  .main .colTem .colR {
    float: left;
    width: 270px;
    margin-bottom: 20px;
    text-align: center;
  }
  .main .colTem .colR + .colR {
    padding-left: 40px;
  }
  .main .colTem .colR img {
    float: left;
    max-width: 260px;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .main .colTem .colR a img {
    border: solid 5px #cdcdcd;
  }
  .main .colTem .colR a:hover img {
    border: solid 5px #ff6000;
  }

  .main .colTem .colR .col-cnt {
    width: 100%;
    overflow: hidden;
    font-size: 1.1em;
  }
  .main .colTem .colR .col-cnt p {
    line-height: 20px;
    margin-top: 0px;
    width: 100%;
  }
  .main .colTem .colR .col-cnt p.price {
    color: #ff6000;
    font-weight: bold;
    font-size: 0.95em;
    width: 100%;
  }
  .main .colTem .colR .col-cnt .btn {
    font-size: 1em;
    padding: 3px 30px 6px 30px;
  }
  .main .colTem .colR h5 {
    font-size: 0.9em;
    line-height: 20px;
    font-family: Arial;
    font-weight: normal;
  }
  .main .colTem .colR h5 a {
    color: #333;
  }
  .main .colTem .colR h5 a:hover {
    color: #999;
  }
  /*---------------------------------------*/

  .main .post {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main .post h2 {
    font-size: 1.5em;
  }
  .main .post img {
    max-width: 560px;
    height: auto;
  }

  .main .socials {
    height: 120px;
    padding-top: 16px;
    margin: 0 10px;
  }
  .main .socials p {
    display: block;
    float: none;
    line-height: 22px;
  }
  .main .socials ul {
    display: block;
    float: none;
  }
  .main .socials span {
    display: block;
  }
  .main .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main #partners-slider {
    height: 56px;
  }
  .main .partners {
    padding: 0 40px 12px;
    position: relative;
    margin-top: -20px;
  }
  #partners-slider img {
    margin: 0px 10px;
  }
  .slider-arr a.prev-arr {
    left: 10px;
  }
  .slider-arr a.next-arr {
    right: 10px;
    background-position: right 0;
  }

  #footer {
    background: #161f30;
    color: #bbb;
    margin: 0 auto;
  }
  #footer .FootW {
    padding: 26px 0;
    margin: 0 auto;
    width: 600px;
  }
  #footer .footer-cols {
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer .footer-cols .col {
    width: 100%;
    float: none;
    display: block;
    padding-bottom: 20px;
  }
  #footer .footer-cols .col + .col {
    padding-left: 0px;
  }

  #footer .footer-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer .footer-nav {
    float: none;
    display: block;
    padding-bottom: 0px;
  }
  #footer .footer-nav ul {
    padding-bottom: 0px;
  }
  #footer .footer-nav ul li {
    padding: 0 3px;
    border-right: 0;
    font-size: 1em;
    line-height: 18px;
  }
  #footer .footer-bottom p.copy {
    float: none;
    display: block;
    clear: both;
  }
}

/*--------------------Button-------------------*/

.green {
  color: #009507;
  font-weight: 600;
  font-size: 1.1em;
}
.orage {
}

/* Button đặt Hàng */
.btn {
  background: #ff6000;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Tahoma;
  font-size: 1em;
  /* display:block;*/
  margin: 10px 0px 10px 5px;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  border: none;
}

.btn:hover {
  color: #eee;
  background: #ff904f;
  text-decoration: none;
}

/* Button phan trang */
.btn_ {
  background: #999;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Tahoma;
  font-size: 1em;
  padding: 2px 5px 2px 5px;
  text-decoration: none;
  color: #fff;
  margin-left: 5px;
}

.btn_:hover {
  color: #444;
  background: #ddd;
  text-decoration: none;
}

.btn_.active {
  color: #444;
  background: #ddd;
  text-decoration: none;
}

/* Button Goi web */
.btn1 {
  background: #ccc url(../images/col-img1.png) no-repeat 5px center;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #444;
  margin-bottom: 10px;
  border-bottom: solid 1px #bbb;
}

.btn1:hover {
  background: #ddd url(../images/col-img1_over.png) no-repeat 5px center;
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}

.btn1.active {
  background: #ededed url(../images/col-img1_over.png) no-repeat 5px center;
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}

.btn2 {
  background: #ccc url(../images/col-img2.png) no-repeat 5px center;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #444;
  margin-bottom: 10px;
  border-bottom: solid 1px #bbb;
}

.btn2:hover {
  background: #ededed url(../images/col-img2_over.png) no-repeat 5px center;
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}

.btn2.active {
  background: #ededed url(../images/col-img2_over.png) no-repeat 5px center;
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}

.btn3 {
  background: #ccc url(../images/col-img3.png) no-repeat 5px center;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #444;
  margin-bottom: 10px;
  border-bottom: solid 1px #bbb;
}

.btn3:hover {
  background: #ededed url(../images/col-img3_over.png) no-repeat 5px center;
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}

.btn3.active {
  background: #ededed url(../images/col-img3_over.png) no-repeat 5px center;
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}

.btn4 {
  background: #ccc url(../images/col-img4.png) no-repeat 5px center;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #444;
  margin-bottom: 10px;
  border-bottom: solid 1px #bbb;
}

.btn4:hover {
  background: #ededed url(../images/col-img4_over.png) no-repeat 5px center;
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}

.btn4.active {
  background: #ededed url(../images/col-img4_over.png) no-repeat 5px center;
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}

.btn5 {
  background: #ccc url(../images/col-img5.png) no-repeat 5px center;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #444;
  margin-bottom: 10px;
  border-bottom: solid 1px #bbb;
}

.btn5:hover {
  background: #ededed url(../images/col-img5_over.png) no-repeat 5px center;
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}

.btn5.active {
  background: #ededed url(../images/col-img5_over.png) no-repeat 5px center;
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}

.btn6 {
  background: #ccc url(../images/col-img6.png) no-repeat 5px center;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #444;
  margin-bottom: 10px;
  border-bottom: solid 1px #bbb;
}

.btn6:hover {
  background: #ededed url(../images/col-img6_over.png) no-repeat 5px center;
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}

.btn6.active {
  background: #ededed url(../images/col-img6_over.png) no-repeat 5px center;
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}

.btn7 {
  background: #ccc url(../images/col-img7.png) no-repeat 5px center;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #444;
  margin-bottom: 10px;
  border-bottom: solid 1px #bbb;
}

.btn7:hover {
  background: #ededed url(../images/col-img7_over.png) no-repeat 5px center;
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}

.btn7.active {
  background: #ededed url(../images/col-img7_over.png) no-repeat 5px center;
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}

.btn8 {
  background: #ccc url(../images/col-img8.png) no-repeat 5px center;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #444;
  margin-bottom: 10px;
  border-bottom: solid 1px #bbb;
}

.btn8:hover {
  background: #ededed url(../images/col-img8_over.png) no-repeat 5px center;
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}

.btn8.active {
  background: #ededed url(../images/col-img8_over.png) no-repeat 5px center;
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}

.btn9 {
  background: #ccc url(../images/col-img9.png) no-repeat 5px center;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #444;
  margin-bottom: 10px;
  border-bottom: solid 1px #bbb;
}

.btn9:hover {
  background: #ededed url(../images/col-img9_over.png) no-repeat 5px center;
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}

.btn9.active {
  background: #ededed url(../images/col-img9_over.png) no-repeat 5px center;
  color: #666;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}

/* List box cac dich vu web*/
#list-tech {
  margin: 0 auto;
  clear: both;
}
#list-tech .inner {
  float: right;
  width: 100%;
  margin-bottom: 10px;
}
#list-tech h3 {
  position: relative;
  background: #ccc;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  color: #444;
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer;
  border-bottom: solid 1px #bbb;
}
#list-tech h3.active {
  background: #ededed;
  color: #444;
  border-bottom: solid 1px #ccc;
}
#list-tech i.plus {
  background: url(../images/plus.png) no-repeat;
  cursor: pointer;
  display: block;
  height: 40px;
  margin-top: 5px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 40px;
}
#list-tech i.icons.ico_close {
  background: url(../images/close.png) no-repeat;
  cursor: pointer;
  display: block;
  height: 40px;
  margin-top: 5px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 40px;
}

#list-tech .toggle {
  padding-top: 15px;
}

/* topup */
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  border: none;
  text-indent: 100%;
  background: url(../images/top_move.png) no-repeat right top;
}
