@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
*{
	transition-duration: 0.1s;
}
body{
  font-family: 'Play', sans-serif;
}
.newshome:hover > div {
    display: block;
    opacity: 0.8;
}
.clear{
  clear:both
}

.rounded-10p {
    border-radius: 10px !important;
}

.rounded-t-6px {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.rounded-b-6px {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.slick-prev {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 100;
}

.slick-next {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 100;
}

a.nav-link {
    color: #BE252A !important;
}

a.active {
    color: white !important;
    background-color: #EA7A26;
    border-color: #EA7A26 !important;
}

.grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.grid::after {
    content: "";
    flex: auto;
}

ul.dropdown-menu {
    transform: translate(0px, 79px) !important;
}

.description > p {
    margin-bottom: 20px !important;
}

a.news {
    color: #3E3E3E !important;
    opacity: 0.5 !important;
    background: none;
}

a.news.active {
    color: #EA7A26 !important;
    opacity: 1 !important;
}

.homeIconsearch:hover {
    display: none;
}

a.product {
    color: #EA7A26 !important;
}

.product-line > p {
    margin-bottom: 20px !important;
    font-size: 14pt;
}

.table-project tr:nth-child(even) {
    background: white;
}

.table-project tr:nth-child(odd) {
    background: #f8f8f8;
}

.slick-dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 50%;
    left: 50%;
}

.slick-dots li button {
    /*background: url('https://curiokids.net/wp-content/uploads/2019/12/UNE_Panda_couleur_curiokids-678x381.jpg');*/
    width: 100px;
    height: 100px;
    /*object-fit: fill;*/
    display: none;
}

p, h1, h2, h3, h4, h5, h6 {
    color: #3e3e3e;
    line-height: 150%
}

p {
    font-size: 1em;
}

.h-imgslide {
    height: 4rem;
}

.image_product {
    border-radius: 10px;
}

.object-cover {
    border-radius: 5px 5px 0px 0px;
}

.object_cover_detail {
    border-radius: 5px !important;
}

.border-duan {
    border-radius: 8px !important;
}

.title_project {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}
.hotlineInfo {
    width: 60%;
    margin-left: 7rem;
}

@media only screen and (max-width: 1024px) {
    .hotlineInfo {
        width: 60%;
        margin-left: 10rem;
    }
}

@media only screen and (max-width: 1000px) {
    .contactMan {
        flex: 0 0 45.333333% !important;
    }
}

@media only screen and (max-width: 770px) {
    .contactMan {
        flex: 0 0 46.333333% !important;
    }

    /*.contactTab {*/
    /*    flex-direction: column;*/
    /*}*/

    .imageContactMan {
        margin-left: -4px !important;
    }
}
.productSlide {
    display: inline-block;
    overflow: hidden;
}

.productSlide_image:hover {
    --tw-scale-x: 1!important;
    --tw-scale-y: 1!important;
    transform: none!important
}

.dropdown-submenu {
    position: relative;
}
.nav__input {
    display: none;
}
.nav__mobile{
    display: none;
    position: fixed;
    right: 0px;
    top: 85px;
}
.nav__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* 0.4 là độ opacity-trong suốt(làm mờ)*/
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    /*thời gian hiển thị làm mờ*/
    animation: fadeIn linear 0.1s;
}
.nav__input:checked ~ .nav__overlay {
    display: block;
}

.dropdown-submenu .dropdown-menu {
    width: 100%;
    transform: translate(100%) !important;
}
.nav__input:checked ~ .nav__mobile {
    display: block;
    transform: translateX(0%);
}



div.hover-cont{
    position: relative;
}
div.hover-cont .hover2{
    position: absolute;
    top:10px;
    left:10px
}
.hover {
    background: none!important;
    border: 0;
    box-sizing: border-box;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    
    box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0);
  
    position: relative;
}
    .hover::before,
    .hover::after {
      box-sizing: inherit;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
    }
  
  .draw {
      transition: color 0.25s;
  }
      .draw::before,
      .draw::after {
      border: 2px solid transparent;
      border-radius:5px;
      width: 0;
      height: 0;
    }
  
    .draw::before {
      top: 0;
      left: 0;
    }
  
    .draw::after {
      bottom: 0;
      right: 0;
    }
  
    .draw:hover::before,
    .draw:hover::after {
      width: 100%;
      height: 100%;
    }
  
    .draw:hover::before {
      border-top-color: rgba(255, 255, 255, 0.7); 
      border-right-color: rgba(255, 255, 255, 0.7); 
      transition:
        width 0.25s ease-out,
        height 0.25s ease-out 0.25s; 
    }
  
    .draw:hover::after {
      border-bottom-color: rgba(255, 255, 255, 0.7); 
      border-left-color: rgba(255, 255, 255, 0.7); 
      transition:
        border-color 0s ease-out 0.5s, 
        width 0.25s ease-out 0.5s, 
        height 0.25s ease-out 0.75s; 
    }
  
  
    .hover12 figure {
	background: #1abc9c;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}


.max-w-screen-xl .fa-arrow-right{
    font-size: 12px;
    margin: 0 10px;
}
.font-bold .fa-circle-check{
    margin-right: 10px;
}
.linear-wipe {
    
    background: linear-gradient(to right, #ea7a26 20%, #be252a 40%, #be252a 60%, #ea7a26 80%);
    background-size: 200% auto;
    padding-top: 10px;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    animation: shine 1s linear infinite;
    
  }





.content {

   overflow: hidden !important;
 }
 .zoomin img {

  -webkit-transition: all 1s ease !important;
   -moz-transition: all 1s ease !important;
   -ms-transition: all 1s ease !important;
   transition: all 1s ease !important;
 }
 .zoomin img:hover {
  transform: scale(1.1) !important;
 }



.loadingContainer {
  position: relative;
    margin: 38px 0 0 10px;
    float: left;
}

.loadingContainer div {
  height: 12px;
  width: 12px;
  border-radius:50%;
  background:#be252a;
  float:left;
  margin:0 3px;
}
.loadingContainer2 div {
  background:white;
}
.loadingContainer .ball1 {
  z-index:1;
  -moz-animation: bounce 3s infinite ease-in-out;
  -webkit-animation: bounce 3s infinite ease-in-out;
}


@-moz-keyframes bounce {
  0%,15% {-moz-transform: translate(0,0);}
  50% {-moz-transform: translate(0,-30px);background:#ea7a26;}
  85%, 100% {-moz-transform: translate(0,0);};
}
@-webkit-keyframes bounce {
  0%,20% {-webkit-transform: translate(0,0);}
  50% {-webkit-transform: translate(0,-30px);background:#ea7a26;}
  80%, 100% {-webkit-transform: translate(0,0);};
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .text-5xl {
        font-size: 2.5rem !important;
    }
    .ms\:block {
        display: block !important;
    }
    .ms\:none {
        display: none !important;
    }
    .text-white {
        color: #000 !important;
        text-align: center !important;
        margin-bottom: 0px !important;
    }
}
@media (min-width: 640px) and (max-width: 768px){
    .ms\:block {
        display: block !important;
    }
    .ms\:none {
        display: none !important;
    }
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
}
/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {

}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
.text-5xl {
        font-size: 2.5rem !important;
    }
    .ms\:block {
        display: block !important;
    }
    .ms\:none {
        display: none !important;
    }
    .text-white {
        color: #000 !important;
        text-align: center !important;
        margin-bottom: 0px !important;
    }
}
/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
.text-5xl {
        font-size: 2.5rem !important;
    }
    .ms\:block {
        display: block !important;
    }
    .ms\:none {
        display: none !important;
    }
    .text-white {
        color: #000 !important;
        text-align: center !important;
        margin-bottom: 0px !important;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
.text-5xl {
        font-size: 2.5rem !important;
    }
    .ms\:block {
        display: block !important;
    }
    .ms\:none {
        display: none !important;
    }
    .text-white {
        color: #000 !important;
        text-align: center !important;
        margin-bottom: 0px !important;
    }
}
/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
.text-5xl {
        font-size: 2.5rem !important;
    }
    .ms\:block {
        display: block !important;
    }
    .ms\:none {
        display: none !important;
    }
    .text-white {
        color: #000 !important;
        text-align: center !important;
        margin-bottom: 0px !important;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
.text-5xl {
        font-size: 2.5rem !important;
    }
    .ms\:block {
        display: block !important;
    }
    .ms\:none {
        display: none !important;
    }
    .text-white {
        color: #000 !important;
        text-align: center !important;
        margin-bottom: 0px !important;
    }
}
/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
.text-5xl {
        font-size: 2.5rem !important;
    }
    .ms\:block {
        display: block !important;
    }
    .ms\:none {
        display: none !important;
    }
    .text-white {
        color: #000 !important;
        text-align: center !important;
        margin-bottom: 0px !important;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
.text-5xl {
        font-size: 2.5rem !important;
    }
    .ms\:block {
        display: block !important;
    }
    .ms\:none {
        display: none !important;
    }
    .text-white {
        color: #000 !important;
        text-align: center !important;
        margin-bottom: 0px !important;
    }
}
/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
.text-5xl {
        font-size: 2.5rem !important;
    }
    .ms\:block {
        display: block !important;
    }
    .ms\:none {
        display: none !important;
    }
    .text-white {
        color: #000 !important;
        text-align: center !important;
        margin-bottom: 0px !important;
    }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
.text-5xl {
        font-size: 2.5rem !important;
    }
    .ms\:block {
        display: block !important;
    }
    .ms\:none {
        display: none !important;
    }
    .text-white {
        color: #000 !important;
        text-align: center !important;
        margin-bottom: 0px !important;
    }
}
/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
.text-5xl {
        font-size: 2.5rem !important;
    }
    .ms\:block {
        display: block !important;
    }
    .ms\:none {
        display: none !important;
    }
    .text-white {
        color: #000 !important;
        text-align: center !important;
        margin-bottom: 0px !important;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
.text-5xl {
        font-size: 2.5rem !important;
    }
    .ms\:block {
        display: block !important;
    }
    .ms\:none {
        display: none !important;
    }
    .text-white {
        color: #000 !important;
        text-align: center !important;
        margin-bottom: 0px !important;
    }
}
/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/*.text-5xl {*/
/*        font-size: 2.5rem !important;*/
/*    }*/
/*    .ms\:block {*/
/*        display: block !important;*/
/*    }*/
/*    .ms\:none {*/
/*        display: none !important;*/
/*    }*/
/*    .text-white {*/
/*        color: #000 !important;*/
/*        text-align: center !important;*/
/*        margin-bottom: 0px !important;*/
/*    }*/
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
.text-5xl {
        font-size: 2.5rem !important;
    }
    .ms\:block {
        display: block !important;
    }
    .ms\:none {
        display: none !important;
    }
    .text-white {
        color: #000 !important;
        text-align: center !important;
        margin-bottom: 0px !important;
    }
}
/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){

}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
.text-5xl {
        font-size: 2.5rem !important;
    }
    .ms\:block {
        display: block !important;
    }
    .ms\:none {
        display: none !important;
    }
    .text-white {
        color: #000 !important;
        text-align: center !important;
        margin-bottom: 0px !important;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
    .text-5xl {
        font-size: 2.5rem !important;
    }
    .bottom-28 {
        bottom: 5rem !important;
    }
    .slideProject1 .slick-slide {
        display: flex !important;
    }
    .productSlide {
        margin: auto;
    }
}
@media all and (max-width: 740px) {
    .text-5xl {
        font-size: 2.5rem !important;
    }
    .ms\:block {
        display: block !important;
    }
    .ms\:none {
        display: none !important;
    }
    .text-white {
        color: #000 !important;
        text-align: center !important;
        margin-bottom: 0px !important;
    }
    /*.contactTab {*/
    /*    flex-direction: column;*/
    /*}*/
    .slideProject1 .slick-slide {
        display: flex !important;
    }
    .productSlide {
        margin: auto;
    }
}
/* max-width: 320px (điện thoại di động, hiển thị chiều dọc) */
@media all and (max-width: 320px) {
    .text-5xl {
        font-size: 2.5rem !important;
    }
    .ms\:block {
        display: block !important;
    }
    .text-white {
        color: #000 !important;
        text-align: center !important;
        margin-bottom: 28px !important;
    }
    .contactTab {
        flex-direction: column;
    }
    .slideProject1 .slick-slide {
        display: flex !important;
    }
    .productSlide {
        margin: auto;
    }
}
/* max-width: 480px (điện thoại di động, hiển thị chiều ngang) */
@media all and (max-width: 480px) {
    .text-5xl {
        font-size: 2.5rem !important;
    }
    .ms\:block {
        display: block !important;
    }
    .ms\:none {
        display: none !important;
    }
    .text-white {
        color: #000 !important;
        text-align: center !important;
        margin-bottom: 0px !important;
    }
    .contactTab {
        flex-direction: column;
    }
    .slideProject1 .slick-slide {
        display: flex !important;
    }
    .productSlide {
        margin: auto;
    }
}
/* max-width: 600px (máy tính bảng, hiển thị chiều dọc) */
@media all and (max-width: 600px) {
.slideProject1 .slick-slide {
        display: flex !important;
    }
}
/* max-width: 800px (máy tính bảng, hiển thị chiều ngang) */
@media all and (max-width: 800px) {
.slideProject1 .slick-slide {
        display: flex !important;
    }
}
/* max-width: 768px (máy tính bảng loại to, hiển thị chiều dọc) */
@media all and (max-width: 768px) {
.slideProject1 .slick-slide {
        display: flex !important;
    }
}
  .buttom_name {
    background-color: #b621fe;
    border: none;
    z-index: 1;
  }
  .buttom_name:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #ec3036;
    border-radius: 5px;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    transition: all 0.3s ease;
  }
  .buttom_name:hover {
    color: #fff;
  }
  .buttom_name:hover:after {
    left: 0;
    width: 100%;
  }

.linear-wipe {
    
    background: linear-gradient(to right, #ea7a26 20%, #be252a 40%, #be252a 60%, #ea7a26 80%);
    background-size: 200% auto;
    padding-top: 10px;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    animation: shine 1s linear infinite;
    
  }
  @keyframes shine {
    to {
      background-position: 200% center;
    }
  }
  .dropdown-item{
      font-weight: 700;
  }