/* ==================== TopGraphic ==================== */

.top-graphic {
    position: relative;
}

.top-graphic .cover {
    height: 770px;
}

.top-graphic .cover>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-graphic .owl-carousel .owl-stage {
    padding: 0;
    margin: 0;
}

.top-graphic .owl-theme .owl-nav {
    margin-top: 0;
}

.top-graphic .owl-theme .owl-nav [class*='owl-'] {
    padding: 0;
    font-size: 20px;
    line-height: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}

.top-graphic .owl-carousel .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    border: 1px solid #d0d0d2;
    color: #d0d0d2;
    left: 0;
}

.top-graphic .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    border: 1px solid #d0d0d2;
    color: #d0d0d2;
    right: 0;
}

.top-graphic .owl-carousel .owl-nav .owl-prev:hover,
.top-graphic .owl-carousel .owl-nav .owl-next:hover {
    border: 1px solid #333;
    color: #333;
}

.top-graphic .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 180px;
    width: 1400px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: start;
}

.top-graphic .owl-theme .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    border: 2px solid var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.top-graphic .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.top-graphic .owl-theme .owl-dots .owl-dot.active {
    border-color: var(--color-secondary);
}


/* .top-graphic .owl-theme .owl-dots .owl-dot.active span,
.top-graphic .owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    background-color: var(--color-secondary);
    box-shadow: none;
} */

.wg-link {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    display: flex;
}

.wg-link .icon {
    display: flex;
    align-items: flex-end;
    height: 86px;
    margin-right: 10px;
}

.wg-link .link {
    padding-right: 25px;
    height: 86px;
    width: 320px;
    color: var(--color-white);
}

.wg-link .link .title {
    font-size: var(--typo-default);
}

.wg-link .link.type1 {
    background-color: var(--color-secondary);
}

.wg-link .link.type2 {
    background-color: var(--color-primary);
}

.wg-link .link.type2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 86px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 40px solid var(--banner-color, var(--color-primary));
}

.wg-link .live {
    position: relative;
    padding-left: 18px;
}

.wg-link .live::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-danger);
}


/* ==================== TopSlider ==================== */

.top-slide {
    margin-top: 100px;
    position: relative;
}

.top-slide .owl-carousel .owl-stage {
    margin: 0;
    padding: 0;
}

.top-slide .owl-theme .owl-nav {
    margin-top: 0;
}

.top-slide .owl-theme .owl-nav [class*='owl-'] {
    padding: 0;
    font-size: 70px;
    line-height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}

.top-slide .owl-carousel .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    color: #ebebeb;
    left: -50px;
}

.top-slide .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    color: #ebebeb;
    right: -50px;
}

.top-slide .owl-carousel .owl-nav .owl-prev:hover,
.top-slide .owl-carousel .owl-nav .owl-next:hover {
    color: #999;
}

.top-slide .owl-carousel .owl-dot {
    position: relative;
}

.top-slide .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.top-slide .owl-theme .owl-dots .owl-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-slide .owl-theme .owl-dots .owl-dot span {
    margin: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: var(--color-gray-100);
}

.top-slide .owl-theme .owl-dots .owl-dot.active {
    border-color: var(--color-primary);
}

.top-slide .owl-theme .owl-dots .owl-dot.active span,
.top-slide .owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    background-color: var(--color-primary);
    box-shadow: none;
}

.top-slide .wrapper {
    position: relative;
    display: block;
}

.top-slide .wrapper:hover {
    text-decoration: none;
}

.top-slide .wordbox {
    margin-top: 20px;
    text-align: left;
}

.top-slide .thumb {
    display: inline-block;
    vertical-align: top;
    padding: 13px;
    border-radius: 50%;
    background: rgb(247, 197, 42);
    background: -moz-linear-gradient(-45deg, rgba(247, 197, 42, 1) 0%, rgba(5, 175, 174, 1) 60%, rgba(5, 175, 174, 1) 80%);
    background: -webkit-linear-gradient(-45deg, rgba(247, 197, 42, 1) 0%, rgba(5, 175, 174, 1) 60%, rgba(5, 175, 174, 1) 80%);
    background: linear-gradient(135deg, rgba(247, 197, 42, 1) 0%, rgba(5, 175, 174, 1) 60%, rgba(5, 175, 174, 1) 80%);
    
}

.top-slide .thumb>span {
    display: block;
    width: 124px;
    height: 124px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.top-slide .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-slide .title {
    font-weight: var(--fw-bold);
    color: var(--color-default);
    font-size: var(--typo-md);
    line-height: 1em;
    height: 1em;
    -webkit-line-clamp: 1;
}

.top-slide .desc {
    padding-right: 20px;
    color: var(--color-gray);
    font-size: var(--typo-sm);
    line-height: 1em;
    height: calc(1em * 2);
    -webkit-line-clamp: 2;
}


/* ==================== W-Head ==================== */

.W-head-box {
    position: relative;
    margin-bottom: 50px;
}

.W-head-box .title {
    font-size: var(--typo-xxl);
    font-weight: var(--fw-bold);
    line-height: 1em;
}

.W-head-box .s-title {
    font-size: var(--typo-lg);
    font-weight: var(--fw-bold);
    line-height: 1.2em;
}

.W-head-box .desc {
    margin-top: 20px;
    font-size: var(--typo-md);
    font-weight: var(--fw-normal);
    line-height: 1.5em;
}


/* ==================== Widget News ==================== */

.W-news {
    margin-top: 100px;
    position: relative;
}

.W-news .obj {
    position: absolute;
    top: -80px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
}

.W-news .W-head-box .select-search {
    margin-right: 20px;
}

.W-news .slider {
    position: relative
}

.W-news .slider .owl-theme .owl-nav {
    margin-top: 0;
}

.W-news .slider .owl-theme .owl-nav [class*='owl-'] {
    padding: 0;
    font-size: 40px;
    line-height: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}

.W-news .slider .owl-carousel .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    color: #ebebeb;
    left: -50px;
}

.W-news .slider .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    color: #ebebeb;
    right: -50px;
}

.W-news .slider .owl-carousel .owl-nav .owl-prev:hover,
.W-news .slider .owl-carousel .owl-nav .owl-next:hover {
    color: #999;
}

.W-news .slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
    position: relative;
    width: 100%;
}

.W-news .cover {
    padding-top: 60.7%;
}

.W-news .owl-carousel .owl-stage {
    margin: 0;
    padding: 0;
}

.W-news .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.W-news .slider .wrapper {
    border-radius: var(--rounded);
    overflow: hidden;
    display: block;
    position: relative;
}

.W-news .slider .wrapper:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.W-news .slider .wrapper figure {
    position: relative;
}

.W-news .slider .wrapper .wordbox {
    height: 200px;
    width: 100%;
    padding: 20px;
}

.W-news .slider .wrapper .wordbox .title {
    font-size: var(--typo-sm);
    font-weight: var(--fw-bold);
    color: var(--color-default);
    line-height: 1em;
    height: calc(1em * 2);
    -webkit-line-clamp: 2;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

.W-news .slider .wrapper .wordbox .desc {
    font-size: var(--typo-xs);
    color: var(--color-gray);
    margin-top: 10px;
    line-height: 1em;
    height: calc(1em * 2);
    -webkit-line-clamp: 2;
}

.W-news .slider .wrapper .wordbox .date {
    margin-top: 20px;
    color: var(--color-default);
    font-size: var(--typo-sm);
}

.W-news .owl-carousel .owl-item .wrapper {
    transition: all 200ms ease;
    opacity: 0;
    visibility: hidden;
}

.W-news .owl-carousel .owl-item.active .wrapper {
    opacity: 1;
    visibility: visible;
}

.W-news .owl-carousel .owl-dot {
    position: relative;
}

.W-news .owl-theme .owl-nav.disabled+.owl-dots {
    /* margin-top: 40px; */
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.W-news .owl-theme .owl-dots .owl-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.W-news .owl-theme .owl-dots .owl-dot span {
    margin: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: var(--color-gray-100);
}

.W-news .owl-theme .owl-dots .owl-dot.active {
    border-color: var(--color-primary);
}

.W-news .owl-theme .owl-dots .owl-dot.active span,
.W-news .owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    background-color: var(--color-primary);
    box-shadow: none;
}


/* ==================== Widget Stat ==================== */

.wg-stat {
    margin-top: 100px;
}

.wg-stat .side {
    width: 570px;
    margin-right: 50px;
}

.wg-stat .side .text {
    position: relative;
    z-index: 10;
    margin-top: -140px;
    padding-left: 120px;
    font-size: 140px;
    font-weight: var(--fw-medium);
    line-height: 0.6em;
}

.wg-stat .item-list li+li .link:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 10px;
    width: 540px;
    height: 1px;
    background-color: var(--color-border);
    transition: all 200ms ease;
}

.wg-stat .link {
    display: flex;
    align-items: center;
    padding: 30px;
    background-color: transparent;
    color: var(--color-default);
    border-radius: var(--rounded);
    border: 1px solid transparent;
    position: relative;
    z-index: 100;
}

.wg-stat .link:hover {
    background-color: var(--color-white);
    border-color: var(--color-border);
}

.wg-stat .link:hover:before {
    opacity: 0;
}

.wg-stat .link:hover .arrow {
    right: 30px;
    opacity: 1;
}

.wg-stat .link .icon {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 20px;
    background: rgb(247, 197, 42);
    background: -moz-linear-gradient(-45deg, rgba(247, 197, 42, 1) 0%, rgba(5, 175, 174, 1) 60%, rgba(5, 175, 174, 1) 80%);
    background: -webkit-linear-gradient(-45deg, rgba(247, 197, 42, 1) 0%, rgba(5, 175, 174, 1) 60%, rgba(5, 175, 174, 1) 80%);
    background: linear-gradient(135deg, rgba(247, 197, 42, 1) 0%, rgba(5, 175, 174, 1) 60%, rgba(5, 175, 174, 1) 80%);
}

.wg-stat .link strong {
    line-height: 1em;
}

.wg-stat .link .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 60px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid var(--color-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: var(--typo-sm);
    transition: all 400ms ease;
    opacity: 0;
}

.wg-stat .people {
    width: 465px;
    position: absolute;
    top: -190px;
    left: 100%;
    margin-left: -210px;
}


/* ==================== Widget Blog ==================== */

.wg-blog {
    padding-top: 200px;
    padding-bottom: 80px;
    position: relative;
    background: url('../../image/background/wg-blog.png') top center no-repeat;
}

.wg-blog-header {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 160px;
}

.wg-blog-header img {
    max-width: 1110px;
    width: auto;
    margin: 0 auto;
}

.wg-blog-list .owl-carousel .owl-stage {
    margin: 0;
    padding: 0;
}

.wg-blog-list .wrapper {
    display: block;
    padding: 30px;
    background-color: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--rounded);
}

.wg-blog-list .cover {
    width: 70px;
    padding-top: 100%;
    border-radius: var(--rounded-xs);
}

.wg-blog-list .name {
    padding-left: 20px;
    color: var(--color-gray);
    font-weight: var(--fw-normal);
    font-size: 34px;
}

.wg-blog-list .title {
    margin: 15px 0;
    color: var(--color-default);
    font-weight: var(--fw-bold);
    font-size: var(--typo-md);
    line-height: 1em;
    height: 1em;
    -webkit-line-clamp: 1;
}

.wg-blog-list {
    font-size: var(--typo-sm);
    font-weight: var(--fw-bold);
}

.wg-blog-list .btn {
    min-width: inherit;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color-primary-light);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--typo-xxs);
}

.wg-blog-list .btn:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.wg-blog-list .owl-carousel .owl-dot {
    position: relative;
}

.wg-blog-list .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.wg-blog-list .owl-theme .owl-dots .owl-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wg-blog-list .owl-theme .owl-dots .owl-dot span {
    margin: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: var(--color-gray-100);
}

.wg-blog-list .owl-theme .owl-dots .owl-dot.active {
    border-color: var(--color-primary);
}

.wg-blog-list .owl-theme .owl-dots .owl-dot.active span,
.wg-blog-list .owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    background-color: var(--color-primary);
    box-shadow: none;
}


/* ==================== Widget Blog ==================== */

.wg-blog-post {
    margin-top: 70px;
}

.wg-blog-post .wrapper {
    display: block;
    padding: 30px;
    background-color: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--rounded);
}

.wg-blog-post .cover {
    width: 70px;
    padding-top: 100%;
    border-radius: var(--rounded-xs);
}

.wg-blog-post .inner {
    padding-left: 15px;
}

.wg-blog-post .title {
    color: var(--color-default);
    font-weight: var(--fw-bold);
    font-size: var(--typo-default);
    line-height: 1em;
    height: 1em;
    -webkit-line-clamp: 1;
}

.wg-blog-post .time {
    margin-top: 0;
    color: var(--color-gray);
    font-weight: var(--fw-normal);
    font-size: var(--typo-sm);
    line-height: 1em;
}

.wg-blog-post .follow {
    padding-left: 20px;
}

.wg-blog-post .follow .link {
    height: 40px;
    line-height: 38px;
    padding: 0 12px;
    display: block;
    border: 1px solid var(--color-primary);
    border-radius: var(--rounded);
    color: var(--color-primary);
    font-size: var(--typo-xxs);
    font-weight: var(--fw-medium);
}

.wg-blog-post .follow .link:hover {
    border-color: transparent;
    background-color: var(--color-primary);
    color: var(--color-white);
}

.wg-blog-post .follow .link span {
    font-size: 0.8em;
}

.wg-blog-post .thumb {
    margin-top: 20px;
    border-radius: var(--rounded);
    position: relative;
    padding-top: 61%;
    overflow: hidden;
}

.wg-blog-post .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wg-blog-post .badge {
    margin-top: 20px;
    border-radius: 20px;
    padding: 5px 15px;
    color: var(--color-default);
    font-weight: var(--fw-medium);
    font-size: var(--typo-xs);
}

.wg-blog-post .desc {
    margin-top: 15px;
    font-size: var(--typo-default);
    line-height: 1em;
    height: 2em;
    -webkit-line-clamp: 2;
}

.wg-blog-post .action {
    margin-top: 30px;
    display: flex;
}

.wg-blog-post .action .link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--color-border);
    margin-right: 10px;
}

.wg-blog-post .action .link:hover {
    border-color: var(--color-default);
}

.wg-blog-post .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.wg-blog-post .wrapper {
    opacity: 0.3;
}

.wg-blog-post .owl-item.active .wrapper {
    opacity: 1;
}

.wg-blog-post .owl-carousel .owl-stage {
    margin: 0;
    padding: 0;
}

.wg-blog-post .owl-carousel .owl-dot {
    position: relative;
}

.wg-blog-post .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.wg-blog-post .owl-theme .owl-dots .owl-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wg-blog-post .owl-theme .owl-dots .owl-dot span {
    margin: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: var(--color-gray-100);
}

.wg-blog-post .owl-theme .owl-dots .owl-dot.active {
    border-color: var(--color-primary);
}

.wg-blog-post .owl-theme .owl-dots .owl-dot.active span,
.wg-blog-post .owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    background-color: var(--color-primary);
    box-shadow: none;
}

.wg-blog-post .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    width: 100%;
}

.wg-blog-post .owl-theme .owl-nav [class*="owl-"] {
    transform: translate(0, -50%);
    position: absolute;
    margin: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--typo-xxs);
    transition: all 200ms ease;
}

.wg-blog-post .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: var(--color-primary);
}

.wg-blog-post .owl-theme .owl-nav .owl-prev {
    left: -90px;
}

.wg-blog-post .owl-theme .owl-nav .owl-next {
    right: -90px;
}


/* ==================== Widget Communication ==================== */

.wg-com {
    padding: 60px 0;
}

.wg-com-side {
    margin-right: 30px;
    width: 600px;
    height: 610px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: var(--rounded);
}

.wg-com-side .header {
    padding: 30px 30px 20px 30px;
}

.wg-com-side .header .title {
    font-weight: var(--fw-bold);
    font-size: var(--typo-xl);
    line-height: 1em;
}

.wg-com-side .header .link {
    display: block;
    margin-top: 7px;
    color: var(--color-primary);
    font-weight: var(--fw-medium);
    font-size: var(--typo-md);
    line-height: 1em;
}

.wg-com-side .header .link:hover {
    color: var(--color-secondary);
}

.wg-com-side .body {}

.wg-com-list .wrapper {
    padding: 10px 30px;
    display: block;
    color: var(--color-default);
    transition: all 200ms ease;
}

.wg-com-list .wrapper:hover {
    text-decoration: none;
    background-color: var(--color-gray-200);
}

.wg-com-list .no {
    width: 40px;
    font-weight: var(--fw-bold);
    font-size: var(--typo-default);
}

.wg-com-list .cover {
    width: 70px;
    padding-top: 100%;
}

.wg-com-list .inner {
    padding: 0 15px;
}

.wg-com-list .title {
    font-weight: var(--fw-bold);
    font-size: var(--typo-default);
    line-height: 1em;
    height: 1em;
    -webkit-line-clamp: 1;
}

.wg-com-list .desc {
    color: var(--color-gray);
    font-size: var(--typo-xs);
}

.wg-com-list .play {
    color: var(--color-gray);
    font-size: var(--typo-xs);
    padding-right: 38px;
}

.wg-com-list .play .icon {
    position: absolute;
    top: 4px;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--color-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-secondary);
    font-size: 16px;
    padding-left: 3px;
}

.wg-com-main {
    position: relative;
}

.wg-com-main .obj {
    width: 500px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -80px;
    right: -100px;
    pointer-events: none;
}

.wg-com-main .header {
    padding: 30px 0 30px 0;
}

.wg-com-main .header .title {
    font-weight: var(--fw-bold);
    font-size: var(--typo-xl);
    line-height: 1em;
}

.wg-com-main .header .link {
    display: block;
    margin-top: 7px;
    color: var(--color-primary);
    font-weight: var(--fw-medium);
    font-size: var(--typo-md);
    line-height: 1em;
}

.wg-com-main .header .link:hover {
    color: var(--color-secondary);
}

.wg-com-live .owl-carousel .owl-stage {
    margin: 0;
    padding: 0;
}

.wg-com-live .link:hover .icon {
    background-color: var(--color-secondary);
    color: var(--color-white);
}

.wg-com-live .cover {
    overflow: hidden;
    border-radius: var(--rounded);
    padding-top: 62%;
    position: relative;
}

.wg-com-live .cover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 60%;
    opacity: 0.8;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(21, 30, 45, 0) 0%, rgba(21, 30, 45, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(21, 30, 45, 0) 0%, rgba(21, 30, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(21, 30, 45, 0) 0%, rgba(21, 30, 45, 1) 100%);
}

.wg-com-live .inner {
    padding: 0 120px 40px 40px;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}

.wg-com-live .inner .title {
    color: var(--color-white);
    font-weight: var(--fw-bold);
    font-size: var(--typo-lg);
    line-height: 1em;
    height: 1em;
    -webkit-line-clamp: 1;
}

.wg-com-live .inner .desc {
    color: var(--color-white);
    font-size: var(--typo-sm);
    line-height: 1em;
    height: 1em;
    -webkit-line-clamp: 1;
}

.wg-com-live .inner .icon {
    position: absolute;
    top: 2px;
    right: 40px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    font-size: 28px;
    color: var(--color-secondary);
    transition: all 200ms ease;
}

.wg-com-live .owl-theme .owl-nav.disabled+.owl-dots {
    left: 40px;
    position: absolute;
    bottom: 30px;
    width: auto;
    display: flex;
    justify-content: start;
}

.wg-com-live .owl-theme .owl-dots .owl-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wg-com-live .owl-theme .owl-dots .owl-dot span {
    margin: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--color-white);
}

.wg-com-live .owl-theme .owl-dots .owl-dot.active {
    border-color: var(--color-white);
}

.wg-com-live .owl-theme .owl-dots .owl-dot.active span,
.wg-com-live .owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    background-color: var(--color-white);
    box-shadow: none;
}


/* ==================== Widget About ==================== */

.wg-about {
    padding-top: 100px;
    padding-bottom: 400px;
    position: relative;
}

.wg-about .side {
    margin-right: 100px;
    position: relative;
    left: 0px;
    width: 600px;
}

.wg-about .side>img {
    position: relative;
    z-index: 10;
}

.wg-about .side .obj {
    width: 960px;
    position: absolute;
    top: -50px;
    right: 14%;
}

.wg-about .action {
    margin-top: 30px;
}

.wg-about-list .link {
    display: block;
    padding: 30px;
    border-radius: var(--rounded);
    background-color: var(--color-gray-200);
}

.wg-about-list .link:hover {
    background-color: var(--color-white);
    box-shadow: 0 16px 30px rgba(146, 146, 146, 0.16);
}

.wg-about-list .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.wg-about-list .owl-carousel .owl-item .link {
    transition: all 200ms ease;
    opacity: 0;
    visibility: hidden;
}

.wg-about-list .owl-carousel .owl-item.active .link {
    opacity: 1;
    visibility: visible;
}

.wg-about-list .thumb img {
    position: relative;
    left: -20px;
    width: 145px;
}

.wg-about-list .title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: var(--fw-bold);
    color: var(--color-gray);
    font-size: var(--typo-md);
    line-height: 1em;
    height: 1em;
    -webkit-line-clamp: 1;
}

.wg-about-list .owl-carousel .owl-stage {
    margin: 0;
    padding: 0;
}

.wg-about-list .owl-theme .owl-nav {
    position: absolute;
    top: -85px;
    margin: 0;
    width: 100%;
}

.wg-about-list .owl-theme .owl-nav [class*="owl-"] {
    transform: translate(0, -50%);
    position: absolute;
    margin: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--typo-xs);
    transition: all 200ms ease;
}

.wg-about-list .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: var(--color-primary);
}

.wg-about-list .owl-theme .owl-nav .owl-prev {
    left: auto;
    right: 90px;
}

.wg-about-list .owl-theme .owl-nav .owl-next {
    right: 0;
}


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

.wg-service {
    position: relative;
    padding-top: 80px;
    padding-bottom: 490px;
    background-color: var(--color-white);
}

.wg-service .container {
    position: relative;
}

.wg-service-content {
    position: relative;
    margin-left: 376px;
    height: 585px;
    margin-top: -130px;
}

.wg-service-content .graphic {
    display: inline-block;
    width: 165px;
    filter: url(#round);
    opacity: 0.1;
    position: absolute;
    z-index: 0;
}

.wg-service-content .graphic:before {
    content: "";
    display: block;
    padding-top: 86.6%;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: linear-gradient(180deg, #00347C 0%, #559CFF 100%);
}

.wg-service-content .graphic.-L {
    top: 140px;
    left: 90px;
}

.wg-service-content .graphic.-R {
    right: 90px;
    bottom: -10px;
}

.wg-service-content li {
    position: absolute;
    z-index: 0;
}

.wg-service-content .link {
    display: block;
    position: relative;
}

.wg-service-content .bg {
    display: inline-block;
    width: 300px;
    filter: url(#round);
}

.wg-service-content .bg:before {
    content: "";
    display: block;
    padding-top: 86.6%;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.wg-service-content .thumb {
    position: absolute;
    z-index: 1;
    top: -70px;
    left: 0;
    right: 0;
}

.wg-service-content .img-contain {
    width: 200px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    top: 0;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
}

.wg-service-content .content {
    position: absolute;
    z-index: 1;
    top: 120px;
    left: 0;
    right: 0;
    text-align: center;
}

.wg-service-content .title {
    font-weight: var(--fw-bold);
    font-size: var(--typo-lg);
    line-height: 1.5;
}

.wg-service-content .desc {
    font-weight: var(--fw-normal);
    font-size: var(--typo-sm);
    line-height: 1.5;
}

.wg-service-content .link:hover .img-contain {
    top: -5px;
}

.wg-service-content .-I {
    bottom: 0;
    left: 0;
}

.wg-service-content .-I .bg:before {
    background: linear-gradient(180deg, #00347C 0%, #559CFF 100%);
}

.wg-service-content .-I .title {
    color: #FF6969;
}

.wg-service-content .-I .desc {
    color: var(--color-white);
}

.wg-service-content .-II {
    left: 240px;
    top: 160px;
}

.wg-service-content .-II .bg:before {
    background: linear-gradient(200deg, #FFF796 0%, #F59B00 100%);
}

.wg-service-content .-II .title {
    color: #313131;
}

.wg-service-content .-II .desc {
    color: #101010;
}

.wg-service-content .-III {
    right: 240px;
    top: 0;
}

.wg-service-content .-III .bg:before {
    background: linear-gradient(200deg, #EDEDED 0%, #DBDBDB 100%);
}

.wg-service-content .-III .title {
    color: #FF0000;
}

.wg-service-content .-III .desc {
    color: #2A2A2A;
}

.wg-service-content .-IV {
    right: 240px;
    bottom: 0;
}

.wg-service-content .-IV .thumb {
    top: -40px;
}

.wg-service-content .-IV .bg:before {
    background: linear-gradient(200deg, #69D1F5 0%, #69D1F5 100%);
}

.wg-service-content .-IV .title {
    color: #084CA9;
}

.wg-service-content .-IV .desc {
    color: var(--color-white);
}

.wg-service-content .-V {
    right: 0;
    top: 160px;
}

.wg-service-content .-V .bg:before {
    background: linear-gradient(200deg, #F12DBC 0%, #750ECF 100%);
}

.wg-service-content .-V .title {
    color: var(--color-white);
}

.wg-service-content .-V .desc {
    color: var(--color-white);
}

.wg-bg-section {
    background-image: url(../../image/background/wg-bg-section.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.wg-news-n {
    position: relative;
    margin-top: -410px;
}

.wg-news-n .graphic {
    position: absolute;
    z-index: 1;
    left: 40px;
    bottom: -140px;
}

.wg-news-n .W-head-box {
    text-align: right;
    width: 500px;
    padding-right: 60px;
}

.wg-news-content {
    background-image: url(../../image/background/bg-wg-news.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 100px 60px 100px;
    margin: 0 -100px;
    height: 810px;
    box-shadow: 0 23px 26px rgba(0, 0, 0, 0.16);
}

.wg-news-content .color1 {
    color: var(--color-secondary);
}

.wg-news-content .color2 {
    color: #00F8D6;
}

.wg-news-content .color3 {
    color: #FFE600;
}

.wg-news-content .read-more {
    padding-top: 110px;
}

.wg-news-content .read-more .btn-more {
    border: 2px solid var(--color-white);
    color: var(--color-white);
}

.wg-news-content .read-more .btn-more .feather {
    margin-left: 0;
}

.wg-news-nav {
    position: absolute;
    z-index: 1;
    top: 320px;
    left: 100px;
    width: 500px;
    padding-right: 60px;
}

.wg-news-nav .nav-tabs {
    border-bottom: 0;
}

.wg-news-nav li {
    width: 100%;
    position: relative;
}

.wg-news-nav li+li {
    margin-top: 20px;
}

.wg-news-nav li+li:before {
    content: '';
    position: absolute;
    top: -13px;
    right: 28px;
    width: 5px;
    height: 5px;
    background-color: var(--color-white);
    border-radius: 50%;
}

.wg-news-nav .link {
    text-align: right;
    display: block;
    color: var(--color-white);
    font-weight: var(--fw-medium);
    font-size: var(--typo-md);
}

.wg-news-nav .link.active {
    font-size: var(--typo-lg);
}

.wg-news-nav .link .icon {
    display: inline-flex;
    vertical-align: middle;
    margin-left: 30px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    line-height: 54px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
}

.wg-news-nav .link .icon>img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    object-position: center;
    display: inline-block;
}

.wg-news-nav .nav1 .link.active {
    color: var(--color-secondary);
}

.wg-news-nav .nav1 .link.active .icon {
    background-color: var(--color-secondary);
}

.wg-news-nav .nav1 .icon {
    border-color: var(--color-secondary);
}

.wg-news-nav .nav2 .link.active {
    color: #00F8D6;
}

.wg-news-nav .nav2 .link.active .icon {
    background-color: #00F8D6;
}

.wg-news-nav .nav2 .icon {
    border-color: #00F8D6;
}

.wg-news-nav .nav3 .link.active {
    color: #FFE600;
}

.wg-news-nav .nav3 .link.active .icon {
    background-color: #FFE600;
}

.wg-news-nav .nav3 .icon {
    border-color: #FFE600;
}

.wg-news-slider {
    position: relative;
}

.wg-news-slider:before {
    content: '';
    position: absolute;
    bottom: -142px;
    left: 885px;
    width: 100%;
    height: 1px;
    background-color: var(--color-white);
}

.wg-news-slider .owl-stage {
    pointer-events: none;
}

.wg-news-slider .owl-stage:after {
    content: '';
    display: table;
    clear: both;
}

.wg-news-slider .owl-item {
    float: left;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
}

.wg-news-slider .owl-item.active,
.wg-news-slider .owl-item.active+.owl-item {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
}

.wg-news-slider .owl-nav {
    position: absolute;
    right: 0;
    bottom: -170px;
    display: flex;
}

.wg-news-slider .owl-nav>div+div {
    margin-left: 20px;
}

.wg-news-slider .owl-prev,
.wg-news-slider .owl-next {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
    color: var(--color-primary);
    font-size: 30px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
}

.wg-news-slider .owl-prev .feather,
.wg-news-slider .owl-next .feather {
    position: relative;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
}

.wg-news-slider .owl-prev .feather {
    left: 0;
}

.wg-news-slider .owl-next .feather {
    right: 0;
}

.wg-news-slider .owl-prev.disabled,
.wg-news-slider .owl-next.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.wg-news-slider .owl-prev:hover,
.wg-news-slider .owl-next:hover {
    color: var(--color-secondary);
}

.wg-news-slider .owl-prev:hover .feather {
    left: -5px;
}

.wg-news-slider .owl-next:hover .feather {
    right: -5px;
}

.wg-news-slider .item {
    width: 360px;
}

.wg-news-slider .img-cover {
    padding-bottom: 60%;
    overflow: hidden;
}

.wg-news-slider .img-cover .lazy {
    transform: scale(1);
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
}

.wg-news-slider .content {
    background-color: var(--color-white);
    padding: 20px;
}

.wg-news-slider .title {
    font-size: var(--typo-default);
    color: var(--color-default);
    font-weight: var(--fw-medium);
    line-height: 1.5em;
    height: 3.0em;
    overflow: hidden;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wg-news-slider .desc {
    font-size: var(--typo-sm);
    color: var(--color-default);
    font-weight: var(--fw-normal);
    line-height: 1.5em;
    height: 3.0em;
    overflow: hidden;
    opacity: 0.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wg-news-slider .action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
}

.wg-news-slider .time {
    font-size: var(--typo-default);
    color: var(--color-default);
    font-weight: var(--fw-medium);
}

.wg-news-slider .time .feather {
    color: var(--color-secondary);
}

.wg-news-slider .btn {
    width: 31px;
    height: 31px;
    border: 2px solid var(--color-primary);
    font-size: var(--typo-default);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    padding: 0;
    min-width: inherit;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
}

.wg-news-slider .btn .feather {
    margin-left: 0;
}

.wg-news-slider .link:hover .img-cover .lazy {
    transform: scale(1.1);
}

.wg-news-slider .link:hover .btn {
    color: var(--color-white);
    background-color: var(--color-primary);
}

.wg-ebook {
    padding: 50px 0 170px;
}

.wg-ebook .W-head-box {
    text-align: center;
}

.wg-ebook .content {
    position: relative;
}

.wg-ebook .shelf {
    pointer-events: none;
}

.wg-ebook .shelf>img {
    background-blend-mode: multiply;
}

.wg-ebook .action {
    text-align: right;
    padding-top: 160px;
}

.wg-ebook-slider {
    position: relative;
    z-index: 1;
}

.wg-ebook-slider .owl-nav.disabled {
    display: none;
}

.wg-ebook-slider .owl-stage:after {
    content: '';
    display: table;
    clear: both;
}

.wg-ebook-slider .owl-item {
    float: left;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
}

.wg-ebook-slider .owl-item.active {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
}

.wg-ebook-slider .owl-dots.disabled {
    display: none;
}

.wg-ebook-slider .owl-dots {
    position: absolute;
    bottom: -197px;
    left: 0;
    margin: 0 auto;
    display: flex;
    justify-content: start;
}

.wg-ebook-slider .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    border: 2px solid var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
}

.wg-ebook-slider .owl-dots .owl-dot span {
    display: none;
}

.wg-ebook-slider .owl-dots .owl-dot.active {
    border-color: var(--color-secondary);
    background-color: var(--color-secondary);
}

.wg-ebook-slider .item {
    position: relative;
    top: 0;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
}

.wg-ebook-slider .item:after {
    content: '';
    position: absolute;
    z-index: 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.wg-ebook-slider .item .link {
    display: block;
    position: relative;
    z-index: 1;
}

.wg-ebook-slider .item .link img {
    width: 100%;
    max-width: inherit;
}

.wg-ebook-slider .item:hover {
    top: -5px;
}

.wg-vdo {
    position: relative;
    bottom: -250px;
    margin-top: -250px;
}

.wg-vdo .content {
    width: 445px;
}

.wg-vdo .icon {
    margin-bottom: 50px;
}

.wg-vdo .icon .link {
    font-size: 90px;
    color: var(--color-white);
}

.wg-vdo .icon .link:hover {
    color: var(--color-primary);
}

.wg-vdo .title {
    font-size: 37px;
    font-weight: var(--fw-medium);
    color: var(--color-white);
    line-height: 1.5;
}

.wg-vdo .thumb {
    margin-top: -150px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
}

.wg-vdo .img-cover {
    padding-bottom: 58%;
    overflow: hidden;
}

.wg-vdo .img-cover .lazy {
    transform: scale(1);
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
}

.wg-vdo .link:hover .img-cover .lazy {
    transform: scale(1.1);
}

.wg-vdo-content {
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
    padding: 80px 60px 70px 80px;
    background-image: url(../../image/background/bg-wg-vdo-content.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wg-section {
    padding-top: 310px;
    position: relative;
}

.wg-section .graphic {
    position: absolute;
    z-index: 0;
    right: -120px;
    bottom: -80px;
}

.wg-section .container {
    position: relative;
    z-index: 1;
}

.wg-purchase {
    background-color: var(--color-primary);
    padding: 65px 50px 0 50px;
}

.wg-purchase .W-head-box {
    margin-bottom: 20px;
}

.wg-purchase .W-head-box .desc {
    margin-top: 0;
}

.wg-purchase .select-filter {
    margin-bottom: 30px;
}

.wg-purchase .select-filter .select2-container--default .select2-selection--single {
    height: 60px;
    border-color: rgba(255, 255, 255, 0.1);
    background-color: var(--color-primary);
    border-radius: 0;
}

.wg-purchase .select-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--color-white);
    font-size: var(--typo-default);
    line-height: 58px;
}

.wg-purchase .select-filter .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    font-size: var(--typo-lg);
    color: var(--color-white)
}

.wg-purchase .mcscroll {
    height: 476px;
    margin-right: -30px;
}

.wg-purchase .mcscroll .mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.1);
}

.wg-purchase .mcscroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 30px;
    background-color: var(--color-secondary);
}

.wg-purchase .item-list {
    padding-right: 30px;
}

.wg-purchase .item-list li {
    width: 100%;
}

.wg-purchase .item-list li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.wg-purchase .link {
    display: block;
    padding: 20px 0;
}

.wg-purchase .link .date {
    font-size: var(--typo-xs);
    color: var(--color-white);
    font-weight: var(--fw-normal);
    opacity: 0.5;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
}

.wg-purchase .link .title {
    font-size: var(--typo-default);
    color: var(--color-white);
    font-weight: var(--fw-medium);
    line-height: 1.5em;
    max-height: 4.5em;
    overflow: hidden;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
}

.wg-purchase .link .btn {
    width: 31px;
    height: 31px;
    border: 2px solid var(--color-white);
    font-size: var(--typo-default);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    padding: 0;
    min-width: inherit;
    background-color: var(--color-white);
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
}

.wg-purchase .link .btn .feather {
    margin-left: 0;
}

.wg-purchase .link:hover .date {
    opacity: 1;
}

.wg-purchase .link:hover .title {
    color: var(--color-secondary);
}

.wg-purchase .link:hover .btn .feather {
    right: -5px;
}

.wg-career {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 50px;
    min-height: 747px;
    background-color: var(--color-white);
}

.wg-career .W-head-box {
    text-align: center;
    margin-bottom: 10px;
}

.wg-career .W-head-box .desc {
    margin-top: 0;
}

.wg-career .thumb {
    margin-bottom: 20px;
}

.wg-career .content {
    text-align: center;
}

.wg-career .content .desc {
    line-height: 1.5;
    font-size: var(--typo-md);
    font-weight: var(--fw-normal);
    color: var(--color-default);
}

.wg-career .content .desc .link {
    color: var(--color-default);
}

.wg-career .content .desc .link:hover {
    color: var(--color-secondary);
}

.wg-career .content .btn {
    margin-top: 25px;
}

.wg-about {
    padding-top: 120px;
    padding-bottom: 0;
}

.wg-about .graphic {
    position: absolute;
    z-index: 0;
}

.wg-about .graphic.-I {
    left: 50%;
    top: 90px;
    margin-left: -1080px;
}

.wg-about .graphic.-II {
    right: 50%;
    bottom: -250px;
    margin-right: -1140px;
}

.wg-about .container {
    position: relative;
    z-index: 1;
}

.wg-about .content {
    padding-left: 630px;
}

.wg-about .W-head-box {
    margin-bottom: 40px;
}

.wg-weblink {
    padding-top: 135px;
    margin-bottom: -260px;
}

.wg-weblink-content {
    padding-top: 45px;
    position: relative;
    z-index: 1;
    background-color: var(--color-white);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.wg-weblink-content .W-head-box {
    text-align: center;
    margin-bottom: 40px;
}

.wg-weblink-slider {
    padding-bottom: 30px;
    position: relative;
}

.wg-weblink-slider .owl-nav.disabled {
    display: none;
}

.wg-weblink-slider .owl-stage:after {
    content: '';
    display: table;
    clear: both;
}

.wg-weblink-slider .owl-item {
    float: left;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
}

.wg-weblink-slider .owl-item.active {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
}

.wg-weblink-slider .owl-dots.disabled {
    display: none;
}

.wg-weblink-slider .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.wg-weblink-slider .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    border: 2px solid var(--color-default);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.wg-weblink-slider .owl-dots .owl-dot span {
    display: none;
}

.wg-weblink-slider .owl-dots .owl-dot.active {
    border-color: var(--color-secondary);
    background-color: var(--color-secondary);
}

.wg-weblink-slider .thumb {
    width: 270px;
    margin: 0 auto;
    position: relative;
    top: 0;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
}

.wg-weblink-slider .thumb .img-contain {
    width: 100%;
    height: 220px;
}

.wg-weblink-slider .content {
    padding-left: 10px;
    text-align: center;
    height: 4.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wg-weblink-slider .content .desc {
    font-size: var(--typo-default);
    color: var(--color-default);
    font-weight: var(--fw-normal);
    line-height: 1.5em;
    max-height: 4.5em;
    overflow: hidden;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
    width: 70%;
}

.wg-weblink-slider .link:hover .thumb {
    top: -5px;
}

.wg-weblink-slider .link:hover .desc {
    color: var(--color-primary);
}

.wg-weblink-more {
    padding: 50px 50px 100px;
    border-top: 1px solid rgba(112, 112, 112, 0.2);
}

.wg-weblink-more .W-head-box {
    margin: 0;
    text-align: left;
}

.wg-weblink-more .item-list {
    margin: -12px -10px;
    text-align: center;
}

.wg-weblink-more .item-list li {
    width: calc(100%/5);
    padding: 12px 10px;
    margin: 0 -2px;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.wg-weblink-more .thumb {
    width: 125px;
    margin: 0 auto;
}

.wg-weblink-more .img-contain {
    padding-bottom: 100%;
}

.wg-weblink-more .img-contain .lazy {
    transform: scale(1);
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
    transition: All 400ms ease;
}

.wg-weblink-more .link:hover .img-contain .lazy {
    transform: scale(1.1);
}

@media (max-width:1440px) {
    .W-head-box .title {
        font-size: 50px;
    }
    .top-graphic .owl-theme .owl-nav.disabled+.owl-dots {
        width: 1110px;
    }
    .top-graphic .cover {
        height: auto;
        padding-bottom: 45%;
    }
    .wg-service {
        padding-bottom: 450px;
    }
    .wg-service-content {
        margin-left: 290px;
        margin-top: -170px;
    }
    .wg-service-content .graphic.-L {
        top: 120px;
        left: -40px;
    }
    .wg-service-content .graphic.-R {
        bottom: 20px;
        right: 60px;
    }
    .wg-service-content .bg {
        width: 260px;
    }
    .wg-service-content .thumb {
        top: -40px;
    }
    .wg-service-content .img-contain {
        width: 160px;
        height: 140px;
    }
    .wg-service-content .content {
        top: 100px;
    }
    .wg-service-content .title {
        font-size: var(--typo-md);
    }
    .wg-service-content .-I {
        left: -100px;
        bottom: 60px;
    }
    .wg-service-content .-II {
        left: 120px;
    }
    .wg-service-content .-III {
        right: 220px;
        top: 30px;
    }
    .wg-service-content .-IV {
        right: 220px;
        bottom: 60px;
    }
    .wg-news-n .W-head-box {
        width: 410px;
        padding-right: 40px;
    }
    .wg-news-n .graphic {
        bottom: -90px;
        width: 230px;
    }
    .wg-news-nav {
        top: 280px;
        left: 60px;
        width: 410px;
        padding-right: 40px;
    }
    .wg-news-nav .link {
        font-size: var(--typo-default);
    }
    .wg-news-nav .link.active {
        font-size: var(--typo-md);
    }
    .wg-news-content {
        padding: 80px 60px 50px 60px;
        margin: 0 -60px;
        height: auto;
    }
    .wg-news-content .read-more {
        padding-top: 70px;
    }
    .wg-news-slider .owl-nav {
        bottom: -130px;
    }
    .wg-news-slider .item {
        width: 300px;
    }
    .wg-ebook {
        padding: 50px 0 150px;
    }
    .wg-vdo .content {
        width: 300px;
    }
    .wg-vdo .icon {
        margin-bottom: 20px;
    }
    .wg-vdo .icon .link {
        font-size: 70px;
    }
    .wg-vdo .title {
        font-size: var(--typo-lg);
    }
    .wg-vdo .thumb {
        margin-top: -80px;
    }
    .wg-vdo-content {
        padding: 30px;
    }
    .wg-section .graphic {
        right: -70px;
        bottom: -140px;
        width: 180px;
    }
    .wg-purchase {
        padding: 45px 30px 0 30px;
    }
    .wg-purchase .mcscroll {
        height: 412px;
    }
    .wg-purchase .item-list {
        padding-right: 20px;
    }
    .wg-career {
        min-height: inherit;
        margin-right: -20px;
    }
    .wg-about .graphic.-I {
        margin-left: -760px;
        width: 600px;
    }
    .wg-about .graphic.-II {
        bottom: -150px;
        margin-right: -880px;
        width: 400px;
    }
    .wg-about .content {
        padding-left: 480px;
    }
    .wg-weblink-slider .thumb {
        width: 220px;
    }
    .wg-weblink-slider .thumb .img-contain {
        height: 160px;
    }
    .wg-weblink-more {
        padding: 30px 50px 50px;
    }
    .wg-weblink-more .thumb {
        width: 90px;
    }
}

@media (max-width:991px) {
    .W-head-box .title {
        font-size: 36px;
    }
    .top-graphic .cover {
        padding-bottom: 52%;
    }
    .top-graphic .owl-theme .owl-nav.disabled+.owl-dots {
        padding: 0 18px;
        bottom: 135px;
        width: auto;
    }
    .wg-link .link {
        padding-right: 15px;
        height: 56px;
        width: 230px;
    }
    .wg-link .link.type2::after {
        content: '';
        border-top-width: 56px;
        border-left-width: 30px;
    }
    .wg-link .icon {
        height: 56px;
        width: 70px;
    }
    .mascot-contact {
        bottom: 0px;
        right: 10px;
        width: 90px;
    }
    .wg-service {
        padding: 30px 0 60px;
    }
    .wg-service .W-head-box {
        text-align: center;
        margin-bottom: 0;
    }
    .wg-service-content {
        margin-left: 0;
        margin-top: 0;
        height: auto;
    }
    .wg-service-content li {
        position: relative;
    }
    .wg-service-content .-I {
        left: 0;
        bottom: 0;
    }
    .wg-service-content .-II {
        left: 0;
        top: 0;
        float: right;
    }
    .wg-service-content .-III {
        right: 0;
        top: 0;
        margin-top: 40px;
    }
    .wg-service-content .-IV {
        right: 0;
        bottom: 0;
        float: right;
        margin-top: 40px;
    }
    .wg-service-content .-V {
        right: 0;
        top: 140px;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 260px;
        position: absolute;
    }
    .wg-news-n {
        margin-top: -30px;
    }
    .wg-news-n .W-head-box {
        width: 100%;
        padding-right: 0;
        padding-top: 30px;
        margin-bottom: 30px;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 30px;
    }
    .wg-news-n .graphic {
        display: none;
    }
    .wg-news-nav {
        top: 0;
        left: 0;
        width: auto;
        padding-right: 0;
        position: relative;
    }
    .wg-news-nav .nav-tabs {
        margin: 0 -10px;
    }
    .wg-news-nav li {
        width: 33.33%;
        padding: 0 10px;
    }
    .wg-news-nav li+li {
        margin-top: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
    .wg-news-nav li+li:before {
        display: none;
    }
    .wg-news-nav .link {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .wg-news-nav .link .icon {
        margin-left: auto;
        margin-right: auto;
        width: 50px;
        height: 50px;
        line-height: 44px;
        margin-top: 10px;
    }
    .wg-news-content {
        padding: 30px;
        margin: 0;
        height: auto;
    }
    .wg-news-content .tab-pane>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wg-news-content .read-more {
        padding-top: 30px;
    }
    .wg-news-slider .owl-nav {
        bottom: -90px;
    }
    .wg-ebook {
        padding: 50px 0 100px;
    }
    .wg-ebook .action {
        padding-top: 100px;
    }
    .wg-ebook-slider .owl-dots {
        bottom: -137px;
    }
    .wg-vdo {
        bottom: -200px;
        margin-top: -200px;
    }
    .wg-vdo .content {
        width: 210px;
    }
    .wg-vdo .title {
        font-size: var(--typo-md);
    }
    .wg-section {
        padding-top: 250px;
    }
    .wg-section .graphic {
        right: -30px;
        bottom: -100px;
        width: 100px;
    }
    .wg-career {
        margin-right: 0;
        padding: 30px;
        margin-top: 30px;
    }
    .wg-career .thumb {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .wg-about .graphic.-I {
        margin-left: -430px;
        width: 200px;
        top: -10px;
    }
    .wg-about .graphic.-II {
        bottom: -70px;
        margin-right: -320px;
        width: 200px;
    }
    .wg-about .content {
        padding-left: 80px;
    }
    .wg-weblink-more .item-list {
        margin: 20px -10px -12px -10px;
    }
}

@media (max-width:767px) {
    .W-head-box .title {
        font-size: var(--typo-lg);
    }
    .W-head-box .desc {
        font-size: var(--typo-default);
        margin-top: 10px;
    }
    .top-graphic .cover {
        padding-bottom: 50%;
    }
    .top-graphic .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: 15px;
    }
    .top-graphic .owl-theme .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
    }
    .wg-link {
        display: none;
    }
    .mascot-contact {
        bottom: -20px;
        right: 0px;
        width: 60px;
    }
    .wg-service .W-head-box {
        margin-bottom: 20px;
    }
    .wg-service-content {
        overflow: auto;
        margin: 0 -15px;
    }
    .wg-service-content .graphic {
        display: none;
    }
    .wg-service-content ul {
        display: flex;
        flex-wrap: nowrap;
        padding-left: 15px;
    }
    .wg-service-content li {
        position: relative;
        padding-top: 45px;
    }
    .wg-service-content .-I {
        left: 0;
        bottom: 0;
    }
    .wg-service-content .-II {
        float: left;
    }
    .wg-service-content .-III {
        margin-top: 0;
    }
    .wg-service-content .-IV {
        float: left;
        margin-top: 0;
    }
    .wg-service-content .-V {
        top: 0;
        width: auto;
        position: relative;
    }
    .wg-service-content .-V .link {
        margin-right: 15px;
    }
    .wg-news-n .W-head-box {
        padding-top: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .wg-news-content {
        padding: 15px;
    }
    .wg-news-nav .link {
        font-size: 0;
        flex-direction: unset;
    }
    .wg-news-nav .link .icon {
        margin-top: 0;
    }
    .wg-news-nav .link.active {
        font-size: 0;
    }
    .wg-news-slider .item {
        width: 260px;
    }
    .wg-news-slider .owl-nav {
        bottom: -78px;
    }
    .wg-news-slider .owl-nav>div+div {
        margin-left: 10px;
    }
    .wg-news-slider .owl-prev,
    .wg-news-slider .owl-next {
        width: 46px;
        height: 46px;
        font-size: 22px;
    }
    .wg-ebook .action {
        padding-top: 70px;
        text-align: center;
    }
    .wg-ebook-slider .item {
        width: 120px;
    }
    .wg-ebook-slider .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
    }
    .wg-ebook-slider .owl-dots {
        bottom: -50px;
        justify-content: center;
        right: 0;
    }
    .wg-vdo .content {
        width: 100%;
        display: flex;
        padding-top: 10px;
    }
    .wg-vdo .icon {
        margin-bottom: 0;
    }
    .wg-vdo .icon .link {
        font-size: 50px;
    }
    .wg-vdo .title {
        padding-left: 15px;
    }
    .wg-vdo .title br {
        display: none;
    }
    .wg-vdo .thumb {
        margin-top: -50px;
    }
    .wg-vdo-content {
        padding: 15px;
    }
    .wg-vdo-content .row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wg-vdo-content .row>.col {
        order: 1;
    }
    .wg-vdo-content .row>.col-auto {
        order: 2;
    }
    .wg-purchase {
        padding: 15px;
    }
    .wg-purchase .select-filter {
        margin-bottom: 15px;
    }
    .wg-career .content .desc br {
        display: none;
    }
    .wg-about {
        padding-top: 40px;
    }
    .wg-about .graphic.-I {
        margin-left: -110px;
        width: 170px;
        top: auto;
        bottom: -150px;
    }
    .wg-about .graphic.-II {
        bottom: -60px;
        margin-right: -200px;
        width: 140px;
    }
    .wg-about .W-head-box {
        margin-bottom: 20px;
    }
    .wg-about .content {
        padding-left: 0;
    }
    .wg-weblink-content {
        padding-top: 30px;
    }
    .wg-weblink-content .W-head-box {
        margin-bottom: 10px;
        text-align: center;
    }
    .wg-weblink-slider {
        padding-bottom: 40px;
    }
    .wg-weblink-slider .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
    }
    .wg-weblink-slider .thumb {
        width: 150px;
    }
    .wg-weblink-slider .thumb .img-contain {
        height: 100px;
    }
    .wg-weblink-slider .content .desc {
        font-size: var(--typo-sm);
    }
    .wg-weblink-slider .content .desc br {
        display: none;
    }
    .wg-weblink-more {
        padding: 20px 15px;
    }
    .wg-weblink-more .item-list li {
        width: calc(100%/3);
        padding: 6px;
    }
    .wg-weblink-more .thumb {
        width: 70px;
    }
}

#wg-news-navTabContent {
    overflow: hidden;
}