@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
body { background-color: #ffffff; }

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

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

table { border-collapse: collapse; border-spacing: 0; }

.content-element { font-family: "Roboto", sans-serif; font-style: normal; font-weight: normal; font-size: 18px; line-height: 36px; color: #000000; }
.content-element * { font-family: "Roboto", sans-serif !important; font-style: normal; font-weight: normal; font-size: 18px; line-height: 36px; color: #000000; }
.content-element p { margin-bottom: 10px; }

a:hover, a:focus { text-decoration: none; }

*:focus { outline-offset: 0px; -webkit-box-shadow: unset !important; box-shadow: unset !important; outline: unset !important; }

@media screen and (max-width: 1199px) { .content-element { font-size: 16px; line-height: 30px; } }
.title-underline { font-style: normal; font-weight: bold; font-size: 24px; line-height: 29px; -webkit-text-decoration-line: underline; text-decoration-line: underline; color: #000000; }

.color-red, .red { color: #ED3432 !important; }

.color-blue { color: #1f3d7f; }

.font-weight-bold { font-weight: bold; }

.content-inner a:hover { color: #ED3432; }
.content-inner a:hover * { color: #ED3432; }

.pt-95 { padding-top: 95px; }

.pb-115 { padding-bottom: 115px; }

.mb-20 { margin-bottom: 20px; }

.pt-45 { padding-top: 45px; }

.pb-50 { padding-bottom: 50px; }

@media screen and (min-width: 992px) and (max-width: 1199px) { .pt-95 { padding-top: 60px; }
  .pb-115 { padding-bottom: 80px; } }
@media screen and (max-width: 991px) { .pt-95 { padding-top: 30px; }
  .pb-115 { padding-bottom: 40px; } }
.ani-circle { position: relative; overflow: hidden; }
.ani-circle::before { position: absolute; top: 50%; left: 50%; z-index: 2; display: block; content: ''; width: 0; height: 0; background: rgba(255, 255, 255, 0.2); border-radius: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; cursor: pointer; }
.ani-circle:hover::before { -webkit-animation: circle .75s; animation: circle .75s; }

@-webkit-keyframes circle { 0% { opacity: 1; }
  40% { opacity: 1; }
  100% { width: 200%; height: 200%; opacity: 0; } }
@keyframes circle { 0% { opacity: 1; }
  40% { opacity: 1; }
  100% { width: 200%; height: 200%; opacity: 0; } }
.languages { margin-right: 20px; }
.languages li { display: inline-block; margin-right: 10px; }
.languages li a { width: 30px; height: 30px; border-radius: 50%; display: block; overflow: hidden; position: relative; }
.languages li a.active { -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75); box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75); }
.languages li a img { width: 100%; }
.languages li:last-child { margin-right: 0; }

#main-navbar { z-index: 10; }
#main-navbar .languages { margin-right: 0; }

.navbar-nav { max-width: 899px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; }
.navbar-nav .nav-link { font-style: normal; font-weight: bold; font-size: 18px; line-height: 22px; color: #1f3d7f; padding-bottom: 1px; position: relative; padding: 0 !important; }
.navbar-nav .nav-link::after { content: ''; width: 0; height: 1px; background-color: #1f3d7f; position: absolute; top: 100%; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: #1f3d7f; }
.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after { width: 100%; }
.navbar-nav > li.active .nav-link { color: #1f3d7f; }
.navbar-nav > li.active .nav-link::after { width: 100%; }
.navbar-nav .has-children { position: relative; }
.navbar-nav .has-children > .sub-menu { position: absolute; top: 100%; left: 0; z-index: 999; width: 285px; border-top: 1px solid #ccc; display: none; }
.navbar-nav .has-children > .sub-menu > li { padding: 10px; }
.navbar-nav .has-children > .sub-menu > li > a { line-height: 1.2 !important; }
.navbar-nav .has-children > .sub-menu > li.has-children > a { position: relative; line-height: 1.1; }
.navbar-nav .has-children > .sub-menu > li.has-children > a::after { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f125"; position: absolute; right: 10px; top: 50%; margin-top: -6px; font-size: 12px; }
.navbar-nav .has-children:hover > .sub-menu { display: block; }
.navbar-nav .has-children:hover > .sub-menu li { width: 100%; background-color: #fff; padding: 0; }
.navbar-nav .has-children:hover > .sub-menu li a { padding: 10px 25px; display: inline-block; width: 100%; line-height: 35px; color: #292929; text-transform: inherit; font-weight: 500; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.navbar-nav .has-children:hover > .sub-menu li:hover > a { color: #fff; background-color: #2e3192; }
.navbar-nav .has-children:hover > .sub-menu li:hover ul { display: block; }
.navbar-nav .has-children:hover > .sub-menu ul { display: none; top: 0; left: 100%; border-top: 2px solid #2e3192; }

.menu-header, .close-menu { display: none; }

.side-menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; }
.side-menu .btn-search { margin-right: 30px; }
.side-menu .btn-search img { width: 20px; height: auto; }
.side-menu .form-search { position: absolute; opacity: 0; visibility: hidden; background: #ffffff; padding: 5px; min-width: 310px; z-index: 1; right: 0; top: calc(100% + 10px); -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15); box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.side-menu .form-search .input-search { border: 1px solid #1f3d7f; font-family: "Roboto", sans-serif; font-size: 14px; font-weight: 400; padding: 7px; width: calc(100% - 100px); float: left; }
.side-menu .form-search .btn-submit { width: 100px; background: #1f3d7f; color: #ffffff; float: left; border: 1px solid #1f3d7f; font-family: "Roboto", sans-serif; font-size: 14px; font-weight: 400; text-align: center; line-height: 28px; }
.side-menu .form-search.open { opacity: 1; visibility: visible; top: calc(100% + 5px); }

@media screen and (max-width: 1024px) { .menu-header, .close-menu { display: block; }
  #main-navbar { height: 100%; width: 0; position: fixed; z-index: 10; top: 0; right: -100%; background-color: #ffffff; -webkit-transition: 0.5s; transition: 0.5s; padding-top: 60px; padding: 0; }
  #main-navbar .side-menu { position: absolute; bottom: 10px; left: 10px; width: 100%; }
  #main-navbar .side-menu .btn-search { display: none; }
  .close-menu { font-size: 30px; position: absolute; top: 2px; left: -42px; color: #ffffff; background-color: #1f3d7f; z-index: 9; width: 40px; height: 40px; text-align: center; line-height: 40px; }
  .navbar { display: block; margin-bottom: 30px; }
  .navbar .container { padding-right: 10px; padding-left: 10px; }
  .navbar .collapse { display: block; width: 100%; }
  .navbar .navbar-nav { display: block; height: calc(100vh - 130px); overflow-y: auto; }
  .navbar .navbar-nav .nav-item { width: 100%; padding: 10px 0; border-bottom: 1px solid #cdcdcd; }
  .navbar .navbar-nav .nav-item.active a::after { display: none; }
  .navbar .navbar-nav .has-children > .sub-menu { position: initial; top: 100%; left: 0; z-index: 999; width: 100%; border-top: 0px solid #ccc; display: block; padding: 0 10px; }
  .navbar .navbar-nav .has-children > .sub-menu a { padding: 0 5px; font-size: 14px; line-height: 30px; color: #333333; position: relative; font-weight: normal; text-transform: none; }
  .navbar .navbar-nav .has-children > .sub-menu a::after { display: none; }
  .navbar .navbar-nav .has-children > .sub-menu li.has-children > a::after { display: none; }
  .menu-header { padding: 5px; margin-bottom: 10px; }
  .menu-header .menu-logo { float: left; }
  .menu-header .menu-logo img { height: 50px; width: auto; }
  .menu-header .languages { float: right; margin-right: 0; }
  .menu-header::after { content: ''; clear: both; width: 100%; display: block; } }
.menu_sidebar #menu-menu-sidebar-product { padding: 0px 0; }
.menu_sidebar #menu-menu-sidebar-product > .menu-item { margin-bottom: 15px; position: relative; }
.menu_sidebar #menu-menu-sidebar-product > .menu-item a { font-style: normal; font-weight: bold; font-size: 16px; line-height: 1.1; color: #1f3d7f; }
.menu_sidebar #menu-menu-sidebar-product > .menu-item .m-sub { background: #edf1f9; background: -webkit-gradient(linear, left top, left bottom, from(#edf1f9), color-stop(63%, #abc0e8), to(#edf1f9)); background: linear-gradient(180deg, #edf1f9 0%, #abc0e8 63%, #edf1f9 100%); padding: 5px; border: 1px solid #1f3d7f; border-radius: 4px; position: relative; }
.menu_sidebar #menu-menu-sidebar-product > .menu-item .m-sub .pic { width: 60px; height: 42px; display: inline-block; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 60px; }
.menu_sidebar #menu-menu-sidebar-product > .menu-item .m-sub .pic img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.menu_sidebar #menu-menu-sidebar-product > .menu-item .m-sub > a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.menu_sidebar #menu-menu-sidebar-product > .menu-item .m-sub > a span { padding-left: 10px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: calc(100% - 60px); }
.menu_sidebar #menu-menu-sidebar-product > .menu-item .button-submenu { background-color: #1f3d7f; width: 20px; height: 20px; text-align: center; position: absolute; top: 50%; right: 5px; -webkit-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; }
.menu_sidebar #menu-menu-sidebar-product > .menu-item .button-submenu::before { content: "\f489"; font-size: 18px; display: inline-block; font-family: "Ionicons"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #ffffff; }
.menu_sidebar #menu-menu-sidebar-product > .menu-item .button-submenu.show::before { content: "\f462"; }
.menu_sidebar #menu-menu-sidebar-product > .menu-item.has-children .m-sub { padding-right: 20px; position: relative; }
.menu_sidebar #menu-menu-sidebar-product > .menu-item.has-children .sub-menu { padding-left: 15px; display: none; height: 0; -webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }
.menu_sidebar #menu-menu-sidebar-product > .menu-item.has-children .sub-menu.open { height: 300px; -webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }
.menu_sidebar #menu-menu-sidebar-product > .menu-item.current .m-sub { position: relative; border-top-left-radius: 0; border-bottom-left-radius: 0; border-left-color: #ED3432; }
.menu_sidebar #menu-menu-sidebar-product > .menu-item.current .m-sub::before { content: ''; width: 2px; height: 100%; background-color: #ED3432; position: absolute; top: 0px; left: 0px; }
.menu_sidebar .treeview-menu { padding-top: 8px !important; }
.menu_sidebar .treeview-menu li { padding: 5px; }
.menu_sidebar .treeview-menu li a { font-size: 16px; }
.menu_sidebar .treeview-menu li a::before { content: "➢"; margin-right: 2px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.menu_sidebar .treeview-menu li a:hover::before { font-size: 16px !important; margin-right: 4px; }

.ll_langues { width: 160px; float: right; position: relative; margin-top: -5px; margin-right: -5px; }
.ll_langues .ll_ttile { background: #2e3192; padding: 10px 30px 10px 15px; color: #fff; font-size: 14px; line-height: 20px; position: relative; cursor: pointer; border-radius: 0px; }
.ll_langues .ll_ttile img, .ll_langues .ll_ttile .text { vertical-align: middle; }
.ll_langues .ll_ttile img { width: 24px; height: auto; margin-right: 5px; }
.ll_langues .ll_ttile::after { content: "\f123"; position: absolute; -webkit-transform: translateY(-50%); transform: translateY(-50%); top: 50%; right: 10px; display: inline-block; font-family: "Ionicons"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.ll_langues .ll_content { position: absolute; top: 100%; left: 0; right: 0; margin-top: 1px; background: #e0e0e0; z-index: 1; display: none; max-width: 200px; }
.ll_langues .ll_content .list_lang a { display: block; border-bottom: 1px solid #ffffff; position: relative; padding: 10px 15px 10px 15px; color: #f37022; }
.ll_langues .ll_content .list_lang a img, .ll_langues .ll_content .list_lang a span { vertical-align: middle; }
.ll_langues .ll_content .list_lang a img { width: 24px; height: auto; margin-right: 5px; }
.ll_langues .ll_content .list_lang a span { font-size: 14px; }
.ll_langues.show .ll_content { display: block; }

@media screen and (max-width: 1024px) { #main-navbar .side-menu { display: none; }
  .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: #ED3432; border-bottom-width: 0; }
  .navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after { display: none; } }
.sidebar-menu { list-style: none; margin: 0; padding: 0; }
.sidebar-menu li a:hover { opacity: .8; -webkit-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
.sidebar-menu > li { position: relative; margin: 0; padding: 0; }
.sidebar-menu > li > a { display: block; color: #1f3d7f; }
.sidebar-menu > li > a > .fa { width: 20px; }
.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a { color: #1f3d7f; }
.sidebar-menu > li > .treeview-menu { margin: 0 1px; }
.sidebar-menu > li .label, .sidebar-menu > li .badge { margin-top: 3px; margin-right: 5px; }
.sidebar-menu li.header { padding: 10px 25px 10px 15px; font-size: 12px; color: #1f3d7f; }
.sidebar-menu li > a > .fa-angle-left { width: auto; height: auto; padding: 0; margin-right: 10px; margin-top: 3px; }
.sidebar-menu li.active > a > .fa-angle-left { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
.sidebar-menu li.active > .treeview-menu { display: block; }
.sidebar-menu a { color: #1f3d7f; text-decoration: none; }
.sidebar-menu a:hover { color: #ED3432 !important; }
.sidebar-menu .treeview-menu { display: none; list-style: none; padding: 0; margin: 0; padding-left: 0; }
.sidebar-menu .treeview-menu .treeview-menu { padding-left: 20px; }
.sidebar-menu .treeview-menu li { margin: 0; }
.sidebar-menu .treeview-menu li a { padding: 0; display: block; font-size: 14px; color: #1f3d7f; font-weight: 400 !important; }
.sidebar-menu .treeview-menu li a .icons { margin-right: 10px; }
.sidebar-menu .treeview-menu li.sub-active > a { color: #ED3432 !important; }

header { padding: 15px 0 15px 0; }
header .iso { background: #FFFFFF; -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15); box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15); padding: 10px 15px; max-width: 190px; width: 100%; border-radius: 10px; }
header .iso p { font-size: 20px; line-height: 1.3; text-align: center; color: #1f3d7f; font-style: normal; font-weight: bold; text-align: left; }
header .iso p span { float: right; }
header .open-menu { display: none; font-size: 45px; color: #2f3292; }
header .btn-search { display: none; }
header .form-search { display: none; }
header.fixed { position: fixed; top: 0; left: 0; width: 100%; background: #ffffff; -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25); z-index: 99; padding: 15px 0; }
header.fixed .logo img { height: 60px; }

.company-name { color: #1f3d7f; }

@media screen and (max-width: 1024px) { header { padding: 8px 0; }
  header .company-logo .logo { font-size: 40px; line-height: 40px; }
  header .company-logo .logo img { height: 40px; width: auto; }
  header .open-menu { display: block; }
  header .iso { display: none; }
  header .btn-search { display: block; position: absolute; top: 05px; right: 40px; }
  header .btn-search img { width: 18px; }
  header.fixed { padding: 8px 0; }
  .header-mobile { position: relative; }
  .header-mobile .form-search { display: block; position: absolute; opacity: 0; visibility: hidden; background: #ffffff; padding: 5px; min-width: 290px; z-index: 99; right: 0; top: calc(100% + 10px); -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15); box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
  .header-mobile .form-search .input-search { border: 1px solid #1f3d7f; font-family: "Roboto", sans-serif; font-size: 14px; font-weight: 400; padding: 7px; width: calc(100% - 100px); float: left; }
  .header-mobile .form-search .btn-submit { width: 100px; background: #1f3d7f; color: #ffffff; float: left; border: 1px solid #1f3d7f; font-family: "Roboto", sans-serif; font-size: 14px; font-weight: 400; text-align: center; line-height: 28px; }
  .header-mobile .form-search.open { opacity: 1; visibility: visible; top: calc(100% + 5px); }
  .company-name { display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .company-name .name { font-size: 18px; }
  .company-name .name-china { font-size: 16px; } }
@media screen and (max-width: 767px) { .company-name { width: calc(100% - 100px); text-align: center; left: 70px; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
  .company-name .name { font-size: 12px; text-align: center; }
  .company-name .name-china { width: 200px; font-size: 15px; margin: auto; }
  .company-name .name-china .col { padding: 0; } }
@media screen and (max-width: 350px) { .company-name { width: calc(100% - 100px); text-align: center; left: 70px; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
  .company-name .name { font-size: 10px; text-align: center; }
  .company-name .name-china { width: 180px; font-size: 15px; margin: auto; }
  .company-name .name-china .col { padding: 0; } }
footer { background-color: #1D385B; padding: 25px 0 22px 0; }
footer h1 { font-style: normal; font-weight: 700; font-size: 30px; line-height: 1.2; color: #FFFFFF; margin-bottom: 15px; }
footer .contact { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
footer .contact li { position: relative; padding-left: 30px; float: none; width: auto; display: block; }
footer .contact li * { font-style: normal; font-weight: 500; font-size: 18px; line-height: 1.3; color: #ffffff; }
footer .contact li .icon { position: absolute; top: 0; left: 0; }
footer .contact li .icon img { width: 100%; height: auto; }
footer .contact li:first-child { width: 100%; margin-bottom: 15px; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
footer .contact::after { content: ''; clear: both; width: 100%; display: block; }

@media screen and (min-width: 992px) and (max-width: 1199px) { footer h1 { font-size: 24px; }
  footer .contact { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  footer .contact li { float: none; width: auto; }
  footer .contact li * { font-size: 14px; }
  footer .contact li:first-child { width: 100%; margin-bottom: 15px; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }
@media screen and (min-width: 768px) and (max-width: 991px) { footer .contact li { position: relative; padding-left: 30px; width: 50%; float: left; display: block; margin-bottom: 15px; } }
@media screen and (min-width: 768px) and (max-width: 991px) { footer .contact li { position: relative; padding-left: 30px; width: 50%; float: left; display: block; margin-bottom: 15px; } }
@media screen and (max-width: 767px) { footer h1 { font-size: 24px; }
  footer .contact li { position: relative; padding-left: 30px; width: 100%; float: none; display: block; margin-bottom: 15px; }
  footer .contact li * { font-size: 14px; } }
.owl-theme .owl-dots { position: absolute; bottom: 15px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.owl-theme .owl-dots .owl-dot span { width: 12px; height: 12px; border: 1px solid #1f3d7f; border-radius: 50%; background-color: transparent; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot:focus span { background: #1f3d7f; }

.owl-carousel { display: block; }

.no-scroll { width: 100vw; height: 100vh; overflow: hidden; }
.no-scroll::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); z-index: 9; }

.banner-full img { width: 100%; }

.pic img { width: auto; max-width: 100%; }

.list-scope { margin-top: 73px; }
.list-scope li { font-family: "Roboto", sans-serif; font-style: normal; font-weight: bold; font-size: 24px; line-height: 48px; }

.construction { margin-bottom: 75px; }
.construction .pic-thumbnail a { display: block; }
.construction .pic-thumbnail img { width: 100%; height: auto; }
.construction .title { text-align: center; }
.construction .title a { font-style: normal; font-weight: bold; font-size: 18px; line-height: 1.4; color: #000000; margin-top: 20px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.construction .title a:hover { color: #1f3d7f; }
.construction:hover .title a { color: #1f3d7f; }

.construction-detail .pic-thumbnail { margin-bottom: 26px; }
.construction-detail .pic-thumbnail a { display: block; }

.list-constructions { margin-bottom: 30px; }
.list-constructions li { display: block; }
.list-constructions a { display: block; font-style: normal; font-weight: bold; font-size: 18px; line-height: 1.3; background-color: #ffffff; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; color: #333333; padding: 16px 14px; padding-left: 34px; position: relative; }
.list-constructions a::before { content: "》"; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; position: absolute; top: 14px; left: 15px; }
.list-constructions a.active { background-color: #0170c1; color: #ffffff; }
.list-constructions a.active::before { content: ""; }
.list-constructions a:hover { color: #0170c1; }
.list-constructions a:hover::before { margin-left: 5px; }
.list-constructions a:hover.active { background-color: #0170c1; color: #ffffff; }
.list-constructions a:hover.active::before { content: ""; margin-left: 0px; }

.contact-page { margin-bottom: 60px; }
.contact-page .title { font-style: normal; font-weight: bold; font-size: 24px; line-height: 58px; text-align: center; color: #333333; margin-bottom: 45px; }
.contact-page .contact { list-style-type: none; }
.contact-page .contact li { position: relative; padding-left: 60px; width: 100%; display: block; margin-bottom: 30px; }
.contact-page .contact li * { font-style: normal; font-weight: 700; font-size: 18px; line-height: 1.3; color: #333333; }
.contact-page .contact li .icon { position: absolute; top: 0; left: 0; }
.contact-page .contact li .icon img { width: 100%; height: auto; }
.contact-page .google-map { position: relative; padding-top: 69%; height: 0; }
.contact-page .google-map iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.pic-thumbnail img { width: 100%; }

@media screen and (max-width: 991px) { .construction { margin-bottom: 45px; }
  .list-scope { margin-top: 20px; margin-bottom: 10px; }
  .list-scope li { font-size: 18px; } }
.content-inner { font-family: "Roboto", sans-serif; font-style: normal; font-weight: 400; font-size: 16px; }
.content-inner p { margin-bottom: 10px; line-height: 1.5; color: #212529; }
.content-inner a { font-family: "Roboto", sans-serif; font-style: normal; font-weight: 400; font-size: 17px; line-height: 1.3; color: #1f3d7f; line-height: 1.5; }
.content-inner b, .content-inner strong { font-weight: bold; }

.about-us-home h2 { margin-bottom: 15px; }
.about-us-home h3 { font-style: normal; font-weight: 900; font-size: 18px; line-height: 22px; color: #2d318f; margin-bottom: 15px; }
.about-us-home .box-value { padding: 32px 15px; background: #ffffff; -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15); box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.15); }
.about-us-home .box-value * { vertical-align: middle; font-style: normal; font-weight: 900; font-size: 18px; line-height: 22px; color: #333333; }
.about-us-home .box-value > div { margin-bottom: 25px; }
.about-us-home .box-value > div img { margin-top: -5px; margin-right: 10px; }
.about-us-home .box-value > div span { vertical-align: top; }
.about-us-home .box-value > div em { vertical-align: top; font-size: 24px; }
.about-us-home .box-value > div em ~ span { vertical-align: -2px; display: inline-block; }
.about-us-home .box-value > div:last-child { margin-bottom: 0; }

.subheader_title { padding: 6px 8px; text-align: center; min-width: 170px; margin-right: 6px; }

.breadcrumbs_box { padding: 6px 8px; text-align: center; min-width: 240px; }
.breadcrumbs_box .gg-breadcrumbs { position: relative; text-align: left; }
.breadcrumbs_box .gg-breadcrumbs .ion-ios-home { font-size: 26px; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); line-height: 1; }
.breadcrumbs_box .gg-breadcrumbs .link-home { padding-left: 30px; }
.breadcrumbs_box .gg-breadcrumbs .link-home:hover .home { color: #1f3d7f !important; }

.main-content { padding-top: 35px; padding-bottom: 50px; }
.main-content .content-inner .control-link { margin-top: 30px; }
.main-content .content-inner ol { padding-left: 18px; }
.main-content .content-inner ol li { list-style-type: square; margin-bottom: 10px; line-height: 1.3; }
.main-content .content-inner .list-number li { list-style-type: decimal; }
.main-content .content-inner .pic-thumbnail { margin-top: 30px; margin-bottom: 0; }
.main-content .content-inner .pic-thumbnail a { display: block; }
.main-content .content-inner .btn-link-connect { background: -webkit-gradient(linear, left top, left bottom, from(#ffe5d2), to(#ffcaa3)); background: linear-gradient(180deg, #ffe5d2 0%, #ffcaa3 100%); border: 1px solid #dc3027; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 8px; padding: 17px 15px 19px 15px; color: #ed3432; font-style: normal; font-weight: bold; font-size: 18px; line-height: 29px; display: inline-block; max-width: 240px; width: 100%; text-align: center; margin-bottom: 15px; }
.main-content .content-inner .btn-link-connect-1 { background: -webkit-gradient(linear, left top, left bottom, from(#0170c1), to(#0052b4)); background: linear-gradient(180deg, #0170c1 0%, #0052b4 100%); -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 8px; padding: 17px 15px 19px 15px; color: #ffffff; font-style: normal; font-weight: bold; font-size: 18px; line-height: 29px; display: inline-block; max-width: 240px; width: 100%; margin-bottom: 15px; text-align: center; }
.main-content .pic-thumbnail { margin-bottom: 26px; overflow: hidden; }
.main-content .pic-thumbnail a { display: block; width: 100%; height: 100%; position: relative; padding-bottom: 66.67%; }
.main-content .pic-thumbnail img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.title_product { position: relative; width: 100%; margin-bottom: 35px; overflow: hidden; }

.product_cate_image { width: 100%; height: 285px; }
.product_cate_image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.lg-thumb-outer .lg-thumb { margin: auto; }

.title_breadcum { background-color: #1f3d7f; padding: 10px 16px; }
.title_breadcum h1 { color: #ffffff; font-size: 24px; }

.title_product { margin-bottom: 30px; }
.title_product .product_cate_image { width: 100%; height: 172px; }
.title_product .product_cate_image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; text-shadow: 0 0 black; }
.title_product .title_product_text_full { position: absolute; top: 30px; background-color: #717171; text-transform: uppercase; padding: 30px 20px 19px 20px; }
.title_product .title_product_text { position: absolute; top: 0px; background-color: #717171; text-transform: uppercase; }
.title_product h2.title { color: #000000; font-weight: bold; margin: 0; position: relative; font-size: 16px; font-style: italic; padding-right: 10px; padding: 10px 5px; text-transform: initial; width: 160px; height: 58px; }
.title_product h2.title::before { content: ""; width: 222px; height: 5px; background-color: #ffffff; top: 100%; left: 0; position: absolute; display: block; z-index: 111; }
.title_product h2.title::after { content: ""; background: url("../img/title_product-1.png") #55367a; position: absolute; top: 0; left: 100%; height: 58px; width: 62px; background-repeat: no-repeat; background-size: contain; }
.title_product h2.title-full { color: #fff; font-weight: bold; margin: 0; position: relative; font-size: 14px; font-style: italic; padding-right: 10px; text-transform: uppercase; }
.title_product h2.title-full:after { content: url(../img/title_product.png); position: absolute; top: -60px; left: 100%; }

.title_alert h2 { font-style: normal; font-weight: normal; font-size: 36px; line-height: 55px; /* or 153% */ text-align: center; letter-spacing: 0.44em; color: #e12a28; }

.table-content .table td { vertical-align: middle; line-height: 1.5; }

@media screen and (max-width: 991px) and (min-width: 768px) { .about-us-home .box-value { margin-bottom: 15px; } }
@media screen and (max-width: 767px) { .about-us-home .box-value { margin-bottom: 15px; padding: 20px 15px; }
  .about-us-home .box-value * { font-size: 14px; }
  .about-us-home .box-value > div img { width: 25px; margin-right: 5px; }
  .about-us-home .box-value > div em { font-size: 16px; } }
@media screen and (max-width: 350px) { .about-us-home .box-value { margin-bottom: 15px; }
  .about-us-home .box-value * { font-size: 12px; }
  .about-us-home .box-value > div img { width: 25px; margin-right: 5px; }
  .about-us-home .box-value > div em { font-size: 16px; }
  .about-us-home .box-value .row .col-6:first-child { padding-right: 0; } }
#lightgallery h3.text-center { margin-top: 10px; font-weight: bold; font-size: 18px; }

@media screen and (max-width: 767px) { #lightgallery h3.text-center { margin-top: 10px; font-weight: bold; font-size: 16px; }
  .main-content .content-inner .pic-thumbnail { margin-top: 15px; margin-bottom: 0; }
  .title_breadcum h1 { color: #ffffff; font-size: 18px; } }
.list-gallery #lightgallery h3.text-center { margin-top: 10px; font-weight: bold; font-size: 14px; }
.list-gallery #lightgallery .pic-thumbnail { margin-bottom: 15px; }

.banner-home { padding: 0; position: relative; height: 0; width: 100%; padding-top: 23%; }
.banner-home .bg-slider { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: 100% 100%; background-position: center center; }
.banner-home .txtSlogan { font-size: 33px; font-weight: bold; line-height: 1.8; }

.company-breadcrumb { padding: 0; position: relative; height: 0; width: 100%; padding-top: 14%; }
.company-breadcrumb .inner-banner-content-wrap { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #1f3d7f; padding: 20.5px 89px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.company-breadcrumb .title { color: #ffffff; text-align: center; }
.company-breadcrumb .breadcrumb { margin-bottom: 0; }
.company-breadcrumb::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #212529; opacity: 0.5; }

.breadcrumb { background-color: #1f3d7f; }
.breadcrumb .breadcrumb-item { color: #ffffff; }
.breadcrumb .breadcrumb-item img { height: 14px; width: auto; }
.breadcrumb .breadcrumb-item a { color: #ffffff; }

.pic img { max-width: 100%; width: 100%; }

.product { margin-bottom: 30px; }
.product .item-center { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.product .pic-thumbnail a { display: block; }
.product .title { margin-bottom: 10px; line-height: 1; }
.product .title a { font-size: 20px; font-weight: 500; text-transform: uppercase; line-height: 1; }
.product .btn_readmore { font-size: 14px; color: #1f3d7f; font-weight: 600; border: 1px solid #1f3d7f; padding: 0px 65px 0px 21px; display: inline-block; position: relative; height: 37px; line-height: 37px; -webkit-transition: all 0.5s; transition: all 0.5s; }
.product .btn_readmore i { margin-left: 6px; position: absolute; width: 35px; height: 35px; line-height: 35px; background-color: #1f3d7f; color: #fff; text-align: center; top: 0px; right: 0px; -webkit-transition: all 0.5s; transition: all 0.5s; }
.product .btn_readmore:hover { color: #ffffff; background-color: #1f3d7f; }
.product .btn_readmore:hover i { background-color: #fff; color: #1f3d7f; }

.title-area { border-bottom: 4px solid #1f3d7f; margin-bottom: 25px; }
.title-area .title-product { font-size: 18px; font-weight: 500; color: #ffffff; background-color: #1f3d7f; padding: 10px 15px 6px 15px; display: inline-block; position: relative; text-transform: uppercase; }
.title-area .title-product::after { content: ''; position: absolute; top: 0%; left: 100%; width: 0; height: 0; border-top: solid 38px transparent; border-left: solid 38px #1f3d7f; border-right: solid 38px transparent; }
.title-area .title-product.title-product-x2::after { border-top: solid 60px transparent; border-left: solid 60px #1f3d7f; border-right: solid 60px transparent; }

.gallery-product .item { margin-bottom: 30px; }
.gallery-product .item .text-center { font-size: 18px; text-align: center; color: #212529; }
.gallery-product .item:hover .text-center { color: #1f3d7f; }
.gallery-product .pic-thumbnail a { display: block; width: 100%; height: 100%; position: relative; padding-bottom: 66.67%; }
.gallery-product .pic-thumbnail a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

@media screen and (min-width: 992px) and (max-width: 1199px) { .container { max-width: 100%; } }
@media screen and (min-width: 992px) and (max-width: 1024px) { .banner-home { padding-top: 30%; }
  .company-breadcrumb { padding-top: 30%; }
  .company-breadcrumb .inner-banner-content-wrap { padding: 20px 80px; }
  .company-breadcrumb .title { font-size: 24px; margin-bottom: 2px; }
  .company-breadcrumb .breadcrumb { margin: auto; padding: 0; }
  .company-breadcrumb .breadcrumb .breadcrumb-item, .company-breadcrumb .breadcrumb > a { font-size: 14px; } }
@media screen and (min-width: 768px) and (max-width: 991px) { .banner-home { padding-top: 40%; }
  .banner-home .txtSlogan { font-size: 24px; }
  .company-breadcrumb { padding-top: 40%; }
  .company-breadcrumb .inner-banner-content-wrap { padding: 20px 80px; }
  .company-breadcrumb .title { font-size: 22px; margin-bottom: 2px; }
  .company-breadcrumb .breadcrumb { margin: auto; padding: 0; }
  .company-breadcrumb .breadcrumb .breadcrumb-item, .company-breadcrumb .breadcrumb > a { font-size: 14px; } }
@media screen and (min-width: 576px) and (max-width: 767px) { .banner-home { padding-top: 40%; }
  .banner-home .txtSlogan { font-size: 18px; }
  .company-breadcrumb { padding-top: 40%; }
  .company-breadcrumb .inner-banner-content-wrap { padding: 20px 40px; }
  .company-breadcrumb .title { font-size: 18px; margin-bottom: 2px; }
  .company-breadcrumb .breadcrumb { margin: auto; padding: 0; }
  .company-breadcrumb .breadcrumb .breadcrumb-item, .company-breadcrumb .breadcrumb > a { font-size: 14px; } }
@media screen and (max-width: 575px) { .banner-home { padding-top: 40%; }
  .banner-home .txtSlogan { font-size: 18px; }
  .banner-home .inner-mobile { padding-top: 45px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .company-breadcrumb { padding-top: 40%; }
  .company-breadcrumb .inner-banner-content-wrap { padding: 20px 10px; width: calc(100% - 20px); }
  .company-breadcrumb .title { font-size: 16px; margin-bottom: 2px; }
  .company-breadcrumb .breadcrumb { margin: auto; padding: 0; }
  .company-breadcrumb .breadcrumb .breadcrumb-item, .company-breadcrumb .breadcrumb > a { font-size: 12px; } }
#subheader .subheader { padding-top: 226px; background-size: cover; background-position: center; position: relative; }
#subheader .subheader .subheader_title { background-color: #ffffff; border-radius: 10px 10px 0px 0; border-bottom-width: 0; padding: 15px; }
#subheader .subheader .subheader_title h3.title { font-style: normal; font-weight: bold; font-size: 14px; text-align: center; color: #000000; }
#subheader .subheader .breadcrumbs_box { padding: 15px; background-color: #ffffff; border-radius: 10px 10px 0px 0; border-bottom-width: 0; }
#subheader .subheader .breadcrumbs_box .home, #subheader .subheader .breadcrumbs_box .current { font-style: normal; font-weight: bold; font-size: 14px; text-align: center; color: #000000; }
#subheader .subheader .breadcrumbs_box .ion-chevron-right { font-size: 10px; vertical-align: middle; }
#subheader .subheader .container { z-index: 1; position: relative; }
#subheader .subheader::before { content: ''; background-color: rgba(132, 172, 233, 0.7); position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (max-width: 767px) { #subheader .subheader .subheader_title { max-width: 220px; margin-left: 15px; width: 100%; }
  #subheader .breadcrumbs_box { display: none; } }
.list-products .product { margin-bottom: 47px; }
.list-products .product .pic-thumb { -webkit-box-flex: 0; -ms-flex: 0 0 270px; flex: 0 0 270px; max-width: 270px; }
.list-products .product .pic-thumb img { width: 100%; }
.list-products .product .content-product { -webkit-box-flex: 0; -ms-flex: 0 0 calc(100% - 270px); flex: 0 0 calc(100% - 270px); max-width: calc(100% - 270px); padding-left: 20px; }
.list-products .product .content-product h2 { font-weight: bold; font-size: 20px; line-height: 1.3; margin-bottom: 10px; color: #ED3432; }
.list-products .product .content-product h2 a { color: #1f3d7f; -webkit-text-decoration-line: underline; text-decoration-line: underline; }
.list-products .product .content-product .desc { font-style: normal; font-weight: normal; font-size: 18px; line-height: 24px; color: #000; margin-bottom: 10px; }
.list-products .product .content-product .btn-detail { background: #2D318F; border-radius: 8px; text-align: center; line-height: 43px; font-size: 14px; text-align: center; -webkit-text-decoration-line: underline; text-decoration-line: underline; color: #FFFFFF; display: inline-block; width: 200px; }

@media screen and (max-width: 767px) { .list-products .product { margin-bottom: 25px; }
  .list-products .product .pic-thumb { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin-bottom: 15px; padding: 0 15px; }
  .list-products .product .content-product { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding-left: 15px; padding-right: 15px; } }
.list-img h2 a { font-weight: 700; font-size: 18px; }

.table-border-dashed, .table-border-dashed th, .table-border-dashed td { border: 1px dashed #dee2e6; }

.table-content { width: 100%; max-width: 100%; overflow-x: auto; }
.table-content .table { min-width: 767px; }

.table-service thead { background-color: #1f3d7f; color: #ffffff; }
.table-service thead th:first-child { width: calc(100% - 140px); }
.table-service thead th:last-child { width: 140px; }
.table-service tbody td:first-child { width: calc(100% - 140px); }
.table-service tbody td:last-child { width: 140px; color: #1f3d7f; font-weight: 700; }
.table-service .bg-rhombus { color: #1f3d7f; font-weight: 700; }

.archive-contact .title-contact { text-transform: uppercase; font-weight: 700; font-size: 18px; padding: 10px 0; border-bottom: 1px solid #cdcdcd; padding-bottom: 8px; margin-bottom: 16px; position: relative; }
.archive-contact .title-contact::before { content: ""; width: 20%; height: 3px; background-color: #1f3d7f; position: absolute; top: 100%; left: 0; margin-top: -1px; }
.archive-contact .contact li { position: relative; padding-left: 35px; margin-bottom: 30px; }
.archive-contact .contact li .icon { position: absolute; top: -8px; left: 0; width: 28px; height: 28px; color: #1f3d7f; border: 2px solid #1f3d7f; font-size: 18px; display: block; border-radius: 50%; padding-top: 3px; text-align: center; }
.archive-contact .contact li p { color: #212529; }
.archive-contact .contact li p a { color: #1f3d7f; }
.archive-contact .contact .contact-company-name { padding-left: 0; }
.archive-contact .contact .contact-company-name h1 { font-size: 24px; color: #1f3d7f; }

.contact-form .form-group .control-label { font-size: 16px; color: #212529; font-weight: 400; }
.contact-form .form-group .form-control { border-width: 0 0 1px 0; border-radius: 0; padding: 3px 0 0 0; color: #1f3d7f; font-size: 16px; font-weight: 400; }
.contact-form .btn-common { background-color: #1f3d7f; border: 1px solid #1f3d7f; color: #ffffff; font-size: 16px; font-weight: 500; position: relative; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; min-width: 150px; text-align: center; }
.contact-form .btn-common:hover, .contact-form .btn-common:focus { color: #1f3d7f; background-color: transparent; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

.career_content h2.title_career { font-size: 30px; margin: 0 0 20px; border-bottom: 2px solid #dfdfdf; color: #000000; padding: 0 0 15px; }
.career_content .desc_career { margin: 0 0 35px; font-size: 18px; }
.career_content .desc_career span { color: #1f3d7f; font-weight: bold; }
.career_content .career_list ul { list-style: none; margin: 0; padding: 0; margin-bottom: 35px; background-color: #f5f5f5; border-right: 7px solid rgba(255, 255, 255, 0.52); }
.career_content .career_list .career_item .career_item_box { padding: 25px 15px; display: inline-block; width: 100%; border-bottom: 1px dashed #b8b8b8; }
.career_content .career_list .career_item .career_item_title { width: 40%; float: left; font-size: 16px; text-transform: uppercase; font-weight: normal; font-weight: 500; line-height: 24px; }
.career_content .career_list .career_item .career_item_title a { color: #535353; }
.career_content .career_list .career_item .career_item_title a:hover { color: #1f3d7f; }
.career_content .career_list .career_item .career_item_day { display: inline-block; font-size: 16px; margin-right: 35px; width: 20%; line-height: 24px; }
.career_content .career_list .career_item .career_item_day_exping { display: inline-block; font-size: 16px; width: 35%; }
.career_content .career_list .career_item:first-child { background-color: #e8e8e8; color: #303030; padding: 15px 15px !important; font-weight: bold; }
.career_content ul#menu-menu-sidebar-career li a { text-transform: uppercase; font-size: 15px; color: #2e2e2e; line-height: 25px; padding: 10px 0; display: block; width: 100%; border-left: 6px solid transparent; border-bottom: 1px solid #fff !important; position: relative; font-style: normal; font-weight: bold; font-size: 16px; line-height: 1.75; color: #2D318F; }
.career_content .title_wrapper { border-bottom: 1px solid #d4d4d4; padding-bottom: 15px; margin-bottom: 25px; }
.career_content .category-title h1 { font-size: 30px; color: #2e2e2e; margin: 0 0 15px; line-height: 40px; font-weight: 500; }
.career_content .post-entry { margin-bottom: 33px; text-align: justify; line-height: 1.4; font-size: 16px; }
.career_content .post-entry ul { padding-left: 20px; }

.widgets { padding: 15px; border: 1px solid #cdcdcd; }
.widgets .title-widget { font-size: 16px; padding-bottom: 8px; margin-bottom: 12px; position: relative; font-weight: 400; text-transform: uppercase; border-bottom: 1px solid #cdcdcd; }
.widgets .title-widget::before { content: ''; width: 20%; height: 3px; background-color: #1f3d7f; position: absolute; top: 100%; left: 0; margin-top: -1px; }
.widgets .widget { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #cdcdcd; }
.widgets .widget .time { font-size: 12px; color: #6c757d; display: block; margin-bottom: 5px; }
.widgets .widget h4 { font-size: 16px; text-transform: uppercase; color: #212529; margin-bottom: 2px; }
.widgets .widget h4 a { color: #212529; }
.widgets .widget h4 a:hover { color: #1f3d7f; }
.widgets .widget p { line-height: 1.3; }
.widgets .widget p a { color: #1f3d7f; }
.widgets .widget:last-child { border-bottom-width: 0; }

.new_archive_item { width: 100%; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #cdcdcd; }
.new_archive_item .new_archive_item_image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.new_archive_item .new_archive_item_title h3 { font-size: 18px; line-height: 25px; margin: 0 0 5px; font-weight: bold; position: relative; color: #212529; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.new_archive_item .new_archive_item_title h3 a { color: #212529; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.new_archive_item .new_archive_item_date { color: #7c7c7c; font-size: 13px; margin-bottom: 5px; font-weight: 500; float: left; width: 100%; }
.new_archive_item .new_archive_item_excerpt { font-size: 15px; line-height: 22px; margin-bottom: 15px; color: #212529; margin-bottom: 20px; font-weight: 400; }
.new_archive_item .new_archive_item_readmore { font-size: 14px; color: #1f3d7f; font-weight: 600; border: 1px solid #1f3d7f; padding: 0px 65px 0px 21px; display: inline-block; position: relative; height: 37px; line-height: 37px; -webkit-transition: all 0.5s; transition: all 0.5s; }
.new_archive_item .new_archive_item_readmore i { margin-left: 6px; position: absolute; width: 35px; height: 35px; line-height: 35px; background-color: #1f3d7f; color: #fff; text-align: center; top: 0px; right: 0px; -webkit-transition: all 0.5s; transition: all 0.5s; }
.new_archive_item .new_archive_item_readmore:hover { color: #ffffff; background-color: #1f3d7f; }
.new_archive_item .new_archive_item_readmore:hover i { background-color: #fff; color: #1f3d7f; }
.new_archive_item:hover .new_archive_item_title h3 a { color: #1f3d7f; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.new_archive .title_wrapper { border-bottom: 1px solid #d4d4d4; padding-bottom: 15px; margin-bottom: 25px; }
.new_archive .category-title h1 { font-size: 30px; color: #2e2e2e; margin: 0 0 15px; line-height: 40px; font-weight: 500; }
.new_archive .post-entry { margin-bottom: 33px; text-align: justify; line-height: 1.4; font-size: 16px; }
.new_archive .post-entry h2 { font-size: 24px; font-weight: 500; }
.new_archive .post-entry h3 { font-size: 20px; font-weight: 500; }
.new_archive .post-entry h4 { font-size: 18px; font-weight: 400; }
.new_archive .post-entry h5 { font-size: 16px; font-weight: 400; }
.new_archive .post-entry ul { padding-left: 20px; }
.new_archive .post-entry img { max-width: 100%; width: 1005; }
.new_archive .post-entry b, .new_archive .post-entry strong { font-weight: 500; }
.new_archive .post-entry a { color: #1f3d7f; }

.pagination { width: auto; height: auto; margin: 0 auto; padding: 12px 0; display: table; }
.pagination .numbers { float: left; }
.pagination a, .pagination span { width: auto; padding: 8px 15px 10px 15px; margin: 0 3px; font-size: 14px; line-height: 14px; float: left; }
.pagination span { background: #f04e30; color: #fff; }
.pagination a { background: #f1f1f1; color: #666; }

.section-404 #notfound { position: relative; height: auto; padding: 50px 0; }
.section-404 .notfound { max-width: 520px; width: 100%; line-height: 1.4; text-align: center; margin: auto; }
.section-404 .notfound .notfound-404 { position: relative; height: 240px; }
.section-404 .notfound .notfound-404 h1 { font-family: "Montserrat", sans-serif; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 252px; font-weight: 900; margin: 0px; color: #1f3d7f; text-transform: uppercase; letter-spacing: -40px; margin-left: -20px; }
.section-404 .notfound .notfound-404 h1 > span { text-shadow: -8px 0px 0px #fff; }
.section-404 .notfound .notfound-404 h3 { font-family: "Cabin", sans-serif; position: relative; font-size: 16px; font-weight: 700; text-transform: uppercase; color: #1f3d7f; margin: 0px; letter-spacing: 3px; padding-left: 6px; }
.section-404 .notfound h2 { font-family: "Cabin", sans-serif; font-size: 20px; font-weight: 400; text-transform: uppercase; color: #1f3d7f; margin-top: 0px; margin-bottom: 25px; }
.section-404 .btn-back2home { background-color: #1f3d7f; border: 2px solid #1f3d7f; padding: 8px 45px; border-radius: 20px; text-align: center; color: #ffffff; font-size: 16px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; text-transform: uppercase; }
.section-404 .btn-back2home:hover { background-color: transparent; color: #1f3d7f; }
@media only screen and (max-width: 767px) { .section-404 .notfound .notfound-404 { height: 200px; }
  .section-404 .notfound .notfound-404 h1 { font-size: 200px; } }
@media only screen and (max-width: 480px) { .section-404 .notfound .notfound-404 { height: 162px; }
  .section-404 .notfound .notfound-404 h1 { font-size: 162px; height: 150px; line-height: 162px; }
  .section-404 .notfound h2 { font-size: 16px; } }

/*# sourceMappingURL=style.css.map */