@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root{
    --color-main: #034799;
    --color-main2: #1c9dd0;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.clamp-1 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp-2 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp-3 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.scrollbar {
    overflow-y: overlay;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000;
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.owl-next {
    position: absolute;

    top: 50%;
    right: 0;

    transform: translateY(-50%);
}
.slider-home .owl-prev {
    left: 20px;
}
.slider-home .owl-next {
    right: 20px;
}
.owl-nav > div {
    background-color: #000;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #1e3d37;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.hover-zoom:hover img {
    transform: scale(1.05);
}
.hover-zoom {
    overflow: hidden;
}


#primary-nav.mobile li a {
    padding: 10px !important;
}

.header-pc {
    z-index: 11 !important;
}

.form-search-mobile input[type="text"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.form-search-mobile input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.form-search-mobile input[type="text"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

/* Accordion
================================================== */

.main-menu-mobile ul li {
    width: 100%;
    border: none;
    position: relative;
}

.main-menu-mobile ul ul {
    width: 100%;
    position: relative;
    box-shadow: none;

    float: left;
    display: none;
}

.menu-toggle {
    display: block;
}

.menu-toggle {
    display: flex;
    align-items: center;
    text-align: center;
    color: #000;
    font-size: 25px;
    line-height: 39px;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
}

.main-menu-mobile {
    position: fixed;
    left: -400px;
    overflow: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
    height: 100%;
    max-width: 300px;
    z-index: 999;
    bottom: 0;

    top: 0;
    background-color: #fff;
}

.main-menu-mobile.active {
    left: 0%;
}

.main-menu-mobile ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid rgba(45, 45, 45, 0.2);
}

.main-menu-mobile .sub-menu li a {
    font-size: 14px;
}

.overlay-main {
    background-color: #000000c2;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
}

.overlay-main.active {
    visibility: visible;
    opacity: 0.5;
    height: 100vh;
    position: fixed;
}

.top-close-menu {
    text-align: center;
    line-height: 30px;

    top: 0;
    z-index: 3;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #333;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    border-radius: 5px;
    float: right;
}
.main-menu-mobile.active {
    left: 0%;
}

.main-menu-mobile ul li {
    width: 100%;
    border: none;
    position: relative;
}
.main-menu-mobile ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid rgba(45, 45, 45, 0.2);
}

.main-menu-mobile .sub {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;

    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 27px;
}

.main-menu-mobile ul {
    padding: 0;
    margin: 0;
}

.overlay-main-1 {
    background-color: #000000c2;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
    z-index: 99;
}

.overlay-main-1.active {
    visibility: visible;
    opacity: 0.5;
}

.header-mobile {
    background: #fff;
}

.owl-dots .owl-dot {
    width: 32px;
    height: 2px;
    background: #ddd;
    margin: 0px 2px;
}
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.owl-dots .owl-dot.active {
    background: #000;
}

/* Header */

.header-page.active{
    background: #ffffffb3;
}

.header-page.active .logo{
    display: none;
}

.header-page.active .logo-scroll{
    display: block;
}

.header-page.active .menu-pc a.text-white{
    color: #000;
}

.header-page.active .menu-pc a.text-white:hover{
    color: var(--color-main);
}

/* End header */

/* Banner home */

.section-banner .item img{
    transform: scale(1.15);
    transition: transform 0s 4s;
}

.section-banner .active .item img{
    transform: scale(1);
    transition: transform 9s;
}

.section-banner .item h2, .section-banner .item p{
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
    transition: all 1s;
}

.section-banner .active .item h2, .section-banner .active .item p{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.section-banner .active .item h2{
    transition-delay: 0.5s;
}

.section-banner .active .item p{
    transition-delay: 0.8s;
}

.section-banner .owl-nav > div{
    background: transparent;
    width: 60px;
    height: 60px;
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
}

/* End banner home */

/* Nội dung 3 trang chủ */
.section-content3 .box-item .desc h3{
    font-size: 30px;
    color: var(--color-main);
    padding-bottom: 10px;
    font-weight: 700;
}
/* End nội dung 3 trang chủ */


/* Nội dung 4 trang chủ */

.box-content h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.section-content4 .box-content h2{
    padding-bottom: 30px;
}

.section-content4 .box-content a{
    display: inline-block;
    margin-top: 40px;
    border-radius: 50px;
    padding: 8px 35px 8px 35px;
    background: var(--color-main);
    border: 1px solid var(--color-main);
    color: #FFF;
    font-size: 20px;
    font-weight: 500;

}

.section-content4 .box-video iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

/* End nội dung 4 trang chủ */

/* Nội dung 6 trang chủ */

.section-content6 .slider-home2 .owl-nav > div{
    width: 40px;
    height: 40px;
    background: #fff;
    font-size: 26px;
    border-radius: unset;
    border: 1px solid #333;
    color: #000;
}

/* End nội dung 6 trang chủ */

/* Scroll trang chủ */

.box-fixed-scroll li.active span{
    background: var(--color-main2);
}

.box-fixed-scroll li.active .title{
    width: 100px;
    height: 25px;
    color: var(--color-main2);
}

/* End scroll trang chủ */

/* Chân trang */

.box-info-contact p:not(:last-child){
    margin-bottom: 10px;
}

/* End chân trang */

/* Trang chi tiết chỉ có ảnh */

.box-content-image img{
    width: 100%;
    height: auto !important;
    margin: 0 auto;
}

/* End trang chi tiết chỉ có ảnh */

/* Tab content */

.btn-tab.active{
    background: white;
    color:  var(--color-main);
}

.tab-content .box_content h2{
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
}

.tab-content .box_content h3{
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
}

.tab-content .box_content p:last-child{
    margin-bottom: 0;
}

.tab-content .content2 .box_content h2{
    margin-bottom: 40px;
    color: var(--color-main);
}

.tab-content .content3 .box_content h2, .tab-content .content4 .box_content h2{
    margin-bottom: 20px;
}

.tab2 .box_content h2{
    color: var(--color-main);
}

.tab5 .box-map iframe{
    width: 100%;
    aspect-ratio: 73 / 45;
    height: auto !important;
}

.tab5 .box-info tr{
    padding: 20px;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    flex-wrap: wrap;

}

.tab5 .box-info tr td{
    width: 80%;
}

.tab5 .box-info tr td:first-child{
    width: 20%;
}

/* End tab content */

/* Phân trang */

.pagination a:hover:not(.active), .pagination li.active span{
    background-color: var(--color-main);
}

/* End phân trang */

.item-faq.active{
    background: #f5f5f5;
}

.item-faq .box-content p:not(:last-child){
    margin-bottom: 10px;
}

.box_content ul{
    padding: 0 40px;
    list-style: disc;
}

.box_content iframe{
    max-width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 9;
}

.box_content img{
    height: auto !important;
    max-width: 100%;
}

.box_content p[style="text-align: center;"] iframe, .box_content p[style="text-align: center;"] img{
    margin: 0 auto;
}

.box_content ol{

    padding: 0 40px;

    list-style-type: decimal;

}

.box_content blockquote{

    padding: 2px 8px 2px 20px;

    margin: 13px 40px;

    border-left: 5px solid #ccc;

}

.box-detail-art .box_content table tr, .box-detail-art .box_content table td{

    border: 1px solid #5c322b;

}

.box-detail-art .box_content table td{

    padding: 10px;

}



@media(max-width:1535px){
    .tab-content .box_content h3{
        font-size: 24px;
    }

    .section-content3 .box-item .desc h3{
        font-size: 22px;
    }
}

@media(min-width: 1280px){
    .changeLogoPc{
        justify-content: end;
    }
}

@media(max-width:1279px){
    .bg-menu-mobile.action, .box-menu-mobile.action{
        visibility: visible;
        opacity: 1;
    }

    .box-menu-mobile.action{
        right: 0;
    }

    .bg-menu-mobile.action{
        display: block;
    }

    .box-content h2{
        font-size: 40px;
    }
}

@media(max-width:1023px){
    .section-banner .owl-nav > div{
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .box-content h2, .tab-content .box_content h2{
        font-size: 32px;
    }

    .section-content4 .box-content h2{
        padding-bottom: 15px;
    }

    .section-content4 .box-content a{
        padding: 4px 20px;
        font-size: 18px;
        margin-top: 20px;
    }

    .tab-content .box_content h3{
        font-size: 20px;
    }
}

@media(max-width:639px){

    .section-banner .owl-nav .owl-prev{
        left: 5px;
    }

    .section-banner .owl-nav .owl-next{
        right: 5px;
    }

    .box-content h2, .tab-content .box_content h2{
        font-size: 27px;
    }

    .section-content4 .box-content a{
        font-size: 16px;
    }

    .tab-content .content2 .box_content h2{
        margin-bottom: 20px;
    }

    .tab5 .box-info tr{
        padding: 10px;
    }

    .section-content3 .box-item .desc h3{
        font-size: 18px;
    }

    .page-about-tab .btn-tab{
        border-bottom: 1px solid #fff;
    }

    .page-about-tab .btn-tab:last-child{
        border-right: 1px solid #fff;
    }

}
