@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-family: "OpenSans_Bold";
  src: url("../fonts/OpenSans-Bold.ttf");
}

@font-face {
  font-family: "OpenSans_SemiBold";
  src: url("../fonts/OpenSans-SemiBold.ttf");
}
body {
  font-family: "Open Sans", sans-serif;
  color: #030303;
  line-height: 1.5;
}
.container {
  width: 1250px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
header {
  padding-top: 10px;
  height: 133px;
  background: #fde09a;
}
header .header-right {
  padding: 0;
}
header .header-right img {
  padding-right: 30px;
}
header .header-content {
  margin-top: 9px;
  padding-left: 40px;
}
header .header-content > div {
  display: flex;
  align-items: initial;
  justify-content: left;
}
header .header-content p {
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}
header .header-content p i {
  font-size: 24px;
  color: #00aeef;
  margin-right: 13px;
}
header .header-content p i.fa-phone-square {
  font-size: 30px;
}
header .header-content p a {
  color: #030303;
}
header .header-content strong {
  font-weight: 700;
  display: block;
}
header .header-content .divform {
  border: 1px solid #005a63;
  border-radius: 20px;
  position: relative;
}
header .header-content .divform input {
  font-size: 11px;
  color: #333;
  font-weight: 300;
  font-style: italic;
  border: 0;
  border-radius: 3px;
  height: 38px;
  padding: 10px;
  background: transparent;
}
header .header-content .divform input:focus {
  background: transparent !important;
}
header .header-content .divform button.btn {
  font-size: 18px;
  color: #005a63;
  background: #ff8a00;
  padding: 0 2px;
  line-height: 31px;
  position: absolute !important;
  top: 4px;
  right: 19px;
  border-radius: 0 3px 3px 0;
  background: transparent;
  border: none;
}
.navbar {
  background: #ff8a00;
  border-bottom: 4px solid #a3620a;
  min-height: 10px;
}
.navbar-nav {
  width: 100%;
  display: table;
}
.navbar-default .navbar-nav > li {
  display: table-cell;
  vertical-align: middle;
  /*float: none;*/
}
.navbar-default .navbar-nav > li > a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 17px 8px 17px;
  text-align: center;
}
.navbar-default .navbar-nav > li > a:hover {
  background: #a3620a;
  color: #fff;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  padding: 0 40px 0 40px;
  position: relative;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
.title-block {
  font-size: 24px;
  margin: 0;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  display: inline-block;
  width: 100%;
  margin: 30px 0 25px;
}
.list-item {
  border: 1px solid #c2c2c2;
  padding: 6px;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  box-shadow: 0 2px 4px #c2c2c2;
  position: relative;
}
.list-item p {
  margin: 0;
}
.list-item:hover .list-name {
  color: #03a9c8;
}
.list-item a {
  /*position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;*/
}
.list-item:hover {
  border: 1px solid #ff8a00;
}
/*list item new*/
.list-itemp {
  /*padding: 6px;*/
  display: inline-block;
  width: 100%;
  margin-bottom: 17px;
  position: relative;
}
.list-itemp p {
  margin: 0;
}
.list-itepm:hover .list-name {
  color: #03a9c8;
}
.list-itemp a {
  /*position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;*/
}
.list-contentp {
  padding: 8px 8px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  background: #04a9c9;
}
.list-contentp a {
  color: #fff;
}
/*end*/
/*list item 2*/
.list-item2 {
  border: 1px solid #c2c2c2;
  padding: 6px;
  display: inline-block;
  width: 100%;
  margin-bottom: 17px;
  box-shadow: 0 2px 4px #c2c2c2;
  position: relative;
}
.list-item2 p {
  margin: 0;
}
.list-item2 .ptitle {
  height: 60px;
}
.list-item2:hover .list-name {
  color: #03a9c8;
}
.list-item2 a {
  /*position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;*/
}
.list-item2:hover {
  border: 1px solid #ff8a00;
}
.list-contentpc {
  padding: 0 4px;
  margin: 0;
  color: #ff8a00;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  height: 43px;
}
.list-contentpc a {
  color: #ff8a00;
  text-decoration: none;
}
/*end*/

.list-image img {
  width: 100%;
}
.list-name {
  text-align: left;
  padding: 0 4px;
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 300;
  color: #030303;
}
.list-content a {
  color: #ff8a00;
  text-decoration: none;
}
.list-content {
  padding: 0 4px;
  margin: 0;
  color: #ff8a00;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.read-more {
  text-align: center;
  margin: 5px 0 0;
  display: inline-block;
  width: 100%;
}
.read-more a {
  font-size: 16px;
  color: #03a9c8;
  font-weight: 300;
  line-height: 35px;
  border: 1px solid #03a9c8;
  display: inline-block;
  width: 155px;
  text-decoration: none;
}

.read-more a:hover {
  background: #03a9c8;
  color: #fff;
}
.product-list {
  padding: 0 40px;
}
.owl-carousel li {
  list-style: none;
}
.product-name {
  font-size: 15px;
  color: #03a9c8;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 15px 0 0;
}
.price {
  margin-top: 20px;
}
.price-left,
.price-right {
  width: 50%;
  float: left;
  display: inline-block;
}
.price-left {
  background: #03a9c8;
  padding: 16px 10px 30px;
}
.price-left h2 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.price-left p {
  padding: 0 20px;
  margin: 0;
}
.price-left a {
  display: inline-block;
  width: calc(50% - 40px);
  margin: 15px 8px 0 22px;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  background: #018faa;
  border-radius: 3px;
  box-shadow: 0 0 3px #03849d;
  text-decoration: none;
  float: left;
  padding: 6px 8px;
}
.price-left a:hover {
  background: #ff8a00;
  opacity: 0.9;
  transition: 0.3s;
}
.price-left img {
  margin-right: 7px;
}
.price-right img {
  width: 100%;
}
.flexslider .flex-direction-nav .flex-next,
.flexslider .flex-direction-nav .flex-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 24px;
  height: 33px;
  background: url("../imagesvs/YVS-icon-prev.png");
  border: 0 !important;
  box-shadow: 0 0 0 !important;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.flexslider .flex-direction-nav .flex-next,
.owl-carousel .owl-nav button.owl-next {
  background: url("../imagesvs/YVS-icon-next.png");
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.flexslider .flex-direction-nav .flex-next,
.flexslider .flex-direction-nav .flex-prev {
  text-indent: -99999px;
  display: inline-flex;
}
.flexslider .flex-direction-nav .flex-next:before,
.flexslider .flex-direction-nav .flex-prev:before {
  display: none;
}
.news {
  margin-top: 1px !important;
  padding-bottom: 25px;
}
.new-list {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.new-list li {
  display: table;
  width: 100%;
  padding: 1px 0;
}
.new-list li:not(:first-child) {
  border-top: 1px solid #e1e1e1;
}
.new-img,
.new-info {
  display: table-cell;
  vertical-align: top;
}
.new-img {
  width: 272px;
  padding-right: 20px;
}
.new-img img {
  width: 100%;
}
.new-info {
}
.new-info p {
  font-size: 15px;
  color: #000000;
  font-weight: 300;
  line-height: 1.3;
}
.new-info p a {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  padding-bottom: 15px;
}
.new-info a:hover {
  text-decoration: none;
  color: #03a9c8;
}
.news .title-block {
  text-align: left;
}
.bg-blue {
  background: #03a9c8;
  color: #fff !important;
}
.bg-blue:hover {
  background: #fff !important;
  color: #03a9c8 !important;
}
.title-block.qoute {
  margin-bottom: 15px;
}
.title-block.qoute span {
  position: relative;
  padding: 0 40px;
}
.title-block.qoute span:before {
  content: "";
  width: 25px;
  height: 20px;
  background: url("../imagesvs/YVS-icon-qoute.png");
  position: absolute;
  z-index: 2;
  left: 0;
  top: -8px;
}
.title-block.qoute span:after {
  content: "";
  width: 25px;
  height: 20px;
  background: url("../imagesvs/YVS-icon-qoute-bottom.png");
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -8px;
}
.choice {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 40px;
}
.choice .title-block + p {
  /*width: 790px;
    max-width: 80%;*/
  font-size: 15px;
  font-weight: 300;
  color: #000;
  margin: 0 auto 30px;
}
.choice .row > div {
  padding: 0 20px;
  margin-top: 30px;
}
.choice .row > div img {
  margin-bottom: 10px;
}
.choice .row > div p {
  font-size: 17px;
  font-weight: 300;
  color: #000;
}
.choice .row > div img + p {
  font-size: 36px;
  color: #ff8a00;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 5px;
}
.flexslider {
  border: 0;
}

footer {
  background: #005a63;
  padding: 17px 0 0;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: initial;
  margin-bottom: 20px;
}
.footer-top > div {
  text-align: left;
}
.footer-center a {
  display: block;
}
footer .title-block {
  position: relative;
  color: #ffbd11;
  text-align: left;
  font-size: 15px;
  padding-bottom: 7px;
  margin: 0px;
  padding-left: 4px;
}
footer .title-block.border {
  font-weight: 500;
  padding-left: 0;
  margin: 0 0 26px;
}
footer .title-block.border1 {
  font-weight: 500;
  padding-left: 0;
  margin: 0 0 26px;
}
footer .title-block.border2 {
  font-weight: 500;
  padding-left: 0;
  margin: 0 0 26px;
}
footer .title-block.border1:before {
  width: 173px;
  height: 3px;
  background: #ffbd11;
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
}
footer .title-block.border2:before {
  width: 116px;
  height: 3px;
  background: #ffbd11;
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
}
footer .title-block.border:before {
  width: 67px;
  height: 3px;
  background: #ffbd11;
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
}
footer p {
  font-size: 16px;
  font-weight: 500;
  color: #ffbd11;
  margin-bottom: 17px;
}
footer p.icon,
footer a {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  color: #fde09a;
}
footer p.icon i {
  width: 20px;
}
footer a {
}
.footer-center a {
  background: url("../imagesvs/YVS-icon-link.png") no-repeat 0 2px;
  padding-left: 27px;
  margin-bottom: 12px;
}
footer a:hover {
  color: #fff;
}
.footer-copyright {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  border-top: 1px solid #fff;
  line-height: 36px;
  padding: 0;
  text-align: left;
}
/*Customer code*/
.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform 0.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.2);
}
.srollnew {
  height: 480px;
  overflow-y: scroll;
}
.breadcrumb {
  background: #fff;
}
/*Trang danh muc du an*/
.title-block2 {
  font-size: 20px;
  margin: 0;
  color: #ff8a00;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  display: inline-block;
  width: 100%;
  margin: 17px 0 10px;
}
.ulinline {
  list-style: none;
}
.ulinline li {
  display: inline-block;
  background: #337ab7;
  padding: 10px 20px;
  -webkit-box-shadow: 10px 10px 5px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px -8px rgba(0, 0, 0, 0.75);
  margin-right: 20px;
  width: 230px;
}
.ulinline li:hover {
  background: #ff8a00;
}
.active1 {
  background: #ff8a00 !important;
}
.ulinline li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.font-title-project {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #333;
}
.news-cat-title-home {
  background: #ff8a00;
  margin-bottom: 1px;
}
.news-cat-title-home span {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.news-cat-title-home span a {
  color: #fff;
}
.news-cat-title-home > div {
  padding-top: 7px;
  padding-bottom: 9px;
  text-align: left;
  padding-left: 10px;
}
.fonti {
  color: #005a63;
}
.ulprojectre {
  list-style: none;
  margin-left: -20px;
}
.ulprojectre li {
  line-height: 26px;
}
.ulprojectre a {
  color: #333;
}
.imagecate img {
  width: 100%;
}
.imagecate img {
  height: 220px;
}
/*.color_product{text-transform:uppercase;}*/

.pagination {
  border-radius: 0;
  margin: 10px 0 20px 0;
}
.pagination li {
  /*margin-left: 10px;
	margin-right:10px;*/
  padding-left: 10px;
  padding-right: 10px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #ed7b05;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0px;
  background-color: #fff;
  /*background-image:url(/images/forma-16.png) no-repeat ;*/
  color: #333;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0px;
  background-color: #7f7f7f;
  color: white;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #ed7b05;
  border-color: #ed7b05;
  border-radius: 0px;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0;
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-weight: bold;
  /* line-height: 1.42857143; */
  color: white;
  text-decoration: none;
  background-color: #ff8a00;
  border: none;
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  border-radius: 0;
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}
.image-additional {
  max-width: 133px;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}
.shortdes {
  font-size: 16px;
  font-weight: bold;
}
.sizeb {
  width: 60%;
}
.h4product {
  padding-top: 12px;
  text-align: center;
}

@media (min-width: 1024px) {
  .image_productdetail {
    height: 375px !important;
    width: 100%;
  }
  .fimage {
    height: 205px !important;
  }
  .menumobile {
    display: none;
  }
  .footer-center {
    padding-left: 30px;
  }
}
.block-service .row .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.block-service .item .thumb {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.block-service .item .des {
  float: left;
  width: calc(100% - 60px);
}
.block-service .item .des .title {
  color: #ff8a00;
  font-weight: bold;
}
.block-service .item .des .description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.block-title-commom .block-title {
  background: #eaeaea;
}
.block,
.block2 {
  margin-bottom: 20px;
  display: block;
}
.block-title-commom .block-title h1 {
  color: #fff;
  font-size: 15px;
  position: relative;
}
.block-title-commom .block-title h1:before {
  content: url(../images/action-5-1507172542.png);
}
.block-title-commom .block-title h1 i {
  font-size: 18px;
}
.block-title-commom .block-title h1,
.block-title-commom .block-title h2 {
  line-height: 40px;
  padding-left: 20px;
  text-transform: uppercase;
  max-width: 320px;
}
.block-title-commom .block-title h1:after {
  content: url(../images/action-6-1507172559.png);
}
.block-title-commom .block-title h1 {
  background: #ff8a00;
}
.block-title-commom .block-title h1:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
}
.block,
.block-search .form-category,
.block2,
.wrapper,
body {
  position: relative;
}
.block-title-commom .block-title h1:before {
  position: absolute;
  bottom: -24px;
  left: 0px;
}
.block-links-sidebar .list:last-child {
  margin-bottom: 0;
}

.block-links-sidebar .list {
  /*border: 1px solid #ebebeb;
    padding: 15px;*/
  overflow-y: hidden;
  position: relative;
  margin-bottom: 30px;
  padding-left: 0px;
}
.block-links-sidebar .list li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  margin-top: 15px;
  padding-bottom: 12px;
}
.block-links-sidebar .list li:before {
  color: #005a63;
}
.block-links-sidebar .list li:before {
  content: "\f14a";
  font-size: 15px;
  position: absolute;
  top: 30%;
  left: 0;
  transform: translate(0, -50%);
}
.block-links-sidebar .list li a {
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}
.block-links-sidebar .list li:before,
.ft-link .list li:before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  font-family: FontAwesome;
}
.block-module .block-title h2 {
  background: #005a63;
}
.block-module .block-title h2 i {
  font-size: 18px;
  padding-right: 7px;
}
.fa-home:before {
  content: "\f015";
}
.block-module .block-title h2 {
  line-height: 40px;
  color: #fff;
  padding-left: 15px;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
}
.subpage-content {
  margin-bottom: 25px;
}
.breadcrumb {
  margin-bottom: 2px;
}
.imagecatenew {
  width: 100%;
  height: 220px;
}
.fontlistnews {
  padding-top: 0px;
  text-align: left;
  font-size: 15px;
}
.fontlistnews a {
  color: #333;
  text-transform: uppercase;
}
.title-visa {
  font-size: 22px;
  color: #005a63;
}
.titlenews {
  font-size: 18px;
}

.block-news-sidebar:last-child .list {
  margin-bottom: 0;
}
.block-news-sidebar .list {
  border: 1px solid #ebebeb;
  padding: 15px;
  overflow-y: hidden;
  position: relative;
  margin-bottom: 30px;
}
.block-news-sidebar .list li {
  list-style: none;
}
.block-news-sidebar .list .thumb {
  margin-bottom: 10px;
  overflow: hidden;
}
.block-news-sidebar .list .thumb img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.block-news-sidebar .list .thumb img {
  display: block;
  max-width: 100%;
  height: auto;
}
.block-news-sidebar .list .description h2 {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  overflow: hidden;
  margin-top: 0px;
}
.block-news-sidebar .list .description h2 a {
  color: #333;
}
.block-news-sidebar .list .item {
  list-style: none;
  /* padding-bottom: 15px;*/
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
}
.titlevideo {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
}
.titlevideo a {
  color: #03a9c8;
  font-weight: bold;
}
.fb_iframe_widget_lift {
  width: 100% !important;
}
.youtube {
  position: relative;
  display: inline-block;
}
.youtube:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: transparent url(../imagesvs/play-icon.png) center center no-repeat;
}
.youtube2 {
  position: relative;
  display: inline-block;
}
.youtube2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: transparent url(../imagesvs/play-icon2.png) center center
    no-repeat;
}
.boxpost {
  background: #f0fcfc;
  padding: 10px;
}
.listinfor {
  margin-left: -30px;
  margin-bottom: 0px;
}
.listinfor li {
  list-style: none;
  display: inline;
  padding-left: 10px;
}
.title-video {
  font-size: 18px;
  text-transform: uppercase;
  color: #ff8a00;
}
.boxvideopost {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  width: 100%;
  margin-bottom: 15px;
}
.boxvide1 {
  width: 40%;
  float: left;
}
.boxvide2 {
  width: 60%;
  float: left;
}
.videvideo {
  clear: both;
}
.imagethumpost {
  width: 107px;
  height: 83px;
}
.titlemostvideo {
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 7px;
}
.marginboxvideo {
  margin-top: 15px;
}
.block-content {
  border: 1px solid #ebebeb;
  padding: 10px;
}
.title-contact {
  font-size: 22px;
  color: #333;
}
.description-contact {
  font-size: 14px;
  text-transform: none;
  color: #333;
}
.iconemail {
  color: #f09916;
  font-size: 48px;
  padding-bottom: 30px;
}
.iconemail {
  color: #f09916;
  font-size: 48px;
  padding-bottom: 30px;
}
.iconemail {
  color: #005a63;
  font-size: 48px;
  padding-bottom: 30px;
}
.textcontact {
  text-align: center;
  margin-bottom: 15px;
}
.btn-primary {
  color: #fff;
  background-color: #f09916;
  border-color: #005a63;
}
.btn-primary:hover {
  border-color: #f09916;
}
.flexslider {
  margin: 0 0 7px;
}
.nav > li > a:hover,
.nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu {
  padding-bottom: 0;
  width: 300px;
}
.dropdown-inner {
  display: table;
}
.dropdown-inner ul {
  display: table-cell;
}
.dropdown-inner a {
  min-width: 298px;
  display: block;
  padding: 0px 20px;
  clear: both;
  line-height: 38px;
  color: #333333;
  font-size: 14px;
  text-decoration: none;
}
.dropdown-inner li {
  margin-top: -5px;
}
.dropdown-inner li:hover {
  background: #a3620a;
}
.dropdown-inner li a:hover {
  color: #fff;
}
.see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ddd;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
.see-all:hover,
.see-all:focus {
  text-decoration: none;
  color: #333;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-navbar:hover,
.btn-navbar:focus,
.btn-navbar:active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  color: #3333;
  background-color: #229ac8;
}
@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .dropdown-inner {
    display: block;
  }
  .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  .dropdown-menu a:hover,
  .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }

  .product .img-hover-zoom img {
    min-height: 120px;
  }
}
.fb-comments {
  width: 100% !important;
}
.navbar {
  border-radius: 0px !important;
}
.colortitlevideo {
  color: #333;
}
.dw {
  width: 82% !important;
}
.navbar {
  margin-bottom: 5px;
}
.contact_p {
  padding: 15px;
  border: solid 1px #acacac;
}
.fontcontact {
  font-size: 22px;
  color: #ff8a00;
  font-weight: bold;
}
.color_projectr {
  color: #333;
  font-size: 16px;
}
.imgcthome {
  height: 180px;
}
.imgctlist {
  height: 236px;
}
.title-project {
  font-size: 20px;
  color: #ff8a00;
  margin-top: 0px;
}
.titleps {
  padding-left: 40px;
  margin-top: 12px; /*margin:30px 0 25px;*/
}
.titleprocate {
  padding-left: 25px;
  padding-top: 2px;
  padding-bottom: 10px;
  font-size: 30px;
  text-align: center;
  color: #ff8a00;
  text-transform: uppercase;
}
.titlepronew {
  padding-left: 0px;
  padding-top: 2px;
  padding-bottom: 10px;
  font-size: 30px;
  text-align: center;
  color: #005a63;
  text-transform: uppercase;
  margin: 30px 0 25px;
}
.box-itemtc {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.padding-list2 {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.padd_price {
  font-weight: bold;
  color: red;
  font-size: 18px;
}
.title-product {
  color: #f09916;
}
.relapro {
  color: #f09916;
}
/*silder*/

.slider {
}

.slick-slide {
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  /*opacity: .2;*/
}

.slick-active {
}

.slick-current {
  opacity: 1;
}
/*end*/
.borderpr {
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
}
.margintopr {
  margin-top: 30px;
}
.color_duanlienquan {
  color: #ff8a00;
}
.fw {
  width: 97%;
}
.fw2 {
  width: 96%;
  margin-left: 15px;
}
.fgb {
  margin-bottom: 0px !important;
}
.fgb2 {
  margin-bottom: 10px !important;
}
.boxvideo {
  width: 100%;
  height: 540px;
}
.fonticon {
  font-size: 9px;
  vertical-align: 2px;
}
.color_duanlienquan {
  text-align: center;
  padding-bottom: 20px;
}
/*end css*/
@media (max-width: 991px) {
  .ulinline {
    margin: 0;
  }
  .ulinline {
    margin-left: -30px;
    margin-right: 8px;
    padding-right: 0px;
  }
  .ulinline li {
    display: block;
    margin-bottom: 15px;
  }
  .ulinline li {
    width: 100%;
  }
  .boxvideo {
    width: 100%;
    height: 540px;
  }
  .boxvideo {
    width: 100%;
    height: 240px;
  }
  .menu-top {
    margin-left: 0px !important;
  }
  .nav-menu > li {
    background: none !important;
  }
  #product #featured-product img {
  }
  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    height: 230px;
  }
  #policy .col-md-6 > a > div {
    justify-content: initial !important;
    text-align: left !important;
    padding-left: 15px !important;
  }
  #policy {
    padding: 34px 20px 33px 20px;
    background: #f0f0f0;
  }
  #policy .col-md-6 > a > div {
    padding-top: 10px !important;
  }
}
@media (min-width: 1024px) {
  #product #featured-product img {
    height: 173px;
  }
  .menu_web-app {
    display: none;
  }
}
@media width: {
  .ulinline li {
    width: 100%;
  }
  .fw2 {
    margin-left: 8px !important;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 970px;
  }
  header .header-right img {
    max-width: 100%;
    padding-right: 0px;
  }

  /* footer icon right */
  #phonering-alo-phoneIcon,
  .icon-zalo-fixed,
  .icon-messenger-fixed {
    display: none;
  }

  .to-top {
    bottom: 56px !important;
  }
}
@media (width: 1024px) {
  .price-left p {
    padding: 0;
  }
  .price-left a {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
  }
  .price-right a {
    overflow: hidden;
    display: inline-block;
    width: 100%;
  }
  .price-right img {
    height: 233px;
    width: auto;
  }
  #carousel .slides li {
    width: 123px !important;
  }
}
@media (width: 768px) {
  header .header-right img {
    width: 85%;
    padding-right: 0;
  }
  header .header-content {
    padding-left: 0;
  }
  header .header-content > div {
    width: 50%;
  }
  header .header-content > div:last-child {
    display: inline-block;
    width: 100%;
  }
  header .header-content > div .input-group {
    width: 100%;
  }
  .navbar {
    margin-top: 20px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 11px;
    padding: 12px 5px 8px;
  }
  .fw2 {
    margin-left: 8px !important;
  }
}
@media (max-width: 768px) {
  .container {
    width: 750px;
  }
  .title-block {
    font-size: 20px;
  }
  .list > div:nth-child(2n + 1) {
    clear: left;
  }
  .price-left,
  .price-right {
    width: 100%;
  }
  .price-right {
    margin-bottom: 0px;
  }

  #carousel .slides li {
    width: 179px !important;
  }
  .footer-top {
    display: inline-block;
  }
  .footer-top > div {
    width: 100%;
    margin-bottom: 20px;
  }

  .titleps {
    padding-left: 0px;
  }
  .imgcthome {
    height: 250px;
  }
  .fw2 {
    margin-left: 8px !important;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
  .imgcthome {
    height: 250px;
  }
  .fw2 {
    margin-left: 8px !important;
  }
}
@media (max-width: 736px) {
  .title-block.qoute {
    margin-bottom: 30px;
  }
  header {
    position: relative;
    padding-bottom: 10px;
    height: 96px;
  }
  header .header-right img {
    display: none;
  }
  header .header-content > div:not(:last-child) {
    /*display: none;*/
  }
  .header-left img {
    /*max-width: 100px;*/
  }
  header .header-content {
    padding: 0;
    margin-top: 15px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #ff8a00;
  }
  .navbar-default .navbar-toggle {
    border-color: #ff8a00;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar {
    min-height: 0;
    margin: 0;
  }
  .navbar-header {
    position: absolute;
    top: -89px;
    right: 10px;
  }
  .navbar-default .navbar-nav > li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #fff;
  }
  .navbar-default .navbar-nav > li:last-child {
    border: 0;
  }
  .navbar-default .navbar-nav > li > a {
    text-align: left;
  }
  #carousel .slides li {
    width: 168px !important;
  }
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .imgcthome {
    height: 250px;
  }
  .fw2 {
    margin-left: 8px !important;
  }
  .color_duanlienquan {
    padding-left: 10px;
  }
  .menumobile {
    background: #ff8a00;
    height: 45px;
  }
  .rponsive img {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 668px) {
  #carousel .slides li {
    width: 158px !important;
  }
  .imgcthome {
    height: 220px;
  }
  .fw2 {
    margin-left: 8px !important;
  }
}
@media (max-width: 569px) {
  .price-left p {
    padding: 0;
  }
  .price-left h2 {
    font-size: 20px;
  }
  .price-left a {
    width: calc(50% - 20px);
    margin: 15px 10px 0;
    font-size: 14px;
  }
  .price-left img {
    width: 27px;
  }
  .new-info p a {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 5px;
  }
  #carousel .slides li {
    width: 133px !important;
  }
  .imgcthome {
    height: 220px;
  }
  .fw2 {
    margin-left: 8px !important;
  }
}
@media (max-width: 415px) {
  .header-left img {
    /*max-width: 90px;*/
  }
  header .header-content form {
    width: 190px;
    margin-left: 20px;
  }
  .navbar-header {
    top: -72px;
  }
  .list > div {
    width: 100%;
  }
  .price-left a {
    width: 100%;
    margin: 15px 0 0;
    font-size: 16px;
  }
  .new-img,
  .new-info {
    display: inline-block;
    width: 100%;
  }
  .new-img {
    padding: 0 0 20px;
  }
  #carousel .slides li {
    width: 127px !important;
  }
  .title-block.qoute span {
    display: inline-block;
    width: 100%;
  }
  .choice .row > div {
    width: 100%;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 13px;
    padding: 9px 10px 5px;
  }
  .choice .row > div img + p {
    font-size: 30px;
  }
  .new-list {
    margin: 0;
  }
  .new-list li:last-child {
    padding-bottom: 0;
  }
  .flexslider {
    margin-bottom: 20px;
  }
  .imgcthome {
    height: 250px;
  }
  .dropdown-menu {
    display: block-inline;
  }
  .fw2 {
    margin-left: 8px !important;
  }
  .dw {
    width: 73% !important;
  }
}
@media (max-width: 376px) {
  header .header-content form {
    width: 180px;
    margin-left: 10px;
  }
  .navbar-header {
    top: -70px;
  }
  #carousel .slides li {
    width: 114px !important;
  }
  .imgcthome {
    height: 220px;
  }
  .fw2 {
    margin-left: 8px !important;
  }
  .block-title {
    width: 300px !important;
  }
}
@media (max-width: 321px) {
  header .header-content form {
    display: none;
  }
  #carousel .slides li {
    width: 95px !important;
  }
  .imgcthome {
    height: 220px;
  }
  .fw2 {
    margin-left: 8px !important;
  }
}
/*Menu*/
.menu,
.nav-menu > li {
  position: relative;
  /*background:#edd34c;*/
}

.nav-menu > li {
  float: left;
  display: block;
}

.nav-menu > li > a {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding: 13px 16px 0px 16px;
  height: 44px;
  text-align: center;
  color: #005a63;
  font-weight: bold;
  font-family: OpenSans_SemiBold;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nav-menu > li.active a,
.nav-menu > li:hover > a {
  color: #fff;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.nav-menu > li.parent > a:after {
  font-family: Fontawesome;
  color: #005a63;
  font-size: 12px;
  content: "\f107";
  display: inline-block;
  height: 3px;
  width: 5px;
  margin: 0 0 0 2px;
  vertical-align: 2px;
}

.nav-menu .submenu li {
  display: block;
  position: relative;
  text-transform: capitalize;
  margin-left: -40px;
}

.nav-menu .submenu {
  background: #fff;
  display: block;
  position: absolute;
  top: 100%;
  font-size: 14px;
  width: 300px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-box-shadow: 10px 10px 5px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px -10px rgba(0, 0, 0, 0.75);
}

.nav-menu .submenu li a {
  display: block;
  line-height: 40px;
  padding-left: 20px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  position: relative;
  color: #333;
}

.nav-menu .submenu li.parent > a:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 12px;
}

.nav-menu .submenu .submenu {
  left: 100%;
  top: 0;
}

.nav-menu > li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  top: 41px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu .submenu li:hover .submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu li > .submenu .submenu > li:hover > a,
.nav-menu li > .submenu > li:hover > a {
  color: #fff;
}
.nav-toogle i {
  background: #00a650;
}
.ft-contact address p a {
  color: #00a650 !important;
}
.nav-menu > li:hover > a,
.nav-menu > li.active a {
  background: #005a63;
}
.nav-menu .submenu {
  border-left: 1px solid #005a63;
}
.nav-menu li > .submenu > li:hover,
.nav-menu li > .submenu .submenu > li:hover {
  background: #005a63;
}
.menu-top {
  width: 93%;
  border-bottom: 1px dashed #f4c012;
  margin-left: 7px;
}
.nav-toogle i {
  background: #005a63;
}
.nav-toogle {
  position: absolute;
  top: 50px;
  left: 100%;
  display: none;
  background: #005a63;
  width: 49px;
  height: 37px;
  padding-left: 14px;
  padding-top: 5px;
}

.nav-toogle i {
  font-size: 26px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.nav-toogle i:before {
  content: "\f0c9";
  font-family: FontAwesome;
  color: #fff;
}

.nav-toogle.has-open i:before {
  content: "\f00d";
}

.nav-toogle.has-open:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
@media (max-width: 800px) {
  .nav-menu li.parent .plus {
    background: #a3620a;
  }

  .nav-menu .submenu {
    background: #a3620a;
  }
}

@media (max-width: 1024px) {
  .nav-menu > li > a {
    min-width: 100px;
  }
}
@media (max-width: 800px) {
  .menu-top,
  .nav-menu li.parent .plus {
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
  }

  .menu,
  .nav-menu .submenu {
    opacity: 1;
    visibility: visible;
  }
  .menu,
  .nav-toogle {
    display: block;
  }
  .nav-menu {
    margin-left: -40px;
  }

  /*CHỈNH MÀU CHỮ MENU MOBILE*/
  .nav-menu > li > a {
    color: #fff;
  }

  body.menu-open {
    overflow: hidden;
    left: 0;
    right: 0;
  }

  .navbar-toggle i {
    font-size: 30px;
    color: #fff;
    position: relative;
  }

  .menu {
    background-color: #ff781e;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    clear: both;
    float: none;
    position: fixed !important;
    left: -85% !important;
    width: 85%;
    top: 0;
    bottom: 0;
    z-index: 9999;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    right: auto !important;
  }

  .menu-top,
  .nav-menu > li {
    width: 100%;
  }

  .menu.has-open {
    left: 0 !important;
  }

  .menu-top .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .menu-top {
    padding: 10px;
    float: left;
    height: 100%;
    left: 0;
    z-index: 999;
    overflow-y: auto !important;
    background: #005a63;
  }

  .nav-menu > li > a {
    font-size: 13px;
    text-align: left;
    padding-left: 15px;
    border-bottom: 1px solid rgba(232, 232, 232, 0.34);
  }

  .nav-menu > li.parent > a:after {
    display: none;
  }

  .nav-menu li.parent .plus {
    color: #fff;
    height: 40px;
    border-left: 1px solid rgba(238, 238, 238, 0.1);
    line-height: 40px;
    text-align: center;
    width: 40px;
    z-index: 9;
    cursor: pointer;
    background: #fde09a;
  }

  .nav-menu li.parent .plus:before {
    content: "\f067";
    font-family: FontAwesome;
  }

  .nav-menu li.parent .plus.open:before {
    content: "\f068";
  }

  .nav-menu .submenu {
    background: #005a63;
    box-shadow: none;
    display: none;
    left: 0;
    top: -10px;
    position: relative;
    width: 100%;
    border-left: none;
  }

  .nav-menu .submenu .submenu {
    left: 0;
    top: -10px;
  }

  .nav-menu > li:hover > .submenu {
    top: -10px;
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }

  .nav-menu .submenu li:hover .submenu {
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }

  .nav-menu .submenu li a {
    color: #fff;
  }

  .nav-menu .submenu .submenu li a {
    padding-left: 35px;
  }

  .nav-menu li > .submenu .submenu > li:hover,
  .nav-menu li > .submenu > li:hover {
    background: 0 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    background: #eee;
  }
}
.owl-carousel {
  z-index: 0;
}
.phonering-alo-phone.phonering-alo-static {
  opacity: 0.6;
}

.phonering-alo-phone.phonering-alo-hover,
.phonering-alo-phone:hover {
  opacity: 1;
}

.phonering-alo-ph-circle {
  width: 160px;
  height: 160px;
  bottom: 17px;
  right: 3px;
  position: fixed;
  background-color: transparent;
  border-radius: 100% !important;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border: 2px solid #bfebfc 9;
  opacity: 0.1;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
  -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
  animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
  -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
  animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone:hover .phonering-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover
  .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
  border-color: #75eb50;
  border-color: #baf5a7;
  opacity: 0.5;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
  border-color: #f7460f;
  border-color: #f7460f;
  opacity: 0.5;
  right: -15px;
  margin-bottom: 60px;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover
  .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}

.icon-zalo-fixed {
  position: fixed;
  right: 33px;
  bottom: 209px;
}

.icon-messenger-fixed {
  position: fixed;
  right: 33px;
  bottom: 288px;
}

.phonering-alo-ph-circle-fill {
  width: 100px;
  height: 100px;
  bottom: 91px;
  right: 32px;
  position: fixed;
  background-color: #000;
  border-radius: 100% !important;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
  -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #00aff2 9;
  opacity: 0.75 !important;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover
  .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  background-color: #baf5a7 9;
  opacity: 0.75 !important;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
  background-color: #f79999;
  background-color: #a6e3fa 9;
  right: 5px;
  margin-bottom: 10px;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover
  .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  background-color: #ccc 9;
  opacity: 0.75 !important;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.phonering-alo-ph-img-circle {
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 52px;
  position: fixed;
  background: rgba(30, 30, 30, 0.1) url("../image/phone.png") no-repeat center
    center;
  border-radius: 100% !important;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
  animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
  background-color: #ff0000;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover
  .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
  background-color: #75eb50;
  background-color: #75eb50 9;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
  background-color: #ff0000;
  background-color: #ff0000 9;
  right: 25px;
  margin-bottom: 30px;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover
  .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
  background-color: #ccc;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
  background-color: #75eb50;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
a:link {
  text-decoration: none;
}
.fonthotline {
  font-size: 22px;
  padding-top: 6px;
}
.fonthotline a {
  color: #fff;
}
.product-list-two {
  padding: 20px 0px !important;
}
.ptitle {
  line-height: 36px;
}
.ptitle,
.products_header_top {
  background: linear-gradient(#feb600, #feb600);
}
.ptitle,
.products_header_top {
  background: #adadad;
  background: linear-gradient(#adadad, #ccc);
  overflow: hidden;
  line-height: 36px;
  border-radius: 5px 0 0 0;
}
.ptitle .left {
  font-weight: 700;
}
.ptitle .left,
.products_header_top .left {
  background: url("../image/bg_cate.png") no-repeat left bottom;
  padding-left: 40px;
  width: 20%;
  color: #fff;
  white-space: nowrap;
}
.ptitle div,
.products_header_top div {
  display: inline-block;
}

.ptitle,
.products_header_top {
  background: #adadad;
  background: linear-gradient(#adadad, #ccc);
  overflow: hidden;
  line-height: 36px;
  border-radius: 5px 0 0 0;
}
.ptitle .right,
.products_header_top .right {
  width: 65%;
  background: #fff;
  border-top-left-radius: 60px 40px;
  float: right;
  line-height: 40px;
}
.ptitle div,
.products_header_top div {
  display: inline-block;
}
.ptitle,
.products_header_top {
  background: linear-gradient(#ff8a00, #ff8a00);
}
/*.ltheight{height: 433px;}*/
.fa-angle-down:before {
  display: none;
}
.breadcrumb a {
  color: #005a63;
}
.menumobile {
  display: none !important;
}

.group-btn-login {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 15px;
}

.group-btn-login a {
  display: block;
  margin-right: 15px !important;
}

.menu-account {
  width: unset;
}
/*css new*/
.menu_web-app {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 10px grey;
  z-index: 9999;
  height: 50px;
}
.menu_web-app ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
li.thunderdev-bt-list {
  max-width: 25%;
  flex-basis: 25%;
}
.menu_web-app a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}
