body {
    padding-right: 0!important;
}

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

.row {
    margin-right: 50px;
    margin-left: -50px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.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;
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.form-control {
    border-radius: 6px;
}

@media (min-width: 992px) {
    .col-lg-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/*End Bootstrap*/

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

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

.slick-next, .slick-prev {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.slick-dots li.slick-active button:before, .slick-dots li button:before {
    background-color: var(--color-main-2);
}
/*End Slick*/

/*Header Topbar*/
.header-topbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 2px 0;
    text-align: right;
}

.header-topbar__item {
    margin-left: 30px;
}

.header-topbar__item:first-child {
    margin-left: 0;
}

.header-topbar__item i {
    margin-right: 6px;
}
/*End Header Topbar*/

/*Header Main*/
.header-main {
    background: var(--white);
    border-bottom: 2px solid #F2F2F2;
}   

.logo-section img {
    max-width: 500%;
    max-height:500px;
}

.logo-white .logo-section img {
    filter: brightness(0) invert(1);
}
/*End Header Main*/

/*Button*/
.button {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    border-radius: 45px;
    background: #888888;
    padding: 6px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
}

.button > i {
    font-size: 20px;
    margin-right: 6px;
}

.button:hover {
    color: var(--white);
    background: var(--color-main);
}

.button-gradiant, .button-gradiant:hover {
    background-image: linear-gradient(90deg, #662D91 0%, #ED1C24 100%)!important;
}

.button-main {
    background: var(--color-main);
}

.button-large {
    font-size: 16px;
    padding: 10px 20px;
}
/*End Button*/

/*Box Head*/
.box-head {
    margin-bottom: 30px;
    text-align: center;
}

.box-head .inner-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 0;
    text-transform: uppercase;
}

.box-head .inner-desc {
    max-width: 900px;
    margin: 10px auto 0;
}

@media (max-width: 767px) {
    .box-head .inner-title {
        font-size: 20px;
    }
}
/*End Box Head*/

/*Banner Full*/
.banner-full img {
    width: 100%;
    height: auto;
}
/*End Banner Full*/

/*Home Intro*/
.home-intro h1 span:first-child {
    font-size: 66px;
    display: block;
    font-weight: 900;
    color: var(--white);
    -webkit-text-stroke: 2px var(--black);
    font-family: Arial;
    letter-spacing: -3.5px;
}

.home-intro h1 span:last-child {
    font-size: 46px;
    font-weight: 800;
    display: block;
    color: var(--black);
}

.home-intro .inner-desc {
    font-size: 20px;
    max-width: 500px;
    padding-bottom: 20px;
    border-bottom: 1px solid #565656;
    margin-bottom: 20px;
    text-align: justify;
}

.home-intro .inner-phone {
    font-size: 28px;
    font-weight: 600;
    color: var(--black);
}

@media (max-width: 1199px) {
    .home-intro h1 span:first-child {
        font-size: 50px;
    }
    
    .home-intro h1 span:last-child {
        font-size: 36px;
    }
    
    .home-intro .inner-desc {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .home-intro h1 span:first-child {
        font-size: 38px;
    }
    
    .home-intro h1 span:last-child {
        font-size: 24px;
    }
    
    .home-intro .inner-desc {
        font-size: 14px;
    }
    
    .home-intro .inner-phone {
        font-size: 20px;
    }
}
/*End Home Intro*/

/*Link Socials*/
.list-social a {
    display: inline-block;
    margin-right: 10px;
}

.list-social a img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
/*End Link Socials*/

/*Banner Text*/
.banner-text .inner-item {
    position: relative;
}

.banner-text .inner-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.banner-text .inner-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(69, 69, 69, 0.5);
}

.banner-text .inner-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-text .inner-content {
    background: var(--white);
    border-radius: 15px;
    padding: 15px 20px;
    text-align: center;
    color: var(--black);
}

.banner-text .inner-title {
    font-size: 16px;
    font-weight: 600;
}

.banner-text .inner-desc {
    font-size: 28px;
    font-weight: 800;
}
/*End Banner Text*/

/*Highlight List*/
.highlight-item {
    text-align: center;
    margin: 15px 0;
}

.highlight-item img {
    height: 40px;
    width: auto;
    margin-bottom: 15px;
}

.highlight-item .inner-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.highlight-item .inner-desc {
    margin-bottom: 10px;
}
/*End Highlight List*/

/*Project Item*/
.project-item .inner-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 292/350;
    object-fit: cover;
}

.project-item .inner-content {
    text-align: center;
    margin-top: 10px;
}
/*End Project Item*/

/*Article Item 2*/
.article-item-2 .inner-content {
    background: var(--white);
    padding: 10px 20px;
}

.article-item-2 .inner-title {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 48px;
    margin-bottom: 4px;
}

.article-item-2 .inner-footer {
    border-top: 1px solid #C4C4C4;
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.article-item-2 .inner-date {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.article-item-2 .inner-date i {
    font-size: 16px;
    margin-right: 4px;
}
/*End Article Item 2*/

/*Footer*/
footer {
    background: #350044;
}

.footer-menu {
    /*display: flex;*/
    /*align-items: flex-start;*/
}

.footer-menu .inner-head {
    margin-right: 15px;
}

.footer-menu .inner-title {
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid var(--white);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer-menu .inner-icon {
    text-align: right;
}

.footer-menu .inner-icon img {
    width: 60px;
    height: auto;
}

.footer-menu ul li {
    margin-bottom: 10px;
}

.footer-menu ul li a {
    color: #E1E1E1;
    font-size: 16px;
}

.footer-menu ul li a:hover {
    color: var(--white);
}

.footer-hotline .inner-hotline {
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
}

footer .list-social {
    /*float: right;*/
    margin-top: 10px;
}

@media (max-width: 1199px) {
    footer .list-social {
        float: left;
    }
}

@media (max-width: 991px) {
    .footer-menu .inner-head {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .footer-menu .inner-title {
        font-size: 16px;
    }
    
    .footer-menu .inner-icon img {
        width: 40px;
    }
    
    .title-footer {
        font-size: 16px;
    }
}
/*End Footer*/

/*Form Get Phone*/
.form-get-phone form {
    display: flex;
    align-items: flex-start;
}

.form-get-phone form .form-group:first-child {
    flex: 1;
}

.form-get-phone form input {
    border: 1px solid var(--white);
    border-radius: 35px 0 0 35px;
    background: transparent;
    color: var(--white);
    height: 48px;
}

.form-get-phone form input::placeholder {
    color: #E1E1E1;
}

.form-get-phone form .btn-send {
    height: 48px;
    background: var(--white);
    width: 70px;
    font-size: 35px;
    border-radius: 0 35px 35px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.form-get-phone form .btn-send:hover {
    background: var(--white);
}
/*End Form Get Phone*/

/*Modal Buy Product*/
.modal-buy-product .modal-content {
    border-radius: 14px;
}

.modal-buy-product .close {
    position: absolute;
    top: -3px;
    right: 0;
    font-size: 32px;
    opacity: 0.6;
}

.modal-buy-product .inner-title {
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 10px;
}

.modal-buy-product .inner-title span {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-main);
    display: block;
}
/*End Modal Buy Product*/

/*Page*/
.title-category {
    font-weight: 700;
    color: var(--white);
    font-size: 28px;
}
/*End Page*/

/*Menu Cate Horizontal*/
.menu-cate-horizontal ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.menu-cate-horizontal ul li {
    margin-right: 30px;
}

.menu-cate-horizontal ul li a {
    display: inline-block;
    color: var(--white);
}

.menu-cate-horizontal ul li a.active {
    color: var(--yellow);
}
/*End Menu Cate Horizontal*/

/*Bg After Top*/
.bg-after-top {
    position: relative;
}

.bg-after-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 200px;
    background: var(--black);
}
/*End Bg After Top*/

/*View Small 2*/
.view-small-2 .article-item {
    display: flex;
    align-items: stretch;
    margin-bottom: 40px;
    background: var(--white);
}

.view-small-2 .article-item .inner-image {
    width: 40%;
    height: 100%;
    aspect-ratio: 4/3;
}

.view-small-2 .article-item .inner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.view-small-2 .article-item .inner-content {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 30px;
}

.view-small-2 .article-item .inner-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.view-small-2 .article-item .inner-desc {
    margin-bottom: 20px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.view-small-2 .article-item .inner-footer {
    border-top: 1px solid #C4C4C4;
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.view-small-2 .article-item .inner-date {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.view-small-2 .article-item .inner-date i {
    font-size: 16px;
    margin-right: 4px;
}

@media (max-width: 991px) {
    .view-small-2 .article-item .inner-title {
        font-size: 20px;
    }
    
    .view-small-2 .article-item .inner-desc {
        font-size: 14px;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 576px) {
    .view-small-2 .article-item {
        flex-wrap: wrap;
    }
    
    .view-small-2 .article-item .inner-image {
        width: 100%;
    }
    
    .view-small-2 .article-item .inner-content {
        flex: none;
        width: 100%;
        padding: 10px;
    }
}
/*End View Small 2*/

/*Recruit Detail*/
.recruit-detail .inner-name {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #303030;
    margin-bottom: 15px;
}

.recruit-detail .inner-highlight {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.recruit-detail .inner-highlight-item {
    display: flex;
    align-items: center;
    margin: 0 20px 10px 0;
    font-weight: 600;
}

.recruit-detail .inner-highlight-item i {
    font-size: 20px;
    margin-right: 4px;
}
/*End Recruit Detail*/

/*Form Recruit*/
.recruit-detail-form {
    background: rgba(216, 216, 216, 0.3);
    border: 1px solid #C4C4C4;
    border-radius: 35px;
    overflow: hidden;
    padding: 30px 15px;
}

.recruit-detail-form .inner-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.recruit-detail-form .inner-name {
    border: 1px solid #C4C4C4;
    border-radius: 14px;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

.recruit-detail-form .ff-form {
    background: transparent;
    padding: 0;
}

.recruit-detail-form .ff-title, .recruit-detail-form .ff-description {
    display: none;
}

.recruit-detail-form .ff-form .form-control, .recruit-detail-form .ff-form .ff-file-upload {
    border: 1px solid #C4C4C4!important;
    border-radius: 14px!important;
    overflow: hidden;
    padding: 10px;
}

.recruit-detail-form .ff-form .form-control::placeholder {
    font-size: 14px;
}

.recruit-detail-form .ff-form input.form-control {
    min-height: 40px;
}

.recruit-detail-form .ff-widget-control.ff-file-upload {
    padding: 0!important;
}

.recruit-detail-form .ff-widget-control .addfile {
    width: 100%;
    height: 40px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruit-detail-form .ff-message {
    display: none;
}

.recruit-detail-form .ff-form .ff-submit {
    background: var(--color-main);
    color: var(--white);
    width: 100%;
    border-radius: 14px;
}

.recruit-detail-form .ff-form .ff-submit:hover {
    background: var(--color-main);
}

.recruit-detail-form .ff-powered-img {
    width: 0!important;
    height: 0!important;
    overflow: hidden!important;
}

.recruit-detail-form .ff-section label {
    display: none;
}

textarea[name="entry.69435471"] {
    display: none!important;
}
/*End Form Recruit*/

/*Contact Form*/
.contact-info .inner-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.contact-info .inner-banner {
    width: 50%;
    aspect-ratio: 1/1;
}

.contact-info .inner-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-info .inner-content {
    width: 50%;
    background: #F4F4F4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.contact-info .inner-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 20px;
    text-align: center;
}

.contact-info .inner-desc {
    text-align: center;
    margin-bottom: 20px;
}

.contact-info .inner-desc span:not(:last-child) {
    border-right: 1px solid #444444;
    padding-right: 10px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .contact-info .inner-banner {
        width: 100%;
    }
    
    .contact-info .inner-content {
        width: 100%;
    }
}
/*End Contact Form*/

/*Maps*/
.google-maps {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/6;
    margin-bottom: -6px;
}

.google-maps iframe {
    width: 100%!important;
    height: 100%!important;
}
/*End Maps*/

/*Partner*/
.partner-item {
    padding: 5px;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    text-align: center;
}

.partner-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 282/56;
    object-fit: contain;
}
/*End Partner*/

/*Personnel Organization*/
.personnel-organization .inner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 317/367;
}

.personnel-organization .inner-item .inner-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 4px;
}

.personnel-organization .inner-item .inner-desc {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 4px;
}

.personnel-organization .inner-item .inner-desc-2 {
    font-size: 14px;
    line-height: 1.3;
    font-style: italic;
}
/*End Personnel Organization*/

/*Slider Catalogue*/
.slider-catalogue .item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1481/753;
    object-fit: cover;
}
/*End Slider Catalogue*/

/*Mission Vision*/
.mission-vision .inner-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.mission-vision .inner-item {
    width: 50%;
    padding: 30px 40px;
    text-align: center;
}

.mission-vision .inner-item:first-child {
    background: var(--color-main);
}

.mission-vision .inner-item:first-child .inner-title {
    color: var(--white);
}

.mission-vision .inner-item:first-child .inner-desc {
    color: var(--white);
}

.mission-vision .inner-item:last-child {
    background: #F2F2F2;
}

.mission-vision .inner-item .inner-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .mission-vision .inner-item {
        width: 100%;
    }
}
/*End Mission Vision*/

/*About Desc*/
.about-desc {
    text-align: center;
}
/*End About Desc*/

/*Core Values*/
.core-values .inner-item {
    margin: 10px 0;
}

.core-values .inner-box {
    text-align: center;
}

.core-values .inner-box .inner-image img {
    width: 82px;
    height: 82px;
    object-fit: contain;
}

.core-values .inner-box .inner-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    color: var(--color-main);
}

.core-values .inner-box .inner-desc {
    max-width: 300px;
    margin: 0 auto;
}
/*End Core Values*/

/*About Intro*/
.about-intro {
    position: relative;
}

.about-intro:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 32, 32, 0.7);
}

.about-intro .inner-wrap {
    color: var(--white);
    padding: 120px 0;
    position: relative;
    text-align: center;
}

.about-intro .inner-title {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 20px;
}

.about-intro .inner-desc {
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
}

.about-intro .inner-slogan {
    font-size: 50px;
    margin-top: 20px;
    font-family: "SVN Unthrift";
}

@media (max-width: 767px) {
    .about-intro .inner-wrap {
        padding: 60px 0;
    }
    
    .about-intro .inner-title {
        font-size: 32px;
    }
    
    .about-intro .inner-desc {
        font-size: 14px;
    }
    
    .about-intro .inner-slogan {
        font-size: 36px;
    }
}
/*End About Intro*/

/*Page*/
.sidebar-mini-cart {
    display: none;
}

.recruit-detail-content img {
    max-width: 100%;
    height: auto;
}

.product-detail-content img {
    max-width: 100%;
    height: auto;
}

.wrap-suggestion .suggest-price {
    display: none;
}
/*End Page*/

/*Responsive*/
@media (max-width: 1199px) {
    .menu-section > ul > li > a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .recruit-detail .inner-name {
        font-size: 24px;
    }
}
/*End Responsive*/