@font-face {
    font-family: "LuongTuong";
    src: url("../fonts/LuongTuong.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "SVN-Gilroy-Bold";
    src: url("../fonts/SVN-Gilroy-Bold.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "SVN-Gilroy-Medium";
    src: url("../fonts/SVN-Gilroy-Medium.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "SVN-Gilroy-Regular";
    src: url("../fonts/SVN-Gilroy-Regular.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "SVN-Gilroy-SemiBold";
    src: url("../fonts/SVN-Gilroy-SemiBold.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "UTM AvoBold";
    src: url("../fonts/UTM AvoBold.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "iCiel-SamsungSharpSans-Bold";
    src: url("../fonts/iCiel-SamsungSharpSans-Bold_SMCPS.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Montserrat-Light";
    src: url("../fonts/Montserrat-Light.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("../fonts/Montserrat-Medium.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../fonts/Montserrat-SemiBold.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "LostVietnam";
    src: url("../fonts/LostVietnam-Regular.otf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "PlayfairDisplay";
    src: url("../fonts/PlayfairDisplay.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Inter-Light";
    src: url("../fonts/Inter-Light.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Inter-Regular";
    src: url("../fonts/Inter-Regular.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Inter-Medium";
    src: url("../fonts/Inter-Medium.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Inter-SemiBold";
    src: url("../fonts/Inter-SemiBold.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Inter-Bold";
    src: url("../fonts/Inter-Bold.ttf");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "SYNE-BOLD";
    src: url("../fonts/SYNE-BOLD.TTF");
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter-Regular";
    font-size: 14px;
    font-weight: 400;
    color: #231F20;
    line-height: 1.4;
    position: relative;
}

header#header ul,
header#header li {
    list-style-type: none;
}

img {
    max-width: 100%;
    width: auto;
    vertical-align: middle;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.d-flex {
    display: flex;
}

section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}

.container {
    width: 74vw;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-family: "Inter-Bold";
}

.pc {
    display: block;
}

.mb {
    display: none;
}


/* ------------------------------ Header ------------------------------ */

header#header {
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
}

.header {
    padding: 17px 0px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    position: relative;
    width: 100%;
}

.header_menu_fix {
    position: fixed;
    -webkit-box-shadow: 0 0 10px 0 #06174e;
    box-shadow: 0 0 10px 0 #06174e87;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    top: 0px;
    z-index: 9999;
    background-color: #002059e6;
    padding: 10px 0px;
}

.header_menu_fix .header_logo img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    max-width: 100px;
}

.header_right_wrap {
    display: flex;
    align-items: center;
    column-gap: 2px;
    justify-content: flex-end;
}

.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px 10px 0px;
    font-size: 12px;
    color: #A34624;
}

.header_left,
.header_right {
    margin: auto 0px;
}

.header_right {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 85px;
    grid-template-rows: auto;
    column-gap: 100px;
    align-items: center;
}

.header_logo {
    overflow: hidden;
}

.header_logo img {
    height: auto;
    max-width: 140px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.header_lang {
    margin: auto 0px;
    display: none;
}

.header_menu_wrap {
    display: grid;
    width: 100%;
    grid-template-columns: 140px 1fr;
    grid-template-rows: auto;
    column-gap: 25px;
}

label.screen-reader-text {
    display: none;
}

.header-search form div {
    display: flex;
    align-items: center;
    position: relative;
}

.header-search {
    margin: auto 0px;
}

.wrap-header-search {
    position: relative;
    cursor: pointer;
}

.wrap-header-search>img {
    width: 15px;
    height: auto;
}

.wrap-header-search:hover .wrap_search_form {
    display: block;
}

.wrap_search_form {
    position: absolute;
    right: 0;
    top: 8px;
    padding-top: 25px;
    display: none;
    transition: 0.3s ease-in-out;
    z-index: 99;
}

.header-search form {
    margin: auto 0px;
}

.header-search form input {
    padding: 5px 20px 5px 20px;
    border: 1px solid #A6A8AB;
    background-color: #ffffff;
    color: #000000;
    outline: none;
    border-radius: 7px;
    height: 45px;
    position: relative;
    width: 300px;
}

.header-search form input#searchsubmit {
    width: 45px;
    height: 45px;
    color: transparent;
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
}

.header-search form input::placeholder {
    color: #A5A5A5;
    font-size: 14px;
    font-style: italic;
    list-style: 1;
}

.header-search form input#searchsubmit {
    width: 40px;
    height: 28px;
    color: transparent;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    position: relative;
    z-index: 9;
    margin-left: -42px;
    padding: 5px 10px;
}

.wrap-menu {
    margin: auto 0px;
}

.wrap-menu ul#mega-menu-mainmenu li a {
    font-family: "Inter-Medium" !important;
}

.wrap-header-icon {
    display: none;
}

.translate {
    margin: auto 0px;
}

.translate-bar {
    position: relative;
}

.translate-bar::before {
    content: "";
    z-index: 2;
    position: absolute;
    width: 7px;
    height: 5px;
    top: 50%;
    right: -3px;
    transform: translateY(-50%);
    background-color: #ffffff;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    margin-top: 1px;
}

#translate-menu {
    position: relative;
}

ul#translate-menu,
ul#translate-menu li {
    margin: 0;
    padding: 0;
}

#translate-menu>li>a {
    color: #ffffff;
}

#translate-menu .sub-menu {
    display: flex;
    flex-direction: column;
    padding: 8px;
    row-gap: 2px;
    min-width: 114px;
    width: 100%;
    position: absolute;
    left: -30px;
    top: 8px;
    z-index: 99;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 4px 6px #0000004a;
    opacity: .5;
    transform: translateY(37px);
    margin: 0;
    margin-left: 0px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    background-color: #ffffff;
}

#translate-menu .sub-menu li a {
    padding: 10px 10px;
    color: #000000;
    background: #ffffff;
}

#translate-menu .sub-menu .current-lang a {
    background: #002059;
    color: #ffffff;
}

#translate-menu .sub-menu li:first-child a {
    border-radius: 4px 4px 4px 4px;
    border-bottom: 1px solid #ffffff;
}

#translate-menu .sub-menu li:last-child a {
    border-radius: 4px 4px 4px 4px;
    border-top: 1px solid #ffffff;
}

#translate-menu .sub-menu li:hover a {
    background: #002059;
    color: #ffffff;
}

#translate-menu .sub-menu li a {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 1;
    display: block;
}

.translate:hover .sub-menu {
    visibility: visible !important;
    transform: translateY(22px) !important;
    transition: all .3s ease !important;
    opacity: 1 !important;
}

#translate-menu .current-menu-parent>a {
    font-size: 16px;
    font-family: "SVN-Gilroy-Medium";
    text-transform: uppercase;
    padding: 10px;
}


/* ------- menu ------- */

ul#main2 {
    display: flex;
    justify-content: end;
    column-gap: 20px;
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
}

ul#main2>li {
    position: relative;
}

ul#main2>li>a {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Inter-Medium';
    padding: 20px 20px;
    transition: 0.3s ease-in-out;
}

ul#main2 li:nth-child(3) ul.sub-menu {
    width: 300px;
    height: auto;
    left: -100px;
    /* background-color: rgba(255, 255, 255, 0.75); */
    /* background-color: #FFFFFF; */
    /* background: hsla(0, 0%, 96.1%, .7098039215686275) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-blend-mode: multiply; */
    top: 40px;
    /* padding: 2px 12px 12px 12px; */
}

ul#main2 li ul.sub-menu {
    width: 300px;
    height: auto;
    left: -100px;
    /* background-color: #ffffff82; */
    /* background: hsla(0, 0%, 96.1%, .7098039215686275) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-blend-mode: multiply; */
    top: 40px;
    /* padding: 2px 12px 12px 12px; */
    box-shadow: 0px 0px 10px #00000033;
}

ul#main2 li ul.sub-menu::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 100%;
    left: 0px;
    top: 0;
    background: hsla(0, 0%, 96.1%, .7098039215686275) !important;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-blend-mode: multiply;
    top: 0px;
    z-index: -1;
}

ul#main2 li ul.sub-menu li {
    width: 300px !important;
    background: #f1f1f1;
}

ul#main2 li ul.sub-menu ul.sub-menu li {
    width: 340px !important;
    position: relative;
    background: #f1f1f1;
}

ul#main2 li ul.sub-menu ul.sub-menu {
    width: 340px;
    height: auto;
    max-height: 400px;
    left: 312px;
    right: unset;
    padding-left: 0px;
    /* background-color: transparent; */
    /* background-color: #FFFFFF; */
    /* background: hsla(0, 0%, 96.1%, .7098039215686275) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    background-blend-mode: multiply; */
    margin-top: 0px;
    top: 0;
    padding: 0px 0px 0px 0px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 0px 0px 10px #00000033;
}

ul#main2 li ul.sub-menu ul.sub-menu::after {
    content: "";
    position: absolute;
    width: 340px;
    height: 100%;
    max-height: 400px;
    left: 0px;
    right: 0;
    top: 0;
    z-index: -1;
    background: hsla(0, 0%, 96.1%, .7098039215686275) !important;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-blend-mode: multiply;
}

/* ul#main2 li ul.sub-menu ul.sub-menu li a {
    background: hsla(0, 0%, 96.1%, .6) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-blend-mode: multiply;
} */

ul#main2 li ul.sub-menu ul.sub-menu::-webkit-scrollbar-button,
ul#main2 li ul.sub-menu ul.sub-menu::-webkit-scrollbar-track-piece,
ul#main2 li ul.sub-menu ul.sub-menu::-webkit-scrollbar-corner,
ul#main2 li ul.sub-menu ul.sub-menu::-webkit-resizer {
    display: none;
}

ul#main2 li ul.sub-menu ul.sub-menu::-webkit-scrollbar,
ul#main2 li ul.sub-menu ul.sub-menu::-webkit-scrollbar-thumb,
ul#main2 li ul.sub-menu ul.sub-menu::-webkit-scrollbar-track {
    border: none;
    background: transparent;
    width: 2px;
}

ul#main2 li ul.sub-menu ul.sub-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.418);
    background-size: 1px;
    border-radius: 6px;
}

ul#main2 li ul.sub-menu ul.sub-menu::-webkit-scrollbar-track {
    background-repeat: repeat-y;
    background-size: 1px;
    background-position: center top;
}

ul#main2>li>ul.sub-menu::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 10px;
    /* background-color: rgba(255, 255, 255, 0.75); */
    /* background-color: #FFFFFF; */
    background: hsla(0, 0%, 96.1%, .7098039215686275) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-blend-mode: multiply;
    top: -9.5px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

ul#main2>li>ul.sub-menu>li {
    width: 300px;
}

ul#main2 ul.sub-menu a,
ul#main2 ul.sub-menu ul.sub-menu a {
    padding: 10px;
    display: block;
    /* border-bottom: 1px solid #ffffff !important; */
    border-bottom: 1px solid #dcdcdc !important;
    transition: 0.3s ease-in-out;
    font-size: 16px;
}

ul#main2 ul.sub-menu ul.sub-menu a {
    font-family: 'Inter-Light';
    color: #000000;
}

ul#main2 ul.sub-menu a {
    font-family: 'Inter-Medium';
    color: #000000;
    position: relative;
}

.sub-menu > li {
    position: relative;
}

.sub-menu > li > .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
}

.sub-menu > li > .sub-menu > li > .sub-menu {
    position: absolute;
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
}

.sub-menu > li:has(.sub-menu>.sub-menu)>a::after {
    content: '▼';
    font-size: 0.8em;
    margin-left: 5px;
    color: #FFFFFF;
}

.sub-menu > li > a {
    position: relative;
    padding-right: 10px;
}

.arrow-icon {
    font-size: 0.8em;
    margin-left: 5px;
    color: hsla(0, 0%, 96.1%, .7098039215686275) !important;
    position: absolute;
    right: -13px;
    transform: rotate(90deg);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

ul#main2 ul.sub-menu>li>a:hover {
    color: #002059;
    transition: 0.3s ease-in-out;
    font-family: 'Inter-Bold';
}

ul#main2 ul.sub-menu ul.sub-menu a:hover {
    font-family: 'Inter-SemiBold';
}

ul#main2 ul.sub-menu li:last-child a,
ul#main2 ul.sub-menu ul.sub-menu li:last-child a {
    border-bottom: 1px solid transparent;
}

ul#main2 .current_page_item a,
ul#main2>li:hover>a {
    color: #72BE44;
}

ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding-left: 0;
    width: 200px;
}

ul.sub-menu li a {
    color: #000000;
}

ul#main2>li:hover>ul.sub-menu {
    display: block;
}

/* ------------------------------ Slider ------------------------------ */

section#home_banner {
    width: 100%;
    height: 100vh;
    margin-top: 0px;
}

section#home_banner video {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

.home_content {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 5;
    top: 60%;
    left: 0;
    transform: translateY(-60%);
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Inter-Light";
}

.home_content h1 {
    margin: 0px;
    font-size: 76px;
    font-family: "Inter-Light";
    margin-bottom: 15px;
}

.home_content h1 span {
    font-family: 'Inter-Medium';
}

.home_content_wrap {
    width: 100%;
    max-width: 58%;
    margin: 0px auto;
}


/* ------------------------------ Home About ------------------------------ */

section#about {
    padding: 130px 0px;
}

.about_wrap h2 {
    color: #72BE44;
    font-family: 'Inter-Regular';
    font-size: 48px;
    text-align: center;
    margin: 0px;
    margin-bottom: 10px;
}

.home_about {
    position: relative;
    z-index: 5;
}

.home_about_back {
    position: relative;
    z-index: 3;
}

.home_about_back img {
    width: 100%;
    height: auto;
}

.about_wrap {
    font-size: 35px;
    text-align: center;
    width: 100%;
    max-width: 90%;
    margin: 0px auto;
}

section#home_about {
    position: relative;
    width: 100%;
    max-width: 93vw;
    margin: 0px auto;
}

.home_about_wrap {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 50px;
    position: relative;
    top: -110px;
    z-index: 5;
    background-color: #FFFFFF;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

.home_about_left {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.home_about_left h2 {
    color: #002059;
    font-size: 48px;
    margin: 0px;
    font-family: 'Inter-Regular';
}

.home_about_right p:last-child {
    margin-bottom: 0px;
}

.home_about_right p {
    margin-bottom: 30px;
}

.home_about_right {
    color: #343A40;
    font-size: 18px;
}

.about_btn a {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    color: #002059;
    font-family: "Inter-SemiBold";
    position: relative;
}

.about_btn a::before {
    background-color: #002059;
    content: "";
    width: 84%;
    height: 2px;
    position: absolute;
    z-index: 1;
    bottom: 0;
}


/* ------------------------------ Home Solution ------------------------------ */

section#solution {
    padding: 0px 0px 90px 0px;
}

.solution_title {
    text-align: center;
    font-size: 18px;
    color: #343A40;
}

.solution_title h2 {
    font-size: 32px;
    color: #002059;
    margin: 0px auto;
    font-family: 'Inter-Regular';
    width: 100%;
    max-width: 65%;
    margin-bottom: 5px;
    line-height: 1.3;
}

#owl-solution .owl-nav,
#owl-solution .owl-nav.disabled {
    display: none !important;
}

#owl-solution .owl-dots,
#owl-solution .owl-dots.disabled {
    position: relative;
    bottom: 0px;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    justify-content: center;
    margin: 40px 0px 0px 0px;
    align-items: center;
}

#owl-solution .owl-dots .owl-dot,
#owl-solution .owl-dots.disabled .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #E6E7E8;
    border: 3px solid transparent;
    border-radius: 100px;
    margin: 0 8px;
}

#owl-solution .owl-dots .owl-dot.active,
#owl-solution .owl-dots.disabled .owl-dot.active {
    width: 13px;
    height: 13px;
    border: 3px solid #72BE44;
    background-color: #72BE44;
}

.home_project_wrap {
    width: 100%;
    height: auto;
    max-width: 93vw;
    margin: 0px auto;
    margin-top: 35px;
}

.solution_content {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 15px;
}

.solution_avata {
    width: 100%;
    aspect-ratio: 0.74;
    overflow: hidden;
}

.solution_avata img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.solution_item:hover .solution_item_title a {
    color: #72BE44;
    transition: 0.3s ease-in-out;
}

.solution_item:hover .solution_avata img {
    transform: scale(1.2) rotate(4deg);
    transition: 0.3s ease-in-out;
}

.solution_item:hover .solution_item_icon {
    filter: unset;
    transition: 0.3s ease-in-out;
}

.solution_item_icon img {
    width: auto;
    height: 65px;
    max-width: 65px;
    object-fit: contain;
}

.solution_item_icon {
    width: auto;
    height: 65px;
    max-width: 65px;
    object-fit: contain;
    position: relative;
    filter: grayscale(100%);
}

.solution_item_icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.solution_item_title a {
    color: #9BA1A8;
    font-size: 26px;
    transition: 0.3s ease-in-out;
}

.solution_item_title a:hover {
    color: #72BE44;
    transition: 0.3s ease-in-out;
}


/* ------------------------------ Home Partner ------------------------------ */

section#home_client {
    padding: 75px 0px 135px 0px;
    background-color: #002059;
    background-blend-mode: multiply;
}

.home_client {
    color: #FFFFFF;
    margin: 0px;
    text-align: center;
    font-size: 48px;
    font-family: 'Inter-Regular';
}

.home_client_wrap {
    display: flex;
    /* grid-template-columns: repeat(7, 1fr);
    grid-template-rows: auto; */
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 20px;
    margin-top: 60px;
}

.client_item {
    width: 185px;
    height: 118px;
    background-color: #FFFFFF;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: auto;
}


/* ------------------------------ Home New ------------------------------ */

section#home_news {
    padding: 75px 0px 75px 0px;
    background-color: rgba(218, 227, 230, 0.2);
}

.home_mew_wrap {
    padding-top: 35px;
}

.home_product_title {
    color: #002059;
    font-size: 48px;
    font-family: 'Inter-Regular';
    text-transform: uppercase;
    position: relative;
    margin: 0px;
    text-align: center;
}

.news_item_item {
    width: 100%;
    overflow: hidden;
}

.news_item_item:hover .news_avata img {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
    opacity: 0.7;
}

.news_avata {
    width: 100%;
    position: relative;
    aspect-ratio: 1.5;
    overflow: hidden;
}

.news_avata img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.news_item_title {
    margin: 20px 0px 15px 0px;
}

.news_item_title a {
    color: #002059;
    font-size: 16px;
    font-family: 'Inter-Medium';
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.news_item_excerpt {
    color: #343A40;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

#owl-new .owl-dots,
#owl-new .owl-dots.disabled {
    position: relative;
    bottom: 0px;
    transform: translateX(-50%);
    left: 50%;
    /* display: flex; */
    display: none;
    justify-content: center;
    margin: 16px 0px;
}

#owl-new .owl-dots .owl-dot,
#owl-new .owl-dots.disabled .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #D3D3D3;
    border: 1px solid #D3D3D3;
    border-radius: 100px;
    margin: 0 8px;
}

#owl-new .owl-dots .owl-dot.active,
#owl-new .owl-dots.disabled .owl-dot.active {
    border: 2px solid #207264;
    background-color: #207264;
}

#owl-new .owl-nav,
#owl-new .owl-nav.disabled {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 85px;
    position: absolute;
    right: 0;
    top: -60px;
    z-index: 99;
}

#owl-new .owl-nav .owl-next,
#owl-new .owl-nav.disabled .owl-next,
#owl-new .owl-nav .owl-prev,
#owl-new .owl-nav.disabled .owl-prev {
    width: 35px;
    height: auto;
    opacity: 0.5;
}

#owl-new .owl-nav .owl-next:hover,
#owl-new .owl-nav.disabled .owl-next:hover,
#owl-new .owl-nav .owl-prev:hover,
#owl-new .owl-nav.disabled .owl-prev:hover {
    opacity: 1;
}

#owl-new .owl-nav .owl-next img,
#owl-new .owl-nav.disabled .owl-next img {
    transform: rotate(180deg);
}

.home_new_item {
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    border: 0.25px solid #00205942;
    border-bottom: 4px solid #002059;
}

.home_new_item:hover {
    box-shadow: 5px 5px 8px #0000003d;
    transition: 0.3s ease-in-out;
    transform: translateY(-10px);
}

.home_new_item:hover .home_new_avata img {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

.pro_avata {
    padding: 10px !important;
}

.pro_avata img {
    object-fit: contain !important;
}

.home_new_avata,
.home_new_avata img,
.list_cate_imge,
.list_cate_imge img {
    overflow: hidden;
    transition: 0.3s ease-in-out;
    aspect-ratio: 1.47;
    width: 100%;
    padding: 0;
    object-fit: cover;
}

.home_new_content {
    padding: 20px 25px 40px 25px;
    border-top: none;
    margin-left: 0.25px;
    background-color: #fff;
}

.pro_item_cate {
    color: #939598;
    font-size: 16px;
    margin-bottom: 5px;
}

.home_new_item_title {
    margin: 0px 0px 18px 0px;
}

.home_new_item_title a {
    font-size: 20px;
    font-family: 'Inter-Bold';
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    color: #231F20;
    min-height: 56px;
}

.home_new_item_exp {
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    min-height: 59px;
}

.home_new_item_except p,
.home_new_item_exp p {
    margin-bottom: 0px;
}

.home_new_item_detail {
    margin-top: 18px;
}

.home_new_item_detail a {
    font-size: 18px;
    color: #000000;
}

.home_new_item_detail a {
    font-size: 16px;
    color: #002059;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.home_new_item_detail a img {
    width: 34px !important;
    margin-bottom: -3px;
}

.home_new_item_detail a svg {
    margin-bottom: -3px;
    padding: 2px;
}

.aside_list_cate {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 80px;
    margin-bottom: 60px;
}

.aside_list_cate:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.list_cat_title {
    position: relative;
    margin-bottom: 20px;
}

.list_cat_title h2 {
    margin: 0;
}

.list_cat_title a {
    font-size: 24px;
    color: #002059;
    font-family: 'Inter-Bold';
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    line-height: 1.4;
}

path.a {
    fill: #002059;
}

.list_cat_title svg {
    transform: rotate(30deg);
    position: relative;
}

.idea_wrap {
    position: relative;
    margin-bottom: -4px;
}

.idea {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cate-detail {
    margin: 30px 0px 0px 0px;
    text-align: center;
}

.cate-detail a {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    background-color: #002059;
    border: 1px solid #002059;
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 16px;
    column-gap: 5px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.cate-detail a:hover {
    color: #002059;
    border: 1px solid #002059;
    background-color: #ffffff;
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

.cate-detail a svg {
    width: 25px;
    height: 25px;
}


/* ------------------------------ Footer ------------------------------ */

footer#footer {
    background-color: #002059;
    color: #ffffff;
}

.footer {
    display: grid;
    padding: 50px 0px 50px 0px;
    grid-template-columns: 30% 40% 30%;
    grid-template-rows: auto;
    row-gap: 30px;
}

.footer_logo img {
    max-width: 185px;
    height: auto;
}

.footer_contact_title {
    font-family: "Inter-Bold";
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer_social {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-top: 16px;
}

.footer_about ul {
    padding-left: 1px;
    list-style-type: none;
}

.footer_about li {
    margin-bottom: 10px;
}

.footer_about a {
    color: #ffffff;
}

.footer_about a:hover {
    color: #72BE44;
}

.footer_form form {
    position: relative;
}

.footer_form form input {
    width: 100%;
    padding: 10px 10px 10px 10px;
    border-radius: 0px;
    border: 1px solid #ffffff;
    outline: none;
    line-height: 1;
    color: #808184;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    margin-bottom: 5px;
}

.footer_form form input::placeholder {
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    color: #808184;
    line-height: 1;
}

.footer_form form input[type=submit] {
    background-color: #72BE44;
    color: #ffffff;
    padding: 10px;
    width: auto;
    height: 40px;
    position: relative;
    top: 0px;
    right: 0px;
    background-size: contain;
    z-index: 9;
    border: 1px solid #72BE44;
    margin-bottom: 0px;
}

.footer_form form .wpcf7-spinner {
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 9;
}

.footer_form form p {
    margin-bottom: 0px;
}

.footer_contact_item {
    display: flex;
    width: 100%;
    column-gap: 8px;
    margin-bottom: 15px;
}

.footer_contact_text p {
    margin: 0px;
}

.footer_contact_icon {
    width: 20px;
}

.footer_cntact_content {
    margin-top: 30px;
}

.footer_about {
    margin: 0px auto;
}

.footer_form {
    padding: 0px 0px 0px 30px;
    margin: 0px auto;
}

.footer_map {
    padding: 0px 0px 0px 20px;
}

.fancybox-container {
    z-index: 99999999999 !important;
}

.footer_logo {
    text-align: center;
    padding-right: 35px;
}

.footer_company {
    margin-top: 20px;
    font-family: 'Inter-Bold';
    font-size: 17px;
}

.footer_social_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 15px;
}

.footer_social_item {
    width: 28px;
    height: 28px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.footer_social_wrap a:hover .footer_social_item {
    background-color: rgba(255, 255, 255, 0.3);
    transition: 0.3s ease-in-out;
}

.footer_map iframe {
    width: 100% !important;
}


/* ------------------------------ BackToTop ------------------------------ */

#supportfix {
    position: fixed;
    z-index: 9999;
    bottom: 100px;
    right: 40px;
    bottom: 20%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

#supportfix .support_item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

#supportfix .support_item img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.btn_top {
    display: none;
}

svg.bi.bi-chevron-up {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    fill: #707070;
}

.page_pagaination {
    margin-top: 35px;
}

.pagination {
    clear: both;
    position: relative;
    font-size: 16px;
    line-height: 13px;
    float: right;
    list-style-type: none;
    width: 100%;
    margin: 0px !important;
    display: flex !important;
    justify-content: center;
}

.pagination span {
    display: none !important;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #072B6B;
}

.pagination a:hover {
    color: #fff;
    background: #072B6B;
}

.pagination .current {
    padding: 6px 9px 5px 9px;
    color: #fff;
}

.pagination .active a,
.pagination .active a:focus,
.pagination .active a:hover,
.pagination .active span,
.pagination .active span:focus,
.pagination .active span:hover {
    background-color: #072B6B !important;
    border-color: #072B6B !important;
}

.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover {
    color: #ffffff !important;
    background-color: #072B6B !important;
    border-color: #072B6B !important;
}

.pagination li a,
.pagination li span {
    color: #b2b2b2 !important;
}

.pagination li:last-child a,
.pagination li:last-child span {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important
}


/* ------------------------------ Modal ------------------------------ */

.modal-dialogs .modal-content {
    overflow: hidden;
}

.modal-dialogs .modal-body {
    background-color: #d4dde5;
}

.modal-dialogs .modal-body .form-contact-btn .form-contact-item p::before {
    display: none;
}

.modal-dialogs h5#exampleModalLabel {
    font-size: 20px;
    font-family: 'SVN-Gilroy SemiBold';
    color: #511210;
}

.modal-dialogs .modal-header {
    position: relative;
    width: 100%;
}

.modal-dialogs button.close {
    position: absolute;
    top: 20px;
    right: 15px;
}

.modal-dialogs {
    width: 100%;
    max-width: 600px;
    position: relative;
    top: 50%;
    z-index: 999999999999;
    transform: translateY(-50%);
    margin: auto;
}

.modal {
    z-index: 999999999999 !important;
}

.wrap-menu_mobile {
    display: none;
}

.modal-dialogs .modal-body form p {
    margin-bottom: 0px;
}

.modal-dialogs .modal-body form input,
.modal-dialogs .modal-body form textarea {
    width: 100%;
    color: #000;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    outline: none;
    margin-bottom: 10px;
}

.modal-dialogs .modal-body form textarea {
    height: 150px;
}

.modal-dialogs .modal-body form .contact_fbox1,
.modal-dialogs .modal-body form .contact_fbox2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 10px;
}

.modal-dialogs .modal-body form .contact_fbox2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 10px;
}

.modal-dialogs .modal-body form .contact_fsize p,
.modal-dialogs .modal-body form .contact_fgoi p {
    display: flex;
}

.modal-dialogs .modal-body form .contact_fsize span,
.modal-dialogs .modal-body form .contact_fgoi span {
    text-align: center;
}

.modal-dialogs .modal-body form input[type=submit] {
    background-color: #ff6700;
    font-size: 16px;
    font-family: 'SVN-Gilroy SemiBold';
    color: #fff;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 25px;
    position: relative;
    left: 0%;
    transform: translateX(0%);
    margin-top: 30px;
    transition: 0.3s ease-in-out;
}

.modal-dialogs .modal-body form input[type=submit]:hover {
    background-color: #511210;
    color: #ffffff;
    transition: 0.3s ease-in-out;
}

.modal-dialogs .home_contact_lbox {
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* -----------------------popup---------------------- */

.form_popup h3 {
    font-size: 24px;
    text-align: center;
    color: #06174e;
}

.text {
    text-align: center;
    font-size: 16px;
    font-family: 'Inter-Medium';
    margin: 15px 0px;
}

.form_popup input, .form_popup textarea {
    width: 100%;
    padding: 10px;
    outline: none;
    /* background: #06174e7a; */
    border: 1px solid #06174e;
    border-radius: 7px;
    margin: 7px 0px;
    color: #06174e;
    font-size: 16px;
    font-family: 'Inter-Medium';
}