/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */




body {
  margin: 0px;
  overflow: hidden;
  font-family: 'Kanit', sans-serif;
}

/* Hide scrollbar by default */
::-webkit-scrollbar {

  width: 0.5em;
  display: none;

  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */


}
.logoCUimage {
  /*text-align: left;
    object-fit: fill;*/
  width: 70%;
  margin: auto;
  padding-right: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  visibility: hidden;
}

.logo_LIC_VETimage {

  width: 90%;

}
.pic-about {

  width: 60svw;
  height: auto;
  float: none;
  clear: none;

  margin: 0 auto;
  
  display: block;
  position: relative;
  overflow: visible;
}

/*Popup logo*/


@keyframes popup_logoCU {
  0% {
    transform: scale(0.4);
    opacity: 0%;
    visibility: visible;
  }

  70% {

    opacity: 100%;
  }

  100% {
    transform: scale(1);
    opacity: 0%;
    visibility: hidden;
  }

}


.popup_logoCU {


  animation: popup_logoCU 4s ease-out 1 forwards;

}

.popup_logoCU_LIC {

  animation: popup_logoCU 4s 4s ease-out 1 forwards;

}

.popup_logoCU_VET {


  animation: popup_logoCU 4s 8s ease-out 1 forwards;

}



/*Popup logo close*/

a:hover {
  color: #4db3e4;

}

a:active {
  color: whitesmoke;

}

a {
  text-decoration: none;
  color: whitesmoke;




}

.pointer {
  cursor: pointer;
}


.main_bg-div,
.bg_pic-div,
.main_shadow-div {


  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}


.main_bg-div {
  background-color: #fff;
}


.main_shadow-div {
  mix-blend-mode: multiply;
  /*background-image: linear-gradient(115deg, rgb(0, 0, 0, 1) 0%, rgba(77, 180, 228, 0.8) 85%, rgba(255, 255, 255, 0.8) 100%);*/
  /*background-image: linear-gradient(115deg, rgb(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(255, 255, 255, 0.7) 100%);*/
  background-image: linear-gradient(115deg, rgb(0, 0, 0, 1) 0%, rgba(8, 40, 59, 0.5) 50%, rgba(255, 255, 255, 0.7) 100%);

}




.bg_pic-div {


  float: none;


  background-image: url('./images/cover_cow_web_opti.jpg');
  background-position: 100svw 100svh;
  background-size: auto 125svh;
  /*background-attachment: scroll;*/

}


.menu-div {
  background-color: transparent;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 55%;
}

.logo-div {
  background-color: transparent;
  height: 45svh;
  margin: auto;
  padding: 0;
  display: block;
  position: relative;
}

.Logo_mainmenu {
  /*text-align: center;*/
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 5svw;
  padding-right: 5svw;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;

  /*box-shadow: 0 2px 5px rgba(0, 0, 0, .4);*/
}


.text-menu-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: transparent;

  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 60svh;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}


.menutext {

  color: whitesmoke;
  height: auto;
  margin-top: auto;
  margin-bottom: 5svh;
  margin-left: 7svw;
  padding-top: auto;
  padding-bottom: auto;
  /*padding-right: 5svw;*/
  font-size: 2rem;
  font-weight: 300;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;

  float: left;
  clear: left;
  background-color: transparent;



  text-shadow: 0 2px 0px rgba(0, 0, 0, .1);

}








/*
------------------------
------------------------
------------------------
------------------------
------------------------
*/

@keyframes menu_animate {
  0% {
    left: -100%;
    opacity: 0%;
    visibility: visible;
  }

  100% {
    left: 0%;
    opacity: 100%;
    visibility: visible;
  }

}

.ani_menutext {
  animation: menu_animate 1.5s 12s ease-in-out 1 forwards;
}


/* ani fade */

@keyframes fade {
  0% {

    opacity: 0%;
    visibility: visible;
  }

  100% {

    opacity: 100%;
    visibility: visible;
  }

}

.ani_fade {
  animation: fade 1.5s 12s ease-in-out 1 forwards;
}

@keyframes fadeout {
  0% {

    opacity: 100%;
    visibility: visible;
  }

  100% {

    opacity: 0%;
    visibility: visible;
  }

}

.ani_fadeout {
  animation: fadeout 1.5s 12s ease-in-out 1 forwards;
}

/* ani fade out */


@keyframes menu_pic {
  0% {
    background-position: 103svw;
  }


  100% {
    background-position: 105svw;
  }

}

/*----------------------------------------*/
/*----------------------------------------*/
/*----------------------------------------*/
/*----------------------------------------*/
/*----------------------------------------*/
/*----------------------------------------*/
/*----------------------------------------*/
/*----------------------------------------*/






/*Popup black BG*/

@keyframes fadeToBlack {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

.PopupFadeblack {

  color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;

  animation: fadeToBlack 0.5s linear 1 forwards;
}



/*Popup black BG close*/

.ani_pic {

  will-change: transform;
  animation: menu_pic 5s 12s ease-out 1 forwards;
}

.div-in-main {
  /*box-shadow: 0 0 20px 10px rgba(0, 0, 0, .1);*/


  /*z-index: 2;*/
  background-color: #fdfeff;
  border-radius: 20px;
  margin-top: auto;
  margin-left: 0;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 4%;
  right: 4%;
  box-shadow: 0 2px 20px rgb(0, 0, 0, .2);

}
.div-in-content-profile {

  color: #476161;
  background-color: #c4dde8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin: 110px 5% 80px 5%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;

  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-in-content-profile {
  border-radius: 20px;
  margin: 2%;
  font-size: 0.9em;
  
}
.div-table {
  -webkit-text-fill-color: inherit;
  background-color: #c4dde8;
  background-clip: border-box;
  border-radius: 20px;
  margin: 0%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}




.list-about_div {
  border-radius: 0;
  margin: 1em 0em 1em 0;
  padding-left: 40px;
  padding-right: 40px;

  list-style-type: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
 

  
  
}

/*about*/

.about_list {
  
  
  border-top: 0 #e9f1f6;
  border-bottom: 2px dotted #fdfeff;
  border-right-width: 0;
  margin-top: 1.2em;
  margin-bottom: auto;
  margin-right: auto;
  padding-bottom: 1.2em;
  position: static;


  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
  display: flex;



}
.title_about {
  
  /*margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: static;*/
  
  width: 100%;

  clear: none;
  color: #182650;
  text-align: left;
 
  margin: .5% auto 0 ;
  padding: .5% 0 1% 0%;
  font-size: 2rem;
  font-weight: 500;
  

  /*background-color: #7acacb;*/
  
}
.text_about_inbox {

  float: none;
  clear: none;
  text-align: left;
  background-color: #fdfeff;
  border-radius: 10px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: 0;

  display: block;
  position: static;

  color: #527fba;
  padding:1rem 20px;

  font-size: 1.3rem;
  font-weight: 200;

}

.span_head_about_inbox {
  
  
  font-size: 1.3rem;
  font-weight: 400;
  color: #182650;

}

/*about close*/

.m_btn-profile
{
  width: 256px;
  height: 36px;
  min-width: 0;
  float: none;
  text-align: center;
  /*background-color: #469491;*/
  background-image: linear-gradient(to right, #4db3e4, #7acacb 100%);
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  padding: 0;
  text-decoration: none;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0;
  right: 0;
  transform: translate(0);
  box-shadow: 0 2px 5px rgba(0, 2, 1, .1);
}

.m_btn-profile {
  margin: 0.5em auto;
  top: auto;
  bottom: auto;
}
.text-btn {
  color: whitesmoke;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.icon_in_help{
  width: 1.5rem;
  height: 1.5rem;

  display: inline-block;
  vertical-align: middle;
  
  /*position: absolute;
  top: 0%;*/
}
/*
------------------------
------------------------
------------------------
------------------------
------------------------
*/




/* For mobile phones: */

@media (hover: none) {
  .home-btn:active {

    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  }



}

/* portrait All */
@media screen and (orientation:portrait) {

  .mobilesize {
    z-index: 6;
    background-color: #fff;
    background-image: url('./images/Lanscape_screen_cow.svg');
    background-position: 50%;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;


  }

  .popup_logoCU,
  .popup_logoCU_LIC,
  .popup_logoCU_VET,
  .t_slide,
  .cover_btn,
  .ani_menutext,
  .ani_fade,
  .ani_fadeout,
  .ani_pic {


    animation-play-state: paused;

  }


}
@media screen and (min-width: 320px) and (-webkit-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2.625)
{
  .menutext {
    font-size: 1rem;
  }
  .title_about {

    font-size: 1.2rem;

  }

  .text_about_inbox,
  .span_head_about_inbox {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 320px) and (-webkit-device-pixel-ratio: 3)
{

/*@media (min-width:320px) {*/

  /* smartphones, iPhone, portrait 480x320 phones */
  .div-in-main {

    top: 4%;
    bottom: 4%;
    left: 4%;
    right: 4%;

  }

  .menutext {
    font-size: 1rem;
  }

  .bg_pic-div {

    background-position: 100svw 105svh;
    background-size: auto 130svh;

  }

  @keyframes menu_pic {
    0% {

      background-position: 100svw;
    }


    100% {

      background-position: 103svw;
    }

  }

  .title_about {

    font-size: 0.8rem;

  }

  .text_about_inbox,
  .span_head_about_inbox {
    font-size: 0.5rem;
  }

}








/*@media (min-width:481px)
{
     portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. 
}*/

/*@media (min-width:641px) {*/

  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */

 /* .div-in-main {

    top: 4%;
    bottom: 4%;
    left: 4%;
    right: 4%;

  }

  .menutext {
    font-size: 1rem;
  }

  .bg_pic-div {

    background-position: 100svw 105svh;
    background-size: auto 130svh;

  }

  @keyframes menu_pic {
    0% {

      background-position: 100svw;
    }


    100% {

      background-position: 103svw;
    }

  }

  .title_about {

    font-size: 1.3rem;

  }

  .text_about_inbox,
  .span_head_about_inbox {
    font-size: 1rem;
  }

}*/

@media screen and (min-width:961px) and (-webkit-device-pixel-ratio: 2)  {
/*@media (min-width:961px) {*/
  

  /* tablet, landscape iPad, lo-res laptops ands desktops */
  .div-in-main {

    top: 10%;
    bottom: 10%;
    left: 2%;
    right: 2%;

  }



  .menutext {

    /*font-size: 1.4rem;*/
    font-size: 1.5rem;

  }

  .bg_pic-div {

    background-size: auto 125svh;

    background-position: 110svw 105svh;


  }

  @keyframes menu_pic {
    0% {

      background-position: 110svw;
    }


    100% {

      background-position: 113svw;
    }

  }

  .title_about {
 
    font-size: 2rem;

  }

  .text_about_inbox,
  .span_head_about_inbox {
    font-size: 1.3rem;
  }

}

@media (min-width:1025px) {

  /* big landscape tablets, laptops, and desktops */

  .div-in-main {

    top: 10%;
    bottom: 10%;
    left: 2%;
    right: 2%;

  }



  .menutext {

    /*font-size: 1.4rem;*/
    font-size: 2rem;

  }

  .bg_pic-div {

    background-size: auto 125svh;

    background-position: 110svw 105svh;


  }

  @keyframes menu_pic {
    0% {

      background-position: 110svw;
    }


    100% {

      background-position: 113svw;
    }

  }

  .title_about {
 
    font-size: 2rem;

  }

  .text_about_inbox,
  .span_head_about_inbox {
    font-size: 1.3rem;
  }



}



/*@media (min-width:1281px) {  hi-res laptops and desktops  }*/