/*module slideshow*/
.slideshow{
    position:relative;
    overflow: hidden;
}
.slideshow .owl-carousel {
    margin: 0px;
}
.slideshow img{
    width: 100%;
}
.slideshow .owl-carousel .owl-nav button {
    position: absolute;
    width: 36px;
    height: 81px;
    top: 50%;
    margin-top: -40px;
}
.slideshow .owl-carousel .owl-nav button.owl-prev {
    left: 2%;
}
.slideshow .owl-carousel .owl-nav button.owl-next {
    right: 2%;
}
.slideshow .owl-carousel .owl-nav button i.fa {
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    line-height: 31px;
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    text-align: center;
}
.slideshow .owl-carousel .owl-nav button:hover i.fa {
    background: #383b97;
    border-color: #383b97;
}
.slideshow .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}
.slideshow .owl-dots button {
    display: inline-block;
    margin: 0 3px;
}
.slideshow .owl-dots span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    opacity: .4;
    border-radius: 50%;
}
.slideshow .owl-dots button:hover span {
    opacity: 6;
}
.slideshow .owl-dots button.active span {
    background: #fff;
    opacity: 1;
}

/* info home */
.info-home-1 {
    background: #383b97;
    color: #fff;
    padding: 50px 0 20px;
    border-top: 1px solid #fff;
    position: relative;
    margin-bottom: 50px;
    -webkit-clip-path: polygon(0 0,calc(50% - 30px) 0,50% calc(0% + 30px),calc(50% + 30px) 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,calc(50% - 30px) 0,50% calc(0% + 30px),calc(50% + 30px) 0,100% 0,100% 100%,0 100%);
}
.info-home-1 .effect-snow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background-image: url(../image/snow1.png),url(../image/snow2.png);
    -webkit-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
}

.info-home-1 .section-content {
    position: relative;
}
.info-home-1 h2 {
    font-size: 25px;
    margin: 0 0 20px;
}
.info-home-1 h4 {
    margin: 0;
    font-size: 18px;
}

@keyframes snow {
    0% {
        background-position: 0 0,0 0,0 0;
    }
    100% {
        background-position: 500px 1000px,400px 400px,300px 300px;
    }
}

/* info home 2 */
.info-home-2 {
    margin-bottom: 30px;
}
.info-home-2 img {
    width: 100%;
}
.info-home-2 h2 {
    font-size: 22px;
    margin: 0 0 15px;
    color: #383b97;
}

/* module video */
.md-video .frame-video {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.md-video .frame-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.md-video h3 {
    text-align: center;
    font-size: 20px;
    margin: 5px 0 0;
    color: #383b97;
}

/* module support online*/
.support-online {
    padding: 30px 0;
}
.item-support h4 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 15px;
    color: #383b97;
    position: relative;
}
.item-support h4:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    opacity: .1;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
}
.item-support h4 span {
    display: inline-block;
    background: #fff;
    padding: 0 15px;
    position: relative;
}
.item-support .info {
    display: flex;
    align-items: center;
}
.item-support .info .icon {
    width: 20px;
}
.item-support .info .text {
    width: calc(100% - 20px);
    padding-left: 12px;
    font-weight: 700;
}

/* module categories combopro*/
.product-by-combo-categories {
    margin-bottom: 30px;
}
ul.nav.nav-tabs {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}
.nav-tabs>li {
    margin: 0;
}
.nav-tabs>li>a {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0!important;
    padding: 1px 9px;
    color: rgba(102,102,102,.85);
    margin: 0;
    border-radius: 99px;
    display: inline-block;
    line-height: 28px;
}
.nav-tabs>li>a:hover{
    color: rgba(17,17,17,.85);
    background: transparent;
}
.nav-tabs>li.active>a {
    background-color: #1e73be!important;
    color: #fff!important;
}
.product-by-combo-categories .tab-content {
    border: 0;
    padding: 0;
    margin: 15px 0 0;
    min-height: unset;
}
.slider-product-combo {
    overflow: hidden;
}
.slider-product-combo.owl-carousel .owl-nav button {
    position: absolute;
    width: 30px;
    bottom: 0;
    height: 100%;
    background-color: #fff;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    -webkit-box-shadow: 0 -150px 15px 0 rgba(0,0,0,.3);
    box-shadow: 0 -150px 15px 0 rgba(0,0,0,.3);
    transition: all 0.3s;
    opacity: 0;
}
.slider-product-combo.owl-carousel:hover .owl-nav button {
    opacity: 0.7;
}
.slider-product-combo.owl-carousel:hover .owl-nav button:hover {
    opacity: 1;
}
.slider-product-combo.owl-carousel .owl-nav button.owl-next {
    right: -5px;
}
.slider-product-combo.owl-carousel:hover .owl-nav button.owl-next {
    right: 0;
}
.slider-product-combo.owl-carousel .owl-nav button.owl-prev {
    left: -5px;
}
.slider-product-combo.owl-carousel:hover .owl-nav button.owl-prev {
    left: 0;
}

/* project featured  */
.project-featured {
    margin-bottom: 60px;
}
.item-project a {
    position: relative;
    display: block;
}
.item-project a:after {
    content: '';
    background: rgba(0,0,0,.25);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.item-project h3 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    margin: 0;
    font-size: 16px;
    z-index: 2;
}
.project-featured-slide.owl-theme .owl-nav {
    margin: 0;
}
.project-featured-slide.owl-theme .owl-nav button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    text-align: center;
    line-height: 38px;
    font-size: 35px;
    background: transparent!important;
    cursor: pointer;
    opacity: 0;
}
.project-featured-slide.owl-theme:hover .owl-nav button {
    opacity: 1;
}
.project-featured-slide.owl-theme .owl-nav button.owl-prev {
    left: 2%;
}
.project-featured-slide.owl-theme .owl-nav button.owl-next {
    right: 2%;
}

/* news latest */
.box-news-latest {
    margin: 60px 0 30px;
}
.news-latest-item .image {
    transition: all 0.3s;
}
.news-latest-item:hover .image {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.news-latest-item .info-p {
    padding-top: 10px;
    background: #fff;
    transition: all 0.3s;
}
.news-latest-item:hover .info-p {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.news-latest-item h3.name {
    font-size: 16px;
    margin: 0 0 8px;
    padding-bottom: 8px;
    position: relative;
}
.news-latest-item h3.name:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #383b97;
}
.news-latest-item .desc {
    font-size: 13px;
}
.news-latest-item:hover .desc{
    color: #dd3333;
}
/* news latest column */
.news-latest-c-item {
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #ececec;
    align-items: center;
}
.news-latest-c-item:first-child {
    padding-top: 0;
    border-top: 0;
} 
.news-latest-c-item .image {
    width: 45px;
}
.news-latest-c-item .name {
    width: calc(100% - 45px);
    padding-left: 15px;
}
.news-latest-c-item .name a {
    color: #1e73be;
}
.news-latest-c-item .name a:hover {
    color: #dd3333;
}