/* ========== custom s ========== */

/*header s*/

header .search-box {}

header .search-box .form-control {
    width: calc(100% - 67px);
    float: left;
    border-radius: 4px 0 0 4px;
}

header .search-box button {
    height: 45px;
    text-align: center;
    float: left;
    border-radius: 0 4px 4px 0;
}

/*header e*/

/*navbar s*/

.navbar-default {
    background-color: #6b9ed2;
    border: none;
    border-radius: 0;
}

.navbar-nav > li > span {
    line-height: 20px;
}

.nav > li > span {
    position: relative;
    display: block;
    padding: 15px 15px;
}

.navbar-sub > li > span {
    color: #777;
    padding: 10px 15px;
}

.navbar-default .navbar-main {
    width: 100%;
}

.navbar-default .navbar-main > li {
    position: relative;
    width: calc(100% / 7);
}

.navbar-default .navbar-main > li > a,
.navbar-default .navbar-main > li > span {
    display: block;
    text-align: center;
    color: #fff;
}

.navbar-default .navbar-main > li > a > span,
.navbar-default .navbar-main > li > span > em {
    display: block;
    font-style: normal;
}

.navbar-default .navbar-main > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    border-left: 1px dotted #fff;
    z-index: 99;
}

.navbar-default .navbar-main > li:last-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    border-left: 1px dotted #fff;
    z-index: 99;
}

.navbar-default .navbar-main > li > a:focus,
.navbar-default .navbar-main > li > a:hover,
.navbar-default .navbar-main > li > span:focus,
.navbar-default .navbar-main > li > span:hover {
    color: #fff;
    background-color: #4688cc;
}

.navbar-default .navbar-main > .active > a,
.navbar-default .navbar-main > .active > a:focus,
.navbar-default .navbar-main > .active > a:hover,
.navbar-default .navbar-main > .active > span,
.navbar-default .navbar-main > .active > span:focus,
.navbar-default .navbar-main > .active > span:hover {
    color: #fff;
    background-color: #4688cc;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > span,
.navbar-default .navbar-nav > .open > span:focus,
.navbar-default .navbar-nav > .open > span:hover {
    color: #fff;
    background-color: #4688cc;
}

.dropdown-menu {
    background-color: #fff;
}

.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

/*navbar e*/

/*keyword s*/

.keyword-list > li > a > span {
    display: block;
    font-size: 10px;
    padding: 2px 3px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.keyword-list > li:nth-of-type(odd) > a > span {
    color: #ff80c0;
}

.keyword-list > li:nth-of-type(even) > a > span {
    color: #6b9ed2;
}

.keyword-list > li > a:hover > span {
    background: #fafafa;
}

/*keyword e*/

/*side-content s*/

/*side-content e*/

/*main-content s*/

.angle-right-left > li::before,
.angle-right-right > li::after {
    color: deeppink;
}

/*main-content e*/

/*detail s*/

/*slide-main s*/

.slide-main .slick-prev {
    left: 25px;
    z-index: 1;
}

.slide-main .slick-next {
    right: 25px;
    z-index: 1;
}

.slide-main .slick-dots {
    position: relative;
    top: 10px;
    display: block;
    width: calc(100% + 10px);
    float: left;
    margin-left: -5px;
    margin-right: -5px;
}

.slide-main .slick-dots li {
    width: 20%;
    height: 116px;
    margin: 0;
    padding: 0 5px;
    float: left;
}

.slide-main .slick-dots li button {
    width: 100%;
    height: 106px;
    float: left;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.slide-main .slick-dots li button:before {
    display: none;
}

.slide-main .slick-dots li button.thumbnail img {
    width: 100%;
    height: auto;
    opacity: 0.8;
    margin-top: -10%;
}

.slide-main .slick-dots li button.thumbnail img {
    opacity: 0.6;
}

.slide-main .slick-dots li button.thumbnail:hover img,
.slide-main .slick-dots .slick-active .thumbnail img {
    opacity: 1;
}

/*slide-main e*/

.modal-dialog {
    margin-top: 100px;
}

/*detail e*/

/*policy s*/

.guide-step .left-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 80px;
}

.guide-step .left-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 0;
    height: 0;
    border-width: 30px 40px 0;
    border-style: solid;
    border-color: #6b9ed2 transparent transparent;
}

.guide-step:last-child .left-box:after {
    display: none;
}

.triangle_border_up span {
    display: block;
    width: 0;
    height: 0;
    border-width: 0 28px 28px;
    border-style: solid;
    border-color: transparent transparent #fc0;
    position: absolute;
    top: 0px;
    left: 0px;
}

.guide-step .main-box {
    margin-left: 80px;
}

.pay-step .left-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
}

.pay-step .main-box {
    margin-left: 100px;
}

.distribution-step .column .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    width: 15px;
    height: 10px;
    background: #6b9ed2;
}

.distribution-step .column .arrow:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -18px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #6b9ed2;
}

/*policy e*/

/*blog s*/

.blog-slider .slick-slide {
    margin: 0;
}

.blog-slider .slick-slide img {
    width: 100%;
}

.blog-slider .slick-prev {
    left: 150px;
    z-index: 1;
}

.blog-slider .slick-next {
    right: 150px;
    z-index: 1;
}

.blog-slider .slick-prev:before,
.blog-slider .slick-next:before {
    color: black;
}

.blog-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.blog-slider .slick-active {
    opacity: .5;
}

.blog-slider .slick-current {
    opacity: 1;
}

.blog-slider .slick-slide:not(.slick-center) {
    transform: scale(0.8);
    opacity: 0.5;
}

.through-right {
    text-align: left !important;
}

.list-style-01 .column:nth-of-type(1),
.list-style-01 .column:nth-of-type(2) {
    width: 50%;
}

.blog-content img {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: 20px 0;
}

/*blog e*/

/*shopping-cart s*/
.step-box {}

.step-box .step-list {
    position: relative;
}

.step-box .step-list.active {
	color: #fff;
	background: #6b9ed2;
}

.step-box .step-list:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -31px;
    width: 0;
    height: 0;
    border: 21px solid transparent;
    border-left: 10px solid #ddd;
}

.step-box .step-list.active:before {
	border: 21px solid transparent;
	border-left: 10px solid #fff;
}

.step-box .step-list:after {
    content: "";
    position: absolute;
    top: 0;
    right: -29px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left: 10px solid #fff;
}

.step-box .step-list.active:after {
	border: 20px solid transparent;
	border-left: 10px solid #6b9ed2;
}

.step-box .step-list.last:before,
.step-box .step-list.last:after {
    display: none;
}

/*shopping-cart e*/

/* ========== custom e ========== */

/* ========== responsive s ========== */

@media (max-width: 1199px) {
    .navbar-default .navbar-main > li {
        position: relative;
        width: auto;
    }

    .navbar-default .navbar-main > li > a,
    .navbar-default .navbar-main > li > span {
        padding: 15px 20px;
    }
}

@media (max-width: 991px) {
    .navbar-default .navbar-main > li > a,
    .navbar-default .navbar-main > li > span {
        padding: 15px 15px;
    }

    .slide-main .slick-dots {
        margin-bottom: 30px;
    }

    .slide-main .slick-dots li {
        width: 20px !important;
        height: 20px !important;
        float: none !important;
        margin: 0 5px !important;
        padding: 0 !important;
        cursor: pointer;
    }

    .slide-main .slick-dots li button:before {
        display: block;
    }

    .slide-main .slick-dots li button.thumbnail img {
        display: none;
    }

    .slide-main .slick-dots li button {
        width: 20px;
        height: 20px;
        padding: 5px;
    }

    .distribution-step .column {
        margin-bottom: 20px;
    }

    .distribution-step .column:nth-of-type(3) .arrow {
        position: absolute;
        top: 20%;
        left: -130px;
        width: 6px;
        height: 250px;
        background: #6b9ed2;
        transform: rotate(85deg);
    }

    .distribution-step .column:nth-of-type(3) .arrow:after {
        content: "";
        position: absolute;
        top: calc(100% - 1px);
        left: -5px;
        width: 0;
        height: 0;
        border-width: 8px;
        border-style: solid;
        border-color: #6b9ed2 transparent transparent;
    }

    .through-right {
        border-bottom: 1px solid #ddd;
    }

    .through-right:before,
    .through-right:after {
        display: none !important;
    }
}

@media (max-width: 767px) {
    header .list {
        width: 100%;
    }

    header .list > li {
        width: calc(100% / 4);
    }

    .navbar {
        /*min-height: auto;*/
    }

    .navbar-main {
        margin: 0;
    }

    .navbar-default .navbar-main > li {
        width: calc(100% / 5);
        float: left;
    }

    .navbar-default .navbar-main > li > a,
    .navbar-default .navbar-main > li > span {
        width: 100%;
        float: left;
        font-size: 10px;
        padding: 10px 0;
    }

    .navbar-default .navbar-main > li > a:focus,
    .navbar-default .navbar-main > li > a:hover,
    .navbar-default .navbar-main > li > span:focus,
    .navbar-default .navbar-main > li > span:hover {
        width: 100%;
        float: left;
    }

    .navbar-default .navbar-main > li:before {
        top: 0;
        height: 100%;
    }

    .navbar-default .navbar-main > li:nth-of-type(2):before {
        /*display: none;*/
    }

    .navbar-default .navbar-main > li:last-child:after {
        display: none;
    }

    .navbar-main .open .dropdown-menu {
        position: absolute;
        float: left;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    }

    .navbar-default .navbar-main .dropdown:nth-last-of-type(1).open .dropdown-menu {
        left: calc(100% - 160px);
    }
}

@media (max-width: 479px) {
    .distribution-step .column {
        margin-bottom: 20px;
    }

    .distribution-step .column:nth-of-type(3) .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -15px;
        left: inherit !important;
        width: 15px;
        height: 10px;
        background: #6b9ed2;
    }

    .distribution-step .column:nth-of-type(3) .arrow:after {
        content: "";
        position: absolute;
        top: -5px;
        right: -18px;
        left: inherit !important;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent transparent #6b9ed2;
    }

    .distribution-step .column:nth-of-type(2) .arrow,
    .distribution-step .column:nth-of-type(4) .arrow {
        position: absolute;
        top: 100%;
        left: -15px;
        width: 10px;
        height: 20px;
        background: #6b9ed2;
        transform: rotate(45deg);
    }

    .distribution-step .column:nth-of-type(2) .arrow:after,
    .distribution-step .column:nth-of-type(4) .arrow:after {
        content: "";
        position: absolute;
        top: calc(100% - 1px);
        left: -5px;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: #6b9ed2 transparent transparent;
    }

    .blog-slider .slick-prev {
        left: 15px;
        z-index: 1;
    }

    .blog-slider .slick-next {
        right: 15px;
        z-index: 1;
    }

    .list-style-01 .column:nth-of-type(1),
    .list-style-01 .column:nth-of-type(2) {
        width: 100%;
    }

    .blog-content img {
        width: 100%;
        height: auto;
        max-width: inherit;
        margin: 20px 0;
    }
}

@media (max-width: 319px) {
}

/* ========== responsive e ========== */