.swf {
    width: 100%;
    color: #ffe49e;
    position: relative;
}
.swf .swf-form {
    max-width: 506px;
    width: 100%;
    padding: 0 0 1rem 0;
    background: url(../img/bg-form.webp) top center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.swf .swf-header {
    background: url(../img/sunwin-dangky.png) no-repeat top center;
    position: relative;
    text-decoration: none;
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
    color: #f7dca9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: -9999px;
}
.swf form {
    width: 75%;
    margin: 0 auto;
}
.swf .instyle {
    background: linear-gradient(to bottom, #ffecd4 0, #553418 30%, #fee9b9 50%, #553418 70%, #fffcc3 100%);
    border-radius: 15px;
    overflow: hidden;
    padding: 1.5px;
}
.swf .form-control {
    height: 48px;
    background: #000 !important;
    border: none !important;
    outline: 0 !important;
    margin: 0 auto;
    padding-right: 45px;
    padding-left: 45px;
    font-size: 14px;
    color: #ffcc7e !important;
    border-radius: 15px;
    text-align: center;
}
.swf .form-group {
    position: relative;
    margin-bottom: 15px;
}
.swf .form-group>i {
    position: absolute;
    left: 15px;
    top: 0;
    display: inline-block;
    cursor: pointer;
    height: 48px;
    width: 25px;
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b8b8b;
}
.swf .form-group>i.icon-prepend {
    right: 15px;
    left: auto;
}
.swf .recaptcha-input {
    display: flex;
    justify-content: space-between;
}
.swf .recaptcha-input>div {
    width: 48%;
}
.swf .recaptcha-input>div input {
    padding: 0 5px;
}
.swf .recaptcha-input .capcha_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.swf .recaptcha-input .capcha_box .recaptcha-bg {
    width: calc(100% - 35px);
    height: calc(100% - 3px);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
}

.swf .recaptcha-input .capcha_box .capcha_icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    cursor: pointer;
    transition: .5s all ease-in-out;
}
.swf .recaptcha-input .capcha_box .capcha_icon.active {
    transform: rotate(180deg);
}
.swf .recaptcha-input .capcha_box .capcha_icon i {
    background: linear-gradient(to bottom, #fff 0, #fff6bc 50%, #ffd562 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.swf .btnsubmit {
    background: url(../img/sunwin-btn-dangky.png) no-repeat center center;
    text-indent: -9999px;
    outline: none;
    border: none;
    padding: 0;
    margin: 0 auto;
    width: 230px;
    height: 51px;
    display: block;
}
.swf .swf-actions {
    text-align: center;
    max-width: 506px;
    width: 100%;
    margin: 0 auto;
}
.swf .swf-actions .playonweb {
    display: block;
    max-width: 320px;
    margin: 30px auto;
}
.swf .swf-actions .playonweb img{
    margin-bottom: 0;
}
.swf .bn-left, .swf .bn-right {
    position: absolute;
    top: 10px;
    max-width: 233px;
    z-index: 1;
}
.swf .bn-left {
    left: 0;
}
.swf .bn-right {
    right: 0;
}
.swf .bn-left img, .swf .bn-right img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
.swf .bn-right .slide-item {
    border: 1.5px solid #fff;
    border-radius: 10px;
}
.swf .swf-support {
    margin: 15px 0 0;
    list-style: none;
}
.swf .swf-support li {
    margin-bottom: 10px;
    margin-left: 0;
}
.swf .swf-support li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
  .swf .bn-left, .swf .bn-right {
      max-width: 200px;
  }
}
@media (max-width: 1018px) {
    .swf .bn-left, .swf .bn-right {
        display: none;
    }
}