.itopplus-background {

}
body {
  overflow-x: hidden;
  color: #000;
  font-family: "Nunito Sans", "LINE Seed Sans TH";
}

.mg-pd {
	padding: 0 3%;
}

.itopplus-bg3 {
  background-image: url("http://itp1.itopfile.com/ImageServer/z_itp_19062024n0r5/0/0/SR0003z-z1441882529884.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  margin: 0;
  padding: 8px 15px;
  border-radius: 0;
  font-family: "Nunito Sans", sans-serif;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #f7e41e !important;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
  background-color: transparent;
}

.no-js .dropdown-menu > li > a {
  color: #000;
}

.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #000;
  background: #f7e41e;
}

@media screen and (max-width: 1023px) {
  #controlBanner img {
    position: fixed;
    top: 20px;
    left: 10px;
    width: 70px !important;
    z-index: 10000;
  }

  #nav-menu,
  #ItopplusMainSidebar > div {
    background: #000 !important;
  }

  #nav-menu {
    height: 100px !important;
}
  
  #controlMenu *:not(a span) {
    color: #fff !important;
    border: none;
  }

  .navbar-header button span {
    background-color: #fff !important;
  }

  .navbar-header a::before {
    background-size: 30px;
    background-position: center;
    filter: invert(1);
  }
  
  .navbar-header, .navbar-header .pull-right {
    height: 100px;
}

  .navbar-header a::after {
    background: #fff;
  }

  #itpphonemobile::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/telz-z555807927326.png) !important;
  }

  #itpsearchmobile::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/searchz-z1550057493030.png) !important;
  }

  .old-image-icon-facebook::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/fbz-z1306469976463.png) !important;
  }

  .old-image-icon-line::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/linez-z468194837558.png) !important;
  }

  .old-image-icon-instragram::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/igz-z261562755399.png) !important;
  }

  .old-image-icon-youtube::before {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/ytz-z1709509823553.png) !important;
  }

  .new-image-icon-twitter::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/twz-z1451700767745.png) !important;
  }
}

@media screen and (min-width: 1024px) {
  /*split with flex2*/
  .itopplus-banner > .container {
    display: grid;
    align-items: center;
      position: relative;
  }
  #itopplus-nav-bar::before,
  #itopplus-nav-bar::after {
    display: none;
  }



  #itopplus-nav-bar > li:nth-child(5) {
    flex: 0.7;
    display: grid;
    justify-content: end;
  }

#itopplus-nav-bar > li:nth-child(7) {
    margin-right: 100px;
}

  .no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
  }

  .itopplus-banner {
    background: #000;
    transition: 0.3s;
  }


    #controlBanner {
        position: absolute;
        object-fit: contain;
        padding: 0;
        width: clamp(120px, 9vw, 160px);
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        place-content: center;
    }
  
  #itopplus-nav-bar {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 4% 0;
    gap: 10px;
  }
}

@media screen and (max-width: 900px) {
      #controlBanner {
        margin-top: 100px;
    }
  
  .itopplus-sidebar-main, .itopplus-sidebar-background {
    top: 100px;
}
}

@media screen and (min-width: 1366px) {
}

@media screen and (min-width: 1900px) {
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 480px) {
}

/************font-size***************/

.navbar-default .navbar-nav>li>a,
.CASS-E-main .form-control, .CASS-E-main button,
.footer-submenu li p, .product-detail li::marker {
    font-size: 16px;
}

h1 {
    font-size: 4.125em;
}

h2 {
    font-size: 3.6em;
}

h3 {
    font-size: 2.8em;
}

h4, .managerHeader {
    font-size: 2.4em;
}

h5 {
    font-size: 1.9em;
}

h6 {
    font-size: 1.6em;
}

p {
    font-size: 18px;
}

.footer h6 {
    font-size: 20px;
}

.text-highlight {
    font-size: 40px;
}

.arr-right {
    font-size: 30px;
}

.pt-3 {
	padding-top:3%;
}

.pt-5 {
	padding-top:5%;
}

.pt-8 {
	padding-top:8%;
}


/********************master-page*******************/


.bg-video {
    position: relative;
}

.content-banner {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background: #0000001a;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-play {
    width: 45px;
    margin: auto;
    margin-bottom: 3%;
}

.content-video video {
    width: 100% !important;
    height: 95vh !important;
    object-fit: cover;
    object-position: center;
}

.text-banner h1 {
    font-size: 5em;
    font-weight: 400;
    line-height: 90px;
}

span.text-big {
    font-size: 100px;
    display: block;
    font-weight: 800;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: inherit;
    font-weight: 400;
}

.footer-submenu li p {
    margin-bottom: 1rem;
}

.footer-submenu ul {
    list-style: none;
    padding: 0;
    margin-top: 5%;
}

.footer-submenu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.social-footer {
    display: flex;
    gap: 10px;
}

.social-footer img {
    width: 38px !important;
}

.bottom-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2%;
    padding-bottom: 2%;
    border-top: 1px solid #fff;
}

.img-boat img {
    height: 800px;
    object-fit: cover;
}

.text-about {
    width: 40%;
    background: #f7e41e;
    color: #000;
    padding: 5%;
    position: absolute;
    bottom: 6%;
    left: -20%;
    padding-bottom: 2%;
    padding-right: 3%;
    transition-duration: 0.3s;
}

.text-about:hover, .page-model-slogan:hover  {
    background: #000;
    color: #f7e41e;
}

.img-about {
    position: relative;
    margin-bottom: -240px;
}

.text-highlight, .fw-semi, b, strong, .text-highlight02,
.sect-slogan h4, .contact-page h6, span#contactUsAcceptPolicyText2 {
    font-weight: 600;
}

.sect-about h2, .sect-slogan h2, .sect-models h2,
.text-models h3, .form-head-first h4, .head-page h3,
.about-page h2, .sect-models h4, .contact-page h5 {
    font-weight: 700;
}

.space-about {
    padding: 10%;
}

.arr-right {
    text-align: right;
    transition-duration: 0.3s;
    width: fit-content;
    margin: auto;
    margin-right: 00;
}

.sect-about h3, .about-two h3, .about-page h5, .about-page-two h4,
.detail-models {
    margin-bottom: 3%;
}

 .sect-models, .contact-page h6 {
    margin-bottom: 2%;
}

.text-models h3 {
    margin-bottom: 1%;
}

.text-models h6, .form-head-first, .about-page p, .about-page-two p {
    margin-bottom: 4%;
}

.sect-about p {
    padding-right: 12%;
}

.sect-about p, .about-two p {
      text-align: justify;
}

.sect-about {
    padding-top: 8%;
    padding-right: 8%;
}

p {
    line-height: 26px;
}

.img-about-two .text-about {
    right: -35%;
    left: unset;
    bottom: -7%;
}

.img-about-two {
    position: relative;
    color: #000;
    margin-bottom: 7%;
}

.img-about-two .text-about span {
    display: block;
}

.about-two {
    padding-left: 8%;
}

.text-highlight02 {
    color: #f7e41e;
}

.about-two p {
    padding-right: 2%;
}

.sect-slogan {
    text-align: center;
    color: #fff;
    padding-top: 28%;
    padding-bottom: 8%;
}

.sect-models, .form-head-first, .managerHeader,
.detail-models {
    text-align: center;
}

.CASS-A-middle-mid, .CASS-B-middle-mid, .CASS-D-middle-mid,
.CASS-E-border, .CASS-H-middle-mid {
    padding: 0;
}

.CASS-A-middle-right, .CASS-A-middle-left,
.CASS-A-bottom, .CASS-A-top, .CASS-B-border,
figure.effect-jazz figcaption::after, .boderedlayoutClient,
.CASS-E-border, .dropdown-menu {
    border: none;
}

.CASS-B-border, figure.effect-jazz, .CASS-D-border,
.CASS-E-border, .CASS-H-main, .CASS-GrayBackground-border,
.CASS-JaikothaiHead-border, .CASS-JaiauHead-border {
    background: transparent;
}

.CASS-E-border, .CASS-E-main {
    color: unset !important;
}

.CASS-A-main {
    box-shadow: none;
}

.CASS-B-border, .CASS-E-border {
    border-radius: 0;
}

.CASS-A-main .thumbs, .CASS-B-main .thumbs {
    margin: 0;
}

.CASS-JaiauHead-main {
    margin: 0 !important;
}

.CASS-A-middle-mid,
.CASS-B-middle-mid {
    display: flex;
    align-items: center;
}

.text-models {
    color: #fff;
    padding-left: 15%;
}

.btn-arr {
    width: fit-content;
    background: #f7e41e;
    padding: 0.2rem 1rem;
    color: #000;
    font-size: 24px;
    transition-duration: 0.3s;
}

.CASS-D-main .thumbnail {
    background: transparent;
    border: none;
    padding: 0 !important;
    min-height: unset !important;
    box-shadow: none;
}

.CASS-D-main .owl-dots button.owl-dot {
    background: transparent !important;
    border: 1px solid #fff !important;
    margin: 0 5px !important;
    width: 12px !important;
    height: 12px !important;
}

.CASS-D-main .owl-dots button.owl-dot.active {
    background-color: #ffffff !important;
}

.CASS-D-main .owl-nav button.owl-prev {
    left: 80px !important;
    background-image: url('http://itp1.itopfile.com/ImageServer/z_itp_19062024n0r5/0/0/ic-qarr2z-z1466986359194.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px !important;
    background-color: transparent;
    top: 30px !important;
    height: 20px !important;
}

.CASS-D-main .owl-nav button.owl-next {
    right: 80px !important;
    background-image: url('http://itp1.itopfile.com/ImageServer/z_itp_19062024n0r5/0/0/ic-qarrz-z1392989329357.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px !important;
    background-color: transparent;
    top: 30px !important;
    height: 20px !important;
}

.CASS-D-main .grid {
    margin: 0 !important;
    width: 100%;
}

.form-first span, .CASS-E-main button .glyphicon,
.Text_seller2, .post-time, .landingpagemanager, .social-share {
    display: none;
}

.CASS-E-main input::placeholder {
    color: #fff;
}

.social-icon {
    border-radius: 5px;
}

.CASS-E-main .form-control {
    background: transparent;
    color: #fff !important;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 2rem;
    height: 40px;
}

.CASS-E-main .FormPreview .row {
    padding-top: 0 !important;
}

.CASS-E-main .col-md-offset-5 {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.CASS-E-main button {
    background: #f7e41e;
    color: #000;
    border: none;
    text-shadow: none;
    border-radius: 0;
    padding: 0.75rem 2rem;
    position: relative;
    transition-duration: 0.3s;
    box-shadow: none;
}

.CASS-E-main button::after {
    content: "➜";
    font-size: 20px;
    margin-left: 5px;
}

.form-control-feedback {
    color: #fff !important;
}

.CASS-E-main .form-control:focus {
    box-shadow: none;
}

.CASS-E-main option, .sect-about p, .about-page p,
.product-detail p {
    color: #444;
}

figure.effect-jazz h2 {
    padding-top: 0;
    -webkit-transition: inherit;
    transition: inherit;
}

figure.effect-jazz h2, figure.effect-jazz p {
    opacity: 1;
    -webkit-transform: inherit;
    transform: inherit;
}

.grid figure h2 {
    word-spacing: unset;
    font-weight: unset;
    font-size: initial;
}

.CASS-H-main figcaption {
    padding: 0 !important;
    position: absolute !important;
    width: 100% !important;
    text-transform: none !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}

.CASS-H-main .grid {
    width: 100%;
}

.CASS-H-main .imgLightbox img {
    height: 50vh !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center;
}

.head-page {
    width: 100%;
    height: 100%;
    background: #00000042;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

figure.effect-jazz:hover h2, figure.effect-jazz:hover p {
    opacity: 1;
    -webkit-transform: inherit;
    transform: inherit;
}

.CASS-H-main figure {
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
    overflow: hidden;
}

.about-page {
    padding-right: 8%;
    padding-left: 4%;
}

.about-page-two {
    padding-left: 10%;
    padding-top: 5%;
    padding-right: 5%;
}

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

.template1 .col-md-4.col-sm-4.col-xs-12 {
    width: 100%;
    padding: 0 !important;
    background: #000;
}

.img-container .img {
    background-position: center !important;
}

.pre-models {
    color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition-duration: 0.3s;
}

.pre-models .btn-arr {
    padding: 0rem 1rem;
}

.page-header {
    padding-bottom: 0;
    margin: 4% 0 0;
    border-bottom: none;
}

.Contenemanager-gallery .col-xs-6.col-md-3{
    padding: 0 !important;
    width: 100%;
}

div#Contentmanager .img-thumbnail, div#Contentmanager .thumbnail {
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

div#Contentmanager .Contenemanager-gallery{
    column-count: 3;
    display: inline-block;
    gap: 20px;
}

div#Contentmanager .col-md-12.text-justify {
    padding: 0;
}

.CASS-GrayBackground-main .CustomImageGalleryType_2 {
    display: inline-block !important;
    column-count: 3;
    gap: 20px;
}

.CASS-GrayBackground-main .CustomImageGalleryType_2 .col-md-4.col-sm-4.col-xs-4 {
    width: 100%;
    padding: 0 !important;
}

.pe-10 {
    padding-left: 10%;
}

.ps-10 {
    padding-right: 10%;
}

.mb-10 {
    margin-bottom: 10%;
}

.product-detail p {
    margin-bottom: 2rem;
}

.product-detail li p {
    margin-bottom: 0.5rem;
}

.product-detail h6, .product-detail h4 {
    margin-bottom: 1rem;
}

.product-white p, .footer a {
    color: #fff;
}

.pass-order {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-page li {
    display: grid;
    grid-template-columns: 38px auto;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}

.contact-page ul {
    list-style: none;
    padding: 0;
    margin-top: 3%;
}

.contact-page {
    padding-left: 8%;
}

.contact-page a {
    color: #000;
}

.contact-page a:hover, .text-models:hover, .footer a:hover {
    color: #facd20;
}

.text-about:hover .arr-right,
.template1 .col-md-4.col-sm-4.col-xs-12:hover .btn-arr {
    margin-right: -5px;
}

.img-effect img, .social-footer img, .img-container .img,
 div#Contentmanager .thumbnail>img, .contact-page li img {
   transition: transform 0.2s ease-out;
}  

.img-effect img:hover, .social-footer img:hover,
.template1 .col-md-4.col-sm-4.col-xs-12:hover .img,
 div#Contentmanager .thumbnail>img:hover, 
.contact-page li:hover img  {
   transform: scale(1.05);
}  

.img-effect, .img-container,  div#Contentmanager .thumbnail {
    overflow: hidden;
}

.text-models:hover .btn-arr {
    margin-left: 8px;
}

.CASS-E-main button:hover, 
.template1 .col-md-4.col-sm-4.col-xs-12:hover .pre-models{
    background: #282828;
    color: #f7e41e;
}

.callbacks_container2 .navPaperContainer {
    display: block !important;
}

div#background686c8cab4b29ef0013187186 .callbacks li img {
    height: 500px !important;
    object-fit: contain;
}

.pagination>li>a, .pagination>li>span {
    background: transparent;
    color: #fff;
    border: none;
}

.pagination>.active>a, .pagination>.active>a:hover, 
.pagination>.active>span, .pagination>.active>span:focus, 
.pagination>.active>span:hover,.pagination>li>a:focus, 
.pagination>li>a:hover, .pagination>li>span:focus, 
.pagination>li>span:hover {
    background-color: #facd20 !important;
    border-color: #facd20 !important;
    color: #000;
}

.pagination-sm>li:first-child>a, 
.pagination-sm>li:first-child>span, 
.pagination-sm>li:last-child>a, 
.pagination-sm>li:last-child>span {
    border-radius: 0;
}

.CASS-JaikothaiHead-main {
    margin: 0;
}

.ITPcookiebar {
  width: 100% !important;
  background-color: #5a5a5a91 !important;
  color: #fff;
}

.buttonExampleSite {
    border-radius: 0 !important;
    border: 1px solid #5a5a5a91 !important;
    color: #171717 !important;
}

.buttonExampleSite:hover {
    background: #facd20 !important;
    color: #000 !important;
}

.ITPlinkToCookiepage:hover {
    color: #facd20 !important;
}

.itpPDPALandingPage ,
.ITP-pdpa-template-contentFont{
    font-size: 16px !important;
    margin-bottom: 3% !important;
}

.itpPDPALandingPage {
    margin-top: 3%;
}

.ITP-pdpa-template-titleFont {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.ITP-pdpa-template-contentFont {
    line-height: 28px;
}

.ITPcheckboxAuthen {
    font-size: 16px;
    text-align: left !important;
    padding-left: 20px;
}

.CASS-JaiauHead-main .col-md-3.col-sm-4.col-xs-4 {
    width: 12.5%;
}

.CASS-JaiauHead-middle .CustomImageGalleryType_2 {
    justify-content: center;
}

.preview-content {
    margin-bottom: -6px;
}

.page-model-slogan {
    width: 45%;
    background: #f7e41e;
    color: #000;
    padding: 4%;
    position: absolute;
    bottom: -12%;
    left: -10%;
    transition-duration: 0.3s;
}

.product-detail h5 {
    margin-bottom: 1rem;
}

.text-models h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 80%;
    font-size: 20px;
    line-height: 32px;
}

.img-first {
    background-color: #000;
      padding-bottom: 1%;
}

  .bg-video {
    padding: 3%;
    background: #000;
    padding-top: 0;
}

.copy-company h6 {
    font-style: italic;
      font-weight: 600;
}

.copy-company {
    background-color: #000;
    color: #f7e41e;
    padding-bottom: 1%;
    text-align: center;
}

.marquee-content {
  display: flex;
  animation: scrolling 30s linear infinite;
}

.marquee {
    overflow: hidden;
}

.marquee-item {
  flex: 0 0 10vw;
  margin: 0 1vw;
/*   flex: 0 0 20vw; */
/*   margin: 0 2vw; */
}

@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translatex(-144vw); }
}

.marquee-item img {
    width: 100%;
}

.copy-company strong {
    font-weight: 900;
  font-family: "Squada One", sans-serif;
  font-size: 2em;
}

.CASS-A-main .text-models .btn-arr {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.img-about-two .text-about .arr-right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.CASS-A-main .text-models:hover .btn-arr {
    margin-left: -8px;
}
/******************responsive**********************/

@media screen and (min-width: 1900px) {
  
  
.navbar-default .navbar-nav>li>a,.dropdown-menu>li>a,
.CASS-E-main .form-control, .CASS-E-main button,
.footer-submenu li p, .product-detail li::marker {
    font-size: 20px;
}

h1 {
    font-size: 4.7em;
}

h2 {
    font-size: 4.2em;
}

h3 {
    font-size: 3.3em;
}

h4, .managerHeader {
    font-size: 2.9em;
}

h5 {
    font-size: 2.5em;
}

h6 {
    font-size: 2em;
}

p {
    font-size: 22px;
}

.footer h6, .CASS-E-main button::after  {
    font-size: 24px;
}

.text-highlight {
    font-size: 44px;
}

.arr-right {
    font-size: 34px;
}
.text-banner h1 {
    font-size: 7em;
    line-height: 114px;
}

span.text-big {
    font-size: 110px;
}

.btn-arr {    
    font-size: 28px;
}
  
  .icon-play {
    width: 55px;
  }
  
  p {
    line-height: 32px;
}
  
  .img-boat img {
    height: 950px;
}
  
  .text-about {
    bottom: 5%;
}
  
  .sect-about p {
    padding-right: 14%;
}
  
  .copy-right p {
    font-size: 20px;
}
  
  .sect-about {
    padding-top: 11%;
  }
  
  .about-two {
    padding-left: 10%;
    padding-top: 5%;
  }
  
  .CASS-E-main .form-control {
    height: 50px;
}
  
  .social-footer img {
    width: 45px !important;
}
  
  .pre-models {
    padding: 15px 20px;
}
  
  .ps-10 {
    padding-right: 15%;
}
  
  div#background686c8cab4b29ef0013187186 .callbacks li img {
    height: 570px !important;
  }
  
  .about-page {
    padding-right: 9%;
}
  
  .about-page-two {
    padding-left: 15%;
    padding-top: 5%;
    padding-right: 9%;
}

  .contact-page li {
    grid-template-columns: 42px auto;
}
  
  .contact-page {
    padding-top: 5%;
}
  
  .marquee-item {
    flex: 0 0 9vw;
  }
}

@media screen and (max-width: 1366px) {
  
  span.text-big {
    font-size: 90px;
  }
  
  h3 {
    font-size: 2.4em;
}
  
  .img-boat img {
    height: 715px;
  }
  
  .img-about {
    margin-bottom: -210px;
}
  
  .text-about {
    bottom: 5%;
    padding: 4%;
}

  .about-two p {
    padding-right: 0;
}
  
  .about-two {
    padding-left: 7%;
}
  
  h2 {
    font-size: 3.4em;
}

  .about-page {
    padding-right: 6%;
    padding-left: 0;
}
  
  .about-page p {
    padding-right: 0;
}
  
  .about-page-two {
    padding-left: 10%;
    padding-top: 5%;
    padding-right: 0;
}
  
  .contact-page li {
    grid-template-columns: 35px auto;
}
  
      #itopplus-nav-bar > li:nth-child(5) {
        flex: 1;
  }
  
  .text-highlight {
    font-size: 32px;
}
  
  .text-about h5 {
    font-size: 24px;
}
}

@media screen and (max-width: 1200px) {
  
  
h1 {
    font-size: 3.8em;
}

h2 {
    font-size: 3em;
}

h3 {
    font-size: 2.2em;
}

h4, .managerHeader {
    font-size: 2em;
}

h5, .text-about h5 {
    font-size: 1.8em;
}

h6 {
    font-size: 1.4em;
}

p {
    font-size: 16px;
}
  
      .img-boat img {
        height: 660px;
    }
  
      .img-about {
        margin-bottom: -195px;
    }
  
  .text-highlight {
    font-size: 32px;
}
  
  div#background686c8cab4b29ef0013187186 .callbacks li img {
    height: 425px !important;
  }
  
      #itopplus-nav-bar > li:nth-child(5) {
        flex: 0.7;
    }
  
  .text-models h6 {
    font-size: 18px;
}
  
  .page-model-slogan {
    width: 50%;
  }
  
  .pe-10 {
    padding-left: 6%;
}
  
  .text-about {
    bottom: 3%;
}
}

@media screen and (max-width: 900px) {
  
  .content-video video {
    height: 55vh !important;
}
  
  .text-banner h1 {
    font-size: 4em;
    line-height: 80px;
}
  
      span.text-big {
        font-size: 78px;
    }
  
  h1 {
    font-size: 36px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 25px;
}

h4, .managerHeader {
    font-size: 24px;
}

    h5, .text-about h5 {
        font-size: 20px;
    }

h6 {
    font-size: 18px;
}
  
  .sect-about p {
    padding-right: 4%;
}
  
      .img-about {
        margin-bottom: -130px;
    }
  
      .img-boat img {
        height: 520px;
    }
  
  .text-about {
     width: 60%;
        bottom: 7%;
        left: -40%;
}
  
  .img-about-two .text-about {
    right: -40%;
    left: unset;
    width: 60%;
    bottom: -5%;
}
  
  .text-about h5 {
    margin-bottom:0;
}
  
  br {
   display:none;
  }
  
  .text-highlight {
        font-size: 28px;
    }
  
  .arr-right {
    font-size: 26px;
}
  
      .about-two p {
        padding-right: 0;
    }
  
  .btn-arr {
    font-size: 20px;
}
  
  .CASS-E-main .col-md-6.col-sm-12 {
    padding-right: 0;
    width: 50%;
}
  
  .CASS-E-main button, .footer-submenu li p,
  .product-detail li::marker {
    font-size: 14px;
}
  
  .footer h6 {
    font-size: 18px;
}
  
  .social-footer img {
    width: 35px !important;
}
  
  .CASS-H-main .imgLightbox img {
    height: 20vh !important;
  }
  
  .pre-models h6 {
    font-size: 16px;
}
  
  .ps-10 {
    padding-right: 5%;
}
  
  .pe-10 {
    padding-left: 5%;
}
  
  .product-detail li p {
    margin-bottom: 0.25rem;
    font-size: 14px;
}
  
  .product-detail h6 {
    margin-bottom: 0;
}
  
      div#background686c8cab4b29ef0013187186 .callbacks li img {
        height: 350px !important;
    }
  
      .about-page {
        padding-top: 0;
  }
  
      .about-page-two {
        padding-left: 7%;
        padding-top: 0;
  }
  
  .about-page-two p {
    padding-right: 0;
}
  
  p {
    line-height: inherit;
}
  
  .sect-about p, .about-page p, .about-page-two p, 
  .about-two p {
    text-align: left;
}
  
  div#background686ba002e986bc00148f6c01 .col-md-4.col-sm-4.col-xs-6.col-sm-5fix {
    width: 20%;
}
  
      p {
        font-size: 15px;
    }
  
      .contact-page li {
        grid-template-columns: 30px auto;
    }
  
  .img-about-two .text-about span {
    display: inline-block;
}
  
  .ITPcheckboxAuthen {
    padding-left: 22px;
}
  
      .text-models h6 {
        font-size: 16px;
        line-height: 24px;
    }
  
  .page-model-slogan {
    left: -5%;
    width: 58%;
}
  
  .CASS-A-middle-mid, .CASS-B-middle-mid {
    align-items: start;
}

    .bg-video {
    padding: 5%;
          padding-top: 0;
  }
  
      .CASS-A-middle-mid, .CASS-B-middle-mid {
        align-items: center;
    }

  .arr-right {
    margin-top: -5px;
}
}

@media screen and (max-width: 480px) {
  
  
      .text-banner h1 {
        font-size: 2.6em;
        line-height: 64px;
    }
  
      span.text-big {
        font-size: 54px;
    }
  
  .sect-about, .about-two {
    margin-bottom: 10%;
    margin-top: 5%;
}
  
.sect-about, .about-two, .product-detail, .about-page,
  .about-page-two, .contact-page {
    padding: 0;
}
  
      .img-about {
        margin-bottom: -70px;
    }
  
      .img-boat img {
        height: 300px;
    }
  
      .text-about {
        width: 90%;
        padding: 5%;
        z-index: 2;
        left: -15px;
        bottom: -20%;
    }
  
      .text-about h5 {
        margin-bottom: 0;
    }
  
  .text-highlight {
        font-size: 22px;
    }
  
  div#mainmenu686b71a1f7bc1500135d3c17 .none-middle-mid {
    display: flex;
    flex-wrap: wrap-reverse;
}
  
  div#mainmenu686b71a1f7bc1500135d3c17 .none-middle-mid .none-middle-mid {
    display: block;
}
  
  .img-about-two .text-about {
        right: -15px;
        left: unset;
}
  
  .text-about h5 {
    font-size: 18px;
}
  
      .sect-about p {
        padding-right: 0;
    }
  
  .sect-slogan {
    padding-bottom: 12%;
    padding-top: 30%;
}
  
  .pt-5.sect-models {
    padding-top: 12%;
}
  
      h2 {
        font-size: 30px;
    }
  
.text-models {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 5%;
}
  
  .CASS-A-middle-mid {
    display: block;
}
  
  .CASS-B-middle-mid {
    flex-wrap: wrap-reverse;
}
  
  .sect-models, .contact-page h6 {
    margin-bottom: 0;
}
  
      h3 {
        font-size: 24px;
    }
  
  .sect-models h2 {
    font-size: 26px;
    margin-bottom: 3%;
}
  
  .CASS-D-main .owl-nav button.owl-prev {
    left: 0 !important;
  }
  
  .CASS-D-main .owl-nav button.owl-next {
    right: 0 !important;
}
  
  .CASS-E-main .col-md-6.col-sm-12 {
    width: 100%;
}
  
  div#form686b83633199950013f10e8a,
  .contentInlineMobile, div#form686ba3418e8f97001368b02d,
  div#imagesControl686ba002e986bc00148f6c01 {
    padding: 0 !important;
}
  
  .form-head-first h4 {
    margin-bottom: 2%;
    font-size: 20px;
}
  
  .CASS-E-main .form-control {
    font-size: 14px;
    margin-bottom: 1rem;
}
  
  .footer h6 {
    margin-bottom: 2%;
}
  
  .bottom-footer {
    display: block;
    text-align: center;
    padding: 6% 0;
}
  
  .social-footer {
    justify-content: center;
}
  
  .social-footer {
    display: none;
}
  
  .CASS-H-border, .CASS-GrayBackground-border {
    margin: -10px;
}
  
      .CASS-H-main .imgLightbox img {
        height: 20vh !important;
    }
  
  .template1 {
    grid-template-columns: repeat(1, 1fr);
}
  
  div#Contentmanager .Contenemanager-gallery,
  .CASS-GrayBackground-main .CustomImageGalleryType_2{
    column-count: 2;
  }
  
  div#Contentmanager .col-md-12.text-justify {
    padding: 0 4%;
}
  
  .detail-models h6, .product-detail {
    margin-bottom: 8%;
}
  
  .mb-10 {
    margin-bottom: 0;
}
  
  .ps-10 {
        padding-right: 0;
    }
  
      .pe-10 {
        padding-left: 0;
    }
  
  .CASS-JaikothaiHead-border .pt-5 {
    display: none;
}
  
  .CASS-B-main .thumbs , .CASS-A-main .thumbs {
    margin-bottom: 10px;
}
  
      .product-detail li p {
        margin-bottom: 0.5rem;
  }
  
      .product-detail h6 {
        margin-bottom: 1rem;
    }
  
  .pass-order {
    grid-template-columns: repeat(1, 1fr);
}
  
  .pass-order ol {
    margin: 0;
}
  
      div#background686c8cab4b29ef0013187186 .callbacks li img {
        height: auto !important;
    }
  
  .CASS-JaikothaiHead-border, .CASS-BlackHead-border {
    margin: -10px;
}
  
    .ITPcookiebar {
    padding: 3% 2%;
    display: flex !important;
}
  
  .ITPcookieLeftText {
    /* color: white; */
    float: unset !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
}
  
  .ITPcookieButton {
    float: unset !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}
  
   .ITPcookieLeftText span {
    font-size: 12px;
}
  
  .form-head-first {
    margin-top: 5%;
}

     .ITPcheckboxAuthen {
        padding-left: 15px;
        font-size: 14px;
    }
  
  div#selectbox7 {
    height: 45px;
}
  
  .sect-slogan h4, .product-detail h4 {
    font-size: 22px;
}
  
  .product-detail, .about-page, .about-page-two {
    margin-bottom: 10%;
}
  
  .head-page h3 {
    font-size: 30px;
}
  
  .sect-models h5 {
    margin-bottom: 3%;
    font-size: 22px;
}
  
  .sect-models h4 {
    margin-bottom: 5%;
}
  
  .itopplus-bg3 {
    background-attachment: unset;
}
  
  .img-about-two .text-about {
    bottom: 7%;
}
  
      .text-models h6 {
        font-size: 14px;
        line-height: 22px;
        width: 100%;
        -webkit-line-clamp: 3;
    }
  
      .page-model-slogan {
        left: -3%;
        width: 80%;
        bottom: 45px;
        padding: 4% 3%;
        position: relative;
        margin-bottom: -20px;
    }
  
  .page-model-slogan h6 {
    font-size: 16px;
}
  
  .CASS-GrayBackground-main .CustomImageGalleryType_2 {
    gap: 0;
}
  
  .CASS-JaiauHead-main .col-md-3.col-sm-4.col-xs-12 {
    width: 33.33%;
}

      .content-video video {
        height: auto !important;
    }

  
  .space-about {
    padding: 17%;
}
  
      .img-about-two .text-about {
        bottom: unset;
        top: -5%;
       width: 75%;
    }
  
      .arr-right {
        font-size: 22px;
        margin-top: -15px;
    }
  
  .about-two {
    margin-bottom: 15%;
}
  
  .copy-company {
    padding-top: 5px;
}
  
  .marquee-item {
    flex: 0 0 14vw;
    margin: 0 2vw;
  }
  
  .copy-company strong {
    font-size: 1.8em;
}
  
  .CASS-A-middle-mid, .CASS-B-middle-mid {
        align-items: start;
    }
  
  .CASS-A-main .text-models .btn-arr,
  .img-about-two .text-about .arr-right{
    -webkit-transform: inherit;
    transform: inherit;
}
  
  .CASS-A-main .text-models:hover .btn-arr {
    margin-left: 8px;
}
}




