.item_devmd{
  width: 50%;
  float: left;
}
.item_devmd1 button{
   float: right;
}
.item_devmd2 button{
   float: left;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 50px;
  cursor: pointer;
  animate: 0.2s;
  background: #3071a9;
  border-radius: 1.3px; }

input[type=range]::-webkit-slider-thumb {
  background-image: url("../images/slider-thumb.png");
  background-size: 100% 100%;
  height: 72px;
  width: 112px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  background-color: transparent;
  cursor: pointer;
  border: none; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 50px;
  cursor: pointer;
  animate: 0.2s;
  background: #3071a9;
  border-radius: 1.3px; }

input[type=range]::-moz-range-thumb {
  background-image: url("../images/slider-thumb.png");
  background-size: 100% 100%;
  height: 72px;
  width: 112px;
  border-radius: 3px;
  margin-top: -8px;
  background-color: transparent;
  cursor: pointer;
  border: none; }

input[type=range]::-ms-track {
  width: 100%;
  height: 60px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border: 0px;
  position: relative; }
  input[type=range]::-ms-track #thumb_container {
    width: 100%; }

input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  border: 0px; }

input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  border: 0px; }

input[type=range]::-ms-thumb {
  border: 0px;
  background: transparent;
  cursor: pointer;
  background-image: url("../images/slider-thumb.png");
  background-size: 100% 100% !important;
  height: 72px !important;
  width: 112px !important; 
}
.color-bar-ori > input[type=range]::-webkit-slider-thumb {
    background-image: url("../images/icon_color.png") !important;
}
.color-bar-ori > input[type=range]::-moz-range-thumb {
    background-image: url("../images/icon_color.png") !important;
}
.color-bar-ori > input[type=range]::-ms-thumb{
   background-image: url("../images/icon_color.png") !important;
}
@media screen and (max-width: 769px) {
  input[type=range]::-webkit-slider-runnable-track {
    margin-top: 5px;
    height: 25px; }
  input[type=range]::-webkit-slider-thumb {
    height: 35.5px; }
  .color-stone-contain, .colo-contain {
    height: 25px !important; }
  /*colo_table*/
  .color_table .title, .color_stone_table .title {
    padding-left: 0; }
  .color_table {
    overflow-x: hidden; }
  .color_stone_table {
    overflow-x: hidden; }
    .color_stone_table .item-color:nth-child(even) .info {
      top: -70px;
      width: 260%;
      height: 276%;
      margin-left: -80%;
      text-align: center; }
      .color_stone_table .item-color:nth-child(even) .info .content {
        position: absolute;
        bottom: 0;
        padding-left: 5px;
        padding-right: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .color_stone_table .item-color:nth-child(even) .info .content .name {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 2;
          order: 2; }
        .color_stone_table .item-color:nth-child(even) .info .content .sub_name {
          -webkit-box-ordinal-group: 1;
          -ms-flex-order: 1;
          order: 1; }
    .color_stone_table .item-color:nth-child(odd) .info {
      width: 260%;
      margin-left: -80%;
      text-align: center; }
  .color_table .item-color .info .name, .color_stone_table .item-color .info .name {
    font-size: 12px; }
  .color_table .item-color .info .sub_name, .color_stone_table .item-color .info .sub_name {
    font-size: 10px;
    padding-left: 15px;
    padding-right: 15px; }
  .color_table .colpick, .color_stone_table .colpick {
    width: calc(100vw + 30px);
    margin-left: -30px; }
  .color_table .info-color .root, .color_stone_table .info-color .root {
    padding: 10px 25px; }
  .color_table .info-color .root .contain, .color_stone_table .info-color .root .contain {
    padding: 10px 0px; }
  .color_table .info-color .color_tag, .color_stone_table .info-color .color_tag {
    width: 35px;
    height: 35px;
    margin: 5px; }
  .color_table .info-color .colors, .color_stone_table .info-color .colors {
    min-height: 150px; }
  .color_table .info-color .root .color_table_item, .color_stone_table .info-color .root .color_table_item {
    height: 140px; }
  .color_table .info-color .root .contain button, .color_stone_table .info-color .root .contain button {
    font-size: 10px;
    width: 130px;
    padding: 0px 5px; }
  .color_table .info-color .root .name, .color_stone_table .info-color .root .name {
    font-size: 16px; }
  .color_table .info-color .root .code, .color_stone_table .info-color .root .code {
    font-size: 14px; }
  .mb_pd_r_0 {
    padding-right: 0; } }

@media screen and (max-width: 414px) {
  .color_table .item-color .info .name, .color_stone_table .item-color .info .name {
    font-size: 12px; }
  .color_stone_table .item-color .info .sub_name {
    font-size: 10px; } }

@media screen and (max-width: 320px) {
  .color_table .item-color .info .name, .color_stone_table .item-color .info .name {
    font-size: 10px; }
  .color_stone_table .item-color .info .sub_name {
    font-size: 7px; } }

.tools .banner {
  padding-top: 80px;
  position: relative; }
  .tools .banner img {
    width: 100%; }
  .tools .banner .text_info {
    font-family: 'Roboto Bold';
    text-transform: uppercase;
    text-align: center;
    font-size: 50px;
    display: inline-block;
    position: absolute;
    top: calc(50% - 20px);
    left: 40%;
    color: #ffffff; }

.tools .category-tab {
  margin-top: -200px; }
  .tools .category-tab ul {
    text-align: center;
    border: 0; }
    .tools .category-tab ul li a {
      border: 0; }
      .tools .category-tab ul li a button {
        width: 185px;
        height: 204px;
        max-width: 100%;
        position: relative;
        padding: 0;
        border: 0;
        border-radius: 0;
        background-color: transparent; }
        .tools .category-tab ul li a button:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background-size: 70% auto;
          background-position: center;
          background-color: transparent;
          background-repeat: no-repeat;
          left: 0;
          top: 0;
          opacity: 1;
          -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease; }
        .tools .category-tab ul li a button:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background-size: 70% auto;
          background-position: center;
          background-color: transparent;
          background-repeat: no-repeat;
          left: 0;
          top: 0;
          opacity: 0;
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
          -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
          -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease; }
        .tools .category-tab ul li a button:active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
      .tools .category-tab ul li a:focus {
        background-color: transparent; }
      .tools .category-tab ul li a:hover {
        background-color: transparent; }
    .tools .category-tab ul li .title-tab {
      color: #999999;
      font-family: 'Roboto Light';
      font-size: 20px;
      -webkit-transition: all 0.5s 0s ease;
      transition: all 0.5s 0s ease; }
      .tools .category-tab ul li .title-tab strong {
        font-family: 'Roboto Bold'; }
    .tools .category-tab ul li.active a {
      border: 0;
      background-color: transparent; }
      .tools .category-tab ul li.active a button:before {
        opacity: 0; }
      .tools .category-tab ul li.active a button:after {
        background-size: 100% auto;
        opacity: 1; }
    .tools .category-tab ul li.active .title-tab {
      font-size: 30px;
      background: -webkit-linear-gradient(left, #a40a1d, #e32924);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .tools .category-tab ul li:nth-child(1) button:before {
      background-image: url("../../images/tool/icon-tool_color.png"); }
    .tools .category-tab ul li:nth-child(1) button:after {
      background-image: url("../../images/tool/icon-tool_color-active.png"); }
    .tools .category-tab ul li:nth-child(2) button:before {
      background-image: url("../../images/tool/icon-home.png"); }
    .tools .category-tab ul li:nth-child(2) button:after {
      background-image: url("../../images/tool/icon-home-active.png"); }
    .tools .category-tab ul li:nth-child(3) button:before {
      background-image: url("../../images/tool/icon-color.png"); }
    .tools .category-tab ul li:nth-child(3) button:after {
      background-image: url("../../images/tool/icon-color-active.png"); }

.tools .list-item {
  margin-top: 30px; }
  .tools .list-item .panel {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .tools .list-item .panel .panel-heading {
      background: #fcfcfc;
      background: -webkit-gradient(linear, left top, right top, from(#a1091d), to(#e73f3b));
      background: linear-gradient(to right, #a1091d, #e73f3b);
      color: #ffffff;
      position: relative; }
      .tools .list-item .panel .panel-heading i {
        position: absolute;
        top: 20px;
        right: 15px;
        font-size: 20px;
        color: #e32822;
        background-color: #ffffff;
        border-radius: 100%;
        padding: 5px; }
      .tools .list-item .panel .panel-heading .panel-title {
        font-size: 30px;
        font-family: 'Roboto Bold';
        padding-top: 10px;
        padding-bottom: 10px; }
    .tools .list-item .panel .collapse_panel[aria-expanded="false"] i.glyphicon-triangle-bottom {
      display: block; }
    .tools .list-item .panel .collapse_panel[aria-expanded="false"] i.glyphicon-triangle-top {
      display: none; }
    .tools .list-item .panel .collapse_panel[aria-expanded="true"] i.glyphicon-triangle-bottom {
      display: none; }
    .tools .list-item .panel .collapse_panel[aria-expanded="true"] i.glyphicon-triangle-top {
      display: block; }

.painting-tools .type-category-tab {
  margin-top: 20px;
  position: relative;
  z-index: 1; }
  .painting-tools .type-category-tab .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f2f2f2;
    text-align: center;
    border: 0; }
    .painting-tools .type-category-tab .nav-tabs li {
      min-width: 50%;
      margin-bottom: -2px; }
      .painting-tools .type-category-tab .nav-tabs li a {
        padding: 0;
        margin: 0;
        border: 0; }
        .painting-tools .type-category-tab .nav-tabs li a button {
          font-family: 'Roboto Bold';
          color: #1e1e1e;
          border: 0;
          height: 72px;
          width: 100%;
          background: transparent;
          position: relative; }
      .painting-tools .type-category-tab .nav-tabs li.active {
        -webkit-box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.3);
        box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.3); }
        .painting-tools .type-category-tab .nav-tabs li.active a button {
          color: #e32722;
          background: #fbfbfb; }
          .painting-tools .type-category-tab .nav-tabs li.active a button:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 8px;
            background: -webkit-gradient(linear, left top, right top, from(#a1091d), to(#e73f3b));
            background: linear-gradient(to right, #a1091d, #e73f3b);
            top: 0;
            left: 0; }
  .painting-tools .type-category-tab .nav > li > a:hover, .painting-tools .type-category-tab .nav > li > a:focus {
    background: transparent; }
  .painting-tools .type-category-tab .nav-tabs > li.active > a, .painting-tools .type-category-tab .nav-tabs > li.active > a:hover, .painting-tools .type-category-tab .nav-tabs > li.active > a:focus {
    border: 0;
    background: transparent; }

.painting-tools .list-item {
  background-color: #fbfbfb;
  padding-top: 0px;
  margin-top: 0;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }
  .painting-tools .list-item .panel {
    background-color: #fcfcfc;
    border: 0;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07); }
    .painting-tools .list-item .panel .panel-heading {
      background: #fcfcfc;
      color: #1f1f1f;
      position: relative; }
      .painting-tools .list-item .panel .panel-heading i {
        position: absolute;
        top: 8px;
        right: 10px;
        font-size: 20px;
        color: #000000; }
    .painting-tools .list-item .panel .collapse_panel[aria-expanded="false"] i.glyphicon-menu-down {
      display: block; }
    .painting-tools .list-item .panel .collapse_panel[aria-expanded="false"] i.glyphicon-menu-up {
      display: none; }
    .painting-tools .list-item .panel .collapse_panel[aria-expanded="true"] .panel-heading {
      background: #e73f3b;
      background: -webkit-gradient(linear, left top, right top, from(#a1091d), to(#e73f3b));
      background: linear-gradient(to right, #a1091d, #e73f3b);
      color: #ffffff; }
      .painting-tools .list-item .panel .collapse_panel[aria-expanded="true"] .panel-heading i {
        color: #ffffff; }
    .painting-tools .list-item .panel .collapse_panel[aria-expanded="true"] i.glyphicon-menu-down {
      display: none; }
    .painting-tools .list-item .panel .collapse_panel[aria-expanded="true"] i.glyphicon-menu-up {
      display: block; }

.painting-tools .painting_in_form {
  position: relative;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  float: left;
  width: 100%; }
  .painting-tools .painting_in_form .form_title {
    text-align: center;
    font-size: 24px;
    color: #e32722;
    font-family: 'Roboto Bold'; }
  .painting-tools .painting_in_form .form_sub_title {
    text-align: center;
    font-size: 16px;
    color: #1e1e1e;
    margin-bottom: 20px; }
  .painting-tools .painting_in_form .form-group {
    margin-bottom: 0;
    min-height: 95px; }
  .painting-tools .painting_in_form .form-group label {
    font-size: 18px;
    color: #1e1e1e; }
  .painting-tools .painting_in_form .form-group .error {
    color: #d80e0e;
    font-size: 14px; }
  .painting-tools .painting_in_form .red_text {
    font-size: 18px;
    color: #df2522; }
  .painting-tools .painting_in_form textarea {
    max-width: 100%;
    min-height: 200px;
    border-radius: 15px; }
  .painting-tools .painting_in_form input, .painting-tools .painting_in_form select {
    border-radius: 15px; }
  .painting-tools .painting_in_form .btn-view {
    position: absolute;
    bottom: -15px;
    width: 100%;
    text-align: center;
    z-index: 10; }
    .painting-tools .painting_in_form .btn-view .kova_btn {
      border: 0;
      border-radius: 20px;
      min-width: 150px; }

.color-board .btn-view {
  position: absolute;
  bottom: -24px;
  width: 100%;
  text-align: center;
  z-index: 10; }
  .color-board .btn-view .kova_btn {
    margin: 5px 10px;
    border: 0;
    border-radius: 20px;
    min-width: 150px; }

.section_products_recommen {
  float: left;
  width: 100%;
  margin-top: 100px; }
  .section_products_recommen .title {
    text-align: center;
    font-size: 36px;
    font-family: Roboto Light; }

.hotline-view {
  width: 650px;
  margin: auto;
  margin-top: 30px;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  padding: 35px 10px;
  border-radius: 10px; }
  .hotline-view .title {
    font-size: 36px;
    text-align: center;
    font-family: 'Roboto Medium'; }
  .hotline-view .sub_title {
    font-size: 18px;
    text-align: center;
    font-family: 'Roboto Light';
    width: 500px;
    max-width: 100%;
    margin: auto; }
  .hotline-view .seemore {
    background: #e73f3b;
    background: -webkit-gradient(linear, left top, right top, from(#a1091d), to(#e73f3b));
    background: linear-gradient(to right, #a1091d, #e73f3b);
    font-size: 20px;
    color: #ffffff;
    border-radius: 8px;
    border: 3px solid #ffffff;
    font-family: 'Roboto Light';
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    margin-top: 20px; }
    .hotline-view .seemore strong {
      font-family: 'Roboto Bold';
      font-weight: normal;
      font-size: 19px; }
    .hotline-view .seemore i {
      margin-right: 10px; }

.productCarousel {
  margin-top: 20px;
  z-index: 10; }
  .productCarousel .item .image_product {
    width: 100%;
    height: 180px;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat; }
    .productCarousel .item .image_product i {
      font-size: 4em;
      margin-top: calc(50% - 50px);
      margin-left: -20px; }
  .productCarousel .item .item_info {
    text-align: center;
    background-position: bottom;
    overflow: hidden; }
    .productCarousel .item .item_info .bg_anima {
      position: absolute;
      width: 100%;
      height: 100%;
      transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      -webkit-transition: all .5s ease;
      background: red;
      /* For browsers that do not support gradients */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(#f8f8f8), color-stop(#e8e8e8), color-stop(#d9d9d9), to(#cfcfcf));
      background: linear-gradient(rgba(255, 255, 255, 0), #f8f8f8, #e8e8e8, #d9d9d9, #cfcfcf);
      transform: translate(0%, 100%) translateZ(0);
      -moz-transform: translate(0%, 100%) translateZ(0);
      -webkit-transform: translate(0%, 100%) translateZ(0);
      -o-transform: translate(0%, 100%) translateZ(0);
      -ms-transform: translate(0%, 100%) translateZ(0);
      z-index: -1; }
    .productCarousel .item .item_info .kova_btn {
      transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      -webkit-transition: all .5s ease;
      transform: translate(0%, 200%) translateZ(0);
      -moz-transform: translate(0%, 200%) translateZ(0);
      -webkit-transform: translate(0%, 200%) translateZ(0);
      -o-transform: translate(0%, 200%) translateZ(0);
      -ms-transform: translate(0%, 200%) translateZ(0);
      opacity: 0; }
  .productCarousel .item:hover .item_info {
    background-size: 100% 100%; }
    .productCarousel .item:hover .item_info .bg_anima {
      transform: translate(0%, 0%) translateZ(0);
      -moz-transform: translate(0%, 0%) translateZ(0);
      -webkit-transform: translate(0%, 0%) translateZ(0);
      -o-transform: translate(0%, 0%) translateZ(0);
      -ms-transform: translate(0%, 0%) translateZ(0); }
    .productCarousel .item:hover .item_info .kova_btn {
      transform: translate(0%, 0%) translateZ(0);
      -moz-transform: translate(0%, 0%) translateZ(0);
      -webkit-transform: translate(0%, 0%) translateZ(0);
      -o-transform: translate(0%, 0%) translateZ(0);
      -ms-transform: translate(0%, 0%) translateZ(0);
      opacity: 1; }
  .productCarousel .item .infor_product {
    margin-bottom: 10px;
    z-index: 10; }
  .productCarousel .item .sub_name_product {
    font-family: 'Roboto Light';
    color: #1e1e1e;
    margin-top: 10px;
    font-size: 20px; }
  .productCarousel .item .name_product {
    color: #1e1e1e;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Roboto Medium';
    margin-top: 5px;
    margin-bottom: 5px; }
  .productCarousel .item .sort_product {
    font-family: Roboto Light;
    font-size: 14px; }

.color-picker-container {
  margin-top: 15px; 
  padding: 0px 33px;
}
  .color-picker-container .colors {
    max-height: 240px;
    overflow-y: auto;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .color-picker-container .color-picker-element {
    -ms-flex-preferred-size: calc(33.3333% - 10px);
    flex-basis: calc(33.3333% - 10px);
    margin: 10px 5px; }
    .color-picker-container .color-picker-element .background-color {
      padding-bottom: 100%;
      width: 100%;
      border-radius: 100%;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .color-picker-container .color-picker-element:hover .background-color {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .color-picker-container .color-picker-element.active .background-color {
      border: solid 2px #ffffff;
      -webkit-box-shadow: 1px -1px 7px 1px rgba(0, 0, 0, 0.5);
      box-shadow: 1px -1px 7px 1px rgba(0, 0, 0, 0.5);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .color-picker-container .current-color {
    width: 100%;
    padding-bottom: 41%;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 20px; }
    .color-picker-container .current-color-name {
      font-family: 'Roboto Medium';
      color: #ce433e;
      font-size: 20px;
      margin-top: 10px; }
    .color-picker-container .current-color-code {
      font-family: 'Roboto Light';
      font-size: 18px; }
  .color-picker-container .previous-color-container {
    margin-top: 15px; }

.paint-playground-container {
  position: relative; }
  .paint-playground-container .svg-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    opacity: 0.8;
    }
    .paint-playground-container .svg-file path, .paint-playground-container .svg-file polygon {
      stroke-width: 0;
      stroke: transparent;
      stroke-opacity: 1;
      fill: transparent; }
      .paint-playground-container .svg-file path.active, .paint-playground-container .svg-file polygon.active {
        fill: rgba(0, 0, 0, 0.5); }
    .paint-playground-container .svg-file g:hover path {
      fill: rgba(0, 0, 0, 0.5) !important; }
    .paint-playground-container .svg-file g:hover polygon {
      fill: rgba(0, 0, 0, 0.5) !important; }
  .paint-playground-container .bg-paint {
    width: 100%; }
  .paint-playground-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    display: none; }

.previous-color-container .color-sample {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

#colorModal .modal-dialog {
  width: 900px;
  max-width: 90%; }

#colorModal .color-category-tab .nav-tabs {
  border: 0;
  text-align: center; }
  #colorModal .color-category-tab .nav-tabs li {
    display: inline-block;
    float: none; }
    #colorModal .color-category-tab .nav-tabs li a {
      color: #5b5b5b;
      border-radius: 0;
      border: 0; }
    #colorModal .color-category-tab .nav-tabs li.active a {
      border: 0;
      background: -webkit-gradient(linear, left top, right top, from(#005699), to(#2387d5));
      background: linear-gradient(to right, #005699, #2387d5);
      color: #ffffff; }

#colorModal .color-category-tab .title-tab {
  text-transform: uppercase; }

#colorModal .list-item {
  margin-top: 10px; }
  #colorModal .list-item .items_container {
    text-align: center; }
    #colorModal .list-item .items_container .item {
      width: 200px;
      height: 150px;
      background-size: cover;
      background-position: center;
      margin: 5px;
      display: inline-block;
      cursor: pointer; }

#paintingToolsModal .modal-dialog {
  width: 900px;
  max-width: 90%; }

#paintingToolsModal .modal-header {
  font-family: 'Roboto Bold';
  text-align: center;
  background: -webkit-linear-gradient(left, #a40a1d, #e32924);
  color: #ffffff;
  border-bottom: 0; }
  #paintingToolsModal .modal-header .title_pt {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 28px; }
  #paintingToolsModal .modal-header .close {
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    opacity: 1;
    margin-top: 0;
    border-radius: 100%;
    color: #dd2422;
    top: -18px;
    right: -18px; }

#paintingToolsModal .modal-body {
  position: relative; }
  #paintingToolsModal .modal-body .infor_math {
    z-index: 1; }
  #paintingToolsModal .modal-body .infor_math {
    padding: 15px; }
    #paintingToolsModal .modal-body .infor_math .info {
      padding: 5px;
      border-bottom: solid 1px;
      margin-bottom: 15px; }
      #paintingToolsModal .modal-body .infor_math .info .text_info {
        font-family: 'Roboto Bold'; }
      #paintingToolsModal .modal-body .infor_math .info .value_info {
        font-family: 'Roboto Light';
        float: right; }
    #paintingToolsModal .modal-body .infor_math .info_price {
      padding-left: 20px; }
    #paintingToolsModal .modal-body .infor_math .note_info {
      font-family: 'Roboto Light';
      margin-top: 15px;
      font-size: 14px; }
  #paintingToolsModal .modal-body .img_product {
    position: absolute;
    right: 15px;
    bottom: 5px;
    max-height: 80%;
    max-width: 40%;
    z-index: 0; }

.paging {
  text-align: center; }
  .paging .pagination > li > a, .paging .pagination > li > span {
    border: 0;
    background-color: transparent;
    color: #6e6e6e; }
  .paging .pagination > li > a:hover, .paging .pagination > li > span:hover, .paging .pagination > li > a:focus, .paging .pagination > li > span:focus {
    border: 0;
    background-color: transparent; }
  .paging .pagination > .active > a, .paging .pagination > .active > span, .paging .pagination > .active > a:hover, .paging .pagination > .active > span:hover, .paging .pagination > .active > a:focus, .paging .pagination > .active > span:focus {
    background: -webkit-linear-gradient(left, #a40a1d, #e32924);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    border: solid 2px #ffffff;
    -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5);
    color: #ffffff; }

@media screen and (max-width: 769px) {
  .tools .banner {
    padding-top: 50px; }
  .tools .banner .text_info {
    font-size: 10vw;
    font-family: 'Roboto Bold';
    left: 5%;
    width: 90%; }
  .tools .category-tab ul li a {
    padding: 0; }
  .tools .category-tab ul li {
    padding: 0; }
  .tools .category-tab ul li a button {
    max-width: 80%;
    height: 25vw; }
  .tools .category-tab ul li .title-tab {
    font-size: 2.8vw; }
  .tools .category-tab ul li.active .title-tab {
    font-size: 2.8vw; }
  .tools .category-tab {
    margin-top: -60px; }
  .hotline-view .title {
    font-size: 24px; }
  .seemore {
    font-size: 12px; }
    .seemore span {
      top: 1px; }
  .hotline-view .seemore {
    font-size: 14px; }
    .hotline-view .seemore strong {
      font-size: 14px; }
  .tools .list-item .panel .panel-heading .panel-title {
    font-size: 14px;
    padding-right: 30px; }
  .tools .list-item .panel .panel-heading i {
    top: 15px;
    font-size: 15px; }
  .color-picker-container .current-color {
    width: calc(50% - 10px);
    float: left;
    margin-top: 0;
    height: 120px;
    padding-bottom: 0;
    margin-left: 10px; }
  .color-picker-container .color-picker-element.active .background-color {
    border: 0; }
  .color-picker-container .current-color-name {
    float: left;
    margin-left: 10px;
    font-size: 16px;
    width: calc(50% - 10px); }
  .color-picker-container .current-color-code {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    width: calc(50% - 10px); }
  .paint-playground-container {
    margin-top: 15px; }
  .color-picker-container {
    margin-top: 0; }
  .color-picker-container .previous-color-container {
    margin-top: 80px; }
  .color_pick {
    padding-right: 7px; }
  .name_pick {
    padding-left: 7px; }
  .color-board .btn-view .kova_btn#btnSave {
    font-size: 12px;
    padding: 2px 2px;
    min-height: 30px;
    min-width: 100px; }
  .color-board .btn-view .kova_btn#btnShare {
    font-size: 12px;
    padding: 2px 2px;
    min-height: 30px;
    min-width: 100px; }
  .section_products_recommen .title {
    font-size: 26px;
    max-width: 80%;
    margin: auto; }
  .productCarousel .item {
    width: 100%;
    margin-top: 15px;
    display: block;
    position: relative;
    padding: 10px;
    float: left;
    text-align: center; }
  .productCarousel .item .image_product {
    width: 90px;
    height: 120px;
    display: inline-block; }
  .productCarousel {
    max-width: 450px;
    margin: auto; } }

@media screen and (max-width: 769px) and (min-width: 500px) {
  .productCarousel .item .image_product {
    width: 200px; } }

@media screen and (max-width: 769px) {
  .productCarousel .item .item_info {
    width: 170px;
    display: inline-block;
    height: 120px;
    padding-top: 20px; }
  .productCarousel .item .name_product {
    font-size: 18px; }
  .productCarousel .item .sub_name_product {
    font-size: 14px;
    margin-top: 0; }
  .productCarousel .item .image_product i {
    position: absolute;
    display: inline-block;
    margin-left: calc(50% - 27px);
    margin-top: -50px;
    font-size: 3em; }
  #paintingToolsModal .modal-body .img_product {
    position: relative;
    margin: auto;
    max-width: 80%;
    width: 200px;
    display: block; }
  #paintingToolsModal .modal-header .title_pt {
    font-size: 20px; }
  #paintingToolsModal .modal-dialog {
    margin: 30px auto; }
  #paintingToolsModal .modal-body .infor_math .info .text_info {
    font-size: 12px; }
  #paintingToolsModal .modal-body .infor_math .info .value_info {
    font-size: 12px; }
  #paintingToolsModal .modal-body .infor_math .note_info {
    font-size: 12px; } }

@media screen and (max-width: 415px) {
  .color-board .btn-view {
    position: initial; }
  .color-picker-container .previous-color-container {
    margin-top: 20px; }
  .productCarousel .item .image_product i {
    margin-left: 0;
    position: inherit; } }
