@charset "UTF-8";
@import url(fontello/css/ficon-embedded.css);
@import url(grid_system.css);
@import url(forms.css);
@import url(tables.css);
@font-face {
  font-family: "Muli-Regular";
  src: local("Muli-Regular"), local("Muli-Regular"), url("../fonts/Muli-Regular.eot");
  src: local("Muli-Regular"), local("Muli-Regular"), url("../fonts/Muli-Regular?#iefix") format("embedded-opentype"), url("../fonts/Muli-Regular.woff2") format("woff2"), url("../fonts/Muli-Regular.woff") format("woff"), url("../fonts/Muli-Regular.ttf") format("truetype"), url("../fonts/Muli-Regular.svg#Muli-Regular") format("svg");
  font-style: normal;
}
@font-face {
  font-family: "Muli-Bold";
  src: local("Muli-Bold"), local("Muli-Bold"), url("../fonts/Muli-Bold.eot");
  src: local("Muli-Bold"), local("Muli-Bold"), url("../fonts/Muli-Bold?#iefix") format("embedded-opentype"), url("../fonts/Muli-Bold.woff2") format("woff2"), url("../fonts/Muli-Bold.woff") format("woff"), url("../fonts/Muli-Bold.ttf") format("truetype"), url("../fonts/Muli-Bold.svg#Muli-Bold") format("svg");
  font-style: normal;
}
@font-face {
  font-family: "Muli-ExtraBold";
  src: local("Muli-ExtraBold"), local("Muli-ExtraBold"), url("../fonts/Muli-ExtraBold.eot");
  src: local("Muli-ExtraBold"), local("Muli-ExtraBold"), url("../fonts/Muli-ExtraBold?#iefix") format("embedded-opentype"), url("../fonts/Muli-ExtraBold.woff2") format("woff2"), url("../fonts/Muli-ExtraBold.woff") format("woff"), url("../fonts/Muli-ExtraBold.ttf") format("truetype"), url("../fonts/Muli-ExtraBold.svg#Muli-ExtraBold") format("svg");
  font-style: normal;
}
@font-face {
  font-family: "Muli-Light";
  src: local("Muli-Light"), local("Muli-Light"), url("../fonts/Muli-Light.eot");
  src: local("Muli-Light"), local("Muli-Light"), url("../fonts/Muli-Light?#iefix") format("embedded-opentype"), url("../fonts/Muli-Light.woff2") format("woff2"), url("../fonts/Muli-Light.woff") format("woff"), url("../fonts/Muli-Light.ttf") format("truetype"), url("../fonts/Muli-Light.svg#Muli-Light") format("svg");
  font-style: normal;
}
@font-face {
  font-family: "Mulish-Medium";
  src: local("Mulish-Medium"), local("Mulish-Medium"), url("../fonts/Mulish-Medium.eot");
  src: local("Mulish-Medium"), local("Mulish-Medium"), url("../fonts/Mulish-Medium?#iefix") format("embedded-opentype"), url("../fonts/Mulish-Medium.woff2") format("woff2"), url("../fonts/Mulish-Medium.woff") format("woff"), url("../fonts/Mulish-Medium.ttf") format("truetype"), url("../fonts/Mulish-Medium.svg#Mulish-Medium") format("svg");
  font-style: normal;
}
@font-face {
  font-family: "icielpanton-black";
  src: local("icielpanton-black"), local("icielpanton-black"), url("../fonts/icielpanton-black.eot");
  src: local("icielpanton-black"), local("icielpanton-black"), url("../fonts/icielpanton-black?#iefix") format("embedded-opentype"), url("../fonts/icielpanton-black.woff2") format("woff2"), url("../fonts/icielpanton-black.woff") format("woff"), url("../fonts/icielpanton-black.ttf") format("truetype"), url("../fonts/icielpanton-black.svg#icielpanton-black") format("svg");
  font-style: normal;
}
* {
  line-height: 150%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

#main_slide a, .banner_in a {
  display: block;
}
#main_slide img, .banner_in img {
  width: 100%;
}

.limit {
  overflow: hidden;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
}

.img {
  overflow: hidden;
}
.img > a:first-child {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 50%;
}
.img > a:first-child:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.img > a:first-child img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.product_item .img > a:first-child {
  padding-top: 67%;
  position: relative;
  overflow: hidden;
  height: 0px;
}

.product_item .img > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.product_item .img:hover > a > img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.justify {
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.nostart {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

br.clear {
  clear: both;
  margin-top: -15px;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a {
  display: inline-block;
  outline: none;
  text-decoration: none;
  color: #444444;
  -webkit-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}

.input_hidden {
  height: 0px;
  border: none;
  font-size: 0px;
  background: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}

p {
  margin: 0px 0px;
}

ul.list_none {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.input_hidden {
  height: 0px !important;
  border: none !important;
  font-size: 0px !important;
  background: none !important;
  padding: 0px !important;
  margin: 0px !important;
}

table {
  table-layout: fixed;
}

.table-responsive {
  width: 100%;
  overflow: auto;
}

table.tablescroll > tbody,
table.tablescroll > thead,
table.tablescroll > tfoot {
  display: block;
  width: 100%;
}

table.tablescroll > tbody {
  overflow-y: scroll;
  overflow-x: hidden;
}

table.tablescroll > tbody > tr,
table.tablescroll > thead > tr,
table.tablescroll > tfoot > tr {
  display: table;
  width: 100%;
}

/*--------------box dành riêng cho product-------------*/
.d-none {
  display: none !important;
}

@media (max-width: 950px) {
  .box_menu_product {
    display: none;
  }
}
.box_menu_product .box-title {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  text-transform: uppercase;
  color: #915507;
  border-bottom: 1px solid #f3f3f3;
  padding-top: 5px;
  padding-bottom: 10px;
  display: none;
}
.box_menu_product > ul > li {
  padding-bottom: 1px;
}
.box_menu_product > ul > li > a {
  display: block;
  background: #323e4e;
  padding: 0px 17px 0px 20px;
}
@media (max-width: 1180px) {
  .box_menu_product > ul > li > a {
    padding: 0px 5px;
  }
}
.box_menu_product > ul > li > a.current div, .box_menu_product > ul > li > a:hover div {
  color: #ecdeb1;
}
.box_menu_product > ul > li > a.current div:before, .box_menu_product > ul > li > a:hover div:before {
  background: #ecdeb1;
}
.box_menu_product > ul > li > a div {
  font-family: Roboto-Light;
  font-weight: 600;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  padding: 12px 0px 10px 22px;
  font-weight: normal;
}
@media (max-width: 1180px) {
  .box_menu_product > ul > li > a div {
    padding-left: 15px;
  }
}
@media (max-width: 1024px) {
  .box_menu_product > ul > li > a div {
    font-size: 14px;
  }
}
.box_menu_product > ul > li > a div:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #ffffff;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1180px) {
  .box_menu_product > ul > li > a div:before {
    width: 7px;
    height: 7px;
  }
}
.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;
  color: #FFF;
  font-size: 17px;
}
.box_menu_product > ul > li > ul {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 6px;
  background: #f3f1f1;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: -1px;
  display: none;
}
.box_menu_product > ul > li > ul li {
  padding-bottom: 10px;
}
.box_menu_product > ul > li > ul li input {
  display: none;
}
.box_menu_product > ul > li > ul li a {
  display: block;
}
.box_menu_product > ul > li > ul li a.current div {
  color: #50a4df;
}
.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: helveticaneue;
  font-size: 17.82px;
  color: #161616;
  cursor: pointer;
  font-weight: normal;
}
@media (max-width: 1180px) {
  .box_menu_product > ul > li > ul li a div {
    font-size: 15px;
  }
}
.box_menu_product > ul > li > ul li a div:before {
  content: "\e8b5";
  font-family: ficon;
  padding-right: 12px;
}
@media (max-width: 1180px) {
  .box_menu_product > ul > li > ul li a div:before {
    padding-right: 8px;
  }
}
.box_menu_product > ul > li > ul li a div:hover {
  color: #50a4df;
}
.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;
}
.box_menu_product > ul > li > ul li > ul li a div:before {
  padding-right: 5px;
}

@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, #dk_callback1, #dk_callback_all {
  z-index: 10000;
}
#dk_callback .modal-header .modal-title, #dk_callback1 .modal-header .modal-title, #dk_callback_all .modal-header .modal-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Roboto-Bold;
  color: #026a9b;
}
#dk_callback .modal-header .close, #dk_callback1 .modal-header .close, #dk_callback_all .modal-header .close {
  padding: 10px 20px;
  margin: -15px -15px -15px auto;
  margin-top: -43px;
}
@media (max-width: 425px) {
  #dk_callback .modal-header .close, #dk_callback1 .modal-header .close, #dk_callback_all .modal-header .close {
    padding: 0px 10px;
  }
}
#dk_callback .modal-header .close:hover, #dk_callback1 .modal-header .close:hover, #dk_callback_all .modal-header .close:hover {
  background: #026a9b;
  color: #FFF;
  border-bottom-left-radius: 6px;
}
#dk_callback .modal-body .form_group, #dk_callback1 .modal-body .form_group, #dk_callback_all .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, #dk_callback1 .modal-body .form_group label, #dk_callback_all .modal-body .form_group label {
  padding-left: 0px;
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #026a9b;
}
@media (max-width: 992px) {
  #dk_callback .modal-body .form_group label, #dk_callback1 .modal-body .form_group label, #dk_callback_all .modal-body .form_group label {
    width: 100%;
  }
}
#dk_callback .modal-body .form_group label span, #dk_callback1 .modal-body .form_group label span, #dk_callback_all .modal-body .form_group label span {
  color: red;
  font-family: Roboto-Light;
  font-size: 15px;
}
#dk_callback .modal-body .form_group .error, #dk_callback1 .modal-body .form_group .error, #dk_callback_all .modal-body .form_group .error {
  font-size: 13px;
  font-family: Roboto-Light;
  color: red;
  padding-left: 10px;
  padding-top: 5px;
}
#dk_callback .modal-body .form_group input, #dk_callback1 .modal-body .form_group input, #dk_callback_all .modal-body .form_group input {
  font-size: 13px;
  padding-left: 6px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #026a9b;
}
@media (max-width: 992px) {
  #dk_callback .modal-body .form_group input, #dk_callback1 .modal-body .form_group input, #dk_callback_all .modal-body .form_group input {
    width: 100%;
  }
}
#dk_callback .modal-body .form_group .content, #dk_callback1 .modal-body .form_group .content, #dk_callback_all .modal-body .form_group .content {
  padding: 0px;
  border: 1px solid #026a9b;
  border-radius: 5px;
}
@media (max-width: 992px) {
  #dk_callback .modal-body .form_group .content, #dk_callback1 .modal-body .form_group .content, #dk_callback_all .modal-body .form_group .content {
    width: 100%;
  }
}
#dk_callback .modal-body .form_group .content #content, #dk_callback1 .modal-body .form_group .content #content, #dk_callback_all .modal-body .form_group .content #content {
  padding-left: 5px;
}
@media (max-width: 992px) {
  #dk_callback .modal-body .form_group .col-md-3.last, #dk_callback1 .modal-body .form_group .col-md-3.last, #dk_callback_all .modal-body .form_group .col-md-3.last {
    display: none;
  }
}
#dk_callback .modal-body .form_group .submit_form, #dk_callback1 .modal-body .form_group .submit_form, #dk_callback_all .modal-body .form_group .submit_form {
  padding: 5px 15px;
  font-size: 15px;
  background: #026a9b;
  color: #FFF;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 3px 3px;
          box-shadow: 0px 3px 3px;
  font-family: Roboto-Bold;
  margin-top: 10px;
}
@media (max-width: 992px) {
  #dk_callback .modal-body .form_group .submit_form, #dk_callback1 .modal-body .form_group .submit_form, #dk_callback_all .modal-body .form_group .submit_form {
    width: auto;
  }
}
#dk_callback .modal-body .form_group .submit_form:hover, #dk_callback1 .modal-body .form_group .submit_form:hover, #dk_callback_all .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 .border {
  padding: 8px;
  border-radius: 8px;
  background: #FFF;
}
@media (max-width: 980px) {
  .video_item .border {
    padding: 5px;
  }
}
.video_item .border a:first-child {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 64%;
}
.video_item .border a:first-child:before {
  content: "";
  position: absolute;
  background: url(../images/play_youtube.png) no-repeat center center;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
@media (max-width: 980px) {
  .video_item .border a:first-child:before {
    background-size: 50px;
  }
}
@media (max-width: 600px) {
  .video_item .border a:first-child:before {
    background-size: 30px;
  }
}
.video_item .border a:first-child img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  height: auto;
}
.video_item > a:last-child {
  font-family: Muli-Regular;
  color: #848484;
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 980px) {
  .video_item > a:last-child {
    padding-top: 10px;
  }
}

.dk_receiv {
  padding-top: 27px;
}
.dk_receiv .border {
  background: #107eae url(../images/use/bg_icon.png);
  position: relative;
  margin-top: 29px;
}
.dk_receiv .border:before {
  content: "";
  width: 100%;
  height: 29px;
  background: url("../images/use/bg_top.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media (max-width: 768px) {
  .dk_receiv .border:before {
    background-size: auto 100%;
  }
}
.dk_receiv .border .wrap {
  max-width: 1150px;
  margin: auto;
}
@media (max-width: 1150px) {
  .dk_receiv .border .wrap {
    margin: 0 10px;
  }
}
.dk_receiv .title_dk_receiv {
  padding-bottom: 24px;
  padding-top: 31px;
}
@media (max-width: 980px) {
  .dk_receiv .title_dk_receiv {
    padding: 20px 0px;
  }
}
.dk_receiv .title_dk_receiv .main_title {
  font-family: Muli-ExtraBold;
  font-size: 28px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 2px;
}
@media (max-width: 980px) {
  .dk_receiv .title_dk_receiv .main_title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .dk_receiv .title_dk_receiv .main_title {
    font-size: 20px;
  }
}
.dk_receiv .title_dk_receiv .small_title_dk {
  font-family: Muli-Regular;
  font-size: 14px;
  color: #FFF;
  max-width: 485px;
  margin: auto;
  text-align: center;
}
.dk_receiv #form_dk_receiv .list_input .form_group {
  width: 100%;
  padding-bottom: 16px;
}
@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 {
  height: 43px;
  border: none;
  border-radius: 4px;
  background: none;
  font-family: Muli-Regular;
  font-size: 14px;
  color: #818181;
  padding-left: 18px;
  width: 100%;
}
@media (max-width: 980px) {
  .dk_receiv #form_dk_receiv .list_input .form_group input {
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
  }
}
@media (max-width: 600px) {
  .dk_receiv #form_dk_receiv .list_input .form_group input {
    font-size: 12px;
  }
}
.dk_receiv #form_dk_receiv .list_input .form_group input::-webkit-input-placeholder {
  color: #818181;
}
.dk_receiv #form_dk_receiv .list_input .form_group input::-moz-placeholder {
  color: #818181;
}
.dk_receiv #form_dk_receiv .list_input .form_group input:-ms-input-placeholder {
  color: #818181;
}
.dk_receiv #form_dk_receiv .list_input .form_group input::-ms-input-placeholder {
  color: #818181;
}
.dk_receiv #form_dk_receiv .list_input .form_group input::placeholder {
  color: #818181;
}
.dk_receiv #form_dk_receiv .list_input .form_group input.name {
  background: #fff1cd url("../images/use/contact_form.png") no-repeat center;
  background-position: calc(100% - 10px);
}
@media (max-width: 400px) {
  .dk_receiv #form_dk_receiv .list_input .form_group input.name {
    background: #fff1cd;
  }
}
.dk_receiv #form_dk_receiv .list_input .form_group input.phone {
  background: #fff1cd url("../images/use/phone_form.png") no-repeat center;
  background-position: calc(100% - 10px);
}
@media (max-width: 400px) {
  .dk_receiv #form_dk_receiv .list_input .form_group input.phone {
    background: #fff1cd;
  }
}
.dk_receiv #form_dk_receiv .list_input .form_group input.email {
  background: #fff1cd url("../images/use/email_form.png") no-repeat center;
  background-position: calc(100% - 10px);
}
@media (max-width: 400px) {
  .dk_receiv #form_dk_receiv .list_input .form_group input.email {
    background: #fff1cd;
  }
}
.dk_receiv #form_dk_receiv .list_input .form_group.content {
  width: 50%;
  padding-right: 6px;
}
.dk_receiv #form_dk_receiv .list_input .form_group.content textarea {
  height: 175px;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  background: none;
  font-family: UTMAvo;
  font-size: 14px;
  color: #080808;
  padding-left: 28px;
  padding-top: 17px;
}
@media (max-width: 980px) {
  .dk_receiv #form_dk_receiv .list_input .form_group.content textarea {
    padding-left: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .dk_receiv #form_dk_receiv .list_input .form_group.content textarea {
    font-size: 12px;
  }
}
.dk_receiv #form_dk_receiv .list_input .form_group.content textarea::-webkit-input-placeholder {
  color: #080808;
}
.dk_receiv #form_dk_receiv .list_input .form_group.content textarea::-moz-placeholder {
  color: #080808;
}
.dk_receiv #form_dk_receiv .list_input .form_group.content textarea:-ms-input-placeholder {
  color: #080808;
}
.dk_receiv #form_dk_receiv .list_input .form_group.content textarea::-ms-input-placeholder {
  color: #080808;
}
.dk_receiv #form_dk_receiv .list_input .form_group.content textarea::placeholder {
  color: #080808;
}
.dk_receiv #form_dk_receiv .list_input .form_group.submit .submit_form {
  margin: auto;
  font-family: Muli-ExtraBold;
  font-size: 18px;
  color: #fe0000;
  border: none;
  display: block;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 21px 24px 24px 23px;
  height: unset;
  background: url("../images/use/icon_read_more_yellow.png") no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 980px) {
  .dk_receiv #form_dk_receiv .list_input .form_group.submit .submit_form {
    padding: 16px 17px 16px 17px;
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .dk_receiv #form_dk_receiv .list_input .form_group.submit .submit_form {
    font-size: 13px;
  }
}
.dk_receiv #form_dk_receiv .list_input .form_group.submit .submit_form:hover {
  opacity: 0.9;
}
.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 .list_input .right_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -19px;
}
@media (max-width: 980px) {
  .dk_receiv #form_dk_receiv .list_input .right_form {
    margin-right: -10px;
  }
}
.dk_receiv #form_dk_receiv .list_input .right_form .form_group {
  width: 33.3%;
  padding-right: 19px;
}
@media (max-width: 980px) {
  .dk_receiv #form_dk_receiv .list_input .right_form .form_group {
    padding-right: 10px;
  }
}
.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 {
  padding: 36px 0px;
}
.customer_reviews .title {
  font-family: UTMAvo;
  font-size: 30px;
  color: #0b0b0b;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media (max-width: 980px) {
  .customer_reviews .title {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .customer_reviews .title {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .customer_reviews .title {
    font-size: 16px;
  }
}
.customer_reviews .title span {
  font-family: UTMAvoBold0;
  font-size: 35px;
  color: #00adef;
}
@media (max-width: 980px) {
  .customer_reviews .title span {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .customer_reviews .title span {
    font-size: 25px;
  }
}
@media (max-width: 375px) {
  .customer_reviews .title span {
    font-size: 20px;
  }
}
.customer_reviews .list_review .owl-stage-outer {
  padding-right: 5px;
  margin-right: -5px;
}
.customer_reviews .list_review .owl-stage .owl-item:nth-child(3n+1) .img {
  -webkit-box-shadow: 5px 0px #0076bc;
          box-shadow: 5px 0px #0076bc;
}
.customer_reviews .list_review .owl-stage .owl-item:nth-child(3n+1) .job {
  color: #0076bc;
}
.customer_reviews .list_review .owl-stage .owl-item:nth-child(3n+2) .img {
  -webkit-box-shadow: 5px 0px #e01684;
          box-shadow: 5px 0px #e01684;
}
.customer_reviews .list_review .owl-stage .owl-item:nth-child(3n+2) .job {
  color: #e01684;
}
.customer_reviews .list_review .owl-stage .owl-item:nth-child(3n+3) .img {
  -webkit-box-shadow: 5px 0px #63269f;
          box-shadow: 5px 0px #63269f;
}
.customer_reviews .list_review .owl-stage .owl-item:nth-child(3n+3) .job {
  color: #63269f;
}
.customer_reviews .list_review .item {
  font-family: UTMAvo;
  text-align: center;
  padding-left: 56px;
}
@media (max-width: 1080px) {
  .customer_reviews .list_review .item {
    padding-left: 20px;
  }
}
@media (max-width: 500px) {
  .customer_reviews .list_review .item {
    padding-left: 0px;
  }
}
.customer_reviews .list_review .item .img {
  max-width: 249px;
  max-height: 249px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 25px;
}
.customer_reviews .list_review .item .img a {
  padding-top: 100%;
  border-radius: 50%;
}
.customer_reviews .list_review .item .full_name {
  font-size: 16px;
  color: #121212;
  padding-bottom: 3px;
}
.customer_reviews .list_review .item .job {
  font-size: 16px;
  padding-bottom: 8px;
  position: relative;
}
.customer_reviews .list_review .item .job:before {
  content: "\e84d";
  font-family: ficon;
  position: absolute;
  bottom: calc(100% + 11px);
  left: -56px;
  font-size: 35px;
}
@media (max-width: 1080px) {
  .customer_reviews .list_review .item .job:before {
    left: -20px;
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .customer_reviews .list_review .item .job:before {
    display: none;
  }
}
.customer_reviews .list_review .item .content {
  font-size: 14px;
  color: #0d0d0d;
  position: relative;
}
.customer_reviews .list_review .item .content:before {
  content: "";
  width: 44px;
  height: 39px;
  background: url("../images/left_content_review.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: -80px;
  top: -20px;
}
@media (max-width: 1024px) {
  .customer_reviews .list_review .item .content:before {
    display: none;
  }
}
.customer_reviews .list_review .item .content:after {
  content: "";
  width: 44px;
  height: 39px;
  background: url("../images/right_content_review.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: -68px;
  bottom: 0px;
}
@media (max-width: 1024px) {
  .customer_reviews .list_review .item .content:after {
    display: none;
  }
}
.customer_reviews .list_review .owl-controls .owl-dots {
  margin-top: 36px;
}
@media (max-width: 980px) {
  .customer_reviews .list_review .owl-controls .owl-dots {
    margin-top: 20px;
  }
}
.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: #FFF;
}
.customer_reviews .list_review .owl-controls .owl-dots .owl-dot span {
  margin: 0px 5px;
  background: none;
  width: 17px;
  height: 17px;
  border: 1px solid #FFF;
  border-radius: 50%;
}
@media (max-width: 980px) {
  .customer_reviews .list_review .owl-controls .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
}

/*-------------tth_navigation-------------*/
.tth_navigation {
  background: rgba(240, 219, 45, 0.15);
  padding: 10px 0px 9px;
}
.tth_navigation ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .tth_navigation ul li:nth-child(3) {
    display: none;
  }
}
.tth_navigation ul li a {
  font-family: "Muli-ExtraBold";
  font-size: 16px;
  color: #484848;
}
.tth_navigation ul li a.current, .tth_navigation ul li a:hover {
  color: #107eae;
}
.tth_navigation ul li a:before {
  content: "/";
  padding: 0 3px;
  color: #484848;
}
.tth_navigation ul li:first-child a:before {
  display: none;
}
.tth_navigation ul li.current a {
  color: #107eae;
}

/*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: 22px;
  color: #FFF;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  background: #77a3b9;
  border-radius: 6px;
  padding: 0 25px;
  display: inline-block;
}
@media (max-width: 980px) {
  #box_rate_comment .title_comment {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
  }
}
#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 .media {
  overflow: hidden;
}
#box_rate_comment #form_rate .media .input {
  width: 100%;
  border: 1px solid #cecece;
  border-radius: 3px;
  font-family: helveticaneue-regular;
  font-size: 14px;
  color: #7a7a7a;
  padding: 5px 9px 5px 23px;
}
#box_rate_comment #form_rate .media textarea {
  font-size: 18px !important;
  color: #7a7a7a;
  padding: 10px 23px !important;
  height: 73px;
}
#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: 30px;
}
#box_rate_comment #form_rate .captcha .form-control {
  height: 30px;
}
#box_rate_comment #form_rate .button-blue {
  background: #15a72d;
  font-family: avantg;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0px 8px;
  border-radius: 3px;
}
#box_rate_comment #form_rate .button-blue:hover {
  opacity: 0.8;
}

@media (min-width: 992px) {
  #dk_callback.modal .modal-lg, #dk_callback1 .modal-lg, #dk_callback_all .modal-lg {
    width: 755px;
    margin: 120px auto;
  }
}
#dk_callback.modal .modal-lg .modal-content, #dk_callback1 .modal-lg .modal-content, #dk_callback_all .modal-lg .modal-content {
  background: #107eae;
}
#dk_callback.modal .modal-lg .modal-content .modal-header, #dk_callback1 .modal-lg .modal-content .modal-header, #dk_callback_all .modal-lg .modal-content .modal-header {
  padding: 35px 7.2% 44px;
  position: relative;
  border-bottom: none;
}
@media (max-width: 980px) {
  #dk_callback.modal .modal-lg .modal-content .modal-header, #dk_callback1 .modal-lg .modal-content .modal-header, #dk_callback_all .modal-lg .modal-content .modal-header {
    padding: 20px 10px;
  }
}
#dk_callback.modal .modal-lg .modal-content .modal-header .modal-title, #dk_callback1 .modal-lg .modal-content .modal-header .modal-title, #dk_callback_all .modal-lg .modal-content .modal-header .modal-title {
  font-family: Muli-ExtraBold;
  font-size: 26px;
  color: #ff0000;
  background: #fecc0c;
  padding: 20px 5px;
}
@media (max-width: 980px) {
  #dk_callback.modal .modal-lg .modal-content .modal-header .modal-title, #dk_callback1 .modal-lg .modal-content .modal-header .modal-title, #dk_callback_all .modal-lg .modal-content .modal-header .modal-title {
    font-size: 20px;
    padding: 5px;
  }
}
#dk_callback.modal .modal-lg .modal-content .modal-header .close, #dk_callback1 .modal-lg .modal-content .modal-header .close, #dk_callback_all .modal-lg .modal-content .modal-header .close {
  padding: 0px;
  width: 37px;
  height: 37px;
  color: #FFF;
  border: 3px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  right: -16px;
  top: 14px;
}
@media (max-width: 768px) {
  #dk_callback.modal .modal-lg .modal-content .modal-header .close, #dk_callback1 .modal-lg .modal-content .modal-header .close, #dk_callback_all .modal-lg .modal-content .modal-header .close {
    display: none;
  }
}
#dk_callback.modal .modal-lg .modal-content .modal-body, #dk_callback1 .modal-lg .modal-content .modal-body, #dk_callback_all .modal-lg .modal-content .modal-body {
  padding: 0px 7.2% 40px;
}
@media (max-width: 980px) {
  #dk_callback.modal .modal-lg .modal-content .modal-body, #dk_callback1 .modal-lg .modal-content .modal-body, #dk_callback_all .modal-lg .modal-content .modal-body {
    padding: 0px 10px 20px;
  }
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group {
  width: 50%;
  padding-right: 12px;
  padding-bottom: 13px;
}
@media (max-width: 426px) {
  #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group {
    width: 100%;
  }
  #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group.cap, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group.cap, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group.cap, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group.cap, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group.cap, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group.cap, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group.cap, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group.cap, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group.cap {
    width: 50%;
  }
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input {
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 5px;
  padding-left: 13px;
  font-family: Muli-Light;
  font-size: 13px;
  color: #807f7f;
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input::-webkit-input-placeholder, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input::-webkit-input-placeholder, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input::-webkit-input-placeholder, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input::-webkit-input-placeholder, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input::-webkit-input-placeholder, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input::-webkit-input-placeholder, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input::-webkit-input-placeholder, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input::-webkit-input-placeholder, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input::-webkit-input-placeholder {
  color: #807f7f;
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input::-moz-placeholder, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input::-moz-placeholder, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input::-moz-placeholder, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input::-moz-placeholder, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input::-moz-placeholder, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input::-moz-placeholder, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input::-moz-placeholder, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input::-moz-placeholder, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input::-moz-placeholder {
  color: #807f7f;
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input:-ms-input-placeholder, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input:-ms-input-placeholder, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input:-ms-input-placeholder, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input:-ms-input-placeholder, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input:-ms-input-placeholder, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input:-ms-input-placeholder, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input:-ms-input-placeholder, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input:-ms-input-placeholder, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input:-ms-input-placeholder {
  color: #807f7f;
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input::-ms-input-placeholder, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input::-ms-input-placeholder, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input::-ms-input-placeholder, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input::-ms-input-placeholder, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input::-ms-input-placeholder, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input::-ms-input-placeholder, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input::-ms-input-placeholder, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input::-ms-input-placeholder, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input::-ms-input-placeholder {
  color: #807f7f;
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input::placeholder, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input::placeholder, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input::placeholder, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input::placeholder, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input::placeholder, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input::placeholder, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input::placeholder, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input::placeholder, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input::placeholder {
  color: #807f7f;
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input.child_name, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input.child_name, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input.child_name, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input.child_name, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input.child_name, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input.child_name, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input.child_name, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input.child_name, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input.child_name {
  background: #fdf9ef url("../images/use/hoten.png") no-repeat center;
  background-position: calc(100% - 9px);
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input.child_birthday, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input.child_birthday, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input.child_birthday, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input.child_birthday, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input.child_birthday, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input.child_birthday, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input.child_birthday, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input.child_birthday, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input.child_birthday {
  background: #fdf9ef url("../images/use/birthday.png") no-repeat center;
  background-position: calc(100% - 9px);
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input.name, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input.name, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input.name, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input.name, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input.name, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input.name, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input.name, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input.name, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input.name {
  background: #fdf9ef url("../images/use/hotenban.png") no-repeat center;
  background-position: calc(100% - 11px);
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input.phone_number, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input.phone_number, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input.phone_number, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input.phone_number, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input.phone_number, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input.phone_number, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input.phone_number, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input.phone_number, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input.phone_number {
  background: #fdf9ef url("../images/use/phone_number.png") no-repeat center;
  background-position: calc(100% - 7px);
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input.email, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input.email, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input.email, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input.email, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input.email, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input.email, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input.email, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input.email, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input.email {
  background: #fdf9ef url("../images/use/mail.png") no-repeat center;
  background-position: calc(100% - 9px);
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input.form-control, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input.form-control, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input.form-control, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input.form-control, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input.form-control, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input.form-control, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group input.form-control, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group input.form-control, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group input.form-control {
  background: #fdf9ef;
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group .captcha-group, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group .captcha-group, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group .captcha-group, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group .captcha-group, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group .captcha-group, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group .captcha-group, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group .captcha-group, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group .captcha-group, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group .captcha-group {
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group .select, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group .select, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group .select, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group .select, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group .select, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group .select, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group .select, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group .select, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group .select {
  position: relative;
  width: 100%;
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group .select:before, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group .select:before, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group .select:before, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group .select:before, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group .select:before, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group .select:before, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group .select:before, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group .select:before, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group .select:before {
  content: "";
  width: 9px;
  height: 5px;
  background: url("../images/use/hotenban.png") no-repeat;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group .select select, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group .select select, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group .select select, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group .select select, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group .select select, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group .select select, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback .row_wrap .form_group .select select, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 .row_wrap .form_group .select select, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all .row_wrap .form_group .select select {
  background: #fdf9ef;
  height: 35px;
  border-radius: 5px;
  border: none;
  font-family: Muli-Light;
  font-size: 13px;
  color: #807f7f;
  padding-left: 13px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback > .form_group input.child_class, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group input.child_class, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group input.child_class, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback > .form_group input.child_class, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group input.child_class, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group input.child_class, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback > .form_group input.child_class, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group input.child_class, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group input.child_class {
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 5px;
  padding-left: 13px;
  font-family: Muli-Light;
  font-size: 13px;
  color: #807f7f;
  background: #fdf9ef url("../images/use/class.png") no-repeat center;
  background-position: calc(100% - 4px);
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback > .form_group.last, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group.last, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group.last, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback > .form_group.last, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group.last, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group.last, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback > .form_group.last, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group.last, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group.last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  padding-top: 30px;
}
@media (max-width: 980px) {
  #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback > .form_group.last, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group.last, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group.last, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback > .form_group.last, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group.last, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group.last, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback > .form_group.last, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group.last, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group.last {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback > .form_group.last .item_last, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group.last .item_last, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group.last .item_last, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback > .form_group.last .item_last, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group.last .item_last, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group.last .item_last, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback > .form_group.last .item_last, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group.last .item_last, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group.last .item_last {
  width: 50%;
  padding-right: 12px;
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback > .form_group.last .item_last.first, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group.last .item_last.first, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group.last .item_last.first, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback > .form_group.last .item_last.first, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group.last .item_last.first, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group.last .item_last.first, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback > .form_group.last .item_last.first, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group.last .item_last.first, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group.last .item_last.first {
  text-align: right;
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback > .form_group .submit_form, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group .submit_form, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group .submit_form, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback > .form_group .submit_form, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group .submit_form, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group .submit_form, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback > .form_group .submit_form, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group .submit_form, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group .submit_form {
  margin-top: 0px;
  font-family: Muli-Bold;
  font-size: 15px;
  color: #ff0000;
  background: #fecc0c;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 14px;
  height: 35px;
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback > .form_group .exit, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group .exit, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group .exit, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback > .form_group .exit, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group .exit, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group .exit, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback > .form_group .exit, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group .exit, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group .exit {
  font-family: Muli-Bold;
  font-size: 15px;
  color: #ff0000;
  background: #fdf9ef;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 24px;
  height: 35px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback > .form_group .exit:hover, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group .exit:hover, #dk_callback.modal .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group .exit:hover, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback > .form_group .exit:hover, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group .exit:hover, #dk_callback1 .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group .exit:hover, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback > .form_group .exit:hover, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback1 > .form_group .exit:hover, #dk_callback_all .modal-lg .modal-content .modal-body #form_dk_callback_all > .form_group .exit:hover {
  opacity: 0.9;
}

#dk_callback1 {
  display: none;
}

#dk_callback1, #dk_callback_all {
  z-index: 10000;
}
#dk_callback1 .header .title, #dk_callback_all .header .title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Roboto-Bold;
  color: #026a9b;
}
#dk_callback1 .body .form_group, #dk_callback_all .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_callback1 .body .form_group label, #dk_callback_all .body .form_group label {
  padding-left: 0px;
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #026a9b;
}
@media (max-width: 992px) {
  #dk_callback1 .body .form_group label, #dk_callback_all .body .form_group label {
    width: 100%;
  }
}
#dk_callback1 .body .form_group label span, #dk_callback_all .body .form_group label span {
  color: red;
  font-family: Roboto-Light;
  font-size: 15px;
}
#dk_callback1 .body .form_group .error, #dk_callback_all .body .form_group .error {
  font-size: 13px;
  font-family: Roboto-Light;
  color: red;
  padding-left: 10px;
  padding-top: 5px;
}
#dk_callback1 .body .form_group input, #dk_callback_all .body .form_group input {
  font-size: 13px;
  padding-left: 6px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #026a9b;
}
@media (max-width: 992px) {
  #dk_callback1 .body .form_group input, #dk_callback_all .body .form_group input {
    width: 100%;
  }
}
#dk_callback1 .body .form_group .content, #dk_callback_all .body .form_group .content {
  padding: 0px;
  border: 1px solid #026a9b;
  border-radius: 5px;
}
@media (max-width: 992px) {
  #dk_callback1 .body .form_group .content, #dk_callback_all .body .form_group .content {
    width: 100%;
  }
}
#dk_callback1 .body .form_group .content #content, #dk_callback_all .body .form_group .content #content {
  padding-left: 5px;
}
@media (max-width: 992px) {
  #dk_callback1 .body .form_group .col-md-3.last, #dk_callback_all .body .form_group .col-md-3.last {
    display: none;
  }
}
#dk_callback1 .body .form_group .submit_form, #dk_callback_all .body .form_group .submit_form {
  padding: 5px 15px;
  font-size: 15px;
  background: #026a9b;
  color: #FFF;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 3px 3px;
          box-shadow: 0px 3px 3px;
  font-family: Roboto-Bold;
  margin-top: 10px;
}
@media (max-width: 992px) {
  #dk_callback1 .body .form_group .submit_form, #dk_callback_all .body .form_group .submit_form {
    width: auto;
  }
}
#dk_callback1 .body .form_group .submit_form:hover, #dk_callback_all .body .form_group .submit_form:hover {
  opacity: 0.8;
}

#dk_callback1, #dk_callback_all {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  max-height: 100vh;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-shadow: 0px 0px 5px;
          box-shadow: 0px 0px 5px;
  display: none;
  border-radius: 5px;
}
@media (max-width: 980px) {
  #dk_callback1, #dk_callback_all {
    right: 10px;
  }
}
#dk_callback1::-webkit-scrollbar, #dk_callback_all::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
#dk_callback1::-webkit-scrollbar-thumb, #dk_callback_all::-webkit-scrollbar-thumb {
  width: 0px;
  height: 0px;
}
#dk_callback1 .close_box, #dk_callback_all .close_box {
  position: absolute;
  right: -5px;
  top: -10px;
  width: 20px;
  height: 20px;
  text-align: center;
  -webkit-box-shadow: 0 0 3px rgb(0, 0, 0);
          box-shadow: 0 0 3px rgb(0, 0, 0);
  background: #cccccc;
  border-radius: 50%;
  overflow: unset;
  z-index: 999999;
}
#dk_callback1 > div, #dk_callback_all > div {
  width: 300px;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 992px) {
  #dk_callback1 > div, #dk_callback_all > div {
    width: 350px;
  }
}
#dk_callback1 > div .content, #dk_callback_all > div .content {
  background: #F0DB2D;
}
#dk_callback1 > div .content .header, #dk_callback_all > div .content .header {
  padding: 20px 10px 10px;
  position: relative;
  border-bottom: none;
}
#dk_callback1 > div .content .header .title, #dk_callback_all > div .content .header .title {
  font-family: Muli-ExtraBold;
  font-size: 16px;
  color: #ffffff;
  background: #00389C;
  padding: 10px 5px;
  border-radius: 5px;
}
@media (max-width: 980px) {
  #dk_callback1 > div .content .header .title, #dk_callback_all > div .content .header .title {
    padding: 5px;
  }
}
#dk_callback1 > div .content .body, #dk_callback_all > div .content .body {
  padding: 10px;
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap, #dk_callback_all > div .content .body #form_dk_callback .row_wrap, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group {
  width: 100%;
  padding-right: 12px;
  padding-bottom: 10px;
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group.cap, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group.cap, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group.cap, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group.cap, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group.cap, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group.cap {
  width: 50%;
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group input, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group input, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group input, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group input, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group input, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group input {
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 5px;
  padding-left: 13px;
  font-family: Muli-Light;
  font-size: 13px;
  color: #807f7f;
}
@media (max-width: 980px) {
  #dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group input, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group input, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group input, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group input, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group input, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group input {
    height: 30px;
  }
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group input::-webkit-input-placeholder, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group input::-webkit-input-placeholder, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group input::-webkit-input-placeholder, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group input::-webkit-input-placeholder, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group input::-webkit-input-placeholder, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group input::-webkit-input-placeholder {
  color: #807f7f;
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group input::-moz-placeholder, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group input::-moz-placeholder, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group input::-moz-placeholder, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group input::-moz-placeholder, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group input::-moz-placeholder, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group input::-moz-placeholder {
  color: #807f7f;
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group input:-ms-input-placeholder, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group input:-ms-input-placeholder, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group input:-ms-input-placeholder, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group input:-ms-input-placeholder, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group input:-ms-input-placeholder, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group input:-ms-input-placeholder {
  color: #807f7f;
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group input::-ms-input-placeholder, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group input::-ms-input-placeholder, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group input::-ms-input-placeholder, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group input::-ms-input-placeholder, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group input::-ms-input-placeholder, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group input::-ms-input-placeholder {
  color: #807f7f;
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group input::placeholder, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group input::placeholder, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group input::placeholder, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group input::placeholder, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group input::placeholder, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group input::placeholder {
  color: #807f7f;
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group input.child_name, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group input.child_name, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group input.child_name, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group input.child_name, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group input.child_name, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group input.child_name {
  background: #fdf9ef url("../images/use/hoten.png") no-repeat center;
  background-position: calc(100% - 9px);
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group input.child_birthday, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group input.child_birthday, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group input.child_birthday, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group input.child_birthday, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group input.child_birthday, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group input.child_birthday {
  background: #fdf9ef url("../images/use/birthday.png") no-repeat center;
  background-position: calc(100% - 9px);
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group input.name, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group input.name, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group input.name, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group input.name, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group input.name, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group input.name {
  background: #fdf9ef url("../images/use/hotenban.png") no-repeat center;
  background-position: calc(100% - 11px);
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group input.phone_number, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group input.phone_number, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group input.phone_number, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group input.phone_number, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group input.phone_number, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group input.phone_number {
  background: #fdf9ef url("../images/use/phone_number.png") no-repeat center;
  background-position: calc(100% - 7px);
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group input.email, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group input.email, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group input.email, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group input.email, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group input.email, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group input.email {
  background: #fdf9ef url("../images/use/mail.png") no-repeat center;
  background-position: calc(100% - 9px);
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group input.form-control, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group input.form-control, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group input.form-control, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group input.form-control, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group input.form-control, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group input.form-control {
  background: #fdf9ef;
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group .captcha-group, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group .captcha-group, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group .captcha-group, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group .captcha-group, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group .captcha-group, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group .captcha-group {
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group .select, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group .select, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group .select, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group .select, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group .select, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group .select {
  position: relative;
  width: 100%;
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group .select:before, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group .select:before, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group .select:before, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group .select:before, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group .select:before, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group .select:before {
  content: "";
  width: 9px;
  height: 5px;
  background: url("../images/use/hotenban.png") no-repeat;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
#dk_callback1 > div .content .body #form_dk_callback .row_wrap .form_group .select select, #dk_callback1 > div .content .body #form_dk_callback1 .row_wrap .form_group .select select, #dk_callback1 > div .content .body #form_dk_callback_all .row_wrap .form_group .select select, #dk_callback_all > div .content .body #form_dk_callback .row_wrap .form_group .select select, #dk_callback_all > div .content .body #form_dk_callback1 .row_wrap .form_group .select select, #dk_callback_all > div .content .body #form_dk_callback_all .row_wrap .form_group .select select {
  background: #fdf9ef;
  height: 35px;
  border-radius: 5px;
  border: none;
  font-family: Muli-Light;
  font-size: 13px;
  color: #807f7f;
  padding-left: 13px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
#dk_callback1 > div .content .body #form_dk_callback > .form_group, #dk_callback1 > div .content .body #form_dk_callback1 > .form_group, #dk_callback1 > div .content .body #form_dk_callback_all > .form_group, #dk_callback_all > div .content .body #form_dk_callback > .form_group, #dk_callback_all > div .content .body #form_dk_callback1 > .form_group, #dk_callback_all > div .content .body #form_dk_callback_all > .form_group {
  padding-bottom: 10px;
}
#dk_callback1 > div .content .body #form_dk_callback > .form_group input.child_class, #dk_callback1 > div .content .body #form_dk_callback1 > .form_group input.child_class, #dk_callback1 > div .content .body #form_dk_callback_all > .form_group input.child_class, #dk_callback_all > div .content .body #form_dk_callback > .form_group input.child_class, #dk_callback_all > div .content .body #form_dk_callback1 > .form_group input.child_class, #dk_callback_all > div .content .body #form_dk_callback_all > .form_group input.child_class {
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 5px;
  padding-left: 13px;
  font-family: Muli-Light;
  font-size: 13px;
  color: #807f7f;
  background: #fdf9ef url("../images/use/class.png") no-repeat center;
  background-position: calc(100% - 4px);
}
#dk_callback1 > div .content .body #form_dk_callback > .form_group.last, #dk_callback1 > div .content .body #form_dk_callback1 > .form_group.last, #dk_callback1 > div .content .body #form_dk_callback_all > .form_group.last, #dk_callback_all > div .content .body #form_dk_callback > .form_group.last, #dk_callback_all > div .content .body #form_dk_callback1 > .form_group.last, #dk_callback_all > div .content .body #form_dk_callback_all > .form_group.last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  padding-top: 10px;
}
#dk_callback1 > div .content .body #form_dk_callback > .form_group.last .item_last, #dk_callback1 > div .content .body #form_dk_callback1 > .form_group.last .item_last, #dk_callback1 > div .content .body #form_dk_callback_all > .form_group.last .item_last, #dk_callback_all > div .content .body #form_dk_callback > .form_group.last .item_last, #dk_callback_all > div .content .body #form_dk_callback1 > .form_group.last .item_last, #dk_callback_all > div .content .body #form_dk_callback_all > .form_group.last .item_last {
  width: 50%;
  padding-right: 12px;
}
#dk_callback1 > div .content .body #form_dk_callback > .form_group.last .item_last.first, #dk_callback1 > div .content .body #form_dk_callback1 > .form_group.last .item_last.first, #dk_callback1 > div .content .body #form_dk_callback_all > .form_group.last .item_last.first, #dk_callback_all > div .content .body #form_dk_callback > .form_group.last .item_last.first, #dk_callback_all > div .content .body #form_dk_callback1 > .form_group.last .item_last.first, #dk_callback_all > div .content .body #form_dk_callback_all > .form_group.last .item_last.first {
  text-align: right;
}
#dk_callback1 > div .content .body #form_dk_callback > .form_group .submit_form, #dk_callback1 > div .content .body #form_dk_callback1 > .form_group .submit_form, #dk_callback1 > div .content .body #form_dk_callback_all > .form_group .submit_form, #dk_callback_all > div .content .body #form_dk_callback > .form_group .submit_form, #dk_callback_all > div .content .body #form_dk_callback1 > .form_group .submit_form, #dk_callback_all > div .content .body #form_dk_callback_all > .form_group .submit_form {
  margin-top: 0px;
  font-family: Muli-Bold;
  font-size: 15px;
  color: #ffffff;
  background: #00389C;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 14px;
  height: 35px;
}
@media (max-width: 980px) {
  #dk_callback1 > div .content .body #form_dk_callback > .form_group .submit_form, #dk_callback1 > div .content .body #form_dk_callback1 > .form_group .submit_form, #dk_callback1 > div .content .body #form_dk_callback_all > .form_group .submit_form, #dk_callback_all > div .content .body #form_dk_callback > .form_group .submit_form, #dk_callback_all > div .content .body #form_dk_callback1 > .form_group .submit_form, #dk_callback_all > div .content .body #form_dk_callback_all > .form_group .submit_form {
    height: 30px;
  }
}
#dk_callback1 > div .content .body #form_dk_callback > .form_group .exit, #dk_callback1 > div .content .body #form_dk_callback1 > .form_group .exit, #dk_callback1 > div .content .body #form_dk_callback_all > .form_group .exit, #dk_callback_all > div .content .body #form_dk_callback > .form_group .exit, #dk_callback_all > div .content .body #form_dk_callback1 > .form_group .exit, #dk_callback_all > div .content .body #form_dk_callback_all > .form_group .exit {
  font-family: Muli-Bold;
  font-size: 15px;
  color: #00389C;
  background: #fdf9ef;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 24px;
  height: 35px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#dk_callback1 > div .content .body #form_dk_callback > .form_group .exit:hover, #dk_callback1 > div .content .body #form_dk_callback1 > .form_group .exit:hover, #dk_callback1 > div .content .body #form_dk_callback_all > .form_group .exit:hover, #dk_callback_all > div .content .body #form_dk_callback > .form_group .exit:hover, #dk_callback_all > div .content .body #form_dk_callback1 > .form_group .exit:hover, #dk_callback_all > div .content .body #form_dk_callback_all > .form_group .exit:hover {
  opacity: 0.9;
}

/* ------****------Body------****------*/
.btn_dk_all {
  font-family: Muli-ExtraBold;
  font-size: 26px;
  color: #FFF;
  text-transform: uppercase;
  background: #107eae;
  padding: 12px 35px;
  display: inline-block;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  position: fixed;
  top: 270px;
  right: -139px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 100;
}
@media (max-width: 980px) {
  .btn_dk_all {
    top: 145px;
    right: -71px;
    padding: 7px 15px;
    font-size: 14px;
  }
}
.btn_dk_all:hover {
  opacity: 0.9;
}

.section_list_teacher {
  padding-top: 47px;
  padding-bottom: 72px;
}
@media (max-width: 980px) {
  .section_list_teacher {
    padding: 30px 0px;
  }
}
.section_list_teacher .wrap {
  max-width: 1120px;
  margin: auto;
}
@media (max-width: 1120px) {
  .section_list_teacher .wrap {
    margin: 0 10px;
  }
}
.section_list_teacher .wrap > .title {
  font-family: Muli-ExtraBold;
  font-size: 28px;
  color: #00389C;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 3px;
  margin-bottom: 25px;
}
@media (max-width: 980px) {
  .section_list_teacher .wrap > .title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .section_list_teacher .wrap > .title {
    font-size: 20px;
  }
}
.section_list_teacher .wrap .short_title {
  font-family: Muli-Regular;
  font-size: 14px;
  color: #222222;
  text-align: center;
  max-width: 450px;
  margin: auto;
  padding-bottom: 40px;
}
@media (max-width: 980px) {
  .section_list_teacher .wrap .short_title {
    padding-bottom: 20px;
  }
}
.section_list_teacher .wrap .list_item .item {
  padding-top: 20px;
}
.section_list_teacher .wrap .list_item .item:hover .img {
  border-color: #ed1c24;
}
.section_list_teacher .wrap .list_item .item:hover .img:before {
  background: #ed1c24;
  color: #FFF;
}
.section_list_teacher .wrap .list_item .item .img {
  max-width: 170px;
  margin: auto;
  padding: 8px;
  border-radius: 20px;
  border: 2px solid #107EAD;
  position: relative;
  overflow: unset;
}
.section_list_teacher .wrap .list_item .item .img:before {
  content: "\e84d";
  font-family: ficon;
  color: #FFF;
  background: #F0DB2D;
  width: 26px;
  height: 26px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -15px;
  left: -12px;
  font-size: 13px;
}
.section_list_teacher .wrap .list_item .item .img a {
  padding-top: 133.34%;
  border-radius: 15px;
}
.section_list_teacher .wrap .list_item .item .content {
  text-align: center;
}
.section_list_teacher .wrap .list_item .item .content .gv {
  font-family: Muli-Light;
  font-size: 16px;
  color: #00389C;
  padding-top: 20px;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .section_list_teacher .wrap .list_item .item .content .gv {
    font-size: 14px;
  }
}
.section_list_teacher .wrap .list_item .item .content .title {
  font-family: Muli-ExtraBold;
  font-size: 20px;
  color: #00389C;
  text-transform: capitalize;
  padding-bottom: 10px;
}
@media (max-width: 980px) {
  .section_list_teacher .wrap .list_item .item .content .title {
    font-size: 18px;
  }
}
.section_list_teacher .wrap .list_item .item .content .content {
  font-family: Muli-Regular;
  font-size: 14px;
  color: #222222;
}
@media (max-width: 980px) {
  .section_list_teacher .wrap .list_item .item .content .content {
    font-size: 13px;
  }
}
.section_list_teacher .wrap .list_item .owl-controls .owl-nav .owl-prev {
  width: 50px;
  height: 55px;
  background: url("../images/use/nav_left_yellow.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: calc(100% + 22px);
  top: 20%;
}
.section_list_teacher .wrap .list_item .owl-controls .owl-nav .owl-next {
  width: 50px;
  height: 55px;
  background: url("../images/use/nav_right_yellow.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(100% + 22px);
  top: 20%;
}

.section_loiich {
  background: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 85px;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
}
@media (max-width: 768px) {
  .section_loiich {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .section_loiich {
    padding-bottom: 50px;
  }
}
.section_loiich .wrap {
  max-width: 1080px;
  margin: auto;
}
@media (max-width: 1080px) {
  .section_loiich .wrap {
    margin: 0 10px;
  }
}
.section_loiich .wrap .wrap_title {
  text-align: center;
}
@media (max-width: 600px) {
  .section_loiich .wrap .wrap_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 360px) {
  .section_loiich .wrap .wrap_title {
    margin-bottom: 10px;
  }
}
.section_loiich .wrap .wrap_title .title {
  display: inline-block;
  font-family: Muli-ExtraBold;
  color: #FFF;
  font-size: 28px;
  padding: 31px 31px 60px 31px;
  background: url("../images/use/bg_title_loiich.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media (max-width: 980px) {
  .section_loiich .wrap .wrap_title .title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .section_loiich .wrap .wrap_title .title {
    font-size: 20px;
  }
}
.section_loiich .wrap .wrap_title .title p {
  color: #ffc600;
  margin-top: -7px;
}
.section_loiich .wrap .wrap_title .title:after {
  content: "";
  width: 140%;
  padding-top: 137%;
  background: url("../images/use/loiich.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 17%;
  left: 80%;
}
@media (max-width: 768px) {
  .section_loiich .wrap .wrap_title .title:after {
    top: 30%;
  }
}
@media (max-width: 600px) {
  .section_loiich .wrap .wrap_title .title:after {
    display: none;
  }
}
.section_loiich .wrap .wrap_list_item {
  padding-right: 55%;
  padding-top: 28px;
}
@media (max-width: 768px) {
  .section_loiich .wrap .wrap_list_item {
    padding-right: 45%;
  }
}
@media (max-width: 600px) {
  .section_loiich .wrap .wrap_list_item {
    padding-right: 0px;
  }
}
.section_loiich .wrap .wrap_list_item .list_item .owl-stage-outer {
  padding-right: 7px;
  margin-right: -7px;
  padding-bottom: 7px;
  margin-bottom: -7px;
  padding-top: 11.1%;
  margin-top: -11.1%;
}
@media (max-width: 600px) {
  .section_loiich .wrap .wrap_list_item .list_item .owl-stage-outer {
    padding-top: 15.1%;
    margin-top: -10.1%;
  }
}
@media (max-width: 360px) {
  .section_loiich .wrap .wrap_list_item .list_item .owl-stage-outer {
    padding-top: 55px;
  }
}
.section_loiich .wrap .wrap_list_item .list_item .item {
  text-align: center;
  background: #e1e1e1;
  border-radius: 7px;
  -webkit-box-shadow: 3px 3px 4px #c0c0c0;
          box-shadow: 3px 3px 4px #c0c0c0;
}
.section_loiich .wrap .wrap_list_item .list_item .item:hover {
  background: #107eae;
}
.section_loiich .wrap .wrap_list_item .list_item .item:hover .img a {
  background: #107eae;
}
.section_loiich .wrap .wrap_list_item .list_item .item:hover .img a img {
  -webkit-filter: contrast(5);
          filter: contrast(5);
}
.section_loiich .wrap .wrap_list_item .list_item .item:hover .content .title, .section_loiich .wrap .wrap_list_item .list_item .item:hover .content .short {
  color: #FFF;
}
.section_loiich .wrap .wrap_list_item .list_item .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: calc(-25% + 22px);
}
@media (max-width: 360px) {
  .section_loiich .wrap .wrap_list_item .list_item .item .img {
    margin-bottom: -40px;
  }
}
.section_loiich .wrap .wrap_list_item .list_item .item .img a {
  width: 50%;
  padding-top: calc(50% - 12px);
  border: 6px solid #f9f9f9;
  border-radius: 50%;
  background: #e1e1e1;
}
@media (max-width: 768px) {
  .section_loiich .wrap .wrap_list_item .list_item .item .img a {
    border-width: 3px;
    padding-top: calc(50% - 6px);
  }
}
@media (max-width: 360px) {
  .section_loiich .wrap .wrap_list_item .list_item .item .img a {
    width: 109px;
    padding-top: 103px;
  }
}
.section_loiich .wrap .wrap_list_item .list_item .item .img a img {
  padding: 18px;
}
.section_loiich .wrap .wrap_list_item .list_item .item .content {
  padding: 0px 9% 23px;
}
@media (max-width: 980px) {
  .section_loiich .wrap .wrap_list_item .list_item .item .content {
    padding: 0px 10px 15px;
  }
}
.section_loiich .wrap .wrap_list_item .list_item .item .content .title {
  font-family: Muli-ExtraBold;
  font-size: 20px;
  color: #515151;
  line-height: 23px;
}
@media (max-width: 980px) {
  .section_loiich .wrap .wrap_list_item .list_item .item .content .title {
    font-size: 18px;
  }
}
.section_loiich .wrap .wrap_list_item .list_item .item .content .short {
  font-family: Muli-Regular;
  font-size: 14px;
  color: #515151;
  padding-top: 16px;
}
@media (max-width: 980px) {
  .section_loiich .wrap .wrap_list_item .list_item .item .content .short {
    font-size: 13px;
  }
}
.section_loiich .wrap .wrap_list_item .list_item .owl-controls .owl-nav .owl-next {
  width: 50px;
  height: 55px;
  background: url("../images/use/nav_right_yellow.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: calc(100% + 42px);
}
@media (max-width: 980px) {
  .section_loiich .wrap .wrap_list_item .list_item .owl-controls .owl-nav .owl-next {
    left: calc(100% + 15px);
  }
}
@media (max-width: 768px) {
  .section_loiich .wrap .wrap_list_item .list_item .owl-controls .owl-nav .owl-next {
    width: 35px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  color: #444444;
}

.bottom_phone {
  background: #096992;
  position: fixed;
  width: 100%;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 9999;
}
@media (min-width: 992px) {
  .bottom_phone {
    display: none;
  }
}
.bottom_phone .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  border-right: 1px solid gainsboro;
  padding: 7px 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
}
.bottom_phone .item:last-child {
  border-right: none;
}
.bottom_phone .item a {
  color: #fff;
}

@media (max-width: 980px) {
  .header_user {
    margin-right: 5px;
  }
}
.header_user a {
  position: relative;
}
.header_user .ficon-login:before {
  content: "";
  width: 28px;
  height: 28px;
  background: #1ab99b url("../images/use/icon_user.png") no-repeat center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
  margin: 0px;
}
@media (max-width: 1070px) {
  .header_user .ficon-login:before {
    width: 25px;
    height: 25px;
  }
}
.header_user span {
  font-family: Muli-Bold;
  font-size: 12px;
  color: #1ab99b;
  display: inline-block;
  position: relative;
  padding-left: 36px;
}
@media (max-width: 1070px) {
  .header_user span {
    padding-left: 30px;
  }
}
@media (max-width: 400px) {
  .header_user span {
    width: 25px;
    visibility: hidden;
  }
}
.header_user #header_account {
  position: relative;
}
.header_user #header_account:hover ul {
  display: block;
}
.header_user #header_account .ficon-user:before {
  content: "";
  width: 28px;
  height: 28px;
  background: #1ab99b url("../images/use/icon_user.png") no-repeat center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
  margin: 0px;
}
@media (max-width: 1070px) {
  .header_user #header_account .ficon-user:before {
    width: 25px;
    height: 25px;
  }
}
.header_user #header_account span {
  font-family: Muli-Bold;
  font-size: 12px;
  color: #1ab99b;
  display: inline-block;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}
@media (max-width: 1070px) {
  .header_user #header_account span {
    padding-left: 30px;
  }
}
@media (max-width: 400px) {
  .header_user #header_account span {
    width: 25px;
    visibility: hidden;
  }
}
.header_user #header_account ul {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 3px;
          box-shadow: 0px 0px 3px;
  border-radius: 5px;
  padding: 5px;
  top: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: none;
}
.header_user #header_account ul li a {
  font-family: Muli-Regular;
  color: #222222;
  font-size: 12px;
  display: inline-block;
}
.header_user #header_account ul li a:hover {
  color: #1ab99b;
}

.slick-list {
  width: 100%;
}
.slick-list .slick-track {
  min-width: 100%;
}

.hearder_cart_mobile {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  right: 32px;
  top: 11px;
  display: none;
}
@media (min-width: 980px) {
  .hearder_cart_mobile {
    display: none;
  }
}
.hearder_cart_mobile a {
  position: relative;
}
.hearder_cart_mobile a .ficon-basket:after {
  border-color: #008210;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -2px;
  left: -2px;
}
.hearder_cart_mobile a .num_cart {
  top: -12px !important;
  right: -9px !important;
}

#header_cart.header_cart {
  padding-right: 26px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 980px) {
  #header_cart.header_cart {
    padding-right: 7px;
  }
}
@media (max-width: 560px) {
  #header_cart.header_cart {
    margin-right: 10px;
    margin-top: 5px;
  }
}
#header_cart.header_cart:after {
  content: "";
  height: 40px;
  width: 0px;
  border-right: 1px dashed #cccccc;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 980px) {
  #header_cart.header_cart:after {
    display: none;
  }
}
#header_cart.header_cart ul li {
  color: #0f0f0f;
  font-size: 14px;
  font-family: UTMAvo;
}
#header_cart.header_cart ul li a i:before {
  content: "";
  width: 21px;
  height: 19px;
  background: url("../images/use/icon_cart.png") no-repeat center;
  margin: 0px;
  background-size: contain;
}
#header_cart.header_cart ul li a .num_cart {
  padding-left: 4px;
}
@media (max-width: 560px) {
  #header_cart.header_cart ul li a .num_cart {
    padding-left: 0px;
    position: absolute;
    top: -8px;
    right: 2px;
  }
}
@media (max-width: 560px) {
  #header_cart.header_cart ul li span.texts, #header_cart.header_cart ul li span.total_money {
    display: none;
  }
}

.search_mobile {
  position: absolute;
  top: 13px;
  right: 54px;
  width: 27px;
  height: 27px;
  background: #77a1ac;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 101;
}
.search_mobile:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url("../images/use/icon_search.png") no-repeat;
}
@media (min-width: 980px) {
  .search_mobile {
    display: none;
  }
}

#content_search {
  display: none;
  width: 200px;
  position: absolute;
  z-index: 10000;
  right: 10%;
  top: 32px;
}
@media (max-width: 980px) {
  #content_search {
    top: 50px;
    right: 54px;
  }
}
@media (max-width: 500px) {
  #content_search {
    width: 100%;
    left: 0;
  }
}
#content_search.show {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#content_search .box_search {
  position: relative;
  width: 100%;
}
#content_search .box_search .text_search {
  width: 100%;
  height: 30px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  font-family: UTMAvo;
  color: #7c7c7c;
  padding-left: 10px;
}
#content_search .box_search .text_search::-webkit-input-placeholder {
  color: #7c7c7c;
}
#content_search .box_search .text_search::-moz-placeholder {
  color: #7c7c7c;
}
#content_search .box_search .text_search:-ms-input-placeholder {
  color: #7c7c7c;
}
#content_search .box_search .text_search::-ms-input-placeholder {
  color: #7c7c7c;
}
#content_search .box_search .text_search::placeholder {
  color: #7c7c7c;
}
@media (max-width: 980px) {
  #content_search .box_search .text_search {
    padding-left: 5px;
  }
}
#content_search .box_search .btn_search {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 30px;
  cursor: pointer;
  border: 0px;
  background: #30afe6;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#content_search .box_search .btn_search i:before {
  color: #FFF;
}

#tth-loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1500;
  background: #fff url(../images/loading.gif) no-repeat center center;
  filter: alpha(opacity=30);
  opacity: 0.3;
  margin: 0px;
}

/* ------****------Wrapper------****------*/
#tth-wrapper {
  position: absolute;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.wrapper {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1160px) {
  .wrapper {
    margin: 0 10px;
  }
}

/* ------****------Header------****------*/
header {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
header > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
@media (min-width: 980px) {
  header .logo {
    width: 100px;
  }
}
header .logo a img {
  max-height: 100px;
}
@media (max-width: 980px) {
  header .logo a img {
    max-height: 45px;
  }
}
header .logo_menu {
  padding-left: 20px;
}
@media (min-width: 980px) {
  header .logo_menu {
    padding-left: 70px;
    width: calc(100% - 70px);
    margin-left: -70px;
  }
}
@media (max-width: 980px) {
  header .logo_menu {
    height: 50px;
  }
}
header .header_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1100px) {
  header .header_bottom {
    padding-left: 8%;
  }
}
@media (min-width: 980px) {
  header .header_bottom {
    height: 38px;
    background: #F0DB2D;
  }
}
@media (max-width: 980px) {
  header .header_bottom {
    padding-left: 0px;
  }
}
header .header_bottom:before {
  content: "";
  width: 70px;
  background: url("../images/use/bg_left_menu.png") no-repeat left;
  position: absolute;
  right: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  header .header_bottom:before {
    display: none;
  }
}
header .header_bottom:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #F0DB2D;
  position: absolute;
  left: 100%;
  top: 0;
}
@media (max-width: 992px) {
  header .header_bottom:after {
    display: none;
  }
}
header .header_bottom .header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_bottom .header_left .item {
  font-family: "Muli-Regular";
  color: #222222;
  position: relative;
  font-size: 14px;
}
@media (min-width: 601px) {
  header .header_bottom .header_left .item {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  header .header_bottom .header_left .item {
    font-size: 16px;
  }
}
header .header_bottom .header_left .item span {
  font-family: "Muli-ExtraBold";
}
@media (max-width: 530px) {
  header .header_bottom .header_left .item span {
    display: none;
  }
}
@media (max-width: 430px) {
  header .header_bottom .header_left .item {
    padding-left: 0px;
    font-size: 13px;
  }
}
header .header_bottom .header_left .item:before {
  content: "";
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 430px) {
  header .header_bottom .header_left .item:before {
    display: none;
  }
}
@media (max-width: 980px) {
  header .header_bottom .header_left .hotline {
    padding-right: 15px;
  }
}
@media (max-width: 360px) {
  header .header_bottom .header_left .hotline {
    padding-left: 26px;
    font-size: 14px;
  }
}
header .header_bottom .header_left .hotline:before {
  width: 17px;
  height: 17px;
  background: url("../images/use/hotline.png") no-repeat;
  display: none;
}
@media (max-width: 360px) {
  header .header_bottom .header_left .hotline:before {
    display: block;
  }
}
header .header_bottom .header_left .hotline:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 980px) {
  header .header_bottom .header_left .hotline:after {
    display: none;
  }
}
@media (max-width: 980px) {
  header .header_bottom .header_left .email {
    padding-right: 15px;
  }
}
@media (max-width: 360px) {
  header .header_bottom .header_left .email {
    display: none;
  }
}
header .header_bottom .header_left .email:before {
  width: 17px;
  height: 13px;
  display: none;
  background: url("../images/use/email.png") no-repeat;
}
header .header_bottom .header_left .email:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 980px) {
  header .header_bottom .header_left .email:after {
    display: none;
  }
}
header .header_bottom .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 823px) {
  header .header_bottom .header_right {
    display: none;
  }
}
header .header_bottom .header_right .location {
  font-family: Muli-Regular;
  color: #222222;
  position: relative;
  font-size: 14px;
}
@media (min-width: 1200px) {
  header .header_bottom .header_right .location {
    font-size: 16px;
  }
}
header .header_bottom .header_right .location span {
  font-family: "Muli-ExtraBold";
}
header .header_bottom .header_right .location:before {
  content: "";
  width: 11px;
  height: 15px;
  background: url("../images/use/location.png") no-repeat;
  position: absolute;
  left: 0;
  display: none;
}
header .header_bottom .header_right .ficon-search {
  cursor: pointer;
}
header .header_bottom .header_right .ficon-search:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/use/search.png") no-repeat;
}
header .header_bottom .header_right .search_title {
  font-family: Muli-Regular;
  font-size: 12px;
  color: #959595;
  padding-left: 5px;
}
@media (max-width: 980px) {
  header .header_bottom .header_right .search_title {
    display: none;
  }
}

/* ------****------Tth-Menu-Main------****------*/
.sm:after {
  display: none;
}

#tth-main-menu {
  font-family: "Muli-ExtraBold";
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
@media (min-width: 980px) {
  #tth-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}
@media (max-width: 980px) {
  #tth-main-menu {
    width: 100%;
    padding: 0px;
  }
}
@media (max-width: 600px) {
  #tth-main-menu {
    width: 100% !important;
  }
}
#tth-main-menu .menu-wrapper {
  width: 100%;
}
#tth-main-menu .menu-wrapper #main-menu {
  width: 100%;
}
@media (min-width: 980px) {
  #tth-main-menu .menu-wrapper #main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    height: 100%;
  }
}
#tth-main-menu .menu-wrapper #main-menu > li > a {
  font-family: "Muli-ExtraBold";
  font-size: 17px;
  color: #00389C;
  padding-right: 0px;
  text-transform: uppercase;
  line-height: 62px;
  position: relative;
}
@media (max-width: 1100px) {
  #tth-main-menu .menu-wrapper #main-menu > li > a {
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  #tth-main-menu .menu-wrapper #main-menu > li > a {
    font-size: 15px;
  }
}
#tth-main-menu .menu-wrapper #main-menu > li > a .ficon-home:before {
  margin: 0px;
  content: "\e82f";
  color: #FFF;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  font-size: 22px;
}
#tth-main-menu .menu-wrapper #main-menu > li > a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #F0DB2D;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
#tth-main-menu .menu-wrapper #main-menu > li > a:hover, #tth-main-menu .menu-wrapper #main-menu > li > a.current {
  color: #F0DB2D;
}
#tth-main-menu .menu-wrapper #main-menu > li > a:hover:after, #tth-main-menu .menu-wrapper #main-menu > li > a.current:after {
  opacity: 1;
  -webkit-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
@media (min-width: 980px) {
  #tth-main-menu .menu-wrapper #main-menu > li > a {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 980px) {
  #tth-main-menu .menu-wrapper #main-menu > li > a {
    padding: 8px 15px;
    border-bottom: 1px solid #bde3f4;
    color: #107eae;
  }
  #tth-main-menu .menu-wrapper #main-menu > li > a:hover, #tth-main-menu .menu-wrapper #main-menu > li > a.current {
    background: #107eae;
    color: #FFF;
  }
}

#tth-main-menu > .menu-wrapper > ul > li > ul > li > a {
  font-family: "Muli-ExtraBold";
  padding: 7px 20px 9px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #fff006 !important;
  color: #00389C;
}
@media (max-width: 980px) {
  #tth-main-menu > .menu-wrapper > ul > li > ul > li > a {
    padding: 8px 10px 8px 15px;
    text-align: left;
    border-bottom: 1px solid #dcf3db !important;
    color: #00389C;
    position: relative;
  }
  #tth-main-menu > .menu-wrapper > ul > li > ul > li > a:before {
    content: "\e8a7";
    font-family: ficon;
    position: absolute;
    left: 4px;
  }
  #tth-main-menu > .menu-wrapper > ul > li > ul > li > a:hover, #tth-main-menu > .menu-wrapper > ul > li > ul > li > a.current {
    background: #2abe04;
    color: #FFF !important;
  }
}
#tth-main-menu > .menu-wrapper > ul > li > ul > li > a:hover, #tth-main-menu > .menu-wrapper > ul > li > ul > li > a.current {
  background: #fff;
  color: #00389C !important;
}
#tth-main-menu > .menu-wrapper > ul > li > ul > li:last-child a {
  border-bottom: none !important;
}
@media (max-width: 980px) {
  #tth-main-menu > .menu-wrapper > ul > li > ul > li:last-child a {
    border-bottom: 1px solid #dcf3db !important;
  }
}
#tth-main-menu > .menu-wrapper > ul > li > ul > li > ul > li {
  padding-left: 0px;
}
@media (max-width: 980px) {
  #tth-main-menu > .menu-wrapper > ul > li > ul > li > ul > li {
    padding-left: 15px;
  }
}
#tth-main-menu > .menu-wrapper > ul > li > ul > li > ul > li a {
  padding: 6px 10px;
  padding-left: 20px;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 980px) {
  #tth-main-menu > .menu-wrapper > ul > li > ul > li > ul > li a {
    padding: 5px 10px 5px 15px;
    border-bottom: 1px solid #008210 !important;
  }
  #tth-main-menu > .menu-wrapper > ul > li > ul > li > ul > li a:hover, #tth-main-menu > .menu-wrapper > ul > li > ul > li > ul > li a.current {
    background: #2b6125;
  }
}

#tth-main-menu > .menu-wrapper > ul > li:first-child > a:before {
  display: none;
}

#tth-main-menu > .menu-wrapper > ul > li > a > .sub-arrow {
  display: none;
}

#tth-main-menu > .menu-wrapper > ul > li > ul {
  max-width: 304px;
  top: 39px !important;
}
#tth-main-menu > .menu-wrapper > ul > li > ul li a:hover, #tth-main-menu > .menu-wrapper > ul > li > ul li a.current {
  color: #026a9d;
}
@media (max-width: 980px) {
  #tth-main-menu > .menu-wrapper > ul > li > ul {
    padding: 0px;
    padding-left: 15px;
  }
}

#tth-main-menu > .menu-wrapper > ul ul {
  background: #F0DB2D;
}
#tth-main-menu > .menu-wrapper > ul ul:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/use/bg_menu.png");
  opacity: 0.73;
  z-index: -1;
}
@media (max-width: 980px) {
  #tth-main-menu > .menu-wrapper > ul ul:after {
    display: none;
  }
}
@media (max-width: 980px) {
  #tth-main-menu > .menu-wrapper > ul ul {
    background: unset;
    position: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100% !important;
    max-width: 100% !important;
  }
}

#tth-main-menu > .menu-wrapper ul ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  -webkit-transition: all 0ms ease-out 0s;
  -o-transition: all 0ms ease-out 0s;
  transition: all 0ms ease-out 0s;
}

#tth-main-menu > .menu-wrapper > ul ul li ul li {
  padding-left: 20px;
}

/* ------****------Content------****------*/
#main_slide .owl-stage-outer {
  height: auto !important;
}

#container {
  padding: 0px 0px 20px;
  position: relative;
  min-height: 460px;
}

#tth-content {
  display: block;
  float: left;
  width: 77.5%;
  min-height: 1px;
  padding-right: 0px;
}
#tth-content img {
  max-width: 100%;
  height: auto;
  width: auto;
}

/* ------****------Columt------****------*/
#tth-column_left {
  display: block;
  float: left;
  width: 22.5%;
  min-height: 1px;
}

#tth-column {
  display: block;
  float: left;
  width: 25%;
  min-height: 1px;
  position: relative;
}

/* ------****------Paginate------****------*/
.paginate {
  margin-top: 25px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paginate .pagetotal {
  background: #000000;
  display: none;
  padding: 0px 2px;
  color: #ffffff;
}
.paginate .btnPage {
  background: #ededed;
}
.paginate .btnPage i {
  display: inline-block;
  margin-top: 2px;
}
.paginate .btnPage .ficon-angle-left:before {
  content: "\e8a9";
  font-family: ficon;
  font-size: 15px;
  color: #FFF;
}
.paginate .btnPage .ficon-angle-right:before {
  content: "\e8aa";
  font-family: ficon;
  font-size: 15px;
  color: #FFF;
}
.paginate a {
  font-size: 14px;
  color: #00389C;
  font-family: "Muli-Bold";
  border-radius: 5px;
  margin-right: 9px;
  background: #D8D8D8;
}
@media (max-width: 980px) {
  .paginate a {
    margin-right: 5px;
  }
}
.paginate a:hover {
  background: rgba(240, 219, 45, 0.6);
  color: #FFF;
}
.paginate .pagelink, .paginate .pagecur, .paginate .btnPage {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #00389C;
  font-family: "Muli-Bold";
  height: 40px;
  width: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paginate .pagecur {
  color: #fff;
  background: #F0DB2D;
  border: none;
  border-radius: 5px;
  margin-right: 9px;
  font-size: 14px;
}
@media (max-width: 980px) {
  .paginate .pagecur {
    margin-right: 5px;
  }
}

/* ------****------Footer------****------*/
.map_footer iframe {
  width: 100%;
}
.map_footer .wrapper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFCC00), to(#FFD774));
  background-image: -o-linear-gradient(top, #FFCC00, #FFD774);
  background-image: linear-gradient(to bottom, #FFCC00, #FFD774);
  position: relative;
  z-index: 99;
  padding: 20px 10px;
  border-radius: 25px 0;
}
@media (min-width: 768px) {
  .map_footer .wrapper {
    border-radius: 50px 0;
    padding: 37px 0;
    margin-bottom: -90px;
  }
}
.map_footer .content {
  max-width: 565px;
  margin: auto;
  text-align: center;
}
.map_footer .resgister_email .title {
  margin-bottom: 30px;
  color: #ffffff;
  text-shadow: 1px 2px 10px #af8400;
}
.map_footer .resgister_email #form_res_email {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 601px) {
  .map_footer .resgister_email #form_res_email {
    padding-left: 11px;
  }
}
.map_footer .resgister_email #form_res_email .email {
  height: 40px;
  background: #FFF;
  font-family: Muli-Regular;
  font-size: 16px;
  padding-left: 15px;
  border-radius: 5px;
  border: none;
  width: 100%;
}
@media (min-width: 601px) {
  .map_footer .resgister_email #form_res_email .email {
    width: calc(100% - 150px);
  }
}
.map_footer .resgister_email #form_res_email .email::-webkit-input-placeholder {
  color: #808080;
}
.map_footer .resgister_email #form_res_email .email::-moz-placeholder {
  color: #808080;
}
.map_footer .resgister_email #form_res_email .email:-ms-input-placeholder {
  color: #808080;
}
.map_footer .resgister_email #form_res_email .email::-ms-input-placeholder {
  color: #808080;
}
.map_footer .resgister_email #form_res_email .email::placeholder {
  color: #808080;
}
.map_footer .resgister_email #form_res_email .btn_search {
  border: none;
  width: 140px;
  background: #00389C;
  border-radius: 5px;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .map_footer .resgister_email #form_res_email .btn_search {
    width: 100%;
    margin-top: 10px;
    height: 40px;
  }
}
.map_footer .resgister_email #form_res_email .btn_search:hover {
  opacity: 0.8;
}

footer {
  padding-top: 50px;
}
footer > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 41px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 980px) {
  footer > .wrapper {
    padding-bottom: 30px;
  }
}
footer > .wrapper h2.title {
  font-family: Muli-ExtraBold;
  color: #222222;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  padding-bottom: 15px;
}
footer > .wrapper .logo {
  width: 142px;
  margin-top: 20px;
}
@media (max-width: 823px) {
  footer > .wrapper .logo {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer > .wrapper .logo .social {
  padding-top: 20px;
}
footer > .wrapper .logo .social .list_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer > .wrapper .logo .social .list_social a {
  width: 28px;
  height: 28px;
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  border-radius: 5px;
}
footer > .wrapper .logo .social .list_social a.facebook {
  background: #3A5897;
}
footer > .wrapper .logo .social .list_social a.facebook i {
  font-size: 20px;
}
footer > .wrapper .logo .social .list_social a.youtube {
  color: red;
  font-size: 25px;
}
footer > .wrapper .content_footer {
  width: 100%;
}
@media (min-width: 901px) {
  footer > .wrapper .content_footer {
    width: 30%;
  }
}
footer > .wrapper .content_footer .banner_item p {
  font-family: Muli-Regular;
  font-size: 16px;
  padding-left: 28px;
  position: relative;
  color: #222222;
  padding-bottom: 15px;
}
footer > .wrapper .content_footer .banner_item p strong {
  font-family: "Muli-ExtraBold";
}
footer > .wrapper .content_footer .banner_item p:before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 0;
  background-size: contain;
  width: 20px;
  font-weight: 600;
}
footer > .wrapper .content_footer .banner_item p:first-child:before {
  content: "\f3c5";
}
footer > .wrapper .content_footer .banner_item p:nth-child(2):before {
  content: "\f2a0";
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -5px;
}
footer > .wrapper .content_footer .banner_item p:last-child:before {
  content: "\f0e0";
}
footer > .wrapper .menu_footer {
  width: 100%;
}
@media (min-width: 901px) {
  footer > .wrapper .menu_footer {
    width: 41%;
  }
}
@media (max-width: 823px) {
  footer > .wrapper .menu_footer h2 {
    display: none;
  }
}
footer > .wrapper .menu_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 80%;
}
@media (max-width: 823px) {
  footer > .wrapper .menu_footer ul {
    display: none;
  }
}
footer > .wrapper .menu_footer ul li {
  width: 50%;
}
footer > .wrapper .menu_footer ul li a {
  font-family: Muli-Regular;
  font-size: 16px;
  padding-left: 11px;
  position: relative;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
  color: #222222;
}
footer > .wrapper .menu_footer ul li a:hover {
  font-weight: bold;
}
footer > .wrapper .menu_footer ul li a:before {
  content: "\e8a7";
  font-family: ficon;
  position: absolute;
  left: 0;
  color: #222222;
}
footer > .wrapper .menu_footer .coso {
  margin-top: 32px;
  font-size: 16px;
  color: #222222;
}
footer > .wrapper .menu_footer .coso .title {
  font-family: Muli-ExtraBold;
  color: #222222;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  padding-bottom: 15px;
}
footer > .wrapper .menu_footer .coso p {
  position: relative;
  padding-left: 25px;
}
footer > .wrapper .menu_footer .coso p:before {
  content: "\f3c5";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 0;
  background-size: contain;
  width: 20px;
  font-weight: 600;
}
footer > .wrapper .menu_footer .coso p strong {
  font-family: "Muli-ExtraBold";
}
footer > .wrapper .social_register {
  width: 25%;
  padding-left: 2.4%;
}
@media (max-width: 1080px) {
  footer > .wrapper .social_register {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 590px) {
  footer > .wrapper .social_register {
    width: 100%;
    padding-left: 0px;
  }
}
footer .copyright {
  background: #F0DB2D;
}
@media (max-width: 823px) {
  footer .copyright {
    margin-bottom: 35px;
  }
}
footer .copyright .wrapper {
  padding: 13px 0px;
  text-align: center;
  font-family: Muli-Regular;
  font-size: 16px;
  color: #222222;
}
footer .copyright .wrapper a {
  color: #222222;
}
footer .copyright .wrapper a:hover {
  text-decoration: underline;
}

.brand_scroll_footer {
  padding: 33px 0px;
}
@media (max-width: 800px) {
  .brand_scroll_footer {
    padding: 20px 0px;
  }
}
.brand_scroll_footer .title_brand {
  font-family: Roboto-Bold;
  font-size: 26px;
  color: #063e68;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 980px) {
  .brand_scroll_footer .title_brand {
    font-size: 24px;
  }
}
.brand_scroll_footer .wrapper .brand_scroll_ft .brand_scroll-content .item {
  padding-top: 25%;
  position: relative;
  overflow: hidden;
  height: 0px;
}

.brand_scroll .owl-carousel .owl-item img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#tth-scrollup {
  background: #3994b9;
  color: #fff;
  position: fixed;
  right: 10px;
  bottom: 50px;
  padding: 10px;
  font-size: 30px;
}

/* ------****------Scroll------****------*/
#tth-scroll_left {
  position: absolute;
  width: 154px;
  z-index: 100;
  top: 120px;
  left: 12px;
  overflow: hidden;
  margin: 0px;
}

#tth-scroll_right {
  position: absolute;
  width: 154px;
  z-index: 100;
  top: 120px;
  right: 0px;
  overflow: hidden;
  margin: 0px;
}

/* ------****------Product_item------****------*/
.product_item .image {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  height: 0px;
}

.product_item .image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product_item {
  position: relative;
}

.product_item .img {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 35px;
}

.product_item .img a:first-child,
.product_item .img img {
  display: block;
  width: 100%;
}

.product_item .img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  z-index: 1;
}

.product_item .img:hover:before {
  display: none;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
}

.product_item .img .watch_more {
  font-family: SFUFutura03;
  font-size: 14px;
  padding: 14px 29px;
  background: #262626;
  color: #FFFFFF;
  position: absolute;
  left: 35%;
  top: 45%;
  display: none;
}

.product_item .img:hover .watch_more {
  display: block !important;
}

.product_item .img .ficon-zoom-in,
.product_item .img .ficon-cart-plus {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  height: 34px;
  line-height: 34px;
  width: 37px;
  border: 1px solid #ffffff;
  color: #fff;
  background: none;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  z-index: 2;
}

.product_item .img .ficon-zoom-in:hover,
.product_item .img .ficon-cart-plus:hover {
  background: #fff;
  color: #000;
}

.product_item .img .ficon-zoom-in {
  right: 100%;
  margin-right: 6px;
}

.product_item .img .ficon-cart-plus {
  left: 100%;
  margin-left: 6px;
}

.product_item .img:hover .ficon-zoom-in {
  right: 50%;
}

.product_item .img:hover .ficon-cart-plus {
  left: 50%;
}

.product_item .img .ficon-cart-plus:before {
  margin-left: 0px;
}

/*--------------------------------------------*/
.float-divider {
  clear: both;
  display: block;
  height: 5px;
  font-size: 1px;
  line-height: 1px;
}

.menu {
  float: left;
  padding: 50px 0 0 50px;
}

.menuTitle {
  float: left;
  border: solid 1px #C9D0D8;
  background-color: #F1F5F8;
  padding: 3px;
  cursor: pointer;
  width: 150px;
}

.menuImgClose {
  float: left;
  background: url("../Images/close_bt.png") right no-repeat;
  cursor: pointer;
  width: 30px;
  height: 25px;
}

.menuIconOpen {
  background: url("../Images/open_bt.png") right no-repeat;
}

.menuContent {
  float: left;
  padding: 3px;
  display: none;
}

.arrow-r {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #444;
  margin-bottom: 1%;
  margin-right: 7px;
  margin-left: 3px;
  display: inline-block;
}

.arrow-d {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #444;
  margin-bottom: 6px;
  margin-right: 5px;
  display: inline-block;
}

.collapse-container > :nth-child(odd) {
  padding: 5px;
  background-color: gray;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(14%, gray), color-stop(70%, #969696));
  background-image: -o-linear-gradient(bottom, gray 14%, #969696 70%);
  background-image: linear-gradient(bottom, gray 14%, #969696 70%);
  border: 1px solid black;
  margin: auto;
}

.collapse-container > :nth-child(even) {
  background-color: white;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
}

.collapse-container > :nth-child(even) p {
  padding: 0px 5px;
}

.collapse-container > :nth-child(odd):hover {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.form_add_cart {
  height: 0px;
  display: inline;
}

.btn_custom {
  font-family: helveticaneue-regular;
  font-size: 14px;
  color: #fff;
  padding: 8px 12px;
  border: 1px solid #323e4e;
  outline-color: #ccc;
  background: #323e4e;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-right: 5px;
  outline: none;
  cursor: pointer;
}

.btn_custom_1 {
  color: #fff;
  padding: 8px 12px;
  border: 1px solid #cd1233;
  outline-color: #ccc;
  background: #ed3237;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed3237), to(#b3161a));
  background: -o-linear-gradient(#ed3237, #b3161a);
  background: linear-gradient(#ed3237, #b3161a);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-right: 5px;
}

.btn_custom:hover {
  background: #FFF;
  color: #353535;
}

.btn_custom_1:hover {
  background: #e54d42;
  color: #fff;
}

#form_signin .row_btn {
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.waring_panel {
  margin-bottom: 10px;
  border: 1px #ef5e09 solid;
  padding: 4px 9px;
  border-radius: 2px;
}

.skip_login_btn {
  margin-top: 10px;
  border-radius: 2px;
  border: 1px #d6d6d6 solid;
  padding: 3px 10px;
  cursor: pointer;
  outline: none;
  background: #dddddd;
}

.skip_login_btn:hover {
  background: #ecebeb;
}

.icon-cancel {
  background: url(../images/close-x.png);
  height: 15px;
  width: 15px;
  display: inline-block;
}

#user_forgot_pass .row_btn {
  margin-top: 10px;
}

#form_change_pass {
  margin-top: 10px;
}

#BactoTop {
  text-indent: -99999px;
  cursor: pointer;
  background: url("../images/bactop.png") no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  overflow: hidden;
  position: fixed;
  right: 15px;
  bottom: 120px;
  z-index: 999;
  margin: 0px;
}

.hotline.sticky {
  position: fixed;
  bottom: 2%;
  left: 0;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #3f5e81;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  cursor: pointer;
  z-index: 10000;
}
@media (max-width: 992px) {
  .hotline.sticky {
    display: none;
  }
}
.hotline.sticky i.hotline-icon {
  display: inline-block;
  background: url(../../images/hotline3.png) center center no-repeat;
  background-size: contain;
  width: 84px;
  height: 84px;
  margin-right: 10px;
  -webkit-animation: phonering-alo-circle-img-anim 1.1s infinite ease-in-out;
          animation: phonering-alo-circle-img-anim 1.1s infinite ease-in-out;
}
@media (max-width: 980px) {
  .hotline.sticky i.hotline-icon {
    width: 45px;
  }
}
.hotline.sticky span {
  display: none;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hotline.sticky:hover span, .hotline.sticky:focus span {
  display: block;
  opacity: 1;
}

@-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);
  }
}
.box_check {
  display: inline-block;
  float: left;
  position: relative;
}

.check_order {
  display: inline-block;
  float: left;
  margin-left: 42px;
  background-color: #f7f7f7;
  padding: 2px 8px;
  font-size: 12px;
  cursor: pointer;
  outline: none;
}

.panel_check {
  display: inline-block;
  position: absolute;
  width: 200px;
  background: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  padding: 10px 15px;
  top: 25px;
  left: 42px;
  border-radius: 2px;
  display: none;
}

#check_order .text_input {
  border: 1px #ccc solid;
  margin: 5px 0px;
  padding: 4px 5px;
  font-size: 13px;
  border-radius: 2px;
  width: 100%;
  outline: none;
}

#check_order_xs .text_input {
  border: 1px #ccc solid;
  margin: 5px 0px;
  padding: 4px 5px;
  font-size: 13px;
  border-radius: 2px;
  width: 100%;
  outline: none;
}

.btn-check {
  width: 100%;
  padding: 3px 10px;
  margin-top: 5px;
  background: #ed3237;
  border: 1px #ed3237 solid;
  color: #fff;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}

.btn-check:hover {
  background: #ec1319;
}

.danhgia-sp {
  height: 30px;
  line-height: 30px;
}

.danhgia-sp .raty {
  display: inline-block;
  vertical-align: 2%;
}

.captcha {
  line-height: 30px;
}

.captcha input {
  max-width: 150px;
  display: inline-block;
  margin-left: 10px;
  color: #404041;
}

.captcha span {
  display: inline-block;
  background-color: #6d6e71;
  background-image: -o-linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), -o-linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
  background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  padding: 0 15px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #969696;
  position: relative;
  top: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.comments-filter {
  margin: 30px 0 20px;
  border-bottom: 1px solid #e2e3e4;
}

.comments-filter button {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.comment {
  min-height: 20px;
  padding-right: 50px;
}

.rating-scores {
  position: absolute;
  top: 0;
  right: 0px;
}

.rating-scores i {
  margin-right: 15px;
  float: left;
}

#tab-comment_rate .media-body {
  position: relative;
}

#tab-comment_rate .admin-name {
  font-weight: bold;
  color: #e81c24;
}

#tab-comment_rate .media {
  border-bottom: 1px solid #e2e3e4;
  padding-bottom: 25px;
  margin-bottom: 5px;
}

#tab-comment_rate .media .media {
  background: #f9f9f9;
  padding: 10px 5px;
  border-radius: 5px;
  position: relative;
  overflow: visible;
}

#tab-comment_rate .media .media:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: -14px;
  border: 7px solid;
  border-color: transparent #f6f7f7 #f9f9f9 transparent;
}

.small-star img {
  margin-top: 2px;
  display: block;
  float: left;
}

.comment-meta > div {
  padding-right: 15px;
}

.comment-meta > div a {
  font-size: 12px;
  color: #1f5ecc;
}

.comment-meta > div a:hover {
  color: #184aa0;
}

.comment-meta > div .alert {
  color: #e81c24;
  display: none;
}

.comment-meta > div .alert:hover {
  color: #be131a;
}

.comment-meta:hover .alert {
  display: block;
}

.sub-comment-input {
  border: 1px solid #e2e3e4;
  padding: 5px 10px;
  margin-top: 15px;
  max-width: 700px;
  display: none;
}

.comments-loadmore {
  text-align: center;
  margin: 20px 0;
}

.comments-sub-loadmore {
  background: #f1f2f2;
  padding: 5px 5px;
  border-radius: 5px;
  border-bottom: 1px solid #e2e3e4;
  margin-bottom: 5px;
}

.comments-sub-loadmore a {
  display: block;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-left, .media > .pull-left {
  padding-right: 20px;
}

#tab-comment_rate .media .input {
  padding: 5px 12px;
  height: 32px;
  font-size: 12px;
  border-radius: 3px;
  display: block;
  border: 1px solid #e2e3e4;
  width: 100%;
  outline: none;
}

#tab-comment_rate .media input.input:-moz-read-only {
  /* For Firefox */
  background-color: #e1e6e9;
}

#tab-comment_rate .media input.input:read-only {
  background-color: #e1e6e9;
}

.media-body {
  width: 10000px;
}

#tab-comment_rate .media textarea.input {
  height: 120px;
  max-height: 250px;
  resize: vertical;
  font-family: arial;
  outline: none;
}

.tg-line-form {
  margin-bottom: 10px;
}

.button {
  display: inline-block;
  padding: 5px 14px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  background: #f1f2f2;
  color: #404041;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: none;
  border-radius: 0;
}

.button-blue {
  background: #ed3237;
  color: #fff;
}

.button-blue:hover {
  background: red;
  color: #fff;
}

#rate_select {
  height: 30px;
  border-radius: 3px;
  padding: 0px 5px;
  border: 1px #e2e3e4 solid;
}

.captcha .captcha-group {
  display: inline-block;
  vertical-align: bottom;
}

.btn_loadmore {
  color: #ed3237;
  cursor: pointer;
  outline: none;
  display: inline-block;
}

.btn_loadmore:hover {
  text-decoration: underline;
}

.list_comment img.star_img {
  width: 12px;
  height: 12px;
}

.list_comment .comment {
  padding-right: 0px;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.fb_gg .btn-social {
  padding-left: 5px;
  border-bottom: 2px rgba(0, 0, 0, 0.18) solid;
  border-radius: 1px;
}

.fb_gg .btn_c {
  padding: 6px 10px 5px 10px;
  margin: 8px 0px;
  font-size: 12px;
  border-radius: 34px;
  color: white;
  display: block;
}

.fb_gg .btn-social span {
  padding: 0px;
}

.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.fb_gg {
  display: inline-block;
  margin-top: 5px;
}

.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-block + .btn-block {
  margin-top: 10px;
}

.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-social span {
  padding-right: 5px;
}

.none {
  display: none;
}

.view_no_product .image img {
  max-width: 100%;
}

.check_btn_xs {
  display: none;
}

.full.signin,
.full.signup {
  padding-top: 40px;
}

#form_signin .row_btn {
  width: 100%;
}

.fixed {
  position: fixed !important;
  top: 60px !important;
  z-index: 999 !important;
}

.method_shipping {
  display: inline-block;
  float: left;
  width: 65%;
}

.main_slide {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .main_slide {
    margin-bottom: 0;
  }
}
.main_slide .row {
  margin: 0;
}
.main_slide .focus_news {
  float: right;
  width: 100%;
}
@media (min-width: 992px) {
  .main_slide .focus_news {
    width: 43%;
    margin-right: -5px;
  }
}
@media (min-width: 1200px) {
  .main_slide .focus_news {
    width: calc(100% - 605px);
  }
}
.main_slide .focus_news .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.main_slide .focus_news .item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
@media (min-width: 993px) {
  .main_slide .focus_news .item .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
}
@media (min-width: 1200px) {
  .main_slide .focus_news .item .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
  }
}
.main_slide .focus_news .item .img a {
  padding-top: 63.5%;
}
@media (min-width: 993px) {
  .main_slide .focus_news .item .img a {
    padding-top: 61.5%;
  }
}
@media (min-width: 1200px) {
  .main_slide .focus_news .item .img a {
    padding-top: 55%;
  }
}
.main_slide .focus_news .item .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
}
@media (min-width: 901px) {
  .main_slide .focus_news .item .info {
    padding: 20px;
    max-height: 120px;
  }
}
.main_slide .focus_news .item .info .title {
  font-family: "Muli-ExtraBold";
  font-size: 16px;
  color: #00389C;
}
@media (min-width: 901px) {
  .main_slide .focus_news .item .info .title {
    text-transform: uppercase;
  }
}
.main_slide .focus_news .item .info .short {
  display: none;
}
@media (min-width: 1200px) {
  .main_slide .focus_news .item .info .short {
    display: block;
  }
}

#main_slide {
  overflow: hidden;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 901px) {
  #main_slide {
    width: 56%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #main_slide {
    width: 600px;
  }
}
#main_slide .title_more {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
}
#main_slide .title_more a {
  border: none;
  font-family: UTMAvo;
  font-size: 30px;
  color: #0d6c2e;
  min-width: 370px;
  text-align: center;
  padding: 28px 5px 22px;
  position: unset;
  text-shadow: -4px 5px 4px #c9cbcb;
}
@media (max-width: 980px) {
  #main_slide .title_more a {
    font-size: 25px !important;
    min-width: 250px;
    padding: 10px 5px 8px;
  }
}
@media (max-width: 500px) {
  #main_slide .title_more a {
    font-size: 20px !important;
    min-width: 150px;
    padding: 8px 5px 4px;
  }
}
#main_slide .title_more a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(57%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.1)));
  background: -o-linear-gradient(left, rgb(255, 255, 255) 57%, rgba(255, 255, 255, 0.1));
  background: linear-gradient(to right, rgb(255, 255, 255) 57%, rgba(255, 255, 255, 0.1));
  opacity: 0.86;
  z-index: -1;
}

/*----------------------------------------fixed_menu*/
.fixed_menu {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 8000;
  width: 100%;
  background: rgb(255, 255, 255) !important;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 -5px 10px #333;
          box-shadow: 0 -5px 10px #333;
  min-height: auto;
  height: auto;
}
.fixed_menu .logo {
  padding: 5px 0px !important;
  height: 56px;
}
.fixed_menu .logo a img {
  height: 50px;
}
.fixed_menu #tth-main-menu {
  height: 50px;
}
.fixed_menu #tth-main-menu > .menu-wrapper > ul ul {
  -webkit-box-shadow: 0px 0px 7px #b3aeae;
          box-shadow: 0px 0px 7px #b3aeae;
  top: 27px !important;
}
.fixed_menu .header_bottom {
  display: none;
}

#box_lang {
  display: inline-block;
  padding-left: 22px;
}
@media (max-width: 980px) {
  #box_lang {
    padding-left: 7px;
  }
}
#box_lang ul {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#box_lang ul li {
  list-style: none;
}
#box_lang ul li:first-child {
  padding-right: 19px;
}
@media (max-width: 980px) {
  #box_lang ul li:first-child {
    padding-right: 7px;
  }
}
#box_lang .flag_vi {
  width: 31px;
  height: 31px;
  display: inline-block;
  border-radius: 50%;
  background: url("../../images/flag_vi.png") no-repeat;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
#box_lang .flag_vi:hover, #box_lang .flag_vi.current {
  -webkit-filter: unset;
          filter: unset;
}
#box_lang .flag_en {
  width: 31px;
  height: 31px;
  display: inline-block;
  border-radius: 50%;
  background: url("../../images/flag_en.png") no-repeat;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
#box_lang .flag_en:hover, #box_lang .flag_en.current {
  -webkit-filter: unset;
          filter: unset;
}

.close_banner {
  float: right;
  background: #ed3237;
  color: #fff;
  padding: 2px;
  opacity: 0.8;
  cursor: pointer;
  margin-bottom: -25px;
  display: inline-block;
  position: relative;
  z-index: 99;
}

.close_banner:hover {
  opacity: 1;
}

.guide_btn {
  cursor: pointer;
  margin-top: -10px;
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #1f5eb9;
  text-decoration: underline;
}

.ordering_address_right .ordering_address_l {
  margin-bottom: 25px;
}

.ordering_address_right .ordering_address_l,
.ordering_address_right .ordering_address_r {
  border: 1px #efefef solid;
}

.ordering_address_right .ordering_address_l .row,
.ordering_address_right .ordering_address_r .row {
  margin: 0px;
  padding: 0px 10px;
}

#popup_banner {
  width: 100%;
  height: 1px;
  overflow: hidden;
  position: relative;
}

#popup_banner_a {
  width: 100%;
  height: 100%;
  text-align: center;
}

#popup_banner_a .banner_item {
  width: 100%;
  height: 100%;
}

#popup_banner_a .banner_item a {
  display: block;
  width: 100%;
  height: 100%;
}

#popup_banner_a .banner_item a img {
  max-width: 100%;
  max-height: 100%;
}

.popup_custom .fancybox-skin {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.resp-tabDrop {
  display: none;
}

.resp-tablist {
  display: block;
  padding: 0;
  padding-bottom: 0px;
  line-height: 1em;
  margin: 0px;
}

.resp-tablistItem {
  cursor: pointer;
  display: inline-block;
  font-family: Roboto-Bold;
  font-size: 20px;
  color: #01599a;
  text-transform: uppercase;
  border-bottom: 0px;
  border-left: 0px;
  font-weight: normal;
  -webkit-transition: all 0ms ease-out 0s;
  -o-transition: all 0ms ease-out 0s;
  transition: all 0ms ease-out 0s;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#d6d6d6));
  background-image: -o-linear-gradient(top, #fff 0, #d6d6d6 100%);
  background-image: linear-gradient(to bottom, #fff 0, #d6d6d6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffd6d6d6", GradientType=0);
}

.resp-headings {
  display: none;
}

@media (max-width: 1080px) {
  .resp-tablist {
    display: none;
  }

  .resp-tabDrop {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 1.2em;
    padding-left: 10px !important;
    border: 1px solid #008210;
  }
}
.resp-contents table tr td {
  padding: 10px;
  word-wrap: break-word;
}

@media (max-width: 1330px) {
  #tth-scroll_right,
#tth-scroll_left {
    display: none;
  }
}
@media (min-width: 980px) {
  .header-tool {
    display: none;
  }
}
@media (max-width: 980px) {
  .header_bottom > #content_search1 {
    display: block;
  }

  .header_bottom > #content_search1 .box_search {
    width: 50%;
    margin-left: 110px;
    margin-bottom: -3px;
  }

  .header_bottom > .follow {
    float: left;
    margin-left: 5px;
    margin-top: 16px;
  }

  header .follow a {
    color: #585858 !important;
    font-size: 16px;
  }

  header .follow #header_cart .num_cart {
    font-size: 10px;
    padding: 0px 4px;
    top: 1px;
  }

  #tth-column_left {
    display: none;
  }

  #tth-content {
    width: 100%;
    padding-left: 0px;
  }

  .bs-wizard > .bs-wizard-step {
    width: 32% !important;
  }

  .bs-wizard-last {
    text-align: right;
  }

  .full.promotion .list_item_product .col_item {
    width: 33%;
  }

  #BactoTop {
    bottom: 80px;
  }

  .header_bottom {
    height: 100%;
  }

  .owl-product .box_item .product_item .image {
    margin: 0px 20px;
    padding: 0px;
    /* margin: 0px; */
    padding-top: 100%;
  }

  .banner_footer {
    display: none;
  }

  header.fixed_menu #tth-main-menu > .menu-wrapper > ul > li.first > a {
    display: none;
  }

  .ads-home {
    display: none !important;
  }

  .user_signin,
.user_signup {
    padding: 35px 15px !important;
  }

  .method_shipping {
    width: 100%;
    max-width: 100%;
  }

  .box_menu_product {
    margin-top: 10px !important;
  }

  .media-left, .media > .pull-left {
    display: none;
  }

  .rating-scores {
    position: relative;
    top: 0;
    right: 0px;
  }

  .danhgia-sp {
    margin-bottom: 10px;
  }

  .menu-header-top .menu_li.first {
    display: block;
  }

  #form_cart_left {
    width: 100% !important;
  }

  .right_cart {
    margin: 0px !important;
    margin-top: 15px;
    width: 100% !important;
  }

  .right_cart .box {
    margin-top: 15px;
  }

  .ordering_address_right {
    width: 32.5% !important;
  }

  .cart_content, .ordering_method_shipping, .ordering_address_right, .ordering_method, .ordering_method_method {
    width: 100% !important;
    margin-bottom: 15px;
  }

  .ordering_address label.title {
    width: 100% !important;
  }

  .ordering_address h3 {
    height: 50px;
  }

  .ordering_user .ordering_signin, .panel-cart {
    width: 100% !important;
    margin-left: 0px !important;
    padding: 20px 20px 20px 20px !important;
    margin-bottom: 15px;
  }

  .bs-wizard > .bs-wizard-step {
    width: 32%;
  }

  .full.news #tth-content {
    width: 100%;
  }

  .full.news #tth-column {
    display: none;
  }

  header .header-tool .header_cart .num_cart {
    background: rgba(0, 0, 0, 0.14);
  }

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

  .menu-header-top ul li {
    width: 100%;
    border: 1px #c2c2c2 solid;
    margin: 5px 0px;
    padding: 2px 5px;
  }

  .check_order {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
  }

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

  .share_link .link {
    padding: 20px 10px !important;
  }

  #bottom {
    margin-top: 0px;
  }

  .news_right {
    width: 100%;
    margin-top: 20px;
  }

  .news_focus .row_first {
    width: 48%;
    margin-right: 1%;
  }

  .owl-product .box_item:nth-child(2) {
    margin: 0px 15px;
  }

  .product_item .image img {
    max-width: 100%;
  }

  header .header-tool .header_cart > ul > li > a, header .header-tool .header_user > ul > li > a {
    color: #fff;
  }

  header .header-tool .header_cart > ul > li > a > i {
    background: url("../images/icon-cart-white.png") no-repeat;
  }

  #tth-wrapper {
    padding-top: 50px;
  }

  header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 500;
    min-height: 50px;
    max-height: 50px;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px grey;
            box-shadow: 0px 0px 10px grey;
    padding: 0px;
  }

  header .wrapper {
    padding-left: 0px;
    height: 100%;
  }

  header .slogan span,
header .slogan .menu-header-top {
    display: none;
  }

  header .slogan {
    padding: 0px;
  }

  .check_order {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
    position: absolute;
    left: 180px;
    top: 7px;
    text-indent: -9999px;
    background: none;
  }

  .panel_check {
    top: 50px;
  }

  .check_order span {
    display: none;
  }

  .check_btn_xs {
    display: block !important;
    background: url("../images/check-order.png") no-repeat;
    height: 31px;
    width: 31px;
  }

  header .header-tool {
    float: right;
    position: relative;
    z-index: 101;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  header .header-tool .header_user {
    margin-right: 5px;
  }

  #tth-wrapper.mmenu-opening {
    overflow: hidden;
    height: 100%;
  }

  header .header-menu-btn {
    float: left;
    display: block;
    margin-left: 7px;
    height: 32px;
    line-height: 32px;
    width: 36px;
    border: 1px #107eae solid;
    position: relative;
    cursor: pointer;
  }

  header .header-menu-btn:before,
header .header-menu-btn:after,
header .header-menu-btn > span {
    position: absolute;
    display: block;
    height: 2px;
    width: 21px;
    left: 7px;
    background: #107eae;
    margin-top: -1px;
    -webkit-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
  }

  header .header-menu-btn:before,
header .header-menu-btn:after {
    content: "";
  }

  header .header-menu-btn:before {
    top: 25%;
  }

  header .header-menu-btn:after {
    top: 75%;
  }

  header .header-menu-btn > span {
    top: 50%;
  }

  #tth-wrapper.mmenu-opening header .header-menu-btn:before {
    left: 7px;
    top: 15px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  #tth-wrapper.mmenu-opening header .header-menu-btn:after {
    left: 7px;
    top: 15px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  #tth-wrapper.mmenu-opening header .header-menu-btn > span {
    left: 150%;
  }

  #tth-wrapper.mmenu-opening .slogan_xs {
    display: block;
    padding: 0px 10px;
  }

  #tth-main-menu {
    position: fixed;
    top: 51px;
    bottom: 0px;
    right: -100%;
    width: 300px;
    overflow: auto;
    z-index: 100;
    background: rgba(255, 255, 255, 0.97);
    -webkit-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
  }

  #tth-wrapper.mmenu-opening #tth-main-menu {
    right: 0px;
  }

  #tth-main-menu > .menu-wrapper {
    padding: 0 0 50px;
    margin: 0px;
  }

  #tth-main-menu > .menu-wrapper + .follow {
    display: none !important;
  }

  #tth-main-menu > .menu-wrapper > ul {
    display: block;
    float: none;
  }

  #tth-main-menu > .menu-wrapper > ul > li {
    display: block;
    float: none;
  }

  #tth-main-menu > .menu-wrapper > ul > li > a {
    text-align: left;
  }

  #tth-main-menu > .menu-wrapper > ul > li > a::before {
    top: 0;
    bottom: auto;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
  }

  header .box_search {
    margin: 0;
  }
}
@media (max-width: 599px) {
  .bs-wizard {
    display: none;
  }

  .rating-scores {
    position: relative;
    top: 0;
    right: 0;
  }

  header .header-tool {
    max-width: 100%;
  }
}
@media (max-width: 499px) {
  .menu-header-top .fr {
    float: none;
  }

  .btn_payment {
    margin-top: 10px !important;
  }

  .btn_pay {
    width: 100% !important;
    margin: 15px 0px !important;
  }

  .ordering_address_l, .ordering_address_r {
    width: 100% !important;
    margin-bottom: 15px;
  }

  #tth-content {
    width: 100%;
  }
}
@media (max-width: 361px) {
  .captcha input {
    margin-left: 10px;
  }
}
@media (max-width: 320px) {
  header .wrapper {
    padding-left: 0px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
/*# sourceMappingURL=layout.css.map */