html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    /*padding-right: 8px;*/
    /*padding-left: 8px;*/
}

.row {
    /*margin-right: -8px;*/
    /*margin-left: -8px;*/
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    /*padding-right: 8px;*/
    /*padding-left: 8px;*/
}

.bg-danger {
    background-color: #ea1f25 !important;
}

.logo-section img {
    height: 85px;
    object-fit: contain;
}

.sticky-menu.fix .logo-section img {
    height: 50px;
}

.slider-section .slick-dots {
    bottom: 15px;
}

.slider-section .slick-dots li button:before {
    width: 14px;
    height: 14px;
    background: var(--white);
    opacity: 1;
}

.slider-section .slick-dots li.slick-active button:before {
    opacity: 1;
    background: var(--color-hightlight);
}

.slider-section .slick-dots li {
    margin: 0 10px;
}

.title-year {
    right: 90px;
    top: 60px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 23px 0;
}

.number-year {
    font-size: 85px;
    line-height: 70px;
    text-shadow: 1px 0px var(--white);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--color-main);
    font-weight: 900;
}

.info-about .title-section {
    margin: 0;
}

.info-about .article-category:before {
    content: "";
    width: 15px;
    height: 2px;
    background: var(--color-main);
    position: absolute;
    left: 0;
    top: 12px;
}

.color-hightlight {
    color: var(--color-hightlight);
}

.img-about .ratio-4-3 {
    padding-top: 85%;
}

.bg-image-about {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.title-section .title-head {
    color: var(--color-text);
    display: inline-block;
}

.title-section .title-head:before, .title-section .title-head:after {
    content: "";
    width: 15px;
    height: 2px;
    background: var(--color-main);
    position: absolute;
    top: 12px;
}

.title-section .title-head:before {
    left: -20px;
}

.title-section .title-head:after {
    right: -20px;
}

.product-item .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgb(0 0 0 / 50%);
    color: white;
    padding: 15px 10px;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.product-item:hover, .product-item-list:hover {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0px 10px 5px rgb(116 116 116 / 10%);
    cursor: pointer;
}

.product-item:hover * {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.product-item:hover .inner-content {
    background: var(--color-main);
}

.btn-detail {
    border: 1px solid white;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    max-width: 160px;
}

.btn-detail a {
    color: white;
}

.btn-detail:hover {
    background: var(--color-main);
}

.btn-detail a i {
    font-size: 22px;
    vertical-align: middle;
    opacity: 0;
    width: 0;
}

.btn-detail:hover a i {
    opacity: 1;
    width: auto;
    margin-left: 10px;
    transition: margin-left 0.4s;
}

.btn-detail.btn-big {
    border-color: var(--color-main);
}

.btn-detail.btn-big a {
    color: var(--color-main);
}

.btn-detail.btn-big:hover a {
    color: white;
}

.video-home .title-section .title-head {
    color: white;
}

.video-home .title-section .title-head:before, .video-home .title-section .title-head:after {
    background: white;
}

.video-home .title-section {
    color: white;
}

.ytp-button {
    position: absolute;
    width: 65px;
    height: 65px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 63;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
}

.video-home .inner-image {
    position: relative;
    margin: 0;
    padding-top: 70%;
    border-radius: 10px;
}

.video-home .inner-image>a> img {
    border-radius: 10px;
    border: 5px solid white;
}

.video-home .album-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
    margin: 0;
    padding: 50px 0;
}

.video-home .slick-center {
    -webkit-transform: scale(1.40);
    -ms-transform: scale(1.40);
    transform: scale(1.40);
    z-index: 1;
    position: relative;
}

.video-home .slick-center .opacity-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    z-index: 1;
    opacity: 0.4;
    border-radius: 10px;
    border: 4px solid white;
}

.video-home .slick-dots li button:before {
    width: 14px;
    height: 14px;
    background: white;
    opacity: 1;
}

.video-home .slick-center .inner-image>a> img {
    border: none
}

.gallery-home .video-home .slick-dots li button:before {
    background: #bbb;
}

.video-home .slick-dots li.slick-active button:before {
    background: var(--color-hightlight);
}

.video-home .slick-center .ytp-button {
    width: 78px;
    height: 78px;
}

.news-home .title-section {
    text-align: left !important;
    max-width: 450px;
}

.news-home .title-section .title-head:after {
    opacity: 0;
}

.news-home .title-section .title-head:before {
    left: 0;
}

.news-home .title-section .title-head {
    padding-left: 20px;
}

.news-home .title-section h3 {
    line-height: 55px;
}

.news-home .slick-slider {
    position: inherit;
}

.news-home .slide-opacity .slick-prev {
    left: unset !important;
    right: 55px;
}

.news-home .slide-opacity .slick-next {
    right: 8px !important;
}

.news-home .slick-next, .news-home .slick-prev {
    top: 70px !important;
}

.color-red {
    color: var(--red);
}

.slick-slide {
    margin: 0 8px;
}

.slick-list {
    margin: 0 -8px;
}

.album-home .item-album .img-album {
    padding-top: 90%;
}

.img-album img {
    border-radius: 10px;
}

.article-item {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0px 4px 4px rgb(116 116 116 / 10%);
    border-radius: 10px;
    height: 100%;
}

.article-item .inner-content {
    padding: 0 15px 15px;
    height: 100% !important;
}

.img-album:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    z-index: 1;
    opacity: 0;
    border-radius: 10px ;
}

.item-album i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: white;
    font-size: 30px;
    text-align: center;
    z-index: 2;
    opacity: 0;
}

.item-album:hover .img-album:before {
    opacity: 0.4;
}

.item-album:hover.item-album i {
    opacity: 1;
}

.item-album:hover * {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.bg-slide-footer {
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
    bottom: -1px;
}

.bg-intro {
    position: relative;
    background: #f4f4f4;
}

.product-home .bg-product , .album-home {
    position: absolute;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
}

.title-section .h3-before:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -1px;
    width: 117px;
    height: 1px;
    background-color: var(--color-hightlight);
}

.post-date {
    color: var(--gray);
    font-size: 13px;
}

.video-item .wrp-effect-album .effect-video::before {
    opacity: 0 !important;
}

.slide-opacity .slick-next, .slide-opacity .slick-prev {
    opacity: 1;
    filter: opacity(1);
    background: rgb(0 0 0 / 40%) !important;
    top: 25%;
    color: #fff;
}

.slide-opacity .slick-next {
    right: 0 !important;
}

.slide-opacity .slick-prev {
    left: 0 !important;
}

.slide-opacity .slick-next:before, .slide-opacity .slick-prev:before {
    color: var(--white);
}

.brand-item img {
    border-radius: 0px;
    object-fit: cover;
    opacity: 1 !important;
    border: none !important;
}

.bg-flex>.container>.row>div {
    display: flex;
    align-items: center;
}

.form-footer span.required {
    right: 10px;
    top: 11px;
}

.form-footer i {
    color: var(--color-hightlight);
}

footer .entire-info-website {
    display: block !important;
    color: white;
}

.title-footer:before {
    content: "";
    vertical-align: middle;
    border-bottom: 1px solid var(--white);
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    zoom: 1; filter: alpha(opacity=10);
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
    left: 0;
    height: 2px;
    z-index: 1;
}

.title-footer:after {
    content: "";
    vertical-align: middle;
    border-bottom: 1px solid var(--white);
    display: block;
    position: absolute;
    bottom: 0;
    max-width: 250px;
    height: 1px;
    width: 100px;
}

.bg-footer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.back-footer {
    position: relative;
    padding-top: 38%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    opacity: 0.1;
}

.thu-vien .album-entry-info, .thu-vien .read-more {
    display: none;
}

.view-small .star-rating {
    margin: 0;
}

#socials {
    display: inline-block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    /* transform: translateY(-50%); */
    z-index: 100;
    width: 40px;
}

#socials>a {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}

#socials a.phone {
    padding: 5px;
    border-radius: 50%;
    background-color: #64bc46;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

#socials a.phone img {
    padding: 5px;
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.view-small .product-item .inner-content .product-title a {
    font-weight: 600;
}

.edit-comment span.btn {
    margin-top: 20px;
}

.slider-thumbs .thumb-item.slick-current {
    border-color: var(--color-hightlight);
}

.product-detail-footer .nav li a.active {
    color: var(--color-hightlight);
}

.product-image-detail .slider-thumbs .thumb-item.slick-current img {
    height: 100%;
    object-fit: contain;
}

.logo-footer img {
    height: 86px;
    object-fit: scale-down;
}

.bg-breadcrums {
    background: var(--light);
}

.comment-section .list-comment:empty {
    margin: 0;
    padding: 0;
    border: 0;
}

.comment-section .list-comment:empty+.total-comment {
    display: none;
}

.entry-topbar .left-topbar {
    line-height: 40px;
    height: 40px;
}

.is-mobile .product-item .inner-content {
    position: relative;
    /* padding: 0; */
    color: var(--color-text);
    opacity: 1;
    margin-top: 15px;
    border-radius: 10px;
}

.is-mobile .product-item .inner-content .product-title {
    font-size: 18px;
}

.video-home .slick-dots li {
    margin: 0 5px;
}

.video-home .slick-slider .slick-dots li, .video-home .slick-slider .slick-dots li button,.video-home .slick-dots li button:before {
    width: 16px;
    height: 16px;
}

.video-home .slick-dots li button:before {
    width: 16px;
    height: 16px;
}

.video-home .slick-slider .slick-dots li.slick-active, .video-home .slick-slider .slick-dots li.slick-active button, .video-home .slick-slider .slick-dots li.slick-active button::before {
    width: 22px;
    height: 22px;
}

.video-home .slick-slider .slick-dots li.slick-active button::before {
    border: 1px solid white
}

.view-small .article-item .inner-content {
    padding: 0;
}

.album-title {
    bottom: 25px;
    right: 0;
    left: 0;
}

.item-album:hover .album-title {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    z-index: 99;
}

.product-item-list {
    border-radius: 10px;
}

.product-item-list .inner-image img {
    border-radius: 10px 10px 0 0;
}

footer .entire-info-website .title-footer {
    display: block !important;
}

footer .entire-map {
    padding: 0;
}

footer .entire-map iframe {
    height: 240px;
    position: relative;
}

.gallery-home .title-section .title-head {
    color: var(--color-text);
    display: inline-block;
}

.gallery-home .title-section .title-head:before, .gallery-home .title-section .title-head:after {
    background: var(--color-main);
}

.gallery-home .title-section {
    color: var(--color-main);
}

.gallery-home .video-home {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
}

.slick-next, .slick-prev {
    top: 40%;
    transform: translateY(-40%);
}

.nang-luc>.row>div:nth-child(2n)>.posts-item>.row {
    flex-direction: row-reverse;
}

.nang-luc .posts-item {
    background: var(--light);
}

.nang-luc>.row>div:nth-child(2n)>.posts-item {
    background: #c7c7c7;
}

.nang-luc>.row>div:nth-child(2n)>.posts-item>.row .inner-content {
    text-align: left !important;
}

.posts-title:before {
    content: '';
    background: var(--color-text);
    position: absolute;
    height: 2px;
    width: 150px;
    right: 0;
    bottom: 0;
}

.nang-luc>.row>div:nth-child(2n)>.posts-item>.row .inner-content .posts-title:before {
    left: 0;
}

.tomtat-tskt td,.tomtat-tskt table th {
    padding: .25rem .75rem;
    border: 1px solid #ddd
}

@media (max-width: 1200px) and (min-width:1024px) {
    .info-website-header ul li.pr-20 {
        padding-right: 10px !important;
    }

    .info-website-header {
        font-size: 13px !important;
    }

    .title-section h3 {
        font-size: 35px;
    }
}

@media (min-width: 1024px) {
    .video-home .slick-list .slick-track {
        padding-top: 40px;
    }

    /*.album-home .item-album:first-child, .album-home .item-album:last-child {*/
    /*    flex: 0 0 50%;*/
    /*    max-width: 50%;*/
    /*}*/
    /*.album-home .item-album:first-child .img-album, .album-home .item-album:last-child .img-album{*/
    /*    padding-top: 44%;*/
    /*}*/
    .menu-section > ul > li > a:before {
        content: "";
        position: absolute;
        background: var(--color-hightlight);
        width: 50px;
        height: 3px;
        bottom: 0;
        margin: 0 auto;
        right: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .menu-section > ul > li > a.active:before {
        opacity: 1
    }
}

@media (min-width: 768px) {
    .img-about {
        -webkit-mask-image: url(/templates/fashion01/assets/media/template/sharp.svg);
        -webkit-mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
    }
}

@media (max-width: 991px) {
    header .logo-section img {
        height: 50px;
    }

    .menu-container {
        padding: 5px 0;
    }

    .breadcrumbs-section {
        overflow-x: scroll;
        white-space: nowrap;
    }

    .album-item .album-title {
        font-size: 13px;
    }

    .video-home .inner-image {
        box-shadow: none;
    }

    .article-item .article-title {
        font-size: 14px;
        /* height: 44px; */
        overflow: hidden;
    }

    .product-home, .album-home {
        padding: 40px 0 !important;
    }

    .form-footer {
        padding: 20px 0 0 !important;
    }

    header {
        box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
    }

    .bg-breadcrums {
        margin-bottom: 30px !important;
    }

    .article-title-detail {
        font-size: 20px;
    }

    .title-year {
        top: 10px;
        right: 40px;
        width: 110px;
        height: 110px;
        padding: 18px 0;
    }

    .number-year {
        font-size: 68px;
        line-height: 49px;
    }

    .title-year p {
        font-size: 14px !important;
    }

    .video-home .album-item {
        padding: 0;
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }

    .product-item .inner-content {
        position: relative;
        /* padding: 0; */
        color: var(--color-text);
        opacity: 1;
        margin-top: 15px;
        border-radius: 10px;
    }

    .product-item .inner-content .product-title {
        font-size: 18px;
    }

    .btn-detail {
        border-color: var(--color-main);
    }

    .btn-detail a {
        color: var(--color-main);
    }

    .btn-detail a i {
        opacity: 1;
        padding-left: 5px;
    }
}

@media (max-width: 768px) {
    .title-section h3 {
        font-size: 28px;
    }

    .title-footer {
        font-size: 16px;
    }

    .title-footer:after {
        width: 75px;
    }
}

@media (max-width: 767px) {
    .slider-section, .slider-section .item img {
        /* height: 62vw; */
    }

    .about-us .info-about {
        margin-top: 30px;
    }

    .entire-map {
        padding-top: 100%;
    }
}

@media (max-width: 480px) {
    .video-home .album-item {
        -webkit-transform: scale(0.80);
        -ms-transform: scale(0.80);
        transform: scale(0.80);
    }
}

.brand-img-custom img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.project-hot-main .row {
    margin: 0 -15px;
}

.project-hot-main .row > div {
    padding: 0 15px;
}

.brand-img-custom {
    margin-bottom: 30px;
    padding: 5px 5px 5px 5px;
    border: 2px solid #0264a5;
    border-radius: 5px;
}

.product-item-list .product-description {
    display: none;
}

.title-section p {
    color: var(--color-text);
}

.box-support-customer {
    position: relative;
}

.inner-support-customer {
    position: absolute;
    background: #fff;
    width: 320px;
    top: 0;
    right: -340px;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

#support_customer {
    position: absolute;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
}

#support_customer + label {
    width: 40px;
    text-align: center;
    cursor: pointer;
    height: 40px;
    background: var(--red);
    border-radius: 50%;
    color: white;
    line-height: 40px;
    font-size: 12px;
}

#support_customer:checked ~ .inner-support-customer {
    right: 50px;
}

.inner-support-customer h3 {
    font-weight: bold;
}

@media (max-width: 768px) {
    .brand-img-custom img {
        width: 100%;
        height: 80px;
        object-fit: contain;
    }

    .project-hot-main .row {
        margin: 0 -7.5px;
    }

    .project-hot-main .row > div {
        padding: 0 7.5px;
    }

    .brand-img-custom {
        margin-bottom: 15px;
        padding: 5px 5px 5px 5px;
        border: 2px solid #0264a5;
        border-radius: 5px;
    }
}

.btn-action-header i {
    text-align: center;
    font-size: 25px;
    vertical-align: middle;
}

.input-group-append {
    background: #4141ca;
}

.news-home .article-item .article-title {
    min-height: 1rem;
}

.is-mobile .language-switch > a.language-picker, a.currency-picker {
    line-height: 14px;
    height: 25px;
    display: flex;
    align-items: center;
}

/*css trang gioi thieu*/
.breadcrumbs-background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

.breadcrumbs-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--black);
    opacity: 0.5;
}

.breadcrumbs-description {
    position: relative;
    padding: 150px 0;
}

/*Page About History*/
.page-about__history {
    position: relative;
    padding-top: 46px;
    margin-top: 75px;
    padding-bottom: 14px;
    margin-bottom: 60px;
    z-index: 1;
}

.page-about__history-row {
    margin-bottom: 28px;
}

.page-about__history-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}

.page-about__history-row:nth-child(even) {
    padding-left: 50%;
}

.page-about__history-item {
    background: #77bf37;
    border-radius: 5px;
    position: relative;
    font-size: 15px;
    padding: 10px 52px 10px 25px;
    margin: 0 45px 0 45px;
}

.page-about__history-row:nth-child(odd) .page-about__history-item {
    padding: 10px 25px 10px 60px;
}

.page-about__history-item:before {
    content: '';
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    position: absolute;
    left: -60px;
    top: 27px;
    z-index: 1;
}

.page-about__history-item:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 13px solid #77bf37;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: -13px;
    top: 42px;
    margin-top: -8px;
}

.page-about__history-row:nth-child(odd) .page-about__history-item:after {
    border-right: none;
    border-left: 13px solid #77bf37;
    left: auto;
    right: -13px;
}

.page-about__history-row:nth-child(odd) .page-about__history-item:before {
    left: auto;
    right: -60px;
}

.page-about__history-table {
    display: table;
    margin: 0;
    height: 100%;
}

.page-about__history-row:nth-child(odd) .page-about__history-table {
    text-align: right;
}

.page-about__history-cell {
    display: table-cell;
    vertical-align: middle;
    color: var(--black);
}

.page-about__history-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.page-about__history-desc {
    line-height: 1.4;
    overflow: hidden;
    margin-bottom: 0;
}

.page-about__history-icon {
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    background: inherit;
    border-radius: 50%;
    border: solid 5px #fff;
    top: -12px;
    right: -33px;
    overflow: hidden;
}

.page-about__history-row:nth-child(odd) .page-about__history-icon {
    right: auto;
    left: -33px;
}

.page-about__history-icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

.page-about__history-year {
    position: absolute;
    background: inherit;
    line-height: 40px;
    width: 106px;
    border-radius: 5px;
    text-align: right;
    padding-right: 25px;
    right: 100%;
    margin-right: 90px;
    top: 22px;
    color: var(--black);
}

.page-about__history-year:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 13px solid #77bf37;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: -13px;
    top: 50%;
    margin-top: -8px;
}

@media (min-width: 992px) {
    .page-about__history-row:nth-child(odd) .page-about__history-year {
        padding-right: 0;
        padding-left: 25px;
        left: 100%;
        right: auto;
        margin-left: 90px;
        margin-right: auto;
        text-align: left;
    }

    .page-about__history-row:nth-child(odd) .page-about__history-year:after {
        border-left: none;
        right: auto;
        border-right: 13px solid #77bf37;
        left: -13px;
    }
}

.page-about__history-col {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #34495e;
    margin-left: -1px;
    z-index: -1;
}

.page-about__history-icon-main {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #34495e;
    position: absolute;
    display: block;
    bottom: 100%;
    left: 50%;
    margin-left: -36px;
}

.page-about__history-icon-main img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

.page-about__history-col:after {
    content: '';
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: bottom center;
}

.page-about__history-row:nth-child(2n+1) .page-about__history-item {
    background: #71d0ec;
}

.page-about__history-row:nth-child(2n+1) .page-about__history-item:after {
    border-left-color: #71d0ec;
}

.page-about__history-row:nth-child(2n+1) .page-about__history-year:after {
    border-right-color: #71d0ec;
}

.page-about__history-row:nth-child(2n+3) .page-about__history-item {
    background: #f0bf00;
}

.page-about__history-row:nth-child(2n+3) .page-about__history-item:after {
    border-left-color: #f0bf00;
}

.page-about__history-row:nth-child(2n+3) .page-about__history-year:after {
    border-right-color: #f0bf00;
}

.page-about__history-row:nth-child(2n+4) .page-about__history-item {
    background: #00ace5;
}

.page-about__history-row:nth-child(2n+4) .page-about__history-item:after {
    border-right-color: #00ace5;
}

.page-about__history-row:nth-child(2n+4) .page-about__history-year:after {
    border-left-color: #00ace5;
}

.page-about__history-row:nth-child(2n+5) .page-about__history-item {
    background: #e77d20;
}

.page-about__history-row:nth-child(2n+5) .page-about__history-item:after {
    border-left-color: #e77d20;
}

.page-about__history-row:nth-child(2n+5) .page-about__history-year:after {
    border-right-color: #e77d20;
}

.page-about__history-row:nth-child(2n+6) .page-about__history-item {
    background: #e84a3a;
}

.page-about__history-row:nth-child(2n+6) .page-about__history-item:after {
    border-right-color: #e84a3a;
}

.page-about__history-row:nth-child(2n+6) .page-about__history-year:after {
    border-left-color: #e84a3a;
}

.page-about__history-row:nth-child(2n+7) .page-about__history-item {
    background: #19bd9b;
}

.page-about__history-row:nth-child(2n+7) .page-about__history-item:after {
    border-left-color: #19bd9b;
}

.page-about__history-row:nth-child(2n+7) .page-about__history-year:after {
    border-right-color: #19bd9b;
}

.page-about__history-row:nth-child(8) .page-about__history-item {
    background: #B4E71C;
}

.page-about__history-row:nth-child(8) .page-about__history-item:after {
    border-right-color: #B4E71C;
}

.page-about__history-row:nth-child(8) .page-about__history-year:after {
    border-left-color: #B4E71C;
}

.page-about__history-row:nth-child(9) .page-about__history-item {
    background: #FFF000;
}

.page-about__history-row:nth-child(9) .page-about__history-item:after {
    border-left-color: #FFF000;
}

.page-about__history-row:nth-child(9) .page-about__history-year:after {
    border-right-color: #FFF000;
}

.page-about__history-row:nth-child(10) .page-about__history-item {
    background: #9ED7EB;
}

.page-about__history-row:nth-child(10) .page-about__history-item:after {
    border-right-color: #9ED7EB;
}

.page-about__history-row:nth-child(10) .page-about__history-year:after {
    border-left-color: #9ED7EB;
}

.page-about__history-row:nth-child(11) .page-about__history-item {
    background: #FFCA0E;
}

.page-about__history-row:nth-child(11) .page-about__history-item:after {
    border-left-color: #FFCA0E;
}

.page-about__history-row:nth-child(11) .page-about__history-year:after {
    border-right-color: #FFCA0E;
}

@media (max-width: 991px) {
    .page-about__history-col {
        left: 15px;
        margin-left: 0;
    }

    .page-about__history-icon-main {
        width: 40px;
        height: 40px;
        margin-left: -20px;
    }

    .page-about__history {
        margin-bottom: 25px;
        padding-top: 20px;
        margin-top: 50px;
        padding-bottom: 1px;
    }

    .page-about__history-item {
        margin-right: 20px;
        margin-left: 66px;
        font-size: 14px;
        padding-right: 66px;
    }

    .page-about__history-year {
        z-index: 1;
        width: 50px;
        line-height: 38px;
        padding: 0;
        text-align: center;
        margin-right: 25px;
    }

    .page-about__history-row:nth-child(odd) {
        padding-right: 0;
    }

    .page-about__history-item:before {
        display: none;
    }

    .page-about__history-row:nth-child(even) {
        padding-left: 0;
    }

    .page-about__history-row:nth-child(odd) .page-about__history-icon {
        left: auto;
        right: -33px;
    }

    .page-about__history-item:after {
        display: none;
    }

    .page-about__history-row:nth-child(odd) .page-about__history-table {
        text-align: left;
    }

    .page-about__history-row:nth-child(odd) .page-about__history-item {
        padding-left: 25px;
        padding-right: 66px;
    }

    .page-about__history-row:nth-child(2n+1) .page-about__history-year:after {
        border-left-color: #71d0ec;
    }

    .page-about__history-row:nth-child(2n+3) .page-about__history-year:after {
        border-left-color: #f0bf00;
    }

    .page-about__history-row:nth-child(2n+5) .page-about__history-year:after {
        border-left-color: #e77d20;
    }

    .page-about__history-row:nth-child(2n+7) .page-about__history-year:after {
        border-left-color: #19bd9b;
    }
}

/*End Page About History*/
.bg-intro-1 {
    background: rgb(0 127 63 / 7%);
}

.rti-custom {
    padding-top: 35%;
}

.img-ct-1 {
    object-fit: contain;
    background-color: white;
}

.title-main {
    font-size: 35px;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.title-main.text-center:before {
    right: 0;
    margin: 0 auto;
}

.title-main:before {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--color-hightlight);
    width: 90px;
    height: 1px;
    content: "";
}

.article-tab li a.active, .article-tab li a:hover {
    border-color: var(--color-hightlight);
    background: var(--color-hightlight);
    color: white
}

@media (min-width: 767px) {
    .article-tab li a {
        min-width: 270px;
    }
}

.list-sitemap .tab-content .tab-pane>.row>div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
}

.certify-section .item.slick-slide {
    width: 400px;
    height: 400px !important;
    transition: transform .4s;
    position: relative;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.certify-section .item.slick-slide {
    transform: scale(0.7) translate(640px);
}

.certify-section .item.slick-slide.slick-center + .slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
}

.certify-section .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
}

.certify-section .item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
}

.certify-section .item.slick-slide.slick-center {
    transform: scale(1);
    z-index: 30;
}

.certify-section .slick-center:after {
    opacity: 0;
}

.certify-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.certify-section .slick-next:before, .certify-section .slick-prev:before {
    color: white;
}

.certify-section .slick-slide {
    opacity: 0.8;
}

.certify-section .slick-slide.slick-current.slick-center {
    mix-blend-mode: luminosity;
    opacity: 1;
}

.height-article .article-item .inner-content {
    min-height: 160px;
}

@media (max-width: 992px) {
    .breadcrumbs-description {
        padding: 50px 0;
    }

    .title-main {
        font-size: 26px;
    }

    .page-about__history-year:after {
        z-index: -1;
    }
}

.fix-1dong {
    /*white-space: pre-wrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
