@charset "UTF-8";
/*--------------box d├ánh ri├¬ng cho product-------------*/
.box_menu_product {
  margin-bottom: 16px; }
  .box_menu_product > ul {
    padding: 0 25px 12px; }
    .box_menu_product > ul > li {
      padding: 12px 0;
      border-bottom: 1px solid #fafafa; }
      .box_menu_product > ul > li:first-child a:before {
        background: url("../images/use/myaccount.png") no-repeat; }
      .box_menu_product > ul > li:last-child {
        border-bottom: none; }
        .box_menu_product > ul > li:last-child a:before {
          width: 18px;
          height: 14px;
          background: url("../images/use/logout.png") no-repeat;
          border-radius: 0; }
      .box_menu_product > ul > li > a {
        cursor: pointer;
        font-family: Roboto-Light;
        font-size: 16px;
        color: #9b9b9b;
        position: relative;
        text-transform: capitalize;
        padding-left: 30px; }
        .box_menu_product > ul > li > a.current, .box_menu_product > ul > li > a:hover {
          color: #d6c28d; }
        .box_menu_product > ul > li > a:before {
          content: '';
          width: 19px;
          height: 19px;
          background: url("../images/use/icon_mycourse.png") no-repeat;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          border-radius: 50%; }
        .box_menu_product > ul > li > a div {
          font-weight: normal;
          cursor: pointer; }
        .box_menu_product > ul > li > a label {
          margin-bottom: 0px;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .box_menu_product > ul > li > a label span {
            display: none; }
          .box_menu_product > ul > li > a label i {
            width: 11px;
            cursor: pointer; }
            .box_menu_product > ul > li > a label i:before {
              margin: 0px;
              font-size: 15px; }
      .box_menu_product > ul > li > ul {
        display: none;
        padding: 3px 0 6px; }
        .box_menu_product > ul > li > ul li {
          border-bottom: 1px solid #ebebeb; }
          .box_menu_product > ul > li > ul li:last-child {
            border-bottom: none; }
          .box_menu_product > ul > li > ul li input {
            display: none; }
          .box_menu_product > ul > li > ul li a {
            display: block;
            padding: 9px 0 9px 29px; }
            .box_menu_product > ul > li > ul li a.current, .box_menu_product > ul > li > ul li a:hover {
              background: rgba(0, 134, 195, 0.87); }
              .box_menu_product > ul > li > ul li a.current div, .box_menu_product > ul > li > ul li a:hover div {
                color: #FFF; }
            .box_menu_product > ul > li > ul li a label {
              margin-bottom: 0px;
              width: 100%; }
            .box_menu_product > ul > li > ul li a div {
              font-family: LinhHelReg;
              font-size: 14px;
              color: #939393;
              cursor: pointer;
              font-weight: normal; }
              .box_menu_product > ul > li > ul li a div span {
                display: none; }
          .box_menu_product > ul > li > ul li > ul li {
            padding-left: 25px; }
            .box_menu_product > ul > li > ul li > ul li:first-child {
              padding-top: 5px; }
            .box_menu_product > ul > li > ul li > ul li:last-child {
              padding-bottom: 0px; }

@media (max-width: 935px) {
  .search_price {
    max-width: 400px; } }
.search_price .title {
  display: block;
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  color: #915507;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px; }
  @media (max-width: 935px) {
    .search_price .title {
      padding-bottom: 0px;
      margin-bottom: 15px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; } }
.search_price .other_price {
  padding-bottom: 65px; }
  @media (max-width: 935px) {
    .search_price .other_price {
      padding-bottom: 25px; } }
  .search_price .other_price #search_price #slider-range-good {
    background: #f0f0f0;
    border: 0px;
    border-radius: 0px;
    margin: 0px 8px; }
    .search_price .other_price #search_price #slider-range-good .ui-slider-range {
      background: #d97d05; }
    .search_price .other_price #search_price #slider-range-good .ui-slider-handle {
      width: 15px;
      height: 20px;
      background: #FFF;
      border: 1px solid #c7c7c7;
      border-radius: 0px;
      cursor: pointer; }
  .search_price .other_price #search_price .row {
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px; }
    .search_price .other_price #search_price .row .col-box {
      width: 28.6%; }
      .search_price .other_price #search_price .row .col-box input {
        width: 100%;
        height: 31px;
        border: 1px solid #c7c7c7;
        padding: 0px 5px;
        font-family: Roboto-Regular;
        font-size: 11.62px;
        color: #777777; }
    .search_price .other_price #search_price .row .btn-price-filter {
      height: 31px;
      cursor: pointer;
      border-radius: 5px;
      background: #FFF;
      border: 1px solid #c7c7c7; }
      .search_price .other_price #search_price .row .btn-price-filter:hover {
        border-color: #d97d05; }
        .search_price .other_price #search_price .row .btn-price-filter:hover i:before {
          color: #d97d05; }
      .search_price .other_price #search_price .row .btn-price-filter i:before {
        color: #c7c7c7; }

.box_tags {
  margin-bottom: 60px; }
  @media (max-width: 935px) {
    .box_tags {
      margin-bottom: 0px; } }
  .box_tags .title {
    display: block;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #915507;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 25px; }
    @media (max-width: 935px) {
      .box_tags .title {
        padding-bottom: 0px;
        margin-bottom: 10px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; } }
  .box_tags #content_list_tag li {
    display: inline-block; }
    .box_tags #content_list_tag li input {
      display: none; }
    .box_tags #content_list_tag li label div {
      font-family: Roboto-Regular;
      font-size: 11.14px;
      color: #777777;
      height: 25px;
      border: 1px solid #c7c7c7;
      line-height: 25px;
      padding: 0px 7px;
      margin-right: 2px;
      margin-bottom: 3px;
      cursor: pointer; }
      .box_tags #content_list_tag li label div:first-letter {
        text-transform: uppercase; }
      .box_tags #content_list_tag li label div:hover {
        color: #915507;
        border-color: #915507; }

/*--------------box d├ánh ri├¬ng cho product-------------*/
#dk_callback {
  z-index: 10000;
  color: #0095da; }
  #dk_callback .modal-header .modal-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Muli-Bold; }
  #dk_callback .modal-header .close {
    padding: 10px 20px;
    margin: -15px -15px -15px auto;
    margin-top: -43px; }
    @media (max-width: 425px) {
      #dk_callback .modal-header .close {
        padding: 0px 10px; } }
    #dk_callback .modal-header .close:hover {
      color: #FFF;
      border-bottom-left-radius: 6px;
      background: #0095da; }
  #dk_callback .modal-body .form_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #dk_callback .modal-body .form_group label {
      padding-left: 0px;
      font-family: Muli-Regular;
      font-size: 16px; }
      @media (max-width: 992px) {
        #dk_callback .modal-body .form_group label {
          width: 100%; } }
      #dk_callback .modal-body .form_group label span {
        color: red;
        font-family: Muli-Light;
        font-size: 15px; }
    #dk_callback .modal-body .form_group .error {
      font-size: 13px;
      font-family: Muli-Light;
      color: red;
      padding-left: 10px;
      padding-top: 5px; }
    #dk_callback .modal-body .form_group input {
      font-size: 13px;
      padding-left: 6px;
      padding: 5px;
      border-radius: 5px;
      border: 1px solid #0095da;
      background: #FFF; }
      @media (max-width: 992px) {
        #dk_callback .modal-body .form_group input {
          width: 100%; } }
    #dk_callback .modal-body .form_group .content {
      padding: 0px;
      border: 1px solid #0095da;
      border-radius: 5px; }
      @media (max-width: 992px) {
        #dk_callback .modal-body .form_group .content {
          width: 100%; } }
      #dk_callback .modal-body .form_group .content #content {
        padding-left: 5px; }
    @media (max-width: 992px) {
      #dk_callback .modal-body .form_group .col-md-3.last {
        display: none; } }
    #dk_callback .modal-body .form_group .submit_form {
      padding: 5px 15px;
      font-size: 15px;
      background: #0095da;
      color: #FFF;
      text-transform: uppercase;
      -webkit-box-shadow: 0px 3px 3px;
      box-shadow: 0px 3px 3px;
      font-family: Muli-Bold;
      margin-top: 10px; }
      @media (max-width: 992px) {
        #dk_callback .modal-body .form_group .submit_form {
          width: auto; } }
      #dk_callback .modal-body .form_group .submit_form:hover {
        opacity: 0.8; }

.video_item {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative; }
  .video_item a:first-child {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 51%; }
    .video_item a:first-child img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto; }
  .video_item > a:last-child {
    font-family: OpenSans-ExtraBold;
    color: #FFF;
    font-size: 16px;
    display: block;
    width: 100%; }

.dk_receiv {
  margin-bottom: 17px; }
  .dk_receiv .title_dk_receiv .main_title {
    font-family: Muli-Regular;
    font-size: 18px;
    color: #fefffe;
    background: #0095da;
    border-radius: 3px;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase; }
  .dk_receiv .title_dk_receiv .small_title {
    font-family: Muli-Regular;
    font-size: 16px;
    color: #fefefe;
    padding-bottom: 23px; }
    @media (max-width: 980px) {
      .dk_receiv .title_dk_receiv .small_title {
        font-size: 13px;
        padding-bottom: 15px; } }
  .dk_receiv #form_dk_receiv {
    background: #f1f1f1;
    margin-top: 4px;
    padding: 15px 14px 17px;
    border-radius: 3px; }
    .dk_receiv #form_dk_receiv .list_input .form_group {
      width: 100%;
      padding-bottom: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 980px) {
        .dk_receiv #form_dk_receiv .list_input .form_group {
          padding-bottom: 10px; } }
      @media (max-width: 600px) {
        .dk_receiv #form_dk_receiv .list_input .form_group {
          padding-bottom: 10px; } }
      .dk_receiv #form_dk_receiv .list_input .form_group label {
        display: none; }
      .dk_receiv #form_dk_receiv .list_input .form_group input, .dk_receiv #form_dk_receiv .list_input .form_group textarea {
        height: 34px;
        border: 1px solid #e7e7e7;
        border-radius: 3px;
        font-family: Muli-Regular;
        font-size: 14px;
        padding-left: 9px;
        width: 100%; }
        .dk_receiv #form_dk_receiv .list_input .form_group input::-webkit-input-placeholder, .dk_receiv #form_dk_receiv .list_input .form_group textarea::-webkit-input-placeholder {
          color: #727272; }
        .dk_receiv #form_dk_receiv .list_input .form_group input:-ms-input-placeholder, .dk_receiv #form_dk_receiv .list_input .form_group textarea:-ms-input-placeholder {
          color: #727272; }
        .dk_receiv #form_dk_receiv .list_input .form_group input::-ms-input-placeholder, .dk_receiv #form_dk_receiv .list_input .form_group textarea::-ms-input-placeholder {
          color: #727272; }
        .dk_receiv #form_dk_receiv .list_input .form_group input::placeholder, .dk_receiv #form_dk_receiv .list_input .form_group textarea::placeholder {
          color: #727272; }
        @media (max-width: 980px) {
          .dk_receiv #form_dk_receiv .list_input .form_group input, .dk_receiv #form_dk_receiv .list_input .form_group textarea {
            padding-left: 10px;
            padding-right: 10px; } }
        .dk_receiv #form_dk_receiv .list_input .form_group input.name, .dk_receiv #form_dk_receiv .list_input .form_group textarea.name {
          background: #e9e9e2 url("../images/use/name.png") no-repeat center;
          background-position-x: calc(100% - 18px); }
        .dk_receiv #form_dk_receiv .list_input .form_group input.phone, .dk_receiv #form_dk_receiv .list_input .form_group textarea.phone {
          background: #e9e9e2 url("../images/use/phone_form.png") no-repeat center;
          background-position-x: calc(100% - 18px); }
        .dk_receiv #form_dk_receiv .list_input .form_group input.email, .dk_receiv #form_dk_receiv .list_input .form_group textarea.email {
          background: #e9e9e2 url("../images/use/email_form.png") no-repeat center;
          background-position-x: calc(100% - 18px); }
        @media (max-width: 980px) {
          .dk_receiv #form_dk_receiv .list_input .form_group input, .dk_receiv #form_dk_receiv .list_input .form_group textarea {
            height: 40px; } }
      .dk_receiv #form_dk_receiv .list_input .form_group.content textarea {
        height: 63px;
        padding-top: 4px; }
      .dk_receiv #form_dk_receiv .list_input .form_group.submit {
        padding-top: 7px;
        padding-bottom: 0px; }
        .dk_receiv #form_dk_receiv .list_input .form_group.submit .submit_form {
          font-family: Muli-Regular;
          font-size: 14px;
          color: #FFF;
          border: none;
          display: inline-block;
          width: auto;
          cursor: pointer;
          background: #0095da;
          padding: 0 21px; }
          .dk_receiv #form_dk_receiv .list_input .form_group.submit .submit_form:hover {
            opacity: 0.9; }
          @media (max-width: 980px) {
            .dk_receiv #form_dk_receiv .list_input .form_group.submit .submit_form {
              font-size: 13px;
              padding: 0 20px; } }
        .dk_receiv #form_dk_receiv .list_input .form_group.submit .icon_submit {
          width: 9px;
          height: 9px;
          background: url("../images/use/right_submit.png") no-repeat;
          background-size: contain;
          position: absolute;
          left: 36px;
          top: 17px; }
    .dk_receiv #form_dk_receiv .form_group.submit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
    .dk_receiv #form_dk_receiv .note {
      font-family: Roboto-Light;
      font-size: 13.89px;
      color: #d7185f;
      font-style: italic; }

.customer_reviews h3.review_title {
  font-family: Roboto-Light;
  font-size: 35px;
  color: #dab973;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 4px; }
.customer_reviews h4.small_title {
  font-family: Roboto-Light;
  font-size: 15px;
  color: #5b5b5a;
  max-width: 592px;
  margin: auto;
  text-align: center;
  padding-bottom: 46px; }
.customer_reviews .list_review .item .top .img {
  border: 10px solid #faf7ef;
  border-radius: 50%; }
  .customer_reviews .list_review .item .top .img a {
    padding-top: 100%;
    border-radius: 50%; }
    .customer_reviews .list_review .item .top .img a img {
      width: 100%; }
.customer_reviews .list_review .item .info {
  text-align: center; }
  .customer_reviews .list_review .item .info .full_name {
    font-family: Roboto-Medium;
    font-size: 18px;
    color: #2a2a2a;
    padding-bottom: 5px; }
  .customer_reviews .list_review .item .info .job {
    font-family: Roboto-Light;
    font-size: 15px;
    color: #dab973;
    text-transform: capitalize;
    padding-top: 10px;
    margin-bottom: -3px; }
  .customer_reviews .list_review .item .info .content {
    font-family: Roboto-Light;
    font-size: 14px;
    color: #949494; }
.customer_reviews .list_review .owl-controls .owl-nav .owl-prev {
  position: absolute;
  right: calc(100% + 45px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .customer_reviews .list_review .owl-controls .owl-nav .owl-prev i:before {
    content: '\e8ac';
    font-family: ficon;
    color: #e3ca96;
    font-style: normal;
    font-size: 28px; }
.customer_reviews .list_review .owl-controls .owl-nav .owl-next {
  position: absolute;
  left: calc(100% + 45px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .customer_reviews .list_review .owl-controls .owl-nav .owl-next i:before {
    content: '\e8ad';
    font-family: ficon;
    color: #e3ca96;
    font-style: normal;
    font-size: 28px; }
.customer_reviews .list_review .owl-controls .owl-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .customer_reviews .list_review .owl-controls .owl-dots .owl-dot:hover span, .customer_reviews .list_review .owl-controls .owl-dots .owl-dot.active span {
    background: #1d81cd; }
  .customer_reviews .list_review .owl-controls .owl-dots .owl-dot span {
    margin: 0 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFF; }
    @media (max-width: 980px) {
      .customer_reviews .list_review .owl-controls .owl-dots .owl-dot span {
        width: 10px;
        height: 10px; } }

/*-------------tth_navigation-------------*/
.tth_navigation {
  background: #f7f7f7;
  border-bottom: 1px solid #e1e1e1;
  padding: 6px 0 4px; }
  .tth_navigation ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .tth_navigation ul li {
      padding-right: 11px; }
      .tth_navigation ul li:last-child {
        padding-right: 0; }
      .tth_navigation ul li a {
        font-family: Roboto-Light;
        font-size: 16px;
        color: #7b7b7b; }
        @media (max-width: 980px) {
          .tth_navigation ul li a {
            font-size: 15px; } }
        @media (max-width: 425px) {
          .tth_navigation ul li a {
            font-size: 14px; } }
        .tth_navigation ul li a:hover, .tth_navigation ul li a.current {
          color: #cbb57b; }
          .tth_navigation ul li a:hover:before, .tth_navigation ul li a.current:before {
            background: url("../images/use/left_navigation_hover.png") no-repeat; }
        .tth_navigation ul li a:before {
          content: '';
          width: 8px;
          height: 8px;
          background: url("../images/use/left_navigation.png") no-repeat;
          background-size: contain;
          display: inline-block;
          margin-right: 6px; }
      .tth_navigation ul li:first-child a:before {
        display: none; }

/*upload-progress ------------------------------------------------------------*/
.fileupload .upload-progress {
  display: none;
  margin-bottom: 5px; }
  .fileupload .upload-progress .progress-bar {
    background: #42b3e5;
    height: 4px; }
.fileupload .upload-progress.show {
  display: block; }
.fileupload .list_uploaded {
  margin-left: -5px;
  margin-right: -5px; }
  .fileupload .list_uploaded:after {
    content: '';
    display: block;
    clear: both; }
  .fileupload .list_uploaded .pic-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    position: relative;
    max-width: 80px;
    width: 25%; }
    .fileupload .list_uploaded .pic-item img {
      width: 100%;
      border-radius: 3px;
      height: 45px; }
    .fileupload .list_uploaded .pic-item .btn-remove {
      color: #CE2C2C;
      display: inline-block;
      font-size: 19px;
      line-height: 22px;
      position: absolute;
      right: 0px;
      top: -5px;
      font-weight: normal;
      border: 1px solid #CE2C2C;
      width: 22px;
      height: 22px;
      text-align: center;
      border-radius: 11px;
      background-color: #fff; }
.fileupload .btn-upload {
  background: #ffffff;
  border: 1px solid #42b3e5;
  color: #000;
  overflow: hidden;
  position: relative;
  padding: 3px 10px;
  display: inline-block; }
  .fileupload .btn-upload input[type="file"] {
    cursor: pointer;
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

/*upload-progress ------------------------------------------------------------*/
/*box-comment -----------------------------------------------------*/
#box_rate_comment .title_comment {
  font-family: Muli-Bold;
  font-size: 20px;
  color: #FFF;
  font-weight: normal;
  height: 41px;
  line-height: 41px;
  background: #007dbf url("../images/use/ritgh_titile_comment.png") no-repeat center;
  background-position: calc(100% - 18px);
  border-radius: 50px;
  padding: 0px 5px 0px 25px;
  margin-bottom: 20px; }
  @media (max-width: 980px) {
    #box_rate_comment .title_comment {
      padding: 0 37px 0px 15px;
      height: 35px;
      line-height: 35px;
      font-size: 20px;
      display: inline-block;
      background-position: calc(100% - 14px); } }
#box_rate_comment .list_comment .media .media-body .name {
  font-family: helveticaneuemedium;
  font-size: 18px;
  color: #545454; }
#box_rate_comment .list_comment .media .media-body .comment {
  font-family: helveticaneue-regular;
  text-align: justify;
  font-size: 14px;
  color: #545454; }
#box_rate_comment .list_comment .media .media-body .reply .show_num_comment, #box_rate_comment .list_comment .media .media-body .reply .time {
  font-family: helveticaneue-regular;
  font-size: 14px;
  color: #006a24; }
#box_rate_comment .list_comment .media .media-body .reply .show_num_comment {
  cursor: pointer; }
  #box_rate_comment .list_comment .media .media-body .reply .show_num_comment:hover {
    font-weight: bold; }
#box_rate_comment .list_comment .media .media-body .list_reply {
  padding: 10px 0px;
  padding-left: 30px; }
  #box_rate_comment .list_comment .media .media-body .list_reply .media .input {
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 3px;
    font-family: Roboto-Light;
    font-size: 14px;
    color: #636363;
    font-style: italic;
    padding: 5px 9px; }
  #box_rate_comment .list_comment .media .media-body .list_reply .media.last {
    margin-bottom: 10px; }
  #box_rate_comment .list_comment .media .media-body .list_reply .d-none {
    display: none; }
#box_rate_comment .list_comment .media .media-body .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (max-width: 768px) {
    #box_rate_comment .list_comment .media .media-body .captcha {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding-bottom: 10px; } }
  #box_rate_comment .list_comment .media .media-body .captcha .captcha-group .captcha_img {
    height: 30px; }
  #box_rate_comment .list_comment .media .media-body .captcha .form-control {
    height: 30px; }
#box_rate_comment .list_comment .media .media-body .button-blue {
  background: #77a3b9;
  font-family: Roboto-Medium;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0px 8px;
  border-radius: 3px; }
  #box_rate_comment .list_comment .media .media-body .button-blue:hover {
    opacity: 0.8; }
#box_rate_comment #form_rate {
  position: relative; }
  #box_rate_comment #form_rate .row {
    margin: 0 -5px; }
    #box_rate_comment #form_rate .row .col-sm-6 {
      padding: 0 5px; }
    #box_rate_comment #form_rate .row.last {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  #box_rate_comment #form_rate .media {
    overflow: hidden; }
    #box_rate_comment #form_rate .media .input {
      width: 100%;
      border: none;
      font-family: Muli-Regular;
      font-size: 14px;
      color: #a0a1a2;
      padding: 5px 9px 5px 23px;
      background: #f3f3f3; }
    #box_rate_comment #form_rate .media textarea {
      height: 100px;
      padding-top: 16px !important; }
  #box_rate_comment #form_rate .captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      #box_rate_comment #form_rate .captcha {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 10px; } }
    #box_rate_comment #form_rate .captcha .captcha-group .captcha_img {
      height: 40px; }
      @media (max-width: 980px) {
        #box_rate_comment #form_rate .captcha .captcha-group .captcha_img {
          height: 31px; } }
    #box_rate_comment #form_rate .captcha input {
      max-width: 65px; }
    #box_rate_comment #form_rate .captcha .form-control {
      height: 40px; }
      @media (max-width: 980px) {
        #box_rate_comment #form_rate .captcha .form-control {
          height: 31px; } }
  #box_rate_comment #form_rate .button-blue {
    background: #007dbf;
    font-family: Muli-Bold;
    font-size: 18px;
    color: #fefefe;
    height: 40px;
    padding: 0px 32px;
    border-radius: 50px; }
    #box_rate_comment #form_rate .button-blue:hover {
      opacity: 0.8; }
    @media (max-width: 980px) {
      #box_rate_comment #form_rate .button-blue {
        height: 31px; } }

#tth-column_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  #tth-column_left .banner_left {
    background: #FFF;
    padding: 12px 10px 20px;
    margin-bottom: 18px; }
    @media (max-width: 980px) {
      #tth-column_left .banner_left {
        display: none; } }
    #tth-column_left .banner_left .banner_item a {
      width: 100%; }
      #tth-column_left .banner_left .banner_item a img {
        width: 100%; }
  #tth-column_left .product_title {
    background: #0753c4;
    text-align: center;
    padding: 7px 5px 9px; }
    @media (max-width: 980px) {
      #tth-column_left .product_title {
        display: none; } }
    #tth-column_left .product_title span {
      font-family: LinhAvantGardeDemiBold;
      font-size: 17px;
      color: #FFF;
      text-transform: uppercase; }
      #tth-column_left .product_title span:before {
        content: '';
        width: 20px;
        height: 21px;
        background: url("../images/use/star.png") no-repeat;
        display: inline-block;
        margin-right: 12px;
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px); }
  #tth-column_left .list_item_product {
    background: #FFF;
    padding: 10px 20px; }
    @media (max-width: 980px) {
      #tth-column_left .list_item_product {
        display: none; } }
    #tth-column_left .list_item_product .row_item {
      margin-right: 0; }
      #tth-column_left .list_item_product .row_item .item {
        width: 100%;
        padding: 15px 0;
        margin-bottom: 0;
        border-bottom: 1px solid #f6f6f6; }
        #tth-column_left .list_item_product .row_item .item:last-child {
          border-bottom: none; }
        #tth-column_left .list_item_product .row_item .item .wrap_item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          border: none;
          padding: 0; }
          #tth-column_left .list_item_product .row_item .item .wrap_item .img {
            width: 37%;
            padding-bottom: 0;
            border-bottom: none; }
            #tth-column_left .list_item_product .row_item .item .wrap_item .img a {
              padding-top: 99%; }
          #tth-column_left .list_item_product .row_item .item .wrap_item .info {
            width: 63%;
            padding-top: 0;
            padding-left: 6%; }
            #tth-column_left .list_item_product .row_item .item .wrap_item .info h3 {
              padding-bottom: 3px; }
              #tth-column_left .list_item_product .row_item .item .wrap_item .info h3 a {
                font-family: lato-regular;
                font-size: 14px;
                color: #818181; }
                #tth-column_left .list_item_product .row_item .item .wrap_item .info h3 a:hover {
                  color: #ee0000; }
            #tth-column_left .list_item_product .row_item .item .wrap_item .info .info-price .price_sale {
              font-family: lato-semibold;
              font-size: 14px;
              color: #ee0000;
              padding-right: 7px;
              padding-bottom: 6px; }
            #tth-column_left .list_item_product .row_item .item .wrap_item .info .info-price .price {
              font-size: 12px;
              font-family: lato-light;
              color: #989898;
              text-decoration: line-through;
              padding-bottom: 6px; }
            #tth-column_left .list_item_product .row_item .item .wrap_item .info .rate {
              padding: 0; }
              #tth-column_left .list_item_product .row_item .item .wrap_item .info .rate i:before {
                margin: 0;
                margin-right: 3px;
                font-size: 12px; }

.box_menu_product.box_user {
  background: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
  overflow: hidden; }
  .box_menu_product.box_user .box-title .info_user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dashed #f2f2f2;
    padding: 12px 5px 15px 26px; }
    .box_menu_product.box_user .box-title .info_user .img {
      width: 64px; }
      .box_menu_product.box_user .box-title .info_user .img .img_text {
        width: 64px;
        height: 64px;
        background: #fdcc38;
        font-family: Roboto-Bold;
        font-size: 18px;
        color: #ff0000;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 50%; }
      .box_menu_product.box_user .box-title .info_user .img a {
        padding-top: 100%;
        border-radius: 50%; }
        .box_menu_product.box_user .box-title .info_user .img a img {
          width: 100%; }
    .box_menu_product.box_user .box-title .info_user .info {
      width: calc(100% - 64px);
      padding-left: 19px; }
      .box_menu_product.box_user .box-title .info_user .info .title {
        font-family: Roboto-Regular;
        font-size: 16px;
        color: #242424;
        text-transform: uppercase;
        margin-bottom: -3px; }
      .box_menu_product.box_user .box-title .info_user .info .user_title {
        font-family: Roboto-Light;
        font-size: 14px;
        color: #acacac; }


