@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100;200;300;400;500;600;700;800;900&display=swap');


@font-face {
  font-family: 'PSLExtra';
  src: url('../fonts/PSL/PSLxEmpireExtra.eot');
  src: url('../fonts/PSL/PSLxEmpireExtra.eot?#iefix') format('embedded-opentype'),
       url('../fonts/PSL/PSLxEmpireExtra.woff2') format('woff2'),
       url('../fonts/PSL/PSLxEmpireExtra.woff') format('woff'),
       url('../fonts/PSL/PSLxEmpireExtra.ttf') format('truetype'),
       url('../fonts/PSL/PSLxEmpireExtra.svg#PSLxEmpireExtra') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'PSLKit';
  src: url('../fonts/PSL/PSLxKittithada.eot');
  src: url('../fonts/PSL/PSLxKittithada.eot?#iefix') format('embedded-opentype'),
       url('../fonts/PSL/PSLxKittithada.woff2') format('woff2'),
       url('../fonts/PSL/PSLxKittithada.woff') format('woff'),
       url('../fonts/PSL/PSLxKittithada.ttf') format('truetype'),
       url('../fonts/PSL/PSLxKittithada.svg#PSLxKittithada') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'PSLImp';
  src: url('../fonts/PSL/PSLxImperial-Bold.eot');
  src: url('../fonts/PSL/PSLxImperial-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/PSL/PSLxImperial-Bold.woff2') format('woff2'),
       url('../fonts/PSL/PSLxImperial-Bold.woff') format('woff'),
       url('../fonts/PSL/PSLxImperial-Bold.ttf') format('truetype'),
       url('../fonts/PSL/PSLxImperial-Bold.svg#PSLxImperial-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'PSLImp-italic';
  src: url('../fonts/PSL/PSLxImperial-BoldItalic.eot');
  src: url('../fonts/PSL/PSLxImperial-BoldItalic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/PSL/PSLxImperial-BoldItalic.woff2') format('woff2'),
       url('../fonts/PSL/PSLxImperial-BoldItalic.woff') format('woff'),
       url('../fonts/PSL/PSLxImperial-BoldItalic.ttf') format('truetype'),
       url('../fonts/PSL/PSLxImperial-BoldItalic.svg#PSLxImperial-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


.psl__extra {
  font-family: "PSLExtra", sans-serif !important;
}
.psl__imp {
  font-family: "PSLImp", sans-serif !important;
}
.psl__imp__italic {
  font-family: "PSLImp-italic", sans-serif !important;
}
.psl_kit{
  font-family: "PSLKit", sans-serif !important;
}


*,
::before,
::after{
  box-sizing: border-box;
}
html{
  /* scroll-behavior: smooth; */
}
body{
  margin: 0;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  line-height: 1.3;
  color: var(--first-color);
  background-image: url('../images/bg/bg-cut.jpg?v=000007');
  /* background-color: #00416B; */
  background-size: cover;
  background-repeat: no-repeat;
  /*background-position: top center;*/
  background-attachment: fixed;
}
.body{
  background-repeat: repeat;
  background-size: 100%;
}

.f3-5{
  font-size: 3.5rem !important;
}

h1,h2,h3,p{
  margin: 0;
}
.home__banner,.home__data {
  /*font-family: "Roboto",sans-serif!important;*/
  font-family: "PSLExtra",sans-serif !important;
}

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

a{
  display: block;
  font-weight: 500;
  text-decoration: none !important;
  transition: .3s;
}

p{
  margin: 0;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}
.text-detail {
  font-size: 1.6rem;
}
.stick {
  width: 40px;
  position: absolute;
  right: -10px;
  background: #fff;
  border-radius: 20px;
}
.stick__bottom {
  bottom: 0;
  height: 95%;
}
.stick__top {
  top:  -50px;
  height: 50%;
  border-radius: 0 0 20px 20px;
}
.stick__top:after {
  content: ' ';
  background-image: url(../images/img__banner.png);
  width: 150px;
  height: 150px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -165px;
  right: 50%;
  transform: translate(50%, 0);
}

/*===== VARIABLES CSS =====*/
:root {
  --header-height: 90px;

  /*========== Colors ==========*/
  --first-color: #00416B;
  --secondary-color: #BAF1FF;
  --third-color: #f1753b;
  --title-color: #393939;
  --text-color: #707070;
  --text-color-light: #A6A6A6;
  --body-color: #00416B;
  --container-color: #FFFFFF;
  --bg-color-light: rgba(254,150,100,.5);


  /*========== Background Colors ==========*/
  --bg-primary: #fe9664;
  --bg-secondary: #fe9664;
  --bg-thrid: #fe9664;

  /*========== Font and typography ==========*/
  --body-font: 'Noto Sans Thai', sans-serif;
  --biggest-font-size: 3.6rem;
  --h1-font-size: 2.6rem;
  --h2-font-size: 2rem;
  --h3-font-size: 1.4rem;
  --h4-font-size: 1.4rem;
  --topic-font-size: 2.5rem;
  --medium-font-size: 2rem;
  --normal-font-size: 1.3rem;
  --small-font-size: .813rem;
  --smaller-font-size: .75rem;
  --menu-font-size: 20px;

  /*========== Font weight ==========*/
  --font-thin: 100;
  --font-extra-thin: 200;
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semi-bold: 600;
  --font-bold: 700;
  --font-extra-bold: 800;
  --font-black: 900;

  /*========== Font family ==========*/
  --Noto-100: 'Noto-100';
  --Noto-200: 'Noto-200';
  --Noto-300: 'Noto-300';
  --Noto-400: 'Noto-400';
  --Noto-500: 'Noto-500';
  --Noto-600: 'Noto-600';
  --Noto-700: 'Noto-700';
  --Noto-800: 'Noto-800';
  --Noto-900: 'Noto-900';

  /*========== Margenes ==========*/
  --mt-1: .5rem;
  --mt-2: 1rem;
  --mt-3: 1.5rem;
  --mt-4: 2rem;
  --mt-5: 2.5rem;
  --mt-6: 3rem;
  --mb-1: .5rem;
  --mb-2: 1rem;
  --mb-3: 1.5rem;
  --mb-4: 2rem;
  --mb-5: 2.5rem;
  --mb-6: 4.5rem;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

/*========== BASE ==========*/


/*====== SPECIAL CLASS CSS======*/
.grid-column-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-column-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-column-4 {
  grid-template-columns: repeat(4, 1fr);
}
.mh-400 {
  max-height: 400px;
  object-fit: cover;
  object-position: top center;
}
.scrolltop.show-scroll {
  visibility: visible;
  bottom: 1.5rem;
}
.scrolltop {
  position: fixed;
  right: 1rem;
  bottom: -20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  background: var(--secondary-color);
  border-radius: 0.4rem;
  z-index: 10;
  transition: .4s;
  visibility: hidden;
}
/* .body.index__1{
  background-image: url(../images/background/bg__index__11.png);
  background-size: 100% 100%;
} */
/* .body.index__2{
  background-image: url(../images/background/bg__index__2.png);
  background-size: 100% 108%;
}
.body.index__3{
  background-image: url(../images/background/bg__index__3.png);
}
.body.index__4{
  background-image: url(../images/background/bg__index__4.png);
  background-size: 100% 100%;
} */
/* .body .container{
  max-width: 1440px;
} */
.max-w-100 {
  max-width: 100% !important;
}
.d-grid{
  display: grid;
}
/*========== CLASS CSS ==========*/
.section__spac{
  padding: 10vw 0;
}
.section__spac.section__spac__first{
  padding-top: 5vw;
}
.section__padding{
  padding: 0 5rem;
}
.section__title{
  font-size: var(--h1-font-size);
  color: var(--container-color);
  font-family: "PSLExtra",sans-serif;
}
.font__italic{
  font-style: italic;
}
.section__topic{
  font-size: var(--topic-font-size);
  color: var(--first-color);
  font-family: "PSLExtra",sans-serif;
}
.section__subtitle{
  display: block;
  font-size: var(--medium-font-size);
  font-weight: var(--font-semi-bold);
  margin-bottom: var(--mb-1);
}
.title__biggest{
  font-size: var(--biggest-font-size);
  font-family: "PSLImp",sans-serif;
  color: var(--first-color);
  margin-bottom: var(--mb-5);
}
.color__primary{
  color: var(--first-color);
}
.color__secondary{
  color: var(--secondary-color);
}
.color__third{
  color: #3E65A3;
}
.section__bg{
  background-color: rgba(0,65,107,.90);
  padding: 4vw 0;
}
.font__400{
  font-family: 'Noto-400';
}
.font__500{
  font-family: 'Noto-500';
}
.font__600{
  font-family: 'Noto-600';
}
.font__700{
  font-family: 'Noto-700';
}

/*=============== Layouts ===============*/
.main{
  padding-top: var(--header-height);
  overflow: hidden;
}
.bd-container{
  max-width: 960px;
  width: calc(100% - 2rem);
  margin-left: var(--mb-2);
  margin-right: var(--mb-2);
}
/*=============== Layouts ===============*/

/*=============== Home ===============*/
.section__home{
  height: calc(100vh - var(--header-height));
  align-items: center;
  display: flex;
  position: relative;
}
.home__grid{
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5rem;
}
.home__image{
  order: -1;
  max-width: 280px;
  justify-self: flex-end;
}
.home__data{
  color: var(--container-color);
  width: max-content;
  text-align: center;
}
.home__title{
  font-size: var(--biggest-font-size);
  position: relative;
  padding-bottom: var(--mb-3);
  margin-bottom: var(--mb-3);
  font-family: "PSLExtra",sans-serif !important;
}
.home__title::after{
  content: '';
  position: absolute;
  width: 60%;
  height: 4px;
  background-color: var(--container-color);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.home__subtitle__1{
  font-size: var(--h2-font-size);
  font-weight: var(--font-bold);
  font-family: "PSLKit",sans-serif;
}
.home__subtitle__2{
  font-size: var(--h3-font-size);
  font-family: "PSLKit",sans-serif;
}
.home__subtitle__4{
  font-size: var(--h4-font-size) !important;
}
.lh-1 {
  line-height: 1;
}
/*=============== Home ===============*/

/** custom css */
/* .section__services{
  background-image: url(../images/bg/3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top -8px left;
  position: relative;
}
.media__offline{
  background-image: url(../images/bg/4.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top -8px left;
  position: relative;
  margin-top: -8px;
}
.live__tv{
  background-image: url(../images/bg/5.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  position: relative;
  margin-top: -8px;
}

.section__about .container,
.section__services .container,
.media__offline .container,
.live__tv .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate( -50% , 40px);
  z-index: 99;
} */
.transparent__blue {
  position:relative;
  min-height: 1600px;
  display: flex;
  align-items: center;
  padding-bottom: 300px;
}
.transparent__blue:before {
  content: "";
  background: url(../images/bg/bg-7.png), url(../images/bg/bg-2.png);
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; 
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: right center, right center;
}
/*=============== About ===============*/
.section__about{
  padding-top: 4vw;
  /* background-image: url(../images/bg/2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 1px left; */
  position: relative;
}

.about__image{
  width: 100%;
  max-width: 320px;
  height: 320px;
  border-radius: 100%;
  background-color: var(--first-color);
  padding: 5rem;
  margin-bottom: var(--mb-6);
}
.about__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__subtitle{
  font-size: var(--medium-font-size);
  font-family: "PSLKit",sans-serif;
}
.about__subtitle2{
  font-size: var(--medium-font-size);
  font-family: "PSLKit",sans-serif;
}
.section__about .about__data__flex{
  display: flex;
  align-items: center;
  column-gap: 4rem;
}
.section__about .about__data__flex .about__image{
  margin-bottom: 0;
}
.about__detail{
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.2;
  font-family: "PSLKit",sans-serif;
}
.slide-about .slick-track{
  padding: 6rem 0;
}
.about__item{
  background-color: var(--container-color);
  padding: 0.4rem;
  box-shadow: 0 0 16px rgba(0,0,0,0.64);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  
}
.about__item > div{
  padding-top: 100%;
  width: 100%;
  position: relative;
}
.about__item img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.about__item.slick-center{
  transform: scale(1.3);
  z-index: 1;
  position: relative;
}
.slide-about .slick-arrow::before{
  content: '';
}
.slide-about .slick-arrow{
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  width: 45px;
  height: 45px;
}
.slide-about .slick-prev{
  background-image: url(../images/left__arrow.png);
  left: 0;
  z-index: 1;
}
.slide-about .slick-next{
  background-image: url(../images/right__arrow.png);
  right: 0;
}
/*=============== About ===============*/

/*=============== Services ===============*/
.service__pb{
  padding-bottom: 6vw;
}
.services__title{
  font-size: var(--biggest-font-size);
  font-weight: var(--font-black);
  color: var(--container-color);
  margin-bottom: var(--mb-4);
  text-align: center;
  font-family: "PSLExtra",sans-serif;
}
.logo__services{
  max-width: 100px;
  margin: 0 auto 20px;
}
.services__grid{
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
  column-gap: 23px;
}
.services__item{
  display: flex;
  flex-direction: column;
}
.item__image{
  display: flex;
  justify-content: center;
  height: calc(100% - 60px);
  margin-bottom: 12px;
  align-items: flex-end;
}
.item__image img{
  max-width: 90px;
}
.item__text{
  border: 1px solid var(--secondary-color);
  border-radius: 16px;
  font-size: 2rem;
  font-family: "PSLImp",sans-serif;
  color: var(--secondary-color);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
/*=============== Services ===============*/

/*=============== Media Offline ===============*/
.offline__grid{
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
}
.box__offline{
  padding: 1.3rem 3rem;
  text-align: center;
  min-height: 330px;
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(to right ,#3E90D2 ,#5C60C0 )
}
.offline__grid .title__offline{
  margin-bottom: 25px;
}
.title__offline{
  font-size: 2.2rem;
  font-family: "PSLImp",sans-serif;
  color: var(--secondary-color);
  position: relative;
  display: inline-flex;
}
.title__offline::before{
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: var(--secondary-color);
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.btn__offline{
  background-color: var(--secondary-color);
  color: var(--first-color);
  font-size: 1.2rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 43px;
  min-width: 165px;
  margin: 0 auto;
  font-family: "PSLKit",sans-serif;
  font-size: 1.5rem;
}
.list__offline{
  color: var(--secondary-color);
  list-style: disc;
  font-family: "PSLKit",sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}
.list__offline li:not(:last-child){
  margin-right: 20px;
}
.list__offline li{
  position: relative;
  margin-bottom: 4px;
}
.list__offline li p{
  font-family: "PSLKit";
}
.list__offline li::before{
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(0, -50%);
  background-color: var(--secondary-color);
  width: 5px;
  height: 5px;
  border-radius: 100%;
}
/*=============== Media Offline ===============*/

/*=============== Live Tv ===============*/
.live__tv__item{
  background-color: var(--container-color);
  border-radius: 6px;
  padding: 0.5rem;
  margin: 0 3rem;
}
.live__tv__text{
  font-size: var(--medium-font-size);
  color: var(--first-color);
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "PSLKit",sans-serif;
}
.live__tv__text img{
  width: 100px !important;
}
.out-home-slide.slide-carousel.owl-theme .owl-nav,
.slide-facebook.slide-carousel.owl-theme .owl-nav,
.slide-search.slide-carousel.owl-theme .owl-nav,
.slide-kol.slide-carousel.owl-theme .owl-nav{
  height: 0;
  margin-top: 0;
  display: block;
}
.slide-carousel.owl-theme  .owl-nav button{
  color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  width: 45px;
  height: 45px;
  position: absolute;
  outline: none;
  margin: 0;
}
.slide-carousel.owl-theme .owl-nav button:hover{
  background: inherit;
  box-shadow: none !important;
}
.slide-carousel.owl-theme .owl-nav button.owl-prev{
  background-image: url(../images/left__arrow.png);
  left: 3rem;
  top: 50%;
  transform: translate(0, -50%);
}
.slide-carousel.owl-theme .owl-nav button.owl-next{
  background-image: url(../images/right__arrow.png);
  right: 3rem;
  top: 50%;
  transform: translate(0, -50%);
}
/*=============== Live Tv ===============*/

/*=============== Our Partner ===============*/

/*=============== Our Partner ===============*/

/*=============== Out Of Home ===============*/
.out__home__image{
  background-color: var(--container-color);
  border-radius: 6px;
  padding: 0.5rem;
}
.out-home-slide.slide-carousel.owl-theme .owl-nav button.owl-next{
  right: -1rem;
  /* display: none; */
}
.out-home-slide.slide-carousel.owl-theme .owl-nav button.owl-prev{
  left: -1rem;
  /* display: none; */
}
.out-home-slide{
  padding: 2.5rem;
}
/*=============== Out Of Home ===============*/

/*=============== Media Online ===============*/
.online__grid{
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.online__grid .box__offline{
  min-height: 500px;
}
.online__grid .box__offline p{
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: "PSLKit",sans-serif;
}
/*=============== Media Online ===============*/

/*=============== Online Ads ===============*/
.online__ads__grid{
  grid-template-columns: repeat(2, 1fr);
  gap: 5vw;
}
.box__ads{
  background-color: var(--secondary-color);
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
}
.online__ads__grid .box__ads:first-child{
  justify-self: end;
}
.online__ads__grid .box__ads:last-child{
  justify-self: start;
}
/*=============== Online Ads ===============*/

/*=============== Streaming Platform ===============*/
.streaming{
  margin-bottom: 9vw;
}
.grid__streaming__1{
  grid-template-columns: 250px 250px;
  gap: 25px;
  justify-content: center;
  margin-bottom: 25px;
}
.grid__streaming__2{
  grid-template-columns: 250px 250px 250px;
  gap: 25px;
  justify-content: center;
}
.item__streaming{
  max-width: 250px;
  background-color: var(--container-color);
}
.item__streaming img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*=============== Streaming Platform ===============*/

/*=============== Media & Facebook ===============*/
.title__br{
  position: relative;
  width: max-content;
  margin: 0 auto;
  margin-bottom: var(--mb-1);
  padding-bottom: var(--mb-2);
}
.title__br::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background-color: var(--secondary-color);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.facebook__ads__grid{
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.facebook__ads__item{
  padding: 0.5rem;
  background-color: var(--secondary-color);
  border-radius: 6px;
  height: 590px;
}
.facebook__ads__item a{
  height: 100%;
}
.facebook__ads__item a img{
  height: 100%;
}
.slide-facebook.slide-carousel.owl-theme .owl-nav button.owl-prev{
  left: 1rem;
}
.slide-facebook.slide-carousel.owl-theme .owl-nav button.owl-next{
  right: 1rem;
}
/*=============== Media & Facebook ===============*/


/*=============== Search Engine ===============*/
.search__engine .live__tv__item{
  margin: 0;
}
.search__engine .section__padding{
  padding: 2rem 5rem;
}
.slide-search,
.slide-kol{
  background-color: var(--first-color);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.search__engine .live__tv__item{
  position: relative;
  width: 100%;
  padding-top: 120%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.search__engine .live__tv__item a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
}
.search__engine .live__tv__item a img{
  height: 100%;
}
.search__engine .slide-carousel.owl-theme .owl-nav button.owl-prev{
  left: 1rem;
}
.search__engine .slide-carousel.owl-theme .owl-nav button.owl-next{
  right: 1rem;
}
/*=============== Search Engine ===============*/


/*=============== Content Media ===============*/
.content__grid{
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.content__item{
  background-color: var(--secondary-color);
  padding: 0.5rem;
  border-radius: 6px;
}
.content__item img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.slide-content-media.slide-carousel.owl-theme .owl-nav button.owl-prev{
  left: 0;
}
.slide-content-media.slide-carousel.owl-theme .owl-nav button.owl-next{
  right: 0;
}
/*=============== Content Media ===============*/

/*=============== Kol & Influencer ===============*/
.kol__grid{
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: center;
}
.kol__item{
  display: flex;
  height: 100%;
  transition: all 0.3s ease;
}
.kol__item:hover{
  transform: scale(1.05);
}
.kol__item img{
  height: 100%;
}
.kol__slide .live__tv__item{
  padding-top: 0;
  padding: 0.5rem;
}
.kol__slide .live__tv__item a{
  position: relative;
  padding-top: 100%;
}
.kol__slide .live__tv__item a img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
[id^="kol_slide_"].section__spac{
  padding: 5vw 0;
}
/*=============== Kol & Influencer ===============*/


/*=============== Tvc ===============*/
.tvc{
  padding: 15vw 0;
}
.tvc__grid{
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: center;
}
.tvc__item{
  display: flex;
  height: 100%;
  transition: all 0.3s ease;
}
.tvc__item:hover{
  transform: scale(1.05);
}
.tvc__item img{
  height: 100%;
}
.btn__tvc{
  color: var(--container-color);
  font-weight: var(--font-bold);
  height: 60px;
  font-size: var(--medium-font-size);
  background-color: #5793AC;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  border-radius: 14px;
  margin: 0 auto;
}
/*=============== Tvc ===============*/


/*=============== Tvc Slide ===============*/
.tvc__slide__row .section__padding{
  padding: 0 3rem;
}
.slide__row__image{
  background-color: var(--secondary-color);
  padding: 0.5rem;

}
.slide__row__image iframe{
  width: 100%;
  height: 370px;
}
.tvc__slide__row .slide-carousel.owl-theme .owl-nav button.owl-prev{
  left: -3rem;
}
.tvc__slide__row .slide-carousel.owl-theme .owl-nav button.owl-next{
  right: -3rem;
}
.tvc__slide__bg{
  background-color: rgb(0 65 107 / 73%);
  padding: 6vw 0;
}
/*=============== Tvc Slide ===============*/


/*=============== Print Ads ===============*/
.print__grid{
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  padding: 7px;
  background-color: var(--container-color);
}
.print__item{
  width: 100%;
  position: relative;
  padding-top: 90%;
}
.print__item img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brochure__grid{
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding: 7px;
}
.logo__grid{
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  padding: 7px;
}
/*=============== Print Ads ===============*/


/*=============== Address ===============*/
.address{
  background-image: url(../images//background/bg__address.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.address__detail,
.address__detail a{
  color: #fff;
  width: fit-content;
}
.address__detail i {
  background: #baf1fc !important;
  color: #001149;
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-right: 5px;
}
.address__detail a.address__tel {
  line-height: 1.2 !important;
  font-size: 24px;
}
.address__map{
  height: 100%;
}
.address__map iframe{
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.address__form .form-control{
  background-color: rgba(50,92,174,.5);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.address__form input{
  border: 1px solid #fff;
  height: 40px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0;
  margin-bottom: 8px;
}
.address__form .form-control::placeholder {
  color: #6A91D2;
}
.address__form .form-control:-ms-input-placeholder {
  color: #6A91D2;
}
.address__form .form-control::-ms-input-placeholder {
  color: #6A91D2;
}
.btn__send_address{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #131D6E;
  color: #fff !important;
  font-weight: 600;
  border: 2px solid #009AD6;
  max-width: 200px;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  margin: 15px auto 0;
  font-size: 22px;
}
.logo__contact{
  /*position: absolute;
  right: 30px;
  max-width: 150px;
  height: calc(100% - 41%);*/
  position: absolute;
  top: -70px;
  right: -150px;
  max-width: 150px;
  /* transform: translate(0, -50%); */
}
.logo__contact img{
  width: 100%;
  object-fit: cover;
}
.map__image{
  /* height: 100%; */
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
}
.map__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map__image p {
  color: #bfebff;
  margin-top: 3px;
}
.footer {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #bfebff;
  display: none;
}
/*=============== Address ===============*/


/*=============== Nav ===============*/
.l-header .navbar-brand img{
  max-width: 50px;
}
.l-header .container{
  height: 100%;
}
.l-header {
  letter-spacing: 0.1em;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: box-shadow, background-color .4s ease;
  background-color: rgba(0,65,107,.90);
}
.l-header .navbar{
  padding-top: 0;
  padding-bottom: 0;
  min-height: var(--header-height);
}
.l-header.scroll-header{
  box-shadow: 0 2px 4px hsl(0deg 0% 4% / 30%);
  background-color: var(--first-color);
}
.l-header .navbar-brand {
  font-size: 1rem;
  color: #fff;
}
.l-header .navbar-nav li.nav-item a.nav-link {
  font-size: .938rem;
  color: #fff;
}
.l-header .navbar-nav li.nav-item a.nav-link:hover {
  color: #efb90a;
}
.l-header .navbar-nav li.nav-item a.nav-link:active, .header .navbar-nav li.nav-item a.nav-link:focus {
  color: #fff;
}
.nav__list{
  display: grid;
  column-gap: 70px;
  grid-template-columns: auto auto auto auto;
}
.nav__link{
  font-size: var(--menu-font-size);
  color: var(--container-color);
  position: relative;
  transition-property: font-family, font-weight;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1.4);
  transition-delay: 0s; 
}
.nav__link::after{
  content: '';
  position: absolute;
  width: 1.5px;
  background-color: var(--container-color);
  height: calc(100% - 4px);
  right: -35px;
  top: 50%;
  transform: translate(0 , -50%);
}
.nav__list .nav__item:last-child .nav__link::after{
  display: none;
}
.nav__link:hover,
.nav__link.active-link,
.menu-link:hover,
.menu-link.active-link{
  font-weight: 700;
  color: var(--container-color);
}
.btn-hamburger{
  display: none;
  z-index: 1000;
  width: 38px;
  height: 29px;
  position: relative;
  background-color: transparent;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.btn-hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--container-color);
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.btn-hamburger span:nth-child(1) {
  top: 0px;
}
.btn-hamburger span:nth-child(2) {
  top: 12px;
}
.btn-hamburger span:nth-child(3) {
  top: 24px;
}
.btn-hamburger.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.btn-hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
  top: 14px;
}
.btn-hamburger.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header .btn-hamburger img{
  width: 100%;
  height: 100%;
}
.header .btn-hamburger:focus{
  outline: 0;
  box-shadow: none;
}
.lanch_app{
  background-color: #f3ad05;
  border-radius: 80px;
  min-width: 145px;
  transition: transform 350ms ease, background-color 350ms ease, -webkit-transform 350ms ease;
}
.lanch_app:hover{
  background-color: #ca8611;
  color: #fff !important;
  transform: scale3d(0.95, 0.95, 1.01);
}
.menu-button-icon{
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.menu-line-top{
  max-height: 2px;
  min-height: 2px;
  padding: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  background-color: #fff;
}
.menu-line-middle{
  max-height: 2px;
  min-height: 2px;
  padding: 0px;
  background-color: #fff;
}
.menu-line-bottom{
  max-height: 2px;
  min-height: 2px;
  padding: 0px;
  background-color: #fff;
}
.menu-bg{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.4s ease-in-out;
  visibility: hidden;
}
.menu-bg-active{
  opacity: 1;
  visibility: inherit;
  transition: opacity 0.3s ease-in-out;
}
.menu{
  position: fixed;
  left: auto;
  top: 0%;
  right: -68em;
  bottom: 0%;
  z-index: 999;
  display: flex !important;
  width: 100%;
  height: 100%;
  max-width: 30em;
  padding: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--first-color);
  transition: right 0.35s ease-in-out, left 0.5s ease-in-out;
  transform-style: preserve-3d;
  overflow-x: hidden;
  overflow-y: auto;
}
.menu-open{
  right: 0;
  transition: right 0.35s ease-in-out, left 0.5s ease-in-out;
}
.menu-contain{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15em;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.menu-link{
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  font-size: 1.5em;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
/*========== Buttons ==========*/
.button{
  display: inline-block;
  background-color: var(--first-color);
  color: #FFF;
  padding: .75rem 1rem;
  border-radius: .5rem;
  transition: .3s;
}

.button:hover{
  background-color: var(--first-color-alt);
}

.about__image {
  width: 100%;
  max-width: 250px;
  height: 250px;
  padding: 4rem;
}
.box__ads {
  max-width: 250px;
}
.about__slide {
  width: 85% !important;
}
.section__services {
  padding-top: 0 !important;
  margin-top: -350px;
}
.video-cover {
  object-fit: scale-down;
  background: #000;
}
.pointer {
  cursor: pointer;
}
/** section address */
#section-contact {
  padding-top: 70px;
  padding-bottom: 120px;
}
#tvc_section img{
  border-radius: 30px;
}
/*========== Media Queries ==========*/
@media (min-height: 900px){

  #section-contact .row [class^="col-"]{
    padding-top: 100px !important;
  }
}
@media (min-width: 1025px){
  :root {
    --biggest-font-size: 3.4rem;
    --h1-font-size: 2.5rem;
    --h2-font-size: 2.3rem;
    --h3-font-size: 2rem;
    --topic-font-size: 2rem;
    --small-font-size: .813rem;
    --smaller-font-size: .75rem;
    --menu-font-size: 20px;
  }
  .slide-live, 
  .partner__image,
  .slide-streaming,
  .slide-google,
  .slide-event {
    width: 80%;
  }

}
@media (min-width: 768px){
  /* :root{
    --biggest-font-size: 4.6rem;
    --h1-font-size: 2.5rem;
    --topic-font-size: 2.2rem;
    --medium-font-size: 1.9rem;
    --normal-font-size: 1.2rem;
    --mb-5: 2.2rem;
    --mb-6: 2.2rem;
  } */
  .body{
    /* background-repeat: no-repeat; */
    background-repeat: repeat;
    background-size: 100%;
  }
}
@media screen and (max-width: 1440px) {
  
  .tvc__slide__row .slide-carousel.owl-theme .owl-nav button.owl-prev{
    left: -1rem;
  }
  .tvc__slide__row .slide-carousel.owl-theme .owl-nav button.owl-next{
    right: -1rem;
  }


}

@media screen and (max-width: 991px){
  .address__detail .section__topic{
    font-size: 1.5rem;
  }
  .logo__grid{
    grid-template-columns: repeat(4, 1fr);
  }
  .out-home-slide{
    padding: 0 1.5rem;
  }
  .out-home-slide.slide-carousel.owl-theme .owl-nav button.owl-next{
    right: -10px;
  }
  .out-home-slide.slide-carousel.owl-theme .owl-nav button.owl-prev{
    left: -10px;
  }
  .slide-facebook.slide-carousel.owl-theme .owl-nav button.owl-next{
    right: -2rem;
  }
  .slide-facebook.slide-carousel.owl-theme .owl-nav button.owl-prev{
    left: -2rem;
  }
  .logo__contact{
    display: none;
  }
  .address .container{
    max-width: 100%;
  }
  /* .out-home-slide.slide-carousel.owl-theme .owl-nav button.owl-next,
  .out-home-slide.slide-carousel.owl-theme .owl-nav button.owl-prev{
    display: none;
  } */
  .slide-carousel.owl-theme .owl-nav button{
    width: 25px;
    height: 25px;
  }
  .slide-about .slick-next{
    right: -35px;
  }
  .slide-about .slick-prev{
    left: -35px;
  }
  .slide-about .slick-prev,
  .slide-about .slick-next{
    width: 25px;
    height: 25px;
  }
  .about__item.slick-center{
    transform: none;
  }
  .slide__row__image{ margin-bottom: 30px; }
  .kol__grid,
  .tvc__grid{
    grid-template-columns: repeat(3, 1fr);
  }
  .kol__grid,
  .tvc__grid{
    gap: 10px;
  }
  .online__grid{ grid-template-columns: repeat(2, 1fr); }
  .slide-carousel.owl-theme .owl-nav button.owl-next{
    right: -15px;
  }
  .slide-carousel.owl-theme .owl-nav button.owl-prev{
    left: -15px;
  }
  .item__image img{
    max-width: 80px;
  }
  .section__padding{ padding: 0; }
  .services__grid{
    grid-template-columns: repeat(3, 1fr);
  }
  .about__detail{
    line-height: 1.5;
  }
  .section__about .about__data__flex .about__image{ margin: 0 auto 40px;}
  .section__about .about__data__flex{
    display: block;
  }
  .nav__menu{
    display: none;
  }
  .btn-hamburger{
    display: flex;
  }
}

@media screen and (max-width: 768px){
  .slide-content-media.slide-carousel.owl-theme .owl-nav button.owl-prev{
    left: -15px;
  }
  .slide-content-media.slide-carousel.owl-theme .owl-nav button.owl-next{
    right: -15px;
  }
  .search__engine .slide-carousel.owl-theme .owl-nav button.owl-prev{ left: 0; }
  .search__engine .slide-carousel.owl-theme .owl-nav button.owl-next{ right: 0; }
  .out__home__grid{ grid-template-columns: repeat(1, 1fr); }
  .offline__grid{ grid-template-columns: repeat(1, 1fr); gap: 30px;}
  .home__grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .home__image{ order: 1; }
  .home__data{ margin: 0 auto; margin-bottom: var(--mb-4); }
  .home__image{ justify-self: center; }
  .stick__bottom, .stick__top {display: none;}
  
}

@media screen and (max-width: 767px) {
  :root{
    --biggest-font-size: 3.6rem;
    --h1-font-size: 1.5rem;
    --topic-font-size: 1.7rem;
    --medium-font-size: 1.4rem;
    --normal-font-size: 1.4rem;
    --mb-5: 2.2rem;
    --mb-6: 2.2rem;
  }
  .list__offline{
    font-size: 1.4rem;
  }
  .f3-5{
    font-size: 2.5rem !important;
  }
  .online__grid .box__offline p{
    font-size: 1.4rem;
  }
  .about__slide {
    width: 100% !important;
  }
  .slide-content-media{
    padding: 0 10px;
  }
  .slide-facebook.slide-carousel.owl-theme .owl-nav button.owl-prev{
    left: -15px;
  }
  .slide-facebook.slide-carousel.owl-theme .owl-nav button.owl-next{
    right: -15px;
  }
  .grid__streaming__1{
    gap: 15px;
    margin-bottom: 15px;
    grid-template-columns: 100px 100px;
  }
  .grid__streaming__2{
    gap: 15px;
    margin-bottom: 15px;
    grid-template-columns: 100px 100px 100px;
  }
  .box__ads{
    max-width: 130px;
  }
  .service__pb{
    padding-bottom: 0;
  }
  .logo__services{
    max-width: 80px;
  }
  .print__grid{
    grid-template-columns: repeat(2, 1fr);
    padding: 7px;
  }
  .slide__row__image iframe{ height: 300px; }
  .tvc__slide__row .section__padding{ padding: 0 1rem; }
  .content__grid{ grid-template-columns: repeat(2, 1fr); }
  .search__engine .section__padding{ padding: 2rem; }
  .title__br{
    margin-bottom: 0;
    padding-bottom: 0.5rem;
  }
  .online__grid .box__offline{ min-height: 300px; }
  .online__grid{ gap: 20px; }
  .content__grid{ gap: 10px; }
  .live__tv__item,
  .facebook__ads__item{
    margin: 0 1rem;
  }
  .title__offline{
    font-size: 1.8rem;
  }

  .about__detail{
    font-size: var(--normal-font-size);
  }
  .about__detail br{
    display: none;
  }
  .about__image{
    max-width: 250px;
    height: 250px;
  }
  .kol__grid,
  .tvc__grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .facebook__ads__grid{ grid-template-columns: repeat(1, 1fr); }
  .online__grid{ grid-template-columns: repeat(1, 1fr); }
  .item__text{
    font-size: 1.5rem;
    height: 50px;
  }
  .item__image img{
    max-width: 75px;
    max-height: 55px;
  }
  .services__grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .map__image p {
    display: none;
  }
  .footer {
    display: block;
  }
}

@media screen and (max-width: 567px) {
  :root{
    --biggest-font-size: 1.8rem;
    --h1-font-size: 1.4rem;
    --h2-font-size: 1.2rem;
    /* 
    --topic-font-size: 1.4rem;
    --medium-font-size: 1.1rem;
    --normal-font-size: 0.95rem;
    --mb-5: 2.2rem;
    --mb-6: 2.2rem; */
  }
}
