/* Minification failed. Returning unminified contents.
(87,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(109,33): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(116,23): run-time error CSS1039: Token not allowed after unary operator: '-main-font'
(140,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(143,17): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(150,23): run-time error CSS1039: Token not allowed after unary operator: '-main-font'
(154,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(161,23): run-time error CSS1039: Token not allowed after unary operator: '-main-font'
(175,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(200,23): run-time error CSS1039: Token not allowed after unary operator: '-main-font'
(201,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(208,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(266,23): run-time error CSS1039: Token not allowed after unary operator: '-main-font'
(281,17): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(346,23): run-time error CSS1039: Token not allowed after unary operator: '-main-font'
(363,17): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(389,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(394,17): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(432,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(434,23): run-time error CSS1039: Token not allowed after unary operator: '-main-font'
(445,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(450,23): run-time error CSS1039: Token not allowed after unary operator: '-main-font'
(477,17): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(484,17): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(513,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(521,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(551,23): run-time error CSS1039: Token not allowed after unary operator: '-main-font'
 */
@-webkit-keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
            transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
            transform-origin: 50% 1400px;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
            transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
            transform-origin: 50% 1400px;
    opacity: 1;
  }
}

@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}


/*----------------------------------
Banner
----------------------------------*/
.banner .overlay {
    background-color: rgba(4, 9, 30, 0.5);
    width: 100%;
    height: 550px;
    position: relative;
}
.banner-main .owl-dots {
    position: relative;
    top: -300px;
    right: -30%;
    transform: rotate(90deg);
}
.banner-main  .owl-dots .owl-dot span{
    background-color: #fff;
    opacity: 0.8;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.banner-main  .owl-dots .owl-dot.active span, 
.banner-main .owl-dots .owl-dot:hover span{
    background-color: var(--sub-color);
    width: 20px;
    opacity: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.h-banner{
    height: 550px;
}
/*----------------------------------
Banner
----------------------------------*/
/*----------------------------------
home-program
----------------------------------*/
.home-program{
    position: relative;
    margin-bottom: 40px;
}
.box-program{
    border-top: 10px solid var(--main-color);
    padding: 30px 0;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 5px 5px 30px 0px rgba(123, 123, 123, 0.3);
}
.home-program .title-program{
    font-family: var(--main-font);
    font-size: 2.375rem;
    color: #fff;
    font-weight: 700;
    position: relative;
    top: 22px;
    left: -2px;
    text-transform: uppercase;
}
.item-pr{
    display: flex;
    margin: 0 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.item-pr:hover .circle-icon{
    -ms-transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: var(--sub-color);
}
.item-pr:hover h4{
    color: var(--sub-color);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.txt-pr h4{
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 1.1rem;
    text-align: center;
    color: var(--main-color);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.txt-pr p{
    font-family: var(--main-font);
    font-size: 1.125rem;
    font-weight: 500;
}

.b-right{
    border-right: 1px solid #dfdfdf;
}
.b-right:last-child{
    border-right: none;
}
.circle-icon{
    width: 60px;
    height: 60px;
    background-color: var(--main-color);
    border-radius: 50%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.circle-icon img{
    width: 35px;
    height: auto;

}

/*----------------------------------
Home-news
----------------------------------*/
.home-news{
    margin-top: 30px;
}
.home-news .home-title a{
    font-weight: bold;
    font-family: var(--main-font);
    color: var(--main-color);
    font-size: 1.5rem;
}
.home-title{
    display: inline-block;
}
.home-title:hover,.home-title:focus{
    color: var(--main-color);
}
.home-news-lg{
    display: block;
    margin-top: 20px;
}
.home-n-lg-img{
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px;
}
.home-n-lg-img .img-ct{
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 8px;
}
.home-news-lg:hover .img-ct,
.home-news-lg:focus .img-ct{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.home-n-lg-infor {
    margin: 0 15px 0 15px;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    color: #000;
    top: -35px;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.09);
    box-shadow: 0 10px 20px rgba(0,0,0,.09);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.home-news-lg:hover:hover .home-n-lg-infor, 
.home-news-lg:hover:focus .home-n-lg-infor{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.09);
    box-shadow: 0 10px 20px rgba(0,0,0,.09);
}
.home-n-lg-infor .infor-title{
    font-size: 18px;
    font-family: var(--main-font);
    text-align: left;
    max-height: 50px; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.home-news-lg:hover .infor-title,
.home-news-lg:focus .infor-title{
    color: var(--sub-color);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.home-n-lg-infor .infor-date{
    color: #747c8f;
    font-size: 0.8125rem;
    margin-bottom: 5px;

}
.home-n-lg-infor .infor-des{
    color: #747c8f;
    margin-top: 5px;
    line-height: 20px;
    max-height: 57px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-news-sm{
    margin-bottom: 30px;
    display: block;
}

.home-n-sm-img{
    width: 100%;
    height: 80px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.home-n-sm-img .img-ct{
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 8px;
}
.home-news-sm:hover .img-ct,
.home-news-sm:focus .img-ct{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.home-n-sm-infor{
    padding: 5px 0;
    display: block;
}
.home-news-sm .p-15{
    padding-left: 0px;
}
.home-n-sm-infor .infor-title{
    font-size: 1rem;
    font-family: var(--main-font);
    text-align: left;
    max-height: 47px; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 5px;
    color: #000;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.home-news-sm:hover .infor-title{
    color: var(--sub-color);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.home-n-sm-infor .infor-date{
    color: #747c8f;
    font-size: 13px;
}
/*----------------------------------
Home-news
----------------------------------*/
/*----------------------------------
company-wrap
----------------------------------*/
.company-wrap{
    padding: 20px 0 30px;
}
.company-ct{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.company-ct h3{
    color: var(--main-color);
    font-size: 22px;
    font-weight: bold;
}
.company-ct h4{
    color: var(--sub-color);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.company-des{
    font-size: 16px;
    color: #747c8f;
    margin-bottom: 20px;
}
.company-ct ul > li {
    display: inline-block;
    margin-right: 40px;
    /* You can also add some margins here to make it look prettier */
}
.company-ct .c-top{
    font-weight: bold;
    font-size: 20px;
}
.company-ct .c-bottom{
    font-size: 16px;
    margin-bottom: 5px;
    color: #747c8f;
}
/*----------------------------------
company-wrap 
----------------------------------*/
/*----------------------------------
Sidebar
----------------------------------*/

.message-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.home-message .message-header h3 a{
    color: var(--main-color);
    font-size: 1.5rem;
    font-family: var(--main-font);
    font-weight: bold;
    display:  inline-block;
}
.home-message .message-header h3::before{
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 5px;
    height: 19px;
    border-radius: 3px;
    background-color: var(--sub-color);
}

.message-items  .message-ct{
    font-size: 1rem;
    font-family: var(--main-font);
    font-weight: 600;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #000;
    display: block;
    /* max-height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}
.message-items .message-ct i{
    color: #000;
    font-size: 16px;
    display: block;
    float: right;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    right: -10px;
}
.message-items  .message-ct:hover{
    color: var(--sub-color);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.message-items  .message-ct:hover i{
    color: var(--sub-color);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.home-message .message-items{
    padding: 20px 26px 20px 20px;
    border: 1px solid #dfdfdf;
    border-bottom: none;
}
.home-message .message-items:first-child{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.home-message .message-items:last-child{
    border-bottom: 1px solid #dfdfdf;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.message-items .infor-date {
    color: #747c8f;
    font-size: 13px;
    margin-top: 5px;
}
.message-face{
    margin-bottom: 20px;
}
.home-message .image-slide .owl-dots .owl-dot span{
    background-color: var(--sub-color);
    opacity: 0.5;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.image-slide .owl-dots .owl-dot.active span, .image-slide .owl-dots .owl-dot:hover span{
    background-color: var(--sub-color);
    width: 20px;
    opacity: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
/*----------------------------------
Sidebar
----------------------------------*/
/*----------------------------------
company-infor
----------------------------------*/
.company-infor-i{
    margin-bottom: 20px;
}
.company-infor-i img{
    height: auto;
    width: 45px;
    display: inline-block;
}
.s{
    background-color: #dfdfdf;
    height: 50px;
    width: 1px;
    display: inline-block;
    margin-left: 20px;
}
.company-infor-i p{
    font-family: var(--main-font);
    font-weight: bold;
    font-size: 1.25rem;
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
}
/*----------------------------------
company-infor
----------------------------------*/

@media (max-width: 1200px) {
    .item-pr .txt-pr h4{
    font-size: 1rem;
      }
      .item-pr .txt-pr p{
        font-size: 1rem;
      }
      .box-program .item-pr img{
        height: 40px;
      }
    .home-infor-i p{
        font-size: 1rem;
    }

    /**/
    .home-news .home-title a,
    .home-message .message-header h3 a,
    .company-ct h3,
    .adv-first-content h3,
    .company-ct ul > li,
    .footer .f-col-1 h3{
        font-size: 1.25rem;
    }
    .company-ct h4{
        font-size: 1.125rem;
    }
    .home-n-lg-img{
        height: 200px;
    }
    .message-items .message-ct,
    .home-n-sm-infor .infor-title,
    .footer .f-col-item ul li a{
        font-size: 0.875rem;
    }
    .home-n-lg-infor .infor-title,
    .footer .f-col-item h4{
        font-size: 1rem;
    }
}
@media (max-width: 991px) {
    .home-n-lg-infor .infor-title,
    .home-n-lg-infor .infor-des,
    .home-n-sm-infor .infor-title{
        max-height: none;
    }
    .h-banner{
        height: 500px;
    }
    .banner-caption{
        padding: 180px 0;
    }
    .banner-caption p,.banner-caption h4{
        font-size: 1.75rem;
    }
    .item-pr{
        margin: 0 20px;
    }
    .home-news .home-title{
        margin-top: 30px;
    }
    .home-infor{
        margin-bottom: 30px;
    }
    .feedback{
        height: 400px;
        padding: 30px 0;
    }
    .home-activities img {
        display: none;
    }
    .banner-main .owl-dots{
        top: -280px;
    }
    /**/
    .item-pr .txt-pr h4{
        font-size: 0.875rem;
    }
    .box-program{
        padding: 20px 0;
    }
    .box-home-news{
        margin-bottom: 40px;
    }
    .company-ct{
        text-align: center;
    }
    .company-infor-img{
        display: inline-block;
        margin-top: 30px;
    }

    
}
@media (max-width: 768px) {
    .b-right{
        border-right: none;
    }
    .item-pr{
        margin: 10px 0 10px 0;
    }
    .box-program{
        padding: 25px 0;
    }
    .home-n-lg-img{
        height: 170px;
    }
    .home-infor-img{
        display: none;
    }
    .home-infor-i{
        margin-left: 30%;
    }
    .h-banner{
        height: 350px;
    }
    .banner-main .owl-dots{
        top: -200px;
    }
    
    
}
@media (max-width: 575px) {
    .adv-first-content{
        text-align: center;
    }
    .adv-first-img{
        display: none;
    }
    .h-banner{
        height: 300px;
    }
    .banner-caption{
        display: none;
    }
    .banner-main .owl-dots{
        display: none;
    }
    .home-program .title-program{
        font-size: 1.75rem;
        left: -1px;
    }
    .home-news .home-title,
    .home-message .message-header h3,
    .ac-title{
        font-size: 1.25rem;
    }
    .home-infor-i{
        margin-left: 20%;
    }
    .feedback{
        display: none;
    }
    .home-infor{
        margin-bottom: 0;
    }
}
