/*FullStack by Rocker.vn (since 2008)*/ 
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam:ital,wght@0,400;0,600;0,800;1,400&display=swap');
@import url("./reset.css");
@import url("https://www.rocker.vn/hiti-template/plugins/css/rocker.fonts.css");
@import url("./owl.carousel.0.2.css");
@import url("./rocker.items.css?v=2");
html{
  font-family: 'Be Vietnam', sans-serif;
}
select,select option { background: #ffffff; } .u { text-decoration: underline; } .i { font-style: italic; } .b { font-weight: bold; }
.css3 *{
  webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s; 
  transition: 0.1s;
}
.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%;
}
@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;
}
/*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*/ 
.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: ''; }.reverse .errordiv { background-color: #252525; box-shadow: 1px 1px 4px 1px #ffffff; } .reverse .errordiv:after { border-top: 6px solid #252525; }

/*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*/
/*bg ly-popup*/
.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; 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; } 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; } .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-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) }
/*ed ly-popup*/ 
body.showMenu, body.showCate{ overflow-y: hidden; }


.pl-wrab-input {
  position: relative;
  margin-bottom: 10px;
}
.pl-wrab-input.warning .errordiv {
  display: block;
}
.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;
}

.pl-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  margin: 50px auto;
  text-align: center;
  position: relative;
  color: #606060
}
.pl-title.bottom-none{
  margin-bottom: 0
}
.pl-title.top-none{
  margin-top: 0
}
.pl-title::before{
  content: attr(title);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: calc(100% + 50px);
  line-height: 52%;
  opacity: .1;
  color: #3838388a;
  letter-spacing: 20px;

}
@media(max-width: 950px){
  .pl-title::before { 
    font-size: 50px;
    line-height: 32px; 
    letter-spacing: 0;
  }
}
.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;
} 
 
@media(max-width: 1050px) {
  .pl-title {
    font-size: 25px;
  } 
} 
/*bg header*/ 
header {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  width: 100%; 
}

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;
  }
} 
/*bg pri for EDIT*/
/*bg headcontacts*/



.headcontacts{

}
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% - 275px);
  float: left;
  padding-top: 10px;
  text-align: right; 
  padding-right: 15px
}
@media(max-width: 1230px){
  .headcontacts .text-lbl{
    font-size: 14px;
    padding-top: 15px
  }
}
body.fix .text-lbl{
  display: none;
}

.headcontacts .items:nth-child(2){
  width: 170px;
}
.headcontacts .items:nth-child(3){
  width: 100px;
  padding: 5px 0px;
  padding-right: 5px;
  padding-left: 26px;
  margin-top: 8px;
  height: 31px;
  line-height: 17px;
}
.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{
  text-align: left;
}
.headcontacts .items.reverse{
  color: #ffffff;
  background: #009a5a; 
}
.headcontacts .items.reverse i{

}
.headcontacts .items.reverse .value a,.headcontacts .items.reverse a{
  color: #ffffff;
  display: block;
}
.headcontacts .items .lbl{
  font-size: 12px;
  margin-bottom: -5px;
}
.headcontacts .items .value{

}
.headcontacts .items .value a{
  font-weight: bold;
}
@media(max-width: 1004px){
  .headcontacts{
    text-align: right;
  }
  .headcontacts .text-lbl{
    display: none;
  }
  body header .bottomhead{
    margin-top:0px!important;
    padding-top: 0px !important;
    border-top:none!important
  }
  .headcontacts {
    padding-top: 9px;
  }
}
@media(max-width: 700px){
  .headcontacts{
    display: none;
  }
}
/*ed headcontacts*/
header .logo svg, header .logo img {
  width: 100%;
  height: auto;
}
body.fix header .logo img {
  max-height: 60px;
  width: auto;
}
header .left {
  position: relative;
  left: 0px;
  width: 400px;
  float: left;
} 
header .right {
  position: relative; 
  width: calc(100% - 400px);

  float: right;
}

header .right:after {
  content: ' ';
  clear: both;
  display: block;
  position: relative;
}
body.fix header .pl-wrabauto{
  border-bottom: none;
  padding: 0px
} 
body.fix header .right{
  padding-right: 255px;
  width: calc(100% - 160px)
}
body.fix header  .left{
  width: 160px
}

body.fix header .pl-wrabauto{
  border-bottom: none;
  padding: 0px
}
body header .bottomhead{
  border-top: 1px solid #2e3192;
  margin-top: 5px; 
  padding-top: 5px;
}
body.fix .bottomhead{
  border-top:0px; 
  padding-top: 8px;
  padding-right: 25px
}

@media(max-width: 1380px){
  header .left { 
    width: 350px; 
  } 
  header .right { 
    width: calc(100% - 350px); 
  }
}
@media(max-width: 1215px){
  header .left { 
    width: 250px; 
  } 
  header .right { 
    width: calc(100% - 250px); 
  }
}
/*ed pri for EDIT*/

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;
  } 
}
header ul.main_menu >li >a {
  display: block;
  padding: 0px 20px;
  text-transform: uppercase;
  text-align: center; 
  transition: all 0.2s ease-out;
}

body.fix header ul.main_menu >li >a {
  padding: 0px 15px;
}
@media(max-width: 1320px){
  header ul.main_menu >li >a {
    padding: 0 10px
  }
}
@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: 300px;
  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; 
    -webkit-animation-duration: .3s; 
    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; 
  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;
} 

@media only screen and (max-width: 1115px) {
  header {
    padding: 10px 0; 
  } 
  header .pl-wrabauto,header .right {
    position: initial;
  } 
  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
  } 

  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: aniShowmenu;
    animation-name: aniShowmenu;
  }
  header ul li a {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 3px #33240e;
    color: #ffffff !important;
  }

  .mobile-btn {
    visibility: visible;
  }
}
@media(min-width: 900px){
  .mobile-btn{
    padding-bottom: 15px
  }
}
@-webkit-keyframes aniShowmenu {

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

  50% {
    opacity: 0.3;
  }

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

@keyframes aniShowmenu {

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

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*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;
  }

  .bread-crumb {
    display: block;
    text-align: left;
    width: 100%;
    margin-top: 9px;
    border-top: 1px dashed #b68025;
    ;
  }
}


.bread-crumb li {
  list-style: none;
  display: inline-block;
  margin: 10px 5px;
  margin-left: 0px;

  font-size: 12px;
  font-style: italic;
  text-transform: lowercase;
}

.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 rk-show-albums*/
.rk-show-albums .rk-title{
  position: fixed;
  top: 0;
  left: 0;
  color: #ffffff;
  z-index: 18;
  font-size: calc(100% + 20px);
  height: 10vh;
  line-height: 10vh;
  padding-left: 20px;
  margin-left: 20px;
  display: none;
  opacity: 0
}
.rk-show-albums .rk-close{
  display: none;
}
body.show-albums .rk-title{
  display: block;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;

  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: showOpa;
  animation-name: showOpa;
}
body.show-albums .rk-show-albums .rk-close{
  position: fixed;
  right: 5%;
  top: 5%;
  font-size: 50px;
  color: #757575;
  z-index: 17;
  display: block;
  cursor: pointer;
}
.rk-show-albums .rk-list{
  display: none;
}
.rk-show-albums .rk-list iframe{
  width: inherit;
  height: 74vh;
  max-width: 900px;
  margin: auto;
  display: block;
}
.rk-show-albums .rk-sources{
  display: none;
}
body.show-albums .rk-show-albums .rk-list{
  height: 73vh;
  width: 100vw;
  position: fixed;
  display: block;
  opacity: 0;
  z-index: 16;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 1px dashed #dadada24;
  border-bottom: 1px dashed #dadada24;
}
body.show-albums .rk-show-albums .rk-list{
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;

  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: showOpa;
  animation-name: showOpa;
}
@keyframes showOpa{
  0% { 
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% { 
    opacity: 1;
  }
}
.rk-show-albums::before{
  position: fixed;
  left: 0;
  right: 0px;
  bottom: 0;
  width: 100%;
  height: 0;
  content: ' ';
  opacity: 0.6;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 15;
  background: #fffffff0;
  background: radial-gradient(circle, #ffffff 0%, #fffffff2 100%);
}
body.show-albums .rk-show-albums::before{
  height: 100vh;
  opacity: 1;
} 
.rk-show-albums .rk-list .rk-items{
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 73vh;
}
.rk-show-albums .rk-list .rk-items:before {
  content: "";
  display: block;
  padding-top: calc(100% - 10px);/*because margin 5*/
  /* initial ratio of 1_1 100%, 2_1 50%, 1_2 200% 4_3 75%. 16_9 56,25%*/
}
.rk-show-albums .rk-list .rk-items .rk-img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; 
  color: #fff;
  line-height: 100%;
  height: 100%;
  display: grid;
  align-items: center;
}
.rk-show-albums .rk-list .rk-items .rk-img img{
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  filter: grayscale(100%);
  transition: all .5s ease-in-out;
  transform: scale(.8);
  opacity: .8
}
.rk-show-albums .owl-item.center .rk-items .rk-img img{
  filter: grayscale(0%); 
  transform: scale(1); 
  opacity: 1;
}
/*bg rk-rwl-zoomimg owl*/
.rk-rwl-zoomimg .rwl .owl-nav {
    width: 80px;
    float: right;
    margin-top: 0px;
}
.rk-rwl-zoomimg .rwl .owl-dots {
    width: calc(100%);
    float: left;
    padding:20px 0;
}
.rk-rwl-zoomimg .rwl .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    line-height: 30px;
    border-radius: 15px;
    border: 2px solid #757575;
    margin-right: 9px;
    color: #c6c6c6;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.rk-rwl-zoomimg .rwl .owl-dots .owl-dot.active span{
    background: #757575;
    color: #000;
    width: 20px;
    border-color: #757575; 
}
.rk-rwl-zoomimg:after{
    content:' ';
    clear: both;
    display: block;
}
.rk-rwl-zoomimg .rwl .owl-nav button.owl-next, .rk-rwl-zoomimg .rwl .owl-nav button.owl-prev{
    width: 60px;
    height:60px;
    margin: 0px;
    opacity: .9
}
.rk-rwl-zoomimg .rwl .owl-nav button i{
  font-size: 20px;
  line-height: 60px;
}
@media(min-width: 1024px){
  .rk-rwl-zoomimg .rwl .owl-nav button.owl-next:hover, .rk-rwl-zoomimg .rwl .owl-nav button.owl-prev:hover{
    opacity: 1
  }
}
 
.rk-rwl-zoomimg .rwl .owl-nav button.owl-prev,
.rk-rwl-zoomimg .rwl .owl-nav button.owl-next{
    margin: auto;
    background-color: #fff;
    border-radius: 100%; 
    position: absolute;
    top: 0;
    bottom: 0;
    box-shadow: 0px 0px 20px 7px #0009; 
}
.rk-rwl-zoomimg .rwl .owl-nav button.owl-prev{   
    left: 5%; 
}
.rk-rwl-zoomimg .rwl .owl-nav button.owl-next{  
    right: 5%; 
}
.rk-rwl-zoomimg .rwl .owl-nav:after{
    content: ' ';
    clear: both;
    display: block;
}
@media(max-width: 900px){
    .rk-rwl-zoomimg .rwl .owl-nav{
        display: none !important
    }
}
/*ed rk-rwl-zoomimg owl*/

/*ed rk-show-albums*/
/*bg footer-01*/
.r-footer-01{
  background: #2e3192;
  color: #fff;
  padding: 50px 0;
  font-size: 15px;
  margin-top: 50px;
}
.r-footer-01 a{
  color: #ffffff;
}
.r-footer-01 .pri-title{
  font-size: calc(100% + 5px);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.r-footer-01 .pri-col{ 
  float: left;
  margin-left:20px;
}
.r-footer-01 .pri-col:nth-child(1){
  margin-left: 0px;
}
.r-footer-01 .pri-col.pri-list-info{
  width: 50%;
  float: left; 
}
.r-footer-01 .pri-col.pri-list-info img{
    filter: brightness(0) invert(1);
    max-width: 320px
}
.r-footer-01 .pri-col.pri-link{
  width: 120px; 
}
.r-footer-01 .pri-col.pri-ct{
  width: calc(50% - 160px)
}
.r-footer-01 .pri-rows{
  margin: 5px 0
}
.r-footer-01 .pri-list-info .lbl{
  width: 115px;
  float: left;
}
.r-footer-01 .pri-list-info .lbl i{
  line-height: 100%;
  display: contents;
}
.r-footer-01 .pri-list-info .val::before{
  content: ':';
  margin-left: -5px
}
.r-footer-01 .pri-list-info .val{
  width: calc(100% - 120px);
  float: right;
}
.r-footer-01 .pri-list-menu li{
  list-style: none;
  margin: 5px 0px
}
.r-footer-01 .pri-list-menu li ul{
  display: none;
}
.r-footer-01 .pri-col img{
  width: 100%;
  height: auto;
  max-width: 226px;
}
.r-footer-01 .pri-col .pri-btn{
  display: block;
  margin-top: 20px; 
  max-width: 142px;
  padding: 10px 20px;
}
.r-footer-01 .pri-cr{
  margin-top: 30px;
  border-top: 1px solid #ffffff26;
  padding-top: 30px;
  color: #ffffffb0;
}
@media(max-width: 1000px){
  .r-footer-01 .pri-col.pri-list-info{
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff26;
  }
  .r-footer-01 .pri-col.pri-link{
    width: 120px; 
  }
  .r-footer-01 .pri-col.pri-ct{
    width: calc(50% - 160px);
    margin-left: 0
  }
}
@media(max-width: 600px){

  .r-footer-01 .pri-col.pri-link{
    width: 120px; 
  }
  .r-footer-01 .pri-col.pri-ct{
    width: calc(100% - 160px);
    margin-left: 0
  }
}
@media(max-width: 500px){

  .r-footer-01 .pri-col.pri-link{
    width: 120px; 
    float: none;
    margin-left: 0;
    margin-top: 20px
  }
  .r-footer-01 .pri-col.pri-ct{
    width: 100%;
    float: none;
    margin-left: 0;
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 20px
  }
}
/*ed footer-01*/

.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; 
  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;
}

/*bg list_ft*/
.list_ft{
  position: fixed;
  bottom: 40px;
  left: 40px;
  transition: all .5s;
  z-index: 9
}
@media(max-width: 600px){
  .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*/
