/*FullStack by Rocker.vn (since 2008)*//*@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,400i,600&display=swap&subset=vietnamese');*/

@import url("./reset.css");

@import url("https://www.rocker.vn/hiti-template/plugins/css/rocker.fonts.css?v=2");

@import url("./owl.carousel.0.2.css");

@import url("https://www.rocker.vn/hiti-template/w3.css");

@import url("./rocker.items.css?v=3");
/*@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,400i,600&display=swap&subset=vietnamese');*/ /******BG PUPBLIC******/

.back-top {
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 9999;
  font-size: 25px;
  padding: 10px;
  color: #fff;
  box-shadow: inset 0px 0px 10px 0px #0000006e;
  display: none;
  cursor: pointer;
  border-radius: 100%;
}
.la,.lab,.lad,.lal,.lar,.las {
	font-display: swap;
}
@media(min-width: 1024px) {
  .back-top:hover {
    box-shadow: inset 0px 0px 10px 1px #0a0a0ad4;
  }
}

@media(max-width: 600px) {
  .back-top {
    right: 5px;
    bottom: 65px;
  }
}

body.fix .back-top {
  display: block;
}

img.lazy {
  filter: blur(11px);
  -webkit-filter: blur(11px);
} /*pagelist*/.paginsi {
  padding: 0px 20px;
  padding-bottom: 10px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  background: #ffffff;
  line-height: 35px;
  border: 1px solid #e5eaf1;
  border-radius: 5px;
  margin: 10px;
  z-index: 0;
  position: relative;
}

.pagination>li {
  display: inline;
}

.pagination .lbl {
  font-weight: bold;
  opacity: 1;
  display: inline-block;
  padding: 0 10px;
}

.pagination>li>a,.pagination>li>span {
  display: inline-block;
  position: relative;
  background-repeat: repeat;
  color: #000;
  min-width: 35px;
  height: 36px;
  line-height: 37px;
  text-align: center;
}

.pagination>li>span ,.pagination>li>a:hover {
  border-bottom: 1px solid;
  background: #f7f7f7;
}

.pagination>li i, .pagination>li>a,.pagination>li>span {
  line-height: 36px;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
  z-index: 2;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
  margin-left: 0;
}

.pagination >li >a .tolast,.pagination>li>a .tofirst {
  font-family: 'Line Awesome Free';
  font-weight: 900;
}

.pagination>li>a .tolast::before {
  content: "\f101";
  line-height: 36px;
}

.pagination>li>a .tofirst::before {
  content: "\f100";
  line-height: 36px;
} /*ed pagelist*/body.showMenu, body.showCate {
  overflow-y: hidden;
}

select,select option {
  background: #ffffff;
}

.u {
  text-decoration: underline;
}

.i {
  font-style: italic;
}

.b {
  font-weight: bold;
}

.errordiv {
  padding: 10px 12px;
  padding-left: 30px;
  margin-left: -8px;
  margin-top: -1px;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  text-align: left;
  vertical-align: middle;
  background-color: #F44336;
  width: auto;
  min-width: 200px;
  min-height: 24px;
  border-radius: 5px;
  display: none;
  position: absolute;
  z-index: 9999;
  top: -45px;
  box-shadow: 1px 1px 4px 1px #949494;
}

.errordiv:before {
  content: "\f071";
  color: #FFEB3B;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  height: 20px;
  font-size: 20px;
}

.errordiv:after {
  position: absolute;
  top: 100%;
  left: 13px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-top: 6px solid #F44336;
  border-left: 6px solid transparent;
  content: '';
}

.pl-wrab-input.warning .errordiv {
  display: block;
}

.pl-wrab-input {
  position: relative;
  margin-bottom: 10px;
}

.pl-wrab-input.required::before {
  content: "*";
  color: #c91724;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 10px;
  line-height: 10px;
}

.pl-frm-input {
  width: 100%;
  line-height: 40px;
  border: 1px solid #ccc;
  padding: 5px 15px;
  transition: all 0.2s ease-out;
}

textarea.pl-frm-input {
  line-height: unset;
}

.pl-frm-btn,.pl-frm-input {
  height: 40px;
  border-radius: 5px;
  outline: none;
}

.pl-wrab-input.warning  .pl-frm-input:focus {
  box-shadow: 0 0 0 1px #ed1c36;
  outline: none;
}

.pl-rows-input {
  position: relative;
}

.body-waiting .pl-load-rs {
  overflow: hidden;
  position: relative;
}

.body-waiting .pl-load-rs::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  content: ' ';
  z-index: 5;
  background: #edeff1;
 /* background: linear-gradient(270deg, #edeff1, #e5eaf1, #ffffff); */
  background: linear-gradient(270deg, #F5F6F7 0%, #e9ebee 20%, #F5F6F7 40%, #F5F6F7 100% );
  background-size: 600% 600%;
  -webkit-animation: dataloadanimate 2s ease-in infinite;
  -moz-animation: dataloadanimate 2s ease-in infinite;
  animation: dataloadanimate 2s ease-in infinite;
}

@-webkit-keyframes dataloadanimate {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes dataloadanimate {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes dataloadanimate {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.reverse .errordiv {
  background-color: #252525;
  box-shadow: 1px 1px 4px 1px #ffffff;
}

.reverse .errordiv:after {
  border-top: 6px solid #252525;
}

.pl-over {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  display: none;
  opacity: .8;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.47) 0%,#000000 100%);
}

.pl-bg-detail {
  background: #f3f4f7;
  padding-bottom: 121px;
  margin-bottom: -98px;
}

.pl-btn {
  width: 100%;
  height: 50px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 50px;
  background: #000;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  display: block;
}

@keyframes quickly {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.pl-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  border-radius: 100%;
 /* border: 1px solid #0d0f0e; */
  cursor: pointer;
  box-shadow: 1px 1px 4px 2px #a5a5a5;
  display: block;
  z-index: 999;
}

@media(min-width: 900px) {
  .pl-close:hover {
    color: #ffffff;
    background-color: #3d4440;
  }
}

@media(max-width: 900px) {
  .pl-hidemb {
    display: none;
  }
}

.pl-close:after {
  font-family: "LineAwesome";
  content: "\f342";
} /*bg sending*/.pl-sending {
  width: 100%;
  height: 0px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
}

.pl-sending .items-load {
  width: 300px;
  height: 100px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #ffffff;
  display: none;
}

.pl-sending .items-load .percent {
  position: relative;
  margin-bottom: 10px;
}

.pl-sending .items-load .line {
  width: 0%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 20px;
  position: relative;
}

.pl-sending .items-mess {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 300px;
  height: 100px;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  display: none;
}

.pl-sending .items-mess .text .text-result {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.pl-sending .items-mess .text a {
  display: block;
} /*ed sending*/.clear:after {
  content: ' ';
  position: relative;
  display: block;
  clear: both;
}

.pl-title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}

.pl-title.center {
  text-align: center;
}

.pl-title.hline {
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.pl-title.hline:before {
  height: 1px;
  content: ' ';
  width: 100px;
  position: absolute;
  margin: 0 auto;
  bottom: -4px;
  left: 0;
  right: 0;
  background-color: #45adea;
}

.pl-title.hline:after {
  content: ' ';
  display: block;
  height: 5px;
  width: 7px;
  background-color: #26a229;
  position: absolute;
  margin: 0 auto;
  bottom: -6px;
  left: 0;
  right: 0;
}

.pl-des.center {
  text-align: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.pl-viewmore-center {
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 10px 0px;
  font-size: calc(100% + 2px);
  font-weight: bold;
}

.pl-viewmore-center::first-letter {
  text-transform: uppercase;
}

.pl-viewmore-center::before, .pl-viewmore-center::after {
  height: 1px;
  width: 25px;
  content: ' ';
  background: #ed1c24;
  display: inline-block;
  top: 0px;
  margin-bottom: 4px;
  margin-right: 5px;
}

.pl-viewmore-center::after {
  margin-right: 0;
  margin-left: 5px;
}

@media(max-width: 1050px) {
  .pl-title {
    font-size: 25px;
  }
} /*bg headcontacts*/.headcontacts {
  padding-top: 10px; 
}

body.fix .headcontacts {
  padding-top: 5px;
  position: absolute;
  right: 0px;
}

.headcontacts .items {
  position: relative;
  padding: 5px;
  padding-left: 37px;
  margin: 5px 0px;
  display: inline-block;
  border-radius: 5px;
  width: 120px;
}

.headcontacts .text-lbl {
  width: calc(100% - 280px);
  float: left;
  padding-top: 20px;
  text-align: right;
  padding-right: 15px;
}

body.fix .text-lbl {
  display: none;
} /*bg wr-pulse-animation*/.wr-pulse-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.pulse-animation {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  border: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-animation: sploosh 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-iteration-count: infinite;
  border-radius: 5px;
}

.pulse-animation:nth-child(2) {
  -webkit-animation-delay: 0.33s;
  -webkit-animation-duration: 2.2s;
}

.pulse-animation:nth-child(3) {
  -webkit-animation-delay: 0.43s;
  -webkit-animation-duration: 3.2s;
}

@-webkit-keyframes sploosh {
  0% {
    box-shadow: 0 0 0 0px #ff9800ba;
 /*background: #25b266b3;*/;
  }

  80% {
 /*background: #25b2661c;*/;
  }

  100% {
    box-shadow: 0 0 0 10px #ff98000a;
  }
} /*ed pulse-animation*/.headcontacts .items:nth-child(2) {
  width: 150px;
}

.headcontacts .items:nth-child(3) {
	width: 118px;
	padding: 5px 0px;
	padding-right: 5px;
	padding-left: 26px;
	margin-top: 12px;
	height: 31px;
	font-size: calc(100% - 3px);
	padding-top: 7px;
}

.headcontacts .items i {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.headcontacts .items.reverse {
  color: #ffffff;
  background: red;
}

.headcontacts .items.reverse i {
}

.headcontacts .items.reverse .value a,.headcontacts .items.reverse a {
  color: #ffffff;
  display: block;
}

.headcontacts .items .lbl {
  font-size: 12px;
}

.headcontacts .items .value {
}

.headcontacts .items .value a {
  font-weight: bold;
} /*ed headcontacts*/ /*bg header*/header {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  border-bottom: 1px solid #119919;
}

body.fix header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0px;
  -webkit-animation-name: fixhead;
  -webkit-animation-duration: .4s;
  animation-name: fixhead;
  animation-duration: .4s;
  background: #ffffff;
  box-shadow: 0px 6px 13px 0px #0000004d;
}

@-webkit-keyframes fixhead {
  from {
    top: -100%;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

header .left {
  position: relative;
  left: 0px;
  width: 250px;
  float: left;
}

header .right {
  position: relative;
  width: calc(100% - 250px);
  float: right;
}

header .right:after {
  content: ' ';
  clear: both;
  display: block;
  position: relative;
}

header .logo svg, header .logo img {
  width: 100%;
  height: auto;
}

body.fix header .logo img {
  max-height: 55px;
  width: auto;
}

body.fix header .pl-wrabauto {
  border-bottom: none;
  padding: 0px;
}

body header .bottomhead {
  border-top: 1px solid #ececec;
  margin-top: 5px;
  padding-top: 5px;
}

body.fix .bottomhead {
  border-top: 0px;
  padding-top: 8px;
}

body.fix header .right {
  padding-right: 265px;
  width: calc(100% - 160px);
}

body.fix header  .left {
  width: 160px;
}

@media(max-width: 1050px) {
  header .left {
    width: 210px;
  }

  .headcontacts .text-lbl {
    font-size: 13px;
  }

  .headcontacts {
    padding-right: 50px;
  }

  body.fix .headcontacts {
    position: relative;
    float: right;
  }

  body.fix .text-lbl {
    display: inherit;
    width: auto;
  }

  body header .bottomhead {
    border-top: 0;
  }

  body.fix header .right,body header .right  {
		padding-right: 133px;
		width: 126px;
  }
}

@media(max-width: 900px) {
  header .left {
    width: 160px;
  }
  @media (max-width: 1050px){
    body.fix header .right, body header .right {
        padding-right: 50px; 
        width: 136px
    }
  }
  body header .bottomhead {
    border-top: 0;
  }
  .headcontacts{
  	padding-right: 10px
  }
  .headcontacts .items:nth-child(2){
  	display: none
  }
  .headcontacts,body.fix .headcontacts {
   /* position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #000000e3;
    z-index: 9;
    padding-bottom: env(safe-area-inset-bottom);
    text-align: center;
    padding-right: 0;
    color: #ffffff;*/
  }

  .headcontacts .text-lbl,body.fix .text-lbl {
    display: none;
  }

  .headcontacts .items .value a {
    color: #ffffff;
  }

.headcontacts .items:nth-child(3),body.fix .headcontacts  .items {
		text-align: center;
		width: 85px;
		margin-top: 6px;
		font-size: 11px; 
		padding-top: 8px;
		padding-right: 0;
		padding-left: 0
  }
  .headcontacts .items:nth-child(3) i{
  	display: none;
  }

  .headcontacts .items,body .headcontacts  .items a {
    color: #ffffff;
  }
}

header ul.main_menu {
  width: 100%;
  text-align: right;
}

header ul.main_menu:after {
  clear: both;
  content: ' ';
  position: relative;
  display: block;
}

header ul.main_menu >li {
  display: inline-block;
  text-align: left;
  height: 40px;
  line-height: 40px;
  list-style: none;
  position: relative;
}

body.fix header  ul.main_menu >li {
  height: 35px;
  line-height: 35px;
}

@media(max-width: 700px) {
  body.fix header  ul.main_menu >li {
    height: 55px;
    line-height: 55px;
  }

  body.fix header .logo img {
    width: auto;
    height: 36px;
  }
}

header ul.main_menu >li >a {
display: block;
padding: 0px 12px;
text-transform: uppercase;
text-align: center;
font-weight: bold;
transition: all 0.2s ease-out;
}

body.fix header ul.main_menu >li >a {
    padding: 0px 10px;
    font-size: calc(100% - 2px);
}

@media(min-width: 1024px) {
  body.fix header ul.main_menu >li:first-child {
    display: none;
  }
} /*bg sub menu*/header ul.main_menu >li >ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 190px;
  display: none;
  background-color: #ffffff;
  border-radius: 0px 0 5px 5px;
}

@media only screen and (min-width: 1024px) {
  header ul.main_menu >li:hover >a {
    text-decoration: underline;
    background: #119919;
    color: #ffffff;
    margin-top: 5px;
  }

  header ul.main_menu >li:hover >ul {
    display: block;
    top: 100%;
    -webkit-animation-name: topmenu;
 /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: .3s;
 /* Safari 4.0 - 8.0 */
    animation-name: topmenu;
    animation-duration: .3s;
  }
}

@-webkit-keyframes topmenu {
  from {
    top: calc(100% + 20px);
    opacity: 0;
  }

  to {
    top: calc(100%);
    opacity: 1;
  }
}

header ul.main_menu >li >ul >li {
  list-style: none;
  line-height: 45px;
}

header ul.main_menu >li >ul >li >a {
  display: block;
  padding: 0px 10px;
}

header ul.main_menu >li >ul >li >ul {
  position: absolute;
  display: none;
  left: 100%;
  background: #0b3146;
  list-style: none;
  top: 0px;
  width: 200px;
  padding: 10px;
 /* bottom: 0; */
  margin: auto;
  min-height: 100%;
}

header ul.main_menu >li >ul >li:nth-child(1) >ul li {
  line-height: 25px;
}

header ul.main_menu >li >ul >li >ul li {
  line-height: 40px;
}

header ul.main_menu >li >ul >li >ul li a {
  color: #ffffff;
}

header ul.main_menu >li >ul >li >ul li a:hover {
  text-decoration: underline;
}

header ul.main_menu >li >ul >li:hover ul {
  display: block;
}

header ul.main_menu >li >ul >li a {
  color: #1b1b1b;
  display: block;
}

header ul.main_menu >li >ul >li:hover >a {
  text-decoration: underline;
  background: #0b3146;
  color: #ffffff;
} /*ed sub menu*/.mobile-btn {
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  visibility: hidden;
  cursor: pointer;
}

.mobile-btn i {
  color: #fff;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s background:#d3aa69;
}

.c-hamburger:focus {
  outline: 0;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 16px;
  left: 7px;
  right: 7px;
  height: 5px;
  background: #fff;
}

.c-hamburger span::after,.c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -7px;
}

.c-hamburger span::after {
  bottom: -7px;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s .3s;
  transition: background 0s .3s;
}

.c-hamburger--htx span::after,.c-hamburger--htx span::before {
  -webkit-transition-duration: .3s,.3s;
  transition-duration: .3s,.3s;
  -webkit-transition-delay: .3s,0s;
  transition-delay: .3s,0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top,-webkit-transform;
  transition-property: top,transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform;
}

.c-hamburger--htx.is-active {
  background-color: #119919;
  border: 1px solid #fff;
}

.c-hamburger--htx.is-active span {
  background: 0 0;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::after,.c-hamburger--htx.is-active span::before {
  -webkit-transition-delay: 0s,.3s;
  transition-delay: 0s,.3s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-56px);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-56px);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 1024px) {
  header {
    padding: 10px 0;
  }

  header .pl-wrabauto,header .right {
    position: initial;
  }

  header .logo-text {
    display: block;
  }

  header ul {
    position: absolute;
    top: 100%;
    left: -150vw;
    right: 0;
    height: calc(100vh - 145px);
    width: 100%;
    background: #119919;
    background: linear-gradient(90deg, #119919ba 0%, #119919 100%);
    background-image: linear-gradient(90deg, #119919f0 0%, #1b8ac8 100%);
    transition: left .5s;
    display: grid;
    align-items: center;
  }

  body.fix header ul {
    height: calc(100vh - 111px);
  }

  body.showMenu header ul {
    left: 0px;
  }

  body.showMenu .group-box-search {
    z-index: -1 !important;
  }

  header ul li {
    float: none;
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-56px);
    transform: translateY(-56px);
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  body.showMenu header ul li {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }

  header ul li a {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 3px #33240e;
    color: #ffffff !important;
  } /* header .left{ position: relative; left: 0px; width: 55px; float: left; } */  .mobile-btn {
    visibility: visible;
  }
} /*ed header*/ /*bg nav-bread*/.nav-bread {
  display: table;
  width: 100%;
  background-size: 100% auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  background-color: #f3f4f7;
}

.nav-bread:before {
  content: ' ';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: .04;
  z-index: 0;
}

.nav-bread .titles {
  color: #444;
  text-align: left;
  display: inline-block;
  width: 50%;
  font-size: 20px;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: bold;
}

.bread-crumb {
  text-align: right;
  display: inline-block;
  width: 49%;
  z-index: 1;
  position: relative;
}

@media(max-width: 993px) {
  .nav-bread .titles {
    width: 100%;
    display: block;
    font-family: Arial;
  }
  .nav-bread{
  	padding-top: 0px;
  	padding-bottom: 0px;
  	height: 66px;
  	overflow: hidden;
    font-family: Arial;
  }
  .bread-crumb {
    display: block;
    text-align: left;
    width: 100%;
    margin-top: 9px;
    border-top: 1px dashed #b68025;
    white-space: nowrap;
    overflow: hidden;  
  }
  .nav-bread .titles { 
    width: 100%;
    font-size: 14px; 
    margin: 6px 0; 
}
}

.bread-crumb {
}

.bread-crumb li {
  list-style: none;
  display: inline-block;
  margin: 10px 5px;
  margin-left: 0px;
  font-size: 12px;
  font-style: italic;
  text-transform: lowercase;
}
@media(max-width: 600px){
	.bread-crumb li{font-size: 11px;}
}

.bread-crumb li, .bread-crumb li a {
  color: #444;
}

.bread-crumb li::first-letter,.bread-crumb li *::first-letter {
  text-transform: uppercase;
} /*ed nav-bread*/ /*bg footer*/footer {
  width: 100%;
  height: auto;
  padding: 50px 0px;
  position: relative;
  background: #0a3146;
  color: #ffffff;
} /*ed formfooter*/ /******ED PUBLIC*******/.ly-popup {
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  transform: scale(.9, .9);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
 /*    filter: blur(5px);*/
  align-items: center;
  display: flex !important;
}

body.ly-active-popup {
  overflow: hidden;
}

body.ly-active-popup .ly-popup.active {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
 /*filter: blur(0);*/;
}
body.ly-active-popup .ly-pp-content{
  display: initial;
}

body.ly-active-popup::after {
  content: ' ';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9998;
  background: #000000cf;
}

.ly-popup .ly-pp-content {
  width: 100%;
  max-width: 375px;
  margin: auto;
  background: #ffff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 15px 220px 20px #0000003d;
  display: none;
}

.ly-popup .ly-pp-head {
  padding: 10px 0;
  border-bottom: 1px solid #e5eaf1;
  padding-top: 0px;
  position: relative;
}

.ly-popup .ly-pp-title {
  text-transform: uppercase;
  font-size: 17px;
}

.ly-popup .ly-pp-body {
  position: relative;
  display: block;
  padding: 10px 5px;
}

.ly-popup .ly-pp-body::after {
  content: ' ';
  clear: both;
  display: block;
}

.ly-popup .ly-pp-body .line-note {
  background: #09ceeb26;
  padding: 12px;
  border-radius: 5px;
}

.ly-popup .ly-pp-body .line-note a {
  text-decoration: underline;
}

.ly-popup .ly-pp-body .wrab-note {
  padding: 10px 10px;
  line-height: 20px;
}

.ly-popup .ly-pp-body .ajax-file-upload {
  padding: 20px !important;
  background: #e3f7fb40;
}

.ly-popup .ly-pp-foot {
  padding: 20px 0px;
  text-align: center;
  padding-bottom: 0px;
  border-top: 1px solid #e5eaf1;
}

.ly-popup .span-close {
  position: absolute;
  right: 10px;
  top: -8px;
  bottom: 0;
  height: 48px;
  border: 1px solid;
  border-radius: 5px;
  height: 30px;
  width: 30px;
  text-align: center;
  display: block;
  z-index: 3;
  cursor: pointer;
}

.ly-popup .span-close i {
  font-size: 20px;
  line-height: 30px;
}

.ly-popup.no-foot .ly-pp-body {
  height: calc(100% - 80px);
}

.ly-popup .ly-pp-body .rows {
  width: calc(100% - 10px);
  float: left;
  margin: 5px;
}

.ly-popup .ly-pp-body .rows:nth-child(1) {
  width: 80px;
}

.ly-popup .ly-pp-body .rows:nth-child(2) {
  width: calc(100% - 100px);
}

.ly-popup .ly-pp-body .rows textarea {
  height: 120px;
}

.ly-popup .ly-pp-body .rows button {
  width: 100%;
  color: #fff;
  font-weight: bold;
  background: #4CAF50;
  border: none;
  cursor: pointer;
  outline: none;
}

.ly-popup-parner form select.method {
  outline: none;
  height: 40px;
  width: calc(100% - 10px);
  margin: 10px 5px;
  border: 1px dashed #FF9800;
  background: #fffae9;
} /*ed ly-popup*/ /*bg list_ft*/.list_ft {
  position: fixed;
  bottom: 40px;
  right: 40px;
  transition: all .5s;
  z-index: 9;
}
@media(max-width: 900px) {
  .list_ft {
     display: none;
  }
  body.fix .list_ft {
     display: block;
  }
}
@media(max-width: 900px) {
  .list_ft {
    right: 5px;
    bottom: 5px;
  }
}

body.fix .list_ft {
  bottom: 100px;
}

.list_ft a {
  display: block;
  margin: 5px 0px;
}

body.fix .list_ft a {
  margin-bottom: 20px;
} /*ed list_ft*/ /*bg rk-footer1*/.rk-footer1 {
  width: 100%;
  height: auto;
  padding: 20px 0px;
  text-align: center;
  color: #fff;
  margin-top: 100px;
  padding-top: 50px;
}

@media(max-width: 900px) {
  .rk-footer1 {
    position: relative;
    z-index: 10;
    padding-bottom: 100px;
  }
}

.rk-footer1 .rk-titles {
  font-size: 55px;
  font-weight: bold;
  text-shadow: 2px 2px 1px #121a25;
}

.rk-footer1 .rk-subtitles {
  font-size: 25px;
  text-transform: uppercase;
  color: #19c32f;
}

.rk-footer1 p.des {
  width: 95%;
  margin: 10px auto;
  max-width: 600px;
}

.rk-footer1 .rk-info {
  padding-bottom: 10px;
  padding-top: 10px;
}

.rk-footer1 .rk-info p {
  display: inline;
  font-size: 20px;
}

.rk-footer1 .rk-info p i {
  font-size: 30px;
  line-height: 20px;
}

.rk-footer1 .rk-info p a {
  display: inline;
  color: #fff;
  padding: 10px;
}

.rk-footer1 .rk-group-frm .rk-h {
  font-size: 25px;
}

@media(max-width: 700px) {
  .rk-footer1 .rk-titles {
    font-size: 30px;
  }

  .rk-footer1 .rk-info p {
    display: inline;
    font-size: 15px;
  }
} /*ed rk-footer1*/