.main-box {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.container {
    padding: 0;
    margin: 0 auto;
    width: 1200px;
    position: relative;
    height: 100%;
}
.row{margin: 0!important;}
@media (max-width: 1200px) {
    .container {
        width: 900px;
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .container {
        width: 749px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .container {
        width: 690px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .container {
        width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 400px) {
    .container {
        width: 356px;
        margin: 0 auto;
    }
}

@media (max-width: 350px) {
    .container {
        width: 300px;
        margin: 0 auto;
    }
}

.window-head {
    width: 100%;
    height: 95px;
    background: #f4f4f4;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    position: relative;
    z-index: 100;
    border-top: 3px solid #ec6100;
}

.window-head .head-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 273px;
    height: 95px;
}

.top_logo {
    width: 100%;
    height: 100%;
}

.top_logo img {
    width: 100%;
}

.page_TopRight {
    width: 600px;
    float: right;
    padding-top: 21px;
    
}

.page_TopRight ul li {
    float: left;
    border-right: 1px solid #3d4251;
    padding: 0 17px;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
}

.page_TopRight ul li h2 {
    height: 24px;
    line-height: 24px;
    font-size: 17px;
    margin-bottom: 0;
    
}
.page_TopRight ul li h2{
	text-align: left;
}

.page_TopRight ul li h2 a {
    font-size: 17px;
    font-weight: bold;
    color: #6c6b65;
    font-weight: bold;
    text-decoration: none;
}

.page_TopRight ul li a {
    color: #6c6b65;
    font-size: 13px;
    text-decoration: none;
}

.head-rights {
    display: none;
    position: absolute;
    right: 2.5%;
    top: 43%;
    height: 46px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.head-rights ol {
    font-style: normal;
    margin: 1px;
    padding: 0;
    width: 55px;
    height: 46px;
    display: block;
    cursor: pointer;
}

.head-rights ol:after {
    display: block;
    margin: 0;
    padding: 0;
    content: '';
    clear: both;
}

.head-rights ol li {
    width: 55px;
    height: 8px;
    float: left;
    margin: 5px 0;
    background: #000;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all .6s ease .2s;
    -webkit-transition: all .6s ease .2s;
    -moz-transition: all .6s ease .2s;

}

.head-rights.btnac ol li:first-child {
    transform: rotateZ(45deg) translateY(5px) translateX(22px);
    transition: all 0.6s;
}

.head-rights.btnac ol li:nth-child(2) {
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.6s;
}

.head-rights.btnac ol li:nth-child(3) {
    transform: rotateZ(-45deg) translateY(-5px) translateX(20px);
    transition: all 0.6s;
}

.page_Menubg {
    width: 100%;
    height: 57px;
    margin: auto;
    background-color: #ec6100;
    position: relative;
	overflow:hidden;
}

.page_Menu {
    width: 100%;
    margin: auto;
}

.page_Menu ul {
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 57px;
}

.page_Menu ul li {
    float: left;
    padding: 0 35px;
    position: relative;
    text-align: left;
}
.page_Menu ul li img{
    margin-right: 10px;
}


.page_Menu ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 57px;
    text-decoration: none;
    
}

.page_Menu ul li h2 {
    font-size: 14px;
    color: #fff;
    line-height: 57px;
    text-transform: uppercase;

}

.head_searchlan form {
    width: 90%;
    margin: 30px auto;
    border: 1px solid #ffffff;
    background-color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    overflow: hidden;
}

.head_searchlan ul {
    text-align: center;
    margin-bottom: 0;
}

.search_show {
    display: block;
    transform: translateY(81px);
    -ms-transform: translateY(81px); /* IE 9 */
    -webkit-transform: translateY(81px); /* Safari and Chrome */
    -o-transform: translateY(81px); /* Opera */
    -moz-transform: translateY(81px); /* Firefox */
    transition: all 0.6s;
}

.window-head ul li.active {
    color: #00dfb9;
}

.window-head .head_nav2 {

    position: absolute;
    width: 100%;
    left: 150%;
    top: 95px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    background-color: #282e3f;
    border-bottom: 1px solid #c49a6c;
    border-top: 1px solid #4d5468;
    z-index: 100;
}

.window-head .head_nav2 > ul {
    width: 100%;
    margin-bottom: 0;
}

.window-head .head_nav2 > ul li {
    width: 100%;
    text-align: left;
    position: relative;

}

.window-head .head_nav2 > ul li a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #3e4353;
}

.window-head .head_nav2 > ul li h2 {
    color: #b6b6b6;
    font-size: 20px;
    padding: 0 30px;
    font-weight: normal;
}
.ul_hide{
    display: none;
}
.window-head .head_nav2 > ul li ul li h3 {
    color: #b6b6b6;
    font-size: 20px;
    padding: 0 30px 0 50px;
    font-weight: normal;
}
.menu_navsan li a h3{
    padding: 0 30px 0 70px!important;
}

.menu_icon {
    width: 18px;
    height: 23px;
    background: url(../ZERO/img/menu_icon.png) no-repeat;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: this 0.2s;
    -moz-transition: this 0.2s;	/* Firefox 4 */
    -webkit-transition: this 0.2s;	/* Safari บอ Chrome */
    -o-transition: this 0.2s;	/* Opera */
}
.menu_icon2{
    width: 18px;
    height: 23px;
    background: url(../ZERO/img/menu_icon.png) no-repeat;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: this 0.2s;
    -moz-transition: this 0.2s;	/* Firefox 4 */
    -webkit-transition: this 0.2s;	/* Safari บอ Chrome */
    -o-transition: this 0.2s;	/* Opera */
}
.menu_iconon{
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);	/* Safari บอ Chrome */
    -moz-transform: rotateZ(90deg);	/* Firefox */
    transition: transform 0.2s;
    -moz-transition: -moz-transform 0.2s;	/* Firefox 4 */
    -webkit-transition: -webkit-transform 0.2s;	/* Safari บอ Chrome */
    -o-transition: -o-transform 0.2s;	/* Opera */
}

.worth-ctrl .ctrl-box {
    position: absolute;
    color: #a8a8a8;
    width: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 50px;
    cursor: pointer;
    z-index: 99;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.worth-ctrl .ctrl-box:hover {
    color: #00dfb9;
}

.worth-ctrl .ctrl-left {
    left: 5%;
    top: 52%;
}

.worth-ctrl .ctrl-right {
    right: 5%;
    top: 52%;
}

section[role=main] {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.window-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.window-cut {
    width: 100%;
    height: 100%;
    transition-timing-function: cubic-bezier(1, 0, .5, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, .5, 1);
    -ms-transition-timing-function: cubic-bezier(1, 0, .5, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, .5, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, .5, 1);
}

@media (max-width: 1600px) {
    .window-head .head-nav {
        width: 40%;
        left: 150%;
        top: 49%;
    }

    .head_language {
        right: 0;
        top: 48%;
    }
}

@media (max-width: 1200px) {
    .page_Menu ul li {
        float: left;
        padding: 0 14px;
        position: relative;
    }

    .page_Menu ul li:nth-child(12) {
        display: none
    }

    .window-head .head_nav2 {
        display: block
    }

    .head_search {
        display: none
    }

    .head_search2 {
        display: block !important;
        right: 10%;
    }

    .page_TopRight {
        width: auto;
    }

    .top_icon {
        display: none;
    }

    .top_language {
        display: none;
    }
}

@media (max-width: 992px) {
    .page_TopRight ul {
        display: none;
    }

    .page_Menu ul li {
        float: left;
        padding: 0 8px;
        position: relative;
    }

    .head-rights {
        display: block !important;
    }

    .head_search {
        display: none
    }
}

@media (max-width: 768px) {
    .page_Menu ul li {
        float: left;
        padding: 0 6px;
        position: relative;
    }

    .window-head .head-rights {
        top: 49%
    }

    .head_language {
        display: none
    }

    .window-head .head_nav2 {
        top: 81px;
        left: 150%;
    }

    .window-head .head-rights ol {
        width: 36px;
    }

    .window-head .head-rights ol li {
        width: 36px;
        height: 5px;
        margin: 3px 0;
    }

    .head-rights.btnac ol li:first-child {
        transform: rotateZ(45deg) translateY(15px) translateX(9px);
        transition: all 0.6s;
    }

    .head-rights.btnac ol li:nth-child(3) {
        transform: rotateZ(-45deg) translateY(-7px);
        transition: all 0.6s;
    }
}

@media (max-width: 479px) {
    .page_Menubg {
        display: none;
    }

    .head_search2 {
        right: 15%;
    }

    .window-head .head-left {
   
        width: 60%;
        height: auto;
    }
}

@media (max-width: 400px) {
    .window-head .head-left {
 
        width: 60%;
        height: auto;
    }
}