/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
html {
  scroll-behavior: smooth;
}

.postPage {
  padding: 30px 0;
}
.pagePostDetails {
  padding: 30px 0;
}
.breamBox,
.breabCol {
  min-height: 45px;
  align-items: center;
  display: flex;
  position: relative;
  background-color: rgb(242, 242, 242);
  width: 100%;
  font-size: 0.9em;
}

.breamBox a,
.breabCol a {
  color: black;
}

.breadcrumb_last {
  font-weight: bold;
  color: black;
}

.containerCusWide {
  background: #000099;
  border-radius: 7px;
  overflow: hidden;
  padding: 0 20px;
}

.container,
.container-width,
.full-width .ubermenu-nav,
.row {
  /*max-width: 1170px;*/
}

.ftInfo {
}

.ftInfo h3 {
  color: #fece0c;
}

.ftInfo ul {
}

.ftInfo ul li {
  list-style: none;
  margin: 0 0 0.6em;
  padding-left: 24px;
}

.ftInfo ul li:nth-child(1) {
  background: url(images/ft1.png) left 4px no-repeat;
}

.ftInfo ul li:nth-child(2) {
  background: url(images/ft2.png) left 3px no-repeat;
}

.ftInfo ul li:nth-child(3) {
  background: url(images/ft3.png) left 6px no-repeat;
}

.ftList {
}

.ftList h3 {
  color: #fece0c;
  font-size: 16px;
}

.ftList ul {
}

.ftList ul li {
  list-style: none;
  margin: 0 0 0.6em;
  background: url(images/ftArrow.png) left 8px no-repeat;
  padding-left: 15px;
  transition: all 500ms;
}

.ftList ul li a {
  font-size: 15px;
  font-weight: bold;
  transition: all 500ms;
}

.ftList ul li:hover {
  padding-left: 0;
  background: none;
}

.ftList ul li a:hover {
  color: #fece0c;
}

.ftSocial {
}

.ftSocial ul {
  display: flex;
  list-style: none;
  gap: 15px;
}

.ftSocial ul li {
  margin: 0;
}

.ftSocial ul li a {
  display: block;
  width: 25px;
  height: 25px;
}

.ftSocial ul li:nth-child(1) a {
  background: url(images/so1.png) center center no-repeat;
}

.ftSocial ul li:nth-child(2) a {
  background: url(images/so2.png) center center no-repeat;
}

.ftSocial ul li:nth-child(3) a {
  background: url(images/so3.png) center center no-repeat;
}

.contactForm .wpcf7-form-control {
  border-radius: 8px;
}

.contactForm .wpcf7-textarea {
  border-radius: 8px;
}

.contactForm .wpcf7-submit {
}

.wpcf7-response-output {
  margin: 10px 0;
}

.postItem {
  border: 1px solid rgba(100, 100, 111, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.postItemThumb {
  position: relative;
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
}

.postItemThumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms;
}

.postItemDate {
}

.postItemContent {
  padding: 22px 20px;
}

.postItemTitle {
  margin-bottom: 5px;
}

.postItemTitle a {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 56px;
}

.postItemDesc {
  font-size: 14px;
  color: #5f5d5b;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  height: 89px;
}

.postItemReadMore {
}

.postItemReadMore a {
  font-weight: bold;
  color: #123f8c;
}

.box-title {
  font-size: 25px;
  color: #123f8c;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.postItem:hover {
}

.postItem:hover .postItemThumb img {
}

.postItem:hover .postItemTitle a {
}

.postList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.postPage {
  padding: 30px 0;
}

.stContactHome {
}

.textContactHome h2 {
  font-size: 20px;
}

.textContactHome p {
  font-size: 16px;
}

.colFormHome {
}

.colFormHome form {
  margin-bottom: 0;
}

.colFormHome form > p {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 35px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
}

.colFormHome form > p .wpcf7-form-control-wrap {
}

.colFormHome form > p .wpcf7-form-control-wrap input {
  min-height: 55px;
  border-radius: 55px;
  color: #282828;
  margin-bottom: 0;
  max-height: 55px;
}

.wpcf7-spinner {
  display: none;
}

.colFormHome form > p .wpcf7-submit {
  min-height: 55px;
  border-radius: 55px;
  background: #fece0c;
  color: #002664;
  margin: 0;
  max-height: 55px;
}

.aboutHomeInfo .col-inner {
}

.aboutHomeInfo .col-inner::before {
  content: "";
  background: url(images/hinh1.png) left 0px no-repeat;
  width: 189px;
  height: 190px;
  position: absolute;
  left: -56px;
  top: -38px;
}

.aboutHomeInfo {
}

.aboutHomeInfo h2 {
  font-size: 14px;
  color: #002664;
}

.aboutHomeInfo h3 {
  font-size: 24px;
  color: #dc0000;
}

.aboutHomeInfo p {
  font-size: 16px;
  text-align: justify;
  color: #282828;
}

.aboutHomeInfo button {
}

.aboutHomeInfo button span {
}

.headingDefaultHome {
}

.headingDefaultHome h2 {
  color: #002664;
  background: url(images/line1.png) center bottom no-repeat;
  padding-bottom: 20px;
  font-size: 32px;
}

.headingDefault2 h2 {
  color: #fece0c;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 0;
}
.headingDefault3 h2 {
  color: #002664;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 0;
}
.worksItem {
}
.worksItemThumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.worksItemThumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.worksItem:hover {
}
.worksItem:hover img {
}
.worksPlay {
  background: url(images/arPlay.png) center center no-repeat;
  background-size: 64px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.srvHome {
  padding: 30px 0;
}
.srvHomeHeading {
  background: url(images/line1.png) center bottom no-repeat;
  padding-bottom: 20px;
  font-size: 32px;
  margin-bottom: 30px;
}
.srvHomeHeading a {
  text-align: center;
  display: block;
  color: #002664;
}

.srvItem1 {
}
.srvItem1Thumb {
  position: relative;
  width: 100%;
  padding-top: 65%;
  border-radius: 10px;
  overflow: hidden;
}
.srvItem1Thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms;
}
.srvItem1Content {
  height: 113px;
  padding: 20px 27px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; /* margin-top: -73px; */
  transform: translate(30px, -70px);
  z-index: 99;
  position: relative;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  max-width: 307px; /* left: 30px; */
}
.srvItem1Title {
  margin-bottom: 25px;
}
.srvItem1Title a {
  font-weight: bold;
  color: #002664;
  font-size: 1.1em;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.srvItem1Read {
}
.srvItem1Read a {
  color: #000000;
  font-size: 14px;
}
.srvItem1:hover {
}
.srvItem1:hover .srvItem1Thumb img {
  transform: scale(1.1);
}
.srvItem1:hover .srvItem1Title a {
}
.srvItem1:hover .srvItem1Read {
}
.srvItem1:hover .srvItem1Read a {
}

.hotlineHead {
  background: url(images/hotline.png) left center no-repeat;
  min-height: 33px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 40px;
  color: #123f8c;
  font-weight: bold;
  font-size: 16px;
}
.hotlineHead span {
  width: 100%;
  color: #e70012;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: -3px;
}
.header-main {
  padding: 10px 0;
}

.home1Owl .owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  left: -50px;
  top: calc(45% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-indent: -9999px;
  margin: 0;
}

.home1Owl .owl-prev:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: transparent;
  transition: 0.4s all;
  transform: rotate(0);
}

.home1Owl .owl-prev:after {
  content: "";
  position: absolute;
  background: url(images/arLeft.png) center no-repeat;
  background-size: 45px;
  width: 45px;
  height: 45px;
}

.home1Owl .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -50px;
  top: calc(45% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-indent: -9999px;
  margin: 0;
}

.home1Owl .owl-next:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: transparent;
  transition: 0.4s all;
  transform: rotate(0);
}

.home1Owl .owl-next:after {
  content: "";
  position: absolute;
  background: url(images/arRight.png) center no-repeat;
  background-size: 45px;
  width: 45px;
  height: 45px;
}

.home1Owl .owl-prev:hover:before,
.home1Owl .owl-next:hover:before {
  transition: 0.4s all;
  transform: rotate(45deg);
}

.home1Owl-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home1Owl-info p {
  margin-bottom: 0;
  color: #fff;
  padding: 0 25px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 22px;
  max-width: 75%;
}

.owl-item:hover .home1Owl-info {
  background: #000;
  transition: 0.4s all;
}

.owl-item:hover .home1Owl-info .btn-1 {
  background: #231f20;
  transition: 0.4s all;
}

.home2Owl {
}
.home2Owl .owl-prev {
  position: relative;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-indent: -9999px;
  margin: 0;
}

.home2Owl .owl-prev:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: transparent;
  transition: 0.4s all;
  transform: rotate(0);
}

.home2Owl .owl-prev:after {
  content: "";
  position: absolute;
  background: url(images/ar2Left.png) center no-repeat;
  background-size: 45px;
  width: 45px;
  height: 45px;
}

.home2Owl .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-indent: -9999px;
  margin: 0;
}

.home2Owl .owl-next:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: transparent;
  transition: 0.4s all;
  transform: rotate(0);
}

.home2Owl .owl-next:after {
  content: "";
  position: absolute;
  background: url(images/ar2Right.png) center no-repeat;
  background-size: 45px;
  width: 45px;
  height: 45px;
}

.home2Owl .owl-prev:hover:before,
.home2Owl .owl-next:hover:before {
  transition: 0.4s all;
  transform: rotate(45deg);
}
.home2Owl .owl-nav {
  width: 100px;
  position: absolute;
  left: calc(-35% + 11px);
  top: 50%;
}

.home2Owl-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home2Owl-info p {
  margin-bottom: 0;
  color: #fff;
  padding: 0 25px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 22px;
  max-width: 75%;
}

.owl-item:hover .home2Owl-info {
  background: #000;
  transition: 0.4s all;
}

.owl-item:hover .home2Owl-info .btn-1 {
  background: #231f20;
  transition: 0.4s all;
}

.home3Owl {
}

.home3Owl {
}
.home3Owl .owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  left: -23px;
  border-radius: 50%;
  top: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-indent: -9999px;
  margin: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.home3Owl .owl-prev:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: transparent;
  transition: 0.4s all;
  transform: rotate(0);
}

.home3Owl .owl-prev:after {
  content: "";
  position: absolute;
  background: url(images/ar2Left.png) center no-repeat;
  background-size: 45px;
  width: 45px;
  height: 45px;
}

.home3Owl .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -23px;
  top: 45%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-indent: -9999px;
  margin: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.home3Owl .owl-next:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: transparent;
  transition: 0.4s all;
  transform: rotate(0);
}

.home3Owl .owl-next:after {
  content: "";
  position: absolute;
  background: url(images/ar2Right.png) center no-repeat;
  background-size: 45px;
  width: 45px;
  height: 45px;
}

.home3Owl .owl-prev:hover:before,
.home3Owl .owl-next:hover:before {
  transition: 0.4s all;
  transform: rotate(45deg);
}
.home3Owl .owl-nav {
  /* width: 100px; */
  /* position: absolute; */
  /* left: calc(-35% + 11px); */
  /* top: 50%; */
}

.home3Owl-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home3Owl-info p {
  margin-bottom: 0;
  color: #fff;
  padding: 0 25px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 22px;
  max-width: 75%;
}

.srvHome2 {
  padding: 50px 0;
}
.srvItem2 {
  margin-bottom: 40px;
}
.srvItem2Thumb {
  position: relative;
  width: 100%;
  padding-top: 75%;
  border-radius: 10px;
  overflow: hidden;
}
.srvItem2Thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms;
}
.srvItem2Content {
  padding-top: 10px;
}
.srvItem2Title {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
.srvItem2Title a {
  font-weight: bold;
  font-size: 1.1em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 56px;
  text-transform: uppercase;
  color: #002664;
}
.srvItem2Title::before {
  content: "";
  width: 104px;
  height: 4px;
  background: #fece0c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
}
.srvItem2:hover .srvItem2Title a {
}
.srvItem2:hover .srvItem2Thumb img {
  transform: scale(1.1);
}

.srvItem3 {
}
.srvItem3Thumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.srvItem3Thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms;
}
.srvItem3Content {
}
.srvItem3Title {
  margin-bottom: 5px;
}
.srvItem3Title a {
  color: white;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.srvItem3ReadMore {
}
.srvItem3ReadMore a {
  color: white;
  font-size: 14px;
}
.srvItem3:hover {
}
.srvItem3:hover .srvItem3Thumb img {
  transform: scale(1.1);
}
.wpml-ls-legacy-list-horizontal .wpml-ls-slot-shortcode_actions a img {
  width: auto !important;
  height: auto !important;
}

.wpml-ls-current-language a {
}

.wpml-ls-current-language a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  border-radius: 1px;
  background: #002664;
  left: 0;
  bottom: -4px;
  right: 0;
  margin: auto;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a img {
}

.wpml-ls-statics-shortcode_actions {
}

.wpml-ls-statics-shortcode_actions ul {
  display: flex;
  gap: 10px;
}
.wpml-ls-legacy-list-horizontal a {
  display: block;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  position: relative;
}
.wpml-ls-current-language a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  border-radius: 1px;
  background: #002664;
  left: 0;
  bottom: -4px;
  right: 0;
  margin: auto;
}
.readAllMore {
  background: #123f8c;
  padding: 15px 63px;
  border-radius: 40px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  max-width: 220px;
  text-align: center;
}

.readAllMore span {
}
.readAllMore:hover {
  color: white;
}
.readAllMore:hover span {
}

.widget {
  border-radius: 5px;
  overflow: hidden;
}

.widget .widget-title {
  background: transparent;
  color: #002664;
  display: block;
  padding: 10px 0px;
  font-size: 1.125em;
}

.widget .widget-title span {
  font-weight: bold;
}

.widget .is-divider {
  display: none;
}

.widget ul {
  width: 100%;
  border: none;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #f8f8ff;
}

.widget ul li {
  border: none !important;
}

.widget ul li a {
  border-bottom: 1px dashed #cecaca !important;
  display: block;
  line-height: 18px;
  padding: 5px 24px 5px 5px;
  position: relative;
  margin-bottom: 0;
  color: black;
}

.widget ul li:last-child a {
  border: none;
}
.widget ul li:last-child a {
  border: none !important;
}

.postAsideList {
  width: 100%;
  border: none;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #f8f8ff;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.postAsideHomeItem {
  display: flex;
  gap: 10px;
  align-items: center;
}

.postAsideHomeItemThumb {
  height: 60px;
  min-width: 60px;
  max-width: 60px;
  border-radius: 15%;
  overflow: hidden;
}

.postAsideHomeItemThumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.postAsideHomeItemContent {
}

.postAsideHomeItemTitle {
}

.postAsideHomeItemTitle a {
  color: black;
  font-size: 0.95em;
  font-style: normal;
  /* line-height: normal; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.postAsideHomeItemDesc {
  display: none;
}

.postAsideHomeItem:hover .postAsideHomeItemTitle a {
  color: #002664;
}
.custom-html-widget {
}
.custom-html-widget form {
  background-color: #f2f2f2;
  padding: 10px;
}
.custom-html-widget form > p {
}
.custom-html-widget .wpcf7-form-control-wrap {
}
.custom-html-widget .wpcf7-form-control-wrap input {
  box-shadow: none;
  border-radius: 5px;
  overflow: hidden;
}
.custom-html-widget .wpcf7-submit {
  border-radius: 8px;
}
.signPostBoxContent {
}
.signPostBoxContent ul,
.signPostBoxContent ol {
  padding-left: 17px;
}
.signPostDate {
  display: none;
}
.signPostHeading {
}
.signPostHeading h1 {
  color: #002664;
}

.relateBox {
  padding: 30px 0;
}
.relateBox h3 {
  color: #002664;
  background: url(images/line1.png) center bottom no-repeat;
  padding-bottom: 20px;
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}
.teamInfo {
}
.teamInfo h2 {padding-left: 35px;position: relative;color: #123f8c;}
.teamInfo h2::before {
  content: "";
  background: url(images/line3.png) no-repeat;
  width: 24px;
  height: 7px;
  display: inline-block;
  margin-right: 10px;
  top: 0;
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 0;
}
.teamInfo ul {
}
.teamInfo ul li {
}



.bloghot-item {
    margin-bottom: 30px;
}

.bloghot-thumb {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

    .bloghot-thumb img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.bloghot-content {
    padding: 20px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bloghot-title {
}

    .bloghot-title a {
        display: block;
        color: #002664;
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 13px 0;
        font-weight: bold;
        text-transform: uppercase;
    }

.bloghot-description {
    font-size: 14px;
    line-height: 26px;
    color: black;
}

.blognew-aside {
    margin-bottom: 30px;
}

.blognew-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.blognew-thumb {
    min-width: 150px;
    max-width: 150px;
    overflow: hidden;
    position: relative;
    min-height: 100px;
    max-height: 100px;
}

    .blognew-thumb img {
        position: absolute;
        left: 0;
        right: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.blognew-content {
    padding-left: 15px;
}

.blognew-title {
}

    .blognew-title a {
        font-size: 1em;
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: #002664;
        text-transform: uppercase;
    }
    .bloghot-readmore a {
    display: inline-block;
    padding: 6px 16px;
    color: #002664;
    border: 1px solid #002664;
    margin: 10px 0 0 0;
}
.blognew-readmore a {
    display: inline-block;
    margin: 10px 0 0 0;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-clip: text;
    color: black;
}
/*desktop*/
@media only screen and (min-width: 1200px) {
  .menu-item-has-children > .sub-menu {
    border: none;
    border-radius: 0;
    padding: 0;
  }

  .menu-item-has-children > .sub-menu > li {
    display: block;
  }

  .menu-item-has-children > .sub-menu > li > a {
    font-weight: 400;
    height: 37px;
    font-size: 15px;
    color: black;
    text-transform: none !important;
  }

  .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    position: absolute;
    left: 100%;
    min-width: 200px;
    background: white;
    border-radius: 0;
    top: 0;
    display: none;
  }

  .menu-item-has-children > .sub-menu > li.menu-item-has-children > a {
    font-size: 0.8em;
    color: black;
    text-transform: uppercase;
    background: url(images/arrow.png) no-repeat;
    background-size: 16px;
    background-position-x: 100%;
    background-position-y: center;
  }

  .menu-item-has-children
    > .sub-menu
    > .menu-item-has-children
    > .sub-menu
    > li {
  }

  .menu-item-has-children
    > .sub-menu
    > .menu-item-has-children
    > .sub-menu
    > li
    > a {
    font-size: 0.8em;
    color: black;
    text-transform: uppercase;
    background: none;
  }

  .menu-item-has-children > .sub-menu > li {
    width: 100%;
    position: relative;
  }

  .menu-item-has-children > .sub-menu > li:before {
    content: "";
    font-size: 13px;
    margin-left: 0.2em;
    opacity: 0.6;
    position: absolute;
    right: 10px;

    font-family: "FontAwesome";
    top: 8px;
  }

  .menu-item-has-children
    > .sub-menu
    > li
    > .menu-item-has-children
    > .sub-menu
    > li:before {
    display: none;
  }

  .menu-item-has-children
    > .sub-menu
    > .menu-item-has-children
    > .sub-menu
    > li:before {
    display: none;
  }

  .menu-item-has-children > .sub-menu > li:hover .sub-menu {
    display: block;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    transition: all 500ms;
  }
}
@media only screen and (max-width: 48em) {
  .postList {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}
  .colFormHome form > p {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 35px;
}
  .home1Owl .owl-next,
  .home1Owl .owl-prev {
    display: none;
  }
}
