header {
    background: var(--color-highlight);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}
.logo-section {
    background: white;
    padding: 8px;
}
.logo-section img {
    height: 50px;
}

@media (max-width:1200px) and (min-width:1024px) {
    .menu-section > ul > li > a {
        font-size: 14px;
        margin: 0 10px;
    }
}
.slick-next, .slick-prev {
    top: 50%;
    transform: translateY(-50%);
}
.slide-custom .slick-next, .slide-custom .slick-prev{
    height: 50px;
    background: rgb(255 255 255 / 50%) !important;
    width: 35px;
    opacity: 1;
    filter: opacity(1);
}
.slide-custom .slick-next {
    right: 0;
}

.slide-custom .slick-prev {
    left: 0;
}

.slide-custom .slick-slider:hover .slick-prev {
    left: 0;
}

.slide-custom .slick-slider:hover .slick-next {
    right: 0;
}

.slide-custom .slick-next:hover:before, .slide-custom .slick-prev:hover:before {
    color: var(--color-highlight);
}

.slide-custom .slick-next:hover, .slide-custom .slick-prev:hover {
    background: white !important;
}

.letter-sp-3 {
    letter-spacing: .3em;
}
.section-service {
    background-repeat: repeat;
    background-position: bottom left;
}
.intro-item .intro-description {
    line-height: 30px;
    color: #555;
}
.service-name{
    font-family: 'Oswald', sans-serif;
}
.service-list {
    display: flex;
    align-items: center;
    padding: 8px;
}
.service-list img {
    width: 40px;
    height: 50px;
    margin-right: 10px;
    object-fit: scale-down;
}
.section-service .title-section{
    margin-bottom: 20px;
}
.view-type-1 .ratio-1-1 {
    padding-top: 120%;
}

.view-type-1 .inner-content {
    position: absolute;
    bottom: 0;
    padding: 10px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.20);
    font-weight: 600;
    color: #fff;
}

.view-type-1 .article-item .article-title {
    font-weight: 400;
}

.view-type-1 .article-item .article-title a {
    color: white;
}

.view-type-1 .col-type-2 .ratio-1-1 {
    padding-top: 47%;
}

.view-type-1>.row {
    margin-right: -5px;
    margin-left: -5px;
}

.view-type-1>.row>div {
    padding-right: 5px;
    padding-left: 5px;
}

.view-type-1 .article-item {
    margin-bottom: 8px;
}

.view-type-1 .col-type-3 .ratio-1-1 {
    padding-top: 162%;
}
.hover-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.hover-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hover-image {
    overflow: hidden;
}
.btn-xemthem {
    font-family: 'Oswald';
    box-shadow: 0 3px rgb(0 0 0 / 5%);
    line-height: 40px;
    max-width: 238px;
}
.item-category .img-category {
    padding-top: 150%;
}
.item-title-category {
    font-size: 18px;
    right: 0;
    position: absolute;
    bottom: 0;
    transition: background-color .15s linear;
    display: inline-block;
    vertical-align: middle;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background: white;
    text-transform: uppercase;
    padding: 5px 15px;
    font-family: 'Oswald';
}
.item-category:hover .item-title-category {
    transform: rotateY(360deg);
}
.slide-article-item .inner-content {
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: white;
    left: 0;
    right: 0;
    max-width: 780px;
    text-align: center;
    margin: 0 auto;
    padding: 30px;
}
.slide-article-item .inner-image a:before {
    content:'';
    background: var(--color-text);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.slide-article-item:hover .inner-image a:before {
    opacity:0.3
}
.list-customer {
    border: 2px solid var(--color-text);
    padding: 30px;
}

.list-customer .title-section {
    text-align: left;
    font-size: 22px;
}
.font-oswald{
    font-family: 'Oswald',sans-serif;
}

.list-customer .slick-next, .list-customer .slick-prev{
    opacity: 1;
    filter: opacity(1);
    top: unset;
    bottom: -15px;
    transform: unset;
    width: auto;
}
.list-customer .slick-next,.slick-slider:hover .slick-next {
    right: unset;
    left: 25px;
}

.list-customer .slick-prev, .slick-slider:hover .slick-prev{
    left: 0;
}

.list-customer .slick-next:hover:before, .list-customer .slick-prev:hover:before {
    color: var(--color-highlight);
}

.breadcrumbs-section {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 260px;
}
.breadcrumbs-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--black);
    display: block;
    content: "";
    left: 0px;
    top: 0px;
    opacity: 0.5;
}
.slider-section .slick-slider:hover .slick-next {
    right: 40px !important;
    left: inherit;
}

@media (max-width:992px) {
    .logo-section img {
        height: 30px;
    }
    .setting-menu > .container > .row > div {
        display: block;
    }
}

@media (max-width:768px) {
   .slide-article-item .inner-content {
        position: relative;
        padding:20px;
    }
    .section-service {
        text-align: center;
    }
    
    .service-list {
        justify-content: center;
    }
}
@media (max-width:767px) {
    .view-type-1 .ratio-1-1 {
        padding-top: 75% !important;
    }
    .slider-section,.slider-section .item img {
        height: 48vw;
    }
}
.custom-dropdown {
    position: relative;
    width: max-content;
    cursor: pointer;
}

.selected-lang {
    display: flex;
    align-items: center;
    padding: 4px 25px 4px 10px;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    background-color: #fff;
    color: #333;
    transition: all 0.3s ease;
}

.flag-icon {
    width: 22px;
    height: 18px;
    margin-right: 5px;
    object-fit: cover;
}

.selected-lang::after {
    content: "\e92d";
    display: inline-block;
    position: absolute;
    right: 10px;
    background-size: cover;
    font-family: "iconsax";
    font-weight: 700;
    font-size: 12px;
}

#countryList {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    z-index: 999;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 5px;
    font-size: 13px;
}

.country-item {
    padding: 5px 10px;
    cursor: pointer;
}

#countryList.show {
    display: block;
}

.country-item:hover, .country-item.active-country {
    background: #f1f1f1;
}

@media (max-width: 767px) {
    .menu-mobile > .container > .row {
        align-items: center;
    }
    
    .custom-translate {
        display: flex;
        justify-content: flex-end;
    }
    
    .text-mb-center {
        text-align: center;
    }
    
    .selected-lang {
        padding: 6px 25px 6px 10px;
        border-radius: 2px;
    }
}