/* CSS Document */
/*//////////////////////////////////////*/
/*//////// Important Navigation ////////*/
/*//////////////////////////////////////*/
#navContainer {
  background: url(/images/background_top-nav-carryboy.png) no-repeat center top !important; /*	height:100px;*/
}
.SloganCB {
  color: #ffffff !important;
}
.LinkAbout a {
  color: #ffffff !important;
}
.LinkAbout a:hover {
  color: #ffff00 !important;
}
#mainProd li a {
  color: #ffffff !important;
}
#mainProd li:hover a {
  color: #ffffff !important;
  background: #0e7faa !important;
}
#mainProd li:hover div a {
  color: #00324f !important;
  background: url(https://carryboy.com/navigator/background_transparency.png) no-repeat center top !important;
}
#mainProd li:hover div a:hover {
  color: #cf0d02 !important;
}
.titleSub {
  color: #0e7faa !important;
}
.dropdown_WWW {
  color: #00324f !important;
}
#navWWW li a {
  color: #00324f !important;
}
#navWWW li:hover div a:hover {
  color: #cf0d02 !important;
}
/*//////////////////////////////////////*/
/*///// End Important Navigation ///////*/
/*//////////////////////////////////////*/
body {
  background: url(/images/background_mountain-blue.jpg) no-repeat center bottom fixed;
  -webkit-background-size: 2008px 1014px;
  -moz-background-size: 2008px 1014px;
  -o-background-size: 2008px 1014px;
  background-size: 2008px 1014px;
  -webkit-margin-start: -1px;
}
/*(Top) - -webkit-margin-before
(Right) - -webkit-margin-end
(Bottom) - -webkit-margin-after
(Left) - -webkit-margin-start*/
img {
  border-bottom: 0px;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
}
/*//////////////////////////////////*/
/*//////////// All Fonts ///////////*/
/*//////////////////////////////////*/
#fontStyleTH {
  width: auto;
  height: auto;
  font-family: ThaiSansLite;
  line-height: 24px;
  font-size: 22px;
  letter-spacing: 0.3px;
  color: #00324f;
}
#fontStyle h1 {
  font-family: HelveticaNeueW01-45Light;
  font-weight: normal;
  letter-spacing: 1px;
}
#fontStyle h2 {
  font-family: HelveticaNeueW01-45Light;
  font-weight: normal;
  padding-top: 10px;
}
#fontStyle h3 {
  font-family: HelveticaNeueW01-45Light;
  font-weight: normal;
}
#fontStyle h4 {
  font-family: HelveticaNeueW01-45Light;
  font-weight: normal;
}
#fontStyle h5 {
  font-family: HelveticaNeueW01-45Light;
  font-weight: normal;
}
#fontStyle h6 {
  font-family: HelveticaNeueW01-45Light;
  font-weight: normal;
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL'0, 'wght'400, 'GRAD'0, 'opsz'24;
  font-size: 26px;
  vertical-align: text-top;
  color: #ffffff;
}
/*///////////////////////////////*/
/*///////////////////////////////*/
#fontStyleColor a:link {
  color: #0088cc; /* unvisited link */
  text-decoration: none;
}
#fontStyleColor a:visited {
  color: #0088cc; /* visited link */
}
#fontStyleColor a:hover {
  color: #0088cc; /* mouse over link */
  text-decoration: underline;
}
#fontStyleColor a:active {
  color: #0088cc; /* selected link */
}
/*//////////////////////////////////////*/
/*///////// All Top Slide Show /////////*/
/*//////////////////////////////////////*/
.break {
  clear: both;
}
/* HEADER */
#headerTOPSHOW {
  height: 535px;
}
.headerTOPSHOWimg {
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 535px;
  position: absolute;
}
#DescriptionTOPSHOW {
  padding-top: 13px;
  width: 600px;
  height: 30px;
  float: left;
  text-shadow: 1px 1px 2px black;
  display: block; /*	font-size:18px;*/
}
/* CONTROLS */
.btn {
  height: 50px;
  width: 44px;
  float: left;
  cursor: pointer;
}
#backTOPSHOW {
  background-image: url("../images/btn_circle-back.png");
  background-position: center;
}
#nextTOPSHOW {
  background-image: url("../images/btn_circle-next.png");
  background-position: center;
}
#controlTOPSHOW {
  background-image: url("../images/btn_circle-pause.png");
  background-position: center;
}
/* HEADER HAVIGATION */
#headerTOPSHOWnav-outer {
  position: relative;
  top: 460px;
  margin: 0 auto;
  width: 950px;
  /*	z-index:99998;*/
}
#headerTOPSHOWnav {
  /*	padding-left:0px;*/
} /*//////////////////////////////////////*/
/*//////// All Middle Slide Show ///////*/
/*//////////////////////////////////////*/
.break {
  clear: both;
}
/* HEADER */
#headerMIDDLESHOW {
  height: 535px;
}
.headerMIDDLESHOWimg {
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 535px;
  position: absolute;
}
#DescriptionMIDDLESHOW {
  padding-top: 13px;
  width: 600px;
  height: 30px;
  float: left;
  display: block; /*	font-size:18px;*/
}
/* CONTROLS */
.btn {
  height: 50px;
  width: 44px;
  float: left;
  cursor: pointer;
}
#backMIDDLESHOW {
  background-image: url("../images/btn_circle-back.png");
  background-position: center;
}
#nextMIDDLESHOW {
  background-image: url("../images/btn_circle-next.png");
  background-position: center;
}
#controlMIDDLESHOW {
  background-image: url("../images/btn_circle-pause.png");
  background-position: center;
}
/* HEADER HAVIGATION */
#headerMIDDLESHOWnav-outer {
  position: relative;
  top: 460px;
  margin: 0 auto;
  width: 950px;
  /*	z-index:99998;*/
}
#headerMIDDLESHOWnav {
  /*	padding-left:0px;*/
}
/*//////////////////////////////////////*/
/*//////// All Below Slide Show ////////*/
/*//////////////////////////////////////*/
.break {
  clear: both;
}
/* HEADER */
#headerBELOWSHOW {
  height: 535px;
}
.headerBELOWSHOWimg {
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 535px;
  position: absolute;
}
#DescriptionBELOWSHOW {
  padding-top: 13px;
  width: 600px;
  height: 30px;
  float: left;
  display: block; /*	font-size:18px;*/
}
/* CONTROLS */
.btn {
  height: 50px;
  width: 44px;
  float: left;
  cursor: pointer;
}
#backBELOWSHOW {
  background-image: url("../images/btn_circle-back.png");
  background-position: center;
}
#nextBELOWSHOW {
  background-image: url("../images/btn_circle-next.png");
  background-position: center;
}
#controlBELOWSHOW {
  background-image: url("../images/btn_circle-pause.png");
  background-position: center;
}
/* HEADER HAVIGATION */
#headerBELOWSHOWnav-outer {
  position: relative;
  top: 460px;
  margin: 0 auto;
  width: 950px;
  /*	z-index:99998;*/
}
#headerBELOWSHOWnav {
  /*	padding-left:0px;*/
}
/*/////////////////////////////////////*/
/*/////////////////////////////////////*/
.HeadProductLines {
  background: url(http://www.carryboy.co.th/images/background_head-product-lines.png) no-repeat center top !important;
  color: #ffffff;
}
.ProductLines {
  background: url(http://www.carryboy.co.th/images/background_product-lines.png) no-repeat center top !important;
  color: #00324f;
}
.ProductLines a:link {
  color: #00324f;
  text-decoration: none;
}
.ProductLines a:active {
  color: #00324f;
  text-decoration: none;
}
.ProductLines a:visited {
  color: #00324f;
  text-decoration: none;
}
.ProductLines a:hover {
  color: #ff0000;
  text-decoration: underline;
}
.HeadColor {
  color: #2198dc;
}
/*///////////////////////////////////*/
/*//////// Download Brochure ////////*/
/*///////////////////////////////////*/
.downL {
  float: left;
  width: 128px;
  margin: 20px 0 0 0;
}
.downColor {
  color: #2198dc;
}
/*///////////////////////////////////*/
/*///////////// Footer //////////////*/
/*///////////////////////////////////*/
#fontFooter {
  width: auto;
  height: auto;
  font-family: ThaiSansLite;
  line-height: 24px;
  font-size: 22px;
  letter-spacing: 0.3px;
  color: #00324f;
}
#fontFooter a:link {
  color: #00bff3; /* unvisited link */
  text-decoration: none;
}
#fontFooter a:visited {
  color: #00bff3; /* visited link */
}
#fontFooter a:hover {
  color: #ff0000; /* mouse over link */
  text-decoration: underline;
}
#fontFooter a:active {
  color: #00bff3; /* selected link */
}
/*////////// Cookie Link //////////*/
.cookie-load a:link {
  color: #00bff3; /* unvisited link */
  text-decoration: none;
}
.cookie-load a:visited {
  color: #00bff3; /* visited link */
}
.cookie-load a:hover {
  color: #ff0000; /* mouse over link */
  text-decoration: underline;
}
.cookie-load a:active {
  color: #00bff3; /* selected link */
}
/*/////////////////////////////*/
/*/////////// Zoom ////////////*/
/*/////////////////////////////*/
.zoom {
  float: left;
  overflow: hidden;
}
.zoom img {
  transform: scale(1);
  transition: transform 1s, opacity 1s;
}
.zoom:hover img {
  opacity: 1;
  transform: scale(1.09);
}
.text {
  position: relative;
}
.text-short {
  position: absolute;
  width: 100%;
  font-size: 12px !important;
}
/*///////////////////////////////////*/
/*///////////////////////////////////*/
/*///////////////////////////////////*/
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
#toTop {
  display: none;
  text-decoration: none;
  margin-right: 80px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: none;
  text-indent: 100%;
  background: url(../images/ui_totop.png) no-repeat left top;
  z-index: 999999;
}
#toTopHover {
  background: url(../images/ui_totop.png) no-repeat left -100px;
  width: 100px;
  height: 100px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
  outline: none;
}