body {
  font-family: "Roboto", "Roboto condensed", sans-serif;
  overflow-x: hidden;
}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #333;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #333;
}

/*******total*******/
.clear {
  clear: both;
}

li {
  list-style: none;
}

.box-img {
  position: relative;
  overflow: hidden;
}

.box-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0px auto;
}

.img-zoom {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
}

.img-zoom:hover {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
}

.img-op {
  opacity: 1;
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
}

.img-op:hover {
  opacity: 0.8;
  transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
}

h1 {
  display: none;
}

.container {
  width: 1200px;
}

/*************/

/*header*/
/******top-header********/
.top-header {
  background: #333333;
  height: 30px;
}

.left-th {
  width: 20%;
  float: left;
}

.right-th {
  width: 80%;
  float: right;
  text-align: right;
  height: 30px;
}

.content-right-th {
  line-height: 30px;
  position: relative;
}

.cart-top {
  color: #cccccc;
  padding-right: 15px;
  position: relative;
  font-size: 12px;
  font-weight: 300;
}

.cart-top span:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -30px;
  background: url(img/icon.png) no-repeat -12px -12px;
  width: 22px;
  height: 22px;
}

.login {
  float: right;
  margin-right: 10px;
}

.login li {
  float: left;
  padding: 0 15px;
  position: relative;
}

.login li:last-child {
  padding-right: 0px;
}

.login li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -7px;
  background: url(img/icon.png) no-repeat -45px -18px;
  width: 13px;
  height: 13px;
}

.login li a {
  font-size: 12px;
  color: #cccccc;
  font-weight: 300;
}

.login li:hover a,
.cart-top:hover {
  color: #888888;
}

.box-search {
  padding: 5px 0px;
}

.box-search form {
  max-width: 200px;
  height: 20px;
  background: #666666;
  border-radius: 5px;
}

.box-search .submitForm {
  width: 15%;
  float: right;
  background: url(img/i_search.png) no-repeat 8px 2px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  height: 20px;
}

.box-search .inputSearch {
  width: 85%;
  height: 20px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  -moz-box-shadow: none;
  background: none;
  font-size: 11px;
  color: white;
}

.box-search .inputSearch::-webkit-input-placeholder {
  color: #cccccc;
}

.box-search .inputSearch.searchbox:-moz-placeholder {
  color: #cccccc;
}

.box-search .inputSearch::-moz-placeholder {
  color: #cccccc;
}

.box-search .inputSearch:-ms-input-placeholder {
  color: #cccccc;
}

.icon-search {
  display: none;
}

/*center-header*/
.center-header {
  height: 80px;
  background: #f1f1f1;
}

.logo {
  float: left;
  width: 20%;
  height: 80px;
}

.logo img {
  margin: auto auto auto 0px;
}

.nav {
  float: right;
  width: 80%;
}

.tab .nav {
  float: none;
}

#cssmenu > ul > li {
  border-left: 1px solid #dbdada;
  border-right: 1px solid #fff;
}

#cssmenu > ul > li:first-child {
  border-left: none;
}

#cssmenu > ul > li:last-child {
  border-right: none;
}

/************Slider**********/
#slider {
  position: relative;
}

#slider .title-slider {
  position: absolute;
  width: 1366px;
  height: 145px;
  top: 120px;
  left: 0px;
  font-size: 30px;
  color: #fff;
  font-style: italic;
}

#slider .title-slider a {
  color: #fff;
  font-weight: bold;
  font-size: 60px;
  margin-left: 190px;
  text-transform: uppercase;
  line-height: 1;
}

#slider .title-slider p {
  font-size: 60px;
  color: #f0d115;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

#slider .content-slider {
  position: absolute;
  width: 1366px;
  height: 80px;
  top: 270px;
  left: 90px;
  margin-left: 100px;
}

#slider .content-slider a {
  text-transform: uppercase;
  color: #424242;
  font-size: 14px;
  font-style: italic;
  width: 165px;
  background: #ffe54c;
  border-bottom: 3px solid #cc9900;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
}

.jssorb21 {
  position: absolute;
}

.jssorb21 div,
.jssorb21 div:hover,
.jssorb21 .av {
  position: absolute;
  /* size of bullet elment */
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  color: white;
  font-size: 12px;
  background: url(img/b21.png) no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.jssorb21 div {
  background-position: -5px -5px;
}

.jssorb21 div:hover,
.jssorb21 .av:hover {
  background-position: -35px -5px;
}

.jssorb21 .av {
  background-position: -65px -5px;
}

.jssorb21 .dn,
.jssorb21 .dn:hover {
  background-position: -95px -5px;
}

.jssora21l,
.jssora21r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url(img/a21.png) center center no-repeat;
  overflow: hidden;
}

.jssora21l {
  background-position: -3px -33px;
}

.jssora21r {
  background-position: -63px -33px;
}

.jssora21l:hover {
  background-position: -123px -33px;
}

.jssora21r:hover {
  background-position: -183px -33px;
}

.jssora21l.jssora21ldn {
  background-position: -243px -33px;
}

.jssora21r.jssora21rdn {
  background-position: -303px -33px;
}

/*top-menu*/
.content-top-menu {
  height: 40px;
  position: absolute;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
  width: 1200px;
  text-align: center;
  padding-top: 10px;
}

.content-ctm {
  width: 1000px;
  margin: 0 auto;
}

.col-ctm a {
  background: url(img/icon.png) -72px -13px no-repeat;
  width: 13px;
  height: 13px;
  color: #cccccc;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 300;
}

.col-ctm:hover a {
  color: #fff;
}

/*********END SLIDER **************/

/******************main********/
/*top-main*/
.top-main {
  background: #e6e6e6;
}

.title-top-main h2 {
  display: block;
  margin: 0px;
  padding: 20px 0px;
}

.title-top-main h2 a {
  color: #424242;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.title-top-main h2 a:hover {
  color: #000;
}

.content-top-main {
  margin: 0 -10px;
}

/*.content-top-main .owl-carousel {margin: 0 -10px;}*/
.item-tm {
  margin: 0 10px;
  position: relative;
  border-radius: 5px;
  background: #fff;
}

.new-tm {
  position: absolute;
  right: 20px;
  top: 30px;
  background: rgba(63, 172, 245, 0.7);
  height: 40px;
  width: 40px;
  border-radius: 20px;
  z-index: 2;
}

.new-tm span {
  text-transform: uppercase;
  color: #fff;
  padding: 8px 0px 0px 5px;
  display: block;
}

.title-item-tm {
  height: 48px;
}

.title-item-tm h3 {
  margin: 0px;
  position: relative;
  padding: 10px 10px 10px 20px;
}

.title-item-tm h3 a {
  color: #424242;
  font-size: 14px;
  font-weight: 300;
  height: 33px;
  overflow: hidden;
  display: block;
  padding-top: 1px;
  line-height: 1.2;
}

.title-item-tm h3 a:hover {
  color: #000;
}

.title-item-tm h3:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  background: url(img/icon.png) no-repeat -72px -38px;
  width: 13px;
  height: 13px;
}

.img-item-tm {
  height: 250px;
  overflow: hidden;
  display: block;
}

.img-item-tm a {
  width: 100%;
  height: 100%;
}
.img-item-tm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-item-tm img:hover {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

.price-product-tm {
  border-bottom: 1px solid #cccccc;
  padding: 18px 15px;
  max-height: 53px;
}

.price-product-tm span {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.description-detail-tm {
  padding: 15px 5px 10px 0px;
}

.description-detail-tm p {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  margin: 0px;
  height: 44px;
  overflow: hidden;
}

.view-detail-item-tm {
  padding: 10px 10px 10px 15px;
}

.view-detail-item-tm a {
  text-transform: uppercase;
  color: #424242;
  font-size: 14px;
  font-style: italic;
  background: #ffe54c;
  border-bottom: 3px solid #cc9900;
  padding: 5px 10px;
  border-radius: 3px;
}

.view-detail-item-tm a:hover {
  color: #000;
}

.owl-pagination {
  display: none;
}

.content-top-main .owl-theme .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  top: 135px;
  left: 0px;
  background: url(img/icon.png) no-repeat 0px -32px !important;
  color: rgba(0, 0, 0, 0);
  width: 30px;
  height: 32px;
  border-radius: 0px;
}

.content-top-main .owl-theme .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  top: 135px;
  right: 3px;
  background: url(img/icon.png) no-repeat -35px -27px !important;
  color: rgba(0, 0, 0, 0);
  width: 30px;
  height: 32px;
  border-radius: 0px;
}

.self-driving,
.driver,
.monthly {
  margin: 30px 0px 0px 0px;
}

.monthly {
  margin-bottom: 45px;
}

.center-main {
  background: url(img/bg_main.jpg) center center;
  background-size: cover;
}

.contact-cm {
  text-align: center;
  padding: 25px 0px 35px 0px;
  margin: 0 auto;
  width: 720px;
  display: table;
}

.title-contact-cm p {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
}

.content-in-cm p {
  color: #cccccc;
  font-size: 16px;
}

.content-contact-cm {
  font-size: 14px;
  color: #cccccc;
  font-weight: 300;
}

.view-contact-cm {
  width: 560px;
  width: 600px;
  margin: 0 auto;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
}

.hotline-cm {
  /*min-width: 67%;*/
  min-width: 61%;
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}

.email-cm {
  /*min-width: 46%;*/
  min-width: 39%;
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}

.hotline-cm {
  border: 1px solid #ffe54c;
  float: left;
}

.email-cm {
  border: 1px solid #0845fa;
  float: right;
}

.content-hotline-cm,
.content-email-cm {
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  position: relative;
  height: 55px;
  padding: 5px 0px;
  color: #fff;
}

/* .content-hotline-cm:before, */
.content-email-cm:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 134px;
  background: url(img/icon.png) no-repeat -8px -210px;
  width: 20px;
  height: 20px;
}

.content-email-cm:before {
  background-position: -41px -209px;
  left: 75px;
}

.content-hotline-cm a {
  color: #ffe54c;
  font-size: 18px;
  font-weight: 500;
  padding-left: 6px;
}

.content-hotline-cm a:hover {
  color: #cc9900;
}

.content-email-cm a {
  color: #0845fa;
  font-size: 18px;
  font-weight: 500;
}

.content-email-cm a:hover {
  color: #2156f5;
}

/*bottom-main*/
.bottom-main {
  background: #fff;
  padding-bottom: 20px;
}

.title-bm h2 {
  margin: 0px;
  padding: 32px 0px 28px 0px;
  font-weight: bold;
}

.title-bm h2 a {
  font-size: 16px;
  color: #424242;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}

.title-bm h2:hover a {
  color: #111;
}

.content-bm {
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  height: 156px;
}

.box-img-news {
  max-height: 120px;
  max-width: 180px;
  overflow: hidden;
  float: left;
  margin-left: 10px;
}

.box-img-news img:hover {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

.box-content-news {
  margin-left: 205px;
}

.box-content-news h3 {
  margin: 0px;
  padding: 0px 10px 5px 0px;
}

.box-content-news h3 a {
  font-size: 16px;
  color: #424242;
  font-family: "Roboto Condensed";
  line-height: 1.2;
}

.box-content-news h3 a:hover {
  color: #222;
}

.box-content-news ul {
  margin: 0px;
  position: relative;
  padding-left: 20px;
}

.box-content-news ul:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -2px;
  background: url(img/icon.png) no-repeat -8px -285px;
  width: 20px;
  height: 20px;
}

.box-content-news ul li {
  display: inline;
}

.box-content-news p {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  margin: 0px;
  height: 49px;
  padding-top: 5px;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
}

.box-content-news > a {
  color: #0066ff;
  position: absolute;
  right: 20px;
  bottom: 8px;
  background: #fff;
  width: 96px;
  font-style: italic;
}

.box-content-news > a:hover {
  color: #034ebf;
}

.content-customer {
  margin: 0px 0px 40px 0px;
  padding-top: 12px;
}

.img-opinion {
  width: 128px;
  height: 128px;
  float: left;
}

.img-opinion img {
  border: 3px solid #6b8ffc;
  width: 128px;
  height: 128px;
  overflow: hidden;
  border-radius: 5000px;
  float: left;
}

.box-opinion .box-info {
  margin-left: 150px;
}

.name-opinion {
  font-size: 15px;
  text-align: left;
  color: #424242;
  font-family: "Roboto Condensed";
}

.description {
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
  color: #666666;
  font-weight: 300;
}

.description span {
  height: 90px;
  display: block;
  overflow: hidden;
}

.opinion .description {
  overflow: hidden;
}

/*register-main*/

.register-main {
  background: url(img/bg_main1.jpg) right;
}

.title-bt {
  float: left;
  width: 24.3%;
  text-align: right;
  padding: 40px 10px 0px 0px;
}

.newsletters {
  width: 72.7%;
  float: right;
  padding: 20px 0px;
}

.title-bt span {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto Condensed";
}

.register .form-control {
  width: 250px;
  margin-right: 40px;
  height: 40px;
  border-radius: 5px !important;
  font-style: italic;
}

.register .form-horizontal .form-group {
  margin: 0px;
}

.register .newsletters .input-group-addon .btn {
  text-transform: uppercase;
  color: #424242;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  margin: auto;
}

.register .input-group-addon {
  width: 95px;
  padding: 0 10px;
  background: #ffe54c;
  border-radius: 5px;
  border-bottom: 3px solid #cc9900;
}

.register .input-group-addon:hover {
  background: #cc9900;
}

.register .form-horizontal {
  display: inline-flex;
}

.register .form-control::-webkit-input-placeholder {
  color: #666666 !important;
}

.register .form-control:-moz-placeholder {
  color: #666666 !important;
}

.register .form-control::-moz-placeholder {
  color: #666666 !important;
}

.register .form-control:-ms-input-placeholder {
  color: #666666 !important;
}

/*footer*/
/*top-footer*/

.top-footer {
  background: #f1f1f1;
}

.content-top-footer {
  padding: 30px 0px 0px 0px;
}

.address {
  color: #424242;
  font-size: 16px;
  font-weight: 300;
  padding: 25px 0px 14px 30px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}

.address:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0px;
  background: url(img/icon.png) no-repeat -8px -242px;
  width: 25px;
  height: 30px;
}

.address span {
  font-family: "Roboto Condensed";
  font-weight: 500;
}

.address1 {
  color: #424242;
  font-size: 16px;
  font-weight: 300;
  padding: 25px 0px 14px 30px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}

.address1 span {
  font-family: "Roboto Condensed";
  font-weight: 500;
}

.description-footer {
  padding: 14px 0px 5px 0px;
  text-align: justify;
  float: left;
  width: 100%;
  text-align: center;
}

.description-footer span {
  color: #424242;
  font-size: 14px;
  font-weight: 300;
}

.social-footer {
  height: 40px;
  text-align: center;
}

.social-footer ul {
  margin: 0px;
  padding-top: 5px;
}

.social-footer ul li {
  display: inline-block;
  padding: 7px 35px 5px 0px;
  position: relative;
  height: 35px;
  text-align: center;
}

.social-footer ul li a:before {
  content: "";
  background: url(img/icon.png) no-repeat -2px -150px;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0px;
}

.social-footer ul li:nth-child(2) a:before {
  background-position: -33px -150px;
}

.social-footer ul li:nth-child(3) a:before {
  background-position: -64px -150px;
}

.social-footer ul li:nth-child(4) a:before {
  background-position: -33px -180px;
}

.social-footer ul li:nth-child(5) a:before {
  background-position: -64px -180px;
}

.social-footer ul li:hover {
  background: #fff;
  border-radius: 5000px;
}

.title-top-footer {
  margin-top: 40px;
}

.title-top-footer span {
  font-size: 14px;
  color: #424242;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
}

.content-ctf {
  padding-top: 12px;
}

.content-ctf ul li {
  padding-bottom: 2px;
}

.content-ctf ul li a {
  font-size: 14px;
  color: #424242;
  font-weight: 300;
}

.content-ctf ul li:hover a {
  color: #000;
}

.footer2 {
  padding-left: 100px;
}

.new-footer .address1 {
  float: left;
  width: 100%;
  text-align: center;
}

.new-footer .address2,
.new-footer .address3 {
  float: left;
  width: 50%;
}

/*bottom-footer*/
.bottom-footer {
  background: #999999;
  height: 30px;
  line-height: 30px;
}

.coppyright {
  float: left;
  font-size: 13px;
  color: #cccccc;
  font-weight: 400;
}

.nano {
  float: right;
}

.nano a {
  color: #cccccc;
}

/*addition */

.centerContent {
  background-color: #fff;
  margin-top: 10px;
  padding: 15px 30px;
}

.list.grid .list-item {
  background: #fff;
  height: 440px;
}

.main {
  background: #e6e6e6;
}

.list-content-body .ProductActionAdd {
  margin-left: 0px;
}

.ProductActionAdd {
  width: fit-content;
  /* float: left; */
  /*margin-top: -38px;*/
  padding: 5px 10px 5px 10px;
  margin-left: 15px;
  font-size: 14px;
  background: #000000;
  border-radius: 3px;
  font-style: italic;
  /* border-bottom: 3px solid #cc9900; */
  text-transform: uppercase;
}
.ProductActionAdd a {
  color: white;
}
/* .ProductActionAdd:hover {
    background: #cc9900;
} */

.addtocart {
  color: #424242;
}

.addtocart:hover span {
  color: #000;
}

.title-top-main h1 {
  display: block;
}

.title-top-main h1 a {
  color: #424242;
  font-size: 14px;
  font-weight: 300;
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: 18px;
  left: 40px;
  padding-top: 2px;
}

.title-top-main h1::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  background: url(img/icon.png) no-repeat -72px -38px;
  width: 13px;
  height: 13px;
}

.item-tm .content-item-tm .description-detail-tm {
  padding: 15px 5px 10px 15px;
}

.list_poduct_db1 .price-product-tm {
  padding: 18px 0px;
}

.product-info-col1 .ProductActionAdd {
  margin-left: 0px;
}

.box-trends {
  height: 530px;
  border-bottom: 1px solid #efefef;
  margin-top: 12px;
}

.box-info-trends a.view-all {
  padding: 5px 10px;
  font-size: 14px;
  background: #ffe54c;
  border-radius: 3px;
  font-style: italic;
  border-bottom: 3px solid #cc9900;
  text-transform: uppercase;
  color: #424242;
  position: absolute;
  bottom: 20px;
}

.box-info-trends a.view-all:hover {
  background: #cc9900;
}

.title-trends {
  margin: 5px 0px 8px 0px;
}

.title-trends a {
  color: #424242;
  font-size: 16px;
  font-weight: bold;
}

.title-trends a:hover {
  color: #000;
}
.title-news ul li span {
  color: #888;
}
.breadcrumb li a {
  color: #424242;
}

.content-news {
  padding: 10px 0px;
  /*                    text-indent: 10px;*/
}

.newsdetail h1 {
  display: block;
  font-weight: bold;
  font-size: 22px;
}

#banner-in {
  width: 100%;
}

/*.box-banner-in { height: 130px;background: url(img/banner.jpg) no-repeat;background-size: cover;}*/
/*top-top-footer*/
.top-top-footer {
  background: #e8e8e8;
}

.support-top-footer {
  margin: 20px 0px;
}

.img-ttf {
  float: left;
  width: 20%;
  padding: 5px 0px 2px 0px;
}

.content-ttf {
  margin-left: 20.5%;
}

.content-ttf h4 {
  margin: 0px;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 5px;
}

.content-ttf span {
  font-size: 14px;
  line-height: 1.3;
}

.text-warning {
  text-align: center;
  margin-top: 30px;
}

.product-detail .product-detail-box .product-detail-img .product-img-main {
  height: 380px;
}

.product-detail .product-detail-box .product-detail-img {
  width: 380px;
}

.product-detail .product-detail-box .product-detail-info {
  margin-left: 440px;
}

.centerContent .list.grid .list-item {
  height: 480px;
}

.content
  .centerContent
  .list.grid
  .list-item
  .list-content-box
  .list-content-img {
  height: 240px;
  margin-top: 5px;
  max-height: 240px;
}

.content
  .list.grid
  .list-item
  .list-content-box
  .list_poduct_db1
  .list-content-body
  .content-item-tm {
  height: 130px;
}

.item-tm .content-item-tm {
  padding-bottom: 30px;
}

/*Hotline*/
.callus {
  background: #333333;
  position: fixed;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 0px;
  border-radius: 40px;
  color: #fff;
  z-index: 99999;
  opacity: 0.9;
  right: 330px;
  float: right;
  bottom: 0px;
}

.callus i {
  background: #333333 url(img/i_phone.png) no-repeat 4px 4px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: block;
  float: left;
}

.callus a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.hotline_text {
  font-size: 15px;
  padding-right: 10px;
  font-weight: normal;
}

/*Doan them ngay 17/4/2017*/

.content-trends-new .title-trends {
  font-size: 16px;
  height: 20px;
  overflow: hidden;
}

.box-img-trends {
  height: 320px;
  overflow: hidden;
}

.content-trends-new .content-news {
  max-height: 94px;
  overflow: hidden;
  text-align: justify;
}

.box-map-iframe {
  width: 100%;
  float: left;
}
.list-content .list-content-img a {
  width: 100%;
  height: 100%;
}
.list.grid .list-content .list-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-map-iframe {
  padding: 0;
}
.list-search-grid::after,
.list-search-grid::before {
  display: none !important;
}
.list-search-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 50px 30px;
}

.products-search .box-img {
  width: 100%;
}

.products-search .box-img .img {
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  display: block;
}

.products-search .box-img .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-search .box-info h3 a {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: #333333;
}

.scrollup {
  right: 2% !important;
}

/* Default styles */
.newsdetail h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.3;
  color: #4f4f4f;
  margin-top: 0;
  margin-bottom: 32px;
}

.newsdetail h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.3;
  color: #4f4f4f;
  margin-top: 0;
  margin-bottom: 32px;
}

.newsdetail h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  color: #4f4f4f;
  margin-top: 0;
  margin-bottom: 16px;
}

.newsdetail h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: #4f4f4f;
  margin-top: 0;
  margin-bottom: 16px;
}

.newsdetail h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #4f4f4f;
  margin-top: 0;
  margin-bottom: 16px;
}

.newsdetail h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #4f4f4f;
  margin-top: 0;
  margin-bottom: 16px;
}

.newsdetail img {
  width: 100%;
  margin-bottom: 20px;
}

.newsdetail p,
.newsdetail span {
  font-size: 16px;
  line-height: 1.3;
  color: #4f4f4f;
  margin-bottom: 16px;
}

.newsdetail ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 20px;
}

.newsdetail ul li {
  list-style: disc;
  color: #4f4f4f;
  margin-bottom: 12px;
}

/*reponsive*/
@media (max-width: 1200px) {
  .container,
  .content-top-menu {
    width: 100%;
  }

  .top-header,
  .center-header,
  .top-footer,
  .bottom-footer,
  .top-main,
  .bottom-main,
  .top-top-footer,
  .centerContent,
  .form-login,
  .form-regis {
    padding-left: 10px;
    padding-right: 10px;
  }

  .centerContent .list.grid {
    margin: 0 -10px 15px -10px;
  }

  .centerContent .list.grid .list-item .list-content {
    margin: 0 10px;
  }

  .box-img-trends img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .content-ctm {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .box-search .submitForm {
    background-position: 0 2px;
  }

  #cssmenu > ul > li {
    border-right: none;
    border-left: none;
    background: #f1f1f1;
  }

  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: #f1f1f1;
    border-bottom: none;
    color: #a57c04;
  }

  .center-header {
    padding: 0px;
  }

  .register .form-control {
    width: 175px;
  }

  .bottom-main .col-sm-6 {
    width: 100%;
  }

  .nav {
    width: 100%;
    float: left;
  }

  .logo {
    position: absolute;
    left: 200px;
  }

  .centerContent .list.grid .list-item {
    width: 33.33%;
  }

  /* .centerContent .list.grid .list-item {
    height: 400px;
  } */

  /* .content
    .centerContent
    .list.grid
    .list-item
    .list-content-box
    .list-content-img {
    height: 160px;
  } */
}

@media (max-width: 840px) {
}

@media (max-width: 768px) {
  .newsdetail h1 {
    font-size: 36px;
    margin-bottom: 24px;
  }

  .newsdetail h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .newsdetail h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .newsdetail h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .newsdetail h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .newsdetail h6 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .newsdetail p,
  .newsdetail span {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .newsdetail ul {
    padding-left: 20px;
  }

  .col-ctm a {
    font-size: 12px;
    background: none;
    padding: 0px 1px;
  }

  .col-ctm {
    width: 25%;
    float: left;
    padding: 0px;
  }

  .content-ctf {
    padding-top: 15px;
  }

  .footer2 {
    padding-left: 15px;
    padding-top: 20px;
  }

  .content-ctf ul li {
    padding-bottom: 10px;
  }

  .title-bt,
  .newsletters {
    width: 100%;
    text-align: left;
    padding-left: 15px;
  }

  .title-top-footer {
    margin-top: 20px;
  }

  .support-ttf1 {
    width: 50%;
    float: left;
    padding-bottom: 15px;
  }

  .centerContent .product-detail .product-detail-box .product-detail-info {
    margin-left: 0px;
  }

  .centerContent .product-detail .product-detail-box .product-detail-img {
    width: 100%;
  }

  .centerContent
    .product-detail
    .product-detail-box
    .product-detail-img
    .product-img-main {
    height: 250px;
  }

  .callus {
    right: inherit;
    left: 10px;
  }

  .box-trends {
    padding-bottom: 20px;
  }

  .box-trends,
  .box-img-trends,
  .content-trends-new .content-news {
    height: auto;
  }

  .box-info-trends a.view-all,
  .box-img-trends img {
    position: relative;
    bottom: 0px;
  }
}

@media (max-width: 650px) {
  .contact-cm {
    width: 100%;
    display: block;
  }

  .scrollup {
    zoom: 0.9;
  }
}

@media (max-width: 540px) {
  .register .form-control {
    width: 125px;
    margin-right: 10px;
  }

  .col-ctm a {
    font-size: 8px;
  }

  .hotline-cm,
  .email-cm {
    width: 71%;
    float: left;
    margin: 5px 5px 5px 68px;
  }

  .support-ttf1 {
    width: 100%;
    padding-bottom: 15px;
  }

  .centerContent .list.grid .list-item {
    width: 50%;
  }

  /* .content
    .centerContent
    .list.grid
    .list-item
    .list-content-box
    .list-content-img {
    height: 140px;
  } */
}

@media (max-width: 480px) {
  .newsdetail h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .newsdetail h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .newsdetail h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .newsdetail h4 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .newsdetail h5 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .newsdetail h6 {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .newsdetail p,
  .newsdetail span {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .newsdetail ul {
    padding-left: 16px;
  }

  .bottom-footer {
    padding: 0px;
  }

  .scrollup {
    zoom: 0.8;
  }

  .coppyright,
  .nano {
    background: #999999;
    width: 100%;
    float: left;
    padding: 0 10px;
  }

  .content-customer .owl-theme .owl-controls {
    margin-top: 20px;
  }

  .content-customer .owl-pagination {
    display: block;
  }

  .box-content-news {
    margin-left: 115px;
  }

  .register .input-group-addon {
    position: absolute;
    top: 52px;
    left: 78px;
    padding: 2px 0px;
  }

  .register .form-horizontal {
    display: block;
  }

  .register .form-horizontal .form-group {
    margin: 0px;
    padding-left: 70px;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }

  .title-bt {
    text-align: center;
    padding-top: 20px;
  }

  .register .form-control {
    width: 250px;
  }

  .form-group {
    /*padding-bottom: 20px;*/
  }

  .logo {
    left: auto;
    right: 0;
  }

  #centerCol .list.grid .list-item {
    width: 45%;
  }

  .hotline-cm,
  .email-cm {
    float: left;
    margin: 5px 5px 5px;
  }

  #top-menu {
    display: none;
  }

  .content-trends .box-trends {
    /*height: 440px;*/
  }

  .item-tm .content-item-tm .description-detail-tm {
    padding: 15px 5px 10px 15px;
  }

  .newsletters {
    padding-bottom: 30px;
  }

  .box-img-news {
    margin-right: 10px;
  }

  .hotline_text {
    display: none;
  }
  .newsdetail img,
  .ndetail img,
  .page-c-detail img,
  .instroduce img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 400px) {
  .left-th {
    position: relative;
  }

  .icon-search {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(img/i_search.png) no-repeat;
    width: 13px;
    height: 13px;
    cursor: pointer;
    z-index: 999999;
  }

  .box-search {
    position: absolute;
    bottom: -50px;
    z-index: 9999;
    width: 200px;
    margin: 0 auto;
    left: 0px;
    padding: 0 1px;
    display: none;
  }

  .box-search.open {
    display: block;
  }

  .hotline-cm {
    margin: 0 auto;
    float: none;
  }

  .right-th,
  .view-contact-cm {
    width: 100%;
  }

  .box-img-news {
    max-height: 72px;
    max-width: 108px;
  }

  .box-content-news {
    margin-left: 115px;
  }

  .box-opinion .img-opinion,
  .register-main,
  .content-top-menu,
  .box-content-news ul,
  .box-content-news p {
    display: block;
  }

  .box-opinion .box-info {
  }

  #centerCol .list.grid .list-item {
    width: 100%;
  }

  .register .form-horizontal .form-group {
    margin: 10px 0px;
    padding-left: 30px;
  }

  .box-content-news p a {
    right: 0px;
  }

  .content-trends .box-trends {
    /*height: 410px;*/
  }
}
