@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap');



body {

    font-family: 'Roboto', sans-serif;

    font-size: 15px;

    line-height: 23px;

}





.owl-prev {

    position: absolute;

    top: 50%;

    left: 0;

    transform: translateY(-50%);

}



.owl-next {



    position: absolute;



    top: 50%;

    right: 0;



    transform: translateY(-50%);

}



.slider-home .owl-prev {

    left: 20px;

}



.slider-home .owl-next {

    right: 20px;

}



.owl-nav > div {

    background-color: #fff;

    width: 50px;

    height: 50px;

    text-align: center;

    line-height: 50px;

    color: #333;

    font-size: 20px;

    border-radius: 50%;

    border: 1px solid #1e3d37;



    padding: 0;

}



img {

    -webkit-transition: all 0.7s ease;

    transition: all 0.7s ease;

}



.support-online {

    position: fixed;

    z-index: 999;

    left: 15px;

    bottom: 30px;

    top: auto !important

}



.support-online a {

    position: relative;

    margin: 20px 10px;

    text-align: left;

    width: 40px;

    height: 40px

}



.support-online i {

    width: 40px;

    height: 40px;

    background: #43a1f3;

    color: #fff;

    border-radius: 100%;

    font-size: 20px;

    text-align: center;

    line-height: 1.9;

    position: relative;

    z-index: 999

}



.support-online a {

    display: block

}



.support-online a span {

    border-radius: 2px;

    text-align: center;

    background: #fb2644;

    padding: 9px;

    display: none;

    width: 180px;

    margin-left: 10px;

    position: absolute;

    color: #ffffff;

    z-index: 999;

    top: 0px;

    left: 40px;

    transition: all 0.2s ease-in-out 0s;

    -moz-animation: headerAnimation 0.7s 1;

    -webkit-animation: headerAnimation 0.7s 1;

    -o-animation: headerAnimation 0.7s 1;

    animation: headerAnimation 0.7s 1

}



.support-online a:hover span {

    display: block

}



.support-online a span::before {

    content: "";

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 10px 10px 10px 0;

    border-color: transparent #fb2644 transparent transparent;

    position: absolute;

    left: -10px;

    top: 10px

}



.kenit-alo-circle-fill {

    width: 60px;

    height: 60px;

    top: -10px;

    position: absolute;

    -webkit-transition: all 0.1s ease-in-out;

    -moz-transition: all 0.1s ease-in-out;

    -ms-transition: all 0.1s ease-in-out;

    -o-transition: all 0.1s ease-in-out;

    transition: all 0.1s ease-in-out;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

    border: 2px solid transparent;

    -webkit-transition: all .1s;

    -moz-transition: all .1s;

    -o-transition: all .1s;

    transition: all .1s;

    background-color: rgba(0, 175, 242, 0.5);

    opacity: .75;

    right: -10px

}



.kenit-alo-circle {

    width: 50px;

    height: 50px;

    top: -5px;

    right: -5px;

    position: absolute;

    background-color: transparent;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

    border: 2px solid rgba(30, 30, 30, 0.4);

    opacity: .1;

    border-color: #0089B9;

    opacity: .5

}



.support-online .btn-support {

    cursor: pointer

}



@-webkit-keyframes pulse {

    0% {

        -webkit-transform: scale(1.1);

        transform: scale(1.1)

    }



    50% {

        -webkit-transform: scale(0.8);

        transform: scale(0.8)

    }



    100% {

        -webkit-transform: scale(1.1);

        transform: scale(1.1)

    }

}



@keyframes pulse {

    0% {

        -webkit-transform: scale(1.1);

        -ms-transform: scale(1.1);

        transform: scale(1.1)

    }



    50% {

        -webkit-transform: scale(0.8);

        -ms-transform: scale(0.8);

        transform: scale(0.8)

    }



    100% {

        -webkit-transform: scale(1.1);

        -ms-transform: scale(1.1);

        transform: scale(1.1)

    }

}



#scrollUp {

    background: #fff;

    color: #333;

    border: 1px solid #333;

    bottom: 40px;

    right: 40px;

    border-radius: 100px;

    height: 47px;

    width: 47px;

    font-size: 25px;

    text-align: center;

    line-height: 45px;

    box-shadow: 0 0 15px 0px rgb(50 50 50 / 20%);

    transition: 0.3s;

    display: inline-block;

    position: fixed;

    bottom: 62px;

    right: 10px;

    cursor: pointer;

    z-index: 99999;

}



#scrollUp:hover {

    background-color: #333;

    color: #fff;

}





.btn-active-view {

    background-image: linear-gradient(to right, #85b348, #92cc2e, #85b348);

    color: #fff;

    padding: 7px 20px;

    border-radius: 20px;

}



.hover-zoom:hover img {

    transform: scale(1.05);

}



.hover-zoom {

    overflow: hidden;

}



.item-product .img img {

    height: 270px;

    object-fit: cover;

}



#main {

    margin-top: -1px;

}



.main-menu li.active a {

    color: #dfdf04;

}





header .nav-item form input[type=text] {

    border: 1px solid #249045;

}



header .nav-item form input[type=text]::-webkit-input-placeholder { /* Edge */

    color: #249045;

}



header .nav-item form input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */

    color: #249045;

}



header .nav-item form input[type=text]::placeholder {

    color: #249045;

}



.why-section .item .img img {

    border-radius: 50%;

}



.oder-home select {

    width: 100%;

    height: 40px;

    padding: 0;

    font-size: 15px;

    padding-left: 10px;

    margin-bottom: 10px;

    border: 1px solid #ddd;



}



.oder-home p {

    width: 100%;

}



.sort-1 {

    float: right;

}



.sort-1 select {



    width: 250px;

    height: 40px;

    font-size: 15px;

    border: 1px solid #249045;

    background: none;

    margin-left: 10px;

    appearance: auto !important;



}



.category-home .text span {

    background: #f1ec3c;

    border: 1px solid #249045;

    color: #249045;

    font-weight: bold;

}



.item-product .box-pro-buy {

    z-index: 9;

    position: relative;

    width: 80%;

    margin: 10px auto 0;

}



.item-product .box-pro-buy .btn {

    text-transform: none;

    font-size: 14px;

    background: #1E3D37;

    border-color: #1E3D37;

    border-radius: 40px;

    padding: 7px 10px;

    cursor: pointer;

    border-width: 1px;

    font-weight: 500;

    -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);

    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);

    box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);

    overflow: hidden;

    position: relative;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    transition: all 0.3s ease;

    width: 100%;

}



.item-product .box-pro-buy .btn span {

    margin-left: -20px;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    transition: all 0.3s ease;

}



.item-product .box-pro-buy .btn .icon {

    position: absolute;

    top: 0;

    right: 0;

    width: 35px;

    bottom: 0;

    background: #fff;

    border-radius: 50%;

    color: #1E3D37;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    transition: all 0.3s ease;

    line-height: 38px;

}



.item-product .box-pro-buy .btn:hover {

    background: #2f5f56;

    border-color: #2f5f56;

}



.item-product .box-pro-buy .btn:hover .icon {

    background: #2f5f56;

    color: #fff;

}



.item-product .box-pro-buy .btn:hover span {

    margin-left: -10px;

}



.btn {

    border-radius: 0px;

    text-transform: uppercase;

    background: #1E3D37;

    border-color: #1E3D37;

    color: #fff;

    display: inline-block;

    font-weight: 500;

    position: relative;

    overflow: hidden;

}



.btn:hover {

    color: #fff;

    background: #0d1b18;

    border-color: #0d1b18;

}



.btn:hover:after {

    -webkit-animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);

    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);

}



.btn:after {

    content: '';

    position: absolute;

    top: 0;

    left: 150%;

    width: 200%;

    height: 100%;

    -webkit-transform: skewX(-20deg);

    transform: skewX(-20deg);

    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.25), transparent);

}





.tab-detail button.active {

    background-color: #1e3d37;

    color: #fff;

}



.main-new .content-new .item .img img {

    height: 270px;

}





.service-internet .slider-internet .owl-prev {

    left: -52px;

}



.service-internet .slider-internet .owl-next {

    right: -52px;

}



.service-internet .slider-internet .owl-nav > div {

    width: 40px;

    height: 40px;

    line-height: 40px;

}



.content-data-package p {

    margin-bottom: 10px;

}



.main-data-detail .slider-services .owl-prev {

    left: 0px;

}



.main-data-detail .slider-services .owl-next {

    right: 0px;

}



.main-data-detail .slider-services .owl-nav > div {

    width: 40px;

    height: 40px;

    line-height: 40px;

}



.high-package .slider-high-package .owl-prev {

    left: -52px;

}



.high-package .slider-high-package .owl-next {

    right: -52px;

}



.high-package .slider-high-package .owl-nav > div {

    width: 40px;

    height: 40px;

    line-height: 40px;

}



.list-internet {

    position: relative;

}



.list-internet::before {

    background: url('../img/bg-combo-it-1.png') 0 0 no-repeat;

    background-size: cover;

    content: "";

    height: 535px;

    left: 0;

    position: absolute;

    top: 0;

    width: 412px;

}



.list-internet:after {

    background: url('../img/bg-combo-it-2.png') 0 0 no-repeat;

    background-size: cover;

    content: "";

    height: 535px;

    position: absolute;

    right: 0;

    top: 0;

    width: 338px;

}



.list-internet .slider-high-package .owl-prev {

    left: -52px;

}



.list-internet .slider-high-package .owl-next {

    right: -52px;

}



.list-internet .slider-high-package .owl-nav > div {

    width: 40px;

    height: 40px;

    line-height: 40px;

}



.main-internet-detail .slider-services .owl-prev {

    left: 0;

}



.main-internet-detail .slider-services .owl-next {

    right: 0;

}



.main-internet-detail .slider-services .owl-nav > div {

    width: 40px;

    height: 40px;

    line-height: 40px;

}



.slider-high-package-2 .owl-prev {

    left: -52px;

}



.slider-high-package-2 .owl-next {

    right: -52px;

}



.slider-high-package-2 .owl-nav > div {

    width: 40px;

    height: 40px;

    line-height: 40px;

}



.content-question ul.tabs li {

    padding: 10px 20px;

}





/* Accordion

================================================== */



.acc__card {

    margin: 25px;

    position: relative;

}



.acc p {

    margin-bottom: 10px;

}



.acc__title {

    background: #fff;

    border: 1px solid #ddd;

    color: #212121;

    cursor: pointer;

    display: block;

    padding: 1em 1.5em;

    position: relative;

    text-align: left;

}



.acc__title::after {

    width: 8px;

    height: 8px;

    border-right: 1px solid #4a6e78;

    border-bottom: 1px solid #4a6e78;

    position: absolute;

    right: 10px;

    content: " ";

    top: 22px;

    transform: rotate(-45deg);

    transition: all 0.2s ease-in-out;

}



.acc__title.active::after {

    transform: rotate(45deg);

    transition: all 0.2s ease-in-out;

}



.acc__panel {

    margin: 0;

    display: none;

    padding: 15px;

    text-align: left;

    border: 1px solid #ddd;

    border-top: 0;

}



.content-content p {

    margin-bottom: 10px;

}



#primary-nav.mobile li a {

    padding: 10px !important;

}



.map-footer iframe {

    width: 100%;

    height: 370px;

}



footer:after {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.7);

    top: 0;

    left: 0;

}



header {

    z-index: 11 !important;

}

.sticky-wrapper.is-sticky .header-pc{
    box-shadow: 0 3px 15px 0 rgba(17, 17, 17, 0.1);
}
.why-home .item{
    height: 100%;
}

@media only screen and (max-width: 1024px) {

    #main {

        width: 100%;

        overflow: hidden;

    }

}



@media only screen and (max-width: 768px) {



    .main-logo img {

        width: 80px !important;

    }





    header {

        display: none !important;

    }



    header.header-mobile {

        display: block !important;

    }



   



}



@media only screen and (max-width: 736px) {





    .owl-next {

        right: 0;

    }



    .owl-prev {

        left: 0;

    }





    .new-home-section .item .img img {

        height: 220px;

    }



    .social-footer {

        margin-bottom: 15px;

    }



    .acc__card {

        margin-left: 0;

        margin-right: 0;

    }





}



/* clear cache */

.button-clear-cache {

    position: fixed;

    z-index: 99999;

    top: 100px;

    left: 0;

    background: #fff;

    font-size: 16px;

    padding: 8px 24px;

    border-right: 7px solid red;

}



.button-clear-cache a {

    padding: 0;

    color: #000;

}



.button-clear-cache {

    transform: translateX(-95%);

    transition: 0.4s;

}



.button-clear-cache.active {

    transform: translateX(0);

    transition: 0.4s;

}
body{
    color: #231f20;
}
.text-banner h2{
    background-image: linear-gradient(to right, #ee1d23, #cd191e, #a71317, #970c0f, #6b0507)!important;
}

/*  Our Classes Better Style
/*----------------------------------------*/
.our-classes-better {
    position: relative;
    padding: 140px 0px 80px;
    overflow: hidden; }
  
  .ocb-text-area {
    position: relative;
    }
    .ocb-text-area .ocb-title h4 {
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      letter-spacing: 0px;
      color: #17171a;
      background-color: #fadcd1;
      display: inline-block;
      padding: 14px 40px 14px 20px;
      clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%); }
    .ocb-text-area .ocb-title h3 {
      font-size: 36px;
      letter-spacing: 0px;
      color: #17171a;
      line-height: 44px;
      font-weight: 600;
      margin: 20px auto; }
      .ocb-text-area .ocb-title h3 span {
        color: #ee1d23;
        text-decoration: underline; }
    .ocb-text-area .ocb-text p {
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 24px;
      color: #403f4a;
      margin: 25px auto; }
  
  .ocb-img-area {
    position: relative; }
    .ocb-img-area:before {
      position: absolute;
      content: '';
      height: 725px;
      width: 725px;
      background-image: url('../img/about-circle-1.png');
      background-size: 100% 100%;
      right: -100px;
      top: -50px; }
    .ocb-img-area .ocb-img {
      position: relative; }
      .ocb-img-area .ocb-img img {
        border: 15px solid #ee1d23; }
    .ocb-img-area .ocb-counter {
      position: absolute;
      right: 15px;
      bottom: 40px; }
  
  .active-member-counter {
    position: relative;
    z-index: 1;
    padding: 15px 25px; }
    .active-member-counter:after {
      position: absolute;
      content: '';
      height: 100%;
      width: 80%;
      background-color: #ee1d23;
      top: 0;
      left: 0;
      z-index: -1; }
    .active-member-counter h4 {
      font-size: 68px;
      letter-spacing: 0px;
      color: #fff;
      font-weight: 600;
      line-height: 60px; }
      .active-member-counter h4 span {
        line-height: unset;
        font-size: inherit;
        padding-right: 10px; }
    .active-member-counter p {
      font-size: 18px;
      letter-spacing: 0px;
      color: #fff; }
      .our-classes-better .col-5  {
        width: 42%;
      }
      .our-classes-better .col-7  {
        width: 58%;
      }
      .brook-gradation-area .bk-gradation {
        margin-left: -15px;
        margin-right: -15px;
      }
      .brook-gradation-area .bk-gradation .col{
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% / 3);
      }
  
  /*--------- Our Classes Better Style END ------------*/
  @media (max-width: 768px)  {
    .brook-gradation-area .bk-gradation .item-grid{
        padding:15px;
    }
    .brook-gradation-area .bk-gradation .col{
        width: 50%;
    }
    .brook-gradation-area .bk-gradation .item-grid{
        margin-bottom: 10px;
    }
    .header-mobile .logo img {
        width: 75px;
    }

  }

@media (max-width: 767px) {

    .slider-home img {

        min-height: 250px;

        object-fit: cover;

    }



    .slider-home .owl-nav > div {

        background-color: #fff;

        width: 35px;

        height: 35px;

        text-align: center;

        line-height: 35px;

        color: #333;

        font-size: 15px;

        border-radius: 50%;

        border: 1px solid #1e3d37;

        padding: 0;

    }

    .slider-home .owl-next {

        right: 5px;

    }

    .slider-home .owl-prev {

        left: 5px;

    }
    
}
@media (max-width: 736px){
    .brook-gradation-area .bk-gradation .item-grid{
        padding:10px;
    }
    .slider-home .owl-item .item .over-lay-item h2{
        color: #fff;
        font-weight: bold;
        font-size: 20px;
    }
    .our-classes-better{
        padding:40px 0;
    }
    .our-classes-better .col-5 {
        width: 100%;
    }
    .our-classes-better .col-7 {
        width: 100%;
    }
    .brook-gradation-area .bk-gradation .col {
        width: 100%;
    }
    .why-home .item{
        margin-bottom: 10px;
        height: auto;
    }
}