/*FullStack by Rocker.vn (since 2008)*/  
@import url("./reset.css");
@import url("./animate.css?v=3");
@import url("https://www.rocker.vn/hiti-template/plugins/css/rocker.fonts.css");
@import url("./owl.carousel.0.2.css");
@import url("https://www.rocker.vn/hiti-template/w3.css");
@import url("./rocker.items.css?v=5");
@font-face {
    font-family: 'San Francisco Display';
    src: url('../fonts/SanFranciscoDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SanFranciscoDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'San Francisco Display';
    src: url('../fonts/SanFranciscoDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/SanFranciscoDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
:root {
  --color1: #1b794d;
  --color2: #e38b46;
  --color3: #545454;
  --color-opa1: #1b794d9e;
  --color-gray: #d4d4d4;
  --color-black: #000;
  --color-white: #fff;
  --radius-l: 0px;
  --radius-s: 0px; 

  /*Style with font lagre*/
  --title_l: 60px;
  --title_m: 40px;
  --title_s: 25px; 
  /*ed Style with font lagre*/
  --fontstrong:
  'Anybody', cursive;
} 
html,h1,h2,h3,h4,h5,h6,button,input,textarea,select {
  /**/
  font-weight: 300; 
  font-size: 100%;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'San Francisco Display';
}  

/*@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,400i,600&display=swap&subset=vietnamese');*/
@media(min-width: 1050px){

  .hideopa.unvisible .pl-contents{
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: hideopa;
    animation-name: hideopa;
  }
  .unvisible .hideopa{
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: hideopa;
    animation-name: hideopa;
  }
}

@keyframes hideopa{
  0% { 
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% { 
   opacity: 0;
 }
}
/******BG PUPBLIC******/ 
.back-top{
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 7;
  font-size: 25px;
  padding: 10px;
  color: #fff;
  /* box-shadow: inset 0px 0px 10px 0px #0000006e; */
  display: none;
  cursor: pointer;
  border-radius: 100%;
  border: 4px solid #96c632;
}
.back-top::before{
  content: ' ';
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 4px solid #c6ec68;
  position: absolute;
  border-radius: 100%;
  left: -8px;
  top: -8px;
}
@media(max-width: 900px){
  .back-top{
    font-size: 12px;
    padding:10px;
    border-radius: 100%;
    right: 10px;
  }
}
@media(min-width: 1024px){
  .back-top:hover{
    box-shadow: inset 0px 0px 10px 1px #0a0a0a4d;
  }
}
body{
  overflow-x: hidden;
  width: 100vw;
}
body.loading,
body.showmenu,
body.showmenu-expands{
  overflow-y: hidden;
  height: 100vh
}
body.loading::after,
body.showmenu::after,
body.showmenu-expands::after{
    content: ' ';
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 6;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
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*/ 
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: #ff6a00;
  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 #ff6a00;
  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 3px 0px #fe6b11;
  border-color: #fe6b11;
  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: calc(100% + 30px);
  font-weight: bold;
  margin-bottom: 9px;
  color: var(--color1)
}

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

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

}

.pl-title.hline:before {
  height: 2px;
  content: ' ';
  width: 88px;
  position: absolute;
  margin: 0 auto;
  bottom: -5px;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
}

.pl-title.hline:after {
  content: ' ';
  display: block;
  height: 4px;
  width: 48px; 
  background-color: #ed2625;
  position: absolute;
  margin: 0 auto;
  bottom: -6px;
  left: 0;
  right: 0;
} 
.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 nav-bread*/
.cd-banner-page .pl-contents{
  min-height: 50vh;
  background-size: cover;
}
@media(min-width: 1050px){
  .off_hijacking .cd-banner-page .pl-contents{
    height: 100vh;
    margin-top: -71px;
    background-size: cover;
  }
}
@media(max-width: 1050px){
  .cd-banner-page .pl-contents{
    margin-top: -50px
  }
}
.nav-bread {
  display: table;
  width: 100%; 
  padding-top: 30vh;
  padding-bottom: 10px;
  position: relative; 
  position: absolute;
  z-index: 1;
  bottom: 0;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.67) 100%);
  color: #fff;
}

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

.nav-bread .titles {
  color: #ffffff;
  text-align: left;
  display: inline-block;
  width: 100%;
  font-size: calc(100% + 35px);
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  /* margin: 10px 0; */
  font-weight: bold;
}

.bread-crumb {
  text-align: right;
  display: flex;
  width: 100%;
  z-index: 1;
  position: relative;
}

@media(max-width: 993px) { 
  .nav-bread .titles {
    width: 100%;
    display: block;
    font-size: calc(100% + 15px);
  }

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

.bread-crumb {
}

.bread-crumb li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
  margin-left: 0px;  
  text-transform: lowercase;
}

.bread-crumb li, .bread-crumb li a {
  color: #cacaca;
  font-weight: normal;
}

.bread-crumb li::first-letter,.bread-crumb li *::first-letter {
  text-transform: uppercase;
}
/*ed nav-bread*/  
/*bg header*/

header {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  width: 100%; 
  /*border-bottom: 1px solid #b4e746;*/
  background: #ffffff;
  box-shadow: 0px 1px 20px #00000042;
}
header .pl-wrabauto{
  z-index: 1
}
body.fix header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 5;
  -webkit-animation-name: fixhead;
  -webkit-animation-duration: .4s;
  animation-name: fixhead;
  animation-duration: .4s;  
}

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

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

header .left {
  position: relative;
  left: 0px;
  width: 180px;
  float: left;
  padding: 10px 10px; 
}



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

  float: right;
}

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


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


@media(max-width: 900px) {
  header .left {
    width: 185px;
  } 
}
@media(max-width: 600px) {
  header .left {
    width: 126px;padding-left: 0px;
  }  
}

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

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

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


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

}
@media(max-width: 1350px){
  header ul.main_menu >li >a {
    padding: 0px 10px
  }
}
@media(max-width: 1280px){
  header ul.main_menu >li >a {
    padding: 0px 5px
  }
}
@media(max-width: 1150px){
  header ul.main_menu >li >a {
    padding: 0px 5px;
    font-size: calc(100% - 2px)
  }
}
@media(max-width: 1120px){
  header .right {
    display: none;
  }
}

/*bg sub menu*/
header ul.main_menu >li >ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 225px;
  display: none;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 0px 0 5px 5px;
}

@media only screen and (min-width: 1024px) {
  header ul.main_menu >a:hover  {
    text-decoration: underline; 
    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 {
  color: #1b1b1b;
  display: block;
  text-align: left;
}

header ul.main_menu >li >ul >li a:hover {
  text-decoration: underline;
}
/*ed sub menu*/ 

/*bg menu-mobile*/
.menu-mobile{
  position: fixed;
  right: 16px;
  width: 320px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 23px;
  text-transform: uppercase;
  /* font-weight: bold; */
  text-shadow: 2px 2px 4px #374e08b0;
  display: none;
}

body.showmenu .menu-mobile{
  display: flex;
}
body.loading .menu-mobile{
  display: none;
}
.menu-mobile ul{
  display: block;
  width: 100%
}
@media(min-width: 900px){
  .menu-mobile ul{
    width: 50%
  }
}
.menu-mobile ul li{
  list-style: none;

  opacity: 0;
  -webkit-transform: translateX(56px);
  transform: translateX(56px);
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
body.showmenu .menu-mobile ul li{
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.menu-mobile ul li:nth-child(1){
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.menu-mobile ul li:nth-child(2){
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.menu-mobile ul li:nth-child(3){
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.menu-mobile ul li:nth-child(4){
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.menu-mobile ul li:nth-child(5){
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.menu-mobile ul li:nth-child(6){
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.menu-mobile ul li:nth-child(7){
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.menu-mobile ul li:nth-child(8){
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.menu-mobile ul li:nth-child(9){
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.menu-mobile ul li ul{
  display: none;
  text-transform: capitalize;
  font-size: 15px;
  padding-right: 4px;
  right: 20px; 
  border-right: 1px solid #ffffffad;
  margin-bottom: 20px;
}
.menu-mobile ul li >a{
  color: #ffffff;
  display: block;
  text-align: right;
  padding: 10px 10px;
  position: relative;
  font-weight: bold;
  font-size: calc(100% - 4px);
}
 
.box-if-menu{
  text-align: right;
  padding-right: 11px;
  color: #ffffff
}
.box-if-menu .pri-lbl{
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px 0;
  margin-bottom: 5px;
}
.box-if-menu .pri-lbl.priv-hotline{
  padding-top: 10px;
  border-top:1px solid ;
  float: right;
}
.box-if-menu .pri-lbl.priv-hotline span{
  display: block;
}
.box-if-menu .pri-lbl.priv-hotline a{
  display: block;
  font-size: 19px;
  font-weight: bold;
}
.box-if-menu a{
  color: #ffffff;
}
.box-if-menu a i{
  font-size: 30px
}
@media(min-width: 1024px){
  .menu-mobile ul li a:hover{
    font-weight: bold;
    text-shadow: none
  }
 
}
/*ed menu-mobile*/

/*ed header*/ 

/*bg form-popup*/
.form-popup{
  position: fixed;
  width: 639px;
  right: 0px;
  bottom: 0;
  top: 0;
  margin: auto;
  /* height: calc(100vh - 70px); */
  max-height: 700px;
  z-index: 8;
  padding: 20px;
  padding-top: 70px;
  color: #fff;
  display: none;
}
body.showmenu-expands .form-popup{
  display: grid;
  align-items: center;
}
body.loading .form-popup{
  display: none;
}
.form-popup .frow{
  opacity: 0;
  -webkit-transform: translateX(56px);
  transform: translateX(56px);
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
body.showmenu-expands .form-popup .frow{
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.form-popup .frow:nth-child(1){
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.form-popup .frow:nth-child(2){
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.form-popup .frow:nth-child(3){
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.form-popup .frow:nth-child(4){
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.form-popup .title{
  font-size: 30px;
  font-weight: bold;
  color: #fff; 
  padding: 10px;
  text-shadow: 2px 2px 2px #608813;
}
.form-popup .title span{
  color: #d1ff60
}
.form-popup .social a{ 
  display: inline-block;
  padding-left: 5px
}
.form-popup .social a i{
  line-height: 30px;
  color: #e4fda4;
  font-size: 35px;
}
@media(min-width: 1024px){
  .form-popup .social a:hover i{
    color: #ffffff
  }
}
.form-popup  .group-rows .r-left{
  width: calc(100% - 190px);
  float: left;
}
.form-popup  .group-rows .r-right{
  width: 190px;
  float: right
}
.form-popup  .group-rows .titles{
  font-weight: bold;
  font-size: calc(100% + 2px);
}
.form-popup .group-rows{
  border-top: 1px solid #78a71d;
  border-bottom: 1px solid #78a71d;
  margin: 10px 0px;
  padding: 10px;
}
.form-popup  .group-rows p{
  margin: 10px 0px
}
.form-popup  .group-rows p a{
  color: #ffffff
}
.form-popup .pl-frm-input { 
  border: 1px solid #128c53;  
  background: #e4ffa5;
  color: #3c3c3c;
}
@media(max-width: 700px){
  .form-popup{
    width: 100%;
    overflow-y: auto;
  }
  .form-popup .group-rows p { 
    display: inline-block;
    margin-right: 12px;
  }
  .form-popup .group-rows .r-left,
  .form-popup .group-rows .r-right{
    width: 100%;
    float: none;
    padding-bottom: 10px
  }
}
.form-popup .rows{
  width: calc(50% - 10px);
  float: left;
  margin:5px;
} 
.form-popup .rows:nth-child(1){
  width: 80px;
}
.form-popup .rows:nth-child(2){
  width: calc(100% - 100px); 
}
.form-popup .rows:nth-child(5){
  width: calc(100% - 10px); 
}
.form-popup .rows:nth-child(6){
  width: calc(100% - 10px); 
}
.form-popup .rows textarea{
  height: 120px
}
@media(min-width: 700px){
  .form-popup .rows textarea{
    border-bottom-left-radius: 106px;
    padding-left: 80px
  }
}
.form-popup .rows button{
  display: block;
  background: #567b0f;
  color: #fff;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 19px;
  cursor: pointer; 
  float: right;
  border: none;
}
/*ed form-popup*/

/*bg circle*/ 
.circle-banner-arrow svg{
  position: absolute;
  width: 50vw;
  height: auto;
  left: -10vw;
  /* top: 0; */
  bottom: -30px;
}
.circle-head{
  height: 100%;
  overflow: hidden;
  width: 100%;
  right: 0;
  top: 0;
  position: absolute; 
}
/*bg circle-arlink*/
.circle-arlink{
  position: absolute;
  left: 9%;
  top: 19%;
  color: #fff;
  font-size: 23px;
  width: 38px;
  text-align: center; 
  line-height: 71px;
  display: block;
  height: 71px; 
  opacity: 0;
}
body.loading .circle-arlink{
  opacity: 0;
  display: none;
}
body.loaded .circle-arlink{
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.circle-arlink i{
  line-height: 71px;
} 
@media(max-width: 600px){
  .circle-arlink{
    height: 50px;
    width: 57px;
  }
  .circle-arlink i{
    line-height: 50px
  }
}
.circle-2 .circle-arlink{
  top: 16.7%;
  left: 10.5%;
}
.circle-3 .circle-arlink{
  top: 14.3%;
  left: 13%;
}
@media(min-height: 750px){
  .circle-1 .circle-arlink{
    top: 18%;
    left: 10%;
  }
  .circle-2 .circle-arlink{
    top: 16.3%;
    left: 11%;
  }
}
/*ed circle-arlink*/
/*bg for banner*/
.circle-head.circle-banner{
  height: 100vh
} 
.circle-head.circle-banner{
  mix-blend-mode: hard-light;
}
.circle-head.circle-banner .circle-menu .circle-3{
  background: #1b794d;
}
.circle-head.circle-banner .circle-menu .circle-3,
.circle-head.circle-banner .circle-menu .circle-2{
  mix-blend-mode: difference;
}
.circle-head.circle-banner .circle-menu .circle-1{
  filter: brightness(.5);
}
.circle-text-slogan{
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 366px;
  z-index: 1
}
@media(max-width: 600px){
  .circle-text-slogan{
    max-width: 250px
  }
}
/*ed for banner*/
/*for contents*/
.circle-contents{
  height: 100vh;
  overflow: hidden;
  width: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.circle-contents .circle-menu{
  position: absolute !important;
}
/*ed for contents*/
.circle-head .circle-menu{
  position: absolute !important;
}


body.showcircle-contents .circle-contents .circle-menu,
.circle-head .circle-menu,
body.showmenu .circle-menu{
  /*  position: absolute !important;*/
  /*right: calc(-35vw - 240px) !important; */
  left: calc(100vw - 500px);
  transition: all 1.5s;
}
body.showmenu-expands .circle-menu.single{
  left: calc(100vw - 800px);
  z-index: 7
}
@media(max-width: 500px){
  .circle-head .circle-menu, body.showmenu .circle-menu{
    left: calc(100vw - 396px);
  } 
}

@media(max-height: 1024px) and (max-width:1366px ){ 
  .circle-head .circle-menu, body.showmenu .circle-menu{
    left: calc(100vw - 557px);
  }  
}
@media(max-height: 1366px) and (max-width: 1024px){ 
  .circle-head .circle-menu, body.showmenu .circle-menu{
    left: calc(100vw - 634px);
  } 
}
@media(max-height: 1024px) and (max-width: 1000px){ 
  .circle-head .circle-menu, body.showmenu .circle-menu{
    left: calc(100vw - 560px);
  } 
}

@media(max-height: 750px) and (max-width: 600px){ 
  .circle-head .circle-menu, body.showmenu .circle-menu{
    left: calc(100vw - 351px);
  } 
}
@media(max-height: 600px) and (max-width: 600px){ 
  .circle-head .circle-menu, body.showmenu .circle-menu{
    left: calc(100vw - 351px);
  } 
}
@media(max-height: 900px) and (max-width: 500px){ 
  .circle-head .circle-menu, body.showmenu .circle-menu{
    left: calc(100vw - 351px);
  } 
}
@media(max-height: 800px) and (max-width: 500px){ 
  .circle-head .circle-menu, body.showmenu .circle-menu{
    left: calc(100vw - 351px);
  } 
}
@media(max-height: 640px) and (max-width: 384px){ 
  .circle-head .circle-menu, body.showmenu .circle-menu{
    left: calc(100vw - 351px);
  } 
}
@media(max-height: 640px) and (max-width: 360px){ 
  .circle-head .circle-menu, body.showmenu .circle-menu{
    left: calc(100vw - 351px);
  } 
}

@media(max-height: 568px) and (max-width: 320px){ 
  .circle-head .circle-menu, body.showmenu .circle-menu{
    left: calc(100vw - 285px);
  } 
}
.circle-head .circle-menu{
  transition-delay: 1s
}

.circle-menu{
  position: fixed;
  /*right: calc(-140vh - 240px);*/
  left: 100vw;
  width: calc(140vh + 240px);
  height: calc(140vh + 240px); 
  top: calc(-20vh - 120px);
  overflow: hidden;
  z-index: 8;
  transition: all 3s;  
}
body.loaded .circle-menu{
  transition: all 1s;  
}
body.zin-loaded header{
  z-index: 9
} 
body.loading .circle-head .circle-menu{
  left:100vw !important;
}
body.loading .circle-menu{
  left: -100vh;
  width: 340vh;
  height: 340vh;
  top: -80vh; 
}


.circle-menu .circle{
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  position: absolute;
  border-radius: 100%;
  z-index: 9;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  margin:auto; 
}
.circle-menu .circle{
  transition: all 5s;
}
body.loaded .circle-menu .circle{
  transition: all 1s;
}
.circle-menu .circle-1{
  background: #1b794d;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: .7
}
.circle-menu .circle-2{
  background: #1b794d;  
  z-index: 10; 
  width: 100%;
  height: 100%; 
  opacity: .8; 
}
body.loading .circle-menu .circle-2{ 
  width: calc(100% - 160px);
  height: calc(100% - 160px);
}

body.showcircle-contents .circle-contents .circle-menu .circle-2,
body.showmenu-expands .circle-menu.single .circle-2,
body.showmenu .circle-menu .circle-2,
.circle-head .circle-menu .circle-2{
  width: calc(100% - 160px);
  height: calc(100% - 160px);
}


body.showmenu-expands .circle-menu .circle-3{
  box-shadow: none !important; 
}
body.showmenu-expands .circle-menu.single .circle-3{
  opacity: 0;
  display: none
}
body.showmenu-expands .circle-menu .circle-2{
  box-shadow: inset 0px 0px 19px 5px var(--color1) ;
  opacity: 1;
} 
.circle-menu .circle-3{
  background: var(--color1); 
  width: 100%;
  height: 100%;
  z-index: 10; 
  opacity: .9; 
}
body.loading .circle-menu .circle-3{
  width: calc(100% - 240px);
  height: calc(100% - 240px);
}

body.showcircle-contents .circle-contents .circle-menu .circle-3,
body.showmenu-expands .circle-menu.single .circle-3,
body.showmenu .circle-menu .circle-3,
.circle-head .circle-menu .circle-3{
  width: calc(100% - 240px);
  height: calc(100% - 240px); 
}

body.showmenu .circle-menu .circle-3{
  box-shadow: inset 0px 0px 19px 5px #00000042;;
}


.circle-banner.animated .circle-menu{
 /* position: fixed !important;
  left: 100vw; 
  visibility: hidden;
  transition: all 1s !important; */

}
.circle-banner.animated.go .circle-menu{ 
  left: calc(100vw - 600px);
  visibility: visible; 
}


.circle-banner.animated.go .circle-menu .circle-3{
  width: calc(100% - 240px);
  height: calc(100% - 240px); 
}
.circle-banner.animated.go .circle-menu .circle-2{
  width: calc(100% - 160px);
  height: calc(100% - 160px);
}
/*ed circle*/

/*bg home-slider-footer*/
.rockerpages-footer.visible{
  z-index: 4
}
.rockerpages-footer .pl-contents{
  background: #ffffff
}
.rockerpages-footer .pl-title, .rockerpages-footer h6{
  color: var(--color1)
}
.rockerpages-footer .f-left{
  width: 30%;
  float: left;
  background: var(--color1);
}
.rockerpages-footer .f-left img{
  width: 70%;
  display: block;
  margin: auto;
}
.rockerpages-footer .f-right{
  width: 70%;
  float: right;
}
.rockerpages-footer .align{
  height: 100vh;
  display: flex;
  align-items: center;
}
.rockerpages-footer .block{
  display: block;
  width: 95%;
  max-width: 600px;
  margin:auto;
}
.rockerpages-footer .group-rows .r-left{
  width: calc(100% - 190px);
  float: left;
}
.rockerpages-footer .group-rows .r-right{
  width: 190px;
  float: right
}
.rockerpages-footer .group-rows .r-right ul li{
  list-style: none;
}
.rockerpages-footer .group-rows .r-right ul li ul{
  display: none;
}
.rockerpages-footer .group-rows.md{
  border-top:1px solid var(--color1);
  border-bottom:1px solid var(--color1);
  margin:10px 0px;
  padding:10px 0px; 
}
.rockerpages-footer .group-rows .r-right ul li,
.rockerpages-footer .group-rows p{
  margin: 10px 0px
}
@media(max-width: 1050px){
  .rockerpages-footer .align{
    height: auto;
    display: block;
    align-items: center;
  }
  .rockerpages-footer .f-left{
    width: 100%; 
    padding: 50px 0
  }
  .rockerpages-footer .f-left img {
    width: 20%;
  }
  .rockerpages-footer .f-right{
    width: 100%; 
    padding: 40px 0
  }
}
@media(max-width: 600px){
  .rockerpages-footer .group-rows .r-left,
  .rockerpages-footer .group-rows .r-right{
    width: 100%;
    float: none;
    padding-bottom: 10px
  }
}
/*ed home-slider-footer*/
/*bg load*/ 

.loadicon { left: 0; z-index: 110000; right: 0; top: 0; bottom: 0; display: flex; align-items: center; text-align: center;position: fixed; } 
.loadicon img, .loadicon svg{
  width: 280px;
  height: 280px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.load-present.fill{ display: none; } 
.load-present { height: 100%; position: absolute } 

/*bg rockerpages-services*/
.rockerpages-services .group-text{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 440px;
  padding-right: 31px;
  height: auto;
  color: #fff;
  z-index: 2;
  display: grid;
  align-items: center;
}

.rockerpages-services .group-text .r-des{
  text-align: justify;
  line-height: 21px;
}
@media(min-width: 1050px){
  .rockerpages-services .r-title.pl-title{
    color: #ffffff
  }
}
@media(max-width: 1050px){
  .rockerpages-services  .pl-contents{
    background:none !important;
  }
  .rockerpages-services .group-text{
    position: relative;
    min-height: 50vh;
    color: #000;
    margin: auto;
    width: 95%;
    max-width: 800px;
  }
  .rockerpages-services .circle-head.circle-banner.animated{
    display: none
  }
  .rockerpages-services:nth-child(2n) {
    background: var(--color1);
  }
  .rockerpages-services:nth-child(2n) .group-text{
    color: #ffffff
  }
}
/*ed rockerpages-services*/
/*bg rockerpages-company_partner*/
.rockerpages-company_partner .group-text{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 440px;
  padding-right: 31px;
  height: auto;
  color: #fff;
  z-index: 2;
  display: grid;
  align-items: center;
}
.rockerpages-company_partner .r-wrap-title{

}
.rockerpages-company_partner .r-wrap-title .r-title{
  width: calc(100% - 150px);
  float: left;
  font-size: calc(100% + 10px);
}
.rockerpages-company_partner .r-wrap-title img{
  width: 150px;
  float: right;
}
.rockerpages-company_partner .group-text .r-des{
  text-align: justify;
  line-height: 21px;
  margin: 10px 0;
}
.rockerpages-company_partner .r-wrow{
  margin-top: 10px
} 
.rockerpages-company_partner .r-wrow .r-row{
  border-top: 1px solid #ffffff;
  padding: 5px;
  width: 50%;
  float: left;
}
.rockerpages-company_partner .r-wrow .r-row:nth-child(1){
  width: 100%;
}
.rockerpages-company_partner .r-wrow .r-row:nth-child(2){
  border-bottom: 1px solid #ffffff
}
.rockerpages-company_partner .r-wrow .r-row:nth-child(4){
  float:right;
}
.rockerpages-company_partner .r-wrow .r-row strong{
  display: block;
}
@media(min-width: 1050px){
  .rockerpages-company_partner .r-wrap-title .r-title.pl-title{
    color: #ffffff
  }
}
@media(max-width: 1050px){
  .rockerpages-company_partner  .pl-contents{
    background:none !important;
  }
  .rockerpages-company_partner .group-text{
    position: relative;
    min-height: 50vh;
    color: #000;
    margin: auto;
    width: 95%;
    max-width: 800px;
    padding:40px 0;
  }
  .rockerpages-company_partner .circle-head.circle-banner.animated{
    display: none
  }
  .rockerpages-company_partner:nth-child(2n) {
    background: #ececec;
  }
  .rockerpages-company_partner:nth-child(2n) .group-text{

  }
  .rockerpages-company_partner .r-wrow .r-row{
    border-color: #000
  }
  .rockerpages-company_partner .r-wrow .r-row:nth-child(4){
    width: 100%
  }
  .rockerpages-company_partner .r-wrap-title img { 
    border: 1px solid #ececec;
  }
}
/*ed rockerpages-company_partner*/