

@charset "UTF-8";
@font-face {
    font-family: dtac2018;
    src: url('../fonts/dtac-2018/DTAC2018-Regular.eot');
    src: url('../fonts/dtac-2018/DTAC2018-Regular.eot?') format('embedded-opentype'), 
         url('../fonts/dtac-2018/DTAC2018-Regular.woff') format('woff'), 
         url('../fonts/dtac-2018/DTAC2018-Regular.ttf') format('truetype'),
		 url('../fonts/dtac-2018/DTAC2018-Regular.svg') format('svg');
}
@font-face {
    font-family: dtac2018it;
    src: url('../fonts/dtac-2018/DTAC2018-Italic.eot');
    src: url('../fonts/dtac-2018/DTAC2018-Italic.eot?') format('embedded-opentype'), 
         url('../fonts/dtac-2018/DTAC2018-Italic.woff') format('woff'), 
         url('../fonts/dtac-2018/DTAC2018-Italic.ttf') format('truetype'),
		 url('../fonts/dtac-2018/DTAC2018-Italic.svg') format('svg');
}
@font-face {
    font-family: dtac2018li;
    src: url('../fonts/dtac-2018/DTAC2018-Light.eot');
    src: url('../fonts/dtac-2018/DTAC2018-Light.eot?') format('embedded-opentype'), 
         url('../fonts/dtac-2018/DTAC2018-Light.woff') format('woff'), 
         url('../fonts/dtac-2018/DTAC2018-Light.ttf') format('truetype'),
		 url('../fonts/dtac-2018/DTAC2018-Light.svg') format('svg');
}
 
@font-face {
    font-family: dtac2018liit;
    src: url('../fonts/dtac-2018/DTAC2018-LightItalic.eot');
    src: url('../fonts/dtac-2018/DTAC2018-LightItalic.eot?') format('embedded-opentype'), 
         url('../fonts/dtac-2018/DTAC2018-LightItalic.woff') format('woff'), 
         url('../fonts/dtac-2018/DTAC2018-LightItalic.ttf') format('truetype'),
		 url('../fonts/dtac-2018/DTAC2018-LightItalic.svg') format('svg');
}
 
@font-face {
    font-family: dtac2018bd;
    font-weight: normal;
    src: url('../fonts/dtac-2018/DTAC2018-Bold.eot');
    src: url('../fonts/dtac-2018/DTAC2018-Bold.eot?') format('embedded-opentype'), 
         url('../fonts/dtac-2018/DTAC2018-Bold.woff') format('woff'), 
         url('../fonts/dtac-2018/DTAC2018-Bold.ttf') format('truetype'),
		 url('../fonts/dtac-2018/DTAC2018-Bold.svg') format('svg');
}
@font-face {
    font-family: dtac2018bdit;
    font-weight: normal;
    src: url('../fonts/dtac-2018/DTAC2018-BoldItalic.eot');
    src: url('../fonts/dtac-2018/DTAC2018-BoldItalic.eot?') format('embedded-opentype'), 
         url('../fonts/dtac-2018/DTAC2018-BoldItalic.woff') format('woff'), 
         url('../fonts/dtac-2018/DTAC2018-BoldItalic.ttf') format('truetype'),
		 url('../fonts/dtac-2018/DTAC2018-BoldItalic.svg') format('svg');
}

.dtac-2018 {
	font-family: "dtac2018";
	font-weight: normal !important;
}
.dtac-2018it {
	font-family: "dtac2018bd";
    font-style: italic;
}
.dtac-2018li {
	font-family: "dtac2018bd";
	font-weight: lighter;
}
.dtac-2018liit {
	font-family: "dtac2018bd";
	font-weight: lighter;
    font-style: italic;
}
.dtac-2018bd {
	font-family: "dtac2018bd";
    font-weight: bold;
}
.dtac-2018bdit {
	font-family: "dtac2018bd";
    font-weight: bold;
    font-style: italic;
}

/*button*/
.button-control {
  text-align: center;
}

[class*="bttn-"],
.txt-link {
  font-size: 18px !important;
  line-height: 1;
  display: inline-block;
  text-align: center;
  padding: 0;
  text-decoration: none !important;
}

[class*="bttn-"] {
  border-radius: 3px;
  min-width: 125px;
  cursor: pointer;
}

[class*="bttn-"]:focus,
button:focus {
  outline: none;
}

[class*="bttn-"]+[class*="bttn-"] {
  margin-left: 20px;
}

.-vertical [class*="bttn-"] {
  margin-left: 0;
  margin-top: 20px;
}

.-vertical [class*="bttn-"]:first-child {
  margin-top: 0;
}

.bttn-blue {
  color: #ffffff !important;
  background-color: #007ad0;
  padding: 15px 32px;
  transition: background-color 0.3s ease;
  border: none;
  text-decoration: none !important;
}

.bttn-blue:hover {
  background-color: #036bb5;
  color: #fff;
  text-decoration: none !important;
}

.bttn-blue.active {
  background-color: #0662a3;
}

.bttn-blue.disabled,
.bttn-blue:disabled {
  background-color: #d6d6d6;
  color: #767676 !important;
  cursor: not-allowed;
}

.bttn-outline {
  color: #1a1a1a !important;
  background-color: transparent;
  padding: 14px 31px;
  border: 1px solid #767676;
  transition: border 0.3s ease;
  text-decoration: none !important;
}

.bttn-outline:hover {
  border: 1px solid #1a1a1a;
  text-decoration: none !important;
}

.bttn-outline.active {
  border: 1px solid #0c1026;
}

.bttn-outline.disabled,
.bttn-outline:disabled {
  color: #767676;
  border: 1px solid #d6d6d6;
  cursor: not-allowed;
}

.-bg-bttn-dark,
.bttn-link,
.bttn-list {
  min-width: auto !important;
}

.bttn-outline.-bg-bttn-dark {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.bttn-outline.-bg-bttn-dark:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.bttn-outline.-bg-bttn-dark.active {
  border: 1px solid rgba(255, 255, 255, 1);
}

.bttn-outline.-bg-bttn-dark.disabled,
.bttn-outline.-bg-bttn-dark:disabled {
  color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: not-allowed;
}

.bttn-link {
  color: #007ad0;
  position: relative;
  padding: 0 15px 0 0;
  background-color: transparent;
  border: none;
}

.bttn-link:hover {
  text-decoration: underline !important;
}

.bttn-link.disabled,
.bttn-link:disabled {
  color: #d6d6d6;
  text-decoration: none;
  cursor: not-allowed;
}

.bttn-link::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0px;
  width: 8px;
  height: 14px;
  background: url(https://www.dtac.co.th/dtac-library/assets/img/ico-arrow-right-blue@2x.png) center center no-repeat;
  background-size: auto 100%;
}

.bttn-link.disabled::after,
.bttn-link:disabled::after {
  background: url(https://www.dtac.co.th/dtac-library/assets/img/ico-arrow-right-gray@2x.png) center center no-repeat;
  background-size: auto 100%;
}

.bttn-link.-bg-bttn-dark {
  color: #19aaf8;
}

.bttn-link.-bg-bttn-dark::after {
  background: url(https://www.dtac.co.th/dtac-library/assets/img/ico-arrow-right-blue-2@2x.png) center center no-repeat;
  background-size: auto 100%;
}

.bttn-link.-bg-bttn-dark.disabled,
.bttn-link.-bg-bttn-dark:disabled {
  color: rgba(214, 214, 214, 0.4);
}

.bttn-link.-bg-bttn-dark.disabled::after,
.bttn-link.-bg-bttn-dark:disabled::after {
  background: url(https://www.dtac.co.th/dtac-library/assets/img/ico-arrow-right-gray-2@2x.png) center center no-repeat;
  background-size: auto 100%;
}

.bttn-list {
  color: #007ad0;
  background-color: transparent;
  border: none;
}

.bttn-list:hover {
  text-decoration: underline !important;
}

.bttn-list.disabled,
.bttn-list:disabled {
  color: #d6d6d6;
  text-decoration: none;
  cursor: not-allowed;
}

.bttn-list.-bg-bttn-dark {
  color: #19aaf8;
}

.bttn-list.-bg-bttn-dark.disabled,
.bttn-list.-bg-bttn-dark:disabled {
  color: rgba(214, 214, 214, 0.4);
  text-decoration: none;
  cursor: not-allowed;
}

.txt-link {
  color: #007ad0 !important;
  background-color: transparent;
  border: none;
  display: inline-block;
  text-decoration: none !important;
}

.txt-link:hover {
  text-decoration: underline !important;
}

.txt-link.-bg-bttn-dark {
  color: #19aaf8 !important;
}

.is-link-container {
  display: none!important;
}

.search-box-top {
  position: relative;
  margin-left: auto;
  width: 250px;
}
.search-box-top .is-form-style .is-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 0 2px 2px 0;
  background: #007AD0;
  border: none;
}
.search-box-top .is-form-style input.is-search-submit, .search-box-top .is-search-icon {
  display: inline-block;
  padding: 0;
  width: 17px;
  height: 17px;
  background: none;
  border: none;
  background: url(../img/2020/ico-search-top@2x.png) center no-repeat;
  background-size: 17px;
}
.search-box-top .is-search-icon svg {
  display: none;
}
.search-box-top .is-form-style input.is-search-input {
  background-color: #F5F5F5;
  font-family: "dtac2018";
  font-size: 18px;
  color: #767676;
  border-radius: 2px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 48px;
  border: none;
}

.search-box-top .sf-input-text {
  background-color: #F5F5F5;
  font-family: "dtac2018";
  font-size: 18px;
  color: #767676;
  border-radius: 2px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 48px;
  border: none;
}

.search-box-top .sf-field-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  
}
.search-box-top .sf-field-submit input[type="submit"] {
  border-radius: 0 2px 2px 0;
  background: #007AD0;
  border: none;
  width: 48px;
  height: 48px;
  text-indent: -99999px;
  background: url(../img/2020/ico-search-top@2x.png) #007AD0 center no-repeat;
  background-size: 17px;
}
.sf-input-select::before {
  display: none;
}
.sf-input-select::after {
  display: none;
}
.sf-input-select {
  -webkit-appearance: none;
}

.search-box-top .searchandfilter label {
  width: 100%;
}

.sw-lang {
  border-left: 1px solid #DBDBDB;
  margin-left: 10px;
  padding-left: 10px;
}
.sw-lang ul {
  margin: 0;
  padding: 0;
}
.lang-item a {
  display: block;
  font-size: 18px;
  color:#000000;
  line-height: 1;
	width: 25px;
  height: 18px;
	overflow: hidden;
}
.lang-item a::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 18px;
  vertical-align: middle;
  /*margin-right: 12px;*/
  margin-right: 0;
	margin-bottom: 20px;
}
.lang-item-th a::before {
  background: url(../img/2020/ico-lang-th.png) 0 0 no-repeat;
  background-size: 100%;
}
.lang-item-en a::before {
  background: url(../img/2020/ico-lang-en@2x.png) 0 0 no-repeat;
  background-size: 100%;
}

/* /// Main slider ///// */
.main-slider .container {
  max-width: none;
}

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

  [class*="bttn-"],
  .txt-link {
    font-size: 16px !important;
  }

  [class*="bttn-"] {
    min-width: 100px;
  }

  [class*="bttn-"]+[class*="bttn-"] {
    margin-left: 16px;
  }

  .-vertical [class*="bttn-"] {
    margin-top: 16px;
  }

  .bttn-blue {
    padding: 14px 32px;
  }

  .bttn-outline {
    padding: 13px 31px;
  }

  .bttn-link::after {
    top: 1px;
    width: 7px;
    height: 12px;
  }
}

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

  [class*="bttn-"],
  .txt-link {
    font-size: 14px !important;
  }

  .bttn-blue {
    padding: 11px 28px;
  }

  .bttn-outline {
    padding: 10px 27px;
  }

  .bttn-link::after {
    top: 2px;
    width: 6px;
    height: 11px;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

body {
  font-family: "dtac2018";
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased !important;
}

ul li {
  list-style: none;
}

.header-container {
  position: relative;
  z-index: 10;
}
.main-header {
  background-color: #fff;
}
.main-header .container {
  display: flex;
  align-items: center;
  height: 72px;
}

.logo-dblog {
  width: 50px;
  margin-right: 20px;
}
.logo-dblog a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: url(../img/2020/logo-dtac-blog@2x.png) 0 0 no-repeat;
  background-size: 100%;
}
.logo-dblog span {
  display: block;
  padding-top: 60px;
}

.main-nav a {
  /* background-color: #000; */
  font-family: "dtac2018"!important;
  font-size: 18px;
  color: #1A1A1A;
}

.main-nav .menu-item-has-children > a {
  position: relative;
  font-size: 18px;
  color: #1A1A1A;
  padding-right: 20px;
}
.main-nav .menu-item {
  position: relative;
  float: left;
  padding: 20px;
}

.nav-container ul {
  margin: 0;
}
/* .main-nav .menu-item-has-children {
  position: relative;
  float: left;
  padding: 20px;
} */
.main-nav .menu-item-has-children > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background: url(../img/2020/ico-arrw-dd@2x.png) 0 0 no-repeat;
  background-size: 100%;
  width: 10px;
  height: 6px;
  margin-top: -3px;
}

.main-nav .menu-item .sub-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin: 20px 0 0 -20px;
  width: 234px;
  background-color: #fff;
  /* margin-left: 0; */
  padding: 0 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 100;

}
.main-nav .menu-item .sub-menu .sub-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin: -47px 0 0 194px;
  width: 234px;
  background-color: #fff;
  /* margin-left: 0; */
  padding: 0 20px 0 50px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 90;
}
.main-nav .menu-item .sub-menu .sub-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: -6px;
  width: 6px;
  height: 62px;
  background-color: #fff;
}
.main-nav .nav-container > ul > .menu-item-has-children:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.main-nav .container > ul > .menu-item-has-children:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.main-nav .menu-item-has-children:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 101;
}
.main-nav .nav-container > ul > .menu-item-has-children:hover > a {
  font-family: dtac2018bd!important;
}
.main-nav .nav-container > ul > .menu-item-has-children:hover > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.main-nav .container > ul > .menu-item-has-children:hover > a {
  font-family: dtac2018bd!important;
}
.main-nav .container > ul > .menu-item-has-children:hover > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.main-nav .nav-container > ul > .menu-item-has-children:hover > .sub-menu .menu-item-has-children:hover .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.main-nav .nav-container > ul > .menu-item-has-children:hover > .sub-menu .menu-item-has-children:hover > a {
  color: #007AD0;
}
.main-nav .nav-container > ul > .menu-item-has-children:hover > .sub-menu .menu-item-has-children > a::after {
  right: -15px;
  background: url(../img/2020/ico-arrw-sub-menu-blk@2x.png) 0 0 no-repeat;
  background-size: 100%;
  width: 6px;
  height: 12px;
  margin-top: -6px;
}
.main-nav .nav-container > ul > .menu-item-has-children:hover > .sub-menu .menu-item-has-children:hover > a::after {
  background: url(../img/2020/ico-arrw-sub-menu@2x.png) 0 0 no-repeat;
  background-size: 100%;
}


.main-nav .container > ul > .menu-item-has-children:hover > .sub-menu .menu-item-has-children:hover .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.main-nav .container > ul > .menu-item-has-children:hover > .sub-menu .menu-item-has-children:hover > a {
  color: #007AD0;
}
.main-nav .container > ul > .menu-item-has-children:hover > .sub-menu .menu-item-has-children > a::after {
  right: -15px;
  background: url(../img/2020/ico-arrw-sub-menu-blk@2x.png) 0 0 no-repeat;
  background-size: 100%;
  width: 6px;
  height: 12px;
  margin-top: -6px;
}
.main-nav .container > ul > .menu-item-has-children:hover > .sub-menu .menu-item-has-children:hover > a::after {
  background: url(../img/2020/ico-arrw-sub-menu@2x.png) 0 0 no-repeat;
  background-size: 100%;
}


.main-nav .menu-item .sub-menu li {
  float: none;
  font-size: 18px;
  padding: 15px 0;
  border-top: 1px solid #D6D6D6;
}
.main-nav .menu-item .sub-menu li:first-child {
  border-top: none;
}

.main-nav .menu-item .sub-menu li a:hover {
  color:#007AD0;
}

.archive .site-main, .category .site-main, .blog .site-main, .blog .site-main {
	/* padding-bottom: 60px; */
}
.oceanwp-pagination {
  margin-bottom: 60px;
}

.sc-header {
  font-family: dtac2018bd;
  font-size: 40px;
  color: #1A1A1A;
  line-height: 1;
}

.sc-header {
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sc-header span {
	color: #19AAF8;
}

.main-slider {
  padding-bottom: 55px;
}
.main-slider .sc-header {
  background-color: #F5F5F5;
}
.main-slider .sc-header span {
  display: inline-block;
  color: #1A1A1A;
  visibility: hidden;
}


#main #content-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.site-main {
  padding-bottom: 0;
}

/* /// tabs /////*/
.tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #D6D6D6;
  overflow: hidden;
}
.tabs-nav li:first-child a {

}
.tabs-nav .tab-active a {
  font-family: dtac2018bd;
  cursor: default;
}
.tabs-nav .tab-active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background:#19AAF8;
}
.tabs-nav a {
  display: block;
  font-size: 20px;
  color:#1A1A1A;
  line-height: 1;
}
.tabs-nav li {
  position: relative;
  float: left;
  /* margin-right: 40px; */
  margin-left: 30px;
  padding-bottom: 18px;
}
.tabs-nav li:first-child {
  margin-left: 0;
}
.tabs-stage {
  
  clear: both;
  position: relative;
  top: -1px;
  width: 100%;
}
.tab-content {
  position: relative;
  padding: 40px 0 0;
}
.tabs-stage p {
}
.tab-content .list-item {
  margin-bottom: 55px;
}
.tab-content .list-item .thumbnail a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tab-content .list-item .thumbnail {
	position: relative;
	width: 100%;
	height: 250px;
	/* min-width: 343px; */
	margin-right: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    margin-bottom: 25px;
    background-color: #fff;
}
.tab-content .list-item .thumbnail img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 250px;
  width: auto;
  max-width: none;
}
.list-item .item-title {
  font-family: dtac2018bd;
  font-size: 20px;
  margin-bottom: 15px;
}
.tab-content .list-item p {
  margin-bottom: 0;
}
.tab-content .btn-link {
  position: absolute;
  top: -45px;
  right: 0;
}
.btn-link .ow-button-base a {
  display: inline-block;
  padding: 0!important;
  font-size: 18px!important;
  border: none!important;
  text-shadow: none!important;
  background:none!important;
  color: #007AD0!important;
  box-shadow: none!important;
}
.btn-link .ow-button-base a:visited {
  display: inline-block;
  padding: 0!important;
  font-size: 18px!important;
  border: none!important;
  text-shadow: none!important;
  background:none!important;
  color: #007AD0!important;
  box-shadow: none!important;
}
#sc_blog .btn-link .so-widget-sow-button a, #sc_blog .btn-link .so-widget-sow-button a:visited {
  color: #007AD0!important;
}
.btn-link .so-widget-sow-button-wire-fe7e79a6a7ae .ow-button-base a:visited, .btn-link .so-widget-sow-button-wire-fe7e79a6a7ae .ow-button-base a:active, .btn-link .so-widget-sow-button-wire-fe7e79a6a7ae .ow-button-base a:hover {
  color: #007AD0 !important;
}
.tab-content .btn-link::after {
  display: none;
}
.srpw-ul .btn-link::after {
  display: none;
}
.tab-content .btn-link [class^="ow-icon-placement"]::after {
  content: '';
  display: inline-block;
  background: url(../img/2020/ico-arrw-link@2x.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: 10px;
  width: 6px;
  height: 12px;
}
.sc-tabs-blog .tab-content .btn-link a:hover {
  background:none!important;
  color: #007AD0!important;
}

.sc-tabs-blog {
  padding: 55px 0;
  background-color: #F5F5F5;
}

.panel-row-style {
  /* padding-top: 55px; */
}

.sc-article-flex .widget-title {
  border: none;
  padding: 0;
  margin: 0 0 30px;
  font-family: dtac2018bd;
  font-size: 40px;
}
.blog-op-1 .srpw-ul {
  margin-left: -15px;
  margin-right: -15px;
}
.blog-op-1 .list-item {
  float: left;
  margin-bottom: 55px;
  width: 25%;
  padding: 0!important;
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.blog-op-1 .list-item .inner {
  background:none!important;
}
.blog-op-1 .list-item .thumbnail a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-op-1 .list-item .thumbnail {
	position: relative;
	width: 100%;
	height: 185px;
	margin-right: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    margin-bottom: 25px;
    background-color: #fff;
}
.blog-op-1 .list-item .thumbnail img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 250px;
  width: auto;
  max-width: none;
}

.blog-op-1 .list-item p {
  margin-bottom: 0;
}
.blog-op-1 .btn-link {
  position: absolute;
  top: -65px;
  right: 0;
}

.blog-op-1 .main-cat {
  display: none;
}

.blog-op-1 .list-item:first-child {
  float: left;
  margin-bottom: 55px;
  width: 100%;
}
.blog-op-1 .list-item:first-child .thumbnail {
  float: left;
  width: 50%;
  height: 405px;
  margin-bottom: 0;
}
.blog-op-1 .list-item:first-child .thumbnail img {
  height: 405px;
}
.blog-op-1 .list-item:first-child .item-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: left;
  width: 50%;
  height: 405px;
  background: url(../img/2020/bg-flex-top-op1@2x.jpg) center no-repeat;
  background-size: cover;
  padding-left: 70px;
  padding-right: 70px;
}
.blog-op-1 .list-item:first-child .item-title h3 {
  font-size: 35px;
  line-height: 1.35;
  margin-bottom: 0;
}

.main-cat {
  display: inline-block;
  font-size: 14px;
  color: #1A1A1A;
  background-color: #A3DEFF;
  border-radius: 15px;
  line-height: 1;
  padding: 8px 15px;
  margin-bottom: 15px!important;
}

.main-cat a:hover {
  color: #1A1A1A;
}

.blog-op-2 .srpw-ul {
  margin-left: -15px;
  margin-right: -15px;
}
.blog-op-2 .list-item {
  float: left;
  margin-bottom: 55px;
  width: 25%;
  padding: 0!important;
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.blog-op-2 .list-item .thumbnail a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-op-2 .list-item .inner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 185px;
  transition: all 1s ease;
}

.blog-op-2 .list-item .inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1A1A1A;
  opacity: 0;
  transition: opacity .1s ease;
}

.blog-op-2 .list-item:hover .inner::before {
  opacity: .5;
}



.blog-op-2 .list-item:hover .inner {
  background-size: auto 100%;
}
.blog-op-2 .list-item .thumbnail {
	position: relative;
	width: 100%;
	height: 185px;
	margin-right: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    margin-bottom: 0;
    background-color: #fff;
    opacity: 0;
}
.blog-op-2 .list-item .thumbnail img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 250px;
  width: auto;
  max-width: none;
}
.blog-op-2 .list-item .item-body {
  padding: 25px 20px;
  background-color: #fff;
  /* border: 1px solid #D6D6D6; */
  border-top: none;
  transition: background-color .3s ease-out, transform .8s ease;
  position: relative;
  z-index: 1;
}
.blog-op-2 .list-item:hover .item-body {
  background-color: transparent;
  border: none;
  transform: translateY(-100px);
}
.blog-op-2 .list-item:hover .item-title .srpw-title {
  color: #fff;
}

.blog-op-2 .list-item:hover .author-name p, .blog-op-2 .list-item:hover .post-date p {
  color: #fff;
}

.blog-op-2 .list-item p {
  margin-bottom: 0;
}
.blog-op-2 .btn-link {
  position: absolute;
  top: -65px;
  right: 0;
}

.blog-op-2 .author-name p, .blog-op-2 .post-date p {
  font-size: 12px;
  color:#767676;
}
.blog-op-2 .sep::after {
  background-color: #767676;
}

.list-item .item-title .srpw-title {
  /* word-break: break-all; */
}

.blog-op-3 {}
.blog-op-3 .list-item {
  margin-bottom: 25px;
  width: 343px;
  padding-top: 0;
  padding-bottom: 0;
  float: right;
}
.blog-op-3 .list-item .thumbnail {
  position: relative;
  width: 140px;
  height: 103px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  background-color: #fff;
}

.blog-op-3 .list-item .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 103px;
  max-width: none;
  width: auto;
}

.blog-op-3 .list-item .item-body {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 15px;
}
.blog-op-3 .list-item .item-body p {
  margin-bottom: 0;
  font-size: 12px;
}
.blog-op-3 .list-item {
  overflow: hidden;
}
.blog-op-3 .list-item .thumbnail {
  float: left;
  margin-right: 20px;
  background-color: #fff;
}
.blog-op-3 .list-item .item-body {
  margin-left: 160px;
}
/* .blog-op-3 .list-item .item-body .author-name {
  display: none;
}
.blog-op-3 .list-item .item-body .sep {
  margin-left: 0;
} */

.blog-op-3 .list-item .author-name .pic-author-avatar {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  vertical-align: top;
}
.blog-op-3 .list-item .sep {
  margin: 0 3px;
}
.blog-op-3 .list-item:first-child .author-name .pic-author-avatar {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: top;
}
.blog-op-3 .list-item:first-child .sep {
  margin: 0 10px;
}


.blog-op-3 .list-item:first-child {
  float: left;
  width: 710px;
  /* height: 670px; */
}
.blog-op-3 .list-item:first-child .thumbnail {
  position: relative;
  width: 710px;
  height: 530px;
  margin-bottom: 25px;
  overflow: hidden;
  margin-right: 0;
}
.blog-op-3 .list-item:first-child .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 530px;
  max-width: none;
  width: auto;
}
.blog-op-3 .list-item:first-child .item-body {
  margin-left: 0;
  border-bottom: none;
}
.blog-op-3 .list-item:first-child .item-body h3 {
  font-size: 26px;
}
/* .blog-op-3 .list-item:first-child .item-body .author-name {
  display: inline-block;
}
.blog-op-3 .list-item:first-child .item-body .sep {
  margin-left: initial;
} */


.blog-op-3 .list-item .item-body p {
  margin-bottom: 0;
}
.blog-op-3 .list-item .inner {
  background: none!important;
}
.srpw-time {
  display: none;
}
.blog-op-3 .btn-link {
  position: absolute;
  top: -65px;
  right: 0;
}

#sc_vidpodcast {
	background-color: #F5F5F5;
	padding: 30px 0 60px;
}

.sub-sc-content {}
.h-sub-sc {
	position: relative;
	margin-bottom: 40px;
}
.h-sub-sc h3 {
	font-family: dtac2018bd;
  font-size: 26px;
  color: #1A1A1A;
  line-height: 1;
	text-transform: uppercase;
}
.icon-sc {
	display: inline-block;
	vertical-align: middle;
	background-color: #1A1A1A;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin-right: 20px;
	text-align: center;
	
}
.icon-video::before {
	content: '';
	display: inline-block;
	background: url(../img/2020/ico-sc-video@2x.png) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 26px;
	height: 50px;
  margin: 0 auto;
  vertical-align: middle;
}
.icon-podcast::before {
	content: '';
	display: inline-block;
	background: url(../img/2020/ico-sc-podcast@2x.png) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 17px;
	height: 50px;
	margin: 0 auto;
  vertical-align: middle;
}
.h-sub-sc .btn-link {
	position: absolute;
	top: 5px;
	right: 0;
}
.btn-link {
	font-size: 18px;
	color: #007AD0;
}
.btn-link::after {
	content: '';
	display: inline-block;
	background: url(../img/2020/ico-arrw-link@2x.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-left: 10px;
	width: 6px;
	height: 12px;
}

.row-list-video {
  /* display: flex;
  flex-wrap: wrap; */
  overflow: hidden;
}
.row-list-video .featured-post {
  float: left;
}
.row-list-video .common-post {
  float: right;
}
.row-list-video .list-item {
  /* flex: 0 0 343px; */
  width: 343px;
  /* height: 105px; */
  /* float: right; */
  /* clear: both; */
  /* display: flex;
  flex-direction: row; */
}
.row-list-video .list-item .thumbnail {
  position: relative;
  width: 140px;
  height: 103px;
  overflow: hidden;
  flex: 0 0 140px;
}
.row-list-video .list-item .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 103px;
  max-width: none;
  width: auto;
}
.row-list-video .featured-post .list-item {
  float: left;
  width: 710px;
  /* height: 670px; */
}
.row-list-video .featured-post .list-item .thumbnail {
  position: relative;
  width: 710px;
  height: 530px;
  margin-bottom: 25px;
  overflow: hidden;
}
.row-list-video .featured-post .list-item .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 530px;
  max-width: none;
  width: auto;
}
.sub-sc-video .row-list-video .featured-post .list-item .item-body h3 {
  font-size: 26px;
}
.row-list-video .featured-post .list-item .item-body p {
  margin-bottom: 0;
}

.row-list-video .common-post .list-item .item-title {
  margin-bottom: 5px;
}
.row-list-video .common-post .list-item .item-title h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.row-list-video .common-post .list-item {
  margin-bottom: 55px;
}
.row-list-video .common-post .list-item .item-body {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 10px;
}
.row-list-video .common-post .list-item .item-body p {
  margin-bottom: 0;
  font-size: 12px;
}
.common-post .list-item {
  overflow: hidden;
}
.common-post .list-item .thumbnail {
  float: left;
  margin-right: 20px;
  background-color: #fff;
}
.common-post .list-item .item-body {
  margin-left: 160px;
}
.common-post .list-item .item-body .author-name {
  display: none;
}
.common-post .list-item .item-body .sep {
  margin-left: 0;
}

.sub-sc-podcast .featured-post {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.sub-sc-podcast .common-post {
  overflow: hidden;
  float: right;
  width: 33.333333%;
}
.sub-sc-podcast .featured-post .list-item {
  /* float: left; */
  /* width: 50%; */
  height: 354px;
width: 343px;
margin-left: 737px;
}
.sub-sc-podcast .featured-post .list-item:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
}
.sub-sc-podcast .featured-post .list-item:nth-child(2) {
  position: absolute;
  top: 0;
  left: 368px;
  margin-left: 0;
}
.sub-sc-podcast .featured-post .list-item:nth-child(3) {
  position: absolute;
  top: 440px;
  left: 0;
  margin-left: 0;
}
.sub-sc-podcast .featured-post .list-item:nth-child(4) {
  position: absolute;
  top: 440px;
  left: 368px;
  margin-left: 0;
}
.sub-sc-podcast .featured-post .list-item .thumbnail {
  position: relative;
  width: 100%;
  height: 198px;
  overflow: hidden;
}
.sub-sc-podcast .featured-post .list-item .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 198px;
  max-width: none;
  width: auto;
}
.sub-sc-podcast .featured-post .list-item:nth-child(5), .sub-sc-podcast .featured-post .list-item:nth-child(6), .sub-sc-podcast .featured-post .list-item:nth-child(7), .sub-sc-podcast .featured-post .list-item:nth-child(8) {
  margin-bottom: 55px;
  height: auto;
}
.sub-sc-podcast .featured-post .list-item:nth-child(5) .thumbnail, .sub-sc-podcast .featured-post .list-item:nth-child(6) .thumbnail, .sub-sc-podcast .featured-post .list-item:nth-child(7) .thumbnail, .sub-sc-podcast .featured-post .list-item:nth-child(8) .thumbnail   {
  position: relative;
  width: 140px;
  height: 103px;
  overflow: hidden;
  flex: 0 0 140px;
  float: left;
    margin-right: 20px;
}
.sub-sc-podcast .featured-post .list-item:nth-child(5) .item-body, .sub-sc-podcast .featured-post .list-item:nth-child(6) .item-body, .sub-sc-podcast .featured-post .list-item:nth-child(7) .item-body, .sub-sc-podcast .featured-post .list-item:nth-child(8) .item-body {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 10px;
  margin-left: 160px;
}
.sub-sc-podcast .featured-post .list-item:nth-child(5) .item-title, .sub-sc-podcast .featured-post .list-item:nth-child(6) .item-title, .sub-sc-podcast .featured-post .list-item:nth-child(7) .item-title, .sub-sc-podcast .featured-post .list-item:nth-child(8) .item-title {
  margin-bottom: 5px;
}
.sub-sc-podcast .featured-post .list-item:nth-child(5) .item-title h3, .sub-sc-podcast .featured-post .list-item:nth-child(6) .item-title h3, .sub-sc-podcast .featured-post .list-item:nth-child(7) .item-title h3, .sub-sc-podcast .featured-post .list-item:nth-child(8) .item-title h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.sub-sc-podcast .featured-post .list-item:nth-child(5) .item-body .sep, .sub-sc-podcast .featured-post .list-item:nth-child(6) .item-body .sep, .sub-sc-podcast .featured-post .list-item:nth-child(7) .item-body .sep, .sub-sc-podcast .featured-post .list-item:nth-child(8) .item-body .sep {
  margin-left: 0;
}
.sub-sc-podcast .featured-post .list-item:nth-child(5) .item-body p, .sub-sc-podcast .featured-post .list-item:nth-child(6) .item-body p, .sub-sc-podcast .featured-post .list-item:nth-child(7) .item-body p, .sub-sc-podcast .featured-post .list-item:nth-child(8) .item-body p {
  margin-bottom: 0;
  font-size: 12px;
}
.sub-sc-podcast .featured-post .list-item:nth-child(5) .item-body .author-name, .sub-sc-podcast .featured-post .list-item:nth-child(6) .item-body .author-name, .sub-sc-podcast .featured-post .list-item:nth-child(7) .item-body .author-name, .sub-sc-podcast .featured-post .list-item:nth-child(8) .item-body .author-name {
  display: none;
}

.sub-sc-podcast .common-post .list-item {
  width: 100%;
}



.result-header {
  padding: 50px 0;
}
.result-header .sc-title {
  font-family: "dtac2018";
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 0;
  line-height: 1;
}
.text-result {
  font-family: dtac2018bd;
}

article.post.type-post {
  margin-bottom: 40px;
  padding-bottom: 0;
  border-bottom: none;
}
	
article.post.type-post .search-entry-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
article.post.type-post .search-entry-inner {
	align-items: flex-start;
}
article.post.type-post .item-post .thumbnail {
	position: relative;
	width: 343px;
	height: 250px;
	min-width: 343px;
	margin-right: 30px;
  overflow: hidden;
  background-color: #F5F5F5;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    box-shadow: 0 3px 6px rgba(0,0,0,0.06);
}
article.post.type-post .item-post .thumbnail img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
		height: 250px;
		width: auto;
		max-width: none;
  }
  

.category article {
  margin-bottom: 40px;
  padding-bottom: 0;
  border-bottom: none;
}
	
.category article .search-entry-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.category article .search-entry-inner {
	align-items: flex-start;
}
.category article .item-post .thumbnail {
	position: relative;
	width: 343px;
	height: 250px;
	min-width: 343px;
	margin-right: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    box-shadow: 0 3px 6px rgba(0,0,0,0.06);
}
.category article .item-post .thumbnail img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
		height: 250px;
		width: auto;
		max-width: none;
	}



.search-results article {
  margin-bottom: 40px;
  padding-bottom: 0;
  border-bottom: none;
}
	

.search-results article .search-entry-inner {
	align-items: flex-start;
}
.search-results article .item-post .thumbnail {
	position: relative;
	width: 343px;
	height: 250px;
	min-width: 343px;
	margin-right: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    box-shadow: 0 3px 6px rgba(0,0,0,0.06);
}
.search-results article .item-post .thumbnail img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
		height: 250px;
		width: auto;
		max-width: none;
	}
.item-post .thumbnail a {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.category-podcast-th article .item-post .thumbnail {
	position: relative;
	width: 343px;
	height: auto!important;
	min-width: 343px;
	margin-right: 30px;
	overflow: hidden;
	
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    box-shadow: 0 3px 6px rgba(0,0,0,0.06);
}
.category-podcast-th .item-post .thumbnail a {
	position: static!important;
	transform: translate(0)!important;
}
.category-podcast-th article .item-post .thumbnail img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
		height: auto!important;
		width: auto;
		max-width: 100%!important;
	}
	
	
	.category-super-productive-th article .item-post .thumbnail {
	position: relative;
	width: 343px;
	height: auto!important;
	min-width: 343px;
	margin-right: 30px;
	overflow: hidden;
	
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    box-shadow: 0 3px 6px rgba(0,0,0,0.06);
}
.category-super-productive-th .item-post .thumbnail a {
	position: static!important;
	transform: translate(0)!important;
}
.category-super-productive-th article .item-post .thumbnail img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
		height: auto!important;
		width: auto;
		max-width: 100%!important;
	}

.item-post .search-entry-content {
	padding-top: 4px;
}
article .item-post .search-entry-title {
	font-family: dtac2018bd;
	font-size: 20px;
	/* line-height: 1; */
	margin-bottom: 10px;
}
.search-results article .item-post .search-entry-title a {
	color: #1A1A1A;
}
.search-results article .item-post .search-entry-summary {
	margin-bottom: 15px;
}
.search-results article .item-post .search-entry-summary p {
	font-size: 14px;
}

.category article .item-post .search-entry-title {
	font-family: dtac2018bd;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 10px;
}
.category article .item-post .search-entry-title a {
	color: #1A1A1A;
}
.category article .item-post .search-entry-summary {
	margin-bottom: 15px;
}
.category article .item-post .search-entry-summary p {
  font-size: 14px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-post article .item-post .search-entry-summary p {
  font-size: 14px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}




.row-cat > * {
  display: inline-block;
}
.text-main-cat {
	font-size: 13px;
	margin-right: 20px;
}
.text-main-cat::before {
	content: '';
	display: inline-block;
	background: url(../img/2020/ico-category@2x.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 20px;
	height: 15px;
	margin-right: 10px;
	vertical-align: middle;
}
.text-sub-cat {
	font-size: 12px;
	border: 1px solid #19AAF8;
	line-height: 1;
	padding: 5px 10px;
  border-radius: 12px;
}
/* .text-sub-cat.active {
  background-color: #19AAF8;
  color: #fff;
}
.text-sub-cat.active a {
  color: #fff;
} */



.text-main-cat.text-main-cat-gallery::before {
	background: url(../img/2020/ico-cat-gallery.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.row-metadata > * {
  display: inline-block;
}
.author-name {}
.author-name .pic-author-avatar {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 30px;
	height: 30px;
}
.author-name .pic-author-avatar img {
	border-radius: 100%;
}
.author-name p {
	display: inline-block;
	font-size: 14px;
}
.post-date p {
	font-size: 14px;
}
.sep {
	margin: 0 5px;
	vertical-align: middle;
}
.sep::after {
	content: '';
	position: relative;
	top: -2px;
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #1A1A1A;
}
.oceanwp-pagination .page-numbers {
	text-align: center;
}
.page-numbers.current {
	background-color: #0662A3;
	color: #fff!important;
	border: 1px solid #0662A3!important;
}
.page-numbers.current:hover {
	background-color: #0662A3;
	color: #fff!important;
	border: 1px solid #0662A3!important;
}
.page-numbers a, .page-numbers span:not(.elementor-screen-only), .page-links span {
	font-size: 14px;
	min-width: 32px;
	line-height: 32px;
	color: #767676;
}
.list-post {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

.full-width.content-area {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  border: 0 !important;
}
.-bold {
	font-family: dtac2018bd!important;
}

/* //// Search filter Style ////// */
.filter-bar {
  background-color: #F5F5F5;
  padding: 30px 0;
  margin: 0 -15px;
}
.filter-bar .searchandfilter > ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.filter-bar .searchandfilter > ul > li {
  margin-left: 20px;
}
.filter-bar .searchandfilter > ul > li:first-child {
  margin-left: 0;
}
.searchandfilter h4 {
  float: left;
  /* margin-right: 20px; */
  margin-right: 10px;
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 0;
  padding: 0;
}

.filter-bar .sf-input-text {
  background: #fff!important;
  border: none!important;
  font-size: 18px!important;
  padding: 8px 20px!important;
}
.filter-bar .sf-input-select {
  background: #fff!important;
  border: none!important;
  font-size: 18px;
  padding: 8px 20px!important;
  height: 48px;
  background: url(../img/2020/ico-arrw-dropdown@2x.png) #fff 92% center no-repeat!important;
  background-size: 12px 6px!important;
}

.filter-bar .sf-field-search label, .filter-bar .sf-field-category label, .filter-bar .sf-field-author label {
  width: 200px;
}
.filter-bar .sf-field-sort_order label {
  width: 192px;
}
.sf-field-search h4::before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  background: url(../img/2020/ico-filter-search@2x.png) 0 0 no-repeat;
  background-size: contain;
  width: 17px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
.sf-field-sort_order {
  padding-left: 20px!important;
  border-left: 1px solid #DBDBDB;
}
.searchandfilter ul li {
  padding-top: 0;
  padding-bottom: 0;
}

.content-nopost {
  max-width: 368px;
  margin-left: auto;
  margin-right: auto;
}
.obj-nopost {
  margin-bottom: 25px;
  max-width: 368px;
}
.content-nopost p {
  font-size: 16px;
  color:#767676;
}

.single-post .full-width .thumbnail {
  max-width: none!important;
  width: 100%!important;

  
}
.post-featured {
  position: relative;
  width: 100%;
}
.post-featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.post-featured .container {
  position: relative;
  height: 650px;
  z-index: 1;
}
.post-featured .text-box {
  position: absolute;
  left: 15px;
  bottom: 70px;
}
.post-featured .text-main-cat a {
	font-size: 16px;
	color: #fff;
}
.post-featured .text-main-cat::before {
  background: url(../img/2020/ico-category-white@2x.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.post-featured .row-metadata p {
	color: #fff;
	margin-bottom: 0;
}
.post-featured .sep::after {
	background-color: #fff;
}
.single .entry-content {
  padding-top: 60px;
}
.single .entry-title {
  font-family: dtac2018bd;
  font-size: 40px;
  color: #fff;
  padding-bottom: 0;
  border-bottom: none;
  letter-spacing: normal;
  line-height: 1.2;
}
ul.meta li, ul.meta li a {
  color: #fff;
}
.single-post .entry-header, .single-post ul.meta, .single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6, .single-post .entry-content blockquote, .single-post .entry-content p, .single-post .wp-block-image, .single-post .wp-block-gallery, .single-post .wp-block-video, .single-post .wp-block-quote, .single-post .wp-block-text-columns, .single-post .entry-content ul, .single-post .entry-content ol, .single-post .wp-block-cover-text, .single-post .post-tags, .single-post .comments-area {
  max-width: none!important;
}
.single-post .thumbnail, .single-post .entry-header, .single-post ul.meta, .single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6, .single-post .entry-content blockquote, .single-post .entry-content p, .single-post .post-tags, .single-post .entry-share, .single-post nav.post-navigation, .single-post #author-bio, .single-post #related-posts, .single-post .comments-area {
  padding-left: 0!important;
  padding-right: 0!important;
}
.single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6 {
  /* font-family: dtac2018bd!important; */

}
.single-post .entry-content h1 {
  font-size: 40px!important;
  line-height: 42px!important;
}
.single-post .entry-content h2 {
  font-size: 26px!important;
  line-height: 36px!important;
}
.single-post .entry-content h3 {
  font-size: 20px!important;
  line-height: 30px!important;
}
.single-post .entry-content h4 {
  font-size: 16px!important;
  line-height: 24px!important;
}
.single-post .entry-content h5 {
  font-size: 14px!important;
  line-height: 24px!important;
}
.single-post .entry-content h6 {
  font-size: 12px!important;
  line-height: 24px!important;
}
.single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6, .single-post .entry-content blockquote {
  margin: 0 0 20px!important;
}
.elementor-widget-heading .elementor-heading-title {
  font-family: dtac2018bd!important;
}
.single-post .entry-content p, .entry-content blockquote {
  font-family: "dtac2018"!important;
  font-size: 18px!important;
  margin: 0 0 30px!important;
}
.single-post .entry-content ul, .single-post .entry-content ol {
  margin: 0!important;
  padding: 0 22px!important;
}
.single-post .entry-content li {
  font-size: 18px!important;
}
.single-post .entry-content ul li {
  list-style: disc;
}
.single-post .entry-content strong {
  font-family: dtac2018bd!important;
  font-weight: normal!important;
}

.single-post .has-2-columns .wp-block-image {
  margin: 0!important;
}

#pg-5628-0, #pg-5628-1, #pl-5628 .so-panel {
	margin-bottom: 15px!important;
}

.sc-related-posts {
  padding: 50px 0!important;
  margin: 0!important;
  max-width: none!important;
  background-color: #E6EEF4;
}
.related-posts-title {
  font-family: dtac2018bd;
  font-size: 40px;
  text-align: center;
  color: #1A1A1A;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: capitalize;;
}
.related-posts-title span::before {
  display: none;
}
#related-posts .col {
  text-align: left;
}
.related-post-title {
  font-family: dtac2018bd;
  font-size: 20px;
  margin-top: 30px;
  margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
	line-height: 1.3;
}
.single .site-main {
  padding-bottom: 0;
}

.related-post-media {
  position: relative;
  width: 343px;
  height: 250px;
  min-width: 343px;
  margin-right: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
  box-shadow: 0 3px 6px rgba(0,0,0,0.06);
  background-color: #fff;
}
.related-post-media a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.related-post-media img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 250px;
  width: auto;
  max-width: none;
}
.post-category {
  margin-bottom: 30px;
}
.post-category .text-sub-cat {
	font-size: 14px;
  margin-bottom: 0;
	border-radius: 20px;
	margin-right: 10px;
}

.h-download {
	font-family: dtac2018bd;
	font-size: 20px;
}
.btn-download {
	position: relative;
	display: inline-block;
	background-color: #E6EEF4;
	padding: 15px 80px 15px 74px;
	color: #1A1A1A;
	min-width: 276px;
	max-width: 500px;
}
.btn-download::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	background: url(../img/2020/ico-file@2x.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 33px;
	height: 40px;
	
}
.btn-download::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	background: url(../img/2020/ico-download@2x.png) #007AD0 center no-repeat;
	-webkit-background-size: 30px;
	background-size: 30px;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	
}
.btn-download .file-name {
	font-family: dtac2018bd;
  font-size: 16px;
	margin-bottom: 0;
}
.btn-download .file-size {
  font-size: 14px;
	color: #767676;
	margin-bottom: 0;
}
.line-after {
	border-top: 1px solid #D6D6D6;
	margin: 60px 0 40px;
}

.single .entry-share {
  margin-top: 0!important;
	margin-bottom: 55px!important;
  padding-top: 0;
  border-top: none;
	padding-left: 15px!important;
	padding-right: 15px!important;
}
.entry-share.side .theme-heading {
	font-family: dtac2018bd;
  font-size: 20px;
	color: #1A1A1A;
}
.entry-share.side ul {
	float: left;
	margin-left: 30px;
}
.entry-share ul li {
	margin-right: 20px;
}

.slide-container {
	display: flex;
	align-items: center;
	color: #fff;
	height: 580px;
}
.slide-container a {
	color: #fff;
}
.slide-container .slide-title {
	font-family: dtac2018bd;
	font-size: 40px;
}
.main-slider .text-sub-cat {
  display: inline-block!important;
  font-size: 14px!important;
  border: 1px solid #19AAF8;
  line-height: 1!important;
  padding: 5px 10px;
  border-radius: 20px;
  width: auto!important;
}
.main-slider .text-main-cat {
	font-size: 16px!important;
}
.main-slider .text-main-cat::before {
  content: '';
  display: inline-block;
  background: url(../img/2020/ico-category-white@2x.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 20px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
}
.main-slider .sep::after {
	background-color: #fff;
}
.slide-container .slide-title {
	/*opacity: 0;*/
	/*visibility: hidden;*/
	visibility: hidden;
    animation-duration: 1.2s;
    animation-delay: 0s;
    animation-name: none;
}
.main-slider .text-main-cat {
	/*opacity: 0;*/
	/*visibility: hidden;*/
	visibility: hidden;
    animation-duration: 1.2s;
    animation-delay: .2s;
    animation-name: none;
	}
	.main-slider .text-sub-cat {
	/*opacity: 0;*/
	/*visibility: hidden;*/
	visibility: hidden;
    animation-duration: 1.2s;
    animation-delay: .4s;
    animation-name: none;
	}
	.main-slider .author-name {
	/*opacity: 0;*/
	/*visibility: hidden;*/
	visibility: hidden;
    animation-duration: 1.2s;
    animation-delay: .6s;
    animation-name: none;
	}
	.main-slider .sep {
	/*opacity: 0;*/
	/*visibility: hidden;*/
	visibility: hidden;
    animation-duration: 1.2s;
    animation-delay: 1s;
    animation-name: none;
	}
	.main-slider .post-date {
	/*opacity: 0;*/
	/*visibility: hidden;*/
	visibility: hidden;
    animation-duration: 1.2s;
    animation-delay: .8s;
    animation-name: none;
	}
	
.n2-ss-slide-active .slide-container .slide-title {
	/*opacity: 1;*/
  visibility: visible;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
  animation-duration: 1.2s;
}
.n2-ss-slide-active .slide-container .text-main-cat, .n2-ss-slide-active .slide-container .text-sub-cat {
	/*opacity: 1;*/
  visibility: visible;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
  animation-duration: 1.2s;
}

.n2-ss-slide-active .slide-container .author-name, .n2-ss-slide-active .slide-container .post-date {
	/*opacity: 1;*/
  visibility: visible;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
  animation-duration: 1.2s;
}
.n2-ss-slide-active .slide-container .sep {
	/*opacity: 1;*/
  visibility: visible;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
  animation-duration: 1.2s;
}

.panel-grid {
  margin-bottom: 0!important;
}

.single .entry-content a {
  color: #007AD0;
}

.article-footer .text-sub-cat {
  margin-right: 10px;
  margin-bottom: 10px;
}

.nextend-thumbnail-default .n2-caption-overlay div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  /* padding: 0!important; */
}
.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 100%!important;
}
.elementor.post > .elementor-inner > .elementor-section-wrap > .elementor-section-boxed {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.elementor.post > .elementor-section-wrap > .elementor-section-boxed {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.elementor-section-full_width {
  margin-left: -50%;
  margin-right: -50%;
}
.entry-content {
  overflow: hidden;
}
.elementor-section-full_width .elementor-container {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
.social-sharing {
  margin-bottom: 60px;
}
ul.heateor_sss_follow_ul li, ul.heateor_sss_sharing_ul li {
  margin-right: 10px!important;
}

.sc-tabs-blog .srpw-block ul {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.sc-tabs-blog .nav-tabs {
  border-bottom: none;
}
.sc-tabs-blog .nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #D6D6D6;
  overflow: hidden;
}
.sc-tabs-blog .nav-tabs li:first-child a {

}
.sc-tabs-blog .nav-tabs .nav-link.active {
  font-family: dtac2018bd;
  cursor: default;
  color: #1A1A1A;
  background-color: none;
  border-color: transparent;
  background: none;
}
.sc-tabs-blog .nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background:#19AAF8;
}
.sc-tabs-blog .nav-tabs a {
  display: block;
  font-size: 20px;
  color:#1A1A1A;
  line-height: 1;
}
.sc-tabs-blog .nav-tabs .nav-link {
  display: block;
  padding: 0;
  border: none;
  border-radius: 0;
}
.sc-tabs-blog .nav-tabs li {
  position: relative;
  float: left;
  /* margin-right: 40px; */
  margin-left: 30px;
  padding-bottom: 18px;
}
.sc-tabs-blog .nav-tabs .nav-item+.nav-item {
  margin-left: 30px;
}
.sc-tabs-blog .nav-tabs li:first-child {
  margin-left: 0;
}
/* .tab-sub-cat .srpw-ul {
  margin-left: -15px;
  margin-right: -15px;
} */
.tab-sub-cat .list-item {
  flex: 0 0 33.333333%;
  float: left;
  margin-bottom: 55px;
  width: 33.333333%;
  padding: 0!important;
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.tab-sub-cat .list-item .inner {
  background:none!important;
}
.tab-sub-cat .list-item .thumbnail a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tab-sub-cat .list-item .thumbnail {
	position: relative;
	width: 100%;
	height: 250px;
	margin-right: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    margin-bottom: 25px;
    background-color: #fff;
}
.tab-sub-cat .list-item .thumbnail img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 250px;
  width: auto;
  max-width: none;
}

.tab-sub-cat .list-item p {
  margin-bottom: 0;
}
.tab-sub-cat .btn-link {
  position: absolute;
  top: -65px;
  right: 0;
}

.tab-sub-cat .main-cat {
  display: none;
}

.sc-article-flex .btn-link {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 10;
}
.sc-article-flex .btn-link .so-widget-sow-button {
  display: inline-block;
}
.sc-article-flex .panel-grid-cell .so-panel {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .parallax-window {
    min-height: 300px!important;
  }
  .elementor-section-full_width {
    margin-left: -25px;
    margin-right: -25px;
  }
  .content-area, .content-left-sidebar .content-area {
      margin-bottom: 0;
  }
  .header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 97px;
    background-color: #fff;
  }
  .main-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid #D6D6D6;
    width: 100%;
    height: 100%;
  }
  .main-header .container {
    height: 97px;
  }
  .logo-dblog {
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    background-color: #fff;
    width: 100%;
  }
  .header-container .sw-lang {
    display: none;
  }
  .btn-search-m {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 10;
  }
  .btn-search-m a {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background: url(../img/2020/ico-search-m@2x.png) 0 0 no-repeat;
    background-size: contain;
  }
  .search-box-top {
    position: absolute;
    width: 100%;
    top: 97px;
    left: 0;
    background-color: #fff;
    padding: 40px;
    transform: translateY(-100%);
  }
  .search-box-top.open {
    transform: translateY(0);
    transition: transform .4s linear;
  }
  .searchandfilter ul {
    position: relative;
    margin-left: 0;
  }
  .btn-menu-m {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 30px;
    z-index: 10;
  }
  .btn-menu-m .line-menu {
    display: block;
    
    width: 24px;
    height: 24px;
  }
  .btn-menu-m .line-menu i {
      display: block;
      position: absolute;
      top: 3px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #1A1A1A;
  }
  .btn-menu-m .line-menu:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 2px;
      margin-top: -1px;
      background: #1A1A1A;
  }
  .btn-menu-m .line-menu:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 3px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #1A1A1A;
  }
  .btn-menu-m .line-menu i {
      -webkit-transition: transform .6s ease-in-out;
      transition: transform .3s ease-in-out;
  }
  .btn-menu-m.active .line-menu i {
      transform: translate(0, 6px) rotate(45deg);
      top: 5px;
  }
  .btn-menu-m .line-menu:before {
      -webkit-transition: transform .2s ease-in-out, opacity .2s ease-in-out;
      transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  }
  .btn-menu-m.active .line-menu:before {
      opacity: 0;
      transform: translateX(0);
  }
  .btn-menu-m .line-menu:after {
      -webkit-transition: transform .6s ease-in-out;
      transition: transform .3s ease-in-out;
  }
  .btn-menu-m.active .line-menu:after {
      transform: translate(0, -6px) rotate(-45deg);
      bottom: 5px;
      top: auto;
  }
  .main-nav-m {
    position: fixed;
    top: 97px;
    left: 0;
    width: 100%;
    height: calc(100% - 97px);
    overflow: auto;
    /* z-index: 5; */
    z-index: 5;
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,0.10);
    transform: translateY(-100%);
    transition: transform .4s linear;
    padding-bottom: 65px;
  }
  .main-nav-m.open {
    transform: translateY(0);
    z-index: 15;
  }
  .main-nav-m ul {
    padding: 0;
    margin: 0;
  }
  .main-nav-m li a {
    display: block;
    font-size: 18px;
  }
  .main-nav-m .menu-list > .menu-item {
    border-bottom: 1px solid #D6D6D6;
  }
  .main-nav-m .menu-list > .menu-item-has-children {
    border-bottom: 1px solid #D6D6D6;
  }
  .main-nav-m .menu-list >  li.current-menu-parent > a {
    font-family: dtac2018bd!important;
  }
  .main-nav-m .menu-list > .menu-item > a {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-nav-m .menu-list > .menu-item-has-children > a {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-nav-m .menu-list > .menu-item-has-children > a::after {
    content: '';
    background: url(../img/2020/ico-arrw-menu-m@2x.png) 0 0 no-repeat;
    background-size: contain;
    width: 12px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .main-nav-m .menu-list > .current-menu-parent > a::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .sub-menu .current-post-ancestor a {
    font-family: dtac2018bd!important;
  }

  .main-nav-m .sub-menu {
    display: none;
    background-color: #F7F7F7;
    border-radius: 3px;
    padding: 15px 30px;
    margin-bottom: 20px;
  }
  .main-nav-m .sub-menu .sub-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .main-nav-m .menu-list > .current-menu-parent .sub-menu {
    display: block;
  }
  .main-nav-m .sub-menu a {
    padding: 8px 0;
  }
  .main-nav-m .sub-menu .sub-menu a {
    font-size: 14px;
    color: #767676;
  }

  
  
  .sw-lang {
    border-left: none;
    /* margin-left: 15px;
    padding-left: 0; */
    padding-top: 15px;
    padding-bottom: 15px;

    max-width: 720px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  #outer-wrap {
    padding-top: 97px;
  }

  .main-slider {
    padding-bottom: 10px;
  }

  .post-featured .container {
    display: flex;
    align-items: flex-end;
    height: 300px;
    padding-bottom: 25px;
  }

  .post-featured .text-box {
    left: 0;
    bottom: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .single .entry-title {
    font-size: 18px;
}
  .post-featured .text-main-cat a {
    font-size: 16px;
    color: #fff;
  }
  .post-featured .text-main-cat::before {
    background: url(../img/2020/ico-category-white@2x.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .post-featured .row-metadata p {
    color: #fff;
    margin-bottom: 0;
  }
  .single-post.content-max-width .entry-header {
    margin: 0;
  }
  .single .entry-content {
    padding-top: 38px;
  }
  .single-post .entry-content p, .entry-content blockquote {
    margin: 0 0 20px!important;
  }
  .single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6, .single-post .entry-content blockquote {
    margin: 0 0 15px!important;
  }
  .entry-share.side .theme-heading {
    float: left;
    text-align: left;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .entry-share.side ul {
    margin-left: 10px;
  }
  .entry-share.side ul li {
    margin-right: 5px;
  }
  .sc-related-posts {
    padding: 38px 0!important;
  }
  .related-posts-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .filter-bar .searchandfilter > ul {
    display: block;
  }
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  article.post.type-post {
    margin-bottom: 40px;
  }
  article.post.type-post .item-post .search-entry-summary {
    margin-bottom: 10px;
  }
  article.post.type-post .item-post .search-entry-summary p {
    margin-bottom: 0;
  }
  article.post.type-post .item-post .thumbnail {
    width: 100%;
    min-width: initial;
    margin-right: 0;
  }
  article.post.type-post .item-post .search-entry-title {
    font-size: 20px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
    line-height: 1.3;
}

  article.post.type-post .search-entry-inner {
    display: block;
  }
  .category article .item-post .search-entry-title {
    font-size: 20px;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    line-height: 1.3;
}
.row-cat {
  margin-bottom: 10px;
}
.row-cat p {
  margin-bottom: 0;
}
#related-posts .col {
  margin-bottom: 20px;
}
.related-post-title {
  margin-top: 20px;
  margin-bottom: 15px;
}

.filter-bar {
  margin: 0;
}

.filter-bar .searchandfilter > ul > li {
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}
.sf-field-sort_order {
  padding-left: 0!important;
  border-left: none;
  border-top: 1px solid #DBDBDB;
  padding-top: 15px!important;
  margin-top: 12px!important;
  margin-bottom: 0!important;
}

.searchandfilter h4 {
  width: 35%;
  margin-right: 0;
}
.filter-bar .sf-field-search label, .filter-bar .sf-field-category label, .filter-bar .sf-field-author label {
  width: 65%;
  float: right;
}
.filter-bar .sf-field-sort_order label {
  width: 65%;
}
.result-header {
  padding: 35px 0;
}
.result-header .sc-title {
  font-size: 20px;
}
.content-nopost {
  max-width: 300px;
}
.main-slider .sc-header {
  font-size: 26px;
  padding: 15px 0;
}

.tabs-nav {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  padding-bottom: 35px;
}
.tabs-nav li {
  float: none;
  margin-right: 0;
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 12px;
  width: 33.333333%;
  flex: 0 0 33.333333%;
  text-align: center;
}
.tabs-nav a {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 14px;
}
.tabs-nav .tab-active::after {
  display: none;
}
.tabs-nav .tab-active a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background: #19AAF8;
}
.btn-link {
  font-size: 16px;
}
.tab-content .btn-link {
  position: absolute;
  top: -30px;
  right: auto;
  left: 50%;
  margin-left: -35px;
}
.sc-tabs-blog {
  padding: 35px 0;
}
.tab-content {
  padding-top: 30px;
}
.tab-content .row {
  margin-left: -8px;
  margin-right: -8px;
}
.tab-content .list-item {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 25px;
}
.tab-content .list-item .thumbnail {
	height: 120px;
	/* min-width: 343px; */
  margin-right: 0;
  margin-bottom: 15px;
}
.tab-content .list-item .thumbnail img {
  height: 120px;
}
.list-item .item-title h3 {
  font-size: 16px;
  margin-bottom: 0;
}


.sc-tabs-blog .nav-tabs {
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  padding-bottom: 35px;
}
.sc-tabs-blog .nav-tabs li {
  float: none;
  margin-right: 0;
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 12px;
  width: 33.333333%;
  flex: 0 0 33.333333%;
  text-align: center;
}
.sc-tabs-blog .nav-tabs .nav-item+.nav-item {
  margin-left: 0;
}
.sc-tabs-blog .nav-tabs a {
  display: inline-block!important;
  position: relative;
  text-align: center;
  font-size: 14px;
}
.sc-tabs-blog .nav-tabs .tab-active::after {
  display: none;
}
.sc-tabs-blog .nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background: #19AAF8;
}
.sc-tabs-blog .tab-content .srpw-ul {
  margin-left: -8px;
  margin-right: -8px;
}
.sc-tabs-blog .tab-content .list-item {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px!important;
    padding-right: 8px!important;
    margin-bottom: 25px;
}


.author-name .pic-author-avatar {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.author-name p, .post-date p {
  font-size: 12px;
  margin-bottom: 0;
}
.sep {
  margin: 0 5px;
}

.panel-row-style {
  /* padding: 35px 15px!important; */
}

.sc-article-flex .widget-title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.panel-grid-cell .so-panel {
  /* padding-left: 15px!important;
  padding-right: 15px!important; */
  margin: 0 auto!important;
}

.blog-op-1 {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-op-1 .srpw-ul {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  flex-direction: row;
  flex-wrap: wrap;
}
.blog-op-1 .list-item {
  float: none;
  margin-bottom: 25px;
  width: 50%;
  padding: 0!important;
  padding-left: 8px!important;
  padding-right: 8px!important;
  flex: 0 0 50%;
}

.blog-op-1 .list-item .thumbnail {
  height: 120px;
  margin-bottom: 15px;
}
.blog-op-1 .list-item .thumbnail img {
  height: 120px;
}
.blog-op-1 .list-item:first-child {
  flex: 0 0 100%;
  margin-bottom: 25px;
}
.blog-op-1 .list-item:first-child .inner {
  display: flex;
  flex-direction: column;
}
.blog-op-1 .list-item:first-child .thumbnail {
  float: none;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.blog-op-1 .list-item:first-child .thumbnail a {
  position: static;
  transform: translate(0);
}
.blog-op-1 .list-item:first-child .thumbnail img {
  height: auto;
}
.blog-op-1 .list-item:first-child .item-body {
  order: -1;
  float: none;
  width: 100%;
  height: 250px;
  background: url(../img/2020/bg-flex-top-op1@2x.jpg) center no-repeat;
  background-size: cover;
  padding-left: 30px;
  padding-right: 30px;
}
.blog-op-1 .list-item:first-child .item-title h3 {
  font-size: 20px;
}

.main-cat {
  font-size: 12px;
  border-radius: 15px;
  padding: 6px 10px;
  margin-bottom: 10px!important;
}
.blog-op-2 {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-op-2 .srpw-ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.blog-op-2 .list-item {
  float: none;
  margin-bottom: 25px;
  width: 50%;
  padding: 0!important;
  padding-left: 8px!important;
  padding-right: 8px!important;
  flex: 0 0 50%;
}


.blog-op-2 .list-item .inner {
  background-size: auto 120px;
}

.blog-op-2 .list-item:hover .inner {
  background-size: auto 100%;
}
.blog-op-2 .list-item .thumbnail {
	height: 120px;
}

.blog-op-2 .list-item .item-body {
  padding: 15px 10px;
  border: none;
}


.blog-op-2 .btn-link {
  position: absolute;
  top: -45px;
  right: 0;
}


.blog-op-3 .list-item:first-child .author-name .pic-author-avatar {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}



.blog-op-3 {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-op-3 .srpw-ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.blog-op-3 .list-item {
  margin-bottom: 25px;
  width: 50%;
  float: none;
  padding-left: 8px;
  padding-right: 8px;
  flex: 0 0 50%;
}
.blog-op-3 .list-item .thumbnail {
  width: 100%;
  height: 120px;
  float: none;
  margin-right: 0;
}

.blog-op-3 .list-item .thumbnail img {
  height: 120px;
}

.blog-op-3 .list-item .item-body {
  border-bottom: none;
  padding-bottom: 0;
}


.blog-op-3 .list-item .thumbnail {
  float: none;
  margin-right: 0;
  margin-bottom: 15px;
}
.blog-op-3 .list-item .item-body {
  margin-left: 0;
}
.blog-op-3 .list-item:first-child {
  float: none;
  width: 100%;
  flex: 0 0 100%;
}
.blog-op-3 .list-item:first-child .thumbnail {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
}
.blog-op-3 .list-item:first-child .thumbnail img {
  height: 250px;
}

.blog-op-3 .list-item:first-child .item-body h3 {
  font-size: 16px;
}

#sc_vidpodcast {
  padding: 35px 0;
}
#sc_vidpodcast .sc-header {
  padding-top: 0;
  font-size: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 30px;
}
.h-sub-sc {
  text-align: center;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.h-sub-sc h3 {
  display: inline-block;
  font-size: 20px;
}

.icon-sc {
  margin-right: 15px;
}
.h-sub-sc .btn-link {
  position: static;
  display: inline-block;

}

#sc_vidpodcast .line-after {
  margin: 30px 0;
}

.row-list-video .featured-post {
  float: none;
}
.row-list-video .common-post {
  float: none;
}
.row-list-video .list-item {
  /* flex: 0 0 343px; */
  width: 100%;
  /* height: 105px; */
  /* float: right; */
  /* clear: both; */
  /* display: flex;
  flex-direction: row; */
}
.row-list-video .list-item .thumbnail {
  width: 100%;
  height: 120px;
  flex: 0 0 0;
}
.row-list-video .list-item .thumbnail img {
  height: 120px;
}
.row-list-video .featured-post .list-item {
  float: none;
  width: 100%;
  /* height: 670px; */
  margin-bottom: 25px;
}
.row-list-video .featured-post .list-item .thumbnail {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
}
.row-list-video .featured-post .list-item .thumbnail img {
  height: 250px;
}
.sub-sc-video .row-list-video .featured-post .list-item .item-body h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.row-list-video .featured-post .list-item .item-body p {
  margin-bottom: 0;
}

.row-list-video .common-post .list-item .item-title {
  margin-bottom: 5px;
}
.row-list-video .common-post .list-item .item-title h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.row-list-video .common-post {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.row-list-video .common-post .list-item {
  margin-bottom: 25px;
  padding-left: 8px;
  padding-right: 8px;
  width: 50%;
  flex: 0 0 50%;
}
.row-list-video .common-post .list-item .item-body {
  border-bottom: none;
  padding-bottom: 0;
}
.row-list-video .common-post .list-item .item-body p {
}

.common-post .list-item .thumbnail {
  float: none;
  margin-right: 0;
  margin-bottom: 15px;
}
.common-post .list-item .item-body {
  margin-left: 0;
}
.common-post .list-item .item-body .author-name {
  display: block;
}
.common-post .list-item .item-body .sep {
  margin-left: inherit;
}


.sub-sc-podcast .featured-post {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  width: auto;
}
.sub-sc-podcast .featured-post .list-item {
  position: static!important;
  margin-left: 0!important;
  margin-bottom: 25px!important;
  padding-left: 8px;
  padding-right: 8px;
  width: 50%;
  height: auto;
  flex: 0 0 50%;
}
.sub-sc-podcast .featured-post .list-item:first-child {
  flex: 0 0 100%;
}
.sub-sc-podcast .featured-post .list-item .item-body {
  border-bottom: none;
  padding-bottom: 0;
}
.sub-sc-podcast .featured-post .list-item:nth-child(5) .thumbnail, .sub-sc-podcast .featured-post .list-item:nth-child(6) .thumbnail, .sub-sc-podcast .featured-post .list-item:nth-child(7) .thumbnail, .sub-sc-podcast .featured-post .list-item:nth-child(8) .thumbnail {
  width: 100%;
  height: 120px;
  flex: 0 0 0;
  float: none;
  margin-right: 0;
}
.sub-sc-podcast .featured-post .list-item:nth-child(5) .item-body, .sub-sc-podcast .featured-post .list-item:nth-child(6) .item-body, .sub-sc-podcast .featured-post .list-item:nth-child(7) .item-body, .sub-sc-podcast .featured-post .list-item:nth-child(8) .item-body {
  border-bottom: none;
  padding-bottom: 0;
  margin-left: 0;
}
.sub-sc-podcast .featured-post .list-item .thumbnail {
  float: none;
  margin-right: 0;
  margin-bottom: 15px;
  width: 100%;
  height: 95px;
}
.sub-sc-podcast .featured-post .list-item .thumbnail img {
  height: 95px;
}
.sub-sc-podcast .featured-post .list-item:first-child .thumbnail {
  height: 200px;
}
.sub-sc-podcast .featured-post .list-item:first-child .thumbnail img {
  height: 200px;
}
.sub-sc-podcast .featured-post .list-item .item-body {
  margin-left: 0;
}
.sub-sc-podcast .featured-post .list-item .item-body .author-name {
  display: inline-block;
}
.sub-sc-podcast .featured-post .list-item .item-body .sep {
  margin-left: inherit;
}
.ico-category p {
  font-size: 12px!important;
  background-size: 15px auto!important;
  padding-left: 20px!important;
}
.slide-container {
  height: 300px;
  align-items: flex-end;
  padding-bottom: 30px;
}
.slide-container .slide-title {
	font-size: 20px;
}

.sc-tabs-blog .col-tabs-blog > .so-panel {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.sc-tabs-blog .widget_sow-button {
  position: static!important;
}

}

/*------------------------------------*
	Phone Portrait and Landscape
*------------------------------------*/
@media only screen and (max-width: 767px) {
  
}

/*------------------------------------*
	Phone Landscape
*------------------------------------*/
@media only screen and (max-width: 480px) {
  
}

/*------------------------------------*
	Visibility
*------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav-m {
    box-shadow: none;
  }

  .site-content .container {
    max-width: 100%;
  }

  .tab-content .list-item .thumbnail {
    height: 250px;
  }
  .tab-content .list-item .thumbnail img {
    height: 250px;
  }

  .blog-op-1 .list-item .thumbnail {
    height: 250px;
  }
  .blog-op-1 .list-item .thumbnail img {
    height: 250px;
  }

  .row-list-video .featured-post .list-item .thumbnail {
    height: 450px;
    background-color: #fff;
  }
  .row-list-video .featured-post .list-item .thumbnail img {
    height: 100%;
  }

  .common-post .list-item .thumbnail {
    height: 250px;
  }
  .row-list-video .list-item .thumbnail img {
    height: 250px;
  }

  .sub-sc-podcast .featured-post .list-item:first-child .thumbnail {
    height: 250px!important;
  }
  .sub-sc-podcast .featured-post .list-item:first-child .thumbnail img {
    height: 250px!important;
  }

  .sub-sc-podcast .featured-post .list-item .thumbnail {
    height: 250px;
  }
  .row-list-video .featured-post .list-item .thumbnail img {
    height: 250px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tabs-nav li {
    /* margin-right: 20px; */
  }
  .tabs-nav a {
    font-size: 16px;
  }

  .main-header .container {
    max-width: 980px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .main-nav a {
    font-size: 15px;
  }
  .main-nav .menu-item-has-children > a {
    font-size: 15px;
  }

  .search-box-top {
    width: 250px;
  }

  .sc-header {
    padding: 20px 0;
    font-size: 32px;
  }

  .sc-tabs-blog {
    padding: 35px 20px 15px;
  }

  .sc-article-flex .btn-link {
    top: 40px;
  }
  .sc-article-flex .sc-tabs-blog .btn-link {
    top: auto;
    right: 0;
    bottom: 20px;
  }

  .so-panel.smart_recent_posts {
    margin: 0!important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sc-tabs-blog .so-panel.smart_recent_posts {
    padding-left: 0;
    padding-right: 0;
  }

  .site-main .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-op-3 .srpw-block ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .blog-op-3 .list-item {
    width: 35%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-op-3 .list-item:first-child {
    width: 65%;
  }
  .blog-op-3 .list-item:first-child .thumbnail {
    width: 100%;
  }

  .sub-sc-video .row-list-video .featured-post .list-item, .sub-sc-video .row-list-video .featured-post .list-item .thumbnail {
    width: 100%;
  }

  .sub-sc-video .row-list-video {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sub-sc-video .row-list-video .featured-post {
    width: 65%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sub-sc-video .row-list-video .common-post {
    width: 35%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sub-sc-video .row-list-video .list-item {
    width: 100%;
  }

  
  .sub-sc-podcast .row-list-video {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sub-sc-podcast .featured-post .list-item {
    width: 33.333333%;
    margin-left: 66.666666%;
    padding: 0 10px;
  }
  .sub-sc-podcast .featured-post .list-item:nth-child(1), .sub-sc-podcast .featured-post .list-item:nth-child(2), .sub-sc-podcast .featured-post .list-item:nth-child(3), .sub-sc-podcast .featured-post .list-item:nth-child(4) {
    margin-left: 0;
  }
  .sub-sc-podcast .featured-post .list-item:nth-child(2), .sub-sc-podcast .featured-post .list-item:nth-child(4) {
    left: 33.333333%;
  }
  .sub-sc-podcast .featured-post .list-item:nth-child(5) .thumbnail, .sub-sc-podcast .featured-post .list-item:nth-child(6) .thumbnail, .sub-sc-podcast .featured-post .list-item:nth-child(7) .thumbnail, .sub-sc-podcast .featured-post .list-item:nth-child(8) .thumbnail {
    margin-right: 0;
  }
  .sub-sc-podcast .featured-post .list-item:nth-child(5) .item-body, .sub-sc-podcast .featured-post .list-item:nth-child(6) .item-body, .sub-sc-podcast .featured-post .list-item:nth-child(7) .item-body, .sub-sc-podcast .featured-post .list-item:nth-child(8) .item-body {
    margin-left: 155px;
  }

  .filter-bar .searchandfilter > ul > li {
    position: relative;
  }
  .filter-bar .searchandfilter h4 {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
    margin-bottom: 10px;
  }
  .filter-bar .searchandfilter .sf-field-sort_order h4 {
    left: 20px;
  }
  .filter-bar .searchandfilter label {
    margin-top: 45px;
  }

  .related-post-media {
    width: 100%;
    min-width: initial;
  }

}



@media only screen and (min-width: 992px) {
  .logo-dblog {
    margin-right: 10px;
  }
  .main-nav {
    flex-grow: 2;
  }
  .main-nav ul {
    margin-left: 0;
  }
  .main-nav .menu-item {
    padding: 20px 15px;
  }
  .main-nav .menu-item-has-children {
    padding: 20px 15px;
  }
  .main-nav .menu-item .sub-menu {
    margin-left: -15px;
  }
  .searchandfilter ul {
    margin-left: 0;
  }
  .tabs-nav li {
    position: relative;
  }
  .tabs-nav li::before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 1px;
    height: 20px;
    background-color: #D6D6D6;
  }
  .tabs-nav li:first-child::before {
    display: none;
  }

  .sc-tabs-blog .nav-tabs li {
    position: relative;
  }
  .sc-tabs-blog .nav-tabs li::before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 1px;
    height: 20px;
    background-color: #D6D6D6;
  }
  .sc-tabs-blog .nav-tabs li:first-child::before {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1110px;
  }
  .oceanwp-post-list.container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  /* /// Main slider ///// */
  .main-slider .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
	
	.panel-grid-cell .so-panel {
    /* position: relative; */
		max-width: 1110px!important;
		padding-left: 15px!important;
		padding-right: 15px!important;
    margin: 0 auto!important;
  }

  .sc-tabs-blog .panel-grid-cell .so-panel {
    margin: 0 auto!important;
    padding: 0!important;
  }

  .sc-tabs-blog .col-tabs-blog > .so-panel {
    padding-left: 15px!important;
		padding-right: 15px!important;
  }

  .sc-tabs-blog .widget_sow-button {
    position: static!important;
  }

  .sc-article-flex .sc-tabs-blog .btn-link {
    top: -45px;
    right: 0;
  }

  /* .sc-tabs-blog .srpw-block ul {
    margin: 0;
  } */
  
  .list-item .thumbnail img {
    transform: scale(1);
    transition: transform .8s ease;
    transform-origin: left;
  }
  .list-item:hover .thumbnail img {
    transform: scale(1.1);
  }

  .row-list-video .list-item:hover .thumbnail img {
    transform: scale(1.1) translate(-50%, -50%);
  }
  .sub-sc-podcast .featured-post .list-item:hover .thumbnail img {
    transform: scale(1.1) translate(-50%, -50%);
  }

  .blog-op-3 .list-item:hover .thumbnail img {
    transform: scale(1.1) translate(-50%, -50%);
  }

  article.post.type-post .item-post .thumbnail img {
    transform: scale(1);
    transition: transform .8s ease;
    transform-origin: center;
  }
  article.post.type-post .item-post:hover .thumbnail img {
    transform: scale(1.1);
  }

  .tab-content .list-item .thumbnail img {
    transform-origin: center;
  }

  #related-posts .col img {
    transform: scale(1);
    transition: transform .8s ease;
    transform-origin: center;
  }
  #related-posts .col:hover img {
    transform: scale(1.1);
  }
  
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}
.related-thumb:hover img {
  opacity: 1;
}

.n2-active .n2-ss-thumb-image, .n2-active .n2-ss-caption {
  border-radius: 2px!important;
}

.single-post .entry-content blockquote {
  font-style: italic;
  margin: 20px 40px!important;
  padding-left: 20px!important;
  border-left-width: 3px!important;
  border-style: solid;
  border-color: #13aff0;
}

.srpw-block {
  position: relative;
}


#pg-5897-4 .widget-title {
  text-transform: none;
}

.gallery-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.gallery-content .h-content {
  font-family: dtac2018bd;
  font-size: 26px;
  font-weight: normal;
  line-height: 36px;
}

.header-detail {
  /* padding-bottom: 20px; */
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}

.gallery-content .gallery {
  margin-left: -15px;
  margin-right: -15px;
}

.gallery-content .gallery-item {
  padding-left: 15px;
  padding-right: 15px;
}

.gallery-content .gallery-item > * {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.gallery-content .gallery-item a {
  display: block;
  position: relative;
  height: 190px;
  overflow: hidden;

}

.gallery-content .gallery-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 100%; */
  width: auto;
  max-width: none;
  height: 100%;
}

.row-link-gallery {
  background: url(../img/2020/bg-link-gallery.jpg) center top no-repeat;
  background-size: cover;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 80px;
}
.row-link-gallery .inner {
  padding: 15px 20px;
}
.row-link-gallery .ico-cat-gallery {
  /* float: left; */
  background-color: #0c1026;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-right: 10px;
  padding: 15px 14px;

}
.single-post .entry-content .row-link-gallery h4 {
  font-family: dtac2018bd!important;
  font-weight: normal!important;
  margin-bottom: 0!important;
  margin-top: 5px!important;
}
.single-post .entry-content .row-link-gallery p {
  margin-bottom: 0!important;
}

#lightbox {
  top: 50%!important;
  transform: translateY(-50%)!important;
}
#lightbox, #hoverNav {
  position: fixed!important;
}

#nextLink, #prevLink {
  height: 100%!important;
  background: url(../img/2020/ico-popup-control.png) right center no-repeat!important;
  background-size: 24px auto!important;
}
#nextLink {
  margin-right: 40px!important;
}
#prevLink {
  margin-left: 40px!important;
  background: url(../img/2020/ico-popup-control-prev.png) left center no-repeat!important;
  background-size: 24px auto!important;
}
#nextLink:hover, #nextLink:visited:hover {
  background: url(../img/2020/ico-popup-control.png) right center no-repeat!important;
  background-size: 24px auto!important;
}
#prevLink:hover, #prevLink:visited:hover {
  background: url(../img/2020/ico-popup-control-prev.png) left center no-repeat!important;
  background-size: 24px auto!important;
}

#nextLink:hover, #prevLink:hover {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}

#imageContainer {
  padding: 0;
}

#outerImageContainer, #imageDataContainer {
  background-color: transparent;
}

#imageDataContainer {
  position: relative;
  z-index: 100;
}

#playPause, #numberDisplay {
  display: none;
}

#imageData #bottomNav #bottomNavClose {
  position: fixed;
  top: 0;
  right: 40px;
  height: 32px;
    width: 32px;
    float: none;
    margin-bottom: 0;
}
#jqlb_closelabel {
  height: 32px;
  width: 32px;
  background-image: url(../img/2020/ico-close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#imageData #imageDetails {
  font: none;
  text-align: center;
  width: 100%!important;
  margin-bottom: 0;
}

#imageData #imageDetails #downloadLink {
}
#imageData #imageDetails #downloadLink a {
  font-family: "dtac2018";
  font-size: 18px !important;
    line-height: 1;
    display: block;
    text-align: center;
    border-radius: 3px;
    min-width: 125px;
    max-width: 138px;
    cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  color: #fff !important;
    background-color: #007ad0;
    padding: 15px 20px;
    transition: background-color .3s ease;
    border: none;
    text-decoration: none !important;
}


.layout-executive {

}
.layout-executive .result-header {
  text-align: center;
}
.layout-executive .result-header .sc-title {
  font-size: 40px;
  line-height: 60px;
}

.layout-executive .list-post {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: none;
}
.layout-executive article.post.type-post {
  padding-left: 15px;
  padding-right: 15px;
}
.layout-executive article.post.type-post:not(:first-child) {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.layout-executive article.post.type-post .item-post .thumbnail {
  margin-right: 0;
}
.layout-executive article.post.type-post .search-entry-inner p {
  margin-bottom: 10px;
}
.category .layout-executive article .item-post .search-entry-summary {
  margin-bottom: 10px;
}
.layout-executive .article-footer p {
  margin-bottom: 0!important;
}
.layout-executive article.post.type-post:not(:first-child) .item-post .thumbnail {
  height: 260px;
  margin-bottom: 30px;
}
.layout-executive article.post.type-post:not(:first-child) .item-post .thumbnail img {
  height: 260px;
}
.layout-executive article.post.type-post:not(:first-child) .search-entry-inner {
  display: block;
}
.layout-executive .row-metadata {
  display: none;
}

.layout-executive article.post.type-post:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}
.layout-executive article.post.type-post:first-child .item-post .thumbnail {
  width: 50%;
  height: 405px;
  margin-right: 0;
}
.layout-executive article.post.type-post:first-child .item-post .thumbnail a {
  width: 100%;
  height: 100%;
}
.layout-executive article.post.type-post:first-child .item-post .search-entry-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 70px;
  height: 405px;
}
.layout-executive article.post.type-post:first-child .item-post .thumbnail img {
  height: 405px;
}
.category .layout-executive article.post.type-post:first-child .search-entry-title {
  font-size: 26px;
  line-height: 36px;
}
.category .layout-executive article.post.type-post:first-child .search-entry-summary p {
  font-size: 18px;
  line-height: 28px;
}

.gallery-content .content p {
  display: none;
}
.gallery-content .title-article .h-content {
  margin-bottom: 0;
}
.gallery-content .title-article p {
  font-size: 18px;
  line-height: 28px;
}
.gallery-content .header-detail .row-cat {
  margin-top: 20px;
}


@media only screen and (max-width: 991px) {
  #lightbox, #hoverNav {
    position: absolute!important;
  }

  .layout-executive .result-header {
    padding: 20px 0;
  }

  .layout-executive .result-header .sc-title {
    font-size: 24px;
    line-height: 34px;
}

  .layout-executive .list-post {
    margin-left: -7px;
    margin-right: -7px;
  }
  .layout-executive article.post.type-post {
    padding-left: 7px;
    padding-right: 7px;
  }

  .layout-executive .text-main-cat {
    margin-right: 10px;
  }

  .layout-executive .article-footer .text-sub-cat {
    margin-right: 0;
  }

  .layout-executive article.post.type-post {
    margin-bottom: 20px;
  }

  .layout-executive article.post.type-post:not(:first-child) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .layout-executive article.post.type-post:not(:first-child) .item-post .thumbnail {
    height: 120px;
    margin-bottom: 0;
  }
  .layout-executive article.post.type-post:not(:first-child) .item-post .thumbnail img {
    height: 120px;
  }

  .layout-executive article.post.type-post:not(:first-child) .item-post .search-entry-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}
.layout-executive article.post.type-post .search-entry-inner p {
  font-size: 12px;
  /* line-height: 22px; */
}

  .layout-executive article.post.type-post:first-child .item-post .thumbnail {
    width: 100%;
    height: 250px;
  }
 
  .layout-executive article.post.type-post:first-child .item-post .search-entry-content {
    justify-content: flex-start;
    flex-direction: column;
    padding: 10px 0;
    height: auto;
  }
  .layout-executive article.post.type-post:first-child .item-post .thumbnail img {
    height: 250px;
  }
  .category .layout-executive article.post.type-post:first-child .search-entry-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}
.category .layout-executive article.post.type-post:first-child .search-entry-summary p {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 0;
}

.gallery-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-detail {
  padding-bottom: 30px;
}
.gallery-content .gallery {
  margin-left: -7px;
  margin-right: -7px;
}
.gallery-content .gallery-item a {
  height: 120px;
}
.gallery-content .gallery-item {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}
#lightbox, #hoverNav {
  position: fixed!important;
}
#nextLink, #prevLink {
  height: 100%!important;
  background-size: 14px auto!important;
}

#nextLink {
  /* float: none; */
  margin-right: 10px!important;
  right: 0!important;
  background-position: right 34%!important;
}
#prevLink {
  /* float: none; */
  margin-left: 10px!important;
  left: 0!important;
  background-position: left 34%!important;
}
#imageData #bottomNav #bottomNavClose {
  height: 18px;
  width: 18px;
  position: absolute!important;
  right: 20px;
    top: -420%;
}
#jqlb_closelabel {
  height: 18px;
  width: 18px;
}

.row-link-gallery {
  background: url(../img/2020/bg-link-gallery-m.jpg) center top no-repeat;
  background-size: cover;
  height: auto;
  margin-bottom: 40px;
  padding: 20px 0;
}
.row-link-gallery .inner {
  padding: 0;
  text-align: center;
}
.row-link-gallery .ico-cat-gallery {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.single-post .entry-content .row-link-gallery p {
  font-size: 16px!important;
  margin-bottom: 20px!important;
}

}


.category-gallery-executive-management-th .category-gallery-executive-management-th.sticky, .category-gallery-executive-management-en .category-gallery-executive-management-en.sticky {
  display: none;
}