/* section view */
section{
	position: relative;
}
.icon {
  display: flex;
  align-items: center;
}
.warp-all-menu .icon img{
	width:55px;
	height: 55px;
}
.icon-web img{
	width:55px;
	height: 55px;
}
.text-view {
  margin-left: 10px;
  font-size: 25px;
}

.show-all {
  display: flex;
}
.left {
  width: 50%;
}
.show-all {
  margin-top: 65px;
}
.right {
  width: 50%;
}
.text-logo {
  font-size: 50px;
}
.button-logo {
  display: flex;
}
.dowload-app img {
  width: 30%;
}
.dowload-app {
  width: 143px;
  display: flex;
  margin-top: 20px;
  background-color: #000;
  margin-right: 10px;
  border-radius: 8px;
  padding: 4px 10px;
  color: #fff;
  align-items: center;
}
.text-ios {
  margin-left: 8px;
}
.text-mini {
  font-size: 10px;
}
.text-show {
  font-family: GoogleSans Bold, Arial, sans-serif;
}
.text {
  margin-left: 8px;
}
/* end */

/* benefit  */
.text-des {
  color: #666666;
  font-size: 14px;
}
.title {
font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 28px;
  text-align: center;
}
.benefit {
  margin-top: 100px;
  position: relative;
}
.warp-item-benefit {
  margin-top: 55px;
}
.item-benefit {
  display: flex;
  margin: 56px 0;
}
.img-benefit img {
  width: 65%;
}
.text-benefit.left {
  text-align: left;
  width: 50%;
  padding-left: 40px;
  margin-top: 200px;
}
.img-benefit {
  width: 50%;
  display: flex;
  justify-content: center;
}
.item-title {
  font-family: GoogleSans Bold, Arial, sans-serif;
  margin-bottom: 10px;
}
.text-benefit.right {
  text-align: right;
  padding-right: 40px;
  width: 50%;
  margin-top: 200px;
}
/* end  */

/* function */

.function {
  margin: 60px 0;
}
.item-change {
  border: #96d58a 1px solid !important;
}
.item {
  display: flex;
  width: 32%;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5px;
  padding: 10px 55px;
  border: #66afff 1px solid;
  border-radius: 10px;
  height: 165px;
}
.warp-item-function {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
.icon-func {
  width: 100%;
  text-align: center;
}
.text-func {
  width: 100%;
  text-align: center;
  margin-top: 12px;
  font-family: GoogleSans Bold, Arial, sans-serif;
}
.icon-func img {
  width: 50px;
}
/* end */
/* section question  */

.number-ques.title {
  text-align: left;
  font-size: 17px;
  cursor: pointer;
  background-color: #fff;
  margin: 10px 0;
  padding: 10px 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  height: 60px;
  align-items: center;
  margin-bottom: -20px;
  font-family: unset;
}

.question a {
  color: #000;
}
.answer {
  display: none;
}
.number-lists {
  margin: 0 auto;
  margin-top: 30px;
}
.faq {
  margin-top: 40px;
  background: url(/sites/library/images/golf/bg-faq.webp) no-repeat center;
  background-size: cover;
  height: 470px;
  position: relative;
}

/* end  */
/* section dowload-app */
.icon-web img {
  margin: 0 auto;
  display: block;
}
.dowload-app-end .text-view {
  text-align: center;
}
.dowload-app-end .text-des {
  text-align: center;
}
.dowload-app-end .button-logo {
  display: flex;
  justify-content: center;
}
.dowload-app-end {
  margin: 40px auto;
  position:relative;
}

.dowload-app a {
  color: #fff;
}
.green {
  color: #50b83c;
}
/* end */

@media (max-width: 979px) {
  .view {
    margin-top: -38px;
  }
  .show-all {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .left {
    width: 100%;
  }
  .right {
    width: 100%;
    margin-bottom: 30px;
  }
  .img-benefit {
    width: 100%;
  }
  .item-benefit {
    flex-wrap: wrap;
  }
  .text-benefit.left {
    width: 100%;
    margin-top: 50px;
    padding-left: 0;
  }
  .item-benefit:nth-child(2n) {
    flex-wrap: wrap-reverse;
  }
  .text-benefit.right {
    width: 100%;
    margin-top: 50px;
    text-align: left;
  }
  .item {
    width: 100%;
  }
}
/*#region menu */

.sub-list-item {
  position: absolute;
  width: 216px;
  background-color: #fff;
  border-radius: 4px;
  top: 43px;
  height: 238px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: none;
}
.item-menu.sub-product {
  color: #fff;
  cursor: pointer;
  padding: 13px 12px;
  position: relative;
}
.item-menu.sub-product:hover .sub-list-item {
  display: block;
}
.stickyCss .item-menu.sub-product {
  color: #000;
}
.arrow {
  border: solid #fff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  margin: 0 0 2px 2px;
  display: inline-block;
  opacity: 0.5;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.stickyCss .arrow {
  border: solid #000;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  margin: 0 0 2px 2px;
  display: inline-block;
  opacity: 0.5;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.sub-list-item a {
  color: #000;
}
.sub-list-item .item {
  margin: 14px 7px;
}
.sub-list-item a:hover {
  opacity: 0.5;
}

.stickyCss .item-menu a {
  color: #000;
}
.stickyCss .logo-a {
  display: none;
}
.logo-sticky {
  display: none;
}
.stickyCss .logo-sticky {
  display: block;
  width: 170px;
}
.stickyCss .item-menu.active a {
  background-color: #1877f1;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
}
#sticky-menu {
  display: none;
  position: absolute;
  width: 100%;
  transition: top 0.1s;
  z-index: 99;
}
.stickyCss {
  position: fixed !important;
  background: #fff;
  display: flex !important;
  align-items: center;
  padding: 10px 0;
  top: 0;
  box-shadow: 3px 7px 6px -5px #c9c4c4;
  z-index: 99999 !important;
}
.warp-all-menu {
  display: flex;
  width: 1038px;
}
.item-menu .sub-list-item a {
  color: #000;
}
.logo-menu {
  width: 30%;
}
.warp-item-menu {
  width: 70%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.item-menu a {
  color: #fff;
  margin: 0 13px;
}
.item-menu.active {
  font-family: GoogleSans Bold, Arial, sans-serif;
}
.warp-item-menu .dowload-app {
  margin-top: 0px;
}

.logo-menu {
  display: flex;
}
@media screen and (max-width: 979px) {
  .warp-all-menu {
    width: 100%;
    margin-top: 15px;
  }
  .stickyCss .warp-all-menu {
    margin-top: 0;
  }
  .warp-item-menu {
    display: none;
  }
  .logo-menu {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
/*#endregion */

/* background */
.background-blur {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  filter: blur(8px);
  -webkit-filter: blur(250px);
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
}
.background-1 {
  background: url(/sites/library/images/golf/img-bg.webp) no-repeat center;
}
.background-2 {
  background: url(/sites/library/images/golf/bg-2.webp) no-repeat center;
  top: 1300px;
  height: 1366px;
  left: -255px;
}
.background-3 {
  background: url(/sites/library/images/golf/bg-3.webp) no-repeat center;
  height: 1366px;
  bottom: 600px;
  right: -138px;
}
.background-4 {
  background: url(/sites/library/images/golf/bg-4.webp) no-repeat center;
  height: 1366px;
  bottom: -98px;
  left: -278px;
}
.view {
  z-index: 9999;
  position: relative;
}
/* end */
/* video */
.hp-experience-item {
  padding-top: 60px;
}

.hp-ei-title-item {
  font-family: GoogleSans Bold, Arial, sans-serif;
  font-size: 28px;
  color: #245ba3;
  text-align: center;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.hp-ei-video-item {
  display: flex;
  justify-content: center;
}

.hp-ei-content-video-item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hp-ei-content-video-item:hover .hp-ei-image-item {
  opacity: 0.85;
  transition: all 0.15s 0.15s linear;
}

.hp-ei-content-video-item:hover .hp-ei-icon-item {
  opacity: 1;
  transform: scale(1.2);
  transition: all 0.15s 0.15s linear;
}

.hp-ei-image-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.hp-ei-image-item img {
  margin: 0 auto;
}

.hp-ei-icon-item {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 1px 5px 1px #ddd;
}

.hp-ei-icon-item img {
  margin: 0 auto;
  width: 60px;
  height: 60px;
}

/*end  */
