* {
    margin: 0;
    padding: 0;
}
/* Hide scrollbar for IE, Edge and Firefox */
html {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

html,
body {
    font-family: "San Francisco Text";
    font-weight: 400;
    width:100%;
    overflow-x:hidden;
}
/* Scroll global */
/* width */
*::-webkit-scrollbar {
    width: 4px;
}
/* Track */
*::-webkit-scrollbar-track {
    background: var(--bs-white);
}
/* Handle */
*::-webkit-scrollbar-thumb {
    background: var(--bs-gray-dark);
    border-radius: 3px;
}
    /* Handle on hover */
    *::-webkit-scrollbar-thumb:hover {
        background: var(--bs-dark);
    }
:root {
    --mainColor: #0066B3;
    --secondColor: #B11116;
    --bgHoverColor: #003258;
    --hoverColor: #F9AA8F;
    --overColor: #e3f8eb;
    --textDarkColor: #484554;
    --textDarkSecondColor: #181818;
    --textLightColor: #ffffff;
    --textSecondColor: #11519B;
    --desciptionTextColor: #555555;
    --backgroundSection: #efefef;
    --backgroundGray: #ccc;
    --backgroundPostGray: #F5F4F4;
    --borderAdsColor: #C1C7CD;
    --backgroundFooterGray: #DEE1E4;
    --boxShadow: rgba(100, 100, 111, 0.2);
    --overLayout: #000000a6;
}

@font-face {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    src: url(./../fonts/Open_Sans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: "Open Sans";
    font-weight: 600;
    src: url(./../fonts/Open_Sans/OpenSans-Bold.ttf);
}

@font-face {
    font-family: "Open Sans";
    font-weight: 800;
    font-weight: bold;
    src: url(./../fonts/Open_Sans/OpenSans-ExtraBold.ttf);
}

@font-face {
    font-family: "Open Sans";
    font-weight: 500;
    src: url(./../fonts/Open_Sans/OpenSans-Medium.ttf);
}

@font-face {
    font-family: "Open Sans";
    font-weight: 300;
    src: url(./../fonts/Open_Sans/OpenSans-Light.ttf);
}

@font-face {
    font-family: "Barlow";
    font-weight: 400;
    font-style: normal;
    src: url(./../fonts/Barlow/Barlow-Regular.ttf);
}

@font-face {
    font-family: "Barlow";
    font-weight: 600;
    src: url(./../fonts/Barlow/Barlow-SemiBold.ttf);
}

@font-face {
    font-family: "Barlow";
    font-weight: 300;
    src: url(./../fonts/Barlow/Barlow-Light.ttf);
}

@font-face {
    font-family: "Barlow";
    font-weight: 500;
    src: url(./../fonts/Barlow/Barlow-Medium.ttf);
}

@font-face {
    font-family: "San Francisco Text";
    font-weight: 400;
    src: url(./../fonts/San_Francisco/SanFranciscoText-Regular.otf);
}

@font-face {
    font-family: "San Francisco Text";
    font-weight: 500;
    src: url(./../fonts/San_Francisco/SanFranciscoText-Medium.otf);
}

@media (min-width: 1280px) {
    .container {
        max-width: 1260px;
    }
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.slick-slide a, .slick-slide {
    outline: none;
}

.userNoneSelect {
    user-select: none;
}

.flex-row {
    display: flex;
    align-items: center;
}

.section {
    position: relative;
    min-height: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
}

    .section .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.image-cover {
    width: 100%;
    object-fit: cover;
}

.box-image {
    position: relative;
}

.textLine-1 {
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textLine-2 {
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textLine-3 {
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textLine-4 {
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textLine-5 {
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box .box-image a, .banner a {
    display: block;
}

.box .box-image > img {
    width: 100%;
    object-fit: cover;
}

.box.box-vertical {
    display: flex;
    flex-wrap: wrap;
}

    .box.box-vertical .box-text {
        flex: 1;
        padding-left: 15px;
    }

.custom-menu-mobile {
    display: none;
}

button:focus, .navbar-toggler:focus {
    box-shadow: unset;
}

.box .box-text .heading > a:hover,
.box .box-text .heading-box > a:hover,
.left-hotnews .box-image-hotnews .heading-news a:hover,
.right-hotnews .news-right-item .box-text > a:hover,
.wapper-news-events .left-box-event .box-text .heading:hover,
.right-event-news > .col-inner .right-event-news .box-text .heading:hover,
.col-6-2-2 .item-news-6-2-2 .box-text .heading-box > a:hover,
.col-8-2-2 > .col-inner .item-news-8-2-2 .box-text a:hover,
.item-news-8-2-1 .box-text a:hover,
.col-9-2-2 .item-news-9-2-2 .box-text .heading a:hover,
.col-9-2-1 .item-news-9-2-1 .box-text .heading a:hover {
    color: var(--textSecondColor);
}

.video-7-1-2 .box-text .heading-box a:hover,
.col-7-1-3 .box-text .heading-box a:hover,
.item-news-7-1-1 .box-text .heading-box a:hover {
    color: var(--backgroundFooterGray);
}
/* Paging */
.page-numbers.nav-pagination {
    display: table;
    width: 100%;
}

ul.links li {
    margin: 0.4em;
    display: inline-block;
}

    ul.links li:first-child {
        margin-left: 0;
    }

.nav-pagination > li > span, .nav-pagination > li > a {
    display: block;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background: #e7e7e7;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #727272;
}

    .nav-pagination > li > .current, .nav-pagination > li > span:hover, .nav-pagination > li > a:hover {
        background-color: var(--mainColor);
        color: var(--textLightColor);
        line-height: 36px;
        transition: all .3s;
    }

.section.pagging {
    padding: 30px 0;
}
/* responsive video */

.wy {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.youtube {
    position: relative;
    padding-bottom: 44.75%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.player_playing .youtube {
    padding-bottom: 56.25%;
}

.youtube iframe, .youtube object, .youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.waaper-video video {
    object-fit: cover;
}

.single-page img {
    max-width: 100%;
}

.wapper-info-customer .form-commnent-single input.form-control.check-false::placeholder {
    color: #EF0000 !important;
    font-size: 10px;
}

.validate-true {
    position: absolute;
    right: 20px;
    top: 17px;
    width: 13px;
    height: 10px;
    background: url(../images/checked.svg) no-repeat;
    transform: translate(0,-50%);
    display: none;
}

.validate-false {
    position: absolute;
    right: 20px;
    top: 17px;
    width: 15px;
    height: 15px;
    transform: translate(0,-50%);
    background: url(../images/cga-exclamation-new.svg) no-repeat;
    background-size: 100%;
    display: none;
}

@media only screen and (min-width:800px) {
    .only-mobile {
        display: none;
    }
}

@media only screen and (max-width:800px) {
    .only-desktop {
        display: none;
    }

    .only-mobile {
        display: block;
    }
}

.form-control:focus,
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active,
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: unset;
}

.no-padding {
    padding: 0;
}

.slick-list.draggable,
.slick-list.draggable a {
    cursor: grab;
}

    .slick-list.draggable:active,
    .slick-list.draggable a:active {
        cursor: grabbing;
    }

.select2.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px;
    }

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}

a.textLine-3.fz-16 {
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}