.slide-item {
    width: 100%;
}

.item-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio for responsive design */
    height: 0;
}

.item-video iframe,
.item-video img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.title-video {
    margin-top: 10px;
    display: block;
}

@media (max-width: 768px) {
    /* Apply styles for screens with a maximum width of 768px (adjust as needed) */
    .item-video {
        padding-bottom: 75%; /* You can adjust the aspect ratio for smaller screens */
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 100% !important;
        margin: 30px auto;
    }
}

.footer,
.container,
.go-top,
.login-down {
    visibility: hidden;
}

a,
cite,
code,
dd,
dl dt,
em,
i,
ins,
mark,
p,
pre,
strong,
sup {
    text-decoration: none
}

.link-home,
img[alt] {
    font-size: 0
}

body,
html {
    width: 100%
}

.clear,
.clearfix::after {
    clear: both
}

cite,
em,
i,
p {
    line-height: 1.6
}

.navigation>ul>li>a:not(.link-home),
blockquote,
body,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
ol,
p,
q,
select,
sup,
table,
textarea,
ul {
    font-family: Arial, Helvetica, sans-serif
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
svg {
    display: block
}

* {
    -webkit-font-smoothing: antialiased
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
    overflow-x: hidden;
    overflow-y: auto;
    color: #666
}

blockquote::after,
blockquote::before,
q::after,
q::before {
    content: "";
    content: none
}

:focus {
    outline: 0;
    border: none
}

strong {
    font-weight: 700
}

a,
cite,
em,
i,
mark,
p,
sup {
    font-weight: 400
}

del {
    text-decoration: line-through
}

.clearfix::after,
.clearfix::before {
    content: " ";
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

svg:not(:root) {
    overflow: hidden
}

.nicescroll-rails {
    cursor: pointer !important;
    z-index: 10000 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.4
}

.language li a,
button {
    font-weight: 700
}

p {
    font-size: 16px;
    -webkit-text-size-adjust: none
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

mark {
    background-color: transparent
}

sup {
    bottom: 5px;
    font-size: 70%;
    position: relative
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    cursor: pointer
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #213679;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    z-index: 100
}

.bg-logo,
.logo,
.logo svg {
    position: relative
}

.bg-logo {
    width: 20vw;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .5);
    height: 90px;
    padding-top: 10px;
    z-index: 10
}

.logo {
    display: inline-block;
    width: 140px;
    height: 70px;
    color: #fff
}

.logo svg {
    display: block;
    width: 100%;
    height: 100%
}

.right-header {
    position: absolute;
    width: 100px;
    height: 40px;
    right: 15px;
    top: 25px;
    z-index: 10
}

.nav,
.navigation>ul>li {
    height: auto;
    width: auto
}

.wrap-content,
.wrap-content-sm,
.wrap-page {
    width: 90%;
    position: relative;
    margin: auto;
    display: block
}

.wrap-content,
.wrap-page {
    max-width: 1200px
}

.wrap-content-sm {
    max-width: 1000px
}

.justify {
    text-align: justify
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.language li a,
.navigation,
.text-center {
    text-align: center
}

.nav {
    position: absolute;
    padding: 0;
    top: 0;
    right: 120px;
    z-index: 12
}

.navigation {
    display: block;
    position: relative;
    width: 100%
}

.language li.active,
.link-home,
.nav-click {
    display: none
}

.navigation>ul>li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 13px
}

.navigation ul li.show,
.search-but.active::before {
    opacity: 1
}

.navigation>ul>li>a:not(.link-home) {
    color: #fff;
    padding: 34px 0;
    margin: 0 1px 0 0;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    z-index: 10
}

.navigation>ul>li.active>a {
    background-color: #213679;
    color: #fff;
    pointer-events: auto
}

.link-home {
    padding: 0;
    text-indent: -9999px
}

.navigation>ul>li.current .link-home {
    background-position: center bottom
}

.navigation ul ul {
    position: absolute;
    top: 90px;
    left: 0;
    width: auto;
    max-width: 300px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px)
}

.navigation ul ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #aaa
}

.navigation ul ul li a {
    display: block;
    padding: 15px;
    position: relative;
    color: #666;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
    white-space: nowrap
}

.navigation ul ul li.current a {
    background-color: #213679;
    color: #fff
}

.nav-click {
    position: fixed;
    top: 10px;
    right: 15px;
    width: 50px;
    height: 40px;
    cursor: pointer;
    z-index: 100
}

.language,
.seach-top,
.search-but {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.nav-click .line {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 2px;
    transition: opacity .2s
}

.nav-click .line,
.nav-click::after,
.nav-click::before {
    background-color: #fff
}

.nav-click::after,
.nav-click::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    pointer-events: none;
    transition: transform 150ms;
    transform-origin: 50% 50%
}

.search-but::before,
.search-form {
    background-color: #fff;
    transition: .3s ease-in-out
}

.nav-click::before {
    transform: translate3d(0, -10px, 0) scale3d(.8, 1, 1)
}

.nav-click::after {
    transform: translate3d(0, 10px, 0) scale3d(.8, 1, 1)
}

.nav-click.active .line {
    opacity: 0
}

.nav-click.active::before {
    width: 80%;
    left: 10%;
    transform: rotate3d(0, 0, 1, 45deg)
}

.nav-click.active::after {
    width: 80%;
    left: 10%;
    transform: rotate3d(0, 0, 1, -45deg)
}

.language {
    margin: 0 5px;
    width: 40px;
    height: 40px
}

.language li {
    position: relative;
    display: block;
    margin: 0
}

.language li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 23px;
    color: #fff;
    text-transform: uppercase;

}

.seach-top {
    height: auto;
    z-index: 12
}

.search-but {
    margin: 0;
    width: 40px;
    height: 40px;
    color: #fff
}

.search-but::before {
    content: " ";
    width: 40px;
    height: 40px;
    position: absolute;
    top: -1px;
    left: 1px;
    opacity: 0;
    border-radius: 50%
}

.search-but svg {
    width: 90%;
    height: 90%;
    margin: 5%;
    position: relative;
    z-index: 10
}

.search-form {
    position: absolute;
    right: 0;
    top: 65px;
    display: block;
    width: 0;
    height: 60px;
    pointer-events: none;
    z-index: 999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.form-row-search {
    position: relative;
    width: 100%;
    height: 100%
}

.form-row-search input[type=text] {
    border: 0;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    background-color: transparent;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    line-height: 58px;
    box-shadow: none
}

.form-row-search input[type=text]:focus {
    color: #333
}

.search-form.active {
    width: 500px;
    pointer-events: auto
}

.search-but.active {
    color: #213679
}

@media screen and (max-width:1400px) {
    .navigation>ul>li>a:not(.link-home) {
        padding: 36px 0;
        font-size: 13px
    }

    .item-history {
        padding: 7px
    }
}

@media screen and (max-width:1300px) {
    .navigation>ul>li {
        margin: 0 10px
    }
}

@media screen and (max-width:1100px) {

    .nav,
    .navigation ul ul {
        background-color: #213679
    }

    .box-line,
    .navigation::after,
    .navigation>ul>li::after,
    .wheel {
        display: none
    }

    ::-webkit-scrollbar {
        width: 0
    }

    .loadicon {
        transform: scale(.7, .7)
    }

    .header {
        height: 70px
    }

    .right-header {
        right: auto;
        top: 15px;
        left: 15px
    }

    .nav-click {
        top: 14px;
        display: block
    }

    .bg-logo {
        width: auto;
        height: auto;
        padding-top: 5px;
        padding-left: 0;
        text-align: center;
        border: 0
    }

    .logo {
        height: 60px;
        width: 105px
    }

    .nav {
        position: fixed;
        width: 100%;
        max-width: 350px;
        height: calc(100% - 60px);
        top: 60px;
        right: 0;
        transition: transform .3s;
        overflow: hidden;
        transform: translateX(100%);
        z-index: 30
    }

    .navigation {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 50px;
        position: absolute;
        text-align: center;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translate3d(0, 0, 0)
    }

    .navigation>ul {
        width: 100%;
        height: auto;
        display: block;
        padding: 0 0 60px
    }

    .navigation ul li {
        opacity: 0
    }

    .navigation>ul>li {
        width: 100%;
        display: block;
        padding: 0;
        text-align: center;
        opacity: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        margin: 1px 0
    }

    .navigation>ul>li>a:not(.link-home) {
        display: block;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.8;
        padding: 15px 20px;
        text-align: center;
        transition: none;
        background-color: #06115b;
    }

    .navigation ul ul {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        visibility: visible;
        opacity: 1;
        transform: none;
        max-width: inherit
    }

    .navigation>ul>li ul li a {
        color: #fff !important;
        background-color: transparent;
        padding: 15px;
        text-align: center;
        line-height: 1.8
    }

    .link-home {
        display: block;
        width: 100%;
        padding: 15px;
        background-color: #06115b;
    }

    .navigation>ul>li.current>.link-home::before {
        background-position: -3px -48px
    }

    .navigation>ul>li.active-color>a,
    .navigation>ul>li.current>a {
        background-color: #fff
    }

    .nav li.active-color a:not(.link-home),
    .nav li.current a:not(.link-home) {
        color: #213679
    }

    .navigation ul ul>li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .5)
    }

    .navigation ul ul>li:last-child {
        border: none
    }

    .navigation ul ul li a {
        font-size: 14px;
        font-weight: 700
    }

    .navigation ul ul li {
        margin: 0
    }

    .navigation ul ul li.current a {
        background-color: #666
    }

    .nav.active {
        transform: translateX(0)
    }

    .nav.active .navigation ul li,
    .nav.active .navigation ul li ul li:nth-child(2n) {
        animation-name: goLeft;
        animation-duration: .5s;
        animation-fill-mode: forwards
    }

    .nav.active .navigation ul li ul li,
    .nav.active .navigation ul li:nth-child(2n) {
        animation-name: goRight;
        animation-duration: .5s;
        animation-fill-mode: forwards
    }

    .nav.active .navigation ul li ul li {
        animation-delay: .5s
    }

    .search-form {
        top: 49px;
        right: -70px
    }

    .search-but::before {
        height: 60px;
        width: 50px;
        top: -10px;
        left: -5px;
        border-radius: 0
    }

    .search-form.active {
        width: calc(100vw - 17px)
    }

    .form-row-search input[type=text] {
        padding: 0 20px
    }
}
.container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
a:focus{
    outline: 0px auto -webkit-focus-ring-color !important;
}
.facebook1{
    margin: 20px !important
}
@media only screen and (min-width:1200px) {
    .sds {
        display: flex !important;
        
    }
    .ms-5{
        padding-left: 30px
    }
    .form_login_{
        width: 500px;
        
    }
    .fform{
        display: flex;
        justify-content: center
    }
}
@media screen and (max-width: 840px){
    .center{
        display: flex;
        justify-content: center
    }
}
.sd {
    padding: 20px;
 
}