@charset "utf-8";

/************************************************************************************
CSS RESET
*************************************************************************************/

* {
  margin: 0;
  padding: 0;
  outline: 0;
}
html {
  height: 100%;
}
h1 {
  font-size: 24px;
  color: blue;
}
h2 {
  font-size: 22px;
  color: blue;
}
h3 {
  font-size: 20px;
  color: blue;
}
h4 {
  font-size: 12px;
  color: blue;
}
h5 {
  font-size: 11px;
  color: blue;
}
h6 {
  font-size: 10px;
  color: blue;
}
a {
  text-decoration: none;
}
p {
  padding: 0 0 10px 0;
}
img {
  border: 0;
  border-spacing: 0;
}
img,
embed {
  vertical-align: middle;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
img,
embed {
  margin: 0;
  padding: 0;
  outline: 0;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #eee;
}
table td,
table th {
  border: 1px solid #eee;
  padding: 3px 10px;
}
caption,
th,
td {
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
strong,
b {
  font-weight: bold;
}
em {
  font-style: italic;
}
pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
input[type="reset"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}

/************************************************************************************
Reset HTML5 Elements to Block
*************************************************************************************/

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/************************************************************************************
CSS FONT_FACE
*************************************************************************************/

@font-face {
  font-family: "SVN-Amperzand";
  src: url("../templates/font-face/SVN-Amperzand.eot?#iefix") format("embedded-opentype"),
    url("../templates/font-face/SVN-Amperzand.woff") format("woff"),
    url("../templates/font-face/SVN-Amperzand.ttf") format("truetype"),
    url("../templates/font-face/SVN-Amperzand.svg#Din") format("svg");
  font-weight: 400;
  font-style: normal;
}

/************************************************************************************
CSS WEBSITE
*************************************************************************************/

html {
  background: #222;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  max-width: 1920px;
  margin: 0 auto;
}
.css_body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  height: auto;
  min-height: 100%;
  letter-spacing: 0.4px;
}
.fixbody {
  overflow: hidden;
}

#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.min_wrap {
  width: 1170px;
  margin: 0 auto;
}

.icon_web {
}

.font_sty {
  font-family: "SVN-Amperzand";
  font-weight: 400;
  letter-spacing: 0.6px;
}
article.content h2,
article.content h3,
article.content h4,
article.content h5,
article.content h6,
article.content h1 {
    color: #00f;
}
/************************************************************************************
CSS HEADER
*************************************************************************************/

#header {
  background: #fff;
}

.fixed_header .nav_mn {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-top: 0;
}

.top_hea {
  background: #67bbec;
  color: #fff;
}
.text_top_hea {
  padding: 0;
  display: inline-block;
  line-height: 40px;
}
.ul_top_hea {
  float: right;
}
.ul_top_hea > li {
  float: left;
  position: relative;
}
.ul_top_hea > li + li {
  margin-left: 30px;
}
.ul_top_hea > li > a {
  display: block;
  color: #fff;
  line-height: 40px;
}
.ul_top_hea > li > a i {
  margin-right: 3px;
}

.banner .min_wrap {
  position: relative;
  padding: 15px 0;
}
.logo {
  display: inline-block;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 85px;
}

.ul_banner {
  overflow: hidden;
  position: absolute;
  top: 38px;
  right: 100px;
}
.ul_banner > li {
  float: left;
  margin-right: 100px;
  padding-left: 20px;
  position: relative;
}
.ul_banner > li::before {
  content: "";
  background: #eee;
  width: 1px;
  height: 47px;
  position: absolute;
  top: 9px;
  left: 0;
}
.ul_banner > li::after {
  content: "";
  background: #eee;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 0;
}
.ul_banner > li strong {
  display: block;
  text-transform: uppercase;
}
.ul_banner > li span {
  display: block;
}
.ul_banner > li span a {
  font-weight: 700;
  color: #f60101;
}
.ul_banner > li span i {
  margin-right: 3px;
  width: 8px;
  color: #f60101;
}

.card {
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  position: absolute;
  top: 44px;
  right: 50px;
  background: #67bbec;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
}
.card em {
  color: #fff;
  font-size: 11px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fa4741;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-style: normal;
}

.click_s {
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  position: absolute;
  top: 44px;
  right: 0;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
}
.click_s:hover {
  background: #67bbec;
}
.form_s {
  background: rgba(255, 255, 255, 1);
  position: absolute;
  top: 44px;
  right: 0;
  margin: auto;
  z-index: 99;
  display: none;
}
.form_s.active {
  display: block;
}
.close_form_s {
  text-align: center;
  font-size: 24px !important;
  font: normal normal normal 14px/1 FontAwesome;
  color: #000 !important;
  position: absolute !important;
  top: 0 !important;
  right: -40px;
  display: block;
  cursor: pointer;
  z-index: 102;
  margin: 0px !important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.close_form_s::before {
  content: "\f057";
}
.close_form_s:hover {
  color: #67bbec !important;
}
.d_form_s {
  width: 250px;
}
.ipt_form_s {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: 0;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  background: #67bbec;
  -webkit-border-radius: 17.5px;
  -moz-border-radius: 17.5px;
  border-radius: 17.5px;
  padding: 0 35px 0 15px;
  color: #fff;
}
.ipt_form_s[type="text"] {
  -webkit-border-radius: 17.5px !important;
  -moz-border-radius: 17.5px !important;
  border-radius: 17.5px !important;
}
.btn_form_s {
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  background: url(../imgs/layout/icon_0.png) no-repeat center;
  background-size: auto 14px;
  position: absolute;
  top: 0;
  right: 0;
}

.nav_mn {
  border-top: 1px dashed #999;
}
.ul_mn > li {
  position: relative;
  float: left;
}
.ul_mn > li + li {
  margin-left: 20px;
}
.ul_mn > li > a {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  line-height: 40px;
  font-size: 16px;
}
.ul_mn > li:hover > a {
  color: #67bbec;
}
.ul_mn > li.active::before {
  content: "";
  background: #67bbec;
  height: 2px;
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
}
.ul_mn > li.active > a {
  color: #67bbec;
  font-weight: 700;
}
.ul_mn > li:hover > ul.mn_child_01 {
  visibility: visible;
  z-index: 100;
  opacity: 1;
  top: 40px;
}
.ul_mn > li > ul.mn_child_01 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -15px;
  top: 45px;
  background: #67bbec;
  min-width: 170px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  z-index: 100;
}
.ul_mn > li > ul.mn_child_01 > li {
  position: relative;
}
.ul_mn > li > ul.mn_child_01 > li > a {
  color: #fff;
  display: block;
  padding: 7px 15px;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ul_mn > li > ul.mn_child_01 > li:hover > a {
  background: #000;
}
.ul_mn > li > ul.mn_child_01 > li:hover > ul.mn_child_02 {
  display: block;
}
.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 {
  display: none;
  position: absolute;
  top: 0;
  background: #000;
  min-width: 160px;
}
.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 > li > a {
  color: #fff;
  display: block;
  padding: 7px 15px;
  white-space: nowrap;
  text-transform: capitalize;
}
.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 > li > a:hover {
  text-decoration: underline;
}

/************************************************************************************
CSS CONTAINER
*************************************************************************************/

#container {
  min-height: 500px;
}

.slide {
  position: relative;
}
.slide::before {
  content: "";
  height: 6px;
  background: url(../imgs/layout/bg_slide_01.png) repeat-x center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.slide::after {
  content: "";
  height: 6px;
  background: url(../imgs/layout/bg_slide_02.png) repeat-x center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.swiper1 .swiper-slide {
  height: 477px;
  background: #f9f9f9;
}
.swiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-button-prev-1 {
  width: 45px !important;
  height: 45px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: -22.5px !important;
  background-size: auto 18px !important;
  left: 20px !important;
}
.swiper-button-next-1 {
  width: 45px !important;
  height: 45px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: -22.5px !important;
  background-size: auto 18px !important;
  right: 20px !important;
}

.block_h {
  padding-top: 50px;
}
.block_h_2 {
  padding: 50px 0;
}
.h_t_h {
  text-align: center;
  font-size: 24px;
  color: #000;
  line-height: 34px;
  background: url(../imgs/layout/icon_1.png) no-repeat bottom center;
  padding-bottom: 23px;
}
.h_t_h_2 {
  color: #fff;
  background: url(../imgs/layout/icon_1_2.png) no-repeat bottom center;
}

.ul_other_h > li {
  float: left;
  margin-right: 20px;
  width: 277px;
  position: relative;
}
.ul_other_h > li::before {
  content: "";
  width: 21px;
  height: 21px;
  background: #fff url(../imgs/layout/icon_12_3.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.ul_other_h > li::after {
  content: "";
  width: 21px;
  height: 21px;
  background: #fff url(../imgs/layout/icon_12_4.png) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.ul_other_h > li:nth-child(4) {
  margin-right: 0;
}
.in_other_h {
  background: #fff;
  padding: 0 19px 19px 19px;
  border: 1px solid #eee;
  position: relative;
}
.in_other_h::before {
  content: "";
  width: 21px;
  height: 21px;
  background: #fff url(../imgs/layout/icon_12_1.png) no-repeat;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}
.in_other_h::after {
  content: "";
  width: 21px;
  height: 21px;
  background: #fff url(../imgs/layout/icon_12_2.png) no-repeat;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
}
.t_in_other_h {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 13px 0 14px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.slec_in_other_h {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  height: 35px;
  border: 1px solid #eee;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  background: #fff url(../imgs/layout/icon_13.png) no-repeat center right 10px;
  color: #000;
  padding: 0 35px 0 10px;
}
.slec_in_other_h:focus {
  border: 1px solid #ccc;
  color: #333;
}
.slec_in_other_h + .slec_in_other_h {
  margin-top: 15px;
}
.img_tkm_in_other_h {
  display: block;
  width: 100%;
  height: 85px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.link_in_other_h {
  width: 158px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  border: 1px solid #eee;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  display: block;
  background: #fff;
  margin: 15px auto 0 auto;
}
.link_in_other_h:hover {
  color: #fff;
  background: #67bbec;
  border: 1px solid #67bbec;
}
.btn_in_other_h {
  width: 158px;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #eee;
  height: 34px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #fff;
  margin: 15px auto 0 auto;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  display: block;
}
.btn_in_other_h:hover {
  color: #fff;
  background: #67bbec;
  border: 1px solid #67bbec;
}
.btn_in_other_h[type="submit"] {
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  border-radius: 16px !important;
}
.img_httt_in_other_h {
  display: block;
  width: 100%;
  height: 35px;
  margin-top: 15px;
}
.text_httt_in_other_h {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 18px;
  padding: 13px 0 0 0;
  color: #999;
  text-align: center;
}
.text_httt_in_other_h strong {
  font-weight: 400;
  display: block;
  color: #000;
}

.icon_in_other_h {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: 1;
}
.icon_in_other_h_1 {
  background: #dd7fb2 url(../imgs/layout/icon_14.png) no-repeat center center;
}
.icon_in_other_h_2 {
  background: #388db5 url(../imgs/layout/icon_15.png) no-repeat center center;
}
.icon_in_other_h_3 {
  background: #dea151 url(../imgs/layout/icon_16.png) no-repeat center center;
}
.icon_in_other_h_4 {
  background: #13a32e url(../imgs/layout/icon_17.png) no-repeat center center;
}

.adv_h {
  overflow: hidden;
  position: relative;
}
.adv_h > li {
  width: 270px;
  height: 270px;
  float: right;
  margin-left: 30px;
}
.adv_h > li img {
  display: block;
  width: 100%;
  height: 100%;
}
.adv_h > li:nth-child(1) {
  width: 570px;
  height: 570px;
  position: absolute;
  top: 50px;
  left: 0;
  margin-left: 0;
  float: none;
}
.adv_h > li:nth-child(4) {
  clear: both;
  width: 570px;
  height: 270px;
  margin-top: 30px;
}

.ul_prod_h {
  margin-top: 30px;
}
.ul_prod > li {
  float: left;
  width: 270px;
  margin: 0 30px 30px 0;
  position: relative;
  text-align: center;
}
.ul_prod > li:nth-child(4n) {
  margin-right: 0;
}
.ul_prod > li:nth-child(4n + 1) {
  clear: both;
}
.img_prod {
  position: relative;
  height: 350px;
  overflow: hidden;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #f6f6f6;
}
.img_prod img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ul_prod > li:hover .img_prod img,
.ul_prod_spec > li:hover .img_prod img,
.swiper2 .swiper-slide:hover .img_prod img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.m_prod {
  border: 1px solid #eee;
  padding: 20px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.name_prod {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.ms_prod {
  padding: 5px 0 0 0;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pri_prod {
  padding: 5px 0 0 0;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pri_prod strong {
  color: #f90101;
  font-size: 14px;
  font-weight: 700;
}
.pri_prod span {
  font-size: 11px;
  color: #000;
  text-decoration: line-through;
}

.label_prod_1 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 11px;
  width: 45px;
  height: 37px;
  background: #00c1bf;
  border: 2px solid #fff;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  text-transform: uppercase;
  font-style: normal;
  line-height: 14px;
  padding-top: 8px;
  font-weight: 700;
}
.label_prod_2 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 11px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #f30f0f;
  border: 2px solid #fff;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
}

.link_prod_h {
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: #2989c0;
  line-height: 42px;
  display: inline-block;
  padding: 0 55px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
}
.link_prod_h:hover {
  background: #000;
}

.ul_prod_spec {
  position: relative;
}
.ul_prod_spec > li {
  float: right;
  width: 207px;
  margin: 30px 0 0 30px;
  text-align: center;
}
.ul_prod_spec > li:nth-child(1) {
  width: 448px;
  position: absolute;
  top: 30px;
  left: 0;
  margin: 0;
}
.ul_prod_spec > li:nth-child(1) .img_prod {
  height: 580px;
}
.ul_prod_spec > li:nth-child(1) .m_prod {
  padding: 20px 30px;
}
.ul_prod_spec > li:nth-child(1) .ms_prod,
.ul_prod_spec > li:nth-child(1) .name_prod,
.ul_prod_spec > li:nth-child(1) .pri_prod span {
  font-size: 14px;
}
.ul_prod_spec > li:nth-child(1) .pri_prod strong {
  font-size: 16px;
}
.ul_prod_spec > li:nth-child(5) {
  clear: both;
}
.ul_prod_spec > li .m_prod {
  padding: 10px;
}
.ul_prod_spec > li .img_prod {
  height: 268px;
}
.ul_prod_spec > li:nth-child(1) .link_prod_h {
  margin-top: 15px;
}

.link_ul_prod_spec {
  color: #fff;
  text-transform: uppercase;
}

.swiper2 {
  margin-top: 30px !important;
}
.swiper-pagination-2 {
  position: static !important;
  margin-top: 27px !important;
}
.swiper-pagination-2 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}
.swiper-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #67bbec;
}

.ti_h {
  padding: 93px 0 50px 0;
}
.ul_ti_h {
  background: #f8f8f8;
  position: relative;
  padding: 28px 0;
}
.ul_ti_h > li {
  position: relative;
  float: left;
  width: 33.3333%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
.ul_ti_h > li + li {
  border-left: 1px solid #dadada;
}
.ul_ti_h > li strong {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 33px 0 8px 0;
}
.ul_ti_h > li span {
  display: block;
}
.icon_ti_h {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  background-color: #67bbec;
  background-position: center center;
  background-repeat: no-repeat;
  border: 5px solid #fff;
  position: absolute;
  top: -71px;
  right: 0;
  left: 0;
  margin: auto;
}
.icon_ti_h_1 {
  background-image: url(../imgs/layout/icon_2.png);
}
.icon_ti_h_2 {
  background-image: url(../imgs/layout/icon_3.png);
}
.icon_ti_h_3 {
  background-image: url(../imgs/layout/icon_4.png);
}

.cnkh {
  padding: 50px 0 100px 0;
  background: #f2f6f5 url(../imgs/layout/bg_cnkh.jpg) no-repeat center bottom;
  background-size: cover;
}
.swiper4 {
  width: 960px !important;
  margin-top: 30px !important;
  text-align: center;
}
.swiper4 .swiper-slide {
  visibility: hidden;
}
.swiper4 .swiper-slide.swiper-slide-active {
  visibility: visible;
}
.swiper-pagination-4 {
  position: static !important;
  margin-top: 30px !important;
}
.swiper-pagination-4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.text_cnkh {
  font-size: 14px;
  line-height: 26px;
}
.img_cnkh {
  position: relative;
  background: #fff;
  padding: 2px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 20px auto 10px auto;
}
.img_cnkh img {
  display: block;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.name_cnkh {
  padding: 0;
  font-size: 14px;
}

.news_h {
  padding: 50px 0;
  background: url(../imgs/layout/bg_news.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
.swiper3 {
  margin-top: 30px !important;
}
.img_news_h {
  height: 247px;
  background: #fff;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}
.img_news_h img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.m_news_h {
  padding: 20px 20px 20px 115px;
  background: #fff;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}
.name_news_h {
  font-size: 14px;
  color: #000;
  overflow: hidden;
  height: 40px;
  padding-top: 3px;
}
.date_news_h {
  padding: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
  width: 50px;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #d6960d;
  font-weight: 700;
}
.date_news_h span {
  padding-bottom: 5px;
  display: block;
}
.date_news_h strong {
  font-size: 16px;
  padding-top: 5px;
  border-top: 1px solid #eee;
  display: block;
}
.view_news_h {
  padding: 5px 0;
  color: #000;
}
.cata_news_h {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  background: #67bbec;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 28px;
  min-width: 108px;
  padding: 0 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
  z-index: 1;
}
.swiper-pagination-3 {
  position: static !important;
  margin-top: 30px !important;
}
.swiper-pagination-3 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-3 .swiper-pagination-bullet-active {
  background: #67bbec;
}

.bg_catalogy {
  text-align: center;
  position: relative;
  height: 300px;
  background-color: #f6f6f6;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_catalogy::before {
  content: "";
  background: url(../imgs/layout/bg_slide_01.png) repeat-x;
  height: 6px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
.bg_catalogy::after {
  content: "";
  background: url(../imgs/layout/bg_slide_02.png) repeat-x;
  height: 6px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.h_catalogy {
  display: inline-block;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  background: rgba(30, 39, 12, 0.7);
  padding: 10px 20px;
  min-width: 280px;
  position: relative;
  top: 117px;
}

.f_cont {
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
  margin-bottom: 3px;
}
.f_cont .min_wrap {
  overflow: hidden;
}
.content {
  float: left;
  width: 770px;
  margin-right: 30px;
}
.sidebar {
  overflow: hidden;
}

.breacrum {
  padding: 15px 0;
  position: relative;
}
.ul_breacrum > li {
  display: inline-block;
  color: #999;
}
.ul_breacrum > li::after {
  content: "/";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 3px;
}
.ul_breacrum > li:last-child::after {
  display: none;
}
.ul_breacrum > li > a {
  color: #999;
  text-transform: uppercase;
}
.ul_breacrum > li > a:hover {
  color: #333;
}

.addthis_sharing_toolbox {
  position: absolute;
  top: 13px;
  right: -5px;
}

.ul_share_social {
  padding-top: 20px;
  line-height: 18px;
}
.ul_share_social > li {
  float: left;
}
.ul_share_social > li + li {
  margin-left: 7px;
}

.block_sb + .block_sb {
  margin-top: 30px;
}
.sty_sb {
  border: 1px solid #eee;
  padding: 20px 23px;
}
.t_sb {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 24px;
  padding: 0 0 16px 40px;
  background: url(../imgs/layout/icon_5.png) no-repeat left top;
  border-bottom: 1px solid #67bbec;
}

.dm_sb {
  background: #67bbec;
  border: 0;
  position: relative;
}
.dm_sb::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.dm_sb::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.dm_sb .t_sb {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.dm_sb .ul_dm_sb {
  position: relative;
  z-index: 1;
}
.dm_sb .ul_dm_sb > li + li {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}
.dm_sb .ul_dm_sb > li > a {
  color: #fff;
  background: url(../imgs/layout/icon_19.png) no-repeat left 8px top 14px;
  font-weight: 700;
}
.dm_sb .ul_dm_sb > li.active > a,
.dm_sb .ul_dm_sb > li:hover > a {
  background-image: url(../imgs/layout/icon_20.png);
  color: #fff000 !important;
  background-position: left 8px top 14px;
}
.dm_sb .ul_dm_sb > li:first-child > a {
  background-position: left 8px top 13px;
}

.ul_dm_sb > li + li {
  border-top: 1px dashed #ccc;
}
.ul_dm_sb > li > a {
  text-transform: uppercase;
  display: block;
  color: #000;
  padding: 12px 0 12px 45px;
}
.ul_dm_sb > li:last-child > a {
  padding-bottom: 0;
}
.ul_dm_sb > li:hover > a {
  background: url(../imgs/layout/icon_6.png) no-repeat top 17px left 10px;
}
.ul_dm_sb > li.active > a {
  background: url(../imgs/layout/icon_6.png) no-repeat top 17px left 10px;
  font-weight: 700;
}

.ul_ht_sb > li {
  border-top: 1px dashed #ccc;
  padding: 20px 5px 20px 10px;
  font-weight: 500;
  position: relative;
}
.ul_ht_sb > li:last-child {
  padding-bottom: 0;
}
.ul_ht_sb > li a {
  color: #f10000;
  font-size: 16px;
  font-weight: 700;
}
.ul_ht_sb > li p {
  padding: 0;
  position: absolute;
  top: 15px;
  right: 5px;
}
.img_ht_sb {
  width: 100%;
  height: auto;
  display: block;
}

.play_vd_sb {
  height: 214px;
  padding-top: 20px;
}
.play_vd_sb iframe {
  width: 100% !important;
  height: 100% !important;
}
.ul_vd_sb > li + li {
  border-top: 1px dashed #ccc;
}
.ul_vd_sb > li > a {
  display: block;
  padding: 12px 10px;
  color: #000;
}
.ul_vd_sb > li:last-child > a {
  padding-bottom: 0;
}
.ul_vd_sb > li.active > a {
  font-weight: 700;
}

.ul_news_sb > li {
  overflow: hidden;
  padding: 15px 0;
}
.ul_news_sb > li:last-child {
  padding-bottom: 0;
}
.ul_news_sb > li + li {
  border-top: 1px dashed #ccc;
}
.ul_news_sb > li figure {
  float: left;
  width: 134px;
  height: 90px;
  margin-right: 15px;
}
.ul_news_sb > li figure img {
  display: block;
  width: 100%;
  height: 100%;
}
.ul_news_sb > li p {
  padding: 0;
  overflow: hidden;
  color: #000;
}

.ul_tk_sb > li {
  overflow: hidden;
  padding: 12px 10px;
  text-transform: uppercase;
}
.ul_tk_sb > li:last-child {
  padding-bottom: 0;
}
.ul_tk_sb > li + li {
  border-top: 1px dashed #ccc;
}
.ul_tk_sb > li strong {
  display: block;
  float: left;
  font-weight: 400;
}
.ul_tk_sb > li span {
  display: block;
  float: right;
}

.maps_ct {
  position: relative;
  height: 300px;
  background: #ccc;
}
.maps_ct iframe {
  width: 100% !important;
  height: 100% !important;
}
.mask_map {
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.f_contact {
}
.fc_1 {
  float: left;
  width: 48%;
}
.fc_2 {
  float: right;
  width: 48%;
}
.ul_ct > li {
  margin-bottom: 20px;
  position: relative;
}
.ipt_ct {
  border: 1px solid #ccc;
  width: 100%;
  height: 34px;
  padding: 0 10px;
  color: #777;
}
.txt_ct {
  border: 1px solid #ccc;
  width: 100%;
  min-height: 100px;
  padding: 10px;
  color: #777;
  resize: vertical;
}
.ipt_ct:focus,
.txt_ct:focus {
  border: 1px solid #bbb;
  color: #333;
}
.btn_ct {
  cursor: pointer;
  background: #67bbec;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 30px;
  border: 0;
  font-weight: bold;
}
.btn_ct:active {
  opacity: 0.9;
}
.t_fc_1 {
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #4e2108;
}
.m_fc_1 a {
  color: #67bbec;
}
.m_fc_1 a:hover {
  text-decoration: underline;
}
.ul_m_fc_1 > li {
  padding: 5px 0;
  overflow: hidden;
}
.ul_m_fc_1 > li i {
  font-size: 14px;
  margin-right: 10px;
  float: left;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fafafa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  top: -4px;
  color: #666;
}

.ul_dm_bv {
}
.ul_dm_bv > li {
  padding: 20px 0;
  overflow: hidden;
}
.ul_dm_bv > li:first-child {
  padding-top: 0;
}
.ul_dm_bv > li + li {
  border-top: 1px solid #ececec;
}
.ul_dm_bv > li figure {
  float: left;
  width: 250px;
  height: 167px;
  margin-right: 20px;
}
.ul_dm_bv > li figure img {
  display: block;
  width: 100%;
  height: 100%;
}
.m_ul_dm_bv {
  overflow: hidden;
}
.m_ul_dm_bv h3 {
  font-size: 16px;
  line-height: 26px;
  color: #323232;
}
.m_ul_dm_bv h3:hover {
  color: #67bbec;
}
.m_ul_dm_bv .tool_user {
  padding: 5px 0;
}
.m_ul_dm_bv p {
  color: #666;
}
.m_ul_dm_bv span {
  color: #67bbec;
  font-size: 12px;
}
.m_ul_dm_bv span i {
  margin-left: 5px;
}
.m_ul_dm_bv ol {
  padding: 5px 0 10px 0;
}
.m_ul_dm_bv ol li {
  display: inline-block;
  color: #666;
  margin: 0 10px 0 1px;
}
.m_ul_dm_bv ol li i {
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.title_D {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #323232;
}
.des_D {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0 10px 0;
}

.text_catalogy_prod {
  background: #f3f3f3;
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
}
.t_text_catalogy_prod {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
}
.text_catalogy_prod .f-detail {
  height: 72px;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-word;
}
.show_text_catalogy_prod {
  color: #fff;
  line-height: 26px;
  width: 40px;
  text-align: center;
  background: #67bbec;
  position: absolute;
  bottom: -13px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.filter_prod {
  position: absolute;
  top: 34px;
  right: 40px;
}
.slec_prod {
  height: 34px;
  background: #fff url(../imgs/layout/arrown_menu_accordion.png) no-repeat center right 14px;
  background-size: auto 6px;
  -webkit-border-radius: 170px !important;
  -moz-border-radius: 17px !important;
  border-radius: 17px !important;
  border: 0;
  padding: 0 34px 0 10px;
  min-width: 150px;
}
.slec_prod + .slec_prod {
  margin-left: 10px;
}

.prod_D {
  overflow: hidden;
  margin-bottom: 20px;
}
.slide_prod_D {
  position: relative;
  border: 1px solid #eee;
  padding: 15px;
  background: #fff;
  float: left;
}
.slide_prod_D img {
  display: block;
  width: 324px;
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.star_prod_D {
  position: absolute;
  background: #fff;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  width: 160px;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}
.star_prod_D i {
  color: #999;
}
.star_prod_D i.active {
  color: #f7d516;
}
.info_prod_D {
  overflow: hidden;
  padding-left: 30px;
}
.title_info_prod_D {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0;
  border-bottom: 1px solid #67bbec;
}
.ul_info_prod_D {
  margin-top: 1px;
  border-top: 1px solid #67bbec;
}
.ul_info_prod_D > li {
  padding: 10px 0;
  overflow: hidden;
}
.ul_info_prod_D > li + li {
  border-top: 1px dotted #bdbdbd;
}
.ul_info_prod_D > li p {
  padding: 0;
}
.l_info_prod_D {
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  width: 60px;
}
.r_info_prod_D {
  overflow: hidden;
  font-weight: 700;
}
.r_info_prod_D span {
  font-weight: 500 !important;
  font-size: 11px;
  display: inline-block;
  margin-left: 20px;
}
.r_info_prod_D span em {
  font-style: normal;
  text-decoration: line-through;
}

.gnl {
  background: #fee4d7 url(../imgs/layout/bg_gnl.png) repeat center center;
  border: 1px dashed #fc4f4f;
  padding: 15px 29px;
  margin: 10px 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gnl::before {
  content: "";
  background: url(../imgs/layout/icon_11.png) no-repeat;
  width: 42px;
  height: 42px;
  position: absolute;
  top: -15px;
  left: -19px;
  z-index: 1;
}
.gnl strong {
  color: #f40000;
  font-size: 14px;
}

.tvgh_prod {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: #279118;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  line-height: 40px;
  text-transform: uppercase;
}
.tvgh_prod:hover {
  background: #67bbec;
}
.tvgh_prod i {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.gddh_prod {
  border: 1px dashed #eee;
  margin-top: 15px;
  padding: 14px 0 14px 60px;
  position: relative;
}
.gddh_prod .fa-phone {
  text-align: center;
  background: #67bbec;
  width: 34px;
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 24px;
  left: 15px;
}
.gddh_prod p {
  line-height: 27px;
  padding: 0 15px;
  border-left: 1px solid #eee;
  font-weight: 500;
  font-size: 13px;
  color: #f30101;
}
.gddh_prod p strong {
  display: block;
  font-weight: 500;
  color: #000;
}
.gddh_prod p a {
  color: #f30101;
  font-weight: 700;
}

.title_content {
  border-bottom: 1px solid #eee;
  padding-left: 20px;
  margin-bottom: 15px;
}
.title_content span {
  cursor: pointer;
  color: #000;
  background: #fafafa;
  line-height: 39px;
  padding: 0 20px;
  display: block;
  float: left;
  position: relative;
}
.title_content span + span {
  margin-left: 2px;
}
.title_content span.active {
  font-weight: 700;
  background: #fff;
  padding: 0 19px;
  line-height: 38px;
  border: 1px solid #eee;
  border-bottom: 0;
}
.title_content span.active::before {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  z-index: 1;
}

.tool_prod_D {
  background: #fafafa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 25px 15px 25px;
  overflow: hidden;
  margin-bottom: 20px;
}
.tool_prod_D > li {
  float: left;
  width: 48%;
  background: url(../imgs/layout/icon_10.png) no-repeat center left;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tool_prod_D > li:nth-child(2n) {
  float: right;
}

.swiper5 .img_prod {
  height: 306px;
}
.swiper-pagination-5 {
  position: static !important;
  margin-top: 30px !important;
}
.swiper-pagination-5 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}
.swiper-pagination-5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #67bbec;
}

.breacrum_page {
  position: relative;
  background: #f4f4f4;
}
.breacrum_page::before {
  content: "";
  background: url(../imgs/layout/bg_slide_01.png) repeat-x center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 6px;
}
.breacrum_page::after {
  content: "";
  background: url(../imgs/layout/bg_slide_02.png) repeat-x center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 6px;
}
.breacrum_page .min_wrap {
  position: relative;
  padding: 30px 0;
}

.rating_it {
  float: none !important;
  margin: 0px !important;
}

/************************************************************************************
CSS FOOTER
*************************************************************************************/

#footer {
  background: #fff;
}
#footer a {
}
#footer a:hover {
}

.foot_1 {
  border-top: 1px solid #eee;
}
.foot_1 .min_wrap {
  overflow: hidden;
  position: relative;
}
.foot_1 .min_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 390px;
  bottom: 0;
  width: 1px;
  background: #eee;
}
.l_f_1 {
  width: 360px;
  float: left;
  padding: 30px 30px 30px 0;
}
.t_ul_r_f_1 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
  padding: 21px 0 26px 0;
}
.ol_r_f_1 {
  overflow: hidden;
}
.ol_r_f_1 > li {
  width: 49%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 5px;
}
.ol_r_f_1 > li:nth-child(2n) {
  float: right;
}
.ol_r_f_1 > li > a {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  color: #000;
}
.ol_r_f_1 > li > a::before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 3px;
  left: 0;
}
.ol_r_f_1 > li > a:hover {
  color: #67bbec;
}
.r_f_1 {
  overflow: hidden;
  padding-left: 31px;
}
.ul_r_f_1 {
  overflow: hidden;
  padding: 20px 0 35px 0;
  position: relative;
}
.ul_r_f_1::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  bottom: 20px;
  width: 1px;
  background: #eee;
}
.ul_r_f_1 > li {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.ul_r_f_1 > li:nth-child(1) {
  padding-right: 30px;
}
.ul_r_f_1 > li:nth-child(2) {
  padding-left: 30px;
}
.nd_r_f_1 {
  border-top: 1px solid #eee;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.social_foot {
  position: absolute;
  top: 30px;
  right: 0;
  overflow: hidden;
}
.social_foot > li {
  float: left;
}
.social_foot > li + li {
  margin-left: 10px;
}
.social_foot > li > a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #bfbfbf;
  color: #fff;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 34px;
  display: block;
}
.social_foot > li > a:hover {
  background: #67bbec;
}

.ul_l_f_1 > li + li {
  margin-top: 3px;
}
.t_ul_l_f_1 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  padding: 10px 20px 10px 40px;
  background: #fff;
  border: 1px solid #eee;
  cursor: pointer;
  position: relative;
}
.t_ul_l_f_1::before {
  content: "+";
  position: absolute;
  top: 8px;
  left: 19px;
  color: #000;
  font-size: 14px;
}
.t_ul_l_f_1.ui-accordion-header-active {
  background: #67bbec;
  color: #fff;
  border: 1px solid #67bbec;
}
.t_ul_l_f_1.ui-accordion-header-active::before {
  content: "-";
  position: absolute;
  top: 8px;
  left: 19px;
  color: #fff;
  font-size: 22px;
}
.m_ul_l_f_1 {
  display: none;
  background: #fafafa;
  padding: 15px 20px;
  color: #000;
}
.m_ul_l_f_1 span {
  display: block;
  position: relative;
  padding-left: 20px;
}
.m_ul_l_f_1 span + span {
  margin-top: 10px;
}
.m_ul_l_f_1 span i {
  font-size: 14px;
  position: absolute;
  top: 4px;
  left: 0;
  color: #3c3c3c;
}
.m_ul_l_f_1 span a {
  color: #eb0000;
  font-weight: 700;
}

.foot_2 {
  background: #67bbec;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.foot_2 a {
  color: #fff;
}

/************************************** END FOOTER **************************************/

.f-detail {
  line-height: 1.5;
}
.f-detail img,
.f-detail div,
.f-detail table,
.f-detail h1,
.f-detail h2,
.f-detail h3,
.f-detail h4,
.f-detail h5,
.f-detail h6,
.f-detail p,
.f-detail strong,
.f-ndct em {
  max-width: 100% !important;
}
.f-detail img {
  padding: 5px 0;
  max-width: 100% !important;
  height: auto !important;
}
.f-detail a {
  color: #67bbec;
}
.f-detail a:hover {
  text-decoration: underline;
}

.f-detail ul,
.f-detail ol {
  margin: 10px 0;
}

.f-detail ul li {
  list-style: disc;
  margin-left: 20px;
}
.f-detail ol li {
  list-style: decimal;
  margin-left: 20px;
}

.tag {
  padding: 15px 0 0 0;
  font-size: 11px;
  overflow: hidden;
  font-family: Arial;
  line-height: 18px;
}
.tag span {
  color: #939393;
  padding: 2px 5px 2px 23px;
  background: #f1f1f1 url(../imgs/layout/icontag.png) no-repeat 5px 5px;
  display: block;
  float: left;
  margin: 0 3px 3px 0;
}
.tag a {
  padding: 2px 5px;
  color: #656565;
  background: #f1f1f1;
  display: block;
  float: left;
  margin: 0 3px 3px 0;
}
.tag a:hover {
  background: #e2e2e2;
}

.back-to-top {
  cursor: pointer;
  background: url(../imgs/layout/back-to-top.png) no-repeat;
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  z-index: 10;
}

.error-sty {
  color: #f70000;
  font-weight: 400;
  padding: 5px 0px;
  font-size: 11px;
}

a,
a:hover {
}
a[href^="tel:"],
a[href^="mailto:"] {
  color: #67bbec;
}

.clear {
  clear: both;
  height: 0;
  float: none;
}

.box-sizing-fix {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.img_object_fit {
  object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -o-object-fit: cover;
  -ms-object-fit: cover;
}

::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
:-moz-placeholder {
  opacity: 1;
}

.sty_slec {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.sty_slec::-ms-expand {
  display: none;
}

.sty_transition {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
} /* Hides from IE-mac \*/
.clearfix {
  display: block;
}

select option {
  font-size: 12px;
  padding: 0px 5px;
}

input,
textarea,
select {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle;
}

.vote_radio input {
  position: relative;
  top: -2px;
  cursor: pointer;
}
.vote_radio label {
  cursor: pointer;
}

.page {
  font-size: 12px;
  margin: 20px 0 0 0;
  font-family: Arial;
  line-height: 18px;
  text-align: center;
}
.PageNum a {
  display: inline-block;
  color: #666;
  padding: 3px 10px;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  margin: 0px 3px 5px 0px;
}
.PageNum a:hover {
  color: #fff;
  background: #67bbec;
  border: 1px solid #67bbec;
}
.PageNum span {
  font-weight: bold;
  display: inline-block;
  color: #fff;
  padding: 3px 10px;
  background: #67bbec;
  margin: 0px 3px 5px 0px;
  border: 1px solid #67bbec;
}

/************************************************************************************
CSS ACCOUNT
*************************************************************************************/

.f_account {
  padding: 30px 0;
  font-family: Arial;
}

.form_account {
  background: #fff;
  width: 400px;
  margin: 20px auto;
  padding: 30px;
  border: 1px solid #ddd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
}
.title_account {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.title_account::before {
  content: "";
  height: 1px;
  background: #eee;
  position: absolute;
  top: 10px;
  right: 0px;
  left: 0px;
}
.title_account strong {
  background: #fff;
  padding: 0px 10px;
  font-weight: normal;
  z-index: 1;
  position: relative;
}
.account_other {
  text-align: center;
  font-size: 11px;
  color: #999;
}
.account_other ul {
  overflow: hidden;
  margin-top: 5px;
}
.account_other ul li {
  float: left;
  width: 49%;
}
.account_other ul li:nth-child(2) {
  float: right;
}
.account_other ul li.acc_fb a {
  background: #999 url(../imgs/layout/facebook.png) no-repeat 8px center;
  background-size: 22px 22px;
}
.account_other ul li.acc_fb a:hover {
  background-color: #3b589b;
}
.account_other ul li.acc_gg a {
  background: #999 url(../imgs/layout/google.png) no-repeat 8px center;
  background-size: 22px 22px;
}
.account_other ul li.acc_gg a:hover {
  background-color: #da3a43;
}
.account_other ul li a {
  display: block;
  padding: 7px 0px;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.main_account {
  overflow: hidden;
  position: relative;
}
.ul_main_account {
  overflow: hidden;
}
.ul_main_account > li {
  position: relative;
  margin-top: 20px;
}
.se_nh {
  width: 100%;
  height: 34px;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 6px;
}
.se_nh option {
  padding: 0 10px;
}
.label_account {
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
}
.ipt_account {
  color: #777;
  border: 1px solid #ddd;
  width: 100%;
  height: 34px;
  padding: 0 10px;
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.txt_account {
  color: #333;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ddd;
  width: 100%;
  min-height: 100px;
  padding: 10px;
  resize: vertical;
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.ipt_account:focus {
  border: 1px solid #999;
}
.btn_account2 {
  font-size: 12px;
  font-weight: bold;
  border: 0px;
  background: #67bbec;
  color: #fff;
  width: 100%;
  padding: 12px 0;
  cursor: pointer;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn_account2[type="submit"] {
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
}
.btn_account2 + .btn_account2 {
  margin-left: 5px;
}
.error_account {
  display: block;
  font-size: 11px;
  color: #f03;
  padding-top: 5px;
}
.bottom_account {
  margin-top: 20px;
  overflow: hidden;
}
.ba_dk {
  overflow: hidden;
  padding-top: 15px;
}
.ba_dk a:hover {
  text-decoration: underline;
}
.qmk_account {
  display: inline-block;
  font-size: 12px;
  color: #666;
}
.dk_account {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #666;
}

.show_gt ul {
  overflow: hidden;
}
.show_gt ul li {
  float: left;
  position: relative;
  padding-left: 20px;
  line-height: 18px;
}
.show_gt ul li + li {
  margin-left: 20px;
}
.show_gt ul li label {
  display: inline-block;
  cursor: pointer;
}
.show_gt ul li input {
  position: absolute;
  top: 2px;
  left: 0;
  cursor: pointer;
}

.avar_dbtk {
  text-align: center;
  margin-top: 15px;
  font-size: 11px;
  font-weight: bold;
}
.avar_dbtk img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

/************************************************************************************
CSS CART
*************************************************************************************/

.f_cart {
  padding: 30px 0 50px 0;
}

.t_f_cart {
  overflow: hidden;
  margin-bottom: 30px;
}
.t_f_cart > li {
  float: left;
  width: 25%;
  position: relative;
}
.t_f_cart > li > a {
  display: block;
  background: #aaa;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 49px;
  padding: 0 30px;
}
.t_f_cart > li > a::after {
  content: "";
  background: #aaa url(../imgs/layout/icon_18_0.png) no-repeat;
  width: 18px;
  height: 49px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.t_f_cart > li:last-child > a::after {
  background-color: #fff;
}
.t_f_cart > li.active:last-child > a::after {
  background-color: #fff;
}
.t_f_cart > li.active > a {
  background: #23cb56;
}
.t_f_cart > li.active > a::before {
  content: "";
  background: #aaa url(../imgs/layout/icon_18_2.png) no-repeat;
  width: 18px;
  height: 49px;
  position: absolute;
  top: 0;
  left: -18px;
  z-index: 2;
}
.t_f_cart > li.active > a::after {
  content: "";
  background: #aaa url(../imgs/layout/icon_18_1.png) no-repeat;
  width: 18px;
  height: 49px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.tb_f_cart {
  width: 100%;
  color: #000;
}
.tb_f_cart td {
  padding: 15px;
  border: 1px solid #ddd;
}
.tb_f_cart thead tr {
  background: #67bbec;
}
.tb_f_cart thead tr td {
  border: 1px solid #b8def5;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.tb_f_cart tbody tr td {
  text-align: center;
}
.pri_f_cart {
  color: #ee0101;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.del_f_cart {
  display: inline-block;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e8e8e8;
  color: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
}
.del_f_cart:hover {
  background: #67bbec;
}
.num_f_cart {
  width: 33px;
  height: 33px;
  text-align: center;
  border: 1px solid #eee;
  padding: 0 3px;
}
.tt_prod_f_cart {
  overflow: hidden;
  text-align: left;
}
.tt_prod_f_cart img {
  display: block;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 20px;
}
.tt_prod_f_cart strong {
  color: #000;
  display: block;
  text-transform: uppercase;
  padding-top: 20px;
}
.tt_prod_f_cart span {
  display: block;
  color: #000;
}

.mgg_f_cart {
  position: relative;
  text-align: left;
  float: left;
}
.ipt_mgg_f_cart {
  width: 250px;
  height: 40px;
  background: #fff;
  border: 1px solid #eee;
  padding: 0 100px 0 10px;
  color: #999;
}
.ipt_mgg_f_cart:focus {
  color: #333;
}
.btn_mgg_f_cart {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  background: #000;
  border: 0;
  padding: 0 20px;
}
.show_mgg_f_cart {
  padding: 8px 0 0 20px;
  font-size: 12px;
  font-weight: 700;
  float: left;
}
.show_mgg_f_cart strong {
  color: #ee0101;
}

.bot_tb_f_cart {
  padding-top: 30px;
  text-align: right;
}
.bot_tb_f_cart a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  padding: 0 10px;
  min-width: 180px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn_ttmh_f_cart {
  background: #000;
}
.btn_ttn_f_cart {
  background: #23cb56;
}

.t_m_col_f_cart_2 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background: #67bbec;
  line-height: 50px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.in_m_col_f_cart_2 {
  overflow-y: auto;
  height: 261px;
  border: 1px solid #67bbec;
  padding: 0 29px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.in_m_col_f_cart_2 table {
  width: 100%;
  border: 0;
}
.in_m_col_f_cart_2 table tr + tr {
  border-top: 1px dotted #ddd;
}
.in_m_col_f_cart_2 table td {
  border: 0;
  padding: 20px 0;
  text-align: center;
}

.bot_in_col_f_cart_1 {
  text-align: center;
  padding-top: 10px;
}
.bot_in_col_f_cart_1 a {
  display: inline-block;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0 20px;
  min-width: 130px;
  margin: 5px;
}
.btn_1_in_col_f_cart_1 {
  background: #000;
}
.btn_2_in_col_f_cart_1 {
  background: #23cb56;
}

.bot_tb_f_cart_bt,
.btn_gh_5 {
  height: 40px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0 20px !important;
  margin: 0 5px;
  cursor: pointer;
  min-width: inherit !important;
}
.bot_tb_f_cart_bt[type="submit"] {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
}

.t1_in_col_f_cart_1 {
  text-transform: uppercase;
  font-weight: 700;
  background: #67bbec;
  padding: 10px 20px;
  color: #fff;
}
.t2_in_col_f_cart_1 {
  text-transform: uppercase;
  font-weight: 700;
  background: #f3f3f3;
  padding: 10px 20px;
  color: #000;
}

.ul_gh_3 {
  padding: 20px;
}
.ul_gh_3 > li + li {
  margin-top: 15px;
}
.rad_gh_3 {
  cursor: pointer;
  display: inline-block;
}
.rad_gh_3 + .rad_gh_3 {
  margin-left: 15px;
}
.rad_gh_3 input {
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.ipt_gh_3 {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 0 20px;
  color: #000;
}
.ipt_gh_3[type="text"] {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
}
.txt_gh_3 {
  width: 100%;
  height: 80px;
  resize: none;
  border: 1px solid #ddd;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 15px 20px;
  color: #000;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
}
.slec_gh3 {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 0 40px 0 20px;
  background: url(../imgs/layout/icon_13.png) no-repeat center right 15px;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
}
.ol_gh_3 {
  overflow: hidden;
}
.ol_gh_3 > li {
  width: 49%;
  float: left;
}
.ol_gh_3 > li + li + li {
  margin-top: 15px;
}
.ol_gh_3 > li:nth-child(2n) {
  float: right;
}
.ol_gh_3 > li:nth-child(2n + 1) {
  clear: both;
}

.ul_gh_4 {
  padding: 20px;
}
.ul_gh_4 > li {
  overflow: hidden;
}
.ul_gh_4 > li + li {
  margin-top: 10px;
}
.ul_gh_4 > li strong {
  display: block;
  font-weight: 400;
  float: left;
  width: 230px;
  margin-right: 20px;
}
.ul_gh_4 > li p {
  padding: 0;
  overflow: hidden;
}

.m_gh_5 {
  text-align: center;
}
.t_m_gh_5 {
  color: #23cb56;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
}
.t_m_gh_5 i {
  margin-right: 4px;
}
.mdh_gh_5 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.btn_gh_5 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 12px;
  height: 40px;
  color: #fff;
  border: 0;
  cursor: pointer;
  background: #23cb56;
  text-transform: uppercase;
  padding: 0 10px;
  min-width: 130px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.btn_gh_5[type="submit"] {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
}

.col_f_cart {
  overflow: hidden;
}
.col_f_cart_1 {
  float: right;
  width: 49%;
}
.col_f_cart_2 {
  float: left;
  width: 49%;
}

.ul_col_f_cart_2 {
  padding-top: 9px;
  color: #000;
}
.ul_col_f_cart_2 > li {
  overflow: hidden;
  background: #f6f6f6;
  margin-top: 1px;
  padding: 10px 30px;
}
.ul_col_f_cart_2 > li strong {
  float: left;
}
.ul_col_f_cart_2 > li span {
  float: right;
  text-align: right;
  font-size: 14px;
}

.in_col_f_cart_1 {
  color: #000;
  padding: 19px;
  border: 1px solid #67bbec;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.select_httt > li {
  background: #f6f6f6;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  border: 1px solid #ddd;
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-transform: uppercase;
}
.select_httt > li.active {
  background: #67bbec;
  color: #fff;
  border: 1px solid #67bbec;
}
.select_httt > li label {
  cursor: pointer;
}
.select_httt > li label input {
  position: relative;
  top: -1px;
  margin-right: 16px;
}

/************************************************************************************
CSS FORM ADMIN ACCOUNT
*************************************************************************************/

.f_form_account {
  padding: 30px 0 50px 0;
}

.mfa_1 {
  width: 220px;
  float: left;
}
.mfa_2 {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d5d5d5;
  padding: 20px 30px 30px 30px;
  min-height: 500px;
}
.ul_mfa_1 > li {
  text-transform: uppercase;
  position: relative;
  border-top: 1px solid #d5d5d5;
  margin-right: 12px;
}
.ul_mfa_1 > li:first-child {
  border-top: 0;
}
.ul_mfa_1 > li > a {
  font-size: 12px;
  color: #575757;
  display: block;
  padding: 10px 0 16px 0;
}
.ul_mfa_1 > li.active {
  border-left: 1px solid #d5d5d5;
  margin-right: 0;
}
.ul_mfa_1 > li.active:first-child {
  border-top: 1px solid #d5d5d5;
}
.ul_mfa_1 > li.active::before {
  content: "";
  width: 12px;
  height: 1px;
  background: #d5d5d5;
  position: absolute;
  bottom: -1px;
  right: 0;
}
.ul_mfa_1 > li.active::after {
  content: "";
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
}
.ul_mfa_1 > li.active > a {
  color: #000;
  background: #fff;
}
.ul_mfa_1 > li i {
  font-size: 20px;
  margin: 0 7px;
  width: 20px;
  text-align: center;
  position: relative;
  top: 2px;
}
.ul_mfa_1 > li.active .ul_mfa_1_child {
  background: #fff;
}
.ul_mfa_1_child {
  padding: 0 0 5px 37px;
}
.ul_mfa_1_child > li {
  list-style: disc;
}
.ul_mfa_1_child > li > a {
  color: #575757;
  padding: 5px 0;
  display: inline-block;
}
.ul_mfa_1_child > li.active > a,
.ul_mfa_1_child > li > a:hover {
  text-decoration: underline;
}
.title_mfa_2 {
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -1px;
  border-bottom: 3px solid #e5e5e5;
  padding-bottom: 20px;
}
.main_mfa_2 {
  padding-top: 20px;
}

.f-upfile {
  position: relative;
  padding-top: 5px;
}
.f-upfile span {
  color: #1f76d9;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.f-upfile input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 121px;
  cursor: pointer;
}
.img_fql {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.filter_1 {
  padding-bottom: 20px;
  border-bottom: 3px solid #e5e5e5;
}
.slex_filter_1 {
  height: 32px;
  min-width: 150px;
  -webkit-appearance: menulist-button;
  line-height: 26px;
  padding-left: 7px;
  color: #000;
  font-size: 14px;
}
.filter_2 {
  padding: 20px 0;
}
.ipt_filter_2 {
  background: #fff;
  border: 1px solid #bfbfbf;
  width: 200px;
  height: 32px;
  padding: 0 10px;
  margin: 0 10px;
}
.btn_filter_2 {
  background: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 0 30px;
  height: 32px;
  text-transform: uppercase;
}
.btn_filter_2:hover {
  text-decoration: underline;
}
.ul_fa > li {
  overflow: hidden;
}
.ul_fa > li + li {
  margin-top: 15px;
}
.ul_fa > li > label {
  display: block;
  font-family: Arial;
  font-size: 12px;
  padding-bottom: 3px;
  text-transform: capitalize;
}
.ipt_fa {
  background: #fff;
  border: 1px solid #bfbfbf;
  width: 50%;
  height: 32px;
  padding: 0 10px;
}
.ul_fa > li select {
  width: 50%;
  height: 32px;
  -webkit-appearance: menulist-button;
  line-height: 26px;
  padding-left: 7px;
  color: #000;
  font-size: 12px;
  border: 1px solid #bfbfbf;
}
.ipt_fa:focus,
.ul_fa > li select:focus,
.ipt_filter_2:focus {
  border: 1px solid #000;
}

.filter_qldh_1 {
  background: #f9f9f9;
  padding: 5px;
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.ul_filter_qldh_1 > li {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.slec_filter_qldh_1 {
  background: #fff url(../imgs/layout/arrown_menu_accordion.png) no-repeat center right 10px;
  background-size: 7px 5px;
  width: 100%;
  height: 30px;
  border: 1px solid #eee;
  padding: 0 30px 0 10px;
}
.ipt_filter_qldh_1 {
  background: #fff;
  border: 1px solid #eee;
  padding: 0 10px;
  width: 100%;
  height: 30px;
}
.ipt_filter_qldh_1:focus,
.slec_filter_qldh_1:focus {
  border: 1px solid #bbb;
}

.filter_qldh_2 {
  margin-bottom: 15px;
  position: relative;
}
.filter_qldh_2 strong {
  color: #0099cc;
}
.our_btn_tk_filter_qldh {
  position: absolute;
  top: 0;
  right: 0;
}
.btn_tk_filter_qldh {
  border: 0;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  background: #0099cc;
  padding: 5px 10px;
}

.f-qldh {
  font-size: 13px;
}
.f-qldh table {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.f-qldh table thead {
  background: #f9f9f9;
  font-size: 12px;
}
.f-qldh table thead td {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.f-qldh table td {
  padding: 15px;
}
.f-qldh table tbody td {
  border: 1px solid #eee;
  text-align: center;
}

.price-qldh {
  color: #f00505;
  font-weight: bold;
}
.ul-tt-aldh li {
  padding: 10px 0;
  font-size: 11px;
  color: #313131;
}
.ul-tt-aldh li:first-child {
  padding-top: 0;
}
.ul-tt-aldh li:last-child {
  padding-bottom: 0;
}
.ul-tt-aldh li + li {
  padding-top: 15px;
  border-top: 1px dotted #ddd;
}
.ul-tt-aldh li h4 a {
  color: #1f76d9;
}
.ul-tt-aldh li h4 a:hover {
  text-decoration: underline;
}
.ul-tt-aldh li span {
  display: block;
}

.sty_dh {
  text-align: left !important;
}

.sty_d {
  font-style: normal;
}
.check_dh_1 {
  color: #f30;
}
.check_dh_2 {
  color: #093;
}

/************************************************************************************
OTHER
*************************************************************************************/

.tb_fixed {
  background: #fee4d7 url(../imgs/layout/bg_gnl.png) repeat center center;
  border: 1px dashed #fc4f4f;
  padding: 15px;
  position: fixed;
  bottom: 5px;
  right: 0;
  left: 0;
  width: 30%;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: 99;
}
.tb_fixed::before {
  content: "";
  background: url(../imgs/layout/icon_11.png) no-repeat;
  width: 42px;
  height: 42px;
  position: absolute;
  top: -15px;
  left: -19px;
  z-index: 1;
}
.tb_fixed a {
  color: #000;
}
.tb_fixed a:hover {
  text-decoration: underline;
}

.fcb_vd {
  display: block;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.25);
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 99;
}
.fcb_vd:hover {
  background: rgba(246, 147, 34, 0.7);
}
.fcb_vd::before {
  content: "\f04b";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 44px;
  line-height: 44px;
  padding-left: 14px;
  background: #fff;
  color: #f69322;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fcb_vd:hover::before {
  color: #fff;
  background: #f69322;
}
.fcb_vd img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/************************************************************************************
MENU MOBILE
*************************************************************************************/

.icon_menu_mobile {
  visibility: hidden;
  width: 35px;
  height: 35px;
  background: #67bbec url(../imgs/layout/menu_mobile.png) no-repeat center center;
  position: absolute;
  top: 17.5px;
  left: 0;
  z-index: 10;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.menu_mobile {
  visibility: hidden;
  background: #555555;
  width: 280px;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 99999;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.close_menu_mobile {
  background: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 280px;
  z-index: 7009;
}
.ad_body {
  overflow-y: hidden;
}
.ad_body .menu_mobile {
  left: 0;
}
.ad_body #wrapper::after {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.ul_ma_1 li {
  font-size: 12px;
  position: relative;
}
.ul_ma_1 > li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  color: #fff;
  padding: 10px 38px 10px 15px;
}
.ul_ma_1 > li > a {
  border-top: 1px solid #6c6c6c;
  border-bottom: 1px solid #454545;
  font-weight: bold;
}
.ul_ma_1 > li > a:hover,
.ul_ma_1 > li.active > a {
  background: #626262;
}

.ul_ma_2 > li > a {
  background: #474747;
  border-left: 3px solid #67bbec;
  padding-left: 25px;
}
.ul_ma_2 > li > a:hover {
  background: #5f5f5f;
}
.ul_ma_2 > li + li {
  border-top: 1px solid #575757;
}

.ul_ma_3 > li {
  border-top: 1px solid #575757;
}
.ul_ma_3 > li > a {
  background: #474747;
  border-left: 3px solid #67bbec;
  padding-left: 40px;
  padding-right: 15px;
}
.ul_ma_3 > li > a:hover {
  background: #5f5f5f;
}

.arrown_menu_accordion {
  background: url(../imgs/layout/arrown_menu_accordion.png) no-repeat center;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 1px;
  right: 0;
  cursor: pointer;
}

/************************************************************************************
RESPOSIVE
*************************************************************************************/

@media only screen and (max-width: 1920px) and (min-width: 1441px) {
  .swiper1 .swiper-slide {
    height: 450px;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 1441px) {
  .swiper1 .swiper-slide {
    height: 450px;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .swiper1 .swiper-slide {
    height: 450px;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1281px) {
}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  s .swiper1 .swiper-slide {
    height: 450px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .min_wrap {
    width: 1000px;
  }
  .ul_banner > li {
    margin-right: 50px;
  }
  .swiper1 .swiper-slide {
    height: 362px;
  }
  .ul_mn {
    white-space: nowrap;
    overflow-x: auto;
  }
  .ul_mn.clearfix::after {
    display: none;
  }
  .ul_mn > li {
    float: none;
    display: inline-block;
  }
  .ul_mn > li + li {
    margin-left: 15px;
  }
  .ul_other_h > li {
    width: 235px;
  }
  .adv_h > li {
    width: 235px;
    height: 235px;
    margin-left: 20px;
  }
  .adv_h > li:nth-child(1) {
    width: 490px;
    height: 490px;
  }
  .adv_h > li:nth-child(4) {
    width: 490px;
    height: 235px;
    margin-top: 20px;
  }
  .ul_prod_spec > li {
    margin: 20px 0 0 20px;
    width: 183px;
  }
  .ul_prod_spec > li .img_prod {
    height: 237px;
  }
  .ul_prod_spec > li:nth-child(1) {
    top: 20px;
    width: 391px;
  }
  .ul_prod_spec > li:nth-child(1) .img_prod {
    height: 506px;
  }
  .ul_prod > li {
    width: 235px;
    margin: 0 20px 20px 0;
  }
  .img_prod {
    height: 304px;
  }
  .swiper5 .img_prod {
    height: 279px;
  }
  .img_news_h {
    height: 213px;
  }
  .content {
    margin-right: 20px;
    width: 710px;
  }
  .sty_sb {
    padding: 15px;
  }
  .form_s {
    right: 35px;
  }
  .close_form_s {
    background: #fff;
    top: -1px !important;
    right: -36px;
    border: 1px solid #fff;
  }
}

@media only screen and (max-width: 1023px) {
  html,
  body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  body {
    background-size: 100% auto;
  }
  .icon_menu_mobile {
    visibility: visible;
  }
  #wrapper {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    left: 0;
  }
  .min_wrap {
    width: 96%;
  }

  .ul_top_hea {
    float: none;
    text-align: center;
  }
  .ul_top_hea > li {
    width: 25%;
  }
  .ul_top_hea > li + li {
    margin-left: 0;
  }
  .banner .min_wrap {
    padding: 10px 0;
    text-align: center;
  }
  .logo img {
    height: 50px;
  }
  .card {
    right: 40px;
  }
  .card,
  .click_s {
    top: 17.5px;
  }
  .swiper1 .swiper-slide {
    height: 362px;
  }
  .ul_other_h > li {
    width: 49%;
    margin-right: 0;
  }
  .ul_other_h > li:nth-child(2n) {
    float: right;
  }
  .ul_other_h > li + li + li {
    margin-top: 4%;
  }
  .icon_in_other_h {
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
  }
  .ul_other_h > li:nth-child(2n) .icon_in_other_h {
    left: auto;
    right: -10px;
    z-index: 2;
  }
  .ul_prod > li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .ul_prod > li:nth-child(4n) {
    margin-right: 2%;
  }
  .ul_prod > li:nth-child(4n + 1) {
    clear: none;
  }
  .ul_prod > li:nth-child(3n) {
    margin-right: 0;
  }
  .ul_prod > li:nth-child(3n + 1) {
    clear: both;
  }
  .ul_prod_spec {
    margin-top: 30px;
  }
  .ul_prod_spec > li {
    width: 32%;
    margin: 0 2% 2% 0;
    float: left;
  }
  .ul_prod_spec > li:nth-child(4),
  .ul_prod_spec > li:nth-child(7) {
    margin-right: 0;
  }
  .img_prod,
  .ul_prod_spec > li .img_prod {
    height: 245px;
  }
  .img_news_h {
    height: 161px;
  }
  .l_f_1 {
    width: 42%;
    padding: 4% 2% 4% 0;
  }
  .foot_1 .min_wrap::before {
    left: 44%;
  }
  .r_f_1 {
    padding-left: 2%;
  }
  .ul_r_f_1 {
    padding: 4% 0;
  }
  .ul_r_f_1 > li:nth-child(1) {
    padding-right: 4%;
  }
  .ul_r_f_1 > li:nth-child(2) {
    padding-left: 4%;
  }
  .t_ul_r_f_1 {
    padding: 20px 0 10px 0;
  }
  .ol_r_f_1 > li,
  .ol_r_f_1 > li:nth-child(2n) {
    float: none;
    width: auto;
  }
  .social_foot {
    position: static;
    padding-top: 20px;
  }
  .swiper4 {
    width: auto !important;
    padding: 0 2% !important;
  }
  .bg_catalogy,
  .maps_ct {
    height: 200px;
  }
  .h_catalogy {
    top: 67px;
  }
  .content {
    width: auto;
    float: none;
    margin: 0 0 4% 0;
  }
  .sty_sb {
    padding: 15px;
  }
  .text_catalogy_prod {
    padding: 20px;
  }
  .filter_prod {
    top: 15px;
    right: 20px;
  }
  .info_prod_D {
    padding-left: 20px;
  }
  .form_s {
    background: #67bbec;
    top: 70px !important;
    right: -2.1% !important;
    left: -2.1% !important;
  }
  .d_form_s {
    width: auto;
  }
  .ipt_form_s {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .ipt_form_s[type="text"] {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .close_form_s {
    background: #000;
    color: #fff !important;
    top: -52px !important;
    right: 2%;
    z-index: 999;
  }
  .form_s {
    top: 18px;
  }
  .ul_mn {
    white-space: nowrap;
    overflow-x: auto;
  }
  .ul_mn.clearfix::after {
    display: none;
  }
  .ul_mn > li {
    float: none;
    display: inline-block;
  }
  .ul_mn > li + li {
    margin-left: 15px;
  }

  .block_h {
    padding-top: 4%;
  }
  .block_h_2,
  .news_h,
  .cnkh {
    padding: 4% 0;
  }
  .f_cont {
    padding-bottom: 4%;
  }

  .ul_breacrum {
    white-space: nowrap;
    overflow-x: auto;
  }

  .t_f_cart > li > a {
    padding: 0 0 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .in_m_col_f_cart_2 {
    padding: 0 19px;
  }
  .ul_gh_3,
  .ul_gh_4 {
    padding: 20px 0;
  }
  .ul_gh_4 > li strong {
    display: block;
    float: none;
    margin: 0 0 0 0;
  }
  .mfa_2 {
    padding: 20px;
  }

  .fixed_header .nav_mn {
    position: static;
  }

  .ul_banner,
  .text_top_hea,
  .adv_h,
  .ul_prod_spec > li:nth-child(1),
  .ul_prod > li:nth-child(7),
  .ul_prod > li:nth-child(8),
  .ti_h {
    display: none !important;
  }
  .f-detail table,
  .f-qldh,
  .tb_f_cart {
    display: block;
    overflow-x: auto;
  }
  .f_cont .ul_prod > li:nth-child(7),
  .f_cont .ul_prod > li:nth-child(8) {
    display: block !important;
  }
}

@media only screen and (max-width: 800px) {
  .swiper1 .swiper-slide {
    height: 283px;
  }
  .img_prod,
  .ul_prod_spec > li .img_prod,
  .swiper5 .img_prod {
    height: 317px;
  }
  .img_news_h {
    height: 161px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper1 .swiper-slide {
    height: 272px;
  }
  .img_prod,
  .ul_prod_spec > li .img_prod,
  .swiper5 .img_prod {
    height: 304px;
  }
  .img_news_h {
    height: 154px;
  }
}

@media only screen and (max-width: 736px) {
  .mfa_1 {
    float: none;
    width: auto;
  }
  .ipt_fa,
  .ul_fa > li select {
    width: 100%;
  }
  .ul_mfa_1 > li {
    margin-right: 0;
  }
  .ul_mfa_1 > li.active {
    border-left: 0;
  }
  .ul_mfa_1 > li.active > a {
    background: #f9f9f9;
  }

  .ul_mfa_1 > li.active::before,
  .ul_mfa_1 > li.active::after {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .swiper1 .swiper-slide {
    height: 227px;
  }
  .img_prod,
  .ul_prod_spec > li .img_prod,
  .swiper5 .img_prod {
    height: 254px;
  }
  .m_prod,
  .m_news_h {
    padding: 15px;
    text-align: center;
  }
  .img_news_h {
    height: 200px;
  }
  .h_catalogy {
    font-size: 30px;
  }
  .filter_prod {
    position: static;
    padding-bottom: 20px;
  }
  .tb_fixed {
    width: 50%;
  }
  .fcb_vd {
    width: 70px;
    height: 70px;
    bottom: auto;
    top: 40%;
  }
  .fcb_vd::before {
    width: 20px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }

  .f-detail iframe {
    width: 100% !important;
  }
  .swiper-button-next-1,
  .swiper-button-prev-1,
  .addthis_sharing_toolbox,
  .date_news_h,
  .view_news_h {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .min_wrap {
    width: 94%;
  }
  .swiper1 .swiper-slide {
    height: 170px;
  }
  .ul_top_hea > li {
    width: 50%;
  }
  .ul_other_h > li {
    width: 48.5%;
  }
  .in_other_h {
    padding: 0 14px 14px 14px;
  }
  .ul_prod_spec > li {
    width: 48.5%;
    margin: 0 0 3% 0;
  }
  .ul_prod_spec > li:nth-child(3),
  .ul_prod_spec > li:nth-child(5),
  .ul_prod_spec > li:nth-child(7) {
    float: right;
  }
  .ul_prod_spec > li:nth-child(5) {
    clear: none;
  }
  .ul_prod_spec > li:nth-child(6) {
    clear: both;
  }
  .ul_prod > li {
    width: 48.5%;
    margin: 0 0 3% 0;
  }
  .ul_prod > li:nth-child(3n + 1) {
    clear: inherit;
  }
  .ul_prod > li:nth-child(4n) {
    margin-right: 0;
  }
  .ul_prod > li:nth-child(2n) {
    float: right;
  }
  .ul_prod > li:nth-child(2n + 1) {
    clear: both;
  }
  .img_prod,
  .ul_prod_spec > li .img_prod,
  .swiper5 .img_prod {
    height: 283px;
  }
  .img_news_h {
    height: 145px;
  }
  .l_f_1 {
    width: auto;
    padding: 6% 0;
    float: none;
  }
  .r_f_1 {
    padding: 0;
    text-align: center;
  }
  .nd_r_f_1 {
    border-top: 0;
    padding-top: 0;
  }
  .social_foot > li {
    float: none;
    display: inline-block;
  }
  .m_prod,
  .m_news_h {
    padding: 10px;
  }
  .name_news_h {
    font-size: 12px;
  }
  .fc_1,
  .fc_2 {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  .btn_ct {
    width: 100%;
  }
  .ul_dm_bv > li {
    padding: 15px 0;
  }
  .ul_dm_bv > li figure {
    width: 100px;
    height: 67px;
    margin-right: 10px;
  }
  .m_ul_dm_bv {
    overflow: visible;
  }
  .m_ul_dm_bv h3 {
    font-size: 12px;
    line-height: 20px;
  }
  .m_ul_dm_bv p {
    clear: both;
    padding: 7px 0 0 0;
  }
  .text_catalogy_prod,
  .tool_prod_D {
    padding: 15px;
  }
  .slec_prod {
    width: 100% !important;
    height: 30px;
  }
  .slec_prod + .slec_prod {
    margin: 10px 0 0 0;
  }
  .h_catalogy {
    min-width: inherit;
    font-size: 18px;
  }
  .slide_prod_D {
    float: none;
    width: auto;
  }
  .slide_prod_D img,
  .btn_in_other_h {
    width: 100%;
  }
  .info_prod_D {
    padding: 15px 0 0 0;
  }
  .title_info_prod_D {
    padding: 0 0 10px 0;
  }
  .tool_prod_D > li,
  .tool_prod_D > li:nth-child(2n) {
    float: none;
    width: auto;
  }
  .title_content {
    padding-left: 0;
  }
  .title_content span,
  .title_content span.active {
    padding: 0 10px;
  }
  .icon_in_other_h {
    width: 32px;
    height: 32px;
    top: -10px;
  }
  .link_in_other_h {
    width: auto;
    display: block;
  }
  .pri_prod strong {
    font-size: 12px;
  }
  .form_s {
    right: -3.1% !important;
    left: -3.1% !important;
  }
  .close_form_s {
    right: 3%;
  }

  .block_h {
    padding-top: 6%;
  }
  .block_h_2,
  .news_h,
  .cnkh {
    padding: 6% 0;
  }
  .f_cont {
    padding-bottom: 6%;
  }

  .bot_tb_f_cart {
    text-align: center;
  }
  .bot_tb_f_cart a {
    margin: 5px;
    display: block;
  }
  .col_f_cart_1,
  .col_f_cart_2 {
    width: auto;
    float: none;
    margin-bottom: 6%;
  }
  .form_account {
    width: auto;
    padding: 20px;
  }
  .ul_filter_qldh_1 > li {
    width: 50%;
  }

  .ul_top_hea > li:nth-child(3),
  .ul_top_hea > li:nth-child(4),
  .foot_1 .min_wrap::before,
  .ul_r_f_1,
  .m_ul_dm_bv ol,
  .m_ul_dm_bv span,
  .cata_news_h {
    display: none !important;
  }
  .ul_prod > li:nth-child(7),
  .ul_prod > li:nth-child(8) {
    display: block !important;
  }
}

@media only screen and (max-width: 414px) {
  .swiper1 .swiper-slide {
    height: 147px;
  }
  .img_prod,
  .ul_prod_spec > li .img_prod,
  .swiper5 .img_prod {
    height: 244px;
  }
  .img_news_h {
    height: 126px;
  }
}

@media only screen and (max-width: 375px) {
  .swiper1 .swiper-slide {
    height: 133px;
  }
  .img_prod,
  .ul_prod_spec > li .img_prod,
  .swiper5 .img_prod {
    height: 221px;
  }
  .img_news_h {
    height: 115px;
  }
  .h_t_h {
    font-size: 20px;
  }
  .name_prod {
    font-size: 11px;
  }
}

@media only screen and (max-width: 360px) {
  .logo img {
    height: 40px;
  }
  .icon_menu_mobile,
  .card,
  .click_s {
    top: 12.5px;
  }
  .swiper1 .swiper-slide {
    height: 128px;
  }
  .img_prod,
  .ul_prod_spec > li .img_prod,
  .swiper5 .img_prod {
    height: 213px;
  }
  .img_news_h {
    height: 109px;
  }
  .form_s {
    top: 60px !important;
  }
  .close_form_s {
    top: -47px !important;
  }

  .qmk_account,
  .dk_account {
    font-size: 11px;
  }
}

@media only screen and (max-width: 320px) {
  .swiper1 .swiper-slide {
    height: 114px;
  }
  .img_prod,
  .ul_prod_spec > li .img_prod,
  .swiper5 .img_prod {
    height: 188px;
  }
  .img_news_h {
    height: 97px;
  }
  .title_content span,
  .title_content span.active {
    padding: 0 5px;
  }
}
