@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
label {
    font-family: 'Prompt', sans-serif !important;
}

li.dropdown-submenu.hover-active ul.dropdown-menu {
    display: block !important;
    opacity: 1 !important
}

.disabled {
    opacity: .3;
    color: grey;
    pointer-events: none;
}

.sub-detail {
    font-weight: 300;
    color: #696969;
    margin-bottom: 1rem;
    word-break: break-word;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2 !important;
    height: 42px;
}

.news-detail .sub-detail * {
    font-weight: 300 !important;
    color: #696969 !important;
}


/* Nav bar */

div#navbarNavDropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: -10rem;
    /* 10rem is the min-width of dropdown-menu */
    margin-top: -6px;
}


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

nav.navbar ul li {
    display: inline-block;
    margin: 0px 16px;
}

#mainMenu nav {
    float: right;
    margin-right: 7rem;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

nav.navbar a {
    color: #213285;
}

ul.dropdown-menu.dropdown-menu-right.drop-sec {
    line-height: 40px;
    left: 0;
    width: fit-content;
    /*border: unset;*/
    border: 1px solid #eee;
    margin-top: -16px !important;
    border-radius: unset;
    padding: 10px 0px !important;
}

ul.dropdown-menu.dropdown-menu-right.drop-sec li {
    width: 100%;
}

ul.dropdown-menu.drop-th {
    margin-left: 16rem !important;
    border: 1px solid #eee;
    width: 300px;
    /* position: fixed; */
    left: 0 !important;
    box-shadow: 4px 0px 10px #20202020 !important;
    margin-top: -11px !important;
    border-radius: unset;
    padding: 10px 0px !important;
}

ul.dropdown-menu.dropdown-menu-right.drop-sec a {
    max-width: unset;
    display: block;
    margin-left: 0;
    color: #213385;
    font-weight: 300;
    font-family: 'Prompt';
    letter-spacing: 0.04rem;
    line-height: 2rem;
    margin: 0px 20px;
    padding-right: 10px;
    padding-left: 0;
    border-bottom: 2px solid #fff;
}

li.nav-item.active a:hover {
    border-bottom: 2px solid;
}

ul.dropdown-menu.dropdown-menu-right.drop-sec li {
    display: block;
    margin: 0;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: unset;
}

ul.dropdown-menu.dropdown-menu-right.drop-sec a:hover {
    border-bottom: 2px solid #213385;
}

ul.dropdown-menu.dropdown-menu-right.drop-sec a:before {
    content: unset;
    float: right;
    color: #213385;
    transform: scaleY(1.5);
    position: absolute;
    right: 0;
    margin-right: 15px;
    font-size: 0.7rem;
}

.nav-link.dropdown-toggle:before {
    content: "^";
    float: right;
    transform: rotate(180deg) scaleY(0.7);
    margin-left: 5px;
    position: absolute;
    right: -15px;
    font-size: 1.2rem;
    margin-top: -2px;
}

ul.dropdown-menu.dropdown-menu-right.drop-sec li.dropdown-submenu a:after {
    content: ">";
    border: unset !important;
    text-decoration: unset;
    color: #213385;
    transform: scaleY(1.5);
    position: absolute;
    right: 0;
    margin-right: 15px;
    font-size: 0.7rem;
}

ul.dropdown-menu.dropdown-menu-right.drop-sec li.dropdown-submenu ul.dropdown-menu.drop-th a:after {
    content: unset;
    border: unset !important;
    text-decoration: unset;
    color: #213385;
    transform: scaleY(1.5);
    position: absolute;
    right: 0;
    margin-right: 15px;
    font-size: 0.7rem;
}


/* New Nav Bar */


/* New Nav Bar */

#header #mainMenu-trigger {
    z-index: 1;
}

#header.header-transparent #header-wrap #logo {
    top: 0;
}

.language img {
    width: 20px;
    margin-right: 5px;
}

#mainMenu nav>ul>li>a {
    color: #1d3472;
}

.language {
    display: block;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
}

#mainMenu nav {
    float: right;
    margin-right: 9rem;
}

.language ul {
    list-style: none;
}

#mainMenu nav>ul>li.current>a,
#mainMenu nav>ul>li.current>span,
#mainMenu nav>ul>li.hover-active>a,
#mainMenu nav>ul>li.hover-active>span,
#mainMenu nav>ul>li:focus>a,
#mainMenu nav>ul>li:focus>span,
#mainMenu nav>ul>li:hover>a,
#mainMenu nav>ul>li:hover>span {
    color: #737373;
    background: var(--main-bg-color);
}

.top-menu-item.tb-language .dropdown-list {
    margin-top: -20px;
}

#mainMenu nav>ul.main>li.dropdown.active a:before,
#mainMenu nav>ul>li>a:hover:before,
#mainMenu li.dropdown-submenu a:hover:before {
    content: "";
    position: absolute;
    background: #1d3472;
    width: 80%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#mainMenu nav>ul>li>a {
    position: relative;
    font-family: 'Prompt';
    font-size: 12.5px;
    font-weight: 400;
}

#mainMenu nav>ul.main>li.dropdown.active ul a:before {
    display: none !important;
}

li.dropdown-submenu a:before {
    display: none;
}

#mainMenu nav>ul>li .dropdown-menu>li.current>a,
#mainMenu nav>ul>li .dropdown-menu>li.current>span,
#mainMenu nav>ul>li .dropdown-menu>li.hover-active>a,
#mainMenu nav>ul>li .dropdown-menu>li.hover-active>span,
#mainMenu nav>ul>li .dropdown-menu>li:active>a,
#mainMenu nav>ul>li .dropdown-menu>li:active>span,
#mainMenu nav>ul>li .dropdown-menu>li:focus>a,
#mainMenu nav>ul>li .dropdown-menu>li:focus>span,
#mainMenu nav>ul>li .dropdown-menu>li:hover>a,
#mainMenu nav>ul>li .dropdown-menu>li:hover>span {
    color: #1d3472 !important;
}

#mainMenu nav>ul>li.current>a,
#mainMenu nav>ul>li.current>span,
#mainMenu nav>ul>li.hover-active>a,
#mainMenu nav>ul>li.hover-active>span,
#mainMenu nav>ul>li:focus>a,
#mainMenu nav>ul>li:focus>span,
#mainMenu nav>ul>li:hover>a,
#mainMenu nav>ul>li:hover>span {
    color: #1d3472;
    background: var(--main-bg-color);
}

#mainMenu nav>ul>li .dropdown-menu {
    border-radius: 0px;
}

#mainMenu nav>ul>li .dropdown-submenu>.dropdown-menu {
    margin-left: 10px;
    left: 100%;
    top: -5px;
}

#mainMenu nav>ul>li .dropdown-menu>li>a {
    border-bottom: 3px solid #fff;
    transition: all 0.1s;
    padding: ;
}

#mainMenu nav>ul>li .dropdown-menu>li>a:hover {
    border-bottom: 3px solid #1d3472;
}

#mainMenu nav>ul>li .dropdown-menu>li [class*=col-]>ul>li>a,
#mainMenu nav>ul>li .dropdown-menu>li>a,
#mainMenu nav>ul>li .dropdown-menu>li>span {
    /*padding: 12px 20px 12px 5px;*/
    padding: 15px 19px 10px 19px;
    margin: 0px 10px;
}

ul.dropdown-menu {
    margin-left: 10px !important;
}

i.fas.fa-chevron-down {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 0.5rem;
    position: absolute;
    top: 0;
    margin-left: 5px;
    color: #8d8d8d;
}

.top-menu-item.tb-language img {
    width: 20px;
}

.topbar-dropdown {
    float: right;
}

.top-menu-item.tb-language a.title {
    background-color: #f0f0f0 !important;
    border-radius: 50px;
    padding: 3px 6px 3px 3px;
    /* position: absolute; */
    /* width: 73px; */
    line-height: 0rem;
}

header#header .fa-angle-down:before {
    content: ">";
    transform: rotate(90deg) scalex(0.5) translate(3px, 0px);
    display: block;
}

#mainMenu nav>ul>li .dropdown-submenu:before {
    content: ">";
    transform: scaleX(0.5);
}

.showsub {
    background: #fff;
}

#mainMenu nav>ul>li .dropdown-menu {
    background-position: right bottom;
    background-repeat: no-repeat;
    visibility: unset;
    display: none;
    opacity: 0;
    transition: all .3s ease;
    min-width: 230px;
    top: auto;
    background-color: #fff;
    border: 0 solid #eee;
    border-width: 1px !important;
    left: auto;
    margin: -16px 0 0;
    border-radius: 4px;
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 5%);
    padding: 0px;
}

ul.dropdown-menu.drop-sec {
    margin-top: 4px !IMPORTANT;
    margin-left: 0px !important;
}

li#s-sub-menu-1,
li#s-sub-menu-2 {
    cursor: pointer;
}

#mainMenu nav>ul>li .dropdown-menu .dropdown-menu.dropsec {
    background-position: right bottom;
    background-repeat: no-repeat;
    visibility: hidden;
    display: block;
    opacity: 0;
    transition: all .3s ease;
    min-width: 230px;
    top: auto;
    background-color: #fff;
    border: 0 solid #eee;
    border-width: 1px !important;
    left: auto;
    margin: -6px 0 0;
    border-radius: 4px;
    box-shadow: 0 0 18px 0 rgb(0 0 0 / 5%);
    padding: 10px;
}

li.dropdown-submenu:hover ul.dropdown-menu {
    display: block !important;
    opacity: 1 !important;
}

li.dropdown-submenu.hover-active:hover ul.dropdown-menu {
    display: block !important;
    opacity: 1 !important;
}


/*#mainMenu nav>ul>li .dropdown-submenu:hover>ul, #mainMenu nav>ul>li:hover>ul {
    opacity: 1 !important;
    visibility: unset;
}*/

.showsub ul.dropdown-menu {
    display: block !important;
    opacity: 1 !important;
}

.showsub2 ul.dropdown-menu.drop-ser {
    display: block !important;
    opacity: 1 !important;
}


/* Nav bar */


/* Banner */

.owl-carousel .owl-nav .owl-next {
    right: 10px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 10px;
}

.banner-style-10.owl-carousel .owl-nav [class*=owl-] {
    opacity: 1 !important;
}

.banner-style-10.owl-carousel .owl-nav [class*=owl-] i {
    color: #ffffff;
}

.banner-style-10.owl-carousel .owl-nav [class*=owl-] {
    background-color: #fff0;
}

.text-banner h2,
.text-banner h1 {
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.text-banner {
    position: absolute;
    top: 0;
    margin-top: 12%;
    margin-left: 20%;
}


/* Banner */


/* About */

section {
    padding: 40px 0;
}

section.about {
    padding-bottom: 20px;
}

.h-highlight h2,
.htitle {
    margin: 0;
}

.btn-about {
    margin-top: 1.5rem;
}

.btn-about a {
    display: block;
    background: linear-gradient(90deg, #00d364 -3.21%, #00c2d4 100%);
    /* background: #ccc; */
    width: fit-content;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
}

i.fas.fa-chevron-right {
    font-family: 'FontAwesome';
    font-style: inherit;
}

.btn-about a i {
    border: 1px solid;
    width: 30px;
    height: 30px;
    padding: 5px 5px 5px 8px;
    border-radius: 50px;
    font-size: 0.7rem;
    vertical-align: middle;
    margin-right: 5px;
}

.btn-about a {
    letter-spacing: 1px;
    font-size: 1.1rem;
}


/* About */


/* Service */

section.service .owl-carousel .owl-nav [class*=owl-] {
    top: 61%;
}

section.service .owl-carousel .owl-nav [class*=owl-] {
    transform: scale(0.7);
    box-shadow: 0px 2px 5px #20202050;
}

section.service .owl-carousel .owl-nav [class*=owl-] i {
    line-height: 42px;
    color: #099fbf;
    font-size: 30px;
}

section.service .owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: #fff;
    /*border-color: var(--main-border-color);*/
    border-color: #fff !important;
    transform: scale(.8);
}

section.service {
    padding: 0;
}

.test-service {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 59%;
}

.test-service p {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 500;
    text-shadow: 0px 2px 2px#20202080;
}


/* Service */


/* Content Home */


/*section.content.cont-home {padding: 0;}*/

section.content-h.cont-home {
    background-size: 100%;
    background-color: #F1F6F9;
    padding-bottom: 100px;
}

.h-highlight.h-content-home {
    margin-top: 10rem;
}

.s-content-home {
    padding-left: 1.5rem;
    margin-top: 1.5rem;
}

.s-content-home {
    border-left: 5px solid #1d3472;
}

.img-content-home img {
    width: 100%;
}


/* Content Home */


/* News & Events */

.news-item {
    padding: 10px;
}

p.news-date {
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #2fda82;
    font-weight: 500;
}

p.sub-detail {
    font-weight: 300;
    color: #696969;
    margin-bottom: 1rem;
}

i.fas.fa-plus {
    font-family: 'FontAwesome';
    font-style: inherit;
}

a.read-more {
    color: #03b9d4;
    padding: 9px;
    transition: all 0.3s;
}

a.read-more:hover {
    background: #00b9d4;
    color: #fff;
}

a.read-more:hover:before {
    transform: translateY(-35px);
    transition: 0.5s;
}

a.read-more:before {
    content: "";
    background: #00b9d4;
    width: 100px;
    height: 3px;
    position: absolute;
    border-radius: 50px;
    bottom: 0;
}

h4.topic {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: #fff;
    color: #ddd !important;
    /*border-color: var(--main-border-color);*/
    border-color: #fff !important;
    /*transform: scale(.8);*/
}

.owl-carousel .owl-nav [class*=owl-]:hover i {
    color: #00b9d4 !important;
}

section.news .owl-carousel .owl-nav [class*=owl-] {
    right: -70px !important;
}

section.news .owl-carousel .owl-nav .owl-prev {
    left: -70px !important;
}

.owl-carousel .owl-nav [class*=owl-] {
    box-shadow: 0px 2px 5px #20202050;
}

section.news .owl-carousel .owl-nav [class*=owl-] i {
    line-height: 42px;
    color: #00b9d4;
    font-size: 22px;
}

section.news .owl-carousel .owl-nav [class*=owl-] {
    top: 30%;
}

section.news .owl-carousel .owl-nav [class*=owl-] {
    opacity: 1 !important;
}

.fa-plus:before {
    content: "+";
}

.fa-angle-right:before {
    content: ">";
    transform: scaleX(0.5) translateY(-2px) scale(1.5);
    display: block;
}

.fa-angle-left:before {
    content: "<";
    transform: scaleX(0.5) translateY(-2px) scale(1.5);
    display: block;
}

.fa-angle-up:before {
    content: ">";
    display: block;
    transform: rotate(-90deg) scaleX(0.5) scale(1.5) translateY(-1px);
}

#goToTop:hover i {
    transform: translate(0, -30px) !important;
}

.fa-chevron-right:before {
    content: ">";
}


/* News & Events */


/* Cookies Policy */

section.cookies p {
    margin: 0;
}

section.cookies {
    padding: 10px;
    background: #f2f2f2;
    position: fixed;
    bottom: 0;
}

a.border-blue {
    border: 2px solid #1d3472;
    background: #fff;
    color: #1d3472;
    /*padding: 2px 15px;*/
    border-radius: 50px;
    margin-right: 5px;
    display: block;
    width: 275px;
    text-align: center;
}

a.btn-blue {
    border: 2px solid #1d3472;
    color: #fff;
    background: #1d3472;
    /*padding: 2px 35px;*/
    border-radius: 50px;
    /*width: -webkit-fill-available;*/
    display: block;
    width: 275px;
    text-align: center;
}

section.cookies p {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.2rem;
}

section.cookies h5 {
    margin: 0;
}

.btn-cookies {
    display: flex !important;
    margin-top: 1.5rem;
}

.hide-sec {
    display: none;
}


/* Cookies Policy */


/* --- ABOUT PAGE --- */

.about-banner .owl-nav {
    display: none;
}

.ab-t-box {
    margin-bottom: 80px;
}

.ab-2-box.row h3.htitle {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}

.ab-2-b-item {
    background-color: #f6f6f6;
    padding: 50px 50px 20px 50px;
    height: 350px;
    max-height: 500px;
}

.ab-2-box.row {
    padding: 80px 0px;
}


/* --- ABOUT PAGE --- */


/* --- DOWNLOAD PAGE */

.page-download h2.htitle {
    text-align: left !important;
}

.breadcrumb ul li+li:before {
    content: ">";
    display: block;
    width: unset;
    height: unset;
    position: absolute;
    top: -3px;
    left: -10px;
    background-color: unset;
    color: #9d9d9d;
    transform: scaleX(0.5);
    font-size: 1rem;
}

div#header-wrap {
    box-shadow: 0px 2px 5px #20202020;
}

.breadcrumb {
    padding: 30px 0px 10px;
    margin: 0;
}

.category-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list ul li {
    width: 48%;
    display: inline-block;
    margin: 0px 10px;
}

.category-list-item {
    display: inline-flex;
    margin-bottom: 2.5rem;
}

.category-list {
    padding-top: 60px;
}

.img-cate {
    width: 15%;
}


/*.category-list-item {
    background: #f6f6f6;
    padding: 30px;
    border-radius: 15px;
    padding-left: 6.5rem;
}*/

.category-detail {
    width: 85%;
    background: #f4f4f4;
    padding: 30px 10px 30px 90px;
    border-radius: 10px;
}

.img-cate img {
    width: 153px;
    position: absolute;
    margin-top: 1rem;
}

.btn-download li {
    margin: 0 !important;
}

.btn-download a img {
    width: 25px;
    padding: 1px;
    background: #00d364;
    border-radius: 50px;
    margin-right: 5px;
}

.category-list p.sub-detail {
    font-size: 0.9rem;
}

.btn-download a.f-jp img {
    background: #00bfd0;
}

.breadcrumb ul li a {
    color: #5d5d5d;
}

.btn-download ul li:nth-child(1) {
    width: 45.6%;
    border-right: 2px solid #ccc;
    margin-right: 0.6rem !important;
}


/* --- DOWNLOAD PAGE */


/* --- SERVICE DETAIL --- */

.page-service section.breadcrumb {
    background: #F1F6F9;
}

section.content-service {
    background-color: #f1f6f9;
    padding: 0;
    padding-bottom: 60px;
}

.c-s-text h2.htitle,
.c-s-text p.sub-detail {
    color: #1c3471;
}

.c-s-img img {
    width: 100%;
}

.c-s-text {
    margin-top: 7rem;
}

.sub-service-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub-service-list ul li {
    width: 23%;
    display: inline-block;
    margin: 0px 9px 30px 9px;
}

.sub-service-detail {
    padding: 95px 20px 30px;
    background-color: #f8f8f8;
    border-radius: 10px;
    margin-top: -70px;
}

.img-sub-ser img {
    width: 170px;
    display: block;
    margin: auto;
}

.btn-about.btn-discover a {
    font-size: 0.8rem;
    padding: 10px !important;
    line-height: 1.2rem;
    filter: saturate(1.2);
}


/* --- SERVICE DETAIL --- */


/* Pagination */

.center-pagination {
    text-align: center;
}

.pagination a.active {
    /*background: #00c55b;*/
    color: #fff;
    /*width: 25px;*/
    /*height: 25px;*/
    display: inline-block;
    border-radius: 50px;
    vertical-align: middle;
}

.pagination a.active:before {
    content: "";
    background-color: #00c55a;
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: -1;
    margin: auto;
    margin-left: -9px;
    margin-top: -1px;
    border-radius: 50px;
}

.pagination a {
    margin: 0px 20px;
    font-size: 0.8rem;
}


/* Pagination */


/* --- SUB SERVICE --- */

.page-sub-service h2.htitle {
    text-align: left !important;
}

.text-box-l {
    width: 50%;
}

.text-editor-box {
    padding-top: 80px;
}

.text-box-r {
    width: 50%;
    padding: 0px 50px;
    /*padding-top: 270px;*/
}

.row.sub-s-row-2,
.row.sub-s-row-1 {
    display: inline-flex;
}

.text-editor-box .row {
    margin-bottom: 50px;
}

.row.sub-s-row-1 .text-box-r .text-box-item {
    padding-top: 270px;
}

.row.sub-s-row-2 .text-box-l .text-box-item {
    padding-top: 100px;
}

.row.sub-s-row-2 .text-box-l {
    width: 35%;
    padding: 50px;
}

.row.sub-s-row-2 .text-box-r {
    width: 65%;
    /*padding: 50px;*/
    /* padding-top: 270px; */
}

.text-editor-box.our-service {
    border-top: 2px solid #cccdda;
}

.text-box-item ul li p {
    margin-bottom: .9rem;
    font-size: 1.3rem;
}

.text-box-item ul {
    padding-left: 65px;
}

.text-editor-box.our-service .row.sub-s-row-2 .text-box-r {
    width: 50% !important;
}

.text-editor-box.our-service .row.sub-s-row-2 .text-box-l {
    width: 50% !important;
}


/* --- SUB SERVICE --- */


/* --- NEWS & EVENT --- */

section.news ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

section.news ul li {
    width: 33%;
    display: inline-block;
}

section.news .news-item img {
    width: 100%;
}

section.news a.read-more:before {
    bottom: unset;
    margin-top: 2rem;
}

section.news .news-item {
    padding: 10px;
    margin-bottom: 30px;
}


/* --- NEWS & EVENT --- */


/* --- NEWS DETAIL */

.news-detail-item .text-editor-box {
    padding: 0;
}

img.img-news-detail {
    display: block;
    width: 30%;
    margin: auto;
    padding: 30px 0px;
}

p.ref {
    font-size: 0.9rem;
    text-align: center;
    color: #878787;
}


/* --- NEWS DETAIL */


/* --- CONTACT US --- */

section.contact-us {
    padding-bottom: 8rem;
}

.contact-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/*.contact-list {margin-top: 2rem;}*/

.contact-list {
    margin-top: 10rem;
}

.page-contact h3.htitle {
    margin: 0;
}

.page-contact .contact-form {
    margin-top: 50px;
}

.logo-contact img {
    width: 60%;
}

.form-control {
    height: auto;
    line-height: 1.33333;
    padding: 8px 18px;
    border: 0;
    margin-bottom: 6px;
    border-bottom: 1px solid #b1b1b1;
    border-radius: 0px;
}

.page-contact .form-group>label {
    color: #213385;
}

.contact-list-item img {
    width: 45px;
    height: 45px;
    background: #e6edf2;
    padding: 6px;
    border-radius: 6px;
}

.contact-list-item .img {
    display: inline-block;
    width: 10%;
    vertical-align: top;
}

.contact-list-item .detail {
    width: 85%;
    display: inline-block;
}

.contact-list-item .detail h5 {
    margin: 0;
    color: #243383;
}

.logo-contact {
    margin-bottom: 3rem;
}

ul.list-contact.l-c-page-contact li img {
    background: #fff;
    border: 1px solid #213385;
    width: 40px;
}

.form-group.select-down-ic:before {
    content: "^";
    position: absolute;
    z-index: 9;
    top: 0;
    transform: scaleY(0.6) rotate(180deg);
    margin-top: 35px;
    right: 0;
    margin-right: 23px;
    font-size: 1.3rem;
    color: #20202080;
}

.logo-contact {
    display: none;
}


/* --- CONTACT US --- */


/* --- PRIVACY POLICY */

.policy-detail {
    margin: 0px 80px;
}


/* --- PRIVACY POLICY */


/* Footer */

footer {
    padding: 20px;
    background: #F1F6F9;
}

i.fab.fa-facebook-f,
i.fab.fa-youtube {
    font-family: 'FontAwesome';
    font-style: inherit;
    color: #1c3471;
}

ul.list-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.list-contact li img {
    width: 31px;
    background-color: #fff;
    border-radius: 50px;
    padding: 3px;
    box-shadow: 0px 2px 3px #20202020;
}

ul.list-contact li {
    display: inline-block;
    margin: 0px 3px;
}

.follow-us {
    display: flex;
    margin-top: 9px;
}

.follow-us h5 {
    color: #1c3471;
    margin: 0;
    margin-top: 4px;
    margin-right: 5px;
}

.text-box-f p {
    font-size: 0.8rem;
    margin: 0;
    font-weight: 300;
    color: #636363;
}

.text-box-f {
    text-align: center;
}

.text-box-f h6 {
    color: #1c3471;
    margin: 0;
    font-weight: 400;
}

.contact-tel {
    margin-top: 9px;
    text-align: center;
}

.contact-tel img {
    width: 35px;
    padding: 3px 3px;
    /* background: #ccc; */
    border-radius: 50px;
    background: linear-gradient(318deg, #00d364 -5.21%, #00c2d4 100%);
    margin-right: .8rem;
}

.call-center a img {
    width: 65px;
    box-shadow: 0px 2px 3px #20202050;
    border-radius: 50px;
}

.call-center {
    display: block;
    width: fit-content;
    position: fixed;
    bottom: 0;
    margin-bottom: 100px;
    z-index: 99;
    right: 0;
    margin-right: 19px;
}

.contact-tel a {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1c3471;
}

#goToTop {
    opacity: 0;
    position: fixed;
    text-align: center;
    line-height: 12px !important;
    right: 33px;
    bottom: 0;
    color: #213385;
    border: 2px solid #213385;
    border-radius: 100px;
    z-index: 999;
    height: 33px;
    width: 33px;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .3s, bottom .5s, box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .1s linear;
    background-color: rgb(0 0 0 / 0%) !important;
    overflow: hidden;
    margin-bottom: 10px;
}

#goToTop i {
    line-height: 30px !important;
    width: 30px !important;
    height: 30px !important;
}

a#goToTop {
    background: #f1f6f9 !important;
}


/* Footer */

#header #mainMenu:not(.menu-overlay) nav>ul>li.dropdown:before {
    content: ">";
    font-family: fontawesome;
    font-size: 6px;
    opacity: .6;
    position: absolute;
    right: 2px;
    color: #262626;
    transition: .3s ease;
    transform: rotate(90deg) scaleY(1.9);
}

a.ref.ref-2 {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #20202080;
}

span.close-icon {
    position: absolute;
    left: 7px;
    padding: 9px 12px;
    background: #ccc;
    /* margin-top: -1rem; */
    z-index: 9;
    transform: scaleX(1.2);
    border-radius: 6px;
    top: 0;
    color: #fff;
    font-size: 1.2rem;
}


/* map */


/* map */

@media (max-width: 991px) {
    #mainMenu nav {
        float: right;
        margin-right: 7rem;
        margin-bottom: 0;
        position: unset;
        right: 0;
        z-index: 1;
    }

    nav.navbar ul li {
        display: block;
        margin: 0px 9px;
    }

    .dropdown-menu {
        float: unset;
        position: unset;
    }

    ul.dropdown-menu.dropdown-menu-right.drop-sec {
        left: 0;
        width: fit-content;
        border: unset;
        margin-top: 0 !important;
        border-radius: unset;
        padding: 10px 0px !important;
    }

    ul.dropdown-menu.dropdown-menu-right.drop-sec {
        box-shadow: unset;
    }

    .dropdown-backdrop {
        position: unset;
    }

    ul.dropdown-menu.drop-th {
        margin-left: 35px !important;
        border: unset;
        width: auto;
        /* position: fixed; */
        left: 0 !important;
        box-shadow: unset !important;
        margin-top: 0 !important;
        border-radius: unset;
        padding: 10px 0px !important;
    }

    ul.dropdown-menu.dropdown-menu-right.drop-sec {
        left: 0;
        width: auto;
        border: unset;
        margin-top: 0 !important;
        border-radius: unset;
        padding: 10px 0px !important;
    }

    ul.dropdown-menu.dropdown-menu-right.drop-sec a {
        width: fit-content;
    }

    div.map img.w-100 {
        width: 100% !important;
        margin: unset !important;
    }

    img.w-100 {
        margin: 0 !important;
        width: 100% !important;
    }

    ul.dropdown-menu.dropdown-menu-right.drop-sec li.dropdown-submenu a:after {
        content: ">";
        border: unset !important;
        text-decoration: unset;
        color: #213385;
        /* transform: scaleX(0.6) !important; */
        position: absolute;
        right: 0;
        margin-right: -12px;
        transform: rotate(90deg) scaleX(0.6);
        font-size: 0.9rem;
    }
}


/* IPAD */

@media (min-width: 768px) and (max-width: 991px) {
    .contact-list-item .img {
        width: 9% !important;
    }

    footer .col-md-4 {
        width: 100%;
    }

    footer .col-md-3 {
        width: 100%;
    }

    .sub-service-list ul li {
        width: 30%;
    }

    .topbar-dropdown {
        float: right;
        margin-top: -6rem;
        z-index: 1;
    }

    .category-list ul li {
        width: 45%;
    }

    section.news ul li {
        width: 32%;
        display: inline-block;
    }

    .follow-us {
        justify-content: center;
    }

    #mainMenu nav>ul.main>li.dropdown.active a:before,
    #mainMenu nav>ul>li>a:hover:before,
    #mainMenu li.dropdown-submenu a:hover:before {
        width: 100%;
        height: 3px;
    }

    #header #mainMenu:not(.menu-overlay) nav>ul>li.dropdown:before {
        font-size: 16px;
        opacity: .6;
        position: absolute;
        right: 2px;
        color: #262626;
        transition: .3s ease;
        transform: rotate(90deg) scaleY(1.9);
    }

    section.content-h.cont-home {
        background-size: cover;
        background-position-x: -5rem;
    }

    .h-highlight.h-content-home {
        margin-top: 10rem;
        width: 70%;
    }

    section.content-h.cont-home {
        background-size: cover;
        background-position-x: -15rem;
    }

    .box-text-about {
        margin-top: 3rem;
    }

    .row.sub-s-row-1 .text-box-r .text-box-item {
        padding-top: 0px !important;
    }

    #header #mainMenu-trigger {
        z-index: 1;
        width: fit-content;
    }

    .text-banner {
        margin-top: 10%;
        margin-left: 10%;
    }

    .text-banner h2,
    .text-banner h1 {
        text-shadow: 0 0 9px #20202060;
    }

    .ab-2-box.row .col-md-6 {
        width: 50%;
    }

    .ab-2-box.row {
        display: flex;
    }

    .test-service p {
        font-size: 1.6rem;
    }

    section.cookies {
        overflow: unset;
    }

    span.close-icon {
        position: absolute;
        left: 7px;
        padding: 9px 12px;
        background: #f2f2f2;
        margin-top: -2.5rem;
        z-index: 9;
        transform: scaleX(1.2);
        border-radius: 6px;
        top: 0;
        color: #4d4949;
        font-size: 1.2rem;
    }
}

@media (min-width: 1020px) and (max-width: 1300px) {
    #header #header-wrap #logo a>img {
        height: 55px;
        margin-top: 9px;
    }

    .category-list ul li {
        width: 45%;
    }

    .sub-service-list ul li {
        width: 22%;
    }

    .row.sub-s-row-1 .text-box-r .text-box-item {
        padding-top: 0px;
    }

    .row.sub-s-row-2 .text-box-l .text-box-item {
        padding-top: 0px;
    }

    section.content-h.cont-home {
        background-size: cover;
        background-position-x: -8rem;
    }

    section.cookies {
        overflow: unset;
    }

    span.close-icon {
        position: absolute;
        left: 7px;
        padding: 9px 12px;
        background: #f2f2f2;
        margin-top: -2.5rem;
        z-index: 9;
        transform: scaleX(1.2);
        border-radius: 6px;
        top: 0;
        color: #4d4949;
        font-size: 1.2rem;
    }
}


/* SMART PHONE */

@media (max-width: 768px) {
    #header #mainMenu:not(.menu-overlay) nav>ul>li.dropdown:before {
        content: ">";
        font-size: 13px;
        transform: rotate(90deg) scaleY(1.9);
    }

    img.img-news-detail {
        width: 100%;
    }

    #header #mainMenu-trigger {
        z-index: 1;
        width: fit-content;
    }

    #mainMenu nav>ul.main>li.dropdown.active a:before,
    #mainMenu nav>ul>li>a:hover:before,
    #mainMenu li.dropdown-submenu a:hover:before {
        width: 100%;
        height: 3px;
    }

    #header #mainMenu:not(.menu-overlay) nav>ul li>.dropdown-menu>.dropdown-submenu:before {
        right: 0;
        transform: rotate(90deg) scaleY(1.5);
        font-size: 0.7rem;
    }

    .test-service p {
        font-size: 2.5rem;
    }

    #header #header-wrap #logo a>img {
        height: 60px;
        margin-top: 5px;
        margin-left: -20px;
    }

    .topbar-dropdown {
        margin-top: -6.3rem;
        z-index: 2;
    }

    .box-text-about {
        margin-top: 3rem;
    }

    /*section.content-h.cont-home {background-image: unset !important;}*/
    section.content-h.cont-home {
        background-size: 200%;
        background-color: #F1F6F9;
        padding-bottom: 100px;
        background-position-x: 102%;
        background-position-y: bottom;
        background-repeat: no-repeat;
    }

    .h-highlight.h-content-home {
        padding: 10px;
        background: #f1f6f9de;
        border-radius: 10px;
    }

    .h-highlight.h-content-home {
        margin-top: 2rem;
    }

    .follow-us {
        justify-content: center;
        margin-bottom: 1rem;
    }

    .category-list ul li {
        width: 100%;
        margin: 0px;
    }

    .img-cate img {
        width: 125px;
    }

    .btn-download ul li:nth-child(1) {
        width: 100%;
        margin-bottom: 1rem !important;
        border-right: unset;
    }

    .pagination a {
        margin: 0px 9px;
    }

    section.news .owl-carousel .owl-nav [class*=owl-] {
        right: 0px !important;
    }

    section.news .owl-carousel .owl-nav .owl-prev {
        left: 0px !important;
    }

    section.news .owl-carousel .owl-nav [class*=owl-] i {
        line-height: 33px;
        font-size: 22px;
    }

    .row.ab-box {
        justify-content: center;
    }

    .text-editor-box {
        padding-top: 0px;
    }

    section.service .owl-carousel .owl-nav [class*=owl-] {
        transform: scale(0.8);
        box-shadow: 0px 2px 5px #20202050;
    }

    section.service .owl-carousel .owl-nav [class*=owl-] i {
        line-height: 30px;
    }

    .text-box-l {
        width: 100%;
    }

    .text-box-r {
        width: 100%;
        padding: 0px 20px;
        /* padding-top: 270px; */
    }

    .row.sub-s-row-1 .text-box-r .text-box-item {
        padding-top: 3rem;
    }

    .row.sub-s-row-2 .text-box-r {
        width: 100%;
    }

    .row.sub-s-row-2 .text-box-l {
        width: 100%;
        padding: 20px;
    }

    .row.sub-s-row-2 .text-box-l .text-box-item {
        padding-top: 0px;
    }

    .text-editor-box .row {
        margin-bottom: 0;
    }

    .text-editor-box.our-service .row.sub-s-row-2 .text-box-r,
    .text-editor-box.our-service .row.sub-s-row-2 .text-box-l {
        width: 100% !important;
    }

    section.news ul li {
        width: 100%;
        display: inline-block;
    }

    .contact-list-item .img {
        width: 16%;
    }

    .contact-list-item .detail {
        width: 75%;
        display: inline-block;
    }

    .contact-list {
        margin-top: 5rem;
    }

    .sub-service-list ul li {
        width: 100%;
        display: inline-block;
        margin: 0;
        margin-top: 2rem;
    }

    .row.sub-s-row-2,
    .row.sub-s-row-1 {
        display: block;
    }

    a.btn-blue {
        line-height: 2.5rem;
    }

    a.border-blue {
        padding: 5px;
    }

    a#goToTop {
        bottom: 47px !important;
    }

    section.cookies {
        overflow: unset;
    }

    span.close-icon {
        position: absolute;
        left: 7px;
        padding: 9px 12px;
        background: #f2f2f2;
        margin-top: -2.5rem;
        z-index: 9;
        transform: scaleX(1.2);
        border-radius: 6px;
        top: 0;
        color: #4d4949;
        font-size: 1.2rem;
    }

    .text-banner {
        margin-top: 9%;
        margin-left: 9%;
    }

    .text-banner h2,
    .text-banner h1 {
        text-shadow: 0 0 9px #20202060;
        font-size: 1.69rem;
        line-height: 2rem;
    }

    .ab-2-b-item {
        margin-bottom: 2rem;
    }

    .ab-2-b-item {
        background-color: #f6f6f6;
        padding: 50px 50px 20px 50px;
        height: auto;
        max-height: unset !important;
    }
}

@media (min-width: 992px) {
    #navbarNavDropdown .dropdown-submenu>.dropdown-menu {
        border: 1px solid rgb(238, 238, 238);
        border-radius: unset;
        margin-left: 100% !important;
        left: 0px !important;
        box-shadow: rgb(32 32 32 / 13%) 4px 0px 10px !important;
        margin-top: -11px !important;
        padding: 10px 0px !important;
    }
}

@media (max-width: 991px) {
    #navbarNavDropdown .dropdown-submenu>.dropdown-menu {
        border: none !important;
        margin-left: 20px !important;
        left: 0px !important;
        box-shadow: none !important;
    }
}

img {
    max-width: 100%
}

html,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
a,
label {
    word-break: break-word;
}

* {
    word-break: break-word;
}

.category-detail .btn-download ul li:nth-child(1) {
    border-right: 0px solid transparent;
}

.category-detail .btn-download ul li:nth-child(2) {
    border-left: 2px solid #ccc;
}

.owl-carousel .owl-stage {
    display: flex;
}

.slide-news .owl-item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.slide-news .owl-item .slide {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.news-item img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.owl-item .sub-detail {
    height: 42px !important
}

.slide-news .owl-item img {
    height: initial;
}

ul.dropdown-menu.dropdown-menu-right.drop-sec li.dropdown-submenu a:after {
    display: none;
}