.vp-item {
  font-size: 0.8em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem;
  background-color: #e91e63;
}

.vp-item,
.vp__lines {
  border: 1px solid #fff;
  border-radius: 0.2rem;
}

.vp__example {
  display: -ms-grid;
  display: grid;
  /* grid-template-rows: repeat(4, 100px); */
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

.first {
  grid-row: 1 / span 2;
  grid-column: span 1;
}

.vp__example {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 500px) {
  .vp__example {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 800px) {
  .vp__example {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}


/* [1] The container */
.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.2);
}

.bottom-me {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.entire-video-banner {
    position: relative;
    padding-top: 65%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.entire-video-banner .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 70px;
    color: var(--color-hightlight);
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid var(--color-hightlight);
    z-index: 5;
}

.effect-wave {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -1px;
    left: -1px;
    border: 1px solid var(--color-hightlight);
    border-radius: 50%;
    opacity: 0;
    animation: flash-sec 2s infinite linear;
}


.modal-content {
    background-color: transparent;
    border: none;
}



.img-fluid-icons {
    max-width: 100%;
    height: 4vw;
    object-fit: cover;
}

.rti-lg-news {
    padding-top: 160%;
}

.top-me {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.catname-home-lage {
    border-bottom: solid 1px #439ee5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.btn-view-detail-about-home {
    background-color: #187dcd;
    display: inline-block;
    padding: 12px 40px;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
}

.hvr-forward {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.intro-cathome-lage {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgb(17 43 119 / 80%);
}

.title-home:before {
    width: 21px;
    height: 3px;
    top: 10px;
    right: 105%;
    background-color: #187dcd;
    content: "";
    position: absolute;
}
.title-home:after {
    width: 100px;
    height: 3px;
    bottom: 10px;
    left: 105%;
    background-color: #187dcd;
    content: "";
    position: absolute;
}

.title-home {
    color: #474747;
    font-size: 35px;
    position: relative;
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
}

.text-about-home {
    line-height: 23px;
}

.image-des:hover h3{
    color: var(--color-hightlight);
}

.rti-custom {
    padding-top: 45%;
}

.boder-left-custom::after {
    content: '';
    background: #a6a6a6;
    height: 12px;
    width: 1px;
    right: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.language-section .show-lanhuage>li {
    list-style: none;
    margin-left: 10px;
}

.language-section img {
    height: 15px;
    width: 22px;
}

.img-banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.categories-section a.active+span+ul {
    display: block !important;
}


.title-menu-left {
    position: relative;
    border-bottom: 2px solid #ccc;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.title-menu-left:after, .title-menu-left:before {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.title-menu-left:before {
    border-color: rgba(0,79,156,0);
    border-top-color: #ccc;
    border-width: 13px;
    margin-left: -13px;
}

.title-menu-left:after {
    border-color: rgba(241,241,241,0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.btn-call-center {
    padding: 10px;
    background: #fff;
    color: #4c4c4c;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 700;
    text-align: center;
    border: solid 1px #dfdfdf;
}

.btn-call-center strong {
    display: block;
    font-weight: 700;
    color: #ff9c00;
}

/*.menuleft>li.active>a {*/
/*    color: #1a7ecd;*/
/*    font-weight: bold;*/
/*    background-image: url(http://cdn0268.cdn4s.com/media/bl_hv.png);*/
/*}*/

.categories-section a.active {
    background-image: url(http://cdn0268.cdn4s.com/media/bl_hv.png);
}

.menuleft li a:hover {
    color: #1a7ecd;
    background-image: url(http://cdn0268.cdn4s.com/media/bl_hv.png);
}

.menuleft>li>a {
    color: var(--color-text);
    padding: 10px 0;
    width: 100%;
    display: block;
    font-size: 14px;
    background-image: url(http://cdn0268.cdn4s.com/media/bl.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    /* font-weight: 700; */
}

.linksmo a {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px !important;
    color: #112b77;
    background: #187dcd;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-right: 3px;
    font-size: 18px;
}

.linksmo a.fa-facebook:hover {
    background: #9adcf8;
}

@media (min-width: 1200px){
   .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1420px;
    } 
}

#socials {
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
}

#socials a {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}

@media handheld, only screen and (max-width: 579px){
    .title-home {
        font-size: 24px;
    }
    .title-section {
    font-size: 24px;
    margin-bottom: 0px;
    }   

    
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .pt-sm-30{
        padding-top: 30px;
    }
    
    .slider-section, .slider-section .item img {
    height: 50vw;
    object-fit: cover;
    }
    
    .title-home:after {
        width: 50px;
    }
    .ratio-custome {
        padding-top: 75%;
    }
    .categories-section .list-child {
        display: none;
    }
    .categories-section {
        margin-bottom: 0px;
    }
    .title-section-1 {
        margin-top: 20px;
        margin-bottom: 10px !important;
    }
    .social-share .share-title {
        margin-bottom: 15px;
    }
        
    
}

body {
    overflow-x: scroll;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}